html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  color: #323232;
  background-color: #fffff0;
}

a,
input,
textarea,
i.fab {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  text-decoration: none;
}

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

::-moz-placeholder {
  color: #ababab;
}

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

:-moz-placeholder {
  color: #ababab;
}

span.skype_pnh_container {
  display: none !important;
}

span.skype_pnh_print_container {
  display: inline !important;
}


.modal_cont .top_btn_red{
	display: inline-block;
	margin: 0 15px;
	padding: 0 1.2em;
	border-width: 2px;
	height: 60px;
	line-height: 56px;
}

.show-menu-btn {
  position: relative;
  top: 6px;
  left: 0;
  z-index: 1;
  display: block;
  margin-right: 15px;
  width: 30px;
  height: 20px;
  padding: 0;
}

.show-menu-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.show-menu-btn span:after,
.show-menu-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.show-menu-btn span:after {
  top: 18px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.show-menu-btn span:before {
  top: 9px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.show-menu-btn.on span {
  background-color: transparent;
}

.show-menu-btn.on span:before {
  -webkit-transform: rotate(45deg) translate(-2px, 0px);
      -ms-transform: rotate(45deg) translate(-2px, 0px);
          transform: rotate(45deg) translate(-2px, 0px);
}

.show-menu-btn.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -8px);
      -ms-transform: rotate(-45deg) translate(6px, -8px);
          transform: rotate(-45deg) translate(6px, -8px);
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

h2 {
  margin: 0 0 30px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  border-bottom: 1px solid #b1b3b4;
}

.mt-mb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.no-padding-left {
  padding-left: 0;
}

.mt-50 {
  margin-top: 50px;
}

.w-full {
  width: 100%;
  text-align: center;
}

a.btn,
.btn {
  display: inline-block;
  height: 50px;
  padding: 0 40px;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 46px;
  color: #c51214;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 2px solid #c51214;
  cursor: pointer;
}

a.btn:hover,
.btn:hover {
  color: #fff;
  background-color: #c51214;
}

a.btn-primary,
.btn-primary {
  color: #fff;
  background-color: #c51214;
}

a.btn-primary:hover,
.btn-primary:hover {
  border-color: #960e0f;
  background-color: #960e0f;
}

a.btn-disabled, a.btn-disabled:hover,
.btn-disabled,
.btn-disabled:hover {
  color: #b3b3b3;
  border-color: #e9e9e9;
  background-color: #e9e9e9;
  cursor: default;
}

.btn-xxl {
  position: relative;
  display: inline-block;
  height: 80px;
  padding: 0 85px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 76px;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 4px solid #e5dbd9;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  overflow: hidden;
}

.btn-xxl svg,
.btn-xxl img {
  margin-top: -5px;
  margin-right: 5px;
  max-width: 35px;
  max-height: 35px;
  fill: #fff;
}

.btn-xxl span {
  position: relative;
  z-index: 3;
  color: #fff !important;
}

.btn-xxl:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  background: #c51214;
  -webkit-box-shadow: 0 2px 0 0 #94080a;
          box-shadow: 0 2px 0 0 #94080a;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  content: '';
}

.btn-xxl:before {
  position: absolute;
  left: -100%;
  z-index: 3;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #ae1012;
  content: '';
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-xxl:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#ff3000), to(#c51214));
  background: linear-gradient(to left, #ff3000, #c51214);
}

.btn-xxl:hover:before {
  left: 0;
}

.btn-xxs {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 35px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #c51214;
  -webkit-box-shadow: 0 2px 0 0 #94080a;
          box-shadow: 0 2px 0 0 #94080a;
  overflow: hidden;
}

.btn-xxs span {
  position: relative;
  z-index: 4;
}

.btn-xxs:before {
  position: absolute;
  left: -100%;
  z-index: 3;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #ae1012;
  content: '';
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-xxs svg,
.btn-xxs img {
  margin-right: 5px;
  max-width: 30px;
  max-height: 30px;
  fill: #fff;
}

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

.btn-xxs:hover:before {
  left: 0;
}




.hero {
  position: relative;
}

.hero.home {
  position: relative;
  padding-bottom: 25px;
  min-height: 340px;
}

.hero-top {
  min-height: 60px;
  padding: 0.2em 30px;
 /* line-height: 60px;*/
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(50, 50, 47, 0.5);
  z-index: 110;
}

.hero-top p {
  font-size: 27px;
}

.hero-top-contacts {
 display: -webkit-flex !important;
 display: -moz-flex !important;
 display: -ms-flex !important;
 display: -o-flex !important;
 display: flex !important;
 -ms-align-items: center;
 align-items: center;
 justify-content: space-between;
}

.hero-top-contacts ul.phones {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 35px 0 0;
  padding: 0;
}

.hero-top-contacts ul.phones li {
  display: inline-block;
  margin-left: 45px;
  list-style: none;
}

.hero-top-contacts ul.phones li a {
  font-size: 28px;
  letter-spacing: .02em;
  color: #fff;
}

.hero-top-contacts ul.phones li a span {
  font-size: 18px;
}

.hero-top-contacts ul.phones li a svg,
.hero-top-contacts ul.phones li a img {
  margin-right: 10px;
  max-width: 32px;
  max-height: 32px;
  fill: #fff;
}

.hero-top-contacts ul.phones li:first-child {
  margin-left: 0;
}

.hero-top-contacts ul.social {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.hero-top-contacts ul.social li {
  list-style: none;
  display: inline-block;
}

.hero-top-contacts ul.social li a svg,
.hero-top-contacts ul.social li a img {
  max-width: 32px;
  max-height: 32px;
}

.hero-top-contacts ul.lang {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

.hero-top-contacts ul.lang li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}

.hero-top-contacts ul.lang li a {
  font-size: 18px;
  color: #b4b4b1;
}

.hero-top-contacts ul.lang li a:hover {
  color: #fff;
}

.hero-top-contacts ul.lang li a.active {
  color: #fff;
}

.hero-top-contacts ul.lang li:after {
  position: absolute;
  top: 0;
  right: -18px;
  content: '|';
}

.hero-top-contacts ul.lang li:last-child:after {
  display: none;
}

.hero-main {
  padding-right: 30px;
  padding-left: 30px;
}

.hero-logo svg,
.hero-logo img {
  width: 320px;
}

.hero-title {
  margin-top: 140px;
  margin-left: 150px;
  margin-bottom: 0;
  text-align: center;
}

.hero-title p {
  display: inline-block;
  margin-bottom: 30px;
  height: 80px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 45px;
  line-height: 80px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

.hero-title span {
  color: #c51214;
}

.hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -999;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.hero .btn-xxl {
  margin: 0 15px;
  width: 420px;
  padding: 0;
}

.hero-title-wrap {
  position: relative;
}

.left-menu {
  z-index: 1;
  padding-right: 0;
  background-color: #ffffe0;
  -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.03);
}

.left-menu-logo img {
  width: 100%;
  padding: 10px 15px 30px;
}

.left-menu-wrap {
  overflow-y: auto;
}

.left-menu-nav {
  margin: 0 0 60px;
  padding: 0;
}

.left-menu-nav li.show-menu.on svg {
  fill: #fff;
}

.left-menu-nav ul.on {
  background-color: #ffe6ba;
}

.left-menu-nav ul.on li {
  padding-left: 10px;
  border-bottom-color: #dcc59b;
}

.left-menu-nav ul.on li a {
  font-weight: 400;
  font-size: 14px;
  color: #323232;
}

.left-menu-nav ul.on li a span {
  padding-right: 5px;
  font-size: 12px;
  color: #c51214;
}

.left-menu-nav li {
  height: 50px;
  line-height: 50px;
  list-style: none;
  border-bottom: 1px solid #eeeed0;
}

.left-menu-nav li:first-child {
  border-top: 1px solid #eeeed0;
}

.left-menu-nav li a {
  display: block;
  padding: 0 20px 0 50px;
  font-weight: 500;
  font-size: 18px;
  color: #323232;
}

.left-menu-nav li ul {
  display: none;
}

.left-menu-nav li ul.on {
  display: block;
}

.left-menu-nav li.on {
  height: auto;
}

.left-menu-nav li ul {
  margin: 0;
  padding: 0;
}

.left-menu-nav li li {
  padding-left: 20px;
}

.left-menu-nav li li:first-child {
  border-top: 1px solid #eeeed0;
}

.left-menu-nav li li:last-child {
  border-bottom: none;
}

.left-menu-nav li.show-menu {
  position: relative;
}

.left-menu-nav li.show-menu svg {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 14px;
  fill: #323232;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.left-menu-nav li.show-menu.on svg {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.left-menu-nav li:hover {
  background-color: #c51214;
}

.left-menu-nav li:hover a {
  color: #fff;
}

.left-menu-nav li:hover ul li:hover a {
  color: #323232;
}

.left-menu-nav li.active {
  background-color: #c51214;
}

.left-menu-nav li.active a {
  color: #fff;
}

.left-menu-table-wrap {
  padding: 0 25px;
}

.left-menu-table {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.left-menu-table .table-header {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#646461), to(#32322f));
  background: linear-gradient(to bottom, #646461, #32322f);
}

.left-menu-table .table-header span {
  float: right;
  color: #fff;
}

.left-menu-table ul {
  margin: 0;
  padding: 0;
}

.left-menu-table ul li {
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 40px;
  color: #b1b3b4;
  border-bottom: 1px solid #e6e6e3;
  background-color: #fff;
  list-style: none;
}

.left-menu-table ul li span {
  float: right;
  color: #323232;
}

.left-menu-table ul li:last-child {
  border-bottom: none;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.left-menu-social {
  margin: 60px 0;
  padding: 0;
  text-align: center;
}

.left-menu-social li {
  display: inline-block;
  margin: 0 3px;
  list-style: none;
}

.left-menu-social li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #eeeed0;
}

.left-menu-social li a i {
  font-family: 'fontawesome';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}

.left-menu-social li a:hover {
  opacity: .7;
}

.left-menu-wrap.is_stuck {
  top: 0 !important;
  height: 100%;
  overflow-y: auto;
}

.marquee {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 80px;
  white-space: nowrap;
  color: #c51214;
  background-color: #ffffe0;
  overflow: hidden;
}

.marquee svg,
.marquee img {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 10px;
  width: 60px;
  height: 60px;
  fill: #c51214;
}

.marquee span {
  position: absolute;
  display: block;
  text-transform: uppercase;
  -webkit-animation: scroll 20s infinite;
          animation: scroll 20s infinite;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@-webkit-keyframes blink {
  30% {
    color: #c51214;
  }
  40% {
    color: #c51214;
  }
  50% {
    color: rgba(197, 18, 20, 0);
  }
}

@keyframes blink {
  30% {
    color: #c51214;
  }
  40% {
    color: #c51214;
  }
  50% {
    color: rgba(197, 18, 20, 0);
  }
}

@-webkit-keyframes scroll {
  0% {
    right: 100%;
  }
  30% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  33% {
    right: 35%;
    opacity: 0;
    100% {
      color: rgba(197, 18, 20, 0);
    }
  }
  36% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  39% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  42% {
    right: 35%;
    opacity: 0;
    100% {
      color: rgba(197, 18, 20, 0);
    }
  }
  45% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  48% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  51% {
    right: 35%;
    opacity: 0;
    100% {
      color: rgba(197, 18, 20, 0);
    }
  }
  54% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  100% {
    right: -100%;
  }
}

@keyframes scroll {
  0% {
    right: 100%;
  }
  30% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  33% {
    right: 35%;
    opacity: 0;
    100% {
      color: rgba(197, 18, 20, 0);
    }
  }
  36% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  39% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  42% {
    right: 35%;
    opacity: 0;
    100% {
      color: rgba(197, 18, 20, 0);
    }
  }
  45% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  48% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  51% {
    right: 35%;
    opacity: 0;
    100% {
      color: rgba(197, 18, 20, 0);
    }
  }
  54% {
    right: 35%;
    opacity: 1;
    50% {
      color: #c51214;
    }
  }
  100% {
    right: -100%;
  }
}

.marquee:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 80px;
  width: 80px;
  background-color: #ffffe0;
}

.main {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: #fffff0;
}

.main .home {
  padding-top: 50px;
}

.breadcrumbs {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #b4b4b1;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
}

.breadcrumbs li a {
  position: relative;
  font-size: 14px;
  color: #b4b4b1;
}

.breadcrumbs li a:after {
  position: absolute;
  top: -2px;
  right: -17px;
  content: '>';
}

.breadcrumbs li a:hover {
  color: #323232;
}

.breadcrumbs li:last-child a {
  color: #323232;
}

.breadcrumbs li:last-child a:after {
  display: none;
}

.text-wrap {
  padding: 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e6e6e3;
  background-color: #fff;
}

.text-wrap h3 {
  margin: 0 0 25px;
  font-size: 28px;
}

.text-wrap p {
  font-size: 18px;
  line-height: 28px;
}

.text-wrap p span {
  font-weight: 500;
}

.text-wrap p a {
  color: #c51214;
}

.text-wrap .line {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e3;
}

.text-wrap ul {
  margin: 0;
  padding: 0;
}

.text-wrap ul h4 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 18px;
}

.text-wrap ul li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 18px;
  overflow-x: hidden;
}

.text-wrap ul li span {
  float: left;
  width: 49%;
}

.text-wrap ol {
  margin: 0 0 25px;
  padding: 0;
}

.text-wrap ol h4 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 18px;
}

.text-wrap ol li {
  margin-bottom: 0;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
}

.text-wrap ol li span {
  display: inline-block;
  width: 50%;
}

.text-wrap ol li a {
  color: #c51214;
}

.text-wrap.brl-none {
  -webkit-border-radius: 0 10px 10px 10px;
          border-radius: 0 10px 10px 10px;
}

.red {
  color: #c51214;
}

.flight-block-wrap {
  max-width: 50%;
}

.flight-block {
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.flight-block img {
  width: 100%;
}

.flight-block h3 {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: 0;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.flight-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.flight-block:hover {
  border: 2px solid #c51214;
}

.flight-block:hover h3 {
  color: #323232;
}

.flight-block:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

.tabs {
  padding: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #d9dbdc;
}

.tabs ul {
  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;
  margin: 0;
  padding: 0;
}

.tabs ul li {
  list-style: none;
}

.tabs ul li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 2px solid #c51214;
  background-color: #c51214;
}

.tabs ul li a.active {
  color: #c51214;
  background-color: #fff;
}

.tabs ul li a.pink {
  background-color: #ffa6c3;
  border-color: #ffa6c3;
}

.tabs ul li a.pink.active, .tabs ul li a.pink:hover {
  color: #ffa6c3;
  background-color: #fff;
}

.tabs ul li a.orange {
  background-color: #FA8D65;
  border-color: #FA8D65;
}

.tabs ul li a.orange.active, .tabs ul li a.orange:hover {
  color: #FA8D65;
  background-color: #fff;
}

.tabs ul li a.yellow {
  background-color: #ffe8008a;
  border-color: #ffe8008a;
}

.tabs ul li a.yellow.active, .tabs ul li a.yellow:hover {
  color: #ffe8008a;
  background-color: #fff;
}

.tabs ul li a.blue {
  background-color: #73aff4c4;
  border-color: #93C2F4;
}

.tabs ul li a.blue.active, .tabs ul li a.blue:hover {
  color: #73aff4c4;
  background-color: #fff;
}

.card-wrap {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.card {
  position: relative;
  height: 100%;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .card .flip-container:hover  .back {
    /*-webkit-perspective: 1000;
            perspective: 1000;*/
    opacity: 1;
  }
}
.card.is-active .back{
  opacity: 1;
}


.card .flip-container,
.card .front,
.card .back {
  width: 100%;
}
.card .flip-container{
  height: 100%;
}

.card .flipper {
  -webkit-transition: all 1s;
  transition: all 1s;
  height: 100%!important;
  position: relative;
}

.card .front,
.card .back {
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.card .front {
  z-index: 2;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.card .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 2px solid #c51214;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s;
  overflow: hidden;
  z-index: 2;
	color: rgba(0, 0, 0, 0.8);
 /* -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);*/
}

.card .back .card-title {
  -webkit-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0;
  margin-bottom: 20px;
}

.card .back .card-price {
  /*padding-top: 10px;*/
  border-top: none;
}

.card .back h6 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px;
}

.card .back ul {
  padding: 0 20px;
}

.card .back .card-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #c51214;
  -webkit-box-shadow: 0 2px 0 #94080a;
          box-shadow: 0 2px 0 #94080a;
  overflow: hidden;
}

.card .back .card-btn span {
  position: relative;
  z-index: 1;
}

.card .back .card-btn:before {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ae1012;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card .back .card-btn:hover:before {
  left: 0;
}

.card .flipper.on .back {
  z-index: 3;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.card .flipper.on .front {
  opacity: 0;
  background-color: none;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card .img-wrap {
  position: relative;
  z-index: 1;
}

.card .img-wrap img {
  position: relative;
  z-index: -1;
  width: 100%;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
}

.card .img-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  /*margin-bottom: -40px;*/
  min-height: 40px;
  padding: .2em .4em;
  font-weight: 500;
  font-size: 18px;
  /*line-height: 40px;*/
  color: #fff;
  -webkit-border-radius: 0 15px 0 20px;
          border-radius: 0 15px 0 20px;
}

.card ul {
  margin: 0;
  padding: 20px;
}

.card ul li {
  font-size: 16px;
  list-style: none;
}

.card ul li span {
  font-family: 'Arial';
}

.card-title {
  padding: 20px 20px 15px;
  color: rgba(0, 0, 0, 0.8);
}

.card-title h4 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

.card-title p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
}

.card-text {
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
}
.card-wrap  .front .card-text{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
	color: rgba(0, 0, 0, 0.8);
}
.card-wrap .front .places{
  order: 2;
}
.card-wrap  .card ul{
  order: 3;
}

.card-wrap .front .card-price{
  order: 1;
}
.card-wrap  .front .places{
  margin-top: 0;
}

.card-price {
  padding: 5px 20px 10px;
  /*border-top: 1px solid #d2d2d2;*/
}

.card-price h4 {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
}

.card-price h4 span {
  font-size: 18px;
}

.card-price p {
  margin: 0;
  font-size: 14px;
}

.card-price h5 {
  margin: 0;
  font-size: 18px;
  color: #c51214;
}

.card-price i {
  margin-left: 10px;
  font-style: normal;
  font-family: 'fontawesome';
  color: #c51214;
}

.card-pink .img-wrap span {
  background-color: #ffa6c3;
}

.card-pink .card-title {
  background-color: #ffa6c3;
}

.card-pink ul li span {
  color: #ffa6c3;
}

.card-red .img-wrap span {
  background-color: #c51214;
}

.card-red .card-title {
  background-color: #c51214;
}

.card-red ul li span {
  color: #c51214;
}

.card-orange .img-wrap span {
  background-color: #FA8D65;
}

.card-orange .card-title {
  background-color: #FA8D65;
}

.card-orange ul li span {
  color: #FA8D65;
}

.card-yellow .img-wrap span {
  background-color: #FFF375;
}

.card-yellow .card-title {
  background-color: #ffe8008a;
}

.card-yellow ul li span {
  color: #ffe8008a;
}

.card-blue .img-wrap span {
  background-color: #73aff4c4;
}

.card-blue .card-title {
  background-color: #73aff4c4;
}

.card-blue ul li span {
  color: #73aff4c4;
}

.feedback {
  margin-bottom: 40px;
}

.feedback .item-wrap {
  padding: 0 15px;
}

.feedback .item {
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #d9dbdc;
  background-color: #fff;
}

.feedback .item img {
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #d9dbdc;
}

.feedback .item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #d9dbdc;
}

.feedback .item p {
  margin-top: 15px;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}

.feedback .owl-carousel .owl-item img {
  margin: 0 auto 15px;
  width: auto;
}

.feedback .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.feedback .owl-dots .owl-dot {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}

.feedback .owl-dots .owl-dot.active {
  background-color: #c51214;
}

.about-block p {
  padding: 25px;
  font-size: 14px;
  line-height: 21px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #d9dbdc;
  background-color: #fff;
}

.map {
  position: relative;
}

.map #map {
  width: 100%;
  height: 500px;
}

.map-balun {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  height: 440px;
  padding: 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #d9dbdc;
  background-color: #fff;
}

.map-balun select::-ms-expand {
  display: none;
}

.map-balun .select-wrap {
  position: relative;
  margin-bottom: 30px;
}

.map-balun .select-wrap svg,
.map-balun .select-wrap img {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 14px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.map-balun select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  outline: none;
  border: 1px solid #d9dbdc;
  background-color: #fffff0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.map-balun h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.map-balun h4 {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
}

.map-balun p {
  margin-bottom: 25px;
  font-size: 18px;
}

.footer {
  padding: 30px 0;
  color: #fff;
  background-color: #32322f;
}

.footer a {
  color: #fff;
}

.footer .row {
  margin: 0;
}

.footer-logo {
  float: left;
  margin-right: 35px;
}

.footer-logo svg,
.footer-logo img {
  margin-bottom: 20px;
}

.footer-logo p {
  font-size: 14px;
}

.footer .item {
  margin-top: 30px;
  overflow-x: hidden;
}

.footer .item h4 {
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

.footer .item ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.footer .item ul li {
  font-size: 14px;
  list-style: none;
}

.footer .item ul li a:hover {
  color: #c51214;
}

.footer .item p {
  margin-bottom: 0;
}

.footer .item p span {
  font-size: 16px;
}

.footer .item .mr-30 {
  margin-right: 30px;
}

.footer .item .mr-60 {
  margin-right: 60px;
}

.footer .item .dev {
  float: right !important;
  margin-top: 60px;
}

.footer .item .dev p {
  margin-bottom: 5px;
}

.footer .item .dev p a {
  font-size: 12px;
}

.card-page-block h4.price {
  font-weight: 500;
  font-size: 38px;
  color: #c51214;
}

.card-page-block h5 {
  font-size: 28px;
  color: #c51214;
}

.card-page-block-mark {
  display: inline-block;
  margin-bottom: 20px;
  height: 40px;
  padding: 0 35px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #73aff4c4;
}

.card-page-block table {
  width: 100%;
  border-top: 1px solid #b4b4b1;
  border-left: 1px solid #b4b4b1;
  background-color: #fffff0;
}

.card-page-block table tr {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #b4b4b1;
}

.card-page-block table tr td {
  padding: 0 35px;
  font-size: 18px;
  border-right: 1px solid #b4b4b1;
}

.card-page-block .fotorama-inner {
  margin-bottom: 30px;
}

.card-page-block-tab {
  margin-top: 30px;
}

.card-page-block-tab li a {
  margin-right: 5px;
  width: 260px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #323232;
}

.card-page-block-tab li a.active {
  background: #c51214;
}

.card-page-block-tab li a:hover {
  background: #c51214;
}

.card-page-block-tab li:first-child a {
  -webkit-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
}

.card-page-block-tab li:last-child a {
  -webkit-border-radius: 0 10px 0 0;
          border-radius: 0 10px 0 0;
}

.tab-card {
  margin-bottom: 30px;
}

.tab-card img {
  width: 100%;
}

.tab-card .line {
  margin-top: 10px;
}

.tab-custom {
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e6e6e3;
}

.tab-custom ul {
  margin: 0;
  padding: 10px 10px;
}

.tab-custom ul li {
  display: inline-block;
  list-style: none;
}

.tab-custom ul li a {
  display: block;
  margin: 10px 10px;
  height: 40px;
  padding: 0 20px;
  color: #c51214;
  line-height: 40px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #c51214;
}

.tab-custom ul li a.active, .tab-custom ul li a:hover {
  color: #fff;
  background-color: #c51214;
}

.card-info {
  width: 25%;
  padding: 0 15px;
}

.card-info .img-wrap img {
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  width: 100%;
}

.card-info-text {
  margin-bottom: 30px;
  padding: 15px;
  min-height: 210px;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  border: 1px solid #e6e6e3;
  border-top: none;
  color: #323232;
}

.card-info-text h4 {
  margin: 0 0 25px;
  font-size: 18px;
  color: #c51214;
}

.card-info-text h5 {
  margin: 0;
  font-size: 14px;
}

.card-info-text p {
  -webkit-box-flex: 14px;
  -webkit-flex: 14px;
      -ms-flex: 14px;
          flex: 14px;
  line-height: 21px;
}

.pagination-custom {
  padding: 15px 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e6e6e3;
  background-color: #fff;
}

.pagination-custom ul {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}

.pagination-custom ul li {
  float: left;
  list-style: none;
}

.pagination-custom ul li a {
  display: block;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  color: #323232;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #e6e6e3;
}

.pagination-custom ul li a:hover {
  border-color: #c51214;
}

.pagination-custom ul li a.active {
  color: #fff;
  border-color: #c51214;
  background-color: #c51214;
}

.pagination-custom ul li.arrow a, .pagination-custom ul li.arrow a {
  position: relative;
}

.pagination-custom ul li.arrow a:after, .pagination-custom ul li.arrow a:after {
  position: absolute;
  top: 17px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #323232;
  border-right: 4px solid #323232;
  content: '';
}

.pagination-custom ul li.arrow a {
  position: relative;
}

.pagination-custom ul li.arrow a:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pagination-custom ul li.arrow.arrow_next a:after {
  right: 20px;
	left: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contacts .contact-item {
  margin-bottom: 50px;
}

.contacts .contact-img img {
  width: 100%;
}

.contact-map {
  margin-bottom: 30px;
  width: 100%;
  height: 340px;
}

.about iframe {
  margin-bottom: 30px;
}

.about .popup-gallery {
  width: 100%;
}

.about .about-images .img-wrap {
  float: left;
  display: block;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 20%;
  height: auto;
}

.about .about-images .img-wrap img {
  width: 100%;
}

.japan img {
  margin-bottom: 30px;
  width: 100%;
}

.fotorama__thumb-border {
  border-color: #c51214;
}

.fotorama__arr {
  position: absolute;
  z-index: 999999999999;
  top: 100%;
  margin-top: 32px;
}

.fotorama__arr {
  opacity: 1 !important;
  width: 14px;
  height: 20px;
  background: url("../img/arrow-icon.png");
  background-position: center;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.leftArrow {
  position: absolute;
  left: 29px;
  z-index: 1000;
  margin-top: -50px;
  width: 15px;
  height: 15px;
}

.leftArrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 4px solid #323232;
  border-right: 4px solid #323232;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
  cursor: pointer;
}

.leftArrow:hover:after {
  border-color: #c51214;
}

.rightArrow {
  position: absolute;
  right: 29px;
  z-index: 1000;
  margin-top: -50px;
  width: 15px;
  height: 15px;
}

.rightArrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 4px solid #323232;
  border-right: 4px solid #323232;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
  cursor: pointer;
}

.rightArrow:hover:after {
  border-color: #c51214;
}

.fotorama__arr--next {
  right: 10px;
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.fotorama__arr--prev {
  left: 10px;
}

.fotorama__wrap {
  position: relative;
  border: 1px solid #e6e6e3;
}

.fotorama__nav {
  padding-left: 0;
  text-align: center;
}

.fotorama__stage__frame img {
  top: 0 !important;
}

.left-menu-wrap.fixed {
  position: fixed !important;
  top: 0 !important;
}

.left-menu-wrap-in.fixed {
  position: fixed !important;
  top: 0 !important;
  width: 14.78947% !important;
  width: -webkit-calc(15.78947% - 10px) !important;
  width: calc(15.78947% - 10px) !important;
}

.left-menu-wrap-main.fixed {
  position: fixed !important;
  top: 0 !important;
  width: 14.78947% !important;
  width: -webkit-calc(15.78947% - 10px) !important;
  width: calc(15.78947% - 10px) !important;
}
.left-menu-wrap-main.fixed .left-menu-logo{
	display:none;
}

.left-menu-wrap_inner.fixed-mod {
    position: absolute;
    bottom: 240px;
    left: 0;
    width: 100%;
}

.footer,
.map {
  position: relative;
  z-index: 99;
}

.left-menu-nav ul.on li a:hover {
  color: #fff !important;
}

.left-menu-nav ul.on li a:hover span {
  color: #fff !important;
}

.card-info {
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.card-info .card-info-text,
.card-info .img-wrap {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.card-info .img-wrap {
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  border: 1px solid #e6e6e3;
  border-bottom: none;
}

.card-info:hover {
  margin-top: -5px;
}

.card-info:hover .card-info-text {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  border-color: #c51214;
}

.card-info:hover .img-wrap {
  border-color: #c51214;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.about h5 {
  margin-bottom: 20px;
}

.left-menu-wrap {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.left-menu-wrap::-webkit-scrollbar {
  display: none;
}

.modal-xl {
  position: relative;
  margin: 60px auto 0;
  width: 1200px;
  padding: 20px 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
}

.modal-xl-title {
  text-align: center;
}

.modal-xl h4 {
  margin: 0 0 5px;
  font-size: 28px;
  color: #c51214;
}

.modal-xl p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #32322f;
}

.modal-xl form {
  text-align: center;
}

.modal-xl input, .modal-xl textarea {
  margin: 0 10px 20px;
  width: 23%;
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  height: 50px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  outline: none;
  border: 1px solid #e6e6e3;
  background: #fafaf4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal-xl input:focus, .modal-xl textarea:focus {
  border-color: #c51214;
}

.modal-xl textarea {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: 130px;
  padding: 15px;
  line-height: initial;
  resize: none;
}

.modal-xl .btn-xxs {
  width: 370px;
}

.modal-xl-input-wrap {
  margin-right: -10px;
  margin-left: -10px;
}

.input-three input {
  width: 23%;
  width: -webkit-calc((100% / 3) - 24px);
  width: calc((100% / 3) - 24px);
}

.mfp-close {
  font-size: 36px;
}

.left-menu-nav li {
  height: 36px;
  line-height: 36px;
}

.left-menu-nav li a {
  font-size: 16px;
}

.left-menu-nav li.show-menu svg {
  top: 12px;
}

.left-menu-table ul li {
  height: 30px;
  line-height: 30px;
}

@media only screen and (max-width: 1919px) {
  .footer-logo,
  .footer .item .mr-30 {
    margin-right: 15px;
  }
  .hero-title {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 1799px) {
  .hero-top p {
    font-size: 20px;
  }
  .hero-top-contacts ul.phones li a {
    font-size: 17px;
  }
  .hero-top-contacts ul.phones li a span {
    font-size: 14px;
  }
  .hero-title p {
    font-size: 32px;
  }
  .flight-block {
    max-height: 100px;
    height: auto;
    overflow: hidden;
  }
  .map-balun{
		
   -webkit-transform: translate(25%. 0%);
   -ms-transform: translate(25%. 0%);
   -o-transform: translate(25%. 0%);
   transform: translate(25%. 0%);
  transform: translate(25%, 0%);
  }
}

@media only screen and (max-width: 1440px) {
  .btn-xxl {
    width: 380px;
    padding: 0 0;
    font-size: 18px;
  }
  .hero .btn-xxl {
    width: 380px;
  }
  .pagination-custom ul li:first-child a:after, .pagination-custom ul li:last-child a:after {
    top: 13px;
    right: 13px;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
  .pagination-custom ul li:first-child a:after {
    left: 16px;
  }
  .hero-top-contacts ul.phones li {
    margin-left: 20px;
  }
  .hero-top-contacts ul.phones li a {
    font-size: 16px;
  }
  .card-wrap {
    width: 25%;
  }
  .card-title h4 {
    font-size: 16px;
  }
  .feedback {
    margin-bottom: 10px;
  }
  .feedback .item-wrap {
    margin-bottom: 30px;
  }
  .feedback .owl-dots {
    margin-top: -10px;
  }
  .card-page-block-tab li a {
    width: 200px;
  }
  .left-menu-nav li a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .left-menu-table .table-header {
    font-size: 16px;
  }
  .left-menu-table ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .tabs {
    padding: 20px 10px;
  }
  .card-title,
  .card ul,
  .card-price {
    padding-right: 10px;
    padding-left: 10px;
  }
 /* .card-price h4 {
    font-size: 26px;
  }*/
  .left-menu-nav {
    margin-bottom: 30px;
  }
  .left-menu-social {
    margin-top: 30px;
  }
  .feedback .item {
    padding: 10px;
  }
  .feedback .item p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
  }
  .tab-custom ul li a {
    margin: 10px 5px;
    padding: 0 10px;
  }
  .text-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
  .left-menu-social {
    text-align: center;
  }
  .left-menu-social li {
    margin: 0 15px 10px;
  }
  .left-menu-table-wrap {
    padding: 0 15px;
  }
  .card-page-block table tr td {
    padding: 0 10px;
    font-size: 14px;
  }
  .card-page-block table {
    margin-bottom: 30px;
  }
  .hero-title p {
    height: 60px;
    line-height: 60px;
  }
  .btn-xxl {
    height: 64px;
    line-height: 58px;
  }
  .btn-xxl:after {
    height: 66px;
  }
	.modal_cont .top_btn_red{
    height: 45px;
    line-height: 44px;
    border-width: 2px;
		width: auto;
    padding: 0 .5em;
    margin: 0;
  }
  .hero .btn-xxl:after {
    height: 60px;
  }
  .hero.home {
    padding-bottom: 0;
  }
  .flight-block h3 {
    font-size: 30px;
  }
  .flight-block {
    max-height: 100px;
    overflow: hidden;
  }
  .tabs ul li a {
    height: 30px;
    line-height: 26px;
  }
  .marquee {
    height: 60px;
    line-height: 60px;
  }
  .marquee svg,
  .marquee img {
    height: 40px;
  }
  .left-menu-social li {
    margin-right: 3px;
    margin-left: 3px;
  }
  .left-menu-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .tabs {
    margin-top: 30px;
  }
  .left-menu-wrap-in.fixed {
    width: 216px !important;
  }
  .text-wrap h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .text-wrap p {
    font-size: 14px;
    line-height: 21px;
  }
  .text-wrap ul h4 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 27px;
  }
  .text-wrap ul li {
    font-size: 14px;
    line-height: 21px;
  }
  h2 {
    font-size: 30px;
  }
  .text-wrap {
    padding: 20px 20px 10px;
  }
  .card-page-block h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
  }
  .card-page-block h4.price {
    font-size: 28px;
  }
  .card-page-block-tab li a {
    width: 150px;
    font-size: 14px;
  }
  .btn-xxs {
    height: 40px;
    font-size: 14px;
    line-height: 42px;
  }
  .card-page-block-mark {
    height: 30px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
  }
  h4 {
    font-size: 14px;
  }
  .text-wrap ol li {
    font-size: 14px;
  }
  .card-title h4 {
    font-size: 14px;
  }
  .card-title p {
    font-size: 14px;
  }
  .card ul {
    padding-top: 0;
  }
  .card ul li {
    font-size: 14px;
  }
 /* .card-price h4 {
    font-size: 20px;
  }*/
  .card-page-block table tr {
    height: 40px;
    line-height: 40px;
  }
  .tab-custom ul li a {
    height: 30px;
    line-height: 28px;
  }
  .card-info-text h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .card-info-text p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .card-info-text {
    min-height: auto;
  }
  .pagination-custom ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .contact-map {
    height: 290px;
  }
  h5 {
    font-size: 14px;
  }
  .hero-title {
    margin-left: -35px;
  }
  .map-balun h4 {
    font-weight: 300;
  }
  .card .back ul,
  .card .back h6 {
    padding: 0 10px;
  }
  .card-title {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .card-title h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .card .back .card-price {
   padding: 10px;
  }
  .card .img-wrap span {
    min-height: 30px;
    padding: 0 20px;
    font-size: 14px;
  }
  .modal-xl {
    width: 1000px;
  }
}

@media only screen and (max-width: 1365px) {
  .hero.home {
    min-height: 320px;
  }
  .hero-logo svg, .hero-logo img {
    width: 270px;
  }
  .hero-title {
    margin-top: 110px;
  }
  .hero-title p {
    font-size: 28px;
  }
  .btn-xxl {
    width: 340px;
    font-size: 16px;
  }
  .hero .btn-xxl {
    width: 360px;
  }
  .marquee {
    font-size: 28px;
  }
  .flight-block {
    margin-bottom: 0;
  }
  .tabs ul li {
    padding: 0 5px;
  }
  .card-wrap {
    width: 25%;
  }
  .hero-top-m {
    width: 100%;
    height: 50px;
    padding-top: 7px;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    background-color: #32322f;
  }
  .hero-top-m .show-menu-btn {
    float: left;
  }
  .hero-top-m .show-menu-btn svg {
    margin-top: 3px;
    margin-right: 15px;
    max-width: 30px;
    max-height: 30px;
    fill: #fff;
  }
  .hero-top-m p {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .hero-top-m svg,
  .hero-top-m img {
    float: right;
    margin-top: -5px;
    max-width: 52px;
    max-height: 52px;
  }
  .show-top-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 4;
    background-color: #ffffe0;
  }
  .show-top-menu ul {
    margin: 0;
    padding: 0;
  }
  .show-top-menu ul li {
    height: 50px;
    padding: 0 20px 0 20px;
    line-height: 50px;
    list-style: none;
    border-bottom: 1px solid #eeeed0;
  }
  .show-top-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #323232;
  }
  .show-top-menu ul li ul {
    display: none;
  }
  .show-top-menu ul li ul.on {
    display: block;
  }
  .show-top-menu ul li.on {
    height: auto;
  }
  .show-top-menu ul li ul {
    margin: 0;
    padding: 0;
  }
  .show-top-menu ul li li {
    padding-left: 20px;
  }
  .show-top-menu ul li li:first-child {
    border-top: 1px solid #eeeed0;
  }
  .show-top-menu ul li li:last-child {
    border-bottom: none;
  }
  .show-top-menu ul li.show-menu {
    position: relative;
  }
  .show-top-menu ul li.show-menu svg {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 10px;
    height: 14px;
    fill: #323232;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .show-top-menu ul li.show-menu.on svg {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .show-top-menu ul li:hover a {
    color: #c51214;
  }
  .show-top-menu ul li.active {
    background-color: #c51214;
  }
  .show-top-menu ul li.active a {
    color: #fff;
  }
  .show-top-menu.on {
    display: block;
  }
  .hero-top p {
    font-size: 18px;
  }
  .hero-top-contacts ul.phones li {
    margin-left: 10px;
  }
  .hero-top-contacts ul.phones li a {
    font-size: 16px;
  }
  .hero-top-contacts ul.phones li a span {
    font-size: 12px;
  }
  .hero-top-contacts ul.phones {
    margin-right: 10px;
  }
  .footer-logo {
    margin-right: 25px;
  }
  .footer .item .mr-30 {
    margin-right: 20px;
  }
  .hero-top-contacts ul.lang {
    margin-left: 0;
  }
  .hero-top p {
    font-size: 16px;
  }
  .hero-top-contacts ul.phones li a {
    font-size: 14px;
  }
  .hero-title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1239px) {
  .btn-xxl {
    width: 310px;
  }
  .hero-title {
    margin-top: 40px;
  }
  .hero.home {
    min-height: 520px;
  }
  .hero-title .text-center {
    margin-left: 0;
  }
  .hero-title p {
    margin-left: 0;
  }
  .main {
    padding-right: 15px;
  }
  .modal-xl {
    width: 900px;
  }
}

@media only screen and (max-width: 992px) {
  .btn-xxl {
    padding: 0 0;
    width: 280px;
  }
  .hero.home {
    min-height: 590px;
  }
  .hero-top-contacts ul.phones li a svg,
  .hero-top-contacts ul.phones li a img {
    display: none;
  }
  .hero-top-contacts ul.phones li {
    margin-left: 10px;
  }
  .hero-top-contacts ul.phones {
    margin-right: 20px;
  }
  .hero-top-contacts ul.phones li a span {
    display: none;
  }
  .hero-title {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .hero-title p {
    font-size: 24px;
  }
  .flight-block h3 {
    font-size: 28px;
  }
  .about iframe {
    width: 100%;
    height: auto;
  }
  .card-info {
    width: 33.33333%;
  }
  .tab-card img {
    margin-bottom: 20px;
  }
  .card-page-block-tab li a {
    width: 170px;
  }
  .card-wrap {
    width: 50%;
  }
  .footer-logo {
    float: none;
  }
  .about iframe {
    height: 500px;
  }
  .modal-xl {
    width: 700px;
  }
  .modal-xl input {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
  .btn-xxl {
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 46px;
    padding: 0;
    font-size: 16px;
  }
  .btn-xxl:after {
    height: 52px;
    border-width: 2px;
  }
  .hero {
    padding-bottom: 0;
  }
  .hero-title {
    margin-bottom: 0;
  }
  .hero.home {
    min-height: 255px;
  }
  .hero-main {
    padding: 0 15px;
  }
  .hero .btn-xxl {
    margin: 0 0 20px;
  }
  .btn-xxl svg,
  .btn-xxl img {
    width: 25px;
    height: 25px;
  }
  .hero-logo {
    display: none;
  }
  .hero-title p {
    display: none;
  }
  .main {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .marquee {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .tabs ul li a {
    height: 30px;
    font-size: 12px;
    line-height: 28px;
  }
  .tabs {
    padding: 10px 5px 0;
  }
  .marquee svg,
  .marquee img {
    margin-top: 5px;
    max-width: 40px;
    max-height: 40px;
  }
  .marquee:after {
    width: 60px;
    height: 50px;
  }
  .left-menu {
    display: none;
  }
  .flight-block-wrap {
    max-width: 100%;
  }
  .flight-block h3 {
    bottom: 5px;
    font-size: 22px;
  }
  .card .flipper.on .front {
    margin-bottom: 0;
  }
  .card .flipper .back {
    padding-bottom: 40px;
  }
  .card .front ul li {
    font-size: 14px;
  }
  .card {
    margin-bottom: 15px;
  }
  .tabs {
    margin-top: 0;
  }
  .tabs ul {
    display: block;
    overflow-x: hidden;
  }
  .tabs ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
  }
  .card .img-wrap {
    position: absolute;
    z-index: 1;
    padding: 15px 10px 10px;
  }
  .card .img-wrap img {
    width: 100px;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 1px solid #fff;
  }
  .card .img-wrap span {
    display: none;
  }
  .card .card-title {
    margin-bottom: 0;
    padding: 10px 10px 10px 120px;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
  }
  .card .card-title h4 {
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  .card .card-title p {
    font-size: 14px;
  }
  .card-price p {
    font-size: 14px;
  }
  .card .back .card-title {
    padding-left: 10px;
  }
  .card .back ul {
    padding: 0 10px;
  }
  .card .back h6 {
    padding: 0 10px;
    font-size: 14px;
  }
  .card ul {
    padding: 10px;
  }
  .card ul li {
    font-size: 13px;
  }
  .card .flipper.on .back {
    padding-bottom: 40px;
  }
  .card .back ul {
    float: left;
    width: 100%;
  }
  .card-price {
    padding: 5px 10px;
  }
  .card-price h4 {
    font-size: 18px;
  }
  .card-price h4 span {
    font-size: 14px;
  }
  .card-price h5 {
    display: none;
  }
/*  .card .back {
    height: auto;
  }*/
  .card .back .card-btn {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
    -webkit-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .feedback {
    margin-bottom: 10px;
  }
  .feedback .item-wrap {
    margin-bottom: 30px;
  }
  .about-block p {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .map #map {
    height: 400px;
  }
  .map-balun {
    left: 5%;
    width: 90%;
    height: 270px;
    padding: 10px;
  }
  .map-balun p {
    font-size: 14px;
  }
  .map-balun .select-wrap {
    margin-bottom: 5px;
  }
  .map-balun h3 {
    font-weight: 400;
    font-size: 14px;
  }
  .map-balun h4 {
    font-weight: 400;
    font-size: 14px;
  }
  .map-balun p {
    margin-bottom: 10px;
  }
  .footer-logo {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .footer .item .dev p {
    margin-top: 20px;
  }
  .footer .item .dev {
    float: left !important;
    margin-top: 40px;
  }
  .breadcrumbs li a {
    font-size: 12px;
  }
  .text-wrap {
    padding: 10px;
  }
  .text-wrap h4 {
    font-size: 16px;
  }
  .about .about-images .img-wrap {
    width: 100%;
  }
  .about iframe {
    margin-bottom: 10px;
  }
  .text-wrap p {
    font-size: 14px;
    line-height: 1.6;
  }
  .text-wrap h5 {
    font-size: 14px;
  }
  .text-wrap h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .text-wrap ul h4 {
    font-size: 12px;
  }
  .text-wrap ul li {
    font-size: 14px;
  }
  .text-wrap ul li span {
    padding-right: 10px;
  }
  .card-info {
    width: 100%;
  }
  .tab-custom ul {
    padding-bottom: 0;
  }
  .tab-custom ul li {
    display: block;
  }
  .tab-custom ul li a {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .pagination-custom {
    display: none;
  }
  .text-wrap ol li {
    font-size: 14px;
  }
  .btn-xxs {
    width: 100%;
    font-size: 12px;
  }
  .card-page-block h4.price {
    font-size: 18px;
  }
  .card-page-block-mark {
    margin-top: 20px;
  }
  .fotorama__nav {
    padding-left: 0;
  }
  .card-page-block table tr {
    line-height: 14px;
  }
  .card-page-block table tr td {
    padding: 0 5px;
    font-size: 11px;
  }
  .card-page-block-tab li {
    width: 50%;
  }
  .card-page-block-tab li a {
    margin: 0 5px 10px;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    font-size: 12px;
  }
  .hero-top {
    display: none;
  }
  .contact-map {
    height: 200px;
  }
  .japan img {
    margin-bottom: 20px;
  }
  .flight-block {
    margin-bottom: 15px;
  }
 /* .card .back .card-price {
    margin-top: 10px;
  }*/
  .about iframe {
    height: 350px;
  }
  .modal-xl {
    width: 97%;
    padding: 15px 10px 10px;
  }
  .modal-xl h4 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .modal-xl p {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 12px;
  }
  .modal-xl input {
    margin: 0 0 10px;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .modal-xl textarea {
    margin-bottom: 10px;
    height: 80px;
    font-size: 12px;
  }
  .modal-xl .btn-xxs {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }
  .modal-xl-input-wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .card-wrap {
    width: 100%;
  }
  .map-balun{
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .map #map{
    height: 500px;
  }
  .map-balun select{
    height: 40px;
  }
  .map-balun p{
    line-height: 1.2;
  }
 }

@media (max-height: 830px) {
  .hero-logo {
    margin-top: 60px;
  }
}

