::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-top {
  background: #2a2d32;
  padding: 6px 0;
}
.header-top .row {
  width-width: 99%;
  width: 1900px;
}
@media (max-width: 1024px) {
  .header-top .phone-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.header-top .phone-header .phone-item {
  margin-right: 39px;
}
@media (max-width: 1240px) {
  .header-top .phone-header .phone-item {
    margin: 1px 10px 8px 0;
  }
}
@media (max-width: 768px) {
  .header-top .phone-header .phone-item {
    margin: 1px 4px 5px 0;
  }
}
@media (max-width: 500px) {
  .header-top .phone-header .phone-item:last-child {
    text-align: center;
    flex-basis: 100%;
  }
  .header-top .phone-header .phone-item:last-child a {
    display: inline-block;
  }
  .header-top .phone-header .phone-item:last-child a img {
    display: inline-block;
    vertical-align: middle;
  }
  .header-top .phone-header .phone-item:last-child a span {
    display: inline-block;
    vertical-align: middle;
  }
}
.header-top .phone-header .phone-item a {
  font-size: 12px;
  line-height: 11px;
  color: #fff;
}
.header-top .phone-header .phone-item a img {
  margin-right: 12px;
  position: relative;
}
@media (max-width: 1240px) {
  .header-top .phone-header .phone-item a img {
    margin-right: 6px;
  }
}
.header-top .phone-header .phone-item a span {
  position: relative;
}
.header-top .phone-header .phone-item a span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  background: #fff;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .phone-header .phone-item a:hover span:before {
  opacity: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  .header-top .login-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
  }
}
.header-top .login-block nav {
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
}
.header-top .login-block nav:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  background: url(../img/user.svg);
  width: 28px;
  height: 28px;
}
.header-top .login-block nav ul li {
  position: relative;
  margin-right: 8px;
}
.header-top .login-block nav ul li:before {
  content: "/";
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  position: absolute;
  top: 0;
  right: -7px;
}
.header-top .login-block nav ul li:last-child:before {
  display: none;
}
.header-top .login-block nav ul li a {
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  position: relative;
  display: block;
}
.header-top .login-block nav ul li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  background: #fff;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .login-block nav ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
body {
  top: 0 !important;
  min-height: 1px !important;
}
.header-bottom {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
.header-bottom .row {
  width: 1845px;
  max-width: 98%;
}
@media (max-width: 1024px) {
  .header-bottom .row {
    max-width: 90%;
  }
}
@media (max-width: 1660px) {
  .header-bottom .logo {
    max-width: 360px;
  }
}
@media (max-width: 1400px) {
  .header-bottom .logo {
    max-width: 260px;
  }
}
@media (max-width: 1240px) {
  .header-bottom .logo {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header-bottom .logo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    max-width: none;
  }
  .header-bottom .logo img {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .header-bottom nav {
    margin: 0 auto;
  }
}
.header-bottom nav > ul > li {
  position: relative;
  margin-left: 20px;
}
@media (max-width: 1660px) {
  .header-bottom nav > ul > li {
    margin-left: 10px;
  }
}
@media (max-width: 1240px) {
  .header-bottom nav > ul > li {
    margin-left: 8px;
  }
}
.header-bottom nav > ul > li > a {
  font-family: "GothamPro";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  position: relative;
}
@media (max-width: 1660px) {
  .header-bottom nav > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .header-bottom nav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .header-bottom nav > ul > li > a {
    font-size: 12px;
  }
}
.header-bottom nav > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  background: #fff;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom nav > ul > li > a:hover:before {
  opacity: 1;
  width: 100%;
}
.header-bottom nav > ul > li.menu-item-has-children:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -37px;
  height: 44px;
}
.header-bottom nav > ul > li.current-menu-item a:before {
  opacity: 1;
  width: 100%;
}
.header-bottom nav > ul > li > ul {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 220px;
  left: 0;
  top: 64px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom nav > ul > li > ul li {
  position: relative;
  padding: 6px 10px 6px 10px;
}
.header-bottom nav > ul > li > ul li a {
  position: relative;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.header-bottom nav > ul > li > ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  background: #fff;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom nav > ul > li > ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.header-bottom nav > ul > li > ul li.menu-item-has-children:before {
  content: "\f105";
  font-family: "fontawesome-solid";
  position: absolute;
  top: 2px;
  right: 4px;
  color: #fff;
  font-size: 14px;
}
.header-bottom nav > ul > li > ul li > ul {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 220px;
  right: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom nav > ul > li > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  right: -102%;
}
.header-bottom nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.home .logotypes-slider .row {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.logotypes-slider {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  padding: 20px 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 768px) {
  .logotypes-slider {
    padding: 15px 0;
  }
}
.logotypes-slider .row {
  width: 600px;
  padding: 0 30px;
}
.logotypes-slider .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.logotypes-slider .swiper-slide {
  text-align: center;
}
.logotypes-slider .swiper-slide .logotypes-slider-link {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .logotypes-slider .swiper-slide .logotypes-slider-link {
    display: block;
    margin: 0 5px;
  }
}
.logotypes-slider .swiper-slide .logotypes-slider-link:hover {
  opacity: 0.7;
}
.logotypes-slider .swiper-slide img {
  filter: brightness(0) invert(1);
  max-height: 80px;
  object-fit: contain;
  width: 100%;
  min-width: 160px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .logotypes-slider .swiper-slide img {
    min-width: auto;
    width: auto;
  }
}
.logotypes-slider .swiper-button {
  color: #fff;
}
.logotypes-slider .swiper-button-next {
  right: -5px;
}
.logotypes-slider .swiper-button-prev {
  left: -5px;
}
.logotypes-slider .swiper-button-next:after, .logotypes-slider .swiper-button-prev:after {
  font-size: 18px;
}
.logotypes-slider .swiper-button-disabled {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-block {
  position: relative;
}
.homeSlider .swiper-slide {
  min-height: 948px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .homeSlider .swiper-slide {
    min-height: 900px;
  }
}
.homeSlider .swiper-slide .row {
  width: 1300px;
  margin: 220px auto 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .homeSlider .swiper-slide .row {
    margin: 300px auto 0;
  }
}
.homeSlider .swiper-slide h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 1);
}
@media (max-width: 1440px) {
  .homeSlider .swiper-slide h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .homeSlider .swiper-slide h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .homeSlider .swiper-slide h2 {
    font-size: 32px;
    letter-spacing: normal;
  }
}
.homeSlider .swiper-slide h2:before {
  display: none;
}
.homeSlider .swiper-slide .btn {
  max-width: 350px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  background-color: rgba(23, 96, 145, 0.8);
  padding: 15px 10px 13px 10px;
  font-size: 18px;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 1);
}
.homeSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #c4c4c4;
  opacity: 0.9;
  margin: 0 10px;
}
.homeSlider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.homeSlider .swiper-pagination {
  bottom: 190px;
}
.kvi-advantage .row {
  width: 1920px;
  max-width: 100%;
}
.kvi-advantage .kvi-advantage-block {
  background: #f9f9f9;
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-text > div {
  width: 680px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-text > div {
    padding: 30px 0 20px;
    max-width: 96%;
  }
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-text p {
  line-height: 2;
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-image {
  position: relative;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-height: 695px;
}
@media (max-width: 1440px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image {
    min-height: 250px;
  }
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 70px;
}
@media (max-width: 1024px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div {
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div {
    bottom: 30px;
    width: 100%;
    padding: 0 10px;
  }
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p {
  font-family: "Cinzel";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p {
    font-size: 20px;
  }
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p br {
  display: none;
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p strong {
  font-family: "Cinzel";
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p strong {
    padding-bottom: 10px;
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p strong {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .kvi-advantage .kvi-advantage-block .kvi-advantage-block-image > div p strong {
    font-size: 28px;
  }
}
.kvi-advantage .kvi-advantage-block .kvi-advantage-block-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.title-section {
  padding: 33px 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .title-section {
    padding: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .title-section {
    padding: 25px 0 0;
  }
}
.testimonials {
  background: #f9f9f9;
  padding: 45px 0 135px;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 35px 0 80px;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 25px 0 40px;
  }
}
.testimonials .title-section {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .testimonials .title-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .testimonials .title-section {
    margin-bottom: 30px;
  }
}
.testimonials .testimonials_blocks .testimonials_block {
  padding: 0 37px 30px 37px;
  background: #fff;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .testimonials .testimonials_blocks .testimonials_block {
    padding: 0 25px 20px 25px;
    margin-top: 95px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials_blocks .testimonials_block {
    padding: 0 20px 15px 20px;
    margin-top: 85px;
  }
}
.testimonials .testimonials_blocks .testimonials_block img {
  margin: -80px auto 35px;
  display: block;
}
@media (max-width: 1024px) {
  .testimonials .testimonials_blocks .testimonials_block img {
    margin: -60px auto 25px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials_blocks .testimonials_block img {
    margin: -60px auto 15px;
  }
}
.testimonials .testimonials_blocks .testimonials_block h3 {
  text-align: center;
}
.testimonials .testimonials_blocks .testimonials_block h3 span {
  margin: 8px 0 0;
  display: block;
  font-family: "GothamPro";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2488c2;
}
.testimonials .testimonials_blocks .testimonials_block p {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #4a4e56;
}
ul#tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  ul#tabs-nav {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  ul#tabs-nav {
    margin-bottom: 30px;
  }
}
ul#tabs-nav li a {
  font-family: "GothamPro";
  font-size: 14px;
  text-transform: uppercase;
  color: #2488c2;
  letter-spacing: 1.1px;
  padding: 15px 45px 13px 45px;
  position: relative;
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
  background: transparent;
  border: 1px solid #21acff;
  min-width: 200px;
  text-align: center;
}
ul#tabs-nav li a:hover {
  background: #21acff;
  color: #fff;
}
ul#tabs-nav li.active a {
  background: #21acff;
  color: #fff;
}
#map {
  width: 100%;
  height: 900px;
}
@media (max-width: 1024px) {
  #map {
    height: 600px;
  }
}
@media (max-width: 768px) {
  #map {
    height: 400px;
  }
}
#map .cluster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#map .cluster > img {
  position: static !important;
  display: block;
}
#map .cluster > div > span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 1px;
}
.post-type-archive-travel_agent #map {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .post-type-archive-travel_agent #map {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-travel_agent #map {
    margin-bottom: 40px;
  }
}
.contact-us {
  margin: 83px 0 67px;
}
@media (max-width: 1024px) {
  .contact-us {
    margin: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .contact-us {
    margin: 40px 0 30px;
  }
}
.logotypes-bl {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .logotypes-bl {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .logotypes-bl {
    margin-bottom: 40px;
  }
}
.logotypes-bl .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.logotypes-bl .swiper-button {
  padding: 25px 15px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  color: #fff;
}
.logotypes-bl .swiper-button-next {
  right: 0;
}
.logotypes-bl .swiper-button-prev {
  left: 0;
}
.logotypes-bl .swiper-button-next:after, .logotypes-bl .swiper-button-prev:after {
  font-size: 20px;
}
.logotypes-bl .swiper-button-disabled {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logotypes-bl .logotypes-items .logotypes-item {
  display: block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logotypes-bl .logotypes-items .logotypes-item img {
  margin: 0 auto;
}
.logotypes-bl .logotypes-items .logotypes-item:hover {
  opacity: 0.6;
}
.home .kvi-team-near-you {
  padding: 50px 0 80px;
}
@media (max-width: 1024px) {
  .home .kvi-team-near-you {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .home .kvi-team-near-you {
    padding: 20px 0;
  }
}
.home .archive-specialties .row {
  overflow: hidden;
  max-width: 100%;
}
.home .archive-specialties .title-section {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .home .archive-specialties .title-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home .archive-specialties .title-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .home .archive-specialties .title-section {
    margin-bottom: 40px;
  }
}
.home .archive-specialties .specialties-slider {
  margin-bottom: 0;
}
.home .related-travel-posts {
  margin: 86px 0 0;
}
@media (max-width: 1024px) {
  .home .related-travel-posts {
    margin: 60px 0 0;
  }
}
@media (max-width: 768px) {
  .home .related-travel-posts {
    margin: 50px 0 0;
  }
}
@media (max-width: 480px) {
  .home .related-travel-posts {
    margin: 40px 0 0;
  }
}
.wp_list_categories {
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .wp_list_categories {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .wp_list_categories {
    padding-bottom: 20px;
  }
}
.wp_list_categories ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp_list_categories ul li {
  margin: 0 10px;
}
.wp_list_categories ul li a {
  font-family: "GothamPro";
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #798290;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.wp_list_categories ul li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  background: #798290;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp_list_categories ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.wp_list_categories ul li.current-cat a:before {
  opacity: 1;
  width: 100%;
}
.any-contact {
  width: 445px;
  margin: 0 auto 30px;
}
.any-contact input[type="text"], .any-contact input[type="number"], .any-contact input[type="email"], .any-contact input[type="password"], .any-contact input[type="search"], .any-contact input[type="tel"], .any-contact textarea {
  background: #fff;
  border: 1px solid #798290;
  color: #2a2d32;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.any-contact input[type="text"]::placeholder, .any-contact input[type="number"]::placeholder, .any-contact input[type="email"]::placeholder, .any-contact input[type="password"]::placeholder, .any-contact input[type="search"]::placeholder, .any-contact input[type="tel"]::placeholder, .any-contact textarea::placeholder {
  color: #2a2d32;
  font-family: "GothamPro";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.any-contact input[type="text"]:focus, .any-contact input[type="number"]:focus, .any-contact input[type="email"]:focus, .any-contact input[type="password"]:focus, .any-contact input[type="search"]:focus, .any-contact input[type="tel"]:focus, .any-contact textarea:focus {
  border: 1px solid #21acff;
}
.any-contact textarea {
  height: 118px;
  padding: 20px;
}
.any-contact .wpcf7-form-control-wrap {
  margin-bottom: 16px;
}
.any-contact .wpcf7-submit {
  margin: 0 auto;
  display: block;
  color: #fff;
  border: 1px solid #21acff;
  background: #21acff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.any-contact .wpcf7-submit:hover {
  color: #21acff;
  background: transparent;
}
.info-map-win h5 {
  font-size: 16px;
  text-transform: lowercase;
  line-height: 1.4;
  padding-bottom: 5px;
}
.info-map-win h5 small {
  display: block;
  font-size: 14px;
  text-transform: lowercase;
}
.switcher {
  font-size: 12pt;
  text-align: left;
  cursor: pointer;
  line-height: 17px;
  position: relative;
}
.switcher .selected {
  position: relative;
  z-index: 9999;
}
.switcher .selected a {
  border: none;
  background: none !important;
  color: #fff;
  padding: 3px 35px 3px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.switcher .selected a img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 10px;
  width: 30px;
}
.switcher .selected a:after {
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 15px;
  background-position: 50%;
  background-size: 11px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  background-repeat: no-repeat;
  content: "" !important;
  transition: all 0.2s;
}
.switcher .selected a.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.switcher .selected a:hover {
  background: #fff;
}
.switcher .option {
  position: absolute;
  top: 42px;
  visibility: hidden;
  opacity: 0;
  z-index: 9998;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(42, 45, 50, 0.9);
  height: 200px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switcher .option a {
  color: #fff;
  padding: 3px 5px;
  display: block;
}
.switcher .option a img {
  display: inline-block;
  width: 15px;
  vertical-align: inherit;
}
.switcher .option a a.selected {
  background: #fff;
}
.switcher .option a:hover {
  background: #21acff;
  color: #fff;
}
.switcher .option.active {
  visibility: visible;
  opacity: 1;
}
#selected_lang_name {
  float: none;
}
.l_name {
  float: none !important;
  margin: 0;
}
.switcher .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.switcher .option::-webkit-scrollbar {
  width: 5px;
}
.switcher .option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
#google_translate_element2 {
  display: none !important;
}
.login-form {
  background-image: url("../img/img_login.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 660px;
  padding: 90px 0 60px;
}
.login-form .row {
  padding: 60px 65px 56px;
  width: 820px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .login-form .row {
    padding: 0;
  }
}
.login-form .container {
  padding: 0px;
  margin-top: 0px;
}
@media (max-width: 500px) {
  .login-form .g-recaptcha > div {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .login-form iframe {
    width: 100%;
  }
}
.login-form .title-section h4 {
  color: #fff;
}
.login-form .title-section h2 {
  color: #fff;
}
.login-form .title-section h2:before {
  background: #fff;
}
.login-form .authorize-block {
  display: none;
}
.login-form .form-authorizace > form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.login-form .form-authorizace > form label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.login-form .form-authorizace > form > a {
  color: #fff;
}
.login-form .form-authorizace > form > a:hover {
  text-decoration: underline;
}
.login-form .form-authorizace .login-username, .login-form .form-authorizace .login-password {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .login-form .form-authorizace .login-username, .login-form .form-authorizace .login-password {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.login-form .form-authorizace .login-remember {
  display: none;
}
.login-form .form-authorizace .login-submit {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
.login-form .form-authorizace input[type="submit"] {
  border: 1px solid #fff;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  min-width: 240px;
}
.login-form .form-authorizace .forgot-pass-reg-here {
  text-align: center;
  color: #fff;
  width: 100%;
  margin-bottom: 25px;
}
.login-form .form-authorizace .forgot-pass-reg-here a {
  color: #e7de1f;
}
.login-form .form-authorizace .forgot-pass-reg-here a:hove {
  text-decoration: underline;
}
.login-form .login-notice {
  margin-bottom: 5px;
  text-decoration: none;
}
.search-form-block .form-group {
  flex-basis: 48%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .search-form-block .form-group {
    flex-basis: 100%;
  }
}
.search-form-block label {
  color: #fff;
  display: block;
  padding-bottom: 5px;
  font-family: "GothamPro";
  font-size: 14px;
  line-height: 1.5;
}
.search-form-block input[type="submit"] {
  font-family: "GothamPro";
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  min-width: 240px;
  letter-spacing: 1.1px;
  padding: 15px 45px 13px 45px;
  position: relative;
  display: inline-block;
  margin: 15px auto;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form-block input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.1);
}
.search-form-block .form-group-info {
  width: 100%;
  text-align: center;
}
.search-form-block .form-group-info .red {
  color: red;
}
.search-form-block .form-group-info p {
  color: #fff;
}
.search-form-block .form-group-info p a {
  color: #fff;
}
.default-page input[type="text"], .default-page input[type="number"], .default-page input[type="email"], .default-page input[type="password"], .default-page input[type="search"], .default-page input[type="tel"], .default-page select, .default-page textarea {
  border: 2px solid #2488c2;
  min-height: 52px;
  color: #2a2d32;
}
.default-page input[type="text"]::placeholder, .default-page input[type="number"]::placeholder, .default-page input[type="email"]::placeholder, .default-page input[type="password"]::placeholder, .default-page input[type="search"]::placeholder, .default-page input[type="tel"]::placeholder, .default-page select::placeholder, .default-page textarea::placeholder {
  color: #2a2d32;
  font-family: "GothamPro";
}
.default-page label {
  color: #2a2d32;
}
.default-page input[type="submit"] {
  color: #2488c2;
  border: 1px solid #2488c2;
}
.ui-widget-header {
  border: 1px solid rgba(36, 136, 194, 0.2);
  background: rgba(36, 136, 194, 0.2);
}
.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 {
  border: 1px solid rgba(36, 136, 194, 0.2);
  background: rgba(36, 136, 194, 0.2);
}
header.travtech .header-top {
  padding: 1px 0;
}
header.travtech .header-bottom {
  padding: 2px 0;
}
footer.travtech .top-footer {
  padding: 0;
}
footer.travtech .top-footer .footer-nav-block {
  padding-top: 0;
}
footer.travtech .top-footer .footer-img a {
  width: 185px;
}
footer.travtech .top-footer .footer-nav-block .footer-nav {
  margin-bottom: 0;
  margin-top: 28px;
}
footer.travtech .top-footer .footer-nav-block .footer-nav li {
  margin: 0 20px 5px;
}
footer.travtech .top-footer .footer-nav-block .footer-links .link {
  height: 30px;
  width: 30px;
  font-size: 15px;
}
footer.travtech .bottom-footer {
  display: none;
}
#form-registration .col-md-6 {
  margin: 0 10px;
}
@media (max-width: 768px) {
  #form-registration .col-md-6 {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-autorize .row {
    display: block !important;
    max-width: 100% !important;
  }
  .form-authorizace form {
    max-width: 100% !important;
  }
}
@media (max-width: 450px) {
  .g-recaptcha > div {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .g-recaptcha iframe {
    width: 100% !important;
  }
}
.tml-button {
  cursor: pointer;
  font-family: "GothamPro";
  font-size: 14px;
  text-transform: uppercase;
  color: #2488c2;
  letter-spacing: 1.1px;
  padding: 15px 45px 13px 45px;
  position: relative;
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
  background: transparent;
  border: 1px solid #2488c2;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tml-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.tml-links li.tml-login-link {
  padding: 0;
}
.tml-links li.tml-login-link:before {
  display: none;
}
.tml-links li.tml-login-link a {
  color: #000;
  text-decoration: underline;
}
.tml-links li.tml-login-link a:hover {
  text-decoration: none;
}
.tml-error:before {
  display: none;
}
