

/* Start:/local/templates/travelsoft/css/flexslider.css?16503825786931*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 @font-face {
  font-family: 'flexslider-icon';
  src: url('/local/templates/travelsoft/css/../fonts/flexslider-icon.eot');
  src: url('/local/templates/travelsoft/css/../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/local/templates/travelsoft/css/../fonts/flexslider-icon.woff') format('woff'), url('/local/templates/travelsoft/css/../fonts/flexslider-icon.ttf') format('truetype'), url('/local/templates/travelsoft/css/../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* End */


/* Start:/local/templates/travelsoft/css/magnific-popup.css?16709612127183*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button.mfp-close,
button.mfp-arrow {
  /* overflow: visible; */
  /* cursor: pointer; */
  /* background: transparent; */
  /* border: 0; */
  /* -webkit-appearance: none; */
  /* display: block; */
  /* outline: none; */
  /* padding: 0; */
  /* z-index: 1046; */
  /* box-shadow: none; */
  /* touch-action: manipulation; */ }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/travelsoft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17262138516671*/
.pagesinfo-list {margin-left: 0 !important;margin-top: 10px;margin-bottom: 0;}
.post-content ul li::before {content: "• ";color: rgb(223, 105, 104);margin-right: 5px;}
article.blog{min-height:200px;margin-bottom:30px;background-color:#fff;overflow:hidden;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05)}article.blog figure{height:350px;overflow:hidden;position:relative;margin-bottom:0}@media (max-width: 991px){article.blog figure{height:250px}}@media (max-width: 767px){article.blog figure{height:200px}}article.blog figure .preview{position:absolute;top:50%;left:0;margin-top:-12px;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px);text-align:center;opacity:0;visibility:hidden;width:100%;-webkit-transition:all 0.6s;transition:all 0.6s;z-index:2}article.blog figure .preview span{background-color:#fcfcfc;background-color:rgba(255,255,255,0.8);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;display:inline-block;color:#222;font-size:0.75rem;padding:5px 10px}article.blog figure:hover .preview{opacity:1;visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}article.blog figure img{-webkit-transform:translate(-50%, -50%) scale(1);-moz-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);-moz-transition:0.3s;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;width:auto;height:400px;position:absolute;left:50%;top:50%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}article.blog figure img:hover{-webkit-transform:translate(-50%, -50%) scale(1.1);-moz-transform:translate(-50%, -50%) scale(1.1);-ms-transform:translate(-50%, -50%) scale(1.1);-o-transform:translate(-50%, -50%) scale(1.1);transform:translate(-50%, -50%) scale(1.1)}@media (max-width: 991px){article.blog figure img{height:inherit;max-width:100%}}article.blog .post_info{padding:30px;position:relative;box-sizing:border-box;height:100%}article.blog .post_info small{font-weight:500;color:#999}article.blog .post_info h3{font-size:1.125rem}article.blog .post_info h3 a{color:#333}article.blog .post_info h3 a:hover{color:#fc5b62}article.blog .post_info ul{margin:0 -30px 0 -30px;padding:10px 15px 0 15px;width:100%;position:absolute;bottom:20px;border-top:1px solid #ededed}article.blog .post_info ul li{display:inline-block;position:relative;padding:12px 0  0 55px;font-weight:500;font-size:0.75rem;color:#999}article.blog .post_info ul li .thumb{width:40px;height:40px;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;left:0;top:0}article.blog .post_info ul li .thumb img{width:40px;height:auto}article.blog .post_info ul li:last-child{float:right;padding-left:0}@media (max-width: 991px){article.blog .post_info ul{position:static;width:auto}}.alignleft{float:left;margin:0 15px 10px 0;width:80px;height:80px;overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}.alignleft img{width:auto;height:80px}.comments-list{padding:0;list-style:none}.comments-list h3{font-size:14px;padding:0 0 0;margin-bottom:0;margin-top:5px;text-transform:capitalize;letter-spacing:0}.comments-list h3 a{color:#333}.comments-list h3 a:hover{color:#fc5b62}.comments-list li{margin-bottom:10px;display:table;width:100%}.comments-list li:last-child{margin-bottom:0}.comments-list small{color:#999999}.widget-title{padding:15px 0;margin-bottom:20px;border-bottom:1px solid #ededed}.widget-title h4{padding:0;margin:0;font-weight:500;line-height:1;font-size:15px;font-size:0.9375rem}.widget{position:relative;display:block;margin-bottom:15px}.widget ul.cats{list-style:none;padding:0}.widget ul.cats li{padding:0 0 5px 2px;position:relative}.widget ul.cats a{color:#333}.widget ul.cats a:hover{color:#fc5b62}.widget ul.cats a span{position:absolute;right:0}.tags a{background-color:#fff;padding:3px 10px;font-size:13px;margin:0 0 4px;letter-spacing:0.4px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;display:inline-block}.tags a:hover{background-color:#fc5b62;color:#fff}.singlepost{background-color:#fff;padding:30px 30px 40px 30px;margin-bottom:25px;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05)}.singlepost h1{font-size:32px;font-size:2rem}@media (max-width: 767px){.singlepost h1{font-size:21px;font-size:1.3125rem}}.singlepost p{line-height:1.8}.postmeta{padding-bottom:10px}.postmeta ul{margin-bottom:10px}.postmeta ul li{display:inline-block;margin:0 10px 5px 0}.postmeta ul li a{color:#999}.postmeta ul li a:hover{color:#fc5b62}.dropcaps p:first-child::first-letter{color:#fff;background-color:#0054a6;float:left;font-size:64px;font-size:4rem;line-height:1;margin:10px 15px 0 0 !important;padding:12px}#comments{padding:10px 0 0px 0;margin-bottom:30px}#comments ul{padding:0;margin:0;list-style:none}#comments ul li{padding:25px 0 0 0;list-style:none}#comments .replied-to{margin-left:35px}@media (max-width: 767px){#comments .replied-to{margin-left:20px}}.avatar{float:left;margin-right:25px;width:68px;height:68px;overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;position:relative}@media (max-width: 767px){.avatar{float:none;margin:0 0 5px 0}}.avatar img{width:68px;height:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.comment_right{display:table;border:2px solid #ededed;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;padding:20px 20px 0 20px;position:relative}.comment_info{padding-bottom:7px}.comment_info span{padding:0 10px}
.video1 {width: 100%;height: 100px;position: relative;}
.video1-play {background-image: url(/images/play.png);background-repeat: no-repeat;background-size: cover;height: 60px;width: 90px;top: 50%;left: 50%;margin-left: -45px;margin-top: -30px;position: absolute;border-radius: 21px;background-position: 50% 50%;cursor: pointer;}

/* End */


/* Start:/local/templates/travelsoft/css/swiper-bundle.min.css?171327333918435*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/travelsoft/css/photos.css?17262324931472*/
.photo {
    display: flex;
}

.photo__item.swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 384px;
    height: 664px;
}

.photo__text {
    font-size: 16px;
    line-height: 22.7px;
}



.docs {
    display: flex;
    position: relative;
	margin: 10px;
    border-radius: 8px;
}

.docs__img {
    width: 100%;
    height: 100%;
	border-radius: 8px;
}

.docs__zoom {
    opacity: 0;
    display: flex !important;
    position: absolute;
    left: 45%;
    top: 45%;
    transition: opacity 0.3s linear;
	width: 30px !important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    margin: 0 0.2rem !important;
}
.photo__wrapper .docs img {margin-top: 0px;
    margin-bottom: 0px;    height: unset;}
@media (min-width: 1200px) {
    .docs:hover::after {
        z-index: 1;
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(10, 69, 149, 0.3);
    	border-radius: 8px;
    }

    .docs:hover .docs__zoom {
        cursor: pointer;
        opacity: 1;
        z-index: 2;
    }
}

@media (max-width: 1200px) {
    .section-photo {
        gap: 16px;
    }

    .section-photo__title {
        font-size: 24px;
        line-height: 130%;
    }

    .photo__item.swiper-slide {
        width: 100%;
    }

    .photo__wrapper {
        justify-content: center;
    }

}
/* End */


/* Start:/local/templates/travelsoft/css/swiper.css?17133719583642*/
.swiper {
    overflow: clip;
    width: 100%;
    height: 100%;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.swiper-wrapper>.swiper-slide {
    height: auto;
    overflow: clip;
}


.big-gallery.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.big-gallery {
    height: 445px;
}

.swiper.small-gallery {
    height: 115px;
}

.swiper.big-gallery {
    height: 109px;
}

.small-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
}

.small-gallery .swiper-slide {
    opacity: 0.8;
}

.small-gallery .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper.container {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.swiper-pagination {
    position: inherit;
}

.swiper-pagination.swiper-pagination-fraction,
.swiper-pagination.swiper-pagination-fraction span {
    color: var(--WHITE);
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.2rem) !important;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.swiper-pagination--white>.swiper-pagination-bullet {
    background: var(--PRIMARY-DARK)
}

.swiper-pagination--white>.swiper-pagination-bullet-active {
    background: var(--WHITE)
}

.swiper-pagination--default>.swiper-pagination-bullet {
    background: var(--DEFAULT)
}

.swiper-pagination--default>.swiper-pagination-bullet-active {
    background: var(--PRIMARY)
}

.swiper-slide {
    transition: opacity 0.3s ease;
}

.swiper-slide:hover .shadow {
    height: 75%;
}

.swiper-slide-not-active {
    opacity: 0.5;
}

.swiper-slide-not-active a,
.swiper-slide-not-active .swiper-button {
    pointer-events: none;
}

.button.swiper-button {
    width: 60px;
    padding: 0;
}

.swiper-button:first-child {
    margin-right: 10px;
}

.swiper-button svg {
    width: 100%;
}

.swiper-button.swiper-button--circle {
    border-radius: 50px;
    height: 34px;
    width: 34px;
    border: 1px solid var(--WHITE);
    background-color: var(--WHITE);
    transition: border 0s;
}

.swiper-button--circle svg {
    height: 10px;
    fill: var(--BLACK)
}

.swiper-button--circle:hover svg {
    fill: var(--WHITE)
}

.swiper-button--circle:active svg {
    fill: var(--PRIMARY)
}

.swiper-button--circle:hover {
    border: 1px solid var(--PRIMARY);
    background-color: var(--PRIMARY);
}

.swiper-button--circle:active {
    border: 1px solid var(--PRIMARY-DARK);
    background-color: var(--PRIMARY-DARK);
}

@media (min-width: 1200px) {
    .swiper.big-gallery {
        height: 445px;
    }

    .swiper.container {
        padding: 0;
        max-width: 100% !important;
        width: auto;
        margin-right: 0;
        margin-left: calc((100vw - var(--MAX-CONTAINER-WIDTH) - 25px)/2);
    }
}

@media (max-width: 768px) {
    @media (max-width: 576px) {
        .swiper.big-gallery {
            height: 190px;
        }

        .swiper.small-gallery {
            height: 45px;
        }
    }

    .swiper-controls {
        max-width: 380px;
    }

    .swiper-controls>div {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/travelsoft/travelsoft.news.list/templates/banners/style.css?17293666536993*/
.banners {margin-bottom: 20px;    height: unset !important;}
.promo-banner {
	background: no-repeat var(--promo-banner-img-url) !important;
    background-position: 100% !important;
    border-radius: 8px;
    height: 100px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
	cursor: pointer;
}
.promo-banner__close {
    color: #ffffffb3;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
	z-index: 10;
}
.promo-banner__content {
    flex: 1;
	background: linear-gradient(100deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 55%, rgb(0 212 255 / 0%) 100%);
    padding: 10px 26px;
	min-height: 100px;
    text-align: left;
}
.promo-banner__title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 32ps;
}
.promo-banner__description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: -webkit-box;
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
.promo-banner__buttons {
    display: flex;
    margin-top: 16px;
}
.button_mode_text {
	background-color: transparent;
    border: none;
    display: block;
    outline: none;
    padding: 0;
    position: relative;
    max-width: max-content;
    width: auto;
    background-color: #fff;
    color: #2f3747;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    padding: 5px 16px;
    margin-bottom: 10px;
}

.promo-banner .container {
    position: relative;
    max-width: 100%;
    height: 110px;
    margin: 0 auto;
}

.promo-banner .wrapper {
    width: 100%;
    height: 110px;
    overflow: hidden;
    background: #2A351D;
    border-radius: 12px;
}

.promo-banner .for-desktop {
    display: none;
}

.promo-banner .for-main {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-right: 25px;
    margin-left: 43px;
    height: 100%;
    justify-content: center;
}

.promo-banner .des {
    margin-right: 9px;
}

.promo-banner .btn_group {
    display: flex;
    flex-flow: row;
    gap: 24px;
    z-index: 2;
    right: 23px;
    top: 15px;
    position: absolute;
    align-items: center;
}

.promo-banner .button {
    font-size: 18px;
    line-height: 133%;
    font-weight: 500;
    color: #0D0D0D;
    background-color: #FFFFFF;
    padding: 15.6px 24px 16.4px;
    border-radius: 16px;
    height: 24px;
}

.promo-banner .dis {
    width: 118px;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
}

.promo-banner #main_img {
    background: var(--promo-banner-img-url);
    background-size: 810px;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
}

.promo-banner .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
}

.promo-banner .slide._showing {
    opacity: 1;
    z-index: 2;
}

.promo-banner .card_frame {
    display: flex;
    flex-flow: row;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.promo-banner .disclaim {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 8px;
    text-transform: uppercase;
    color: #38341B;
    max-width: 230px;
    opacity: 0.6;
}

.promo-banner .card_text_one {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
}

.promo-banner .card_text_two > span {
    font-size: 20px;
    line-height: 20px;
}

.promo-banner .h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
}


.promo-banner .null {
    position: absolute;
    right: 5px;
    top: 89px;
    z-index: 2;
}

.promo-banner .card_text_one > span:nth-child(2) {
    display: none;
}


@media(max-width: 979px) {

    .promo-banner #first,
    .promo-banner #last {
        height: 100%;
        display: flex;
        background: var(--promo-banner-img-url);
        background-size: 680px;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        width: 100%;
    }

    .promo-banner .for-main {
        display: none;
    }

    .promo-banner .for-desktop {
        display: block;
    }

    .promo-banner .h1 {
        font-size: 24px;
    }

    .promo-banner .disclaim {
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        text-transform: uppercase;
        color: #fff;
        max-width: 343px;
    }

    .promo-banner .card_frame {
        margin-top: 3px;
    }

    .promo-banner .content-mob {
        padding-top: 33px;
        padding-left: 33px;
    }

    .promo-banner .dis {
        display: none;
    }

    .promo-banner .btn_group {
        top: 26px;
    }

    .promo-banner .card_text_one {
        font-size: 16px;
        line-height: 18px;
    }

    .promo-banner .button {
        padding: 17px 32px;
        border-radius: 20px;
    }
}

@media(max-width: 729px) {

    .promo-banner #first,
    .promo-banner #last {
        background: var(--promo-banner-img-url);
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        width: 100%;
    }

    .promo-banner .button {
        display: none;
    }

}

@media(max-width: 590px) {

    .promo-banner #first,
    .promo-banner #last {
        background: var(--promo-banner-img-url);
        background-size: 280px;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        width: 100%;
    }

}

@media(max-width: 539px) {

    .promo-banner .h1 {
        max-width: 260px;
    }

    #last h1 {
        display: none;
    }

    .promo-banner .content-mob {
        padding-top: 18px;
        padding-left: 16px;
    }

    .promo-banner .h1 {
        font-size: 21px;
        line-height: 90%;
        max-width: 200px;
    }

    .card_text_one {
    .promo-banner     color: #fff;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 100%;
    }

    .promo-banner .card_text_two {
        padding: 5px;
        font-size: 8px;
        line-height: 8px;
    }

    .promo-banner .card_text_two > span {
        font-size: 14px;
        line-height: 14px;
    }

    .promo-banner .card_group {
        border-radius: 8px;
    }

    .promo-banner .card_frame {
        margin-top: 5px;
    }

    .promo-banner .disclaim {
        max-width: 170px;
        padding-top: 9px;
        opacity: 0.6;
    }

    .promo-banner .card_text_one > span:nth-child(1) {
        display: none;
    }

    .promo-banner .card_text_one > span:nth-child(2) {
        display: inline-block;
    }
}
.swiper-pagination-banners {text-align: center;}
/* End */


/* Start:/local/components/travelsoft/favorites.add/templates/.default/style.css?171343673011762*/
.bg-star {
    /*background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star.png);*/
    height: 20px;
    background: url('data:image/png;base64,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');
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    margin: 10px;
    padding: 0;
}

.bg-star_filled {
    height: 25px;
    /*background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star-filled.png);*/
    background: url('data:image/png;base64,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');
    background-size: 20px;
    background-repeat: no-repeat;
}

.favorites__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 20px;
    margin: 10px;
    padding: 0;
}
#sidebar .favorites {margin-bottom: 10px;position: unset !important;}
.favorites {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px #03363f66, 0 -1px 2px rgb(3 54 63 / 4%);
    background-color: #fff;
    border-radius: 50%;
}
/* End */


/* Start:/local/components/travelsoft/travelsoft.news.list/templates/home_hottours_slider/style.css?17754763334035*/
.price.for_list_tours {
	font-size: 12px !important;
	padding: 2px 5px !important;
	line-height: 1.5;
}
.home_tours {
	padding: 3px;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.home_tours .number {
	font-weight: 500;
	font-size: 16px !important;
}
.home_tours .currency {
	font-weight: 300 !important;
	font-size: 13px !important;
}
.home_tours small {
	font-size: 13px;
	float: right;
}
.home_tours small span {
	font-weight: 500 !important;
	font-size: 14px !important;
}
.home_tours.tools_i {
    line-height: 16px;
}
.home_tours .price-for {font-size:0.9em; float:right;margin-top:-17px}
.hottours_price .old_price {
    color: #9fabb7 !important;
    font-weight: 300 !important;
    text-decoration: line-through;
	line-height: 1.4;
}
.hottours_price .price {font-size: 1.2rem;}
@media (max-width: 768px) {.hottours_price .price {font-size: 1rem !important;}}
.hottours_price .byn_price {color: #9fabb7 !important;font-weight: 300 !important;}
.box_grid .hottours_price {padding: 10px 15px 10px 20px !important;}
.hottours_price .old_price {
    color: #9fabb7 !important;
    font-weight: 300 !important;
    text-decoration: line-through;
}
.hottours_price .byn_price {color: #9fabb7 !important;font-weight: 300 !important;}
.box_grid .hottours_price {padding: 0px 10px 0px 10px !important;
    display: flex;
    justify-content: space-between;margin: 0;border: 0;}
.mfp-iframe-holder .mfp-content {
    max-width: 950px !important;
}
.mfp-iframe-scaler iframe {background: #fff !important;}
.yellow {
    background: #dcb404 !important;
    color: #fff !important;
}
.red {
    background: #d90023 !important;
    color: #fff !important;
}
.box_img_ht .box_grid figure {height: 170px !important;}
.cat_star {color: #fbd133;font-size: 85%;}
.ht-name {color: #2B3F5A;
    text-decoration: none;
    margin-bottom: 5px;
    transition: opacity .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.ht-options, .ht-location {color: #808c9c;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    opacity: 0.9;}
.ht-item .box_grid {padding: 10px; border-radius: 8px;}
.ht-item .box_grid img {border-radius: 8px;}
.ht-item .box_grid figure {border-radius: 8px;}
.ht-item .ht-name::first-letter {text-transform: uppercase;}
.ht-item .ht-name {text-transform:lowercase;}
.ht-item .box_grid .wrapper {padding: 10px;}
.ht-item .th-rating {top: 15px;
    right: 15px;
    left: unset;    
	background-color: #47b73e;
    font-weight: 600;
    color: #FFF;
    padding: 7px 10px 4px;}
.ht-item .ht-date, .ht-item .ht-info {color: #b3bac3;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.6;margin-top: 10px;}
.ht-item .ht-date {border-top: 1px solid #ededed;
    padding: 0px 10px;
    text-align: center;}
.old-price::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #808c9c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.old-price {color: #808c9c !important;}
.ht-item ul li .score {
    margin-top: 0 !important;
}
.ht-item  .ht-percent {
    display: inline;
    background-color: #d90023;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    padding: 2px 4px;
    border-radius: 4px;
    margin-right: 10px;
}
.ht-item  .score span {
    margin: 0;
}
.ht-item .ht-info a {padding: 3px 10px;
    border: 1px solid #fc5b62;
	border-radius: 4px;margin-top: 5px;}
.swiper-slide.box_img_ht {
    margin-right: 10px;

}
.swiper-slide.box_img_ht .box_grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hottours_price .score .price .small {font-size: 70%;color: #808c9b;}
.ht-item {width: 100%;
    margin-left: 5px;
    margin-right: 5px;}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: calc(var(--swiper-navigation-size)-10%);}
.price-currency {display: flex;color: #808c9c;font-size:0.8rem}
/* End */


/* Start:/local/components/travelsoft/travelsoft.news.list/templates/home_news/style.css?1538080666210*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.features.add_bottom_45 h3 a {
	color: #7A878D !important;
}
/* End */
/* /local/templates/travelsoft/css/flexslider.css?16503825786931 */
/* /local/templates/travelsoft/css/magnific-popup.css?16709612127183 */
/* /local/templates/travelsoft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17262138516671 */
/* /local/templates/travelsoft/css/swiper-bundle.min.css?171327333918435 */
/* /local/templates/travelsoft/css/photos.css?17262324931472 */
/* /local/templates/travelsoft/css/swiper.css?17133719583642 */
/* /local/components/travelsoft/travelsoft.news.list/templates/banners/style.css?17293666536993 */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?171343673011762 */
/* /local/components/travelsoft/travelsoft.news.list/templates/home_hottours_slider/style.css?17754763334035 */
/* /local/components/travelsoft/travelsoft.news.list/templates/home_news/style.css?1538080666210 */
