@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff2") format("woff2"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype"), url("../fonts/OpenSansBold/OpenSansBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff2") format("woff2"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype"), url("../fonts/OpenSansLight/OpenSansLight.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular/OpenSansRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansSemiBold';
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff2") format("woff2"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoSlabBold';
  src: url("../fonts/RobotoSlabBold/RobotoSlabBold.eot");
  src: url("../fonts/RobotoSlabBold/RobotoSlabBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlabBold/RobotoSlabBold.woff2") format("woff2"), url("../fonts/RobotoSlabBold/RobotoSlabBold.woff") format("woff"), url("../fonts/RobotoSlabBold/RobotoSlabBold.ttf") format("truetype"), url("../fonts/RobotoSlabBold/RobotoSlabBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoSlabRegular';
  src: url("../fonts/RobotoSlabRegular/RobotoSlabRegular.eot");
  src: url("../fonts/RobotoSlabRegular/RobotoSlabRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlabRegular/RobotoSlabRegular.woff2") format("woff2"), url("../fonts/RobotoSlabRegular/RobotoSlabRegular.woff") format("woff"), url("../fonts/RobotoSlabRegular/RobotoSlabRegular.ttf") format("truetype"), url("../fonts/RobotoSlabRegular/RobotoSlabRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  min-height: 0;
  min-width: 0; }

html,
body {
  height: 100%;
  background: #dce5e8;
  padding-right: 0 !important; }

body,
.wrapper,
#reservation,
#reservation-step {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.wrapper-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

h2,
.filterTitle {
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px; }

h4 {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px; }

p {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px; }

a:hover, a:focus {
  text-decoration: none; }

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

.noPadding {
  padding: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix, .tourCardBottom:after, .allTours-collapse:after, .filterSection:after, .filterSection--last:after, .mainSlider-description:after, .help:after {
  content: "";
  display: table;
  clear: both; }

button {
  background: inherit;
  border: none;
  outline: none; }

:focus {
  outline: none !important; }

.title-lg h2 {
  font-size: 44px; }

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  -webkit-transition: -webkit-filter 1.5s;
  transition: -webkit-filter 1.5s;
  transition: filter 1.5s;
  transition: filter 1.5s, -webkit-filter 1.5s;
  pointer-events: none; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 150px !important; }

.bootstrap-select.btn-group .dropdown-menu {
  margin-left: 0; }

.notextcenter {
  text-align: left; }

@media (max-width: 991px) {
  .textAlCentr-sm {
    text-align: center; } }

@media (max-width: 768px) {
  .textAlCentr-xs {
    text-align: center; } }

.content {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

.banner a {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  display: inline-block; }

.banner img {
  width: 100%; }

.container-fluid {
  max-width: 1920px; }

.container-fluid-mw1475 {
  max-width: 1475px;
  position: relative; }

@media (max-width: 768px) {
  .banner {
    display: none; } }

.reservation-input {
  width: 100%;
  height: 50px;
  border: 2px solid #e9eef0;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 8px; }
  .reservation-input::-webkit-input-placeholder {
    color: #999; }
  .reservation-input::-moz-placeholder {
    color: #999; }
  .reservation-input:-moz-placeholder {
    color: #999; }
  .reservation-input:-ms-input-placeholder {
    color: #999; }

.inputForm {
  width: 100%;
  background: inherit;
  border: none;
  border-bottom: 2px solid #9fa0a1;
  height: 45px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s; }
  .inputForm:focus, .inputForm:valid {
    border-color: #fff; }
  .inputForm:focus:invalid {
    border-color: red; }

.searchEx, .search-input, .search-btn {
  height: 52px;
  -webkit-border-radius: 26px;
          border-radius: 26px;
  border-color: #2b3034 !important; }

.search {
  width: 100% !important;
  min-width: 100%;
  max-width: 545px; }
  .search-input {
    background: inherit;
    color: #a7a9ab; }
  .search-input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .search-btn {
    width: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(#44484b), to(#2d3236));
    background: -webkit-linear-gradient(top, #44484b, #2d3236);
    background: linear-gradient(to bottom, #44484b, #2d3236); }
  .search-btn:hover, .search-btn:active, .search-btn:focus {
    border-color: inherit !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#44484b), to(#2d3236));
    background: -webkit-linear-gradient(bottom, #44484b, #2d3236);
    background: linear-gradient(to top, #44484b, #2d3236); }
  .search-icon {
    font-size: 16px;
    color: #fff; }

.check-itm {
  position: relative; }

.checkbox label {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #666; }

.checkbox:checked ~ label {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #375ec0; }

.inputFilter, input.amountDays, input.ageChildInput,
.ageChildSelect {
  width: 65px !important;
  background: #fff;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-align: center;
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px;
  color: #5281ff; }

input.amountDays {
  height: 40px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

input.ageChildInput,
.ageChildSelect {
  height: 50px; }

.ageChildSelect {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 16px; }
  .ageChildSelect[disabled] {
    background: #f6f5f5;
    color: #ededed; }
  .ageChildSelect option {
    color: #666;
    font-size: 13px; }

input:disabled.ageChildInput {
  background: #f6f5f5;
  border-color: #ededed;
  color: #ededed; }

input::-webkit-input-placeholder {
  color: #ededed; }

input::-moz-placeholder {
  color: #ededed; }

input:-moz-placeholder {
  color: #d9d9d9; }

input:-ms-input-placeholder {
  color: #d9d9d9; }

.breadcrumb {
  background: inherit; }

.breadcrumb > li,
.breadcrumb > li > a {
  color: #27201e;
  font-size: 14px; }

.breadcrumb > li + li:before {
  content: none; }

.breadcrumb li:after {
  content: "\B7";
  font-size: 30px;
  color: #375ec0;
  vertical-align: middle;
  padding: 0 5px; }

.breadcrumb li:last-child:after {
  content: none; }

select.selectpicker {
  pointer-events: none; }

.bootstrap-select .caret {
  width: 7px;
  height: 7px;
  border: 2px solid #4166c2 !important;
  border-top: none !important;
  border-left: none !important;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.btn:focus {
  outline: none !important;
  outline-offset: 0 !important; }

.button, .btn-yellow, .btn-yellow--lg, .btn-green, .btn-green--lg, .btn-blue, .btn-blue--lg, .btn-black, .btn-lightBlue, .btn-lightBlue--lg, .btn-white, .btn-white--lg {
  display: inline-block;
  padding: 10px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 14px;
  font-family: "OpenSansBold", sans-serif;
  color: #fff;
  border: none;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.3); }
  .button:focus, .btn-yellow:focus, .btn-yellow--lg:focus, .btn-green:focus, .btn-green--lg:focus, .btn-blue:focus, .btn-blue--lg:focus, .btn-black:focus, .btn-lightBlue:focus, .btn-lightBlue--lg:focus, .btn-white:focus, .btn-white--lg:focus {
    color: #fff; }

.btn-icon {
  font-size: 12px;
  padding-left: 10px; }

.btn-yellow, .btn-yellow--lg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6fc36), to(#c9c200));
  background: -webkit-linear-gradient(top, #f6fc36, #c9c200);
  background: linear-gradient(to bottom, #f6fc36, #c9c200);
  color: #000; }
  .btn-yellow:focus, .btn-yellow--lg:focus, .btn-yellow:hover, .btn-yellow--lg:hover {
    color: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6fc36), to(#c9c200));
    background: -webkit-linear-gradient(bottom, #f6fc36, #c9c200);
    background: linear-gradient(to top, #f6fc36, #c9c200); }

.btn-yellow--lg {
  padding: 15px 20px;
  -webkit-border-radius: 25px;
          border-radius: 25px; }

.btn-green, .btn-green--lg {
  background: -webkit-gradient(linear, left bottom, left top, from(#2aa105), to(#36d704));
  background: -webkit-linear-gradient(bottom, #2aa105, #36d704);
  background: linear-gradient(to top, #2aa105, #36d704); }
  .btn-green:focus, .btn-green--lg:focus, .btn-green:hover, .btn-green--lg:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#2aa105), to(#36d704));
    background: -webkit-linear-gradient(top, #2aa105, #36d704);
    background: linear-gradient(to bottom, #2aa105, #36d704);
    color: #fff; }

.btn-green--lg {
  padding: 13px 42px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 20px; }

.btn-blue, .btn-blue--lg {
  padding-left: 50px;
  padding-right: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#255cef), to(#5281ff));
  background: -webkit-linear-gradient(bottom, #255cef, #5281ff);
  background: linear-gradient(to top, #255cef, #5281ff); }
  .btn-blue:focus, .btn-blue--lg:focus, .btn-blue:hover, .btn-blue--lg:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#255cef), to(#5281ff));
    background: -webkit-linear-gradient(top, #255cef, #5281ff);
    background: linear-gradient(to bottom, #255cef, #5281ff);
    color: #fff; }

.btn-blue--lg {
  padding: 15px 20px;
  -webkit-border-radius: 25px;
          border-radius: 25px; }

.btn-black {
  background: #0f0f0f; }

.btn-black:hover {
  color: #fff; }

.btn-lightBlue, .btn-lightBlue--lg {
  background: #b3e8f8; }

.btn-lightBlue--lg {
  padding: 13px 42px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 20px; }

.btn-lightBlue:hover, .btn-lightBlue--lg:hover {
  color: #fff; }

.btn-white, .btn-white--lg {
  color: #36d504;
  background: #fff; }

.btn-white--lg {
  padding: 13px 42px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 20px; }

.btn-white:hover, .btn-white--lg:hover,
.btn-white:focus,
.btn-white--lg:focus {
  color: #36d504; }

.preload-btn {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 18px;
  font-family: "OpenSansBold", sans-serif;
  color: #666666;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3));
  background: -webkit-linear-gradient(top, #ffffff, #d3d3d3);
  background: linear-gradient(to bottom, #ffffff, #d3d3d3);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.3); }
  .preload-btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#d3d3d3));
    background: -webkit-linear-gradient(bottom, #ffffff, #d3d3d3);
    background: linear-gradient(to top, #ffffff, #d3d3d3); }

.star,
.star-none {
  font-size: 11px !important; }

.checkbox-group {
  width: 47%;
  margin-right: 6%;
  float: left; }
  .checkbox-group--last {
    margin-right: 0; }

.checkbox-block--resp {
  width: 100% !important; }
  .checkbox-block--resp .radio-btn:not(checked) + label:before,
  .checkbox-block--resp .radio-btn:not(checked) + label:after {
    width: 100%; }
  .checkbox-block--resp .radio-btn:not(checked) + label {
    text-align: left;
    padding-left: 10px; }

.checkbox-block--sm {
  width: 65px !important; }
  .checkbox-block--sm .radio-btn:not(checked) + label:before,
  .checkbox-block--sm .radio-btn:not(checked) + label:after {
    width: 65px; }

.checkbox-block, .checkbox-block--resp, .checkbox-block--sm {
  display: inline-block;
  width: 70px;
  height: 50px;
  margin-right: -5px; }
  .checkbox-block:last-child, .checkbox-block--resp:last-child, .checkbox-block--sm:last-child {
    margin-right: 0; }
  .checkbox-block span, .checkbox-block--resp span, .checkbox-block--sm span {
    z-index: 1; }

.radio-btn,
.checkbox {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0; }

.radio-btn + label,
.checkbox + label {
  cursor: pointer;
  margin-top: 0 !important;
  font-weight: normal; }

.radio-btn:not(checked),
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
  margin: 0 !important; }

.checkbox + label {
  padding-left: 25px; }

.radio-btn:not(checked) + label {
  width: 100%;
  position: relative;
  line-height: 50px;
  text-align: center; }

.radio-btn:disabled + label i {
  color: #c2b1b1 !important; }

.radio-btn:disabled + label:before {
  background: #fff; }

.radio-btn:disabled + label:hover:before {
  background: #fff; }

.radio-btn:not(checked) + label > i:first-child {
  vertical-align: middle;
  font-style: normal;
  font-family: "OpenSansRegular", sans-serif !important;
  color: #666; }

.radio-btn:not(checked) + label > i {
  position: relative;
  z-index: 2;
  font-size: 16px; }

.radio-btn:not(checked) + label > i.star-none {
  display: none;
  color: #fff; }

.radio-btn:checked + label > i.star-none {
  display: inline; }

.radio-btn:checked + label > i.star {
  display: none; }

.radio-btn:checked + label .filter-tooltipe {
  opacity: 1; }

.radio-btn:checked + label > i:first-child {
  color: #fff; }

.radio-btn:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 70px;
  height: 50px;
  border: 1px solid #CDD1DA;
  background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#fff));
  background: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
  background: linear-gradient(to top, #d4d4d4, #fff);
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1); }

.radio-btn:not(checked) + label:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fff));
  background: -webkit-linear-gradient(bottom, #f2f2f2, #fff);
  background: linear-gradient(to top, #f2f2f2, #fff); }

.checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: table;
  width: 4px;
  height: 9px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  opacity: 0; }

.checkbox:checked + label:before {
  opacity: 1; }

.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 0;
  background: #c8d7ff;
  border: 1px solid #bbc9ee;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: 240ms;
  transition: 240ms; }

.radio-btn:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#5d89fc), to(#315cd2));
  background: -webkit-linear-gradient(bottom, #5d89fc, #315cd2);
  background: linear-gradient(to top, #5d89fc, #315cd2);
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s; }

.radio-btn:checked + label:after {
  opacity: 1; }

.checkbox:checked + label:after {
  background-color: #5281ff;
  border-color: #5281ff; }

.btn-pay:disabled {
  background: #b9ffa3; }

.ui-widget.ui-widget-content {
  background: #dce3f6;
  border: none !important;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 7px;
  margin-top: 86px; }

.ui-slider-horizontal .ui-slider-range {
  background: #34d004;
  -webkit-box-shadow: inset 0 1px 4px 0px rgba(0, 0, 0, 0.3), 0 2px 4px 0px rgba(46, 192, 0, 0.4);
          box-shadow: inset 0 1px 4px 0px rgba(0, 0, 0, 0.3), 0 2px 4px 0px rgba(46, 192, 0, 0.4); }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  outline: none !important; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 27px !important;
  height: 27px !important;
  top: -0.7em !important;
  background: #fff !important;
  border-color: #fff !important;
  border-width: 2px !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer !important; }

span.ui-slider-handle.ui-corner-all.ui-state-default:after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.navbar-collapse.in {
  overflow-y: visible; }

.navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 30px;
  background: #202529;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.6);
  z-index: 5; }

.logo-text {
  display: inline-block;
  margin-top: 10px;
  padding-left: 5px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px;
  color: #fff; }
  .logo-text span {
    font-family: "OpenSansLight", sans-serif; }

.logo img {
  margin-top: -10px;
  max-width: 159px; }

.navLink {
  text-align: right; }
  .navLink li {
    display: inline-block;
    float: none; }
  .navLink-itm {
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important; }
    .navLink-itm--hidden {
      display: none !important; }

.social-link {
  display: inline-block !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 18px;
  color: #a7a9ab !important; }
  .social-link:hover {
    color: #fff !important; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-toggle {
  border-color: #2b3034; }

.navbar-left--search {
  width: 100%; }

.navbar-fixed {
  padding: 10px 0; }
  .navbar-fixed .logo img {
    margin-top: 0px;
    max-width: 133px; }

.wrapper-content {
  padding-top: 98px; }

.live-search-active + .live-search {
  display: block; }

.live-search {
  background: #fff;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 360px;
  position: absolute;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3); }
  .live-search--itm {
    position: relative;
    display: block;
    padding: 18px;
    padding-bottom: 34px;
    padding-left: 79px;
    border-bottom: 1px solid #f1f1f1; }
    .live-search--itm:hover {
      background: #eee; }
    .live-search--itm .likes,
    .live-search--itm .comments,
    .live-search--itm .share,
    .live-search--itm .views {
      margin-right: 8px; }
  .live-search-category {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-family: "OpenSansBold", sans-serif;
    color: #333; }
    .live-search-category:hover {
      background: #eee; }
  .live-search--img {
    position: absolute;
    top: 19px;
    left: 11px;
    width: 55px;
    height: 55px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    overflow: hidden; }
    .live-search--img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: 50px;
      margin: auto; }
  .live-search--title {
    color: #333;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "OpenSansRegular", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .live-search--show-all {
    display: block;
    padding: 10px;
    text-align: center;
    color: #3b3c42; }
    .live-search--show-all:hover {
      background: #eee; }
  .live-search .live-price {
    margin-bottom: 0;
    display: inline-block;
    float: right;
    color: #666;
    line-height: 1; }

@media (max-width: 1180px) {
  .navLink-itm {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media (max-width: 991px) {
  .navbar-fixed .navbar-left--search {
    display: none; }
  .navbar-fixed .navLink {
    float: right !important;
    margin-top: 0; }
  .navbar-fixed .navLink-itm {
    font-size: 13px; }
  .navbar-fixed .logo-text {
    display: none; }
  .navbar-fixed .logo img {
    margin-top: 0px !important; }
  .wrapper-content {
    padding-top: 210px; }
  .navLink {
    float: left !important;
    margin-top: 15px; }
    .navLink-itm--hidden {
      display: inline-block !important; }
  .live-search {
    width: 100%; } }

@media (max-width: 768px) {
  .navbar-fixed .logo-text {
    display: inline-block; }
  .wrapper-content {
    padding-top: 100px; }
  .navbar-fixed .navLink,
  .navLink {
    float: none !important;
    margin-bottom: 0;
    text-align: center; }
    .navbar-fixed .navLink li,
    .navLink li {
      display: block; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-toggle {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .nav {
    padding-left: 15px; } }

@media (max-width: 365px) {
  .logo-text {
    font-size: 18px;
    margin-top: 15px; } }

.sidebarSticky-left {
  position: absolute !important; }

.sidebarTag {
  position: absolute;
  width: 360px;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 100px;
  background: #fff;
  color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0 20px rgba(0, 0, 0, 0.13);
  border: 1px solid #e4e4e4; }
  .sidebarTag .sidebar--close {
    padding-right: 20px;
    width: 100%;
    text-align: right; }
    .sidebarTag .sidebar--close:hover {
      background: none; }
  .sidebarTag a {
    color: #666;
    font-size: 16px;
    line-height: 1.95;
    display: inline-block;
    padding-left: 20px;
    padding-right: 35px;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .sidebarTag a:hover {
    color: #1a2022;
    background: #dee4e6; }

.sidebarTag .active {
  color: #fff;
  background: #1a2022; }
  .sidebarTag .active:hover {
    color: #fff;
    background: #1a2022; }

.sidebarTag-more .active {
  color: #fff;
  background: #1a2022; }
  .sidebarTag-more .active:hover {
    color: #fff;
    background: #1a2022; }

.sidebarTag-sticky {
  padding-bottom: 60px; }
  .sidebarTag-sticky.stickSidebar {
    margin-top: 70px; }

.banner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 25px; }

.is_stuck {
  padding-top: 90px; }

.sidebarTag__tag-list {
  padding-left: 22px;
  padding-top: 20px; }
  .sidebarTag__tag-list li {
    line-height: 3; }

.sidebarTag__more a {
  display: block;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-family: "OpenSansBold", sans-serif;
  color: #1a2022;
  line-height: 2.8; }
  .sidebarTag__more a:hover {
    background: #e6eaec; }

.sidebarTag-more__head {
  background: #1a2022;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSansBold", sans-serif;
  line-height: 60px;
  padding-left: 42px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media (max-width: 1366px) {
  .sidebarTag {
    width: 260px; }
  .sidebarTag-more {
    left: 260px !important; }
  .main-wrapper {
    margin-left: 245px !important; } }

@media (max-width: 991px) {
  .sidebarTag {
    height: 100vh;
    width: 340px;
    position: fixed;
    z-index: 10 !important;
    padding-top: 10px;
    bottom: 0;
    top: 0;
    overflow-y: auto; }
    .sidebarTag:before {
      content: none; }
  .main-wrapper {
    margin-left: -15px !important; } }

@media (max-width: 768px) {
  .sidebarTag {
    text-align: center;
    overflow: auto;
    z-index: 10 !important;
    padding-left: 15px;
    width: 100%; }
  .sidebarTag-sticky {
    padding-bottom: 0; } }

.main-wrapper {
  margin-left: 345px; }

.tourCard-wrapper {
  padding-right: 0; }

.tourCard {
  padding-bottom: 25px; }

.tourCardTop,
.description,
.tourCardBottom {
  background: #fff;
  padding: 15px 30px; }

.tourCardBottom:after {
  width: 100%; }

.tourCardContent {
  overflow: hidden;
  height: 445px;
  position: relative; }
  .tourCardContent img {
    width: 100%; }

.tourCardContent--bg {
  height: 320px;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.tourCard-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tourCard-flex .tourCard {
    width: 48%;
    display: inline-block; }
  .tourCard-flex .tourCard-news .tourCardContent img {
    width: unset; }

.tourCardContent--right {
  text-align: right; }

.tourCardContent-inf {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0b1115;
  -webkit-clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
  padding: 90px 15px 30px 15px; }

.tourCardContent-inf--shadow {
  -webkit-filter: drop-shadow(0px -7px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px -7px 6px rgba(0, 0, 0, 0.5)); }

.departure {
  float: right;
  margin: 0;
  font-family: "OpenSansBold", sans-serif;
  font-size: 15px;
  color: #1d2123; }

.arrival, .modal-header .descriptionHotel-title {
  font-family: "RobotoSlabBold", sans-serif;
  font-size: 40px;
  color: #fff; }
  .arrival-date {
    font-family: "RobotoSlabRegular", sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.2; }
    .arrival-date span {
      display: block;
      font-size: 12px; }

.description {
  background: #f2f7f9; }
  .description-title {
    font-family: "OpenSansBold", sans-serif;
    font-size: 20px;
    color: #1a2022;
    margin-bottom: 25px; }
  .description p {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    color: #1a2022;
    margin-bottom: 0; }

.tourCardTag {
  position: relative;
  height: 40px;
  overflow: hidden;
  padding-right: 40px;
  margin-top: 10px;
  -webkit-transition: .2s;
  transition: .2s; }
  .tourCardTag:after {
    clear: both; }
  .tourCardTag li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .tourCardTag-itm {
    padding: 4px 10px;
    background: #ebebeb;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #666;
    cursor: default; }
    .tourCardTag-itm:hover {
      color: #666; }
  .tourCardTag--dark .tourCardTag-itm {
    background: #b8ccd3;
    color: #555;
    cursor: default; }
    .tourCardTag--dark .tourCardTag-itm:hover {
      color: #555; }
    .tourCardTag--dark .tourCardTag-itm--last {
      background: rgba(255, 255, 255, 0) !important; }
  .tourCardTag .tag-link--open {
    top: 8px;
    background: inherit; }

.pageTour h2 {
  margin-bottom: 25px; }

.pageTour img {
  width: 100%;
  margin-bottom: 25px; }

.pageTour p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #444; }

.pageTour-stat {
  margin-top: 20px;
  margin-bottom: 15px; }

#vk_comments {
  margin-bottom: 80px; }

.date,
.views,
.likes,
.comments,
.share,
.temperatureDay,
.temperatureEvening,
.reviews,
.departure-icon,
.return-icon {
  padding-left: 20px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 15px;
  color: #666666;
  cursor: pointer; }

.temperatureDay,
.temperatureEvening {
  padding-left: 35px;
  font-family: "RobotoSlabRegular", sans-serif;
  font-size: 20px;
  color: #fff; }

.temperatureEvening {
  margin-right: 0; }

.date {
  background-image: url(../img/clock.png); }

.views {
  background-image: url(../img/views.png); }

.likes {
  background-image: url(../img/like.png); }

.comments {
  background-image: url(../img/comments.png); }

.share {
  background-image: url(../img/share.png); }

.temperatureDay {
  background-image: url(../img/temperature-day.png); }

.temperatureEvening {
  background-image: url(../img/temperature-evening.png);
  background-position: 3px center; }

.reviews {
  background-image: url(../img/review.png); }

.departure-icon {
  background-image: url(../img/departure.png); }

.return-icon {
  background-image: url(../img/return.png); }

.tourPrice {
  font-family: "RobotoSlabBold", sans-serif;
  font-size: 80px;
  color: #fff; }
  .tourPrice .bit {
    font-size: 80px; }
  .tourPrice span {
    font-size: 35px;
    padding-right: 5px; }

.sidebar-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.suggestedTours {
  background: #0e1317;
  margin-bottom: 20px;
  position: relative; }
  .suggestedTours .bit {
    font-size: 40px; }

.suggestedTours-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
  .suggestedTours-img img {
    float: right;
    min-width: 100%;
    min-height: 100%; }
  .suggestedTours-img .check {
    position: absolute;
    bottom: 10px;
    right: 4%;
    padding: 10px 12px;
    font-size: 13px; }

.suggestedTours-desc {
  padding: 15px 0;
  padding-left: 30px;
  position: relative; }
  .suggestedTours-desc .title {
    padding-bottom: 10px;
    font-family: "RobotoSlabBold", sans-serif;
    font-size: 28px;
    color: #fff; }
  .suggestedTours-desc .arrival-date {
    font-size: 18px; }
  .suggestedTours-desc .tourPrice {
    padding-top: 8px;
    font-size: 40px; }

.suggestedTours-desc:before {
  content: '';
  width: 70px;
  height: 100%;
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 1;
  background: url(../img/angle3.png) no-repeat;
  background-size: 100% 100%; }

.bannerSidebarSticky {
  margin-top: 20px; }

.dropdown-menu {
  width: 100%;
  margin: 0;
  margin-left: 5px;
  background-clip: unset; }
  .dropdown-menu li {
    display: inline-block; }

@media (max-width: 1200px) {
  .tourCardTop,
  .description,
  .tourCardBottom {
    padding-left: 15px;
    padding-right: 15px; }
  .tourCardTag {
    float: none; } }

@media (max-width: 991px) {
  .sidebar-right {
    position: static; }
  .tourCard-flex .tourCard {
    width: 100%; } }

@media (max-width: 768px) {
  .tourCardContent {
    height: 410px; }
    .tourCardContent--right, .tourCardContent--left {
      text-align: center; }
    .tourCardContent--right {
      margin-top: 40px; }
  .tourCardContent-inf {
    -webkit-clip-path: none;
            clip-path: none;
    background: rgba(11, 17, 21, 0.7); }
  .tourCardContent-inf--shadow {
    -webkit-filter: none;
            filter: none; }
  .tourCardContent,
  .tourCardTop,
  .description,
  .tourCardBottom {
    margin-left: -15px;
    margin-right: -15px; }
  .tourCardContent--bg {
    height: 445px; }
  .tourCardContent img {
    min-height: 100%;
    width: inherit;
    -webkit-filter: blur(4px);
            filter: blur(4px); } }

.tourPrice--desc {
  font-size: 14px !important;
  display: block; }

.search-sidebar {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #CDD1DA;
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding-left: 10px; }

@media (min-width: 768px) {
  .allTours-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .allTours-tourPrice {
    min-width: 230px; } }

.allTours-tourDate {
  padding-left: 0; }

.allTours-tourInfo {
  padding-right: 15px !important; }

.modalSlider-prev,
.modalSlider-next {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s; }

.modalSlider-prev:hover,
.modalSlider-next:hover {
  opacity: 1; }

.modalSlider {
  max-height: 400px; }

.modalSlider-wrapper {
  height: 400px; }

.modal {
  z-index: 1000; }

.modal-backdrop {
  z-index: 999; }

.search--sidebar {
  text-align: center; }

.search--sidebar .btn-search {
  position: static;
  margin: 0;
  margin-bottom: 20px;
  display: none; }

@media (max-width: 768px) {
  .search--sidebar .btn-search {
    display: inline-block; }
  .tourCard-wrapper {
    padding-right: 15px; } }

.mainSlider-description--itm {
  padding: 0 40px; }

.allTours-itm {
  background: #fff; }

.ageChild .bootstrap-select {
  background: inherit;
  width: 65px !important;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  width: 65px !important;
  background: #fff;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-align: center;
  margin-right: -6px; }

.ageChild .bootstrap-select span {
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  color: #5281ff; }

.ageChild .bootstrap-select > .disabled span {
  color: #ededed; }

.ageChild .bootstrap-select.disabled {
  background: #f6f5f5; }

.ageChild .bootstrap-select {
  border-right: none; }

.ageChild .bootstrap-select:last-child {
  border-right: 2px solid #e1e1e1; }

.ageChild .bootstrap-select button {
  height: 50px;
  -webkit-border-radius: 0;
          border-radius: 0; }

.ageChildGroup {
  -webkit-box-shadow: none;
          box-shadow: none; }

.reservation-img .descriptionHotel {
  display: block;
  height: 65px;
  margin: 0;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0px;
  left: 15px;
  background: #fff;
  color: #000;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 65px;
  border: 1px solid #e9eef0;
  border-top: none; }

.reservation-img .descriptionHotel:hover {
  background: #f9f9f9; }

.sidebarTag-more {
  max-height: 700px;
  position: fixed;
  z-index: 1;
  background: #f2f7f9;
  width: 300px;
  bottom: 0;
  top: 120px;
  left: 359px;
  overflow: hidden;
  display: none; }
  .sidebarTag-more .sidebar--close {
    display: block !important;
    padding-right: 20px; }

.sidebarTag-more ul {
  border: 1px solid #e4e4e4;
  padding-left: 22px;
  padding-top: 25px;
  margin-top: 60px;
  overflow: auto;
  max-height: 640px; }

.sidebarTag-more li {
  line-height: 3; }

.sidebarTag-more a {
  color: #666;
  font-size: 16px;
  line-height: 1.95;
  padding-left: 15px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 35px;
  -webkit-border-radius: 20px;
          border-radius: 20px; }
  .sidebarTag-more a:hover {
    color: #1a2022;
    background: #dee4e6; }

.sidebarTag {
  padding-left: 0; }

.sidebarTag h2 {
  padding-left: 15px; }

.sidebarTag .theiaStickySidebar[style*="position: static"] .sidebarTag-more {
  padding-top: 120px; }

.sidebarTag .theiaStickySidebar[style*="position: fixed"] {
  -webkit-transform: translateY(85px) !important;
      -ms-transform: translateY(85px) !important;
          transform: translateY(85px) !important; }

.more-active {
  pointer-events: none;
  background: #e6eaec; }

@media (max-width: 1600px) {
  .sidebarTag-more {
    max-height: 600px; }
  .sidebarTag-more ul {
    max-height: 540px; } }

@media (max-width: 1366px) {
  .sidebarTag-more {
    max-height: 500px; }
  .sidebarTag-more ul {
    max-height: 440px; } }

@media (max-width: 991px) {
  .sidebarTag-more--open {
    display: none; } }

.tag {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s; }
  .tag-itm {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px; }
    .tag-itm--last {
      @extends .tag-itm;
      float: right; }
      .tag-itm--last .tag-link:hover {
        color: #888;
        background: inherit; }
  .tag-link {
    padding: 5px 15px;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    font-family: "OpenSansSemiBold", sans-serif;
    color: #888;
    font-size: 14px; }
    .tag-link:hover, .tag-link.active {
      background: #1a2022;
      color: #fff; }

.tag-link--open {
  position: absolute;
  right: 0; }

.tourList-head {
  margin: 0;
  font-size: 100%;
  line-height: 1.3; }
  .tourList-head p {
    font-size: 24px;
    padding-top: 25px;
    font-family: "OpenSansBold", sans-serif; }

.tours {
  background: #f2f7f9;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative; }

.allTours {
  -webkit-box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 35px;
  min-height: 1192px;
  position: relative; }

.allTours-price {
  max-width: 325px;
  min-width: 290px;
  min-height: 149px;
  position: relative;
  color: #fff;
  line-height: 1;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.4)); }
  .allTours-price .allTours-price--polygon {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-clip-path: polygon(0 0, 100% 0%, -webkit-calc(100% - 55px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 55px) 100%, 0% 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
  .allTours-price .dollar {
    display: block;
    margin: 0;
    background: #0e1317;
    padding: 0 105px 0 35px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .allTours-price .dollar .bit {
      font-family: "RobotoSlabBold", sans-serif;
      font-size: 40px; }
    .allTours-price .dollar span {
      font-size: 34px;
      padding-right: 5px; }
  .allTours-price .rub {
    display: block;
    margin: 0;
    background: #232323;
    padding: 0 105px 0 35px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .allTours-price .rub .bit {
      font-family: "RobotoSlabBold", sans-serif;
      font-size: 30px; }
    .allTours-price .rub span {
      font-size: 25px;
      padding-right: 5px; }

span.fa.fa-rub {
  margin-bottom: -3px;
  font-family: FontAwesome !important; }

.fa-dollar {
  font-family: "RobotoSlabBold", sans-serif !important; }
  .fa-dollar:before {
    content: "$" !important; }

.allTours-itm {
  border: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.allTours-description {
  background: #fff;
  padding: 20px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.allTours-title {
  overflow: hidden;
  position: relative;
  height: 38px; }
  .allTours-title > .allTours-title--text {
    margin-top: 0;
    font-family: "OpenSansBold", sans-serif;
    font-size: 21px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    -webkit-transition: right 1s linear;
    transition: right 1s linear; }

.allTours-location {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  margin-bottom: 5px; }

.allTours-time {
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px; }

.reviews {
  padding-left: 30px; }
  .reviews i {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #3a8e1b;
            box-shadow: 0 0 0 1px #3a8e1b;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 1px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .reviews .active i {
    background: #3a8e1b;
    -webkit-box-shadow: 0 0 0 1px #3a8e1b;
            box-shadow: 0 0 0 1px #3a8e1b; }
  .reviews span {
    width: 12px;
    height: 14px;
    display: block;
    float: left;
    margin-right: 2px; }
    .reviews span.half i {
      background: #3a8e1b;
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3a8e1b), color-stop(50%, #fff));
      background: -webkit-linear-gradient(left, #3a8e1b 50%, #fff 50%);
      background: linear-gradient(90deg, #3a8e1b 50%, #fff 50%); }
    .reviews span:last-child {
      margin-right: 6px; }

.hotelPhoto {
  max-width: 340px;
  width: 100%;
  position: relative;
  right: 0;
  float: right;
  overflow: hidden;
  background: #ac0404;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-clip-path: polygon(55px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(55px 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 1s -webkit-clip-path;
  transition: 1s -webkit-clip-path;
  transition: 1s clip-path;
  transition: 1s clip-path, 1s -webkit-clip-path; }
  .hotelPhoto .reservation-descriptionHotel {
    text-align: center;
    display: block;
    font-family: "OpenSansSemiBold", sans-serif; }
  .hotelPhoto img {
    position: absolute;
    min-width: 100%; }

.allTours-description .reservation-descriptionHotel {
  display: block;
  padding: 0;
  background: none;
  color: #375ec0;
  text-align: left;
  position: static;
  line-height: unset;
  height: unset;
  font-size: 12px;
  font-family: "OpenSansBold", sans-serif;
  display: none; }
  .allTours-description .reservation-descriptionHotel:hover {
    color: #375ec0; }

.noPhoto .reservation-descriptionHotel {
  display: block; }

.triangle-topleft {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 150px solid #fff;
  border-right: 55px solid transparent;
  pointer-events: none; }

.hotelPhoto-shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 6px -10px 30px #000;
          box-shadow: inset 6px -10px 30px #000; }

.allTours-itm {
  margin-top: 23px; }
  .allTours-itm:first-child {
    margin-top: 0; }

.allTours-group {
  border: 1px solid #e4e4e4;
  border-bottom: none; }

.allTours-itm--open {
  width: 80px;
  padding-top: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c7ad00), to(#fdff44));
  background: -webkit-linear-gradient(bottom, #c7ad00, #fdff44);
  background: linear-gradient(to top, #c7ad00, #fdff44);
  text-align: center;
  line-height: .8;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  color: #27201e;
  z-index: 1; }
  .allTours-itm--open:hover, .allTours-itm--open:focus {
    color: #27201e;
    text-decoration: none; }
  .allTours-itm--open i {
    font-size: 60px;
    display: block; }
  .allTours-itm--open .fa-angle-up {
    display: none; }

.allTours-itm[aria-expanded="true"] .allTours-itm--open {
  background: -webkit-gradient(linear, left bottom, left top, from(#d9d9d9), to(#f1f1f1));
  background: -webkit-linear-gradient(bottom, #d9d9d9, #f1f1f1);
  background: linear-gradient(to top, #d9d9d9, #f1f1f1); }
  .allTours-itm[aria-expanded="true"] .allTours-itm--open .fa-angle-up {
    display: block; }
  .allTours-itm[aria-expanded="true"] .allTours-itm--open .fa-angle-down {
    display: none; }

.allTours-tourPrice,
.allTours-tourDate,
.allTours-tourInfo {
  float: left; }

.allTours-tourDate {
  padding: 35px 0 35px 55px; }

.allTours-tourInfo {
  padding: 35px 0 55px 35px; }

.allTours-tourPrice {
  padding: 15px 35px; }
  .allTours-tourPrice:after {
    clear: both; }
  .allTours-tourPrice p,
  .allTours-tourPrice bit {
    font-family: "RobotoSlabBold", sans-serif;
    font-size: 40px; }
    .allTours-tourPrice p span,
    .allTours-tourPrice bit span {
      font-size: 25px;
      padding-right: 5px; }
  .allTours-tourPrice .fa-rub,
  .allTours-tourPrice .fa-dollar,
  .allTours-tourPrice .fa-eur {
    font-size: 23px; }

.duration {
  position: relative; }

.tourDate-day {
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px; }

.tourDate-duration {
  font-size: 16px; }

.food,
.Apartment {
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px; }
  .food span,
  .Apartment span {
    font-family: "OpenSansRegular", sans-serif; }

.allTours-collapse {
  border-bottom: 1px solid #e4e4e4;
  background: #f1f6f8;
  color: #27201e; }
  .allTours-collapse:nth-child(2n) {
    background: #e8eef1; }

.allTours-description.noPhoto {
  padding-right: 95px !important; }
  .allTours-description.noPhoto .descriptionHotel {
    color: #738ed3;
    position: static; }

.reviews {
  background-position: left top; }

.descriptionHotel {
  position: absolute;
  bottom: 20px;
  right: 185px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  color: #fff;
  z-index: 1;
  cursor: pointer; }
  .descriptionHotel:hover {
    color: #d0d0d0; }
  .descriptionHotel i {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.filterOpen-btn {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2f7f9;
  padding: 15px;
  text-align: center;
  font-family: "OpenSansBold", sans-serif; }

.tabNavigation-center {
  text-align: center; }

.tabNavigation {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 25px;
  font-size: 0;
  letter-spacing: -0.3em; }
  .tabNavigation li {
    display: inline-block;
    border: 1px solid #cdd2d3; }
    .tabNavigation li:first-child {
      -webkit-border-radius: 25px 0 0 25px;
              border-radius: 25px 0 0 25px; }
    .tabNavigation li:last-child {
      -webkit-border-radius: 0 25px 25px 0;
              border-radius: 0 25px 25px 0; }
  .tabNavigation a {
    display: inline-block;
    padding: 8px 30px;
    font-family: "OpenSansRegular", sans-serif;
    color: #666;
    font-size: 24px; }
    .tabNavigation a:focus {
      text-decoration: none; }
  .tabNavigation .active {
    background: #375ec0;
    border: none; }
    .tabNavigation .active a {
      padding-top: 9px;
      padding-bottom: 9px;
      font-family: "OpenSansBold", sans-serif;
      color: #fff; }

.tab-description {
  padding: 35px 15px; }

.description-bottom {
  background: #fff;
  padding: 32px 30px;
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px; }

.loader-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(250, 250, 250, 0.8);
  z-index: 10;
  display: none; }
  .loader-wrap.visible {
    display: block; }
  .loader-wrap .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 44px;
    margin: auto; }

@media (max-width: 1310px) {
  .hotelPhoto {
    display: none; }
  .allTours-description--noPhoto {
    margin-right: 80px;
    float: none;
    margin-top: 0; }
  .descriptionHotel {
    position: static;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    color: #738ed3; }
    .descriptionHotel:hover {
      color: #738ed3; }
  .allTours-description {
    padding-top: 17px;
    padding-bottom: 17px; }
  .allTours-description .reservation-descriptionHotel {
    display: block; } }

@media (max-width: 991px) {
  .filterOpen-btn {
    display: inline; }
  .allTours {
    min-height: unset; } }

@media (max-width: 768px) {
  .allTours-itm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .allTours-description {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 95px; }
  .hotelPhoto {
    display: block; }
  .allTours-price {
    float: none;
    max-width: unset;
    width: 100%; }
    .allTours-price .allTours-price--polygon {
      -webkit-clip-path: none;
              clip-path: none; }
  .allTours-itm--open {
    min-height: 149px; }
  .hotelPhoto {
    top: 0;
    z-index: 2;
    position: absolute;
    min-height: 149px; }
  .triangle-topleft {
    border-top-color: #0e1317; }
  .allTours-description {
    padding-left: 35px; }
  .allTours-itm--open {
    top: 150px; }
  .allTours-collapse {
    text-align: center; }
  .allTours-tourPrice,
  .allTours-tourDate,
  .allTours-tourInfo {
    float: none;
    padding: 10px 20px; }
  .duration {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .allTours {
    padding: 15px; }
  .tabNavigation a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px; }
  .allTours-price .rub {
    background: #0e1317; } }

@media (max-width: 570px) {
  .hotelPhoto {
    display: none; }
  .allTours-itm--open {
    top: 0;
    z-index: 2;
    height: 140px; }
  .allTours-price .rub {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 480px) {
  .dollar {
    font-size: 40px !important; }
  .rub {
    font-size: 25px !important; }
  .allTours-itm--open {
    height: 120px; }
  .allTours-itm--open {
    padding-top: 35px; }
  .tabNavigation {
    margin-top: 50px; }
    .tabNavigation a {
      padding-left: 9px;
      padding-right: 9px;
      font-size: 15px; }
  .allTours-price .dollar {
    padding: 15px 105px 15px 20px; }
  .allTours-price .rub {
    padding-left: 20px; } }

.filter {
  border-right: 1px solid #e9eef0;
  background: #fff;
  padding: 0;
  z-index: 999 !important; }
  .filter .sidebar--close {
    font-size: 24px;
    position: fixed;
    top: 35px;
    right: 15px; }

.filterTitle {
  margin-bottom: 20px; }

.filterSection, .filterSection--last {
  border-bottom: 2px solid #e9eef0;
  padding: 45px 40px; }

.filterSection--last {
  border: none;
  font-size: 0;
  letter-spacing: -0.3em; }

.filterSticky {
  position: absolute;
  z-index: 3; }

.stickSidebar + div {
  pointer-events: none; }

.resort,
.hotel {
  max-height: 224px;
  overflow: hidden; }

.hotelAll {
  margin-bottom: 15px !important; }
  .hotelAll .radio-btn:not(checked) + label {
    text-align: center !important; }

.hotelBtn, .hotelCategory-itm,
.hotelFood-itm,
.adult-itm,
.child-itm,
.gender-itm {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#fff));
  background: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
  background: linear-gradient(to top, #d4d4d4, #fff);
  border: none;
  border-right: 1px solid #d2d2d2;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 38px;
  vertical-align: middle;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px; }

.hotelCategory-itm,
.hotelFood-itm,
.adult-itm,
.child-itm,
.gender-itm {
  width: 65px;
  margin-left: 0px !important;
  text-align: center;
  color: #666; }
  .hotelCategory-itm:last-child,
  .hotelFood-itm:last-child,
  .adult-itm:last-child,
  .child-itm:last-child,
  .gender-itm:last-child {
    border: none; }
  .hotelCategory-itm:focus, .hotelCategory-itm:hover,
  .hotelFood-itm:focus,
  .hotelFood-itm:hover,
  .adult-itm:focus,
  .adult-itm:hover,
  .child-itm:focus,
  .child-itm:hover,
  .gender-itm:focus,
  .gender-itm:hover {
    border-color: #d2d2d2;
    z-index: 0 !important; }
  .hotelCategory-itm:active, .hotelCategory-itm.active,
  .hotelFood-itm:active,
  .hotelFood-itm.active,
  .adult-itm:active,
  .adult-itm.active,
  .child-itm:active,
  .child-itm.active,
  .gender-itm:active,
  .gender-itm.active {
    background: -webkit-gradient(linear, left bottom, left top, from(#5d89fc), to(#315cd2)) !important;
    background: -webkit-linear-gradient(bottom, #5d89fc, #315cd2) !important;
    background: linear-gradient(to top, #5d89fc, #315cd2) !important;
    border: none !important;
    color: #fff !important;
    font-family: "OpenSansBold", sans-serif; }
    .hotelCategory-itm:active > .fa-star, .hotelCategory-itm.active > .fa-star,
    .hotelFood-itm:active > .fa-star,
    .hotelFood-itm.active > .fa-star,
    .adult-itm:active > .fa-star,
    .adult-itm.active > .fa-star,
    .child-itm:active > .fa-star,
    .child-itm.active > .fa-star,
    .gender-itm:active > .fa-star,
    .gender-itm.active > .fa-star {
      display: inline; }
    .hotelCategory-itm:active > .fa-star-o, .hotelCategory-itm.active > .fa-star-o,
    .hotelFood-itm:active > .fa-star-o,
    .hotelFood-itm.active > .fa-star-o,
    .adult-itm:active > .fa-star-o,
    .adult-itm.active > .fa-star-o,
    .child-itm:active > .fa-star-o,
    .child-itm.active > .fa-star-o,
    .gender-itm:active > .fa-star-o,
    .gender-itm.active > .fa-star-o {
      display: none; }
  .hotelCategory-itm .fa-star,
  .hotelFood-itm .fa-star,
  .adult-itm .fa-star,
  .child-itm .fa-star,
  .gender-itm .fa-star {
    display: none; }
  .hotelCategory-itm i,
  .hotelFood-itm i,
  .adult-itm i,
  .child-itm i,
  .gender-itm i {
    padding-left: 5px; }

.hotelCategory-itm {
  width: 25%; }

.hotelCategory-itm--lg {
  width: 100%; }

.hotelFood {
  margin-right: 4%;
  width: 48%;
  z-index: 3 !important; }
  .hotelFood:last-child {
    margin-right: 0;
    z-index: 3 !important; }

.hotelFood-itm {
  border-right: 0;
  border-bottom: 1px solid #bbbbbb;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  margin-bottom: -2px;
  text-align: left; }

.filter-tooltipe {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 14px;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  background: #3458b5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-family: "RobotoSlabBold", sans-serif;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-size: 12px;
  color: #fff; }
  .filter-tooltipe:hover {
    opacity: 1; }

.tooltip {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: "OpenSansRegular", sans-serif;
  padding: 0 !important;
  min-width: 230px;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #000;
  background-color: #fff;
  padding: 25px 15px; }
  .tooltip strong {
    font-family: "OpenSansBold", sans-serif; }
  .tooltip > .tooltip-arrow {
    border-top-color: #fff !important;
    top: 100%; }
  .tooltip > .tooltip-inner {
    min-width: 230px;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #000;
    background-color: #fff;
    padding: 25px 15px; }

.duration {
  padding: 35px 40px 69px 40px;
  background: #fafafa; }
  .duration p {
    font-family: "OpenSansBold", sans-serif;
    font-size: 18px;
    color: #27201e; }
    .duration p span {
      padding-right: 60px;
      font-family: "OpenSansRegular", sans-serif;
      color: #666; }

.duration-title {
  display: inline-block; }

.duration-inputGroup {
  display: inline; }

.input-dash {
  color: #e1e1e1 !important;
  padding-right: 3px; }

#slider .sliderStep {
  display: none;
  position: absolute;
  width: 20px;
  margin-left: -6px;
  text-align: center;
  margin-top: -50px;
  font-family: "OpenSansBold", sans-serif;
  color: #bcbcbc; }
  #slider .sliderStep:after {
    content: '|';
    position: absolute;
    top: 15px;
    left: 6px; }
  #slider .sliderStep:nth-child(5n-2) {
    display: inline; }
  #slider .sliderStep:nth-child(4), #slider .sliderStep:nth-child(8) {
    display: inline;
    color: #30cd00; }

.adult,
.child,
.ageChild {
  display: inline-block;
  margin-top: 20px; }

.adult {
  margin-right: 40px; }

.ageChildGroup,
.adult-group,
.child-group,
.gender-group {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
  .ageChildGroup .ageChildSelect,
  .adult-group .ageChildSelect,
  .child-group .ageChildSelect,
  .gender-group .ageChildSelect {
    margin-right: -6px; }

.people {
  position: relative;
  margin-top: 20px; }
  .people .input-dash {
    font-size: 20px;
    padding-left: 3px; }

.btn-search {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  padding-left: 50px;
  padding-right: 50px; }

@media (max-width: 1370px) {
  .adult {
    display: block !important; }
  .btn-search {
    float: none !important;
    margin-left: 25px; }
  .hotelCategory {
    margin-bottom: 0;
    width: 48.8%; }
    .hotelCategory:last-child {
      margin-right: 0 !important; }
  .hotelCategory-itm {
    display: block;
    float: none !important;
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #bbbbbb !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important; }
  .hotelCategory-itm--lg {
    width: 100%;
    display: block; }
  .hotelCategory-all {
    width: 100%; } }

@media (max-width: 991px) {
  .filterSticky {
    width: 100%; }
  .filter {
    position: fixed !important;
    top: 0;
    width: 50%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s;
    transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s;
    -webkit-box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.3);
    overflow: scroll; }
    .filter.sidebar--show {
      position: relative; } }

@media (max-width: 768px) {
  .filter {
    width: 100%; }
  .btn-search {
    margin-left: 0;
    margin-top: 30px !important;
    float: left; }
  .adult,
  .child,
  .ageChild {
    display: block !important;
    margin-right: 0 !important; }
  .people {
    text-align: center; }
  .input-dash {
    display: none; }
  .duration-inputGroup {
    display: block; }
  .duration {
    text-align: center; }
    .duration p span {
      padding-right: 0; }
  .filter.sidebar--show {
    position: fixed; }
  .btn-search {
    position: static; } }

#mainSlider {
  overflow: hidden; }

.mainSlider {
  padding: 0;
  position: relative;
  background: #101213; }

.mainSlider-description {
  margin-top: -5px;
  margin-bottom: 25px;
  padding: 0;
  background: #101213;
  border-top: 1px solid #fff;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .mainSlider-description:after, .mainSlider-description:before {
    content: none; }
  .mainSlider-description .mainSlider-description--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .mainSlider-description .mainSlider-description--itm {
    padding: 19px 40px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .mainSlider-description--title {
    font-family: "RobotoSlabBold", sans-serif;
    font-size: 50px;
    margin: 0; }
  .mainSlider-description .arrival-date {
    font-size: 42px;
    padding-top: 20px; }
    .mainSlider-description .arrival-date span {
      font-size: 22px; }
  .mainSlider-description .temperature {
    display: inline-block;
    padding-top: 25px; }
    .mainSlider-description .temperature .temperatureDay,
    .mainSlider-description .temperature .temperatureEvening {
      display: block;
      margin: 0 !important; }

.mainSlider-description--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #070809;
  min-width: 380px;
  max-width: 380px;
  padding-left: 15px;
  padding-right: 15px; }

.sliderPhoto {
  display: inline-block;
  width: 100vw;
  overflow: hidden;
  border-right: 1px solid #fff; }
  .sliderPhoto img {
    height: 100%; }

.slick-next {
  width: 18.1%;
  background: rgba(0, 25, 45, 0.6);
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: table !important;
  cursor: pointer; }
  .slick-next i {
    color: #fff;
    font-size: 50px;
    display: table-cell;
    vertical-align: middle; }

.mainSlider-description .mainSlider-temperature .temperatureEvening {
  margin-bottom: 20px !important; }

@media (max-width: 1366px) {
  .mainSlider-description .mainSlider-description--itm {
    padding: 15px 25px; } }

@media (max-width: 991px) {
  .mainSlider-description .temperature {
    margin-bottom: 20px; }
  .mainSlider-description {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .mainSlider-description--left {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%; }
  .mainSlider-description--itm {
    width: 100%; }
  .mainSlider-description--price {
    max-width: 100%; } }

@media (max-width: 786px) {
  .slick-next {
    width: 30% !important; }
  .mainSlider-description--left {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .mainSlider-description--price {
    min-width: 100% !important; } }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #d0dbf9; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 15px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #4e7cf5; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #4e7cf5; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -10px !important;
  background-size: 113px;
  opacity: 1; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 2px !important;
  background-size: 113px;
  opacity: 1; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  z-index: 2;
  background-color: #b4c8ff; }

.form-overflow .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.filterSection .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .filterSection--last .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #4e7cf5 !important; }

.mCSB_outside + .mCSB_scrollTools {
  opacity: 1; }

.mCSB_scrollTools {
  width: 15px; }

.aboutUs {
  margin-top: -30px;
  margin-bottom: 60px; }

.aboutUsWelcome {
  position: relative;
  min-height: 460px;
  overflow: hidden; }
  .aboutUsWelcome img {
    min-width: 100%;
    min-height: 100%; }

.aboutUsDesc {
  width: 100%;
  background: #101213;
  border-bottom: 1px solid #25282a;
  position: absolute;
  bottom: 0;
  padding-bottom: 25px; }
  .aboutUsDesc:after {
    content: '';
    position: absolute;
    top: -109px;
    left: 0;
    height: 110px;
    width: 100%;
    background: url(../img/angle.png) no-repeat;
    background-size: 100% 100%; }
  .aboutUsDesc .title {
    font-family: "RobotoSlabBold", sans-serif;
    font-size: 64px;
    display: inline-block;
    float: left;
    color: #fff; }
  .aboutUsDesc p {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 18px;
    display: inline-block;
    color: #ccc; }

.aboutUsWorth {
  font-size: 0; }
  .aboutUsWorth--text {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    line-height: 1.5; }
  .aboutUsWorth--textBlack, .aboutUsWorth--textGrey {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 18px;
    color: #999;
    margin: 0; }
  .aboutUsWorth--textWhite {
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 22px;
    color: #fff;
    margin-top: 0; }
  .aboutUsWorth--textBlack {
    color: #222; }

.aboutUsWorth-itm {
  display: inline-block;
  width: 20%;
  height: 250px;
  overflow: hidden;
  margin-right: -.27em;
  border-right: 1px solid #25282a; }
  .aboutUsWorth-itm:last-child {
    border: none; }
  .aboutUsWorth-itm:hover > .aboutUsWorth-itm-static {
    margin-top: -250px; }

.aboutUsWorth-itm-static,
.aboutUsWorth-itm-hover {
  height: 250px;
  text-align: center;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s; }

.aboutUsWorth-itm-static {
  background-color: #101213; }

.aboutUsWorth-itm.lowPrices .aboutUsWorth-itm-static {
  background-image: url(../img/worth_1.png); }

.aboutUsWorth-itm.lowPrices .aboutUsWorth-itm-hover {
  background-image: url(../img/worth_1.png); }

.aboutUsWorth-itm.noCommission .aboutUsWorth-itm-static {
  background-image: url(../img/worth_2.png); }

.aboutUsWorth-itm.noCommission .aboutUsWorth-itm-hover {
  background-image: url(../img/worth_2.png); }

.aboutUsWorth-itm.tourOperator .aboutUsWorth-itm-static {
  background-image: url(../img/worth_3.png); }

.aboutUsWorth-itm.tourOperator .aboutUsWorth-itm-hover {
  background-image: url(../img/worth_3.png); }

.aboutUsWorth-itm.sms .aboutUsWorth-itm-static {
  background-image: url(../img/worth_4.png); }

.aboutUsWorth-itm.sms .aboutUsWorth-itm-hover {
  background-image: url(../img/worth_9.png); }

.aboutUsWorth-itm.reliably .aboutUsWorth-itm-static {
  background-image: url(../img/worth_5.png); }

.aboutUsWorth-itm.reliably .aboutUsWorth-itm-hover {
  background-image: url(../img/worth_5.png); }

.aboutUsWorth-itm-hover {
  background-image: url(../img/worth_1.png);
  background-color: #fff; }

@media (max-width: 991px) {
  .aboutUsWorth-itm {
    width: 33.33%; }
  .aboutUsWorth-itm:nth-child(4),
  .aboutUsWorth-itm:nth-child(5) {
    width: 50%; } }

@media (max-width: 768px) {
  .aboutUsWorth-itm {
    width: 50%; }
  .aboutUsWorth-itm:nth-child(5) {
    width: 100%; }
  .aboutUsWelcome {
    min-height: 700px; } }

@media (max-width: 480px) {
  .aboutUsWelcome {
    min-height: 780px; }
  .aboutUsWorth-itm {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #25282a; } }

.ourTeam {
  margin-top: 40px;
  margin-bottom: 40px; }

.team {
  margin-bottom: 40px; }

.team-img {
  overflow: hidden;
  height: 384px; }
  .team-img img {
    min-width: 100%;
    min-height: 100%; }

.team-desc {
  padding: 20px;
  padding-right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0c131a), to(#101213));
  background: -webkit-linear-gradient(bottom, #0c131a, #101213);
  background: linear-gradient(to top, #0c131a, #101213); }

.team-name {
  margin-top: 0;
  font-family: "RobotoSlabBold", sans-serif;
  font-size: 22px;
  color: #fff; }

.team-position {
  font-family: "RobotoSlabRegular", sans-serif;
  font-size: 12px;
  color: #fff; }

.help-wrapper {
  padding: 40px;
  padding-top: 50px; }

.help {
  background: #101213; }
  .help .title {
    padding: 51px;
    padding-right: 0;
    margin: 0;
    font-family: "RobotoSlabBold", sans-serif;
    font-size: 64px !important;
    color: #fff;
    float: left; }

.helpTab {
  float: right;
  margin-bottom: 0;
  font-size: 0;
  letter-spacing: -0.3em; }
  .helpTab li {
    display: inline-block; }
    .helpTab li.active a {
      background-position: 0 100%;
      color: #101213; }
  .helpTab a {
    display: inline-block;
    width: 300px;
    height: 180px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #101213), color-stop(50%, #dce5e8));
    background-image: -webkit-linear-gradient(top, #101213 50%, #dce5e8 50%);
    background-image: linear-gradient(to bottom, #101213 50%, #dce5e8 50%);
    background-size: 100% 200%;
    background-position: 0 0;
    line-height: 180px;
    text-align: center;
    vertical-align: middle;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 24px;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s; }

.warning {
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px; }

.helpText h2 {
  font-size: 26px;
  color: #1a2022;
  margin-bottom: 25px; }

.helpText p {
  font-size: 16px;
  color: #444;
  margin-bottom: 25px; }

.helpText ul {
  list-style: disc inside;
  color: #375ec0;
  line-height: 2.5; }
  .helpText ul span {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    color: #444; }

.error-wrapper {
  min-height: 500px;
  margin-top: 45px; }
  .error-wrapper .error {
    background: #fff;
    padding: 35px 15px; }
  .error-wrapper .title > * {
    font-size: 44px;
    font-family: "OpenSansBold", sans-serif;
    margin: 0;
    margin-bottom: 25px; }

@media (max-width: 1230px) {
  .helpTab a {
    width: 226px;
    height: 140px;
    line-height: 140px; }
  .help .title {
    padding: 35px;
    padding-right: 0; } }

@media (max-width: 991px) {
  .helpTab {
    float: left;
    width: 100%; }
  .helpTab li {
    width: 33.33%; }
  .helpTab a {
    width: 100%; }
  .help .title {
    padding-left: 0;
    width: 100%;
    text-align: center; }
  .help-tab-padding {
    padding: 0; } }

@media (max-width: 570px) {
  .helpTab li {
    width: 100%; }
  .helpTab a {
    height: 90px;
    line-height: 90px; }
  .help-wrapper {
    padding: 30px 15px; } }

#map {
  margin-top: -30px; }

.contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.contacts {
  background: #101213; }
  .contacts .title {
    font-family: "RobotoSlabBold", sans-serif;
    font-size: 64px !important;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px; }
  .contacts .footer-contacts a {
    font-size: 18px;
    color: #fff; }
  .contacts .footer-social {
    margin-top: 25px; }
    .contacts .footer-social li {
      display: inline-block;
      margin-right: 10px; }
      .contacts .footer-social li:last-child {
        margin-right: 0; }
    .contacts .footer-social a {
      font-size: 26px; }

.contacts-top {
  border-bottom: 1px solid #25282a;
  padding-left: 60px;
  padding-right: 60px; }

.contacts-bottom {
  padding: 20px 60px 80px 60px; }
  .contacts-bottom input {
    margin-top: 20px; }
  .contacts-bottom .form-btn {
    margin-right: 15px; }

.form-btn {
  float: right;
  margin-top: 30px !important; }

.requisites-list {
  line-height: 2.1; }

.requisites-title {
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 26px;
  color: #27201e; }

.requisites {
  background: #fff;
  padding-left: 40px;
  padding-bottom: 40px; }

.requisites-list td {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px; }

.requisites-list td:nth-child(1) {
  display: inline-block;
  color: #666;
  max-width: 260px;
  width: 100%; }

.requisites-list td:nth-child(2) {
  color: #27201e;
  padding-left: 20px; }

@media (max-width: 1200px) {
  .contacts-top {
    padding-left: 35px;
    padding-right: 35px; }
  .contacts-bottom {
    padding: 20px 35px 80px 35px; } }

@media (max-width: 991px) {
  .contacts-top {
    border: none; }
  .contacts-bottom {
    padding-bottom: 40px; }
  #map {
    height: 480px !important; }
  .contacts-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

@media (max-width: 768px) {
  .contacts-top {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
  .contacts-bottom {
    padding: 15px;
    padding-bottom: 30px; }
  .form-btn {
    margin-right: 15px; }
  .requisites {
    padding-left: 15px; }
  .requisites-list td {
    display: block; }
  .requisites-list td:nth-child(1) {
    margin-top: 20px; }
  .requisites-list td:nth-child(2) {
    padding-left: 0; } }

@media (max-width: 480px) {
  .contacts .title {
    font-size: 54px !important; } }

.reservation-img {
  overflow: hidden; }
  .reservation-img img {
    min-width: 100%;
    min-height: 100%; }

.reservation-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

@media screen and (max-width: 768px) {
  .reservation-flex {
    display: block; } }

.footer {
  padding: 35px;
  background: #202529;
  z-index: 1; }
  .footer > .container-fluid {
    margin: 0 auto; }
  .footer h4 {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px; }
  .footer-menu {
    font-family: "OpenSansRegular", sans-serif;
    text-transform: uppercase;
    line-height: 1.7; }
    .footer-menu a {
      color: #fff; }
  .footer-social {
    font-family: "OpenSansBold", sans-serif;
    line-height: 1.7; }
    .footer-social a {
      color: rgba(255, 255, 255, 0.6); }
      .footer-social a i {
        width: 20px;
        padding-right: 8px;
        text-align: center; }
    .footer-social a:hover {
      color: #fff; }
  .footer-contacts {
    font-family: "OpenSansRegular", sans-serif;
    line-height: 1.7; }
    .footer-contacts a {
      color: rgba(255, 255, 255, 0.6); }
      .footer-contacts a i {
        width: 30px;
        padding-right: 8px;
        text-align: center; }
    .footer-contacts a:hover {
      color: #fff; }

.copy {
  margin-top: 20px; }
  .copy p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1; }

.tomat-agency {
  font-size: 13px;
  color: #a6b3ba;
  font-family: "OpenSansRegular", sans-serif; }
  .tomat-agency a {
    color: #fff;
    font-family: "OpenSansSemiBold", sans-serif;
    border-bottom: 2px solid #929596; }
  .tomat-agency img {
    padding-left: 5px;
    padding-right: 5px; }

@media (max-width: 991px) {
  .footer h4 {
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .footer h4 {
    margin-top: 40px; } }

.modal {
  padding-right: 0 !important; }

.modal-dialog {
  max-width: 1080px;
  width: 100%; }
  .modal-dialog .close {
    background: #070809;
    font-family: "OpenSansLight", sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: 100;
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 100px; }
  .modal-dialog .tabNavigation {
    margin-top: 25px; }
    .modal-dialog .tabNavigation a {
      font-size: 18px; }

.modal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.modal-descriptionHotel {
  padding-left: 0 !important; }
  .modal-descriptionHotel .modal-header {
    border-bottom: none; }

.modalSlider-wrapper {
  height: 408px;
  overflow: hidden; }

.modal-header {
  background: -webkit-gradient(linear, left bottom, left top, from(#101213), to(#101214)) !important;
  background: -webkit-linear-gradient(bottom, #101213, #101214) !important;
  background: linear-gradient(to top, #101213, #101214) !important;
  position: relative; }
  .modal-header .descriptionHotel-title {
    display: inline-block;
    font-size: 34px;
    margin-right: 30px; }
  .modal-header .reviews {
    display: inline-block;
    color: #fff; }

.modalSlider {
  overflow: hidden;
  max-height: 470px; }

.modalSlider-itm {
  display: inline-block;
  height: 470px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }

.modal-body {
  padding: 0; }

.modalSlider-wrapper {
  position: relative;
  padding: 0; }

.modalSlider-btn, .modalSlider-prev, .modalSlider-next {
  position: absolute;
  width: 90px;
  top: 0;
  bottom: 0;
  background: rgba(0, 25, 45, 0.6);
  text-align: center;
  cursor: pointer; }

.modalSlider-prev {
  left: 0; }

.modalSlider-next {
  right: 0; }

.modalSlider-prev i,
.modalSlider-next i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.625em; }

.modalHotelDescr {
  padding: 30px;
  padding-top: 1px; }
  .modalHotelDescr p {
    line-height: 1.5; }

.modalTable {
  line-height: 2; }
  .modalTable td {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    color: #27201e; }
    .modalTable td:first-child {
      font-family: "OpenSansBold", sans-serif;
      color: #666;
      padding-right: 25px; }

#reservation .btn-white--lg {
  font-family: "OpenSansRegular", sans-serif; }

.reservation {
  padding-right: 0 !important; }
  .reservation .modal-dialog {
    width: 100%;
    max-width: 1080px;
    min-width: 0; }
  .reservation .reservation-modal-content {
    padding: 40px;
    margin: 0; }
  .reservation .reservation-modal-info {
    padding: 0;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1); }
  .reservation .reservation-modal-info--left {
    padding: 20px 30px; }
  .reservation .reservation-modal-info--right {
    padding: 0; }
  .reservation .breadcrumb {
    padding: 8px 0; }
  .reservation .title {
    margin-top: 0;
    font-size: 44px; }
  .reservation .reviews {
    margin-bottom: 20px; }
  .reservation .btn-lightBlue--lg:disabled,
  .reservation .btn-white--lg:disabled {
    opacity: .5; }
  .reservation .old-price .old-price-title {
    margin-top: 10px;
    font-family: "OpenSansRegular", sans-serif; }
  .reservation .old-price .dollar span, .reservation .old-price .dollar:after,
  .reservation .old-price .rub span,
  .reservation .old-price .rub:after {
    font-size: 26px !important; }
  .reservation .old-price p {
    margin-bottom: 0; }
  .reservation .dollar,
  .reservation .rub {
    display: inline-block;
    font-family: "RobotoSlabBold", sans-serif;
    color: #375ec0;
    margin-bottom: 0;
    position: relative; }
    .reservation .dollar .bit,
    .reservation .rub .bit {
      font-size: 40px; }
    .reservation .dollar span,
    .reservation .rub span {
      font-size: 30px;
      padding-right: 5px; }
  .reservation .dollar:after {
    content: "|";
    color: #bdc3c6;
    font-size: 40px;
    padding: 0 20px;
    font-family: "RobotoSlabRegular", sans-serif; }
  .reservation .tourCardContent-inf {
    text-align: center; }
  .reservation .tourPrice {
    font-size: 70px;
    zalupa: 100px; }

.flight-wrapper {
  border: 1px solid #e9eef0;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1); }

.flight-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, right top, left top, from(#2f7ff9), to(#005dd8));
  background: -webkit-linear-gradient(right, #2f7ff9, #005dd8);
  background: linear-gradient(to left, #2f7ff9, #005dd8);
  -webkit-box-shadow: inset 0 4px 1px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 4px 1px 0px rgba(0, 0, 0, 0.1), 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer; }
  .flight-header .flight-header--left,
  .flight-header .flight-header--right {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flight-header .flight-header--right .flight-header--itm {
    color: #fff;
    font-size: 16px;
    font-family: "OpenSansBold", sans-serif;
    border-right: 2px solid #4189ed;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .flight-header .flight-header--right .flight-header--itm:last-child {
      border: none; }
    .flight-header .flight-header--right .flight-header--itm span > * {
      display: block;
      font-family: "OpenSansRegular", sans-serif; }
    .flight-header .flight-header--right .flight-header--itm li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.flight-header--itm-path > * {
  width: 50%; }

.flight-header--itm-path .flight-header--arrow {
  max-width: 50px; }

.flight-header--arrow {
  padding: 0 10px; }

.flight-header .fa-long-arrow-right,
.flight-header .fa-long-arrow-left {
  color: #4189ed;
  display: block;
  line-height: 0.7; }

.flight-header--left {
  max-width: 230px;
  min-width: 230px; }

.flight-header--title {
  font-family: "OpenSansBold", sans-serif;
  color: #2a2523;
  padding: 27px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#faf912), to(#f2cb00));
  background: -webkit-linear-gradient(bottom, #faf912, #f2cb00);
  background: linear-gradient(to top, #faf912, #f2cb00);
  -webkit-clip-path: polygon(0% 0%, -webkit-calc(100% - 25px) 0, 100% 50%, -webkit-calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0% 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flight-header--title .flight-header--title-price {
    display: none; }
  .flight-header--title > * {
    font-size: 35px;
    margin: 0; }

.flight-content_top,
.flight-content_bottom {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.flight-content_top {
  border-bottom: 2px solid #f1f1f1;
  padding: 21px 30px 17px; }

.flight-content_bottom {
  padding: 17px 30px 21px; }

.flight-content_top-left,
.flight-content_bottom-left {
  border-right: 2px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flight-content_top-right,
.flight-content_bottom-right {
  padding-top: 10px;
  padding-bottom: 10px; }

.flight-departure {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: 65%;
  max-width: 65%; }

.flight-arrival {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 35%;
  max-width: 35%; }

.flight-time,
.flight-airport,
.flight-date {
  color: #27201e;
  font-size: 16px; }

.flight-airport {
  font-family: "OpenSansBold", sans-serif; }

.flight-time {
  font-family: "OpenSansBold", sans-serif;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flight-time span {
    white-space: nowrap; }
  .flight-time .flight-time--path {
    width: 100%;
    padding: 10px;
    position: relative;
    margin-left: 10px; }
    .flight-time .flight-time--path .flight-time--gradient {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(transparent));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), transparent);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .flight-time .flight-time--path .flight-time--liner {
      background-clip: content-box;
      padding: 0 15px;
      height: 2px;
      width: 100%;
      display: inline-block;
      float: right;
      position: relative; }
      .flight-time .flight-time--path .flight-time--liner:after, .flight-time .flight-time--path .flight-time--liner:before {
        content: "";
        position: absolute;
        top: -3px;
        display: inline-block;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        height: 8px;
        width: 8px; }
      .flight-time .flight-time--path .flight-time--liner:after {
        left: 0; }
      .flight-time .flight-time--path .flight-time--liner:before {
        right: 0; }

.flight-content_top-left .flight-time--liner,
.flight-content_bottom-left .flight-time--liner {
  background-image: -webkit-repeating-linear-gradient(left, #6bc551 0, #6bc551 9px, transparent 0, transparent 13px);
  background-image: repeating-linear-gradient(to right, #6bc551 0, #6bc551 9px, transparent 0, transparent 13px); }
  .flight-content_top-left .flight-time--liner:after, .flight-content_top-left .flight-time--liner:before,
  .flight-content_bottom-left .flight-time--liner:after,
  .flight-content_bottom-left .flight-time--liner:before {
    background: #6bc551; }

.flight-voyage,
.flight-airline {
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center; }
  .flight-voyage span,
  .flight-airline span {
    color: #2a2523;
    font-family: "OpenSansBold", sans-serif; }

.flight-voyage {
  background-image: url(../img/voyage.png); }

.flight-airline {
  background-image: url(../img/airline.png); }

.reservation-header {
  border: 1px solid #e9eef0;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .reservation-header .title {
    font-size: 22px;
    font-family: "OpenSansRegular", sans-serif;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 14px;
    position: relative;
    line-height: 1.4; }
    .reservation-header .title span {
      font-family: "OpenSansBold", sans-serif; }
  .reservation-header .reviews {
    display: inline-block; }

.included {
  color: #6ebc2e; }

.flight-transfer:first-child:nth-last-child(-n+1),
.flight-transfer:first-child:nth-last-child(-n+1) ~ .flight-transfer {
  margin-left: 50% !important; }

.flight-transfer {
  display: block;
  float: left;
  height: 7px;
  width: 7px;
  background: #6d6d6d;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: 33.3%;
  position: relative;
  top: -4px;
  -webkit-box-shadow: 0 0 0px 8px white;
          box-shadow: 0 0 0px 8px white; }
  .flight-transfer--text {
    position: absolute;
    bottom: 200%;
    width: 100px;
    right: -50px;
    display: inline-block;
    font-size: 12px;
    font-family: "OpenSansRegular", sans-serif;
    color: #aaaaaa;
    line-height: 1;
    text-align: center; }
    .flight-transfer--text i {
      display: block;
      font-size: 14px;
      font-style: normal;
      color: #666666; }

.reservation-header--left {
  border-right: 2px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reservation-header--left .food,
  .reservation-header--left .Apartment,
  .reservation-header--left .transfer,
  .reservation-header--left .medical-insurance,
  .reservation-header--left .passage,
  .reservation-header--left .hotel-name {
    font-family: "OpenSansBold", sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; }
    .reservation-header--left .food span,
    .reservation-header--left .Apartment span,
    .reservation-header--left .transfer span,
    .reservation-header--left .medical-insurance span,
    .reservation-header--left .passage span,
    .reservation-header--left .hotel-name span {
      font-family: "OpenSansRegular", sans-serif; }
  .reservation-header--left .hotel-name {
    color: #fff;
    background-color: #2a2523;
    background-position: 30px center;
    background-image: url(../img/hotel-name.png);
    -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 17px) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 17px) 0%, 100% 100%, 0% 100%);
    margin-left: -30px;
    padding: 6px 45px 6px 60px;
    display: inline-block; }
  .reservation-header--left .food {
    background-image: url(../img/food.png); }
  .reservation-header--left .Apartment {
    background-image: url(../img/Apartment.png); }
  .reservation-header--left .transfer {
    background-image: url(../img/transfer.png); }
  .reservation-header--left .medical-insurance {
    background-image: url(../img/medical-insurance.png); }
  .reservation-header--left .passage {
    background-image: url(../img/passage.png); }

.reservation-step2 .hotel-name,
.reservation-step2 .Apartment,
.reservation-step2 .food {
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }

.reservation-step2 .Apartment {
  background-image: url(../img/Apartment-white.png); }

.reservation-step2 .hotel-name {
  background-image: url(../img/hotel-name-white.png); }

.reservation-step2 .food {
  background-image: url(../img/food-white.png); }

.reservation-header--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .reservation-header--right p {
    font-size: 16px;
    margin: 0; }
    .reservation-header--right p strong {
      font-weight: normal;
      font-family: "OpenSansBold", sans-serif; }
  .reservation-header--right .rub {
    color: #6ebc2e; }
    .reservation-header--right .rub .bit {
      font-size: 38px; }
    .reservation-header--right .rub span {
      font-family: "OpenSansBold", sans-serif;
      font-size: 38px; }
  .reservation-header--right .fa-rub {
    font-size: 33px !important; }

.offer-day {
  padding: 11px 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ff4e36), color-stop(40%, #a50000));
  background: -webkit-linear-gradient(bottom, #ff4e36 40%, #a50000);
  background: linear-gradient(to top, #ff4e36 40%, #a50000);
  -webkit-clip-path: polygon(0 0, 100% 0, -webkit-calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%); }

.offer-day--shadow {
  font-family: "OpenSansBold", sans-serif;
  color: #fff;
  font-size: 20px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2)); }

.reservation-header--inf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left; }

.reservation-img-wrapper {
  max-width: 180px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.reservation--bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -40px;
  left: 0;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.reservation-descriptionHotel {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  vertical-align: middle;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  padding-right: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
  .reservation-descriptionHotel:hover {
    color: #fff; }
  .reservation-descriptionHotel i {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    padding-left: 5px; }

.reservation-rub,
.reservation-dollar {
  font-size: 34px;
  font-family: "OpenSansBold", sans-serif;
  color: #fff;
  text-align: center;
  position: relative; }
  .reservation-rub span:first-child,
  .reservation-dollar span:first-child {
    font-size: 30px; }

.departure-icon,
.return-icon {
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  color: #aaa;
  display: block;
  width: 100%;
  padding-left: 30px;
  margin-left: -30px; }

.reservation-img {
  position: relative; }
  .reservation-img .descriptionHotel {
    position: absolute;
    top: unset;
    right: 15px;
    left: unset;
    bottom: 15px;
    font-size: 14px;
    color: #fff; }

.reservation-footer {
  padding: 17px 15px 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #36d504;
  margin-top: 20px; }
  .reservation-footer .btn-white--lg span {
    padding-left: 10px; }

.reservation-footer--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid rgba(255, 255, 255, 0.2); }
  .reservation-footer--left .reservation--itm {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    color: #fff;
    padding: 0 11px; }
    .reservation-footer--left .reservation--itm:last-child {
      border: none; }
  .reservation-footer--left .fa {
    padding-right: 2px;
    font-size: 28px !important; }

.reservation--itm-inf {
  max-width: 246px;
  font-size: 13px; }
  .reservation--itm-inf a {
    color: #f6ff00;
    text-decoration: underline; }

.reservation-btn--step2 {
  display: none; }

.reservation--itm-dolor,
.reservation--itm-rub {
  -webkit-box-flex: 10 !important;
  -webkit-flex-grow: 10 !important;
      -ms-flex-positive: 10 !important;
          flex-grow: 10 !important; }

.reservation--itm-dolor {
  min-width: 150px; }

.reservation--itm-rub {
  min-width: 200px; }

.reservation-footer--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px; }

.reservation-step2 .flight-header--right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.reservation-step2 .flight-header--left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.reservation-step2 .flight-header--title {
  -webkit-clip-path: none;
          clip-path: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .reservation-step2 .flight-header--title .reservation-rub {
    display: block;
    color: #27201e; }

.reservation-step2 .flight-content {
  display: none; }

.reservation-step2 .reservation-form--first,
.reservation-step2 .reservation-form {
  display: block; }

.reservation-step2 .flight-header--title-price {
  display: block; }

.reservation-step2 .flight-header--title-text {
  display: none; }

.reservation-select {
  height: 50px;
  width: 100%;
  border: 1px solid #CDD1DA;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#fff));
  background: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
  background: linear-gradient(to top, #d4d4d4, #fff);
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  font-family: "OpenSansRegular", sans-serif;
  color: #666;
  font-size: 16px;
  position: relative;
  cursor: pointer; }
  .reservation-select.open:before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .reservation-select.open {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background: #e6e6e6; }
  .reservation-select:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    border: 2px solid #4166c2 !important;
    border-top: none !important;
    border-left: none !important;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.reservation-select--dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10; }
  .reservation-select--dropdown ul {
    margin: 0;
    max-height: 150px;
    overflow: auto; }
  .reservation-select--dropdown li {
    line-height: 2.2;
    font-size: 14px; }
    .reservation-select--dropdown li.active {
      background: #4166c2;
      color: #fff; }
      .reservation-select--dropdown li.active:hover {
        background: #4166c2; }
    .reservation-select--dropdown li:hover {
      background: #f3f3f3; }

.reservation-select.open .reservation-select--dropdown {
  display: block; }

.reservation-select--search {
  height: 34px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  line-height: 1.4;
  padding-left: 5px;
  font-size: 14px;
  width: 90%;
  margin: 0 5%; }

.counter {
  position: relative;
  background-color: #ef2f00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 128px;
  margin-bottom: 20px; }
  .counter--left, .counter--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .counter--left {
    color: #fff;
    padding: 10px 30px; }
    .counter--left h2 {
      font-size: 42px;
      font-family: "RobotoSlabBold", sans-serif;
      margin: 0; }
    .counter--left p {
      font-size: 22px; }
  .counter--right {
    background: #282828;
    color: #fff;
    min-width: 270px;
    padding-left: 40px;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%); }
    .counter--right p {
      -webkit-filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.4));
              filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.4));
      font-size: 55px;
      font-family: "OpenSansLight", sans-serif; }
  .counter--bg {
    background-image: url(../img/counter-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-flex--itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form-flex--itm > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 25%;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 25px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .form-flex--itm > div:last-child {
        margin-right: 0; }
      .form-flex--itm > div:first-child {
        margin-left: 0; }

.form-flex--last > div {
  width: unset; }

.input-group-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-flex input {
    margin-right: 10px; }
  .input-group-flex input:last-child {
    margin-right: 0; }
  .input-group-flex input {
    margin-right: 10px; }

.input-group-select div {
  width: 100%; }

.form-overflow {
  padding-left: 0;
  padding-right: 0; }

.formScroll {
  height: 567px; }

.reservation-modal-price {
  position: relative;
  min-height: 57px;
  display: inline-block;
  margin-bottom: 10px; }

.reservation-form,
.reservation-form--first {
  border: 1px solid #e9eef0;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
  padding: 30px;
  padding-bottom: 15px;
  margin-top: 20px;
  display: none; }
  .reservation-form label,
  .reservation-form--first label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    color: #27201e;
    font-size: 18px;
    font-family: "OpenSansBold", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reservation-form select,
  .reservation-form .bootstrap-select button,
  .reservation-form--first select,
  .reservation-form--first .bootstrap-select button {
    width: 100% !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#fff));
    background: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
    background: linear-gradient(to top, #d4d4d4, #fff);
    border: none;
    border-right: 1px solid #d2d2d2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    height: 50px;
    line-height: 38px;
    -moz-text-align-last: center;
         text-align-last: center;
    vertical-align: middle;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 16px; }
  .reservation-form .bootstrap-select,
  .reservation-form--first .bootstrap-select {
    width: 100% !important; }
    .reservation-form .bootstrap-select .dropdown-menu li,
    .reservation-form--first .bootstrap-select .dropdown-menu li {
      display: block; }
  .reservation-form .btn-yellow, .reservation-form .btn-yellow--lg,
  .reservation-form--first .btn-yellow,
  .reservation-form--first .btn-yellow--lg {
    margin-top: 30px; }
  .reservation-form .input-sm,
  .reservation-form--first .input-sm {
    padding: 0;
    text-align: center; }

.tourist-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px; }

.client {
  min-width: 200px;
  padding-left: 15px;
  background: #e5ecff;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  color: #27201e;
  line-height: 68px;
  vertical-align: middle;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 9; }
  .client:after, .client:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: -20px; }
  .client:after {
    border-width: 0 20px 34px 0;
    border-color: transparent #e5ecff transparent transparent;
    top: 0; }
  .client:before {
    border-width: 0 0 34px 20px;
    border-color: transparent transparent #e5ecff transparent;
    bottom: 0; }

.reservation .modal-header {
  padding: 0;
  background: #18191a !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .reservation .modal-header .modal-title {
    padding: 20px 0 20px 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.reservation-form--title {
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px; }
  .reservation-form--title span {
    font-family: "OpenSansRegular", sans-serif; }

.close-form {
  display: inline-block;
  height: 68px;
  min-width: 68px;
  line-height: 68px;
  vertical-align: middle;
  background: #000;
  font-family: "OpenSansLight", sans-serif;
  font-weight: 100;
  font-size: 45px;
  color: #fff;
  text-align: center; }

.modal-info .modal-dialog {
  max-width: 400px !important;
  min-width: 0; }
  .modal-info .modal-dialog h4 {
    font-size: 30px; }
  .modal-info .modal-dialog .modal-body {
    padding: 15px; }

.btn-pay {
  margin-top: 35px; }

.input-group-date {
  max-width: 250px; }

.modal-comments #vk_comments {
  margin-bottom: 0; }

.progressBar-content {
  max-width: 500px;
  margin-right: 100px;
  background: #131414;
  padding: 20px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.progressbar {
  counter-reset: step; }

.progressbar li {
  width: 50%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  font-family: "OpenSansLight", sans-serif;
  color: rgba(255, 255, 255, 0.5); }
  .progressbar li:first-child {
    font-family: "OpenSansBold", sans-serif;
    color: #fff;
    cursor: pointer; }
    .progressbar li:first-child:before {
      background-color: #131414;
      border-color: #fff;
      color: #fff; }
  .progressbar li.active {
    font-family: "OpenSansLight", sans-serif !important;
    color: #fff !important; }

.progressbar li.active {
  cursor: pointer; }
  .progressbar li.active + li:after {
    background-color: #fff; }
  .progressbar li.active + li:before {
    background-color: #131414;
    border-color: #fff;
    color: #fff; }
  .progressbar li.active + li {
    font-family: "OpenSansBold", sans-serif;
    color: #fff; }

.progressbar li:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  background-color: #4a4a4a;
  top: 14px;
  left: -50%;
  z-index: 0; }

.progressbar li:first-child:after {
  content: none; }

.progressbar li.active:before, .progressbar li.active:after {
  background-color: #fff !important;
  border: none; }

.progressbar li.active:before {
  content: "";
  background-image: url(../img/step.png);
  background-repeat: no-repeat;
  background-position: center center; }

.progressbar li:before {
  content: counter(step);
  display: block;
  margin: 0 auto 10px auto;
  width: 30px;
  height: 30px;
  line-height: 25px;
  background-color: #4a4a4a;
  border: 3px solid #4a4a4a;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "OpenSansBold", sans-serif;
  color: #111417;
  counter-increment: step;
  position: relative;
  z-index: 1; }

.no-step.progressbar li:first-child:before {
  background-color: #cccac8;
  border-color: #cccac8;
  color: #fff; }

.no-step.progressbar li {
  font-family: "OpenSansLight", sans-serif;
  color: rgba(0, 0, 0, 0.5); }

.flight-content--flight-transfer {
  display: none; }

.modal-timer {
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6); }
  .modal-timer .modal-dialog {
    max-width: 520px; }
  .modal-timer .modal-body {
    text-align: center;
    padding: 60px; }
    .modal-timer .modal-body p {
      padding: 40px 0;
      font-size: 22px; }

.timer-blink {
  -webkit-animation: blink 2s infinite;
          animation: blink 2s infinite;
  font-style: normal; }

@-webkit-keyframes blink {
  0%, 49% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }

@keyframes blink {
  0%, 49% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }

@media screen and (max-width: 1335px) {
  .tourists a {
    font-size: 16px; } }

@media screen and (max-width: 991px) {
  .reservation .map-container {
    padding: 0; }
  #modal-map {
    height: 480px !important; }
  .reservation .dollar,
  .reservation .rub {
    font-size: 35px !important;
    margin: 0; }
  .reservation .dollar:after {
    content: ''; }
  .modal-dialog {
    width: 100%;
    min-width: unset; }
  .modalSlider-itm img {
    min-height: 100%;
    min-width: 100%; }
  .form-flex--itm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .form-flex--itm > div {
      max-width: 50%; }
  .input-day {
    width: 70px; }
  .input-year {
    width: 100px; }
  .form-flex--itm > div:last-child {
    margin-right: 10px; }
  .form-flex--itm > div:first-child {
    margin-left: 10px; }
  .reservation-form label,
  .reservation-form--first label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-pay {
    margin-left: 10px; }
  .reservation-img {
    display: none; }
  .reservation-img-wrapper {
    display: none; }
  .reservation-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reservation-footer--right {
    margin-top: 15px; }
  .reservation-footer--left {
    border: none;
    padding: 0; }
  .reservation-rub,
  .reservation-dollar {
    text-align: center; }
  .reservation--step2 .reservation-footer > * {
    width: 100%; }
  .flight-content_top-left,
  .flight-content_bottom-left {
    padding-left: 0; }
  .flight-content_top,
  .flight-content_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flight-content_top-left,
  .flight-content_bottom-left {
    border-right: none; }
  .flight-content_top-right,
  .flight-content_bottom-right {
    padding-left: 0; }
  .departure-icon,
  .return-icon {
    margin-left: 0; }
  .flight-transfer:nth-child(2) .flight-transfer--text {
    bottom: unset;
    top: 150%; }
  .flight-header--left {
    max-width: 100%; }
  .reservation-step2 .flight-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 768px) {
  .reservation-form,
  .reservation-form--first,
  .reservation-modal-content {
    padding: 15px 20px !important; }
  .tourist-list {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; }
  .modalSlider-itm img {
    width: unset; }
  .form-flex--itm {
    max-width: 100%; }
  .modalSlider-prev {
    display: none !important; }
  .modalSlider-next {
    opacity: 1;
    background: rgba(0, 25, 45, 0.3); }
  .form-flex--itm > div {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .modal-flex {
    display: block; }
  .modalSlider-wrapper,
  .modalSlider-itm {
    height: 250px; }
  .reservation-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reservation-header--left {
    border-right: none;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 35px;
    text-align: center; }
  .reservation .modal-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .modal-descriptionHotel .modal-dialog,
  .reservation .modal-dialog {
    margin: 0; }
  .reservation .modal-header .modal-title,
  .progressBar-content {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
  .reservation .modal-dialog .close {
    height: 88px; }
  .flight-header--title {
    width: 100%;
    padding: 8px 15px 12px 15px;
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flight-content_top,
  .flight-content_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px; }
  .flight-content_top-left,
  .flight-content_bottom-left {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flight-content_top-left > *,
    .flight-content_bottom-left > * {
      margin-bottom: 15px; }
    .flight-content_top-left .flight-time,
    .flight-content_bottom-left .flight-time {
      display: inline; }
      .flight-content_top-left .flight-time .flight-time--path,
      .flight-content_bottom-left .flight-time .flight-time--path {
        display: none; }
  .reservation-footer--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reservation-footer--left .reservation--itm {
    border: none;
    padding: 0;
    text-align: center; }
  .reservation-footer {
    padding-left: 15px; }
  .reservation--step2 .reservation-footer--right {
    margin-top: 0;
    margin-bottom: 5px; }
  .flight-header .flight-header--right .flight-header--itm {
    word-wrap: break-word; }
  .reservation--step2 .flight-header--left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reservation--step2 .flight-header--title {
    padding: 10px 15px 10px 15px; }
  .reservation--step2 .reservation-footer .reservation-rub {
    font-size: 46px; }
  .departure-icon,
  .return-icon {
    width: unset; }
  .reservation-header--inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .reservation-header--left .hotel-name {
    margin-left: 0;
    -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 17px) 0%, 100% 100%, 17px 100%);
            clip-path: polygon(0 0, calc(100% - 17px) 0%, 100% 100%, 17px 100%); }
  .reservation-header--right > * {
    margin-top: 10px !important; }
  .flight-content--flight-transfer {
    display: block; }
  .flight-arrival,
  .flight-departure {
    max-width: 100%;
    min-width: 100%; }
  .flight-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .counter--right {
    padding-left: 0;
    -webkit-clip-path: none;
            clip-path: none; }
  .reservation-header--inf {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 480px) {
  .modal-header .descriptionHotel-title {
    font-size: 25px; }
  .reservation .modal-dialog .close {
    height: 75px; }
  .reservation-form,
  .reservation-form--first,
  .reservation-modal-content {
    padding: 15px 10px !important; }
  .reservation .modal-header .modal-title {
    padding-left: 10px; }
  .reservation-header--inf {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .reservation-header--left .food,
  .reservation-header--left .Apartment,
  .reservation-header--left .transfer,
  .reservation-header--left .medical-insurance,
  .reservation-header--left .passage,
  .reservation-header--left .hotel-name {
    display: inline;
    text-align: left;
    background-position: left 6px; }
  .reservation-header--left .hotel-name {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    background-position: 30px center; }
  .offer-day--shadow {
    font-size: 16px; }
  .offer-day {
    padding: 11px 17px; } }

.cssload-container {
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .cssload-container.visible {
    display: block; }

.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 3px solid #0d67e1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: cssload-spin 575ms infinite linear;
          animation: cssload-spin 575ms infinite linear; }

.reservation-header--inf .cssload-speeding-wheel,
.reservation-footer .cssload-speeding-wheel {
  margin-right: -40px;
  width: 30px;
  height: 30px;
  display: block; }

.reservation-footer .cssload-container {
  background: rgba(54, 213, 4, 0.8); }

.reservation-footer .cssload-speeding-wheel {
  margin: auto;
  border-bottom-color: #fff; }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.sidebar--show {
  z-index: 2;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s !important;
  transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s !important; }

.sidebar--close {
  float: right; }

.socials-itm {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 40px;
  background-color: #101213;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.socials-itm:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #667a84;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.socials-itm:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.socials-itm i {
  color: #fff;
  position: relative;
  padding-right: 0 !important;
  width: 100% !important; }

.socials-itm:hover i {
  z-index: 1; }

.socials-itm--vk.socials-itm:before {
  background-color: #45668e; }

.socials-itm--instagram.socials-itm:before {
  background: -webkit-radial-gradient(30% 107% circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }

@media (min-width: 991px) {
  .sidebar--show {
    position: absolute;
    z-index: 0; }
  .sidebar--close {
    display: none !important; } }

@media (max-width: 991px) {
  .sidebar {
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s;
    transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s; } }

@media (max-width: 768px) {
  .sticky {
    z-index: 5; }
  .stop {
    z-index: 5; } }
