

/* Start:/local/templates/otelgipnoz/css/owl.carousel.css?16321382374028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/otelgipnoz/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/otelgipnoz/css/slick.css?16321382361776*/
/* 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-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/otelgipnoz/css/lightbox.min.css?16321382373668*/
body:after {
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: fixed;
    top: 50% !important;
   	transform: translate3d(0,-50%,0);
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #222;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    filter: alpha(Opacity=0);
    opacity: .5;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    filter: alpha(Opacity=0);
    opacity: .5;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-prev:after,.lb-next:after{
	content: '\2190';
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 24px;
}
.lb-prev:after{
	left: -60px;
}
.lb-next:after{
	right: -60px;
	content: '\2192';
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    min-height: 35px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}
/* End */


/* Start:/local/templates/otelgipnoz/css/nice-select.css?16787823054066*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
.sort_row .nice-select{
    float:none;
    width: 300px;
}
/* End */


/* Start:/local/templates/otelgipnoz/css/datepicker.min.css?163656355816996*/
.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}

.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:-ms-grid;display:grid;-ms-grid-columns:(var(--adp-day-cell-width))[7];grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--cells{display:-ms-grid;display:grid}.air-datepicker-body--cells.-days-{-ms-grid-columns:(var(--adp-day-cell-width))[7];grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}

.air-datepicker-nav{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding)}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:-ms-flexbox;display:flex;cursor:pointer;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-day-cell-width);border-radius:var(--adp-border-radius);-webkit-user-select:none;-ms-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}

.air-datepicker-buttons{display:-ms-grid;display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:-ms-inline-flexbox;display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}

.air-datepicker-time{display:-ms-grid;display:grid;-ms-grid-columns:max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;-ms-flex-align:center;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;-ms-flex-item-align:end;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type='range']{background:none;cursor:pointer;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-ms-tooltip{display:none}.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:focus{outline:none}.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-upper{background:transparent}

.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-pointer-offset: 10px;--adp-cell-border-radius: 4px;--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary)}

.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:(max-content)[4];grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;left:-100000px;opacity:0;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease),left 0s var(--adp-transition-duration);z-index:var(--adp-z-index)}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-{opacity:1;transform:translate(0);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease),left 0s 0s}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size));transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size));transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size));transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size));transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}
/* End */


/* Start:/local/templates/otelgipnoz/css/magnific-popup.css?16321382367789*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */


/* Start:/local/templates/otelgipnoz/css/style.css?177390686497804*/
.orange {
    color: #E98E21 !important;
}

.white {
    color: white !important;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background-color: #FBFBFB;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    color: #677783;
}

:focus {
    outline: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    display: inherit;
    font-size: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
    font-weight: inherit;
}

p{
    margin: 15px 0;
}

i {
    font-style: normal;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    border: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}

[data-href] {
    cursor: pointer;
    text-decoration: underline;
}

[data-href]:hover {
    text-decoration: none;
}

b, strong {
    font-weight: inherit;
}

i, em {
    font-style: inherit;
}

section {
    position: relative;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
}

.main_input {
    width: 100%;
    border: 1px solid #E0DEDF;
    padding: 7px 24px;
    font-size: inherit;
}

.main_input.low_input {
    font-size: 16px;
    padding: 5px 15px;
    margin-bottom: 8px;
}

.main_input[disabled],
.main_input[disabled] + .ico {
    background-color: #EFEFEF;
    font-weight: 500;
    color: #364A58;
}

.main_input:focus {
    border-color: #E98E21;
}

.main_checkbox,
.main_radio {
    position: relative;
}

.main_checkbox input,
.main_radio input {
    position: absolute;
    opacity: 0;
}

.main_checkbox label,
.main_radio label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.main_checkbox label:hover,
.main_radio label:hover {
    color: #757a7d;
}

.main_checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #677783;
    -webkit-transition: .3s;
    transition: .3s;
}

.main_checkbox [type='checkbox']:checked + label:before {
    background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/tick_white.svg) no-repeat center center;
    border-color: #E98E21;
}

.pink_theme .main_checkbox [type='checkbox']:checked + label:before {
    background-color: #E7456F;
    border-color: #E7456F;
}

.main_checkbox label:hover:before {
    background-color: #EFEFEF;
}

.main_radio label:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F2F7FB;
    border: 1px solid #72D1EB;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.main_radio [type='radio']:checked + label:before {
    background: #fff;
}

.main_radio [type='radio'] + label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #72D1EB;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.main_radio [type='radio']:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main_radio label:hover:before {
    background-color: #dff1ff;
}

input::-ms-clear {
    display: none;
}

input, textarea, button, select {
    font-family: inherit;
}

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 15px;
    border: 1px solid #E0DEDF;
    font-size: 16px;
    height: 130px;
    margin-bottom: 24px;
}

textarea:focus {
    border: 1px solid #E98E21;
}

button {
    border: 0;
    cursor: pointer;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.bold_5 {
    font-weight: 500;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.main_btn {
    padding: 8px 24px;
    background: #E98E21;
    color: white;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border: 0;
    font-size: 18px;
}

.main_btn:hover {
    background-color: #d27c15;
}

.main_btn.ico_btn {
    padding: 8px 24px 8px 52px;
    background: #E98E21 url("/local/templates/otelgipnoz/css/../img/svg/call.svg") no-repeat 16px center;
}

.main_btn.ico_btn:hover {
    background-color: #d27c15;
}

.main_btn.ico_mini_btn {
    padding: 0 16px 0px 29px;
    background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/call.svg) no-repeat 8px center/12px;
    font-size: 16px;
    line-height: 25px;
}

.main_btn.ico_mini_btn:hover {
    background-color: #d27c15;
}

.main_btn.map_mini_btn {
    padding: 0 16px 0px 32px;
    background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/mini_map.svg) no-repeat 8px center/16px;
    font-size: 16px;
    line-height: 25px;
}

.main_btn.map_mini_btn:hover {
    background-color: #d27c15;
}

.main_btn.gray_arr_btn {
    display: table;
    margin: 24px auto 0;
    padding: 8px 44px 8px 24px;
    color: #677783;
    background: #E1E1E1 url("/local/templates/otelgipnoz/css/../img/svg/arr_b_gr.svg") no-repeat calc(100% - 16px) center;
}

.main_btn.gray_arr_btn:hover {
    background-color: #cfcfcf;
}

.main_btn.shadow_arr_btn {
    display: table;
    padding: 8px 44px 8px 24px;
    color: #677783;
    background: white url("/local/templates/otelgipnoz/css/../img/svg/arr_b_gr.svg") no-repeat calc(100% - 16px) center;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.main_btn.search_btn {
    background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/search.svg) no-repeat calc(50% - 111px) center;
    width: 100%;
    text-align: center;
}

.sec_title {
    font-weight: 500;
    font-size: 48px;
    line-height: 69px;
}

.sec_title.white_q {
    background-image: url("/local/templates/otelgipnoz/css/../images/ico/title_white.svg");
    color: white;
}

.underline {
    text-decoration: underline;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-dot span {
    width: 9px;
    height: 9px;
    background: #f8f8f8;
    display: block;
    margin-right: 3px;
}

.owl-dot.active span {
    background: #92C41D;
}

.owl-prev,
.owl-next {
    content: "";
    width: 16px;
    height: 24px;
    background: url("/local/templates/otelgipnoz/css/../images/ico/arr_green.svg") no-repeat center center/contain;
}

.owl-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.owl-controls {
    position: relative;
    margin-top: 30px;
}

.owl-controls .owl-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-controls .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-controls .owl-nav > div {
    margin: 0 35px;
}

.owl-controls .owl-nav > div:hover {
    opacity: .7;
}

.img_q {
    max-width: 100%;
    margin: auto;
    width: auto;
}

.unbroken {
    white-space: nowrap;
}

.body_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

header {
    position: fixed;
    z-index: 101;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #003F53;
}

header.active {
    background-color: #034C63;
}

header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
}

header .logo {
    width: 150px;
    height: 65px;
    background: url("/local/templates/otelgipnoz/css/../img/svg/logo.svg") no-repeat center center/contain;
    margin: 0 40px;
}

header .link {
    display: block;
    color: white;
}

header .link:hover {
    color: #999;
}

header .main_btn {
    margin-left: 15px;
}

main {
    margin-top: 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.main_banner {
    background: url("/local/templates/otelgipnoz/css/../img/main_banner.jpg") no-repeat center center/cover;
}

.main_banner .wrapper {
    padding-top: 72px;
    padding-bottom: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main_banner .info .title {
    font-weight: 500;
    font-size: 64px;
    line-height: 92px;
    color: #FFFFFF;
}

.main_banner .info .subtitle {
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 16px 0 24px;
    max-width: 345px;
}

.main_banner .info .score_block {
    margin-top: 53px;
}

.main_banner .info .score_block .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    color: white;
}

.main_banner .info .score_block .item .ico {
    width: 72px;
    height: 72px;
    border: 2px solid #FFFFFF;
    background: url("/local/templates/otelgipnoz/css/../img/svg/tripadvisor.svg") no-repeat center center/42px;
}

.main_banner .info .score_block .item .ico.book {
    background: url("/local/templates/otelgipnoz/css/../img/svg/booking.svg") no-repeat 60% center/36px;
}

.main_banner .info .score_block .item .value {
    margin-left: 24px;
}

.main_banner .info .score_block .item .value .num {
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
}

.slick-arrow {
    position: absolute;
    top: 130px;
    right: -16px;
    z-index: 1;
    text-indent: -9999px;
    background: #E98E21 url("/local/templates/otelgipnoz/css/../img/svg/arr.svg") no-repeat center/7px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.slick-arrow:hover {
    background-color: #d27c15;
}

.slick-arrow.slick-prev {
    background-image: url("/local/templates/otelgipnoz/css/../img/svg/arr_l.svg");
    left: -16px;
}

.review {
    padding: 0 16px;
    width: 547px;
    background-color: #fff;
    position: absolute;
    top: -447px;
    left: calc(50% + 24px);
}

.review .item {
    padding: 48px 32px 34px;
    width: 515px;
    background: url("/local/templates/otelgipnoz/css/../img/svg/logo_g.svg") no-repeat calc(100% - 19px) 15px/70px;
}

.review .item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review .item .line .img {
    width: 72px;
    height: 72px;
    margin: 0 22px 0 8px;
    position: relative;
    /* background: url("/local/templates/otelgipnoz/css/../img/svg/ava.svg") no-repeat center; */
}

.review .item .line .img img {
    position: relative;
}

.review .item .line .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -8px;
    top: 8px;
    background-color: #E98E21;
}

.review .item .line .info .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #364A58;
}

.review .item .text {
    color: #364A58;
    margin-top: 25px;
}

.filter_about {
    position: relative;
}

.map_under_filter {
    width: 100%;
    height: 371px;
    position: absolute;
    z-index: 3;
    top: 82px;
    left: -9999px;
}

.map_under_filter .close {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    background: #E98E21 url("/local/templates/otelgipnoz/css/../img/svg/close_white_2.svg") no-repeat center/16px;
    z-index: 1;
    cursor: pointer;
}

.map_under_filter .close:hover {
    background-color: #d27c15;
}

.main_filter_block {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.main_filter {
    padding: 16px 24px;
    position: relative;
    background-color: #fff;
    border: 8px solid #EFEFEF;
}

.main_filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_filter form [type='date'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_filter form [type='number'] {
    -moz-appearance: textfield;
}

.main_filter form [type='number']::-webkit-inner-spin-button {
    display: none;
}

.main_filter form .point {
    margin-right: 0;
    width: calc(25% - 10px);
}

.main_filter form .point:last-child {
    margin-right: 0;
}

/*
.main_filter form .point.point_long {
  min-width: 226px;
}
*/

.main_filter form .point .main_input {
    padding-left: 16px;
    padding-right: 16px;
}

.main_filter form .point .main_btn.ico_btn {
    width: 100%;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    border-color: #E0DEDF;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nice-select:active, .nice-select:focus {
    border-color: #E0DEDF;
}

.nice-select.open {
    border-color: #E98E21;
}

.pad_0 {
    padding: 0 !important;
}

.pad_0_64 {
    padding-top: 0 !important;
    padding-bottom: 64px !important;
}

.pad_0_96 {
    padding-top: 0 !important;
    padding-bottom: 96px !important;
}

.pad_10_64 {
    padding-top: 10px !important;
    padding-bottom: 64px !important;
}

.pad_40 {
    padding-top: 40px !important;
    padding-bottom: 64px !important;
}

.pad_55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.pad_64 {
    padding-top: 64px;
    padding-bottom: 96px;
}

.pad_72 {
    padding-top: 72px;
    padding-bottom: 72px;
}

.bgc_gray {
    background-color: #EFEFEF;
}

.bgc_blue {
    background-color: #003F53;
}

.ico_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ico_input .main_input {
    width: calc(100% - 42px);
}

.ico_input .ico {
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E0DEDF;
    border-right: none;
}

.ico_input .main_input:focus + .ico,
.ico_input .nice_select.open + .ico {
    border-color: #E98E21;
}

.main_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_about > div {
    width: 50%;
    height: 640px;
}

.main_about .img {
    background: url("/local/templates/otelgipnoz/css/../img/main_about_bg_new.jpg") no-repeat center/cover;
}

.main_about .text {
    background-color: #003F53;
    color: #ACC5D8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 64px;
}

.main_about .text .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 69px;
    color: white;
    margin-bottom: 22px;
}

.white {
    color: white !important;
}

.title_18 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #364A58;
    margin: 15px 0;
}

.title_24 {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #364A58;
    margin: 25px 0 15px;
}

.title_36 {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    color: #364A58;
    margin: 30px 0 15px;
}

.title_36:first-child {
    margin-top: 0;
}

.title_42 {
    font-weight: 500;
    font-size: 42px;
    line-height: 60px;
    color: #364A58;
    margin-bottom: 15px;
}

.title_48 {
    font-weight: 500;
    font-size: 48px;
    line-height: 69px;
    color: #364A58;
    margin-bottom: 48px;
}

.title_64 {
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    color: #364A58;
}

.hit {
    padding: 4px 16px;
    background: #E7456F;
    font-weight: 500;
    color: #FFFFFF;
}

#filter-place {
    display: none;
    width: 100%;
}

#filter-place.active {
    display: block;
}

.room_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.room_list.load,
#filter-place.load {
    position: relative;
}

.room_list.load:before,
#filter-place.load:before {
    content: url("/local/templates/otelgipnoz/img/loading.gif");
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #efefef8c;
    z-index: 10;
}

.room_one {
    margin: 0 12px 24px;
    -ms-flex-preferred-size: 364px;
    flex-basis: 364px;
    position: relative;
    display: none;
}

.room_one.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.room_one.pink_theme .dop_price .line .cell .value .count .num,
.room_one.pink_theme .info .btn_block .price .num {
    color: #E7456F;
}

.room_one.pink_theme .main_btn {
    background-color: #E7456F;
}

.room_one.pink_theme .main_btn:hover {
    background-color: #e32557;
}

.room_one.pink_theme .mini_btn {
    border-color: #E7456F;
}

.room_one .hit {
    position: absolute;
    top: 16px;
    left: 16px;
}

.room_one .img {
    width: 100%;
    height: 245px;
}

.room_one .info {
    background-color: #fff;
    border: 1px solid #E0DEDF;
    border-top: 0;
    padding: 30px 23px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.room_one .info .ico_block {
    padding: 8px 20px;
    margin: -50px 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.room_one .info .ico_block img {
    max-width: 20px;
    max-height: 20px;
}

.room_one .info .ico_block img + img {
    margin-left: 16px;
}

.room_one .info .metro {
    background: url("/local/templates/otelgipnoz/css/../img/svg/location.svg") no-repeat left center/16px;
    padding-left: 26px;
    margin-top: 15px;
}

.room_one .info .metro.new_icon {
    background: url("/local/templates/otelgipnoz/css/../img/svg/metro.svg") no-repeat left center/18px;
}

.room_one .info .metro .time-to-metro {
    position: relative;
    display: inline-block;
    width: 20px;
    top: 3px;
}

.room_one .info .distance {
    background: url("/local/templates/otelgipnoz/css/../img/icons-for-site.png") no-repeat -663px -513px;
    padding-left: 21px;
    margin-top: 5px;
}

.room_one .info .name {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #364A58;
}

.room_one .info .text {
    font-size: 16px;
    line-height: 20px;
}

.room_one .info .btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.room_one .info .btn_block .price {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.room_one .info .btn_block .price .num {
    font-size: 18px;
    line-height: 26px;
    color: #E98E21;
}

.room_one .dop_price {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    border: 1px solid #E0DEDF;
    border-top: 0;
    padding: 0 24px 6px;
    width: 100%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 2;
}

.room_one .dop_price .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.room_one .dop_price .line .cell {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.room_one .dop_price .line .cell .value {
    margin-left: 14px;
}

.room_one .dop_price .line .cell .value .time {
    font-size: 16px;
    line-height: 20px;
}

.room_one .dop_price .line .cell .value .count .num {
    color: #E98E21;
}

.hotel_list a.title_48 {
    display: inline-block;
}

.hotel_list a.title_48:hover {
    text-decoration: underline;
}

.mini_btn {
    position: relative;
    border: 1px solid #E98E21;
    font-size: 12px;
    line-height: 17px;
    padding-left: 11px;
    padding-right: 26px;
    cursor: pointer;
}

.mini_btn.active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mini_btn img {
    position: absolute;
    right: 12px;
    top: 7px;
}

.room_cat_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.room_cat_wrap.pink_theme .cat_list .item:hover {
    background-color: #E98E21;
}

.room_cat_wrap.pink_theme .cat_list .item.active {
    background-color: #E7456F;
}

.room_cat_wrap .title {
    color: #364A58;
    padding: 7px 24px;
    text-align: center;
    border: 1px solid #364A58;
    margin-right: 4px;
    margin-bottom: 8px;
}

.room_cat_wrap .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.room_cat_wrap .cat_list .item {
    padding: 8px 24px;
    text-align: center;
    white-space: nowrap;
    background: #E1E1E1;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.room_cat_wrap .cat_list .item:hover {
    background-color: #E7456F;
    color: white;
}

.room_cat_wrap .cat_list .item.active {
    background-color: #E98E21;
    color: white;
    cursor: auto;
}

.room_cat_wrap .shadow_arr_btn {
    margin-left: auto;
}

.border_btn {
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #677783;
    padding: 4px 8px;
    cursor: pointer;
}

.border_btn:hover {
    background-color: #EFEFEF;
}

.params_block {
    display: none;
    width: 100%;
}

.params_block .pretitle {
    display: none;
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.params_block .pretitle .close {
    position: absolute;
    top: 0;
    left: 16px;
    width: 24px;
    height: 24px;
    background: #E98E21 url("/local/templates/otelgipnoz/css/../img/svg/close_white_2.svg") no-repeat center/11px;
}

.params_block .values {
    background: #EFEFEF;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 24px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.params_block .values .cell .cell_label {
    font-weight: 500;
    margin-bottom: 2px;
}

.params_block .values .cell .value_list .main_checkbox {
    margin-top: 3px;
}

.params_block .values .cell .value_list + .value_list {
    margin-top: 16px;
}

.params_block .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}

.params_block .tags .text {
    font-weight: 500;
    margin-right: 15px;
    color: #364A58;
}

.params_block .tags .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.params_block .tags .points .item {
    position: relative;
    background: #677783;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 20px 4px 8px;
    color: #FFFFFF;
    margin: 4px;
}

.params_block .tags .points .item .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background: url("/local/templates/otelgipnoz/css/../img/svg/close_white_2.svg") no-repeat center center;
}

.params_block .border_btn {
    margin-left: auto;
}

.params_block .main_btn.close {
    width: 250px;
    margin: 0 auto;
    margin-top: 20px;
}

.our_advantages {
    padding: 90px 0 128px;
    border-bottom: 8px solid #E98E21;
}

.our_advantages .title_48 {
    margin-bottom: 32px;
}

.our_advantages .block_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our_advantages .block_q .text {
    color: #ACC5D8;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 80px;
}
.our_advantages .block_q .width_text {
    color: #ACC5D8;

}
.our_advantages .block_q .width_text ol{
    margin-left:20px;

}



.our_advantages .block_q .text p {
    margin: 0;
}

.our_advantages .block_q .text p + p {
    margin-top: 25px;
}

.our_advantages .block_q .cells_block {
    width: 570px;
    color: #ACC5D8;
}

.our_advantages .block_q .cells_block .cells_block_title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: white;
    margin-bottom: 15px;
}

.our_advantages .block_q .cells {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our_advantages .block_q .cells .item {
    width: 50%;
    background: #EFEFEF;
    color: #364A58;
    padding: 38px 24px 24px 24px;
}

.our_advantages .block_q .cells .item:first-child {
    color: white;
    background: #E98E21;
}

.our_advantages .block_q .cells .item:last-child {
    background: #DFE2E1;
}

.our_advantages .block_q .cells .item img {
    width: 56px;
    height: 56px;
}

.our_advantages .block_q .cells .item .value {
    /*max-width: 168px;*/
    margin-top: 24px;
}

.map {
    height: 550px;
}

footer {
    background-color: #003F53;
}

footer .top_line {
    padding: 40px 0 25px;
}

footer .top_line .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .top_line .wrapper .logo {
    width: 150px;
    height: 65px;
    background: url("/local/templates/otelgipnoz/css/../img/svg/logo.svg") no-repeat center center/contain;
}

footer .top_line .wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer .top_line .wrapper .menu .link {
    color: #FFF1F5;
}

footer .top_line .wrapper .menu .link:hover {
    color: #999;
}

footer .top_line .wrapper .social_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .top_line .wrapper .social_block .item {
    border: 1px solid #ACC5D8;
    width: 32px;
    height: 32px;
    margin: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .top_line .wrapper .social_block .item:hover {
    border-color: #E98E21;
}

footer .top_line .wrapper .social_block .item img {
    max-width: 16px;
    max-height: 16px;
}

footer .bottom_line {
    padding: 13px 0;
    border-top: 1px solid #32526A;
    font-size: 16px;
    color: #FFF1F5;
}

footer .bottom_line .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .bottom_line .mks {
    background: url("/local/templates/otelgipnoz/css/../img/svg/mks.svg") no-repeat right center;
    padding-right: 80px;
}

.mfp-close-btn-in .mfp-close {
    background: url(/local/templates/otelgipnoz/css/../img/close.png) no-repeat 0 0;
    text-indent: -9999px;
    right: -60px;
}

.popup_block {
    margin: auto;
    max-width: 400px;
    position: relative;
}

.popup_block .block_q_form {
    margin: auto;
    width: 100%;
    padding: 30px 40px;
}

.popup_block .block_q_form .line{
    width: 100%;
    height: 1px;
    background: #e0dedf;
    margin-bottom: 15px;
}

.popup_block .block_q_form .main_btn{
    width: 100%;
}

.popup_block .block_q_form .tel_mask + .input_label{
    display: none;
}

.popup_block .block_q_form .nice-select{
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px;
}

.popup_block .block_q_form .nice-select .list {
    width: 100%;
}

.popup_block .block_q_form .nice-select .option {
    text-align: center;
}

.popup_block .block_q_form .link_phone{
    margin: 0 auto 5px;
    text-align: center;
    display: table;
}

.popup_block .block_q_form .mail{
    margin-bottom: 15px;
    text-align: center;
}

.block_q_form {
    background-color: #fff;
    width: 350px;
    position: relative;
    padding: 32px 24px;
}

.block_q_form:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #003F53;
}

.red_sec .block_q_form:after {
    background-color: #003F53;
}

.block_q_form .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #003F53;
}

.block_q_form .subtitle {
    margin-top: 8px;
    color: #595F6B;
    margin-bottom: 32px;
}

.block_q_form .new_btn_wrap {
    text-align: center;
    margin-top: 40px;
}

.block_q_form .main_checkbox {
    margin-top: 28px;
}

.block_q_form .main_checkbox label {
    padding-left: 28px!important;
}

.block_q_form .main_checkbox label:before {
    top: 20%;
}

.block_q_form .main_input {
    padding-left: 10px!important;
}

.hamb {
    background: url("/local/templates/otelgipnoz/css/../img/svg/hamb.svg") no-repeat center center/contain;
    width: 32px;
    height: 30px;
}

.hamb.active {
    background-image: url("/local/templates/otelgipnoz/css/../img/svg/close_white_2.svg");
}

.sec_bread {
    background-color: #FBFBFB;
    padding: 16px 0;
    border-bottom: 1px solid #E1E1E1;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs .item {
    font-size: 16px;
    line-height: 17px;
    display: block;
}

.breadcrumbs a {
    color: #677783;
    background: url("/local/templates/otelgipnoz/css/../img/svg/bread_arr.svg") no-repeat right 4px;
    padding-right: 18px;
    margin-right: 8px;
}

.breadcrumbs span {
    color: #364A58;
}

.breadcrumbs > div:last-child {
    display: none;
}

.breadcrumbs > div:nth-last-child(2) a{
    background: none;
    padding-right: 0;
    margin-right: 0;
}

.tabs.mini_tabs .one {
    font-size: 16px;
    line-height: 20px;
}

.tabs .titles {
    margin-left: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

.tabs .titles .one {
    margin: 0 4px 5px;
    padding: 8px 24px;
    background: #E1E1E1;
    cursor: pointer;
    white-space: nowrap;
}

.tabs .titles .one.active {
    color: white;
    background-color: #E98E21 !important;
    cursor: auto;
}

.tabs .titles .one:hover {
    background-color: #EFEFEF;
}

.tabs .contents {
    margin-top: 24px;
}

.tabs .contents > .one {
    overflow: hidden;
    height: 0;
}

.tabs .contents > .one.active {
    height: auto;
}

.sec_contact > .tabs > .titles {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 56px;
}

.contact_title .title_48 {
    text-align: center;
    margin: 48px 0 24px;
}

.sec_contact .info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec_contact .info_wrap > div {
    width: 50%;
}

.sec_contact .info_wrap .info_block {
    background-color: #fff;
    padding: 40px 24px 40px calc(50% - 570px);
}

.sec_contact .info_wrap .info_block .title_48 {
    margin-bottom: 24px;
}

.sec_contact .info_wrap .info_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.sec_contact .info_wrap .info_block .line .ico:not(.no_cont_icon) {
    background: #EFEFEF;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec_contact .mess_block {
    margin-top: 5px;
}

.sec_contact .info_wrap .info_block .line .ico img {
    margin: auto;
}

.sec_contact .info_wrap .info_block .line .text {
    margin-left: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sec_contact .info_wrap .info_block .line .text .point {
    font-size: 16px;
    line-height: 17px;
    color: #768686;
}

.sec_contact .info_wrap .info_block .line .text .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #364A58;
}

.sec_contact .info_wrap .info_block .subtitle {
    font-weight: 600;
    color: #364A58;
    margin: 32px 0 24px;
}

.sec_contact .info_wrap .map_block {
    background: url("/local/templates/otelgipnoz/css/../img/map_fish.jpg") no-repeat center/cover;
}

.sec_contact .info_wrap .map_block {
    background: none;
}

.sec_rules {
    padding-top: 25px;
}

.sec_rules ul,
.sec_rules ol {
    list-style-type: revert;
    padding-left: 30px;
}

.near_objects {
    padding: 64px 0 96px;
}

.near_objects .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #364A58;
}

.near_objects .subtitle {
    font-weight: 500;
    margin: 24px 0 32px;
}

.near_objects .block_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.near_objects .block_q .one_col {
    width: calc(50% - 30px);
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.near_objects .block_q .one_col:first-child .cell {
    /* max-width: 343px; */
}

.near_objects .block_q .one_col .cell .cell_title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #364A58;
}

.near_objects .block_q .one_col .cell .cell_title img {
    margin-bottom: -3px;
    margin-right: 8px;
    display: inline-block;
}

.near_objects .block_q .one_col .cell .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.near_objects .block_q .one_col .cell .line .dots {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dashed #E0DEDF;
    height: 19px;
    margin: 0 8px;
}

.near_objects .block_q .one_col .cell .line .value {
    font-weight: 500;
}

.link_phone {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #E98E21;
}

.link_phone:hover {
    color: #d27c15;
}

.link_mail {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #364A58;
}

.link_mail:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.title_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title_info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: #364A58;
}

.title_info .item.address {
    max-width: 310px;
}

.title_info .item .link_phone {
    font-size: 16px;
    line-height: 20px;
}

.title_info .item .link_mail {
    font-size: 16px;
    line-height: 17px;
}

.title_info .item .ico {
    background: #EFEFEF;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title_info .item .ico img {
    margin: auto;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.title_info .item.address .ico img {
    position: relative;
    top: -2px;
}

.slide_sec img {
    max-height: 1200px;
}

.slide_sec .slide_big_img .item {
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide_sec .mini_img_wrap {
    opacity: 0;
    margin-top: -160px;
}

.slide_sec .mini_img_wrap .slide_small_img .slick-arrow {
    top: -226px;
    right: 8px;
}

.slide_sec .mini_img_wrap .slide_small_img .slick-arrow.slick-prev {
    left: 8px;
}

.slide_sec .mini_img_wrap .slide_small_img .item {
    margin: 0 8px;
    border: 4px solid #FFFFFF;
    height: 136px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide_sec .mini_img_wrap .slide_small_img .item.slick-current {
    border-color: #E98E21;
}

.slide_sec + .tabs_sec {
    margin-top: 24px;
}

.card_title {
    padding: 22px 0;
}

.overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.overview .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 48px;
}

.overview .advantages {
    width: 342px;
    background: #EFEFEF;
    padding: 32px 24px;
}

.overview .advantages .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #364A58;
    margin-bottom: -4px;
}

.overview .advantages .point {
    position: relative;
    padding-left: 29px;
    margin-top: 32px;
}

.overview .advantages .point .ico {
    position: absolute;
    left: 0;
    top: 3px;
}

.overview .advantages .point .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.overview .advantages .point .desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
}

.virtual_tour .title_36 {
    padding-right: 56px;
    background: url("/local/templates/otelgipnoz/css/../img/svg/3d.svg") no-repeat right 15px/40px;
    display: table;
    margin: 36px 0 24px;
}

.tabs_sec .tabs .contents {
    margin-top: 48px;
}

.mt32 {
    margin-top: 32px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.undertitle {
    font-weight: 500;
}

.block_q_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block_q_1 .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 48px;
}

.block_q_1 .sidebar_block {
    width: 342px;
    padding: 32px 24px;
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13px;
}

.services .cell_col {
    width: 49%;
}

.services .cell_col .cell {
    margin-top: 27px;
    position: relative;
    padding-left: 47px;
}

.services .cell_col .cell .ico {
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
}

.services .cell_col .cell .title {
    color: #364A58;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.services .cell_col .cell .point {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
}

.guest_percent .title {
    font-weight: 500;
    color: #364A58;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}

.guest_percent .line {
    margin-top: 16px;
}

.guest_percent .line .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
}

.guest_percent .line .point .value {
    font-weight: 500;
    color: #364A58;
}

.guest_percent .line .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: #DEDEDE;
    margin-top: 8px;
}

.guest_percent .line .bar:after {
    content: "";
    position: absolute;
    background-color: #E98E21;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.guest_percent .line .bar.bar60:after {
    width: 60%;
}

.guest_percent .line .bar.bar80:after {
    width: 80%;
}

.guest_percent .line .bar.bar90:after {
    width: 90%;
}

.faq .item + .item {
    margin-top: 48px;
}

.faq .item .question {
    font-size: 24px;
    line-height: 35px;
    color: #E98E21;
}

.faq .item .answer {
    margin-top: 24px;
}

.faq .item .answer p {
    margin: 0;
}

.faq .item .answer p + p {
    margin-top: 20px;
}

.sidebar_block.sidebar_question {
    padding: 0;
}

.sidebar_block.sidebar_question .question_titles .item {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 32px;
    cursor: pointer;
}

.sidebar_block.sidebar_question .question_titles .item:hover {
    color: #E98E21;
}

.sidebar_block.sidebar_question .question_titles .item.active {
    color: #E98E21;
    text-decoration: underline;
    cursor: auto;
}

.mb24 {
    margin-bottom: 24px !important;
}

.mb32 {
    margin-bottom: 32px !important;
}

.mb48 {
    margin-bottom: 48px !important;
}

.page_booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main_booking {
    background: url("/local/templates/otelgipnoz/css/../img/main_banner.jpg") no-repeat center center/cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main_booking .wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_booking .title_64 {
    margin-bottom: 90px;
}

.under_info {
    border-top: 1px solid #E1E1E1;
    padding-top: 20px;
}

.under_info .disclaimer {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.under_info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.under_info .item .ico {
    background: #EFEFEF;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.under_info .item .ico img {
    width: 8px;
    margin: auto;
}

.under_info .item .link_phone {
    font-size: 16px;
    line-height: 16px;
}

.under_info .item .link_mail {
    font-size: 16px;
    line-height: 16px;
}

.under_info .mess_block {
    margin-top: 15px;
}

.main_filter.no_trans form .point:last-child {
    margin-right: 0;
}

.tac {
    text-align: center;
}

.main_filter.no_trans {
    border-color: #F5F5F5;
    -webkit-box-shadow: 0px 0px 20px #0000001a;
    box-shadow: 0px 0px 20px #0000001a;
    padding: 16px;
}

.bgc_gray .params_block .values {
    background-color: #fff;
}

.center_slide_arr .slick-arrow {
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center_slide_arr .slick-arrow.slick-prev {
    left: 8px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-dots li button {
    text-indent: -9999px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    width: 6px;
    height: 6px;
    margin: 0 1px;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

.room_list.horz_list {
    margin: 0;
}

.room_list.horz_list .room_one {
    border: 1px solid #E0DEDF;
}

.room_list.horz_list .room_one .img_block {
    width: 340px;
}

.room_list.horz_list .room_one .img_block .item {
    height: 226px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.room_list.horz_list .room_one .info {
    border: 0;
    padding: 24px 10px 24px 40px;
}

.room_list.horz_list .room_one .info .ico_block {
    padding: 0;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.room_list.horz_list .room_one .info .btn_block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: auto;
}

.room_list.horz_list .room_one .info .btn_block .cell {
    display: none;
}

.room_list.horz_list .room_one .dop_price {
    display: block;
    position: relative;
    top: 0;
    border: 0;
    padding: 0;
    -webkit-transform: none;
    transform: none;
}

.m0 {
    margin: 0 !important;
}

.mt50 {
    margin-top: 50px !important;
}

.sec_book_room .map {
    height: 325px;
    border-top: 5px solid #E98E21;
    margin-top: 88px;
}

.room_advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 24px;
}

.room_advantages .item {
    margin: 0 8px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #E0DEDF;
    padding: 6px 15px 6px 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #364A58;
}

.room_advantages .item .ico {
    width: 20px;
    margin-right: 11px;
}

.success_form_room_review {
    color: #e98e21;
    margin-top: 30px;
}

.error_form_room_review {
    margin-top: 30px;
}

.custom_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #364A58;
    margin-top: 48px;
}

.text_review .item {
    margin-top: 30px;
}

.text_review .item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 55px;
}

.text_review .item .line .name {
    font-weight: 500;
    font-size: 16px;
    color: #364A58;
    margin-right: 10px;
    line-height: 11px;
}

.text_review .item .line .date {
    font-size: 16px;
    padding-left: 10px;
    border-left: 1px solid #677783;
    line-height: 13px;
    text-transform: capitalize;
}

.text_review .item .text_block {
    font-size: 16px;
    line-height: 22px;
    padding: 24px;
    background: #EEEDED;
    position: relative;
    margin-top: 10px;
}

.text_review .item .text_block:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -15px;
    border-top: 15px solid transparent;
    border-right: 15px solid #EEEDED;
}

.params_room .pretitle {
    display: none;
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.params_room .pretitle .close {
    position: absolute;
    top: 0;
    left: 16px;
    width: 24px;
    height: 24px;
    background: #E98E21 url("/local/templates/otelgipnoz/css/../img/svg/close_white_2.svg") no-repeat center/11px;
}

.room_card .text .search_btn {
    display: none;
    margin-top: 16px;
    margin-bottom: 32px;
}

.room_card--price__mobile {
    display: none;
}

.room_card .sidebar_block {
    padding: 0;
}

.room_card .under_info {
    margin-top: 32px;
}

.input_label {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 8px;
    margin-top: 16px;
}

.booking_room_form {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
}

.booking_room_form .line {
    padding: 24px 16px;
}

.booking_room_form .line:nth-child(1) {
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking_room_form .line:nth-child(1) img {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -3px;
}

.booking_room_form .line:nth-child(1) .price {
    font-size: 18px;
    line-height: 26px;
}

.booking_room_form .line:nth-child(1) .price .small {
    font-size: 16px;
    line-height: 20px;
}

.booking_room_form .line:nth-child(1) .price .orange {
    font-size: 18px;
    line-height: 26px;
}

.booking_room_form .line:nth-child(2) {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.booking_room_form .line:nth-child(3) {
    padding: 20px 16px 24px;
}

.booking_room_form .custom_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.booking_room_form .custom_wrap .custom_label {
    margin: 0;
}

.booking_room_form .custom_wrap .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #E98E21;
}

.booking_room_form .custom_label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.booking_room_form .custom_label:first-child {
    margin-top: 0;
}

.booking_room_form .custom_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
}

.booking_room_form .custom_point .value {
    font-weight: 500;
    text-transform: lowercase;
}

.booking_room_form .custom_point + .custom_label {
    margin-bottom: 16px;
}

.booking_room_form .input_label {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}

.booking_room_form .main_input {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 36px);
}

.booking_room_form .main_input[type='number'] {
    -moz-appearance: textfield;
}

.booking_room_form .main_input[type='number']::-webkit-inner-spin-button {
    display: none;
}

.booking_room_form .ico_input .ico {
    width: 42px;
}

.booking_room_form .cells_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.booking_room_form .cells_block .cell {
    width: calc(50% - 8px);
}

.all_price .row_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.all_price .row_line + .row_line {
    margin-top: 24px;
}

.all_price .row_line .cell {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all_price .row_line .cell .value {
    margin-left: 14px;
}

.all_price .row_line .cell .value .time {
    font-size: 16px;
    line-height: 20px;
}

.all_price .row_line .cell .value .count {
    font-size: 18px;
    line-height: 26px;
}

.all_price .row_line .cell .value .count .num {
    color: #E98E21;
}

.banner_plug {
    background: url("/local/templates/otelgipnoz/css/../img/main_banner.jpg") no-repeat center/cover;
}

.banner_plug .wrapper {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner_plug .text {
    background-color: #E98E21;
    padding: 8px 18px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}

.payment_block .text {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 48px;
}

.payment_block .sidebar_block {
    padding: 0;
}

.payment_block .sidebar_block .info {
    background: #EFEFEF;
    padding: 32px 24px;
}

.payment_block .sidebar_block .info .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px;
}

.payment_block .sidebar_block .info .point {
    padding-left: 48px;
    position: relative;
}

.payment_block .sidebar_block .info .point .ico {
    position: absolute;
    left: 0;
    top: 3px;
    width: 32px;
    height: 32px;
    border: 1px solid #E98E21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment_block .sidebar_block .info .point .ico img {
    margin: auto;
}

.payment_block .sidebar_block .info .point .phone {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #364A58;
    margin-top: 8px;
    display: block;
}

.payment_block .sidebar_block .info .point .orange {
    text-align: right;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.payment_form .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment_form .line .cell {
    width: 300px;
}

.payment_form .line .cell .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #364A58;
    margin-bottom: 16px;
}

.payment_form .line .cell .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment_form .line .cell .options .one {
    width: calc(50% - 8px);
    background: #EFEFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all .3s;
}

.payment_form .line .cell .options .one:hover {
    border-color: #e98e21;
}

.payment_form .line .cell .options .one.active {
    border-color: #e98e21;
}

.payment_form .line .cell .options .one.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.payment_form .line .cell .options .one input[type=radio] {
    display: none;
}

.payment_form .line .cell .options .one .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}

.payment_form .ico_input,
.payment_form .nice_select {
    font-size: 16px;
}

.payment_form .main_input {
    padding: 10px 16px;
}

.payment_form .main_input:not([disabled])::-webkit-input-placeholder {
    color: #67778380;
}

.payment_form .main_input:not([disabled]):-ms-input-placeholder {
    color: #67778380;
}

.payment_form .main_input:not([disabled])::-ms-input-placeholder {
    color: #67778380;
}

.payment_form .main_input:not([disabled])::placeholder {
    color: #67778380;
}

.payment_form .input_label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 24px;
}

.payment_form .nice_select .list {
    width: 100%;
}

.payment_form .nice_select .current {
    font-weight: 500;
    color: #364A58;
}

.payment_form .input_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment_form .input_wrap .input_cell {
    width: calc(50% - 12px);
}

.payment_form .agree {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    margin: 0 0 24px;
}

.datepicker {
    z-index: 110;
}

.action_list .room_one .info .name {
    margin: 0;
}

.action_list .room_one .info .text {
    margin: 10px 0 20px;
}

.action_list .room_one .info .main_btn {
    text-align: center;
	margin-top: auto;
}

.photo_gallery_list .room_one .info .name {
    text-align: center;
}

.photo_gallery_list .room_one .info .main_btn {
    line-height: normal;
    text-align: center;
}

.photo_gallery_list .room_one .info .name {
    margin-top: 0;
}

.action_one .text{
    margin-top: 30px;
}

.photo_list_one{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.photo_list_one .one{
    width: calc(25% - 20px);
    height: 180px;
    border: 3px solid #E98D21;
    margin: 10px;
}

.photo_list_one .one img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lb-data .lb-close {
    background: url(/local/templates/otelgipnoz/css/../img/close.png) top right no-repeat;
}

.main_filter.booking_filter {
    max-width: 840px;
    margin: auto;
    margin-bottom: 50px;
}

.main_filter.booking_filter form .point:last-child {
    margin-right: 0;
}

.main_filter.booking_filter form .point {
    width: calc(33.3% - 10px);
}

.border_block{
    margin: 20px 0;
    border: 1px solid #e98e21;
    padding: 20px 30px;
    font-weight: bold;
    color: #364A58;
}

.ico_line{
    display: flex;
}

.ico_line + .ico_line{
    margin-top: 24px;
}

.ico_line .ico {
    background: #EFEFEF;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ico_line .ico img {
    margin: auto;
}

.ico_line .text {
    margin-left: 16px;
    flex: 1;
}

.ico_line .text .point {
    font-size: 16px;
    line-height: 17px;
    color: #768686;
}

.ico_line .text .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #364A58;
}

iframe{
    border: 0;
}

iframe.wide {
    width: 100%;
    height: 573px;
}

main ol {
    list-style: decimal;
    padding: inherit;
}

main ol li{
    margin-top: 7px;
}

main ul {
    margin: 7px 0 15px;
}

main ul li{
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
}

main ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #E98E21;
}

.payment_wrap{
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 48px;
    max-width: 750px;
    margin: 40px auto 0;
}

.nice-select ul li {
    margin-top: 0;
}

.nice-select ul li:before {
    display: none
}

.one_hour_page .room_one{
    display: block;
}

p:first-child{
    margin-top: 0;
}

.room_one > .img_q{
    width: 100%;
    height: 245px;
    object-fit: cover;
}

#map{
    height: 500px;
}

.baloon_wrap{
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 190px;
}

.baloon_wrap img{
    height: 120px;
}

.baloon_wrap .text{
    padding: 16px;
}

.baloon_wrap .metro{
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.2;
    color: #677783;
    background: url("/local/templates/otelgipnoz/css/../img/svg/metro.svg") no-repeat left 4px;
    /* white-space: nowrap; */
}

.baloon_wrap .name{
    font-weight: 500;
    color: #364A58;
    margin: 4px 0 8px;
}

.baloon_wrap .phone{
    padding-left: 18px;
    color: #E98E21;
    background: url("/local/templates/otelgipnoz/css/../img/svg/phone_empty.svg") no-repeat left center;
}

.baloon_wrap .main_btn{
    margin-top: 18px;
    font-size: 16px;
    padding: 3px 0 3px 10px;
    background-position: 10px center;
    background-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
    padding: 0 !important;
}

.submenu_block{
    position: relative;
}

.submenu_block .submenu_wrap a{
    display: block;
    color: white;
    margin: 10px 0;
    white-space: nowrap;
}

.hourly_rates{
    padding-top: 32px;
}

.hourly_rates a{
    display: block;
    text-align: center;
}

.db{
    display: block;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(.7);
    opacity: .7;
}

.mess_block {
    display: flex;
}

.mess_block .ico{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url("/local/templates/otelgipnoz/css/../img/svg/whats.svg") no-repeat center/contain;
}

.mess_block .ico:hover{
    opacity: .8;
}

.mess_block .viber{
    background-image: url("/local/templates/otelgipnoz/css/../img/svg/viber.svg");
}

.mess_block .teleg{
    background-image: url("/local/templates/otelgipnoz/css/../img/svg/teleg.svg");
}

.mess_block .max{
    background-image: url("/local/templates/otelgipnoz/css/../img/svg/max.svg");
}

.services_tab .services .cell_col .cell .point{
    position: relative;
    padding-left: 20px;
}

.services_tab .services .cell_col .cell .point:before{
    content: "• ";
    font-size: 40px;
    position: absolute;
    top: 3px;
    left: 0;
}

.services_tab .services .cell_col .cell .point:after{
    content: ";";
}

.services_tab .services .cell_col .cell .point:last-child:after{
    content: ".";
}

.itemscope{
    display: none;
}

.hr{
    border-top: 1px solid #e0dedf;
    height: 0;
    margin: 30px 0;
}
.hr_orange{
    border: none;
    border-top: 3px solid #E98E21;
    height: 0;
    margin: 30px 0;
}
.bottom_links_block{
    border-top: 1px solid #e0dedf;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.bottom_links_block .item li a{
    display: table;
    margin-bottom: 7px;
}

.bottom_links_block .links_title{
    font-weight: 500;
}

p a{
    text-decoration: underline;
}

p a:hover{
    color: #999;
}

.iframe {
    width: 100%;
    aspect-ratio: 2.04 / 1;
    border: none;
}

.rooms_not_found {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 56px;
}

.params_block .values {
    padding-bottom: 10px;
}

.params_block .values .cell {
    width: 20%;
    margin-bottom: 15px;
}

.link-option {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 17px 20px;
    margin-top: 30px;
}

.link-option .link-option__title {
    font-size: 18px;
    font-weight: bold;
}

.link-option .link-option__inner {
    display: flex;
    flex-wrap: wrap;
}

.link-option .link-option__inner .link-option__link {
    font-size: 16px;
    line-height: normal;
    color: grey;
    text-align: center;
    text-decoration: none;
    border: 1px solid grey;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 10px 10px 0 0;
    transition: all .3s;
}

.link-option .link-option__inner .link-option__link:hover {
    color: #E98E21;
    border-color: #E98E21;
}

.link.submenu_block .link.submenu_block {
    background: url("/local/templates/otelgipnoz/css/../img/svg/arr_r.svg") no-repeat right 7px;
}

.link.submenu_block .link.submenu_block .submenu_wrap {
    display: none;
    top: -30px;
    margin-left: calc(100% + 25px);
}

.link.submenu_block .link.submenu_block:hover .submenu_wrap {
    display: flex;
}

.link.submenu_block .link.submenu_block .submenu_wrap .submenu_wrap_flex-block {
    padding: 0 15px;
}

.popup_block .block_q_form .mess_block {
    justify-content: center;
    margin-bottom: 15px;
}

.our_advantages--new {
    padding: 72px 0 16px;
}

.our_advantages--new .title_48 {
    line-height: 120%;
    margin-bottom: 64px;
}

.new_advantages {
    display: flex;
    flex-flow: wrap;
    margin-left: -24px;
    margin-right: -24px;
}

.new_advantages--item {
    width: 25%;
    padding: 0 24px;
    margin-bottom: 80px;
}

.new_advantages--img {
    margin-bottom: 24px;
}

.new_advantages--img {
    max-height: 116px;
}

.new_advantages--title {
    font-size: 20px;
    font-weight: 500;
    color: #364A58;
    margin-bottom: 16px;
}

.new_advantages--text {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #364A58;
}

.table_wrap{
	overflow: auto;
}

.table{
	width: 100%;
}

.table td{
	padding: 10px 15px;
	border: 1px solid #E1E1E1;
	text-align: center;
	color: #364A58;
}

.table tr:first-child td{
	font-weight: 500;
}

.change-hotel-info a{
	text-decoration: underline;
}

.action_list .room_one .info .text{
	margin-top: 15px;
	font-size: 16px;
}

/*0*/
@media screen and (min-width: 768px) {
    .bottom_links_block{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bottom_links_block .item{
        width: calc(33.3% - 10px);
    }
}
@media screen and (min-width: 1200px) {
    .mob_elem {
        display: none;
    }
    .room_cat_wrap .shadow_arr_btn.active {
        background-image: url(/local/templates/otelgipnoz/css/../img/svg/arr_t_gr.svg);
    }
    .main_btn.shadow_arr_btn:hover {
        background-color: #EFEFEF;
    }
    .room_list.horz_list {
        margin: 0;
    }
    .room_list.horz_list .room_one {
        margin: 0 0 16px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .room_list.horz_list .room_one .dop_price {
        width: 355px;
        padding-top: 16px;
    }
    .submenu_block{
        background: url("/local/templates/otelgipnoz/css/../img/svg/arr_d.svg") no-repeat right 7px;
        padding-right: 25px;
    }
    .submenu_block div.link{
        cursor: default;
        color: white !important;
    }
    .submenu_block .submenu_wrap{
        display: none;
        position: absolute;
        top: 26px;
        left: -25px;
        background: #003f53;
        padding: 10px 25px 10px 25px;
    }
    .submenu_block .submenu_wrap a:hover {
        color: #999;
    }
    .submenu_block:hover .submenu_wrap{
        display: block;
    }
	.title_info .item,
	.title_info .item .link_mail,
	.title_info .main_btn.ico_mini_btn{
		font-size: 12px;
	}
	.title_info .item .link_phone{
		font-size: 14px;
	}
}

@media screen and (max-width: 1199px) {
    .mob_menu {
        padding-top: 80px;
        -webkit-transition: 1s;
        transition: 1s;
        width: 100%;
        height: 0;
        z-index: 100;
        top: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        background: #003F53;
        color: #FFF1F5;
        text-align: center;
        opacity: .97;
    }
    .mob_menu.active {
        height: 100vh;
    }
    .mob_menu .link {
        display: block;
        margin: 32px 0 0;
        font-size: 18px;
        line-height: normal;
    }
    header .link {
        display: none;
    }
    header .main_btn.ico_btn {
        background-color: transparent !important;
        text-indent: -9999px;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-position: center;
        padding: 0;
        margin: 0;
    }
    header .logo {
        height: 50px;
    }
    header .wrapper {
        min-height: 80px;
    }
    main {
        margin-top: 80px;
    }
    .review {
        left: calc(50% - 80px);
    }
    .main_filter form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main_filter form .point {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .main_filter form .point:last-child {
        margin: 0;
    }
    .main_filter form .point_hotel {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
    .main_filter form .point_guest {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .main_filter form .main_btn {
        width: 100%;
    }
    .room_list {
        overflow: auto;
    }
    .room_list .dop_price {
        position: relative;
        top: 0;
    }
    .room_cat_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .room_cat_wrap .title {
        margin-bottom: 12px;
    }
    .room_cat_wrap .shadow_arr_btn {
        margin: 12px 0 0;
    }
    footer .top_line .wrapper .menu {
        margin: 0 15px;
    }
    .map_under_filter {
        top: 134px;
    }
    .sec_contact .info_wrap .info_block {
        padding-left: 30px;
    }
    .slide_sec .mini_img_wrap .slide_small_img .item {
        margin: 0 4px;
        border-width: 2px;
        height: 64px;
        width: auto !important;
        min-width: 100px;
    }
    .slide_sec .slide_small_img .slick-track {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slide_sec .slide_small_img .slick-list {
        overflow: auto;
    }
    .slide_sec .slide_small_img .slick-track .item {
        left: 0 !important;
        opacity: 1 !important;
    }
    .slide_sec .mini_img_wrap {
        margin-top: -80px;
    }
    .title_info {
        display: block;
        position: relative;
    }
    .title_info .item + .item {
        margin-top: 16px;
    }
    .title_info .main_btn {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .room_one {
        width: 364px;
    }
    .room_list.horz_list .room_one .img_block {
        width: 100%;
    }
    .room_list.horz_list .room_one .info {
        padding: 10px 16px;
    }
    .room_list.horz_list .room_one .info .btn_block {
        margin-top: 24px;
    }
    .room_list.horz_list .room_one .info .btn_block .main_btn {
        width: 100%;
        text-align: center;
    }
    .room_list.horz_list .room_one .dop_price {
        padding: 14px 16px 0;
    }
    .payment_form .line .cell {
        width: 100%;
    }
    .payment_form .line .cell + .cell {
        margin-top: 16px;
    }
    .submenu_block .submenu_wrap a {
        font-size: 16px;
        margin: 0;
    }
    .submenu_block .submenu_wrap a + a{
        font-size: 16px;
        margin-top: 10px;
    }
    .submenu_wrap{
        /* margin-top: -15px; */
        padding-top: 15px;
    }
    .card_title .title_info .main_btn {
        position: relative;
        display: table;
        margin: 10px 0;
    }
    .submenu_wrap{
        display: none;
    }
    .submenu_trig {
        transform: translateX(12px);
    }
    .submenu_trig .arr{
        position: relative;
        width: 30px;
        height: 30px;
        background: url("/local/templates/otelgipnoz/css/../img/svg/arr_d.svg") no-repeat center/10px;
        display: inline-block;
        top: 10px;
        left: 3px;
    }
    .submenu_trig.active .arr{
        transform: rotate(180deg);
    }
    .room_one {
        width: calc(50% - 24px);
        flex-basis: auto;
    }
}

/*12*/
@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .review {
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .review .item {
        padding: 16px;
        background: none;
    }
    .review .item .text {
        margin-top: 16px;
    }
    .review .item .line .img {
        width: 43px;
        height: 43px;
        margin: 0 15px 0 5px;
        background-size: 40px
    }
    .review .item .line .img:before {
        left: -5px;
        top: 5px;
    }
    .review .item .line .info .name {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 26px;
    }
    .review .item .line .info .rating img {
        height: 16px;
    }
    .cat_list_wrap {
        width: 100%;
    }
    .room_cat_wrap .title {
        display: none;
    }
    .room_cat_wrap .cat_list {
        overflow: auto;
    }
    .room_cat_wrap .cat_list .item {
        white-space: nowrap;
        font-size: 16px;
        margin-right: 4px;
        padding: 4px 16px;
    }
    .room_cat_wrap .shadow_arr_btn {
        margin: 12px 0 0;
        padding: 0 0 0 40px;
        line-height: 32px;
        font-size: 16px;
        background: url(/local/templates/otelgipnoz/css/../img/svg/filter_border.svg) no-repeat left center;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 24px;
    }
    .room_list {
        margin: 0;
    }
    .room_one {
        margin: 0 16px 16px 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: 296px;
    }
    .room_one:last-child {
        margin-right: 0;
    }
    .room_one .info {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    .room_one .info .ico_block {
        padding: 8px 12px;
        margin: 0;
    }
    .room_one .info .metro {
        margin-top: 7px;
    }
    .room_one .info .name {
        margin: 8px 0;
        line-height: 28px;
    }
    .room_one .info .main_btn {
        padding: 8px 18px;
    }
    .room_one .dop_price {
        background-color: transparent;
        border: none;
        margin-top: 16px;
        padding: 0;
    }
    h6.title_18 {
        font-size: 16px;
        margin: 10px 0;
    }
    .title_24:not(h2) {
        font-size: 18px;
        line-height: 20px;
        margin: 15px 0 10px;
    }
    .title_24.big {
        font-size: 18px;
        line-height: 26px;
    }
    .title_24.always_big {
        font-size: 24px;
        line-height: 35px;
    }
    .title_36 {
        font-size: 24px;
        line-height: 30px;
        margin: 20px 0 10px;
    }
    .title_48 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    .wrapper {
        padding: 0 16px;
    }
    .params_block {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        z-index: 102;
        overflow: auto;
    }
    .params_block .pretitle {
        display: block;
        font-weight: 500;
        text-align: center;
    }
    .params_block .values {
        background: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 16px;
    }
    .params_block .values .cell {
        width: 100%;
        margin-bottom: 24px;
    }
    .params_block .values .cell .cell_label {
        font-weight: 400;
        margin-bottom: 0;
        width: 100%;
    }
    .params_block .values .cell .value_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .params_block .values .cell .value_list .main_checkbox {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        margin-right: 15px;
    }
    .params_block .values .cell .value_list .main_checkbox label {
        font-weight: 500;
        white-space: nowrap;
    }
    .params_block .tags {
        display: none;
    }
    .params_block .main_btn.close {
        width: 100%;
        margin-top: 0;
    }
    .params_room {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        z-index: 102;
        overflow: auto;
    }
    .params_room .pretitle {
        display: block;
        font-weight: 500;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
    }
    .main_checkbox label:before {
        background-color: #fff;
    }
    .block_q_form {
        padding: 24px 20px 30px;
    }
    .block_q_form .title {
        font-size: 18px;
        line-height: 22px;
    }
    .block_q_form:before,
    .block_q_form:after {
        width: 3px;
    }
    .popup_block {
        max-width: 320px;
    }
    .block_q_8.mob_rev .block_q_form {
        width: 100%;
    }
    header .wrapper {
        min-height: 60px;
    }
    header .logo {
        height: 40px;
    }
    header .main_btn.ico_btn {
        width: 26px;
    }
    main {
        margin-top: 60px;
    }
    .mob_menu {
        padding-top: 60px;
    }
    .hamb {
        width: 24px;
        height: 15px;
    }
    .main_banner .wrapper {
        padding-top: 32px;
        padding-bottom: 63px;
    }
    .main_banner .info .title {
        font-size: 36px;
        line-height: 52px;
    }
    .main_banner .info .subtitle {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 12px;
    }
    .main_banner .info img {
        height: 16px;
    }
    .main_banner .info .score_block {
        margin-top: 40px;
    }
    .main_banner .info .score_block .item {
        margin-top: 16px;
    }
    .main_banner .info .score_block .item .ico {
        width: 40px;
        height: 40px;
        background-size: 23px;
    }
    .main_banner .info .score_block .item .ico.book {
        background-size: 20px;
    }
    .main_banner .info .score_block .item .value {
        margin-left: 13px;
        margin-top: -8px;
    }
    .main_banner .info .score_block .item .value .num {
        font-size: 24px;
        line-height: 35px;
    }
    .main_banner .info .score_block .item .value .text {
        font-size: 16px;
        line-height: 17px;
    }
    .review_sec {
        margin-top: -39px;
        display: none;
    }
    .main_filter_block {
        position: relative;
        -webkit-transform: none;
        transform: none;
        margin-top: 16px;
    }
    .main_filter_block .wrapper{
        padding: 0;
    }
    .main_about {
        margin-top: 20px;
    }
    .main_about .img {
        height: 240px;
    }
    .main_about .text {
        padding: 32px 16px 20px;
    }
    .main_about .text .title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 2px;
    }
    .main_about > div {
        width: 100%;
        height: auto;
    }
    .slick-arrow {
        top: 16px;
        right: 16px;
        background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/arr.svg) no-repeat center/5px;
        width: 24px;
        height: 24px;
    }
    .slick-arrow.slick-prev {
        left: auto;
        right: 43px;
    }
    .nice_select {
        font-size: 16px;
    }
    .main_filter {
        padding: 16px;
        border: 0;
    }
    .main_filter.no_trans {
        padding: 8px;
    }
    .main_filter form .point {
        width: calc(50% - 4px);
    }
    .main_filter form .point.point_guest {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 10px;
    }
    .main_filter form .point.point_long {
        width: 100%;
    }
    .main_filter form .point:last-child {
        margin-top: 6px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
    }
    .main_filter form .main_btn {
        background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/search.svg) no-repeat calc(50% - 82px) center;
    }
    .pad_72 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .show_all_rooms {
        display: none !important;
    }
    .our_advantages {
        padding: 32px 0;
        border-width: 4px;
    }
    .our_advantages .block_q .cells_block {
        width: 100%;
    }
    .our_advantages .block_q .text {
        width: 100%;
        margin: 0 0 24px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .our_advantages .block_q .text p + p {
        margin-top: 16px;
    }
    .our_advantages .title_48 {
        margin-bottom: 16px;
    }
    .our_advantages .block_q .cells .item {
        padding: 24px 16px 16px;
    }
    .our_advantages .block_q .cells .item .value {
        margin-top: 16px;
    }
    .map {
        height: 414px;
    }
    footer .top_line {
        padding: 24px 0 32px;
    }
    footer .top_line .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .top_line .wrapper .menu {
        display: block;
        margin: 16px 0;
    }
    footer .top_line .wrapper .menu .link {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        margin: 16px 0;
    }
    footer .top_line .wrapper .logo {
        width: 72px;
        height: 32px;
    }
    footer .bottom_line {
        padding: 20px 0;
    }
    footer .bottom_line .copyright {
        color: #ACC5D8;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    footer .bottom_line .mks {
        padding: 0 0 25px;
        background-position: center bottom;
        text-align: center;
        display: block;
        width: 100%;
    }
    .map_under_filter {
        width: calc(100% - 30px);
        top: 216px;
        height: 500px;
        top: 0;
        margin: 0 0 15px;
    }
    .map_under_filter .close{
        display: none;
    }
    .tabs_sec .tabs .contents {
        margin-top: 32px;
    }
    .pad_40 {
        padding-top: 32px !important;
        padding-bottom: 40px !important;
    }
    .pad_64 {
        padding-top: 32px;
        padding-bottom: 40px;
    }
    .slide_sec + .tabs_sec {
        margin-top: 16px;
    }
    .tabs .titles .one {
        margin: 0 2px 4px;
        padding: 3px 16px;
    }
    .overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .overview .advantages {
        width: auto;
        background: transparent;
        padding: 0;
    }
    .overview .advantages .title {
        margin: 0;
    }
    .overview .advantages .point {
        margin-top: 24px;
    }
    .overview .text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        margin: 32px 0 0;
    }
    .virtual_tour .title_36 {
        padding-right: 32px;
        background: url(/local/templates/otelgipnoz/css/../img/svg/3d.svg) no-repeat right 6px/24px;
        margin: 20px 0 15px;
        font-size: 18px;
        line-height: 26px;
    }
    .mt40 {
        margin-top: 30px !important;
    }
    .block_q_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .block_q_1 .sidebar_block {
        width: 100%;
        background: transparent !important;
        padding: 0;
    }
    .block_q_1 .text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        margin: 32px 0 0;
    }
    .guest_percent .title {
        margin: 0;
    }
    .mb32 {
        margin-bottom: 24px !important;
    }
    .mb48 {
        margin-bottom: 24px !important;
    }
    .pt_m_0 {
        padding-top: 0 !important;
    }
    .pb_m_30 {
        padding-bottom: 30px !important;
    }
    .question_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .question_wrap .text {
        margin: 0 0 32px;
    }
    .question_wrap .text .faq {
        margin-top: 24px;
    }
    .question_wrap .text .faq .item + .item {
        margin-top: 24px;
    }
    .question_wrap .text .faq .item .question {
        font-size: 18px;
        line-height: 26px;
        color: #677783;
        position: relative;
		padding-right: 25px;
    }
    .question_wrap .text .faq .item .question:after {
        content: "";
        background: #E0DEDF url(/local/templates/otelgipnoz/css/../img/svg/arr_b_gr.svg) no-repeat center center/8px;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        top: 3px;
    }
    .question_wrap .text .faq .item .question.active {
        color: #E98E21;
    }
    .question_wrap .text .faq .item .question.active:after {
        background: #E98E21 url(/local/templates/otelgipnoz/css/../img/svg/arr_t_w.svg) no-repeat center center/8px;
    }
    .question_wrap .text .faq .item .question.active + .answer {
        display: block;
    }
    .question_wrap .text .faq .item .answer {
        display: none;
        margin-top: 16px;
    }
    .question_wrap .question_titles {
        display: none;
    }
    .title_64 {
        font-size: 24px;
        line-height: 35px;
    }
    .main_booking .title_64 {
        margin-bottom: 64px;
    }
    .main_booking {
        padding: 96px 0 104px;
    }
    .room_list.horz_list .room_one {
        background: white;
        width: 312px;
        margin: 0 8px 8px 0;
    }
    .room_list.horz_list .room_one .img_block .item {
        height: 192px;
    }
    .room_list.horz_list .room_one .info .metro {
        margin-top: 0;
    }
    .room_list.horz_list .room_one .info .name {
        margin-bottom: 16px;
    }
    .room_list.horz_list .room_one .dop_price {
        margin: 0;
    }
    .sec_book_room {
        background-color: #FBFBFB;
    }
    .sec_book_room .title_info {
        margin-top: 16px;
    }
    .title_info .item .ico img {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .sec_book_room .map {
        height: 414px;
        margin: 48px -16px -40px;
    }
    .room_card .text .search_btn {
        display: block;
    }
    .room_card--price__mobile {
        display: block;
        padding: 20px 0;
    }
    .room_card--price__mobile .custom_label {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 25px;
    }
    .room_advantages {
        margin-bottom: 16px;
    }
    .mb24 {
        margin-bottom: 16px !important;
    }
    .custom_title {
        margin-top: 15px;
    }
    .room_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .room_card .text {
        margin: 0;
    }
    .pad_55 {
        padding-top: 40px !important;
        padding-bottom: 32px !important;
    }
    .services .cell_col .cell {
        padding-left: 42px;
    }
    .services .cell_col .cell .ico {
        top: 1px;
        width: 22px;
    }
    .text_review .item {
        margin-top: 21px;
    }
    .review_form .main_btn {
        width: 100%;
    }
    .booking_room_form {
        border: none;
    }
    .booking_room_form .line:nth-child(2) {
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
        padding: 24px 0;
        margin: 0 16px;
    }
    .payment_block .text {
        margin: 0 0 42px;
        border: none;
        border-top: 1px solid #E1E1E1;
        padding: 0;
        padding-top: 25px;
    }
    .payment_block .sidebar_block {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .payment_block .sidebar_block .info {
        background: transparent;
        padding: 16px 0 0;
        border-top: 1px solid #E1E1E1;
    }
    .payment_block .sidebar_block .info .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .payment_block .sidebar_block .info .point {
        width: 260px;
    }
    .payment_block .sidebar_block .info .point .orange {
        margin-top: 5px;
    }
    .main_filter form .point .main_input {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec_pay {
        background-color: #fff;
    }
    .banner_plug .wrapper {
        height: 314px;
    }
    .pad_0_96 {
        padding-bottom: 40px !important;
    }
    .action_one .text {
        margin-top: 15px;
    }
    .photo_list_one{
        margin: 0;
    }
    .photo_list_one .one {
        width: auto;
        height: 250px;
        margin: 0;
    }
    .pad_10_64 {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }
    p{
        margin: 10px 0;
    }
    .main_filter.booking_filter {
        margin-bottom: 30px;
    }
    .border_block {
        padding: 10px 20px;
        text-align: center;
    }
    iframe.wide {
        height: 400px;
    }
    main ul {
        margin: 5px 0 10px;
    }
    main ul li {
        margin-top: 5px;
        line-height: 20px;
    }
    main ul li:before {
        top: 8px;
    }
    .room_one > .img_q {
        height: 200px;
    }
    .popup_block .block_q_form {
        margin: auto;
        width: 100%;
        padding: 30px 20px 20px;
    }
    .mfp-close-btn-in .mfp-close {
        right: -20px;
        top: 5px;
        background-size: 20px;
    }
    .our_advantages .block_q .cells_block .cells_block_title {
        font-size: 20px;
    }
    .policy_footer{
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 10px;
    }
    .baloon_wrap {
        width: 190px;
        margin: auto;
    }
    .hotel_list{
        padding-bottom: 60px !important;
    }
    .link_hotel{
        position: absolute;
        bottom: 20px;
    }
    .our_advantages  + .map_sec [class*="ymaps-2"][class*="-controls-pane"] {
        /* display: none !important; */
    }
    .slide_sec .mini_img_wrap {
        /* margin: 10px 0 -20px; */
        margin: 10px 0;
    }
    .block_q_1 .sidebar_block.guest_percent{
        display: none;
    }
    .mt0_mob{
        margin-top: 0 !important;
    }
    .no_scroll_list{
        flex-wrap: wrap !important;
    }
    .no_scroll_list > div{
        width: 100% !important;
    }
    .main_filter.booking_filter form .point.ico_input {
        width: calc(50% - 4px);
    }
    .new_advantages {
        justify-content: center;
    }
    .our_advantages .title_48 {
        padding-bottom: 48px;
    }
    .new_advantages--item {
        width: 33%;
    }
	.table td{
		padding: 5px 10px;
	}
	.action_list .room_one .info{
		margin-top: 15px;
	}
	.mini_btn {
		font-size: 16px;
		padding: 5px 26px 5px 10px;
	}
	.mini_btn img {
		top: 12px;
	}
}

/*9*/
@media screen and (max-width: 767px) {
    .sec_contact > .tabs > .titles {
        padding: 0;
        margin-bottom: 20px;
        margin-left: 16px;
        justify-content: flex-start;
    }
    .sec_contact .info_wrap > div {
        width: 100%;
    }
    .sec_contact .info_wrap .map_block {
        height: auto;
    }
    .sec_contact .info_wrap .map_block img {
        max-width: 100%;
    }
    .sec_contact .info_wrap .info_block {
        padding: 30px 16px;
    }
    .contact_title .title_48 {
        margin: 24px 0 15px;
    }
    .sec_bread {
        padding: 8px 0;
    }
    .tabs .contents {
        margin-top: 12px;
    }
    .near_objects {
        padding: 30px 0;
    }
    .near_objects .title {
        line-height: 30px;
    }
    .near_objects .block_q .one_col {
        width: 100%;
        margin: 0;
    }
    .near_objects .block_q .one_col .cell {
        margin-top: 20px;
    }
    .near_objects .block_q .one_col .cell .cell_title {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 28px;
    }
    .near_objects .subtitle {
        margin: 15px 0 5px;
    }
    .slide_sec .slide_big_img .item {
        height: 314px;
    }
    .payment_wrap {
        padding: 16px;
        margin: 30px auto 0;
    }
    .popup_block .block_q_form .new_btn_wrap {
        margin-top: 30px;
    }
    .room_one {
        margin: 0 0 25px;
        width: 100%;
    }
    .bottom_links_block .item + .item .links_title {
        margin-top: 12px;
    }
    .card_title .mess_block {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .mess_block .ico {
        width: 35px;
        height: 35px;
    }
}
/*7*/
@media screen and (max-width: 576px) {
    .services {
        margin: 0;
    }
    .services .cell_col {
        width: 100%;
    }
    .payment_form .input_label {
        margin-top: 16px;
    }
    .payment_form .input_wrap .input_cell {
        width: 100%;
    }
    .new_advantages {
        margin-left: -16px;
        margin-right: -16px;
    }
    .new_advantages--item {
        width: 50%;
        padding: 0 16px;
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 1200px) {
	.hotel__detail-sec, .hotel__detail-sec .slide_big_img {
		height: calc(100vh - 140px);
	}

	.slide_sec .slide__blur-box {
		height: calc(100vh - 140px);
		display: flex;
		justify-content: center;
		background-size: cover !important;
		z-index: 1 !important;
		position: relative;
	}
	.slide_sec .slide__blur-box img {
		height: calc(100vh - 140px);
		max-width: 1140px;
		width: 100%;
		z-index: 3 !important;
	}
	.slide__blur-box .slide__blur {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2 !important;
		 -webkit-backdrop-filter: blur(10px);
  		backdrop-filter: blur(10px);
		width: 100%;
		height: 100%;
		background: #0000003D;
	}
	.mini_img_wrap .wrapper{
		max-width: 835px;
		padding: 0;
	}
	.slide_sec .mini_img_wrap .slide_small_img .item {
		height: 100px;
	}

/* LISTING */

	.hotel__listing-sec, .hotel__listing-sec .slide_big_img, .hotel__listing-sec .slick-list {
		height: calc(100vh - 275px) !important;
	}
	.hotel__listing-sec .slide_sec .slide__blur-box {
		height: calc(100vh - 275px);
		display: flex;
		justify-content: center;
		background-size: cover !important;
		z-index: 1 !important;
		position: relative;
	}
	.hotel__listing-sec .slide_sec .slide__blur-box img {
		height: calc(100vh - 275px);
		max-width: 1140px;
		width: 100%;
		z-index: 3 !important;
	}
	.hotel__listing-sec .slide__blur-box .slide__blur {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2 !important;
		 -webkit-backdrop-filter: blur(10px);
  		backdrop-filter: blur(10px);
		width: 100%;
		height: 100%;
		background: #0000003D;
	}
	.hotel__listing-sec .mini_img_wrap .wrapper{
		max-width: 835px;
		padding: 0;
	}
	.hotel__listing-sec .slide_sec .mini_img_wrap .slide_small_img .item {
		height: 100px;
	}
	.slide_sec .mini_img_wrap {
		margin-top: -115px;
	}
}
@media screen and (max-width: 1200px) {
	.slide_sec .slide__blur-box, .hotel__detail-sec, .slide_sec .slide__blur-box img {
		/* max-height: 660px; */
		height: 100%;
	}
	.slide__blur-box img {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.slide_sec .slide__blur-box, .hotel__detail-sec, .slide_sec .slide__blur-box img {
		/* max-height: 550px; */
		height: 100%;
	}
	.sec_card.pad_55 {
		padding-top: 0 !important;
		/* margin-top: 85px !important; */
	}
}
@media screen and (max-width: 768px) {
	.slide_sec .slide__blur-box, .hotel__detail-sec, .slide_sec .slide__blur-box img {
		/* max-height: 450px; */
		height: 100%;
	}
}
@media screen and (max-width: 635px) {
	.sec_card.pad_55 {
		/* margin-top: 65px !important; */
	}
}
@media screen and (max-width: 600px) {
	.sec_card.pad_55 {
		/* margin-top: 55px !important; */
	}
}
@media screen and (max-width: 550px) {
	.slide_sec .slide__blur-box, .hotel__detail-sec, .slide_sec .slide__blur-box img {
		/* max-height: 400px; */
		height: 100%;
	}
	.sec_card.pad_55 {
		/* margin-top: 45px !important; */
	}
}
@media screen and (max-width: 450px) {
	.slide_sec .slide__blur-box, .hotel__detail-sec, .slide_sec .slide__blur-box img {
		/* max-height: 350px; */
		height: 100%;
	}
}





@media screen and (max-width: 415px) {
    .new_advantages--item {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .metro_col {
        width: 100% !important;
    }
}

#filter-place_avi, #filter-place_tsv, #filter-place_dmi, #filter-place_kra {
    width: 100%;
    display: block;
}

/* End */


/* Start:/local/templates/otelgipnoz/css/custom.css?1739519755671*/
.main_filter form .point {
	width: 300px;
}
#filter-place_sort{
    flex-grow: 1;
}

#filter-place.filter_room{
    width:auto !important;
}
.room_cat_wrap #filter-place{
     width:auto !important;
}

.main_rooms a.title_48 {
    display: inline-block;
}

.main_rooms .title_48{
    margin-left: 10px;
}
#tablet-main-price {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}
#tablet-main-price td {
	border: 1px solid #acc5d8;
	padding: 5px;
}

.italian{
    font-style: italic;
}

.map_block img{
    max-width: 600px;
}

.one.active{
   padding-bottom: 230px;
}
.room_one .dop_price{
    z-index: 100;
}
.metro_col{
    width: 40%;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1766652312675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/components/local/cookie.notification/templates/.default/style.css?1749620779750*/
.cookie-notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    color: white;
}

.cookie-notification.active {
    display: block;
}

.cookie-notification__wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 25px;
    max-width: 1300px;
    margin: auto;
}

.cookie-notification p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-notification p a{
    text-decoration: underline;
    color: inherit;
}

@media (max-width: 767px) {
    .cookie-notification__wrap {
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/otelgipnoz/template_styles.css?17700272971287*/
.page_services_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page_services_list ul li {
    width: calc(25.0000% - 20px);
    margin: 0 10px 40px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: none;
    padding: 0;
}

.page_services_list ul li:before {
    content: none!important;
}

.page_services_list ul li img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}
.booking_select_index.open .list {
    display: none;
}
.room_one .info .fixed_ico {
    justify-content: normal !important;
}
main ul.slick-dots li {
    margin-top: 7px;
    padding-left: 0px;
    position: unset;
}
main ul.slick-dots li:before {
    background-color: transparent;
}

.on-mob {
    display: none;
}
.b1 {
    display: flex;
    justify-content: space-between;
}

.tur {
    margin: 0;
    padding: 5px 10px;
    background: #E98E21;
    color: white;
    text-align: center;
}

footer .bottom_line{
	line-height: 1.4;
}

.main_checkbox a{
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .title_36 {
        align-items: center !important;
                margin: 0 10px 10px 10px !important;
    }
    .on-mob {
        display: block;
    }
}
/* End */
/* /local/templates/otelgipnoz/css/owl.carousel.css?16321382374028 */
/* /local/templates/otelgipnoz/css/slick.css?16321382361776 */
/* /local/templates/otelgipnoz/css/lightbox.min.css?16321382373668 */
/* /local/templates/otelgipnoz/css/nice-select.css?16787823054066 */
/* /local/templates/otelgipnoz/css/datepicker.min.css?163656355816996 */
/* /local/templates/otelgipnoz/css/magnific-popup.css?16321382367789 */
/* /local/templates/otelgipnoz/css/style.css?177390686497804 */
/* /local/templates/otelgipnoz/css/custom.css?1739519755671 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1766652312675 */
/* /local/components/local/cookie.notification/templates/.default/style.css?1749620779750 */
/* /local/templates/otelgipnoz/template_styles.css?17700272971287 */
