/* Minification failed. Returning unminified contents.
(1787,27): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(4114,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(4336,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(4759,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(6022,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(7797,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(7842,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
@font-face {
  font-family: 'lg';
  src: url(/Content/Lib/LightGallery/fonts/lg.eot?n1z373);
  src: url(/Content/Lib/LightGallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(/Content/Lib/LightGallery/fonts/lg.woff?n1z373) format("woff"), url(/Content/Lib/LightGallery/fonts/lg.ttf?n1z373) format("truetype"), url(/Content/Lib/LightGallery/fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/Content/Lib/LightGallery/img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/Content/Lib/LightGallery/img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/Content/Lib/LightGallery/img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/Content/Lib/LightGallery/img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/Content/Lib/LightGallery/img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(/Content/Lib/LightGallery/img/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 76%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
@charset "UTF-8";
body {
  direction: rtl;
  margin: 0;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
}

.iconEavar-half-star {
  display: block;
  transform: rotateY(180deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Black.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Black.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Black.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Black.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Black.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 600;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Bold.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Medium.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Light.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Light.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_UltraLight.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 600;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Bold.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Bold.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Bold.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Bold.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 500;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Medium.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Medium.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Medium.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Medium.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 400;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 300;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Light.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Light.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Light.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Light.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 200;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_UltraLight.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_UltraLight.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_UltraLight.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_UltraLight.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_UltraLight.ttf) format("truetype");
}
/*Colors*/
/*Font icons*/
/* spacer */
@font-face {
  font-family: "iconmoonEavar";
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.eot?utnsmkk);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.eot?utnsmkk#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.ttf?utnsmkk) format("truetype"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.woff?utnsmkk) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.svg?utnsmkk#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=iconEavar-],
[class*=" iconEavar-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconmoonEavar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconEavar-friends:before {
  content: "\e93c";
}

.iconEavar-checkbox-circle:before {
  content: "\e93e";
}

.iconEavar-alert-line:before {
  content: "\e93f";
}

.iconEavar-message:before {
  content: "\e93d";
}

.iconEavar-airplane:before {
  content: "\e938";
}

.iconEavar-train:before {
  content: "\e939";
}

.iconEavar-ship-2:before {
  content: "\e93a";
}

.iconEavar-person:before {
  content: "\e93b";
}

.iconEavar-camera:before {
  content: "\e936";
}

.iconEavar-public-transport:before {
  content: "\e933";
}

.iconEavar-ship:before {
  content: "\e934";
}

.iconEavar-standing-up-man:before {
  content: "\e935";
}

.iconEavar-half-star:before {
  content: "\e914";
}

.iconEavar-briefcase:before {
  content: "\e932";
}

.iconEavar-bed:before {
  content: "\e931";
}

.iconEavar-dollar:before {
  content: "\e930";
}

.iconEavar-dots:before {
  content: "\e92f";
}

.iconEavar-user:before {
  content: "\e92e";
}

.iconEavar-insurance:before {
  content: "\e923";
}

.iconEavar-visa:before {
  content: "\e924";
}

.iconEavar-taxi:before {
  content: "\e925";
}

.iconEavar-note:before {
  content: "\e926";
}

.iconEavar-like:before {
  content: "\e927";
}

.iconEavar-flag:before {
  content: "\e928";
}

.iconEavar-play-button:before {
  content: "\e929";
}

.iconEavar-phone:before {
  content: "\e92a";
}

.iconEavar-clock:before {
  content: "\e92b";
}

.iconEavar-sort:before {
  content: "\e92c";
}

.iconEavar-filter:before {
  content: "\e92d";
}

.iconEavar-flights:before {
  content: "\e921";
}

.iconEavar-hotel-t:before {
  content: "\e922";
}

.iconEavar-download:before {
  content: "\e920";
}

.iconEavar-edit-pen:before {
  content: "\e919";
}

.iconEavar-profile:before {
  content: "\e91a";
}

.iconEavar-tick-checkbox:before {
  content: "\e917";
}

.iconEavar-pin:before {
  content: "\e911";
}

.iconEavar-upDown:before {
  content: "\e904";
}

.iconEavar-close:before {
  content: "\e909";
}

.iconEavar-bus:before {
  content: "\e90a";
}

.iconEavar-calendar:before {
  content: "\e901";
}

.iconEavar-family:before {
  content: "\e902";
}

.iconEavar-search:before {
  content: "\e903";
}

.iconEavar-hotel:before {
  content: "\e905";
}

.iconEavar-info-btn:before {
  content: "\e90f";
}

.iconEavar-parking-sign:before {
  content: "\e913";
}

.iconEavar-star:before {
  content: "\e90e";
}

.iconEavar-swimming-silhouette:before {
  content: "\e90c";
}

.iconEavar-team:before {
  content: "\e90d";
}

.iconEavar-tick:before {
  content: "\e910";
}

.iconEavar-tourist:before {
  content: "\e908";
}

.iconEavar-wifi:before {
  content: "\e912";
}

.iconEavar-recycle-bin:before {
  content: "\e937";
}

.iconEavar-add-user-button:before {
  content: "\e91f";
}

.iconEavar-refund:before {
  content: "\e91e";
}

.iconEavar-noresult:before {
  content: "\e91c";
}

.iconEavar-hotelDefault:before {
  content: "\e91d";
}

.iconEavar-plus:before {
  content: "\e91b";
}

.iconEavar-info-border:before {
  content: "\e916";
}

.iconEavar-key:before {
  content: "\e918";
}

.iconEavar-starBorder:before {
  content: "\e915";
}

.iconEavar-chevron-up:before {
  content: "\e90b";
}

.iconEavar-chevron-right:before {
  content: "\e907";
}

.iconEavar-right:before {
  content: "\e907";
}

.iconEavar-chevron-left:before {
  content: "\e906";
}

.iconEavar-left:before {
  content: "\e906";
}

.iconEavar-chevron-down:before {
  content: "\e900";
}

.iconEavar-minus:before {
  content: "\ea0b";
}

.iconEavar-refresh:before {
  content: "\e940";
}

/*Colors*/
/*Font icons*/
/* spacer */
/* media query
-----------------------------------------------------------*/
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*Colors*/
/*Font icons*/
/* spacer */
/* media query
-----------------------------------------------------------*/
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
input[type=text],
input[type=email],
input[type=password] {
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  padding: 8px;
  line-height: 1.5;
  color: #262626;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 0.75rem;
  font-size: 12px;
  position: relative;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 1px solid #00a2f9;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
  background-color: #e6e6e6;
  color: #999999;
  cursor: not-allowed;
}
input[type=text][type=password], input[type=text][type=email],
input[type=email][type=password],
input[type=email][type=email],
input[type=password][type=password],
input[type=password][type=email] {
  direction: ltr;
}

textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px;
  border: solid 1px #e6e6e6;
}

.form .form-validation,
.form .field-validation-error {
  color: #fc4d4d;
  font-size: 0.75rem;
  font-size: 12px;
  width: 100%;
  margin: 4px auto;
}
.form .form-validation.success,
.form .field-validation-error.success {
  color: #35cc62;
}
.form hr {
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form .form-element-group {
  width: 100%;
}
.form .form-element-group.form-element-group--with-icon > div {
  position: relative;
}
.form .form-element-group.form-element-group--with-icon input:not([type=submit]),
.form .form-element-group.form-element-group--with-icon select.form-element {
  padding-left: 40px;
}
.form .form-element-group.form-element-group--with-icon i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.125rem;
  font-size: 18px;
  color: #999999;
  transform: translateY(-50%);
  z-index: 1;
}
.form .form-element-group.form-element-group--with-icon span .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 48px;
}
.form .form-element-group.form-element-group--icon-right i {
  left: auto;
  right: 10px;
}
.form .form-element-group.form-element-group--icon-right input:not([type=submit]),
.form .form-element-group.form-element-group--icon-right select.form-element {
  padding-left: 8px;
  padding-right: 40px;
}
.form .form-element-group.form-element-group--icon-right button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form .form-element-group.form-element-group--icon-right button i {
  position: relative;
  top: unset;
  transform: unset;
}
.form .form-element-group .pseudo-input {
  position: absolute;
  left: 70px;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.75rem;
  font-size: 12px;
}
.form .form-element-group.success i {
  color: #35cc62;
}
.form .form-element-group.success input {
  border-color: #35cc62;
}
.form .form-element-group.danger i {
  color: #e30713;
}
.form .form-element-group.danger input {
  border-color: #e30713;
}
.form .form__row {
  margin-bottom: 16px;
}

.captcha-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.captcha-box img {
  height: 30px;
  margin-right: 4px;
}
.captcha-box input[type=text] {
  border: none;
  box-shadow: none;
}
.captcha-box > div:first-child {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding-left: 16px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.captcha-box > div:last-child {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
.captcha-box button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: -50%;
  -o-transform: -50%;
  -ms-transform: -50%;
  -webkit-transform: -50%;
  transform: -50%;
  left: 0;
}

.arrow-right {
  color: inherit;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 24px;
  margin-left: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-right:before {
  content: "→";
}

.arrow-left {
  color: inherit;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 24px;
  margin-right: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-left:after {
  content: "←";
}

.validation {
  font-weight: 500;
  margin: 4px 0;
  font-size: 0.75rem;
  font-size: 12px;
}
.validation.validation--error {
  color: #e81932;
}
.validation.validation--success {
  color: #00bdbb;
}
.validation.validation--warning {
  color: orange;
}

.message {
  padding: 8px;
  padding-right: 16px;
  color: #ffffff;
  margin: 16px auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.79;
  font-weight: bold;
  font-size: 0.6875rem;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.message::before {
  width: 4px;
  height: 80%;
  position: absolute;
  content: "";
  right: 0;
}
.message.message--success {
  background-color: rgba(53, 204, 98, 0.08);
  color: #35cc62;
}
.message.message--success::before {
  background-color: #35cc62;
}
.message.message--danger {
  background-color: rgba(250, 101, 87, 0.08);
  color: #fa6557;
}
.message.message--danger::before {
  background-color: #fa6557;
}
.message.message--primary {
  background-color: rgba(30, 144, 255, 0.08);
  color: #1e90ff;
}
.message.message--primary::before {
  background-color: #00a2f9;
}
.message.message--warning {
  background-color: rgba(255, 179, 0, 0.08);
  color: #ffb300;
}
.message.message--warning::before {
  background-color: #ffb300;
}
@media (max-width: 992px) {
  .message {
    margin-bottom: 24px;
  }
}
.message span {
  margin: auto 4px;
}
.message i {
  font-size: 1rem;
  font-size: 16px;
  margin-left: 8px;
  line-height: 1;
}

@media (min-width: 993px) {
  .main-container {
    min-height: calc(100vh - 369px);
    min-height: calc(var(--vh, 1vh) * 100 - 369px);
  }
}

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.no-scroll {
  overflow: hidden;
}

.dis-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-center {
  text-align: center;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

@media (min-width: 993px) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-in-phone {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-in-not-phone {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-in-not-desktop {
    display: none !important;
  }
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.text--red {
  color: #e81932;
}

.text--green {
  color: #00bdbb;
}

.text--light-green {
  color: #35cc62;
}

.text--dark-green {
  color: #00bdd1;
}

.text--blue {
  color: #0088ff;
}

.bullet-list {
  list-style: initial;
  list-style-position: inside;
  margin-bottom: 4px;
}
.bullet-list li {
  list-style: initial;
  list-style-position: inside;
  margin-bottom: 4px;
}

.switch-btn {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch-btn + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 32px;
  height: 16px;
  background: #f3f3f3;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0;
  margin: 0 14px;
}
.switch-btn + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #bbbbbb;
  border-radius: 90px;
  transition: 0.3s;
}
.switch-btn:checked + label:after {
  left: calc(100% - 2.5px);
  transform: translateX(-100%);
  background: #fc4d4d;
}

.hidden,
.hide {
  display: none !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader {
  margin: 50px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(134, 134, 134, 0.13);
  border-right: 0.4em solid rgba(134, 134, 134, 0.13);
  border-bottom: 0.4em solid rgba(134, 134, 134, 0.13);
  border-left: 0.4em solid #c5c5c5;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
}

.full-width {
  width: 100%;
}

.bold {
  font-weight: bold;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.font-red {
  color: #e81932;
}

.m16T {
  margin-top: 16px;
}

.m20B {
  margin-bottom: 20px;
}

.m16B {
  margin-bottom: 16px;
}

.z-9 {
  z-index: 9;
}

[data-trigger=click] {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 992px) {
  .dis-block-sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .dis-block-xs {
    display: block;
  }
}

body.is-blur > *:not(.no-blur) {
  filter: blur(25px);
}

.seprator {
  margin: 0;
}

@media (max-width: 767px) {
  .select2-container {
    z-index: 9;
  }
}

.m--0 {
  margin: 0px !important;
}

.mt--0,
.my--0 {
  margin-top: 0px !important;
}

.mr--0,
.mx--0 {
  margin-right: 0px !important;
}

.mb--0,
.my--0 {
  margin-bottom: 0px !important;
}

.ml--0,
.mx--0 {
  margin-left: 0px !important;
}

.m--1 {
  margin: 8px !important;
}

.mt--1,
.my--1 {
  margin-top: 8px !important;
}

.mr--1,
.mx--1 {
  margin-right: 8px !important;
}

.mb--1,
.my--1 {
  margin-bottom: 8px !important;
}

.ml--1,
.mx--1 {
  margin-left: 8px !important;
}

.m--2 {
  margin: 16px !important;
}

.mt--2,
.my--2 {
  margin-top: 16px !important;
}

.mr--2,
.mx--2 {
  margin-right: 16px !important;
}

.mb--2,
.my--2 {
  margin-bottom: 16px !important;
}

.ml--2,
.mx--2 {
  margin-left: 16px !important;
}

.m--3 {
  margin: 24px !important;
}

.mt--3,
.my--3 {
  margin-top: 24px !important;
}

.mr--3,
.mx--3 {
  margin-right: 24px !important;
}

.mb--3,
.my--3 {
  margin-bottom: 24px !important;
}

.ml--3,
.mx--3 {
  margin-left: 24px !important;
}

.m--4 {
  margin: 32px !important;
}

.mt--4,
.my--4 {
  margin-top: 32px !important;
}

.mr--4,
.mx--4 {
  margin-right: 32px !important;
}

.mb--4,
.my--4 {
  margin-bottom: 32px !important;
}

.ml--4,
.mx--4 {
  margin-left: 32px !important;
}

.m--5 {
  margin: 40px !important;
}

.mt--5,
.my--5 {
  margin-top: 40px !important;
}

.mr--5,
.mx--5 {
  margin-right: 40px !important;
}

.mb--5,
.my--5 {
  margin-bottom: 40px !important;
}

.ml--5,
.mx--5 {
  margin-left: 40px !important;
}

.m--6 {
  margin: 48px !important;
}

.mt--6,
.my--6 {
  margin-top: 48px !important;
}

.mr--6,
.mx--6 {
  margin-right: 48px !important;
}

.mb--6,
.my--6 {
  margin-bottom: 48px !important;
}

.ml--6,
.mx--6 {
  margin-left: 48px !important;
}

.m--7 {
  margin: 56px !important;
}

.mt--7,
.my--7 {
  margin-top: 56px !important;
}

.mr--7,
.mx--7 {
  margin-right: 56px !important;
}

.mb--7,
.my--7 {
  margin-bottom: 56px !important;
}

.ml--7,
.mx--7 {
  margin-left: 56px !important;
}

.p--0 {
  padding: 0px !important;
}

.pt--0,
.py--0 {
  padding-top: 0px !important;
}

.pr--0,
.px--0 {
  padding-right: 0px !important;
}

.pb--0,
.py--0 {
  padding-bottom: 0px !important;
}

.pl--0,
.px--0 {
  padding-left: 0px !important;
}

.p--1 {
  padding: 8px !important;
}

.pt--1,
.py--1 {
  padding-top: 8px !important;
}

.pr--1,
.px--1 {
  padding-right: 8px !important;
}

.pb--1,
.py--1 {
  padding-bottom: 8px !important;
}

.pl--1,
.px--1 {
  padding-left: 8px !important;
}

.p--2 {
  padding: 16px !important;
}

.pt--2,
.py--2 {
  padding-top: 16px !important;
}

.pr--2,
.px--2 {
  padding-right: 16px !important;
}

.pb--2,
.py--2 {
  padding-bottom: 16px !important;
}

.pl--2,
.px--2 {
  padding-left: 16px !important;
}

.p--3 {
  padding: 24px !important;
}

.pt--3,
.py--3 {
  padding-top: 24px !important;
}

.pr--3,
.px--3 {
  padding-right: 24px !important;
}

.pb--3,
.py--3 {
  padding-bottom: 24px !important;
}

.pl--3,
.px--3 {
  padding-left: 24px !important;
}

.p--4 {
  padding: 32px !important;
}

.pt--4,
.py--4 {
  padding-top: 32px !important;
}

.pr--4,
.px--4 {
  padding-right: 32px !important;
}

.pb--4,
.py--4 {
  padding-bottom: 32px !important;
}

.pl--4,
.px--4 {
  padding-left: 32px !important;
}

.p--5 {
  padding: 40px !important;
}

.pt--5,
.py--5 {
  padding-top: 40px !important;
}

.pr--5,
.px--5 {
  padding-right: 40px !important;
}

.pb--5,
.py--5 {
  padding-bottom: 40px !important;
}

.pl--5,
.px--5 {
  padding-left: 40px !important;
}

.p--6 {
  padding: 48px !important;
}

.pt--6,
.py--6 {
  padding-top: 48px !important;
}

.pr--6,
.px--6 {
  padding-right: 48px !important;
}

.pb--6,
.py--6 {
  padding-bottom: 48px !important;
}

.pl--6,
.px--6 {
  padding-left: 48px !important;
}

.p--7 {
  padding: 56px !important;
}

.pt--7,
.py--7 {
  padding-top: 56px !important;
}

.pr--7,
.px--7 {
  padding-right: 56px !important;
}

.pb--7,
.py--7 {
  padding-bottom: 56px !important;
}

.pl--7,
.px--7 {
  padding-left: 56px !important;
}

.m--n1 {
  margin: -8px !important;
}

.mt--n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr--n1,
.mx--n1 {
  margin-right: -8px !important;
}

.mb--n1,
.my--n1 {
  margin-bottom: -8px !important;
}

.ml--n1,
.mx--n1 {
  margin-left: -8px !important;
}

.m--n2 {
  margin: -16px !important;
}

.mt--n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr--n2,
.mx--n2 {
  margin-right: -16px !important;
}

.mb--n2,
.my--n2 {
  margin-bottom: -16px !important;
}

.ml--n2,
.mx--n2 {
  margin-left: -16px !important;
}

.m--n3 {
  margin: -24px !important;
}

.mt--n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr--n3,
.mx--n3 {
  margin-right: -24px !important;
}

.mb--n3,
.my--n3 {
  margin-bottom: -24px !important;
}

.ml--n3,
.mx--n3 {
  margin-left: -24px !important;
}

.m--n4 {
  margin: -32px !important;
}

.mt--n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr--n4,
.mx--n4 {
  margin-right: -32px !important;
}

.mb--n4,
.my--n4 {
  margin-bottom: -32px !important;
}

.ml--n4,
.mx--n4 {
  margin-left: -32px !important;
}

.m--n5 {
  margin: -40px !important;
}

.mt--n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr--n5,
.mx--n5 {
  margin-right: -40px !important;
}

.mb--n5,
.my--n5 {
  margin-bottom: -40px !important;
}

.ml--n5,
.mx--n5 {
  margin-left: -40px !important;
}

.m--n6 {
  margin: -48px !important;
}

.mt--n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr--n6,
.mx--n6 {
  margin-right: -48px !important;
}

.mb--n6,
.my--n6 {
  margin-bottom: -48px !important;
}

.ml--n6,
.mx--n6 {
  margin-left: -48px !important;
}

.m--n7 {
  margin: -56px !important;
}

.mt--n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr--n7,
.mx--n7 {
  margin-right: -56px !important;
}

.mb--n7,
.my--n7 {
  margin-bottom: -56px !important;
}

.ml--n7,
.mx--n7 {
  margin-left: -56px !important;
}

.m--auto {
  margin: auto !important;
}

.mt--auto,
.my--auto {
  margin-top: auto !important;
}

.mr--auto,
.mx--auto {
  margin-right: auto !important;
}

.mb--auto,
.my--auto {
  margin-bottom: auto !important;
}

.ml--auto,
.mx--auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm--0 {
    margin: 0px !important;
  }
  .mt-sm--0,
  .my-sm--0 {
    margin-top: 0px !important;
  }
  .mr-sm--0,
  .mx-sm--0 {
    margin-right: 0px !important;
  }
  .mb-sm--0,
  .my-sm--0 {
    margin-bottom: 0px !important;
  }
  .ml-sm--0,
  .mx-sm--0 {
    margin-left: 0px !important;
  }
  .m-sm--1 {
    margin: 8px !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: 8px !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: 8px !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: 8px !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: 8px !important;
  }
  .m-sm--2 {
    margin: 16px !important;
  }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: 16px !important;
  }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: 16px !important;
  }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: 16px !important;
  }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: 16px !important;
  }
  .m-sm--3 {
    margin: 24px !important;
  }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: 24px !important;
  }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: 24px !important;
  }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: 24px !important;
  }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: 24px !important;
  }
  .m-sm--4 {
    margin: 32px !important;
  }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: 32px !important;
  }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: 32px !important;
  }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: 32px !important;
  }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: 32px !important;
  }
  .m-sm--5 {
    margin: 40px !important;
  }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: 40px !important;
  }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: 40px !important;
  }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: 40px !important;
  }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: 40px !important;
  }
  .m-sm--6 {
    margin: 48px !important;
  }
  .mt-sm--6,
  .my-sm--6 {
    margin-top: 48px !important;
  }
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: 48px !important;
  }
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: 48px !important;
  }
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: 48px !important;
  }
  .m-sm--7 {
    margin: 56px !important;
  }
  .mt-sm--7,
  .my-sm--7 {
    margin-top: 56px !important;
  }
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: 56px !important;
  }
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: 56px !important;
  }
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: 56px !important;
  }
  .p-sm--0 {
    padding: 0px !important;
  }
  .pt-sm--0,
  .py-sm--0 {
    padding-top: 0px !important;
  }
  .pr-sm--0,
  .px-sm--0 {
    padding-right: 0px !important;
  }
  .pb-sm--0,
  .py-sm--0 {
    padding-bottom: 0px !important;
  }
  .pl-sm--0,
  .px-sm--0 {
    padding-left: 0px !important;
  }
  .p-sm--1 {
    padding: 8px !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: 8px !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: 8px !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: 8px !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: 8px !important;
  }
  .p-sm--2 {
    padding: 16px !important;
  }
  .pt-sm--2,
  .py-sm--2 {
    padding-top: 16px !important;
  }
  .pr-sm--2,
  .px-sm--2 {
    padding-right: 16px !important;
  }
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: 16px !important;
  }
  .pl-sm--2,
  .px-sm--2 {
    padding-left: 16px !important;
  }
  .p-sm--3 {
    padding: 24px !important;
  }
  .pt-sm--3,
  .py-sm--3 {
    padding-top: 24px !important;
  }
  .pr-sm--3,
  .px-sm--3 {
    padding-right: 24px !important;
  }
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: 24px !important;
  }
  .pl-sm--3,
  .px-sm--3 {
    padding-left: 24px !important;
  }
  .p-sm--4 {
    padding: 32px !important;
  }
  .pt-sm--4,
  .py-sm--4 {
    padding-top: 32px !important;
  }
  .pr-sm--4,
  .px-sm--4 {
    padding-right: 32px !important;
  }
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: 32px !important;
  }
  .pl-sm--4,
  .px-sm--4 {
    padding-left: 32px !important;
  }
  .p-sm--5 {
    padding: 40px !important;
  }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: 40px !important;
  }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: 40px !important;
  }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: 40px !important;
  }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: 40px !important;
  }
  .p-sm--6 {
    padding: 48px !important;
  }
  .pt-sm--6,
  .py-sm--6 {
    padding-top: 48px !important;
  }
  .pr-sm--6,
  .px-sm--6 {
    padding-right: 48px !important;
  }
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: 48px !important;
  }
  .pl-sm--6,
  .px-sm--6 {
    padding-left: 48px !important;
  }
  .p-sm--7 {
    padding: 56px !important;
  }
  .pt-sm--7,
  .py-sm--7 {
    padding-top: 56px !important;
  }
  .pr-sm--7,
  .px-sm--7 {
    padding-right: 56px !important;
  }
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: 56px !important;
  }
  .pl-sm--7,
  .px-sm--7 {
    padding-left: 56px !important;
  }
  .m-sm--n1 {
    margin: -8px !important;
  }
  .mt-sm--n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm--n1,
  .mx-sm--n1 {
    margin-right: -8px !important;
  }
  .mb-sm--n1,
  .my-sm--n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm--n1,
  .mx-sm--n1 {
    margin-left: -8px !important;
  }
  .m-sm--n2 {
    margin: -16px !important;
  }
  .mt-sm--n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm--n2,
  .mx-sm--n2 {
    margin-right: -16px !important;
  }
  .mb-sm--n2,
  .my-sm--n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm--n2,
  .mx-sm--n2 {
    margin-left: -16px !important;
  }
  .m-sm--n3 {
    margin: -24px !important;
  }
  .mt-sm--n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm--n3,
  .mx-sm--n3 {
    margin-right: -24px !important;
  }
  .mb-sm--n3,
  .my-sm--n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm--n3,
  .mx-sm--n3 {
    margin-left: -24px !important;
  }
  .m-sm--n4 {
    margin: -32px !important;
  }
  .mt-sm--n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm--n4,
  .mx-sm--n4 {
    margin-right: -32px !important;
  }
  .mb-sm--n4,
  .my-sm--n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm--n4,
  .mx-sm--n4 {
    margin-left: -32px !important;
  }
  .m-sm--n5 {
    margin: -40px !important;
  }
  .mt-sm--n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm--n5,
  .mx-sm--n5 {
    margin-right: -40px !important;
  }
  .mb-sm--n5,
  .my-sm--n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm--n5,
  .mx-sm--n5 {
    margin-left: -40px !important;
  }
  .m-sm--n6 {
    margin: -48px !important;
  }
  .mt-sm--n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm--n6,
  .mx-sm--n6 {
    margin-right: -48px !important;
  }
  .mb-sm--n6,
  .my-sm--n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm--n6,
  .mx-sm--n6 {
    margin-left: -48px !important;
  }
  .m-sm--n7 {
    margin: -56px !important;
  }
  .mt-sm--n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm--n7,
  .mx-sm--n7 {
    margin-right: -56px !important;
  }
  .mb-sm--n7,
  .my-sm--n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm--n7,
  .mx-sm--n7 {
    margin-left: -56px !important;
  }
  .m-sm--auto {
    margin: auto !important;
  }
  .mt-sm--auto,
  .my-sm--auto {
    margin-top: auto !important;
  }
  .mr-sm--auto,
  .mx-sm--auto {
    margin-right: auto !important;
  }
  .mb-sm--auto,
  .my-sm--auto {
    margin-bottom: auto !important;
  }
  .ml-sm--auto,
  .mx-sm--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md--0 {
    margin: 0px !important;
  }
  .mt-md--0,
  .my-md--0 {
    margin-top: 0px !important;
  }
  .mr-md--0,
  .mx-md--0 {
    margin-right: 0px !important;
  }
  .mb-md--0,
  .my-md--0 {
    margin-bottom: 0px !important;
  }
  .ml-md--0,
  .mx-md--0 {
    margin-left: 0px !important;
  }
  .m-md--1 {
    margin: 8px !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: 8px !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: 8px !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: 8px !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: 8px !important;
  }
  .m-md--2 {
    margin: 16px !important;
  }
  .mt-md--2,
  .my-md--2 {
    margin-top: 16px !important;
  }
  .mr-md--2,
  .mx-md--2 {
    margin-right: 16px !important;
  }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: 16px !important;
  }
  .ml-md--2,
  .mx-md--2 {
    margin-left: 16px !important;
  }
  .m-md--3 {
    margin: 24px !important;
  }
  .mt-md--3,
  .my-md--3 {
    margin-top: 24px !important;
  }
  .mr-md--3,
  .mx-md--3 {
    margin-right: 24px !important;
  }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: 24px !important;
  }
  .ml-md--3,
  .mx-md--3 {
    margin-left: 24px !important;
  }
  .m-md--4 {
    margin: 32px !important;
  }
  .mt-md--4,
  .my-md--4 {
    margin-top: 32px !important;
  }
  .mr-md--4,
  .mx-md--4 {
    margin-right: 32px !important;
  }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: 32px !important;
  }
  .ml-md--4,
  .mx-md--4 {
    margin-left: 32px !important;
  }
  .m-md--5 {
    margin: 40px !important;
  }
  .mt-md--5,
  .my-md--5 {
    margin-top: 40px !important;
  }
  .mr-md--5,
  .mx-md--5 {
    margin-right: 40px !important;
  }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: 40px !important;
  }
  .ml-md--5,
  .mx-md--5 {
    margin-left: 40px !important;
  }
  .m-md--6 {
    margin: 48px !important;
  }
  .mt-md--6,
  .my-md--6 {
    margin-top: 48px !important;
  }
  .mr-md--6,
  .mx-md--6 {
    margin-right: 48px !important;
  }
  .mb-md--6,
  .my-md--6 {
    margin-bottom: 48px !important;
  }
  .ml-md--6,
  .mx-md--6 {
    margin-left: 48px !important;
  }
  .m-md--7 {
    margin: 56px !important;
  }
  .mt-md--7,
  .my-md--7 {
    margin-top: 56px !important;
  }
  .mr-md--7,
  .mx-md--7 {
    margin-right: 56px !important;
  }
  .mb-md--7,
  .my-md--7 {
    margin-bottom: 56px !important;
  }
  .ml-md--7,
  .mx-md--7 {
    margin-left: 56px !important;
  }
  .p-md--0 {
    padding: 0px !important;
  }
  .pt-md--0,
  .py-md--0 {
    padding-top: 0px !important;
  }
  .pr-md--0,
  .px-md--0 {
    padding-right: 0px !important;
  }
  .pb-md--0,
  .py-md--0 {
    padding-bottom: 0px !important;
  }
  .pl-md--0,
  .px-md--0 {
    padding-left: 0px !important;
  }
  .p-md--1 {
    padding: 8px !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: 8px !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: 8px !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: 8px !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: 8px !important;
  }
  .p-md--2 {
    padding: 16px !important;
  }
  .pt-md--2,
  .py-md--2 {
    padding-top: 16px !important;
  }
  .pr-md--2,
  .px-md--2 {
    padding-right: 16px !important;
  }
  .pb-md--2,
  .py-md--2 {
    padding-bottom: 16px !important;
  }
  .pl-md--2,
  .px-md--2 {
    padding-left: 16px !important;
  }
  .p-md--3 {
    padding: 24px !important;
  }
  .pt-md--3,
  .py-md--3 {
    padding-top: 24px !important;
  }
  .pr-md--3,
  .px-md--3 {
    padding-right: 24px !important;
  }
  .pb-md--3,
  .py-md--3 {
    padding-bottom: 24px !important;
  }
  .pl-md--3,
  .px-md--3 {
    padding-left: 24px !important;
  }
  .p-md--4 {
    padding: 32px !important;
  }
  .pt-md--4,
  .py-md--4 {
    padding-top: 32px !important;
  }
  .pr-md--4,
  .px-md--4 {
    padding-right: 32px !important;
  }
  .pb-md--4,
  .py-md--4 {
    padding-bottom: 32px !important;
  }
  .pl-md--4,
  .px-md--4 {
    padding-left: 32px !important;
  }
  .p-md--5 {
    padding: 40px !important;
  }
  .pt-md--5,
  .py-md--5 {
    padding-top: 40px !important;
  }
  .pr-md--5,
  .px-md--5 {
    padding-right: 40px !important;
  }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: 40px !important;
  }
  .pl-md--5,
  .px-md--5 {
    padding-left: 40px !important;
  }
  .p-md--6 {
    padding: 48px !important;
  }
  .pt-md--6,
  .py-md--6 {
    padding-top: 48px !important;
  }
  .pr-md--6,
  .px-md--6 {
    padding-right: 48px !important;
  }
  .pb-md--6,
  .py-md--6 {
    padding-bottom: 48px !important;
  }
  .pl-md--6,
  .px-md--6 {
    padding-left: 48px !important;
  }
  .p-md--7 {
    padding: 56px !important;
  }
  .pt-md--7,
  .py-md--7 {
    padding-top: 56px !important;
  }
  .pr-md--7,
  .px-md--7 {
    padding-right: 56px !important;
  }
  .pb-md--7,
  .py-md--7 {
    padding-bottom: 56px !important;
  }
  .pl-md--7,
  .px-md--7 {
    padding-left: 56px !important;
  }
  .m-md--n1 {
    margin: -8px !important;
  }
  .mt-md--n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md--n1,
  .mx-md--n1 {
    margin-right: -8px !important;
  }
  .mb-md--n1,
  .my-md--n1 {
    margin-bottom: -8px !important;
  }
  .ml-md--n1,
  .mx-md--n1 {
    margin-left: -8px !important;
  }
  .m-md--n2 {
    margin: -16px !important;
  }
  .mt-md--n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md--n2,
  .mx-md--n2 {
    margin-right: -16px !important;
  }
  .mb-md--n2,
  .my-md--n2 {
    margin-bottom: -16px !important;
  }
  .ml-md--n2,
  .mx-md--n2 {
    margin-left: -16px !important;
  }
  .m-md--n3 {
    margin: -24px !important;
  }
  .mt-md--n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md--n3,
  .mx-md--n3 {
    margin-right: -24px !important;
  }
  .mb-md--n3,
  .my-md--n3 {
    margin-bottom: -24px !important;
  }
  .ml-md--n3,
  .mx-md--n3 {
    margin-left: -24px !important;
  }
  .m-md--n4 {
    margin: -32px !important;
  }
  .mt-md--n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md--n4,
  .mx-md--n4 {
    margin-right: -32px !important;
  }
  .mb-md--n4,
  .my-md--n4 {
    margin-bottom: -32px !important;
  }
  .ml-md--n4,
  .mx-md--n4 {
    margin-left: -32px !important;
  }
  .m-md--n5 {
    margin: -40px !important;
  }
  .mt-md--n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md--n5,
  .mx-md--n5 {
    margin-right: -40px !important;
  }
  .mb-md--n5,
  .my-md--n5 {
    margin-bottom: -40px !important;
  }
  .ml-md--n5,
  .mx-md--n5 {
    margin-left: -40px !important;
  }
  .m-md--n6 {
    margin: -48px !important;
  }
  .mt-md--n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md--n6,
  .mx-md--n6 {
    margin-right: -48px !important;
  }
  .mb-md--n6,
  .my-md--n6 {
    margin-bottom: -48px !important;
  }
  .ml-md--n6,
  .mx-md--n6 {
    margin-left: -48px !important;
  }
  .m-md--n7 {
    margin: -56px !important;
  }
  .mt-md--n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md--n7,
  .mx-md--n7 {
    margin-right: -56px !important;
  }
  .mb-md--n7,
  .my-md--n7 {
    margin-bottom: -56px !important;
  }
  .ml-md--n7,
  .mx-md--n7 {
    margin-left: -56px !important;
  }
  .m-md--auto {
    margin: auto !important;
  }
  .mt-md--auto,
  .my-md--auto {
    margin-top: auto !important;
  }
  .mr-md--auto,
  .mx-md--auto {
    margin-right: auto !important;
  }
  .mb-md--auto,
  .my-md--auto {
    margin-bottom: auto !important;
  }
  .ml-md--auto,
  .mx-md--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1320px) {
  .m-lg--0 {
    margin: 0px !important;
  }
  .mt-lg--0,
  .my-lg--0 {
    margin-top: 0px !important;
  }
  .mr-lg--0,
  .mx-lg--0 {
    margin-right: 0px !important;
  }
  .mb-lg--0,
  .my-lg--0 {
    margin-bottom: 0px !important;
  }
  .ml-lg--0,
  .mx-lg--0 {
    margin-left: 0px !important;
  }
  .m-lg--1 {
    margin: 8px !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: 8px !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: 8px !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: 8px !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: 8px !important;
  }
  .m-lg--2 {
    margin: 16px !important;
  }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: 16px !important;
  }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: 16px !important;
  }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: 16px !important;
  }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: 16px !important;
  }
  .m-lg--3 {
    margin: 24px !important;
  }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: 24px !important;
  }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: 24px !important;
  }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: 24px !important;
  }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: 24px !important;
  }
  .m-lg--4 {
    margin: 32px !important;
  }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: 32px !important;
  }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: 32px !important;
  }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: 32px !important;
  }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: 32px !important;
  }
  .m-lg--5 {
    margin: 40px !important;
  }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: 40px !important;
  }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: 40px !important;
  }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: 40px !important;
  }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: 40px !important;
  }
  .m-lg--6 {
    margin: 48px !important;
  }
  .mt-lg--6,
  .my-lg--6 {
    margin-top: 48px !important;
  }
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: 48px !important;
  }
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: 48px !important;
  }
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: 48px !important;
  }
  .m-lg--7 {
    margin: 56px !important;
  }
  .mt-lg--7,
  .my-lg--7 {
    margin-top: 56px !important;
  }
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: 56px !important;
  }
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: 56px !important;
  }
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: 56px !important;
  }
  .p-lg--0 {
    padding: 0px !important;
  }
  .pt-lg--0,
  .py-lg--0 {
    padding-top: 0px !important;
  }
  .pr-lg--0,
  .px-lg--0 {
    padding-right: 0px !important;
  }
  .pb-lg--0,
  .py-lg--0 {
    padding-bottom: 0px !important;
  }
  .pl-lg--0,
  .px-lg--0 {
    padding-left: 0px !important;
  }
  .p-lg--1 {
    padding: 8px !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: 8px !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: 8px !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: 8px !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: 8px !important;
  }
  .p-lg--2 {
    padding: 16px !important;
  }
  .pt-lg--2,
  .py-lg--2 {
    padding-top: 16px !important;
  }
  .pr-lg--2,
  .px-lg--2 {
    padding-right: 16px !important;
  }
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: 16px !important;
  }
  .pl-lg--2,
  .px-lg--2 {
    padding-left: 16px !important;
  }
  .p-lg--3 {
    padding: 24px !important;
  }
  .pt-lg--3,
  .py-lg--3 {
    padding-top: 24px !important;
  }
  .pr-lg--3,
  .px-lg--3 {
    padding-right: 24px !important;
  }
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: 24px !important;
  }
  .pl-lg--3,
  .px-lg--3 {
    padding-left: 24px !important;
  }
  .p-lg--4 {
    padding: 32px !important;
  }
  .pt-lg--4,
  .py-lg--4 {
    padding-top: 32px !important;
  }
  .pr-lg--4,
  .px-lg--4 {
    padding-right: 32px !important;
  }
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: 32px !important;
  }
  .pl-lg--4,
  .px-lg--4 {
    padding-left: 32px !important;
  }
  .p-lg--5 {
    padding: 40px !important;
  }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: 40px !important;
  }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: 40px !important;
  }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: 40px !important;
  }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: 40px !important;
  }
  .p-lg--6 {
    padding: 48px !important;
  }
  .pt-lg--6,
  .py-lg--6 {
    padding-top: 48px !important;
  }
  .pr-lg--6,
  .px-lg--6 {
    padding-right: 48px !important;
  }
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: 48px !important;
  }
  .pl-lg--6,
  .px-lg--6 {
    padding-left: 48px !important;
  }
  .p-lg--7 {
    padding: 56px !important;
  }
  .pt-lg--7,
  .py-lg--7 {
    padding-top: 56px !important;
  }
  .pr-lg--7,
  .px-lg--7 {
    padding-right: 56px !important;
  }
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: 56px !important;
  }
  .pl-lg--7,
  .px-lg--7 {
    padding-left: 56px !important;
  }
  .m-lg--n1 {
    margin: -8px !important;
  }
  .mt-lg--n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg--n1,
  .mx-lg--n1 {
    margin-right: -8px !important;
  }
  .mb-lg--n1,
  .my-lg--n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg--n1,
  .mx-lg--n1 {
    margin-left: -8px !important;
  }
  .m-lg--n2 {
    margin: -16px !important;
  }
  .mt-lg--n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg--n2,
  .mx-lg--n2 {
    margin-right: -16px !important;
  }
  .mb-lg--n2,
  .my-lg--n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg--n2,
  .mx-lg--n2 {
    margin-left: -16px !important;
  }
  .m-lg--n3 {
    margin: -24px !important;
  }
  .mt-lg--n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg--n3,
  .mx-lg--n3 {
    margin-right: -24px !important;
  }
  .mb-lg--n3,
  .my-lg--n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg--n3,
  .mx-lg--n3 {
    margin-left: -24px !important;
  }
  .m-lg--n4 {
    margin: -32px !important;
  }
  .mt-lg--n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg--n4,
  .mx-lg--n4 {
    margin-right: -32px !important;
  }
  .mb-lg--n4,
  .my-lg--n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg--n4,
  .mx-lg--n4 {
    margin-left: -32px !important;
  }
  .m-lg--n5 {
    margin: -40px !important;
  }
  .mt-lg--n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg--n5,
  .mx-lg--n5 {
    margin-right: -40px !important;
  }
  .mb-lg--n5,
  .my-lg--n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg--n5,
  .mx-lg--n5 {
    margin-left: -40px !important;
  }
  .m-lg--n6 {
    margin: -48px !important;
  }
  .mt-lg--n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg--n6,
  .mx-lg--n6 {
    margin-right: -48px !important;
  }
  .mb-lg--n6,
  .my-lg--n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg--n6,
  .mx-lg--n6 {
    margin-left: -48px !important;
  }
  .m-lg--n7 {
    margin: -56px !important;
  }
  .mt-lg--n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg--n7,
  .mx-lg--n7 {
    margin-right: -56px !important;
  }
  .mb-lg--n7,
  .my-lg--n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg--n7,
  .mx-lg--n7 {
    margin-left: -56px !important;
  }
  .m-lg--auto {
    margin: auto !important;
  }
  .mt-lg--auto,
  .my-lg--auto {
    margin-top: auto !important;
  }
  .mr-lg--auto,
  .mx-lg--auto {
    margin-right: auto !important;
  }
  .mb-lg--auto,
  .my-lg--auto {
    margin-bottom: auto !important;
  }
  .ml-lg--auto,
  .mx-lg--auto {
    margin-left: auto !important;
  }
}
.c-eavar-modal .eavar-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-eavar-modal .eavar-modal__wrapper {
    max-width: 890px;
    margin: 90px auto;
    position: relative;
  }
}
.c-eavar-modal .eavar-modal.show-modal.fade {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
.c-eavar-modal .eavar-modal.show-modal.fade .eavar-modal__wrapper {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal.show-modal.fade {
    padding: 60px 12px;
  }
}
.c-eavar-modal .eavar-modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.c-eavar-modal .eavar-modal.fade .eavar-modal__wrapper {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.c-eavar-modal .eavar-modal__content {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 48px;
}
.c-eavar-modal .eavar-modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 12px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 12px;
}
.c-eavar-modal .eavar-modal__header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  margin: 0;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__header h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
.c-eavar-modal .eavar-modal__header button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-eavar-modal .eavar-modal__header button i {
  color: #e81932;
}
.c-eavar-modal .eavar-modal__body {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__body {
    height: calc(100vh - 270px);
    height: calc(var(--vh, 1vh) * 100 - 270px);
    overflow: auto;
  }
}

.c-credit-info .credit-info {
  background-color: #fff;
}
.c-credit-info .credit-info .header__company {
  border-bottom: 1px solid #eeeeee;
}
.c-credit-info .credit-info .header__company-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-container {
    font-size: 12px;
  }
}
.c-credit-info .credit-info .header__company-info {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-grow: 1;
}
.c-credit-info .credit-info .header__company-item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 20px;
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-item {
    gap: 8px;
  }
}
.c-credit-info .credit-info .header__company-refresh {
  border: none;
  background: none;
  color: #00bdd1;
  width: 20px;
  height: 20px;
  min-width: initial;
  cursor: pointer;
}
@media (min-width: 993px) {
  .c-credit-info .credit-info .header__company-refresh {
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    min-width: initial;
  }
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-refresh {
    width: 50px;
  }
}
.c-credit-info .credit-info .header__company-refresh:hover {
  background-color: #00bdd1;
  border-color: #00bdd1;
  color: #ffffff;
}
.c-credit-info .credit-info .header__company-refresh i {
  font-size: 0.8125rem;
  font-size: 13px;
}
.c-credit-info .credit-info .fa-num {
  font-family: "IRANSansWeb_FaNum";
}

.checkmark {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark + label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.checkmark + label:after {
  height: 16px;
  width: 16px;
  background-color: #eee;
  content: "";
  display: inline-block;
}
.checkmark:checked + label:after {
  content: "\e917";
  font-size: 10px;
  text-align: center;
  color: #7a7a7a;
  font-family: "iconmoonEavar";
}

.c-eavar-modal .eavar-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-eavar-modal .eavar-modal__wrapper {
    max-width: 890px;
    margin: 90px auto;
    position: relative;
  }
}
.c-eavar-modal .eavar-modal.show-modal.fade {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
.c-eavar-modal .eavar-modal.show-modal.fade .eavar-modal__wrapper {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal.show-modal.fade {
    padding: 60px 12px;
  }
}
.c-eavar-modal .eavar-modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.c-eavar-modal .eavar-modal.fade .eavar-modal__wrapper {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.c-eavar-modal .eavar-modal__content {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 48px;
}
.c-eavar-modal .eavar-modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 12px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 12px;
}
.c-eavar-modal .eavar-modal__header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  margin: 0;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__header h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
.c-eavar-modal .eavar-modal__header button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-eavar-modal .eavar-modal__header button i {
  color: #e81932;
}
.c-eavar-modal .eavar-modal__body {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__body {
    height: calc(100vh - 270px);
    height: calc(var(--vh, 1vh) * 100 - 270px);
    overflow: auto;
  }
}

.checkmark {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark + label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.checkmark + label:after {
  height: 16px;
  width: 16px;
  background-color: #eee;
  content: "";
  display: inline-block;
}
.checkmark:checked + label:after {
  content: "\e917";
  font-size: 10px;
  text-align: center;
  color: #7a7a7a;
  font-family: "iconmoonEavar";
}

.accordion .accordion-is-open + div {
  display: block;
}

.is-tooltip {
  display: none;
}
.is-tooltip.show-tooltip {
  display: block;
}

.eTooltip__content {
  background: #fff;
  position: absolute;
  padding: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.31);
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 150px;
}
@media (max-width: 1200px) {
  .eTooltip__content {
    left: auto;
    z-index: 999;
    right: 0;
    bottom: 100%;
    top: auto;
    transform: initial;
  }
}
.eTooltip__content:before {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: -22px;
  border-right-color: white;
  border-left-width: 0;
  border-width: 11px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .eTooltip__content:before {
    right: -22px;
    left: auto;
    border-width: 11px;
    border-right-width: 0;
  }
}
.eTooltip__content:after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: -23px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
  border-width: 11px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .eTooltip__content:after {
    right: -23px;
    left: auto;
    border-width: 11px;
    border-right-width: 0;
  }
}
.eTooltip__close {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.eTooltip--top {
  left: auto;
  z-index: 999;
  right: 0;
  bottom: calc(100% + 10px);
  top: auto;
  transform: initial;
}
.eTooltip--top:after {
  content: initial;
}
.eTooltip--top:before {
  content: initial;
}

.c-page-cover .page-cover {
  height: 500px;
  background-color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .c-page-cover .page-cover {
    height: 320px;
  }
}
.c-page-cover .page-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-page-cover .page-cover__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.c-page-cover .page-cover__breadCrump {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
  overflow: auto;
  max-width: 100%;
}
.c-page-cover .page-cover__breadCrump li {
  display: flex;
  align-items: center;
}
.c-page-cover .page-cover__breadCrump li a {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 4px 9px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.c-page-cover .page-cover__breadCrump li i {
  color: #ffffff;
  font-size: 9px;
  margin: 0 8px;
}
.c-page-cover .page-cover__breadCrump li:last-child a {
  background-color: rgba(255, 255, 255, 0.34);
  border: none;
  cursor: default;
}
.c-page-cover .page-cover__title {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  left: 50%;
}
.c-page-cover .page-cover__title h1 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-page-cover .page-cover__title h1 {
    font-size: 18px;
  }
}
.c-page-cover .page-cover__title h2 {
  font-size: 36px;
  font-weight: 100;
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-page-cover .page-cover__title h2 {
    font-size: 18px;
  }
}
.c-page-cover .page-cover__rate a {
  position: absolute;
  bottom: 12px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
}
.c-page-cover .page-cover__rate a .iconEavar-half-star {
  display: inline-block;
}
.c-page-cover .page-cover__rate.page-cover__rate--relative a {
  position: relative;
  bottom: initial;
  margin: auto;
  left: initial;
  right: initial;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
}

.c-details-tab .details-tab {
  -webkit-transition: top 0.8s ease-in-out;
  -moz-transition: top 0.8s ease-in-out;
  -ms-transition: top 0.8s ease-in-out;
  -o-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
  transition-delay: 2s;
  top: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.c-details-tab .details-tab ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: white;
  height: 63px;
  border-radius: 32px;
  padding: 0 15px;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-details-tab .details-tab ul {
    height: 48px;
  }
}
.c-details-tab .details-tab ul li {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.c-details-tab .details-tab ul li a {
  color: #bbbbbb;
  height: 65%;
  border-radius: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .c-details-tab .details-tab ul li a {
    padding: 0 16px;
    white-space: nowrap;
  }
}
.c-details-tab .details-tab ul li.active a {
  background: #fc4d4d;
  color: #ffffff;
}
.c-details-tab .details-tab--fixed {
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 1031;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
  margin: 0;
}
.c-details-tab .details-tab--fixed ul {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.c-tour-details .tour-details {
  width: 882px;
}
@media (max-width: 1200px) {
  .c-tour-details .tour-details {
    max-width: calc(100vw - 325px);
  }
}
@media (max-width: 992px) {
  .c-tour-details .tour-details {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-tour-details .tour-details .c-eavar-modal .eavar-modal .eavar-modal__wrapper {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .c-tour-details .tour-details .c-eavar-modal .eavar-modal.show-modal.fade {
    z-index: 1031;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-tour-details .tour-details .c-eavar-modal .eavar-modal__header {
    padding: 16px 12px;
  }
}
@media (max-width: 767px) {
  .c-tour-details .tour-details .c-eavar-modal .eavar-modal__body {
    height: calc(100vh - 160px);
    height: calc(var(--vh, 1vh) * 100 - 160px);
  }
}
.c-tour-details .tour-details .c-eavar-modal .eavar-modal__content {
  padding-bottom: 0;
  height: 100%;
}

.c-tour-overview .tour-overview {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
}
.c-tour-overview .tour-overview h2 {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 21px;
  line-height: 30px;
}
.c-tour-overview .tour-overview__details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .c-tour-overview .tour-overview__details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-tour-overview .tour-overview__details > div {
    width: 50%;
  }
}
.c-tour-overview .tour-overview__details--less div {
  max-height: 80px;
  overflow: hidden;
}
.c-tour-overview .tour-overview__details p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .c-tour-overview .tour-overview__details p {
    width: 100%;
  }
}
.c-tour-overview .tour-overview__details-video {
  width: 360px;
  margin-right: 16px;
  flex-grow: 1;
  min-width: 360px;
}
@media (max-width: 767px) {
  .c-tour-overview .tour-overview__details-video {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
    min-width: initial;
  }
}
.c-tour-overview .tour-overview__details-video iframe {
  border: none;
  border-radius: 4px;
}
.c-tour-overview .tour-overview__details-description {
  flex-grow: 1;
}
.c-tour-overview .tour-overview__details-description button {
  border: none;
  background: transparent;
  color: #0088ff;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-tour-overview .tour-overview__details-description button i {
  font-size: 8px;
  vertical-align: middle;
  margin-right: 2px;
}
.c-tour-overview .tour-overview__destination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.c-tour-overview .tour-overview__destination h4 {
  margin: 0;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 7px;
}
.c-tour-overview .tour-overview__destination > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-tour-overview .tour-overview__destination-city {
  margin-bottom: 20px;
}
.c-tour-overview .tour-overview__destination-city span:first-child {
  color: #7a7a7a;
  font-size: 14px;
  margin-left: 3px;
}
.c-tour-overview .tour-overview__destination-city span:last-child {
  background-color: #f1f1f1;
  color: #00bdbb;
  border-radius: 12px;
  font-size: 14px;
  padding: 0 12px;
}
.c-tour-overview .tour-overview__destination-city:not(:last-child) {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.c-tour-overview .tour-overview__destination-city:not(:last-child):after {
  content: "";
  position: absolute;
  border-right: 1px solid #e4e4e4;
  left: 0;
  width: 0;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.c-tour-overview .tour-overview__destination i {
  color: #e81932;
}
.c-tour-overview .tour-overview__destination + hr {
  margin-top: 0;
}
.c-tour-overview .tour-overview__covered-items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-tour-overview .tour-overview__covered-items ul li {
  width: 50%;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
@media (max-width: 767px) {
  .c-tour-overview .tour-overview__covered-items ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .c-tour-overview .tour-overview__covered-items ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.c-tour-overview .tour-overview__covered-items ul li i {
  color: #bbbbbb;
  margin-left: 8px;
  font-size: 18px;
}

.c-tour-itinary .tour-itinary {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 16px;
  position: relative;
}
.c-tour-itinary .tour-itinary .tour-itinary__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 21px;
}
.c-tour-itinary .tour-itinary .tour-itinary__title {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.c-tour-itinary .tour-itinary p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}
.c-tour-itinary .tour-itinary__accordion {
  padding-top: 16px;
}
.c-tour-itinary .tour-itinary__accordion:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 16px;
}
.c-tour-itinary .tour-itinary__accordion:nth-child(n+10) {
  display: none;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child > div > i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 22px;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child > div > i.iconEavar-bus {
  font-size: 12px;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child span {
  color: #bbbbbb;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child label {
  color: #7a7a7a;
  margin: 0;
  font-weight: 400;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child .tour-itinary__accordion-icon-arrow {
  -webkit-transition: transform;
  -moz-transition: transform;
  -ms-transition: transform;
  -o-transition: transform;
  transition: transform;
}
.c-tour-itinary .tour-itinary__accordion > div:first-child .tour-itinary__accordion-icon-arrow:after {
  content: "\e900";
  font-family: "iconmoonEavar";
}
.c-tour-itinary .tour-itinary__accordion.accordion-is-open .tour-itinary__accordion-icon-arrow {
  transform: rotate(180deg);
}
.c-tour-itinary .tour-itinary__accordion:not(.accordion-is-open) > div:last-child {
  display: none;
  transform: rotate(0);
}
.c-tour-itinary .tour-itinary__accordion .lightgallery {
  margin: 0;
}
@media (max-width: 767px) {
  .c-tour-itinary .tour-itinary__accordion .lightgallery {
    display: flex;
    overflow: auto;
    direction: ltr;
  }
}
@media (max-width: 767px) {
  .c-tour-itinary .tour-itinary__accordion .lightgallery li {
    margin: 0;
    min-width: 110px;
    float: none;
  }
  .c-tour-itinary .tour-itinary__accordion .lightgallery li a {
    width: 100%;
  }
}
.c-tour-itinary .tour-itinary__flight-icon--red {
  background-color: #fc4d4d;
  color: #ffffff;
}
.c-tour-itinary .tour-itinary__flight-icon--green {
  background-color: #00bdbb;
  color: #ffffff;
}
.c-tour-itinary .tour-itinary__flight-icon--gray {
  background-color: #f1f1f1;
  color: #bbbbbb;
}
.c-tour-itinary .tour-itinary__open-all {
  border: none;
  padding: 0;
  border-radius: 20px;
}
.c-tour-itinary .tour-itinary__open-all span {
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  border-radius: 16px;
  color: #7a7a7a;
  padding: 0 12px;
  display: block;
}
.c-tour-itinary .tour-itinary__open-all span:last-child {
  display: none;
}
.c-tour-itinary .tour-itinary__more-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0.0564601) 100%);
  width: 100%;
}
.c-tour-itinary .tour-itinary__more-wrapper > div {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 80px;
}
.c-tour-itinary .tour-itinary__more-wrapper button {
  margin: 15px auto 0;
  border: none;
  background-color: transparent;
  color: #7a7a7a;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-itinary .tour-itinary__more-wrapper button i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 10px;
  color: #00bdbb;
}

.c-tour-review .tour-review {
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  padding: 15px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review {
    padding: 8px 8px 16px 8px;
  }
}
.c-tour-review .tour-review .tour-review__header {
  margin: 0 0 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .tour-review__header {
    margin-bottom: 12px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.c-tour-review .tour-review .tour-review__header .tour-review__title {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .tour-review__header .tour-review__title {
    font-size: 18px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.c-tour-review .tour-review .tour-review__header label {
  color: #00bdbb;
  border: 1px solid #00bdbb;
  background: #e8f6f6;
  font-size: 12px;
  border-radius: 16px;
  font-weight: 400;
  padding: 0 12px;
  line-height: 22px;
  margin-right: 6px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .tour-review__header label {
    padding: 0 4px;
    margin-right: 0;
    font-size: 10px;
  }
}
.c-tour-review .tour-review .tour-review__header label i {
  vertical-align: middle;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .tour-review__header label i {
    margin-left: 4px;
  }
}
.c-tour-review .tour-review__rates {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__rates {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-tour-review .tour-review__total-reviews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-review .tour-review__write-comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__write-comment {
    margin-top: 20px;
    width: 100%;
  }
}
.c-tour-review .tour-review__write-comment p {
  padding: 0 26px 56px 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__write-comment p {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-bottom: 16px;
  }
}
.c-tour-review .tour-review__write-comment span {
  display: inline-block;
  width: 115px;
  height: 85px;
  background: url(/Themes/Eavar.com/UI/Assets/Img/comment.svg) no-repeat center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__write-comment span {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.c-tour-review .tour-review__write-comment label {
  margin-bottom: 0;
  font-size: 16px;
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
.c-tour-review .tour-review__write-comment button {
  border-radius: 16px;
  background-color: #00bdbb;
  font-size: 14px;
  font-weight: 400;
  width: 156px;
  height: 32px;
  border: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__write-comment button {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.c-tour-review .tour-review__write-comment button + a {
  margin-top: 24px;
  display: block;
  color: #7a7a7a;
  font-weight: 400;
  background-color: #f1f1f1;
  padding: 6px 16px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__write-comment button + a {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-top: 0;
    background-color: #f1f1f1;
    padding: 6px 16px;
    border-radius: 16px;
    margin-top: 16px;
  }
}
.c-tour-review .tour-review__total-reviews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review__total-reviews {
    margin-bottom: 20px;
  }
}
.c-tour-review .tour-review__total-reviews .scoresContainer {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-review .tour-review__total-reviews span {
  font-size: 13px;
  color: #bbbbbb;
  vertical-align: middle;
}
.c-tour-review .tour-review .rate-details {
  border-left: 1px solid #e4e4e4;
  width: 50%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .rate-details {
    width: 100%;
    max-width: 100%;
    border-left: none;
  }
}
.c-tour-review .tour-review .rate-details label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  width: 26px;
  text-align: center;
}
.c-tour-review .tour-review .rate-details__progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .rate-details__progress {
    padding-left: 0;
  }
}
.c-tour-review .tour-review .rate-details__rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.c-tour-review .tour-review .rate-details__rate > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 20px);
}
@media (max-width: 767px) {
  .c-tour-review .tour-review .rate-details__rate > div {
    width: 100%;
  }
}
.c-tour-review .tour-review .rate-details__rate > div:not(:last-child) {
  margin-bottom: 20px;
}
.c-tour-review .tour-review .rate-details__label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-tour-review .tour-review .rate-details__label > span {
  margin-bottom: 20px;
  white-space: nowrap;
  color: #7a7a7a;
}
.c-tour-review .tour-review .rate-details__progress-bar {
  background: #f1f1f1;
  height: 4px;
  overflow: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  margin: 0 10px;
}
.c-tour-review .tour-review .rate-details__progress-bar div {
  width: 60%;
  height: 12px;
  border-radius: 16px;
  background: #00bdbb;
}
.c-tour-review .tour-review.tour-review-in-landind {
  padding: 24px;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review.tour-review-in-landind {
    padding: 16px 8px;
  }
}
.c-tour-review .tour-review.tour-review-in-landind h1.tour-review__title {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.c-tour-review .tour-review.tour-review-in-landind h1.tour-review__title + div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-tour-review .tour-review.tour-review-in-landind h1.tour-review__title + div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 993px) {
  .c-modal-user-review .modal-user-review {
    overflow: auto;
  }
}
.c-modal-user-review .modal-user-review__feedback {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
}
.c-modal-user-review .modal-user-review__feedback li {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 32px;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review__feedback li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-modal-user-review .modal-user-review__feedback li span {
  font-size: 16px;
  font-weight: 500;
  color: #7a7a7a;
}
.c-modal-user-review .modal-user-review .scoreWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper {
    margin-top: 12px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c-modal-user-review .modal-user-review .scoreWrapper .scoresContainer {
  order: 2;
  direction: ltr;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper .scoresContainer {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.c-modal-user-review .modal-user-review .scoreWrapper .rate_Score {
  order: 1;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper .rate_Score {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: auto;
  }
}
.c-modal-user-review .modal-user-review .scoreWrapper i {
  font-size: 25px;
  color: #ffbf50;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper i {
    font-size: 16px;
  }
}
.c-modal-user-review .modal-user-review .scoreWrapper .rate_Score {
  border: 1px solid #00bdbb;
  color: #00bdbb;
  background-color: #e8f6f6;
  font-size: 16px;
  width: 98px;
  position: relative;
  width: 97px;
  padding: 4px 0;
  text-align: center;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper .rate_Score {
    margin: 0;
    margin-right: 12px;
  }
}
.c-modal-user-review .modal-user-review .scoreWrapper .rate_Score:after {
  content: "";
  position: absolute;
  left: auto;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #e8f6f6;
  right: -15px;
  z-index: 13;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper .rate_Score:after {
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #e8f6f6 transparent;
    margin: 0;
    right: -14px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
.c-modal-user-review .modal-user-review .scoreWrapper .rate_Score:before {
  content: "";
  position: absolute;
  left: auto;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #00bdbb;
  right: -16px;
  z-index: 12;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review .scoreWrapper .rate_Score:before {
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #00bdbb transparent;
    right: -15px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
.c-modal-user-review .modal-user-review__form label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  align-items: center;
  font-size: 20px;
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review__form label {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review__form label .modal-user-review__tooltip-content {
    right: calc(100% + 15px);
    left: auto;
  }
  .c-modal-user-review .modal-user-review__form label .modal-user-review__tooltip-content:after {
    left: auto;
    right: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
  }
  .c-modal-user-review .modal-user-review__form label .modal-user-review__tooltip-content:before {
    left: auto;
    right: -10px;
    border-left-color: white;
    border-right-width: 0;
  }
}
.c-modal-user-review .modal-user-review__form > div {
  padding: 28px 0 0;
  flex-grow: 1;
  margin: 0 5px;
}
.c-modal-user-review .modal-user-review__form-element .form-element__review-title {
  width: 150px;
}
.c-modal-user-review .modal-user-review__form-element .form-element__review-description {
  width: 180px;
}
.c-modal-user-review .modal-user-review__form-element input {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  padding: 10px;
}
.c-modal-user-review .modal-user-review__form-element input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element input:-moz-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element input::-moz-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element input:-ms-input-placeholder {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review__form-element input {
    height: 38px;
  }
}
.c-modal-user-review .modal-user-review__form-element textarea {
  height: 203px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}
.c-modal-user-review .modal-user-review__form-element textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element textarea:-moz-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element textarea::-moz-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.c-modal-user-review .modal-user-review__form-element-minChar {
  font-size: 12px;
  color: #bbbbbb;
  display: block;
  text-align: left;
  padding-top: 5px;
}
.c-modal-user-review .modal-user-review__form-confirmation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.c-modal-user-review .modal-user-review__form .form-element__show-family {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 5px;
}
.c-modal-user-review .modal-user-review__form .form-element__show-family .checkmark + label {
  padding-right: 22px;
}
.c-modal-user-review .modal-user-review__form .form-element__show-family .checkmark + label:after {
  right: 0;
  position: absolute;
}
.c-modal-user-review .modal-user-review__tooltip {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #f1f1f1;
  margin-left: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #bbbbbb;
  line-height: 1px;
  font-weight: 300;
  padding-top: 5px;
  cursor: pointer;
}
.c-modal-user-review .modal-user-review__tooltip-content {
  background: #fff;
  position: absolute;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.31);
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 150px;
}
.c-modal-user-review .modal-user-review__tooltip-content:before {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: -22px;
  border-right-color: #999;
  border-right-color: rgb(255, 255, 255);
  border-left-width: 0;
  border-width: 11px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.c-modal-user-review .modal-user-review__tooltip-content:after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: -23px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
  border-width: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.c-modal-user-review .modal-user-review__tooltip-content.show-tooltip {
  display: block;
}
.c-modal-user-review .modal-user-review__tooltip-content > span {
  position: relative;
  line-height: 20px;
  font-weight: 400;
  padding-top: 0px;
  font-size: 12px;
}
.c-modal-user-review .modal-user-review__tooltip-content > span i {
  position: absolute;
  right: 0;
  top: -17px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 2px;
}
.c-modal-user-review .modal-user-review__tooltip-content > span span {
  display: block;
}
.c-modal-user-review .modal-user-review__button-conform {
  width: 140px;
  height: 32px;
  background-color: #00bdbb;
  font-weight: 400;
  margin-top: 20px;
  border: none;
  border-radius: 16px;
  color: #ffffff;
  display: block;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .c-modal-user-review .modal-user-review__button-conform {
    width: calc(100% - 32px);
  }
}
.c-modal-user-review .modal-user-review__avatars > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 330px;
  overflow: auto;
}
.c-modal-user-review .modal-user-review__avatars > label {
  font-size: 14px;
  font-weight: 500;
  color: #7a7a7a;
}
.c-modal-user-review .modal-user-review__avatars img {
  margin: auto;
}
.c-modal-user-review .modal-user-review__avatars .checkmark + label:after {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 767px) {
  #userCompleteInfo .eavar-modal .eavar-modal__wrapper {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #userCompleteInfo .eavar-modal.show-modal.fade {
    z-index: 1032;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #userCompleteInfo .eavar-modal__header {
    padding: 16px 12px;
  }
}
@media (max-width: 767px) {
  #userCompleteInfo .eavar-modal__body {
    height: calc(100vh - 160px);
    height: calc(var(--vh, 1vh) * 100 - 160px);
  }
}
#userCompleteInfo .eavar-modal__content {
  padding-bottom: 0;
  height: 100%;
}

.c-tour-comments .tour-comments__wrapper {
  background-color: #ffffff;
  padding: 0 24px 25px;
}
.c-tour-comments .tour-comments__wrapper > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__wrapper > div {
    padding-top: 16px;
  }
}
.c-tour-comments .tour-comments__wrapper:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__wrapper:not(:last-child) {
    padding-bottom: 16px;
  }
}
.c-tour-comments .tour-comments__user-info {
  width: 150px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__user-info {
    width: 100%;
    padding-left: 0;
  }
}
.c-tour-comments .tour-comments__user-info > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__user-info > ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-tour-comments .tour-comments__user-info > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__user-info > ul > li {
    flex-grow: 1;
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right;
  }
}
.c-tour-comments .tour-comments__user-info > ul > li:first-child {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__user-info > ul > li:first-child {
    margin-left: 8px;
    flex-grow: 0;
  }
}
.c-tour-comments .tour-comments__user-info > ul > li:first-child span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #bbbbbb;
  background-color: #f1f1f1;
  background-size: 100% auto;
  background-position: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__user-info > ul > li:first-child span {
    width: 43px;
    height: 43px;
  }
}
.c-tour-comments .tour-comments__user-info > ul > li:first-child span i {
  font-size: 22px;
}
.c-tour-comments .tour-comments__user-info > ul > li ul {
  width: 100%;
}
.c-tour-comments .tour-comments__user-info > ul > li ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__user-info > ul > li ul li {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.c-tour-comments .tour-comments__user-info > ul > li ul li:nth-child(1) {
  margin-bottom: 10px;
}
.c-tour-comments .tour-comments__user-info > ul > li ul li:nth-child(1) span {
  color: #7a7a7a;
  font-size: 13px;
}
.c-tour-comments .tour-comments__user-info > ul > li ul li:nth-child(2) span {
  color: #bbbbbb;
  font-size: 13px;
}
.c-tour-comments .tour-comments__user-info > ul > li ul li:nth-child(2) span i {
  font-size: 22px;
}
.c-tour-comments .tour-comments__user-info > ul > li ul li:nth-child(2) label {
  font-weight: 400;
  margin-bottom: 0;
}
.c-tour-comments .tour-comments__user-info .scoresContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-comments .tour-comments__user-info .scoresContainer i {
  margin-left: 2px;
}
.c-tour-comments .tour-comments__comment {
  position: relative;
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__comment {
    width: 100%;
    margin-top: 8px;
    text-align: justify;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-tour-comments .tour-comments__comment > div:first-child {
  width: calc(100% - 278px);
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__comment > div:first-child {
    width: 100%;
    order: 2;
  }
}
.c-tour-comments .tour-comments__comment-text {
  padding-bottom: 10px;
  min-height: 105px;
}
@media (min-width: 768px) {
  .c-tour-comments .tour-comments__comment-text {
    border-right: 1px solid #e4e4e4;
    padding-right: 16px;
  }
}
.c-tour-comments .tour-comments__comment-header h5 {
  margin: 10px 0 0 0;
  line-height: 25px;
  font-weight: 400;
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__comment-header h5 {
    margin: 0;
    font-weight: 400;
  }
}
.c-tour-comments .tour-comments__comment-header .scoresContainer {
  display: flex;
}
.c-tour-comments .tour-comments__comment-body {
  margin-top: 10px;
}
.c-tour-comments .tour-comments__comment-body p {
  color: #7a7a7a;
  line-height: 23px;
  margin-bottom: 0;
}
.c-tour-comments .tour-comments__comment-tour {
  width: 254px;
  height: 218px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  flex-grow: 1;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__comment-tour {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.c-tour-comments .tour-comments__comment-tour-img {
  width: 100%;
  height: 144px;
  display: block;
  margin-bottom: 12px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.c-tour-comments .tour-comments__comment-tour a {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  padding: 0 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.c-tour-comments .tour-comments__reply {
  width: 100%;
}
.c-tour-comments .tour-comments__reply .tour-comments__dropDown {
  left: 17px;
}
.c-tour-comments .tour-comments__reply > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f9f9f9;
  border-radius: 15px;
  margin: 32px 0 0;
  padding: 16px 0 16px 16px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__reply > div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
  }
}
.c-tour-comments .tour-comments__reply > div:after {
  content: "";
  border-left: 27px solid transparent;
  border-top: 20px solid #f9f9f9;
  position: absolute;
  bottom: -20px;
  right: 28px;
}
.c-tour-comments .tour-comments__reply-user-info {
  width: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__reply-user-info {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
}
.c-tour-comments .tour-comments__reply-user-info h6 {
  color: #7a7a7a;
  margin-top: 10px;
}
.c-tour-comments .tour-comments__reply-user-info span {
  color: #bbbbbb;
}
@media (min-width: 768px) {
  .c-tour-comments .tour-comments__reply-comment {
    width: calc(100% - 80px);
    padding-right: 16px;
    border-right: 1px solid #e4e4e4;
  }
}
.c-tour-comments .tour-comments__reply-comment p {
  margin-bottom: 0;
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__reply-comment p {
    text-align: justify;
  }
}
.c-tour-comments .tour-comments__reply-avatar {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #bbbbbb;
  font-size: 18px;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__reply-avatar {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .c-tour-comments .tour-comments__reply-avatar i {
    font-size: 12px;
  }
}
.c-tour-comments .tour-comments__tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.c-tour-comments .tour-comments__tools button {
  cursor: pointer;
}
.c-tour-comments .tour-comments__tools-like {
  border: 1px solid #e4e4e4;
  background-color: transparent;
  border-radius: 16px;
  color: #bbbbbb;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
}
.c-tour-comments .tour-comments__tools-like.is-liked i {
  color: #00bdbb;
}
.c-tour-comments .tour-comments__tools-like i {
  font-size: 18px;
  margin-right: 5px;
}
.c-tour-comments .tour-comments__tools-like span {
  display: inline-block;
  margin-left: 2px;
}
.c-tour-comments .tour-comments__tools-unpublish {
  border: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #bbbbbb;
  font-size: 12px;
  background-color: transparent;
}
.c-tour-comments .tour-comments__tools-unpublish i {
  font-size: 18px;
}
.c-tour-comments .tour-comments__tools-delete {
  border: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #bbbbbb;
  font-size: 12px;
  background-color: transparent;
}
.c-tour-comments .tour-comments__tools-delete i {
  font-size: 18px;
}
.c-tour-comments .tour-comments__tools-report {
  border: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #bbbbbb;
  font-size: 12px;
  background-color: transparent;
}
.c-tour-comments .tour-comments__tools-report i {
  font-size: 18px;
}
.c-tour-comments .tour-comments__dropDown {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__dropDown {
    left: 0;
  }
}
.c-tour-comments .tour-comments__dropDown > button {
  border: none;
  background: none;
  color: #bbbbbb;
  font-size: 4px;
  padding: 0;
}
.c-tour-comments .tour-comments__dropDown ul {
  position: absolute;
  background: #ffffff;
  top: 30px;
  left: 50%;
  margin: auto;
  width: 114px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__dropDown ul {
    left: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-tour-comments .tour-comments__dropDown ul:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 54%;
  box-sizing: border-box;
  border: 6px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg) translateX(-50%);
  -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.08);
  top: 6px;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__dropDown ul:after {
    left: 14px;
  }
}
.c-tour-comments .tour-comments__dropDown ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
  text-align: center;
}
.c-tour-comments .tour-comments__dropDown ul li button {
  margin: auto;
  color: #7a7a7a;
  border: none;
  font-size: 12px;
  background-color: transparent;
}
.c-tour-comments .tour-comments__reply-form {
  width: 100%;
  margin-top: 10px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-tour-comments .tour-comments__reply-form textarea {
  background-color: #ffffff;
  border: solid 1px #bbbbbb;
  border-radius: 4px;
  outline: none;
  min-height: 100px;
  line-height: 24px;
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
.c-tour-comments .tour-comments__reply-form button {
  background-color: #00bdbb;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
  padding: 6px 10px;
  color: #fff;
}
.c-tour-comments .tour-comments__filter {
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__filter {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-tour-comments .tour-comments__filter label {
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 0;
}
.c-tour-comments .tour-comments__filter-sort {
  margin-left: 24px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__filter-sort {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-left: 0;
    width: 100%;
  }
}
.c-tour-comments .tour-comments__filter-related-review {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-tour-comments .tour-comments__filter-related-review {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
  }
}
.c-tour-comments .tour-comments__filter-related-review .tour-comments__select {
  min-width: 180px;
}
.c-tour-comments .tour-comments__select {
  position: relative;
  margin: 12px 0;
}
.c-tour-comments .tour-comments__select label {
  color: #303030;
  font-weight: 400;
  min-width: 126px;
  background-color: #ffffff;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-comments .tour-comments__select label i {
  color: #bbbbbb;
}
.c-tour-comments .tour-comments__select ul {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  transform-origin: 50% 0;
  -moz-transform: scaleX(0) scaleY(0);
  -o-transform: scaleX(0) scaleY(0);
  -ms-transform: scaleX(0) scaleY(0);
  -webkit-transform: scaleX(0) scaleY(0);
  transform: scaleX(0) scaleY(0);
  max-height: 170px;
  overflow: auto;
}
.c-tour-comments .tour-comments__select ul.open {
  -moz-transform: scaleX(1) scaleY(1);
  -o-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
}
.c-tour-comments .tour-comments__select ul li {
  padding: 3px 8px;
  font-weight: 300;
  color: #303030;
  cursor: pointer;
}
.c-tour-comments .tour-comments__select ul li:hover {
  background-color: #f1f1f1;
}
.c-tour-comments .tour-comments__button-more {
  background-color: #ffffff;
  padding: 10px 10px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-tour-comments .tour-comments__button-more button {
  cursor: pointer;
  color: #7a7a7a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: transparent;
  border: none;
}
.c-tour-comments .tour-comments__button-more button i {
  color: #00bdbb;
  margin-right: 5px;
  font-size: 10px;
}

.c-execution-dates .execution-dates {
  background-color: #ffffff;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates {
    font-size: 18px;
  }
}
.c-execution-dates .execution-dates h2 {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 30px;
}
.c-execution-dates .execution-dates__table {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__table {
    border: none;
  }
}
.c-execution-dates .execution-dates__table + button.execution-dates__more {
  border: none;
  background-color: transparent;
  color: #7a7a7a;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 15px auto 0;
  display: none;
  font-size: 16px;
}
.c-execution-dates .execution-dates__table + button.execution-dates__more i {
  color: #00bdbb;
  vertical-align: middle;
  font-size: 10px;
  margin-right: 5px;
}
.c-execution-dates .execution-dates__header {
  background-color: #f1f1f1;
  height: 55px;
  color: #7a7a7a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-execution-dates .execution-dates__header > div {
  height: 100%;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-execution-dates .execution-dates__header > div > div {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.c-execution-dates .execution-dates__header > div:first-child {
  width: 238px;
}
.c-execution-dates .execution-dates__header > div:first-child > div {
  border-left: 1px solid #e4e4e4;
  width: 50%;
  justify-content: center;
}
.c-execution-dates .execution-dates__header > div:nth-child(2) {
  width: 720px;
}
.c-execution-dates .execution-dates__header > div:nth-child(2) > div {
  text-align: right;
  padding-right: 32px;
  width: 33.3333333333%;
}
.c-execution-dates .execution-dates__body-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    background-color: #ffffff;
    margin-bottom: 8px;
    border-radius: 4px;
  }
}
.c-execution-dates .execution-dates__body-row--disable {
  opacity: 0.6;
  display: none;
}
.c-execution-dates .execution-dates__body-row--disable ~ .execution-dates__sub-table {
  opacity: 0.6;
}
.c-execution-dates .execution-dates__body-row--disable-show {
  opacity: 0.6;
}
.c-execution-dates .execution-dates__body-row--disable-show ~ .execution-dates__sub-table {
  opacity: 0.6;
}
.c-execution-dates .execution-dates__body-row--show {
  display: flex;
}
.c-execution-dates .execution-dates__body-row > div {
  height: 100px;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body-row > div {
    height: auto;
  }
}
.c-execution-dates .execution-dates__body-row > div > div {
  flex-grow: 1;
  text-align: center;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body-row > div > div {
    max-width: 100%;
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.c-execution-dates .execution-dates__body-row > div > div:after {
  content: "\e90b";
  font-family: "iconmoonEavar";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  color: #e4e4e4;
  font-size: 17px;
  opacity: 0;
  transition: opacity 300ms ease-out !important;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body-row > div > div:after {
    display: none;
  }
}
.c-execution-dates .execution-dates__body-row > div > div:before {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 8px;
  bottom: -2px;
  opacity: 0;
  transition: opacity 300ms ease-out !important;
}
.c-execution-dates .execution-dates__body-row > div > div.in-visible:after, .c-execution-dates .execution-dates__body-row > div > div.in-visible:before {
  opacity: 1;
}
.c-execution-dates .execution-dates__body-row > div > div.in-visible a i:before {
  content: "\e90b";
}
.c-execution-dates .execution-dates__body-row > div > div.in-visible a {
  color: #bbbbbb;
}
.c-execution-dates .execution-dates__body-row > div > div.in-visible a i {
  color: #00bdbb;
}
.c-execution-dates .execution-dates__body-row > div > div > span {
  margin-left: 3px;
  display: inline-block;
  color: #7a7a7a;
}
.c-execution-dates .execution-dates__body-row .execution-dates__body-price-plus {
  color: #0088ff;
  display: inline-block;
  position: static;
  transform: initial;
  margin: 0 3px;
}
.c-execution-dates .execution-dates__body-row .execution-dates__duration {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
}
.c-execution-dates .execution-dates__body-row .execution-dates__duration span {
  color: #e81932;
  line-height: 13px;
  font-size: 15px;
}
.c-execution-dates .execution-dates__body ul {
  margin-bottom: 0;
}
.c-execution-dates .execution-dates__body--first {
  width: 238px;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--first {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}
.c-execution-dates .execution-dates__body--first > div {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  border-left: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--first > div {
    border-left: none;
  }
}
.c-execution-dates .execution-dates__body--first ul {
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: self-start;
  -moz-align-items: self-start;
  -ms-align-items: self-start;
  align-items: self-start;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--first ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--first ul li {
    font-weight: 600;
  }
}
.c-execution-dates .execution-dates__body--first ul li:first-child {
  margin-bottom: 15px;
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--first ul li:first-child {
    margin-bottom: 0;
    margin-left: 5px;
  }
}
.c-execution-dates .execution-dates__body--first ul li:last-child {
  color: #7a7a7a;
}
.c-execution-dates .execution-dates__body--first ul li:last-child i {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--first i {
    vertical-align: middle;
    margin-left: 3px;
    width: 14px;
    display: inline-block;
    text-align: center;
  }
}
.c-execution-dates .execution-dates__body--center {
  width: 720px;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--center {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-execution-dates .execution-dates__body--center > div {
  text-align: right;
  width: 33.3333333333%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-execution-dates .execution-dates__body--center > div {
    padding-right: 32px;
  }
}
.c-execution-dates .execution-dates__body--center > div:not(.execution-dates__sub-table) {
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--center > div:not(.execution-dates__sub-table) {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--center ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
  }
}
.c-execution-dates .execution-dates__body--center li {
  text-align: right;
}
.c-execution-dates .execution-dates__body--center li:first-child {
  color: #7a7a7a;
  overflow: hidden;
  height: 42px;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--center li:first-child {
    margin-bottom: 0;
    width: calc(100% - 88px);
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--center li:first-child i {
    color: #7a7a7a;
    vertical-align: middle;
    margin-left: 3px;
    width: 14px;
    display: inline-block;
    text-align: center;
  }
}
.c-execution-dates .execution-dates__body--center li a {
  font-size: 13px;
  color: #0088ff;
  cursor: pointer;
}
.c-execution-dates .execution-dates__body--center li a i {
  color: #bbbbbb;
  vertical-align: middle;
  font-size: 10px;
}
.c-execution-dates .execution-dates__body--last {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--last {
    border-top: 1px solid #e4e4e4;
    padding: 16px 15px 0;
  }
}
.c-execution-dates .execution-dates__body--last-button {
  border: none;
  background-color: #00bdbb;
  color: #ffffff;
  border-radius: 20px;
  width: 114px;
  height: 32px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--last-button {
    margin-bottom: 0;
    direction: rtl;
    font-size: 15px;
  }
}
.c-execution-dates .execution-dates__body--last-button i {
  vertical-align: middle;
  margin-right: 14px;
}
.c-execution-dates .execution-dates__body--last-label {
  color: #e81932;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--last-label {
    margin-bottom: 0;
    direction: rtl;
    font-size: 15px;
  }
}
.c-execution-dates .execution-dates__body--last ul {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 127px;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__body--last ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    direction: ltr;
  }
}
.c-execution-dates .execution-dates__body--last ul li span {
  font-size: 12px;
}
.c-execution-dates .execution-dates__body-hotel button {
  border: none;
  background: none;
  padding: 0;
}
.c-execution-dates .execution-dates__body-hotel button:hover {
  color: #0088ff;
}
.c-execution-dates .execution-dates__body-price ul li:first-child span {
  color: #303030;
  font-weight: 600;
}
.c-execution-dates .execution-dates__sub-table {
  background-color: #f9f9f9;
}
.c-execution-dates .execution-dates__sub-table--flight {
  display: none;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__header {
  height: 72px;
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__header > div > div {
  justify-content: center;
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__header > div:last-child > div:last-child {
  border-left: none;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__header > div:nth-child(2) {
  width: 610px;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__header > div:nth-child(3) {
  flex-grow: 1;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row {
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row > div {
  height: 73px;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row .execution-dates__body--center {
  width: 610px;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row .execution-dates__body--center > div {
  border-left: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row .execution-dates__body--center > div {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row .execution-dates__body--center > div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row .execution-dates__body--last > div:not(:last-child) {
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--flight .execution-dates__body-row .execution-dates__body--last > div {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 0;
  border-top: 1px solid #e4e4e4;
  display: none;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div > span {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 200px;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li:nth-child(2) {
  width: 60px;
  position: relative;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li:nth-child(2):after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li:nth-child(2) i {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li:last-child {
  margin-right: 30px;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li span:first-child {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.c-execution-dates .execution-dates__sub-table--flight-mobile div ul li span:last-child {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 400;
}
.c-execution-dates .execution-dates__sub-table--price {
  display: none;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__header {
  background-color: transparent;
  height: 73px;
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__header > div:first-child {
  width: 238px;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__header > div:not(:first-child) {
  width: 25%;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__header > div:not(:last-child) {
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__body-row {
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__body-row > div {
  justify-content: center;
  height: 73px;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__body-row > div:not(:last-child) {
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__body-row > div:first-child {
  width: 238px;
}
.c-execution-dates .execution-dates__sub-table--price .execution-dates__body-row > div:not(:first-child) {
  width: 25%;
}
.c-execution-dates .execution-dates__sub-table--price-mobile {
  width: 100%;
  display: none;
}
.c-execution-dates .execution-dates__sub-table--price-mobile > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-execution-dates .execution-dates__sub-table--price-mobile .execution-dates__body {
  width: 100%;
}
.c-execution-dates .execution-dates__sub-table--price-mobile .execution-dates__body-row {
  padding: 0;
  margin: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-execution-dates .execution-dates__sub-table--price-mobile .execution-dates__body-row ul:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--price-mobile .execution-dates__body-row ul li {
  padding: 20px 10px;
  flex-grow: 1;
  font-size: 12px;
}
.c-execution-dates .execution-dates__sub-table--price-mobile .execution-dates__body-row ul li:first-child {
  background-color: #f9f9f9;
  width: 150px;
  min-height: initial;
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--price-mobile .execution-dates__body-row ul li:last-child {
  width: calc(100% - 150px);
}
.c-execution-dates .execution-dates__sub-table--residence {
  display: none;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__header {
  background-color: transparent;
  height: 73px;
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__header > div:not(:last-child) {
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__header > div:nth-child(1) {
  width: 238px;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__header > div:nth-child(2) {
  width: 623px;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__header > div:nth-child(3) {
  width: 306px;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__body-row {
  border-bottom: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__body-row > div:not(:last-of-type) {
  border-left: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__body-row > div:nth-child(1) {
  width: 238px;
  height: 73px;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__body-row > div:nth-child(2) {
  width: 623px;
  height: 73px;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__body-row > div:nth-child(2) button {
  background: transparent;
  border: none;
  color: #0088ff;
}
.c-execution-dates .execution-dates__sub-table--residence .execution-dates__body-row > div:nth-child(3) {
  width: 306px;
  height: 73px;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  display: none;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__header {
  justify-content: space-between;
  background-color: #f9f9f9;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__header > div {
  width: auto;
  border: none;
  flex-grow: 1;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__header > div:first-child {
  width: 96px;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__header > div:nth-child(2) {
  width: 166px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__header > div:last-child {
  width: 96px;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body-row {
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body-row > div {
  padding: 20px 0;
  border: none;
  flex-grow: 1;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body-row > div:first-child {
  width: 96px;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body-row > div:nth-child(2) {
  width: 166px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body-row > div:nth-child(2) button {
  background: transparent;
  border: none;
  color: #0088ff;
}
.c-execution-dates .execution-dates__sub-table--residence-mobile .execution-dates__body-row > div:last-child {
  width: 96px;
}

.c-hotel-detail .hotel-detail {
  direction: ltr;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail.eavar-modal.show-modal {
    padding: 0 12px;
    z-index: 9999;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail .eavar-modal__content {
    height: 96%;
    margin-top: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 12px;
  }
}
.c-hotel-detail .hotel-detail .eavar-modal__header {
  padding: 20px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail .eavar-modal__header {
    padding: 16px 12px;
  }
}
.c-hotel-detail .hotel-detail .eavar-modal__header button {
  display: flex;
  padding: 0;
}
.c-hotel-detail .hotel-detail .eavar-modal__header button i {
  color: #bbbbbb;
}
.c-hotel-detail .hotel-detail .eavar-modal__footer {
  display: none;
}
.c-hotel-detail .hotel-detail .eavar-modal__body {
  padding: 0 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail .eavar-modal__body {
    height: calc(100vh - 90px);
    height: calc(var(--vh, 1vh) * 100 - 90px);
    padding: 0 12px;
  }
  .c-hotel-detail .hotel-detail .eavar-modal__body > div:not(.eavar-modal__footer) {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-hotel-detail .hotel-detail .eavar-modal__wrapper {
  width: 992px;
  max-width: 100%;
}
.c-hotel-detail .hotel-detail__header {
  font-family: IRANSans;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-hotel-detail .hotel-detail__header-title-address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.c-hotel-detail .hotel-detail__header-title-address > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__header-title-address > div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.c-hotel-detail .hotel-detail__header-title-address > div h5 {
  margin: 0 16px 0 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__header-title-address > div h5 {
    font-size: 16px;
  }
}
.c-hotel-detail .hotel-detail__header-title-address .scoresContainer i {
  font-size: 13px;
}
.c-hotel-detail .hotel-detail__header-title-address > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  line-height: 16px;
  margin-bottom: 0;
  color: #7a7a7a;
}
.c-hotel-detail .hotel-detail__header-title-address > p i {
  color: #e81932;
  margin-right: 23px;
}
.c-hotel-detail .hotel-detail__header-rate-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: self-start;
  -moz-align-items: self-start;
  -ms-align-items: self-start;
  align-items: self-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__header-rate-map {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
.c-hotel-detail .hotel-detail__header-rate-map > div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__header-rate-map > div:first-child {
    margin-bottom: 0;
  }
}
.c-hotel-detail .hotel-detail__header-rate-map > div:first-child span {
  width: 23px;
  height: 23px;
  display: inline-block;
  background-color: #314c78;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
}
.c-hotel-detail .hotel-detail__header-rate-map a {
  border: 1px solid #00bdbb;
  color: #00bdbb;
  width: 174px;
  font-size: 13px;
  height: 24px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 20px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__header-rate-map a {
    width: auto;
  }
}
.c-hotel-detail .hotel-detail__header-rate-map a i {
  margin-right: 6px;
}
.c-hotel-detail .hotel-detail__gallery {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__gallery {
    height: 100%;
    position: relative;
    flex-direction: column-reverse;
  }
}
.c-hotel-detail .hotel-detail__gallery-thumbnails {
  height: 488px;
  width: 90px;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__gallery-thumbnails {
    width: 100%;
    height: 90px;
  }
}
.c-hotel-detail .hotel-detail__gallery-thumbnails::-webkit-scrollbar-track {
  border-radius: 5px;
}
.c-hotel-detail .hotel-detail__gallery-thumbnails::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}
.c-hotel-detail .hotel-detail__gallery-thumbnails::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bbbbbb;
}
.c-hotel-detail .hotel-detail__gallery-thumbnails::-moz-scrollbar-track {
  border-radius: 5px;
}
.c-hotel-detail .hotel-detail__gallery-thumbnails::-moz-scrollbar {
  width: 2px;
  background-color: transparent;
}
.c-hotel-detail .hotel-detail__gallery-thumbnails::-moz-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bbbbbb;
}
.c-hotel-detail .hotel-detail__gallery-thumbnails > div {
  width: 78px;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__gallery-thumbnails > div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 10px;
    overflow: auto;
  }
}
.c-hotel-detail .hotel-detail__gallery-thumbnails a {
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  height: 54px;
  background: #e4e4e4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__gallery-thumbnails a {
    margin: 0 5px;
    width: 54px;
    min-width: 54px;
  }
}
.c-hotel-detail .hotel-detail__gallery-thumbnails a img {
  max-width: 100%;
  max-height: 100%;
}
.c-hotel-detail .hotel-detail__gallery-image {
  width: calc(100% - 100px);
  border-radius: 4px;
  height: 488px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-hotel-detail .hotel-detail__gallery-image {
    height: 100%;
    width: 100%;
    background-color: #e4e4e4;
    flex-grow: 2;
  }
}
.c-hotel-detail .hotel-detail__gallery-image a {
  display: block;
}
.c-hotel-detail .hotel-detail__gallery-image a img {
  max-width: 100%;
  max-height: 100%;
}

.c-required-documents .required-documents {
  background: #ffffff;
  padding: 16px;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-required-documents .required-documents {
    text-align: justify;
  }
}
.c-required-documents .required-documents.limited-box {
  max-height: 274px;
}
.c-required-documents .required-documents.show-all {
  max-height: initial;
}
.c-required-documents .required-documents h2 {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 21px;
  line-height: 30px;
}
.c-required-documents .required-documents ol {
  padding-right: 15px;
}
.c-required-documents .required-documents ol li {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 500;
  list-style: unset;
  line-height: 26px;
}
@media (max-width: 767px) {
  .c-required-documents .required-documents ol li {
    font-size: 14px;
  }
}
.c-required-documents .required-documents ul li {
  list-style: circle;
  list-style-position: inside;
  padding-right: 15px;
  line-height: 26px;
}
.c-required-documents .required-documents__more {
  display: none;
}
.c-required-documents .required-documents__more div {
  height: 96px;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.056460084) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.056460084) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.056460084) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.c-required-documents .required-documents__more div.all-is-visible {
  background: none;
  position: relative;
  height: auto;
}
.c-required-documents .required-documents__more div.all-is-visible button {
  margin-top: 0;
}
.c-required-documents .required-documents__more div button {
  border: none;
  background-color: transparent;
  color: #7a7a7a;
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 32px;
}
.c-required-documents .required-documents__more div button i {
  color: #00bdbb;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 5px;
}

.c-simple-gallery .simple-gallery {
  background-color: #ffffff;
  padding: 16px;
  margin-top: 16px;
}
.c-simple-gallery .simple-gallery h2 {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 21px;
  line-height: 30px;
}
.c-simple-gallery .simple-gallery h4 {
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__videos {
    display: none;
  }
}
.c-simple-gallery .simple-gallery__videos ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__videos ul {
    margin: 0 -4px;
  }
}
.c-simple-gallery .simple-gallery__videos ul li {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 16px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__videos ul li {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
  .c-simple-gallery .simple-gallery__videos ul li:first-child {
    width: 100%;
  }
}
.c-simple-gallery .simple-gallery__videos ul li:nth-child(n+4) {
  display: none;
}
.c-simple-gallery .simple-gallery__videos ul li iframe {
  border: none;
}
.c-simple-gallery .simple-gallery__videos.all-videos-show ul li:nth-child(n+4) {
  display: block;
}
.c-simple-gallery .simple-gallery__videos-button {
  text-align: center;
}
.c-simple-gallery .simple-gallery__videos-button button {
  display: none;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__videos-button button {
    margin-top: 10px;
    background: #f1f1f1;
    border-radius: 16px;
    padding: 5px 15px;
    font-size: 13px;
  }
}
.c-simple-gallery .simple-gallery__videos-button button i {
  color: #00bdbb;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
}
.c-simple-gallery .simple-gallery__images-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__images-wrapper {
    margin: 0 -8px;
  }
}
.c-simple-gallery .simple-gallery__images a {
  width: calc(25% - 28px);
  height: 180px;
  margin: 0 14px 28px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__images a {
    width: calc(50% - 8px);
    height: 105px;
    margin: 0 4px 8px;
  }
}
.c-simple-gallery .simple-gallery__images a:hover {
  opacity: 0.5;
}
.c-simple-gallery .simple-gallery__images a:nth-child(n+9) {
  display: none;
}
.c-simple-gallery .simple-gallery__images a span {
  background-size: cover;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-position: center center;
}
.c-simple-gallery .simple-gallery__images.all-images-show a:nth-child(n+9) {
  display: block;
}
.c-simple-gallery .simple-gallery__images-button {
  text-align: center;
  display: block;
}
.c-simple-gallery .simple-gallery__images-button button {
  display: none;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .c-simple-gallery .simple-gallery__images-button button {
    margin-top: 10px;
    background: #f1f1f1;
    border-radius: 16px;
    padding: 5px 15px;
    font-size: 13px;
  }
}
.c-simple-gallery .simple-gallery__images-button button i {
  color: #00bdbb;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 10px;
}
.c-simple-gallery .simple-gallery__tab {
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  margin-bottom: 8px;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.c-simple-gallery .simple-gallery__tab li {
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-simple-gallery .simple-gallery__tab li a {
  padding: 10px 0;
  color: #7a7a7a;
  flex-grow: 1;
  text-align: center;
}
.c-simple-gallery .simple-gallery__tab li a.active {
  background: #f1f1f1;
  color: #e81932;
}

.c-tour-sidebar .tour-sidebar {
  width: 300px;
  margin-right: 16px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .c-tour-sidebar .tour-sidebar {
    margin-right: 8px;
  }
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.c-tour-sidebar .tour-sidebar--fix {
  position: fixed;
  top: 62px;
}
.c-tour-sidebar .tour-sidebar > div:first-child {
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.c-tour-sidebar .tour-sidebar__contact {
  background: #fff;
  margin-top: 8px;
  padding: 14px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
}
.c-tour-sidebar .tour-sidebar__contact div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 10px;
  margin-left: 8px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-tour-sidebar .tour-sidebar__contact span {
  background-color: #e8f6f6;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 10px;
}
.c-tour-sidebar .tour-sidebar__contact span i {
  color: #00bdbb;
  font-size: 25px;
}
.c-tour-sidebar .tour-sidebar__contact ul li {
  display: block;
  color: #7a7a7a;
}
.c-tour-sidebar .tour-sidebar__contact ul li:first-child {
  margin-bottom: 8px;
}
.c-tour-sidebar .tour-sidebar h3 {
  margin: 0 0 16px;
  font-size: 19px;
  color: #303030;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar h3 {
    display: none;
  }
}
.c-tour-sidebar .tour-sidebar__price {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  color: #7a7a7a;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__price {
    order: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right;
  }
}
.c-tour-sidebar .tour-sidebar__price span {
  color: #303030;
  font-size: 21px;
}
.c-tour-sidebar .tour-sidebar__price span.plus {
  color: #00bdbb;
  font-size: 14px;
  font-weight: 300;
  margin: 0 2px;
}
.c-tour-sidebar .tour-sidebar__price label {
  margin-left: 4px;
  font-weight: 500;
  margin-bottom: 0;
  color: #303030;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__price label {
    color: #7a7a7a;
  }
}
.c-tour-sidebar .tour-sidebar__duration {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__duration {
    display: none;
  }
}
.c-tour-sidebar .tour-sidebar__duration-days {
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-sidebar .tour-sidebar__duration-days span:first-child {
  background-color: #0088ff;
  width: 85px;
  height: 20px;
  position: relative;
  color: #ffffff;
  border-radius: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 3;
  font-size: 12px;
}
.c-tour-sidebar .tour-sidebar__duration-days span:last-child {
  position: absolute;
  border: 2px solid #0088ff;
  width: 74%;
  z-index: 1;
  border-radius: 10px;
  height: 3px;
  z-index: 2;
}
.c-tour-sidebar .tour-sidebar__duration-days span:last-child:before, .c-tour-sidebar .tour-sidebar__duration-days span:last-child:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e4e4e4;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.c-tour-sidebar .tour-sidebar__duration-days span:last-child:before {
  right: -7px;
}
.c-tour-sidebar .tour-sidebar__duration-days span:last-child:after {
  left: -7px;
}
.c-tour-sidebar .tour-sidebar__duration-days:after {
  content: "";
  z-index: 1;
  top: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background-image: linear-gradient(to left, transparent 50%, #e4e4e4 50%);
  background-size: 16px 100%;
}
.c-tour-sidebar .tour-sidebar__duration ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 10px;
}
.c-tour-sidebar .tour-sidebar__duration ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 23px;
}
.c-tour-sidebar .tour-sidebar__duration ul li span:first-child {
  color: #bbbbbb;
  font-size: 12px;
}
.c-tour-sidebar .tour-sidebar__duration ul li span:last-child {
  color: #7a7a7a;
}
.c-tour-sidebar .tour-sidebar__duration ul li i {
  margin-left: 2px;
  vertical-align: middle;
}
.c-tour-sidebar .tour-sidebar__details {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__details {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
  }
}
.c-tour-sidebar .tour-sidebar__details li {
  display: block;
  color: #7a7a7a;
  position: relative;
}
.c-tour-sidebar .tour-sidebar__details li:not(:last-child) {
  margin-bottom: 16px;
}
.c-tour-sidebar .tour-sidebar__details li span:first-child {
  color: #bbbbbb;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__details li:first-child {
    order: 2;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__details li:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}
.c-tour-sidebar .tour-sidebar__reserves-dates {
  background-color: #00bdbb;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: none;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__reserves-dates {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    background-color: #ffffff;
    color: #00bdbb;
    border: 1px solid #00bdbb;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__reserves-dates i {
    display: none;
  }
}
.c-tour-sidebar .tour-sidebar__reserves-dates--disabled {
  color: #7a7a7a;
  background: #f1f1f1;
}
.c-tour-sidebar .tour-sidebar__rate {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 16px;
  padding-bottom: 16px;
}
.c-tour-sidebar .tour-sidebar__rate a {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 16px;
  padding-bottom: 16px;
}
.c-tour-sidebar .tour-sidebar__rate .scoresContainer {
  display: flex;
}
.c-tour-sidebar .tour-sidebar__rate span {
  color: #bbbbbb;
  font-size: 13px;
  margin-right: 2px;
}
.c-tour-sidebar .tour-sidebar__share {
  margin: 16px auto;
  width: 100%;
  position: relative;
}
.c-tour-sidebar .tour-sidebar__share:hover .tour-sidebar__share-items {
  opacity: 1;
  visibility: visible;
}
.c-tour-sidebar .tour-sidebar__share-btn {
  padding: 0 16px;
  height: 40px;
  background-color: #ffffff;
  color: #7a7a7a;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  border-radius: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14px;
}
.c-tour-sidebar .tour-sidebar__share-btn i {
  margin-right: 12px;
  font-size: 18px;
}
.c-tour-sidebar .tour-sidebar__share-items {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  z-index: 2;
}
.c-tour-sidebar .tour-sidebar__share-items > div {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  -ms-align-items: Center;
  align-items: Center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 16px;
  margin-top: 10px;
}
.c-tour-sidebar .tour-sidebar__share-items > div::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
.c-tour-sidebar .tour-sidebar__share-items > div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-tour-sidebar .tour-sidebar__share-items i {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  margin-left: 12px;
}
.c-tour-sidebar .tour-sidebar__share-items i.fa-whatsapp {
  background-color: #74d873;
}
.c-tour-sidebar .tour-sidebar__share-items i.fa-telegram {
  color: #37aee2;
  font-size: 25px;
}
.c-tour-sidebar .tour-sidebar__share-items i.fa-twitter {
  background-color: #55acee;
}
.c-tour-sidebar .tour-sidebar__share-items i.fa-facebook {
  background-color: #3b5998;
}
.c-tour-sidebar .tour-sidebar__share-copy {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-left: 0;
  cursor: pointer;
}
.c-tour-sidebar .tour-sidebar__share-copy button {
  white-space: nowrap;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  position: relative;
  z-index: 2;
  border-radius: 2em;
  border: none;
}
.c-tour-sidebar .tour-sidebar__share-copy input {
  margin: 0;
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.c-tour-sidebar .tour-sidebar__mobile-share {
  order: 5;
  height: 40px;
  display: none;
  background-color: #ffffff;
  padding: 6px 12px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 12px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2em;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__mobile-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.c-tour-sidebar .tour-sidebar__mobile-share-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-tour-sidebar .tour-sidebar__mobile-share-items button {
  white-space: nowrap;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 12px;
  position: relative;
  z-index: 2;
  border-radius: 2em;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f2f2f2;
  font-size: 15px;
}
.c-tour-sidebar .tour-sidebar__mobile-share-items button i {
  margin-right: 8px;
  color: #bcbcbc;
}
.c-tour-sidebar .tour-sidebar__mobile-share-title {
  color: #666666;
  font-size: 13px;
}
.c-tour-sidebar .tour-sidebar__mobile-share-more-wrapper:hover .tour-sidebar__mobile-share-more {
  opacity: 1;
  visibility: visible;
}
.c-tour-sidebar .tour-sidebar__mobile-share-more {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 2;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  -ms-align-items: Center;
  align-items: Center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 8px 16px;
  margin-top: 4px;
}
.c-tour-sidebar .tour-sidebar__mobile-share-more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.c-tour-sidebar .tour-sidebar__mobile-share-more:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-tour-sidebar .tour-sidebar__mobile-share-more > div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
}
.c-tour-sidebar .tour-sidebar__mobile-share-copy {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-left: 0;
  cursor: pointer;
}
.c-tour-sidebar .tour-sidebar__mobile-share-copy button {
  white-space: nowrap;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  position: relative;
  z-index: 2;
  border-radius: 2em;
  border: none;
}
.c-tour-sidebar .tour-sidebar__mobile-share-copy input {
  margin: 0;
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.c-tour-sidebar .tour-sidebar__mobile-share a i {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  margin-left: 12px;
}
.c-tour-sidebar .tour-sidebar__mobile-share a i.fa-whatsapp {
  background-color: #74d873;
}
.c-tour-sidebar .tour-sidebar__mobile-share a i.fa-telegram {
  color: #37aee2;
  font-size: 25px;
}
.c-tour-sidebar .tour-sidebar__mobile-share a i.fa-twitter {
  background-color: #55acee;
}
.c-tour-sidebar .tour-sidebar__mobile-share a i.fa-facebook {
  background-color: #3b5998;
}
.c-tour-sidebar .tour-sidebar hr {
  margin: 0;
}
.c-tour-sidebar .tour-sidebar__support-modal {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-tour-sidebar .tour-sidebar__support-modal .eavar-modal__content {
  width: 100%;
  height: auto;
}
.c-tour-sidebar .tour-sidebar__support-modal .eavar-modal__content .eavar-modal__body {
  height: auto;
}
.c-tour-sidebar .tour-sidebar__documents {
  width: 100%;
  padding-top: 16px;
  border: none;
  background-color: transparent;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #7a7a7a;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__documents {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.c-tour-sidebar .tour-sidebar__documents i {
  color: #00bdbb;
}
@media (max-width: 992px) {
  .c-tour-sidebar .tour-sidebar__documents i {
    margin-right: 8px;
  }
}
.c-tour-sidebar .tour-sidebar__details-in-mobile ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
.c-tour-sidebar .tour-sidebar__details-in-mobile ul li {
  color: #7a7a7a;
  font-weight: 400;
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 33.3333333333%;
}
.c-tour-sidebar .tour-sidebar__details-in-mobile ul li i {
  color: #bbbbbb;
  margin-left: 5px;
}
.c-tour-sidebar .tour-sidebar__tooltip .eTooltip__content {
  width: 200px;
}
.c-tour-sidebar .tour-sidebar__tooltip .eTooltip__content span {
  color: #7a7a7a;
}

.c-tour-contact-in-mobile .tour-contact-in-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  right: 0;
  left: 0;
  height: 64px;
  z-index: 5;
  padding: 0 16px;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile > div {
  flex-grow: 1;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile > div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile > div:last-child {
  display: flex;
  justify-content: flex-end;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile__support-btn {
  border: 1px solid #e4e4e4;
  height: 32px;
  width: 76px;
  color: #7a7a7a;
  font-size: 10px;
  border-radius: 16px;
  background-color: transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile__support-btn i {
  font-size: 16px;
  color: #00bdbb;
  margin-left: 4px;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile__reserve-btn {
  background-color: #00bdbb;
  color: #ffffff;
  border-radius: 16px;
  height: 32px;
  width: 76px;
  margin-right: 8px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-tour-contact-in-mobile .tour-contact-in-mobile__assets--center {
  justify-content: center;
}

.c-modal-contact .modal-contact.eavar-modal {
  padding: 60px 12px;
}
.c-modal-contact .modal-contact.eavar-modal .eavar-modal__header {
  border-bottom: none;
  padding: 10px 0;
  margin: 0 12px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-modal-contact .modal-contact.eavar-modal .eavar-modal__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-modal-contact .modal-contact.eavar-modal .eavar-modal__content {
  padding-bottom: 28px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #f1f1f1;
}
.c-modal-contact .modal-contact__user > span {
  color: #bbbbbb;
  font-size: 13px;
}
.c-modal-contact .modal-contact__user > span:first-child {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.c-modal-contact .modal-contact__user > span:first-child i {
  color: #7a7a7a;
}
.c-modal-contact .modal-contact__btn-call {
  width: 135px;
  height: 42px;
  padding: 10px 10px;
  background: #00bdbb;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  margin: 15px 0 8px;
}
.c-modal-contact .modal-contact__btn-call i {
  font-size: 25px;
  margin-right: 2px;
}
.c-modal-contact .modal-contact__btn-call + div {
  color: #7a7a7a;
}

/*# sourceMappingURL=tourDetails.css.map */

