/* compiled by scssphp v0.0.12 on Mon, 19 Dec 2022 22:09:09 +0100 (0.0439s) */
@font-face {
  font-family: 'JISAZNRegular';
  src: url("../css/fonts/azn/jaznr.eot");
  src: url("../css/fonts/azn/jaznr.eot?#iefix") format("embedded-opentype"), url("../css/fonts/azn/jaznr.woff") format("woff"), url("../css/fonts/azn/jaznr.ttf") format("truetype"), url("../css/fonts/azn/jaznr.svg#jaznr") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body, html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 400;
  background-color: #fff; }

*, *:focus, *:active {
  outline: none !important; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

a:hover, a {
  color: #1264ad;
  text-decoration: none; }

strong {
  font-weight: 600; }

.navbar.navbar-expand-lg {
  margin-top: 25px;
  width: 100%; }

.navbar.navbar-expand-lg .navbar-brand {
  max-width: 200px;
  margin-right: 6%; }

.navbar.navbar-expand-lg .navbar-brand img {
  width: 100%; }

.navbar.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400; }

.navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1264ad;
  text-decoration: underline; }

.navbar.navbar-expand-lg .contact-phone {
  margin-right: 2%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }

.navbar.navbar-expand-lg .contact-phone img {
  height: 40px; }

.navbar.navbar-expand-lg .contact-phone span {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 19px;
  font-weight: 600;
  margin-left: 10px; }

.navbar.navbar-expand-lg .contact-phone span span {
  margin-left: 5px;
  font-size: 24px; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary {
  display: block !important;
  border: none;
  margin-right: 10px;
  width: 65px;
  height: 65px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999;
  -webkit-transition: 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  -o-transition: 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  position: relative; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary:hover .menu_before > span:nth-child(1) {
  top: -3px; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary:hover .menu_before > span:nth-child(3) {
  bottom: -3px; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary.active {
  background: transparent; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary.active:after {
  opacity: 1; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary.active .menu_before {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary.active .menu_before span {
  background: white; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary.active .menu_after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1); }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_before {
  width: 24px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  background-image: url("images/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_before > span {
  -webkit-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1);
  -moz-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1); }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_before > span:nth-child(1) {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: white; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_before > span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: white;
  margin: -1px 0 0 0; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_before > span:nth-child(3) {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  z-index: 2; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_after > span {
  -webkit-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1);
  -moz-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1); }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_after > span:nth-child(1) {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: white;
  margin: -1px 0 0 0; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_after > span:nth-child(2) {
  width: 2px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  margin: -15px 0 0 -1px; }

.navbar.navbar-expand-lg .navbar-toggler.for-secondary .navbar-toggler-icon {
  width: 1.5em;
  background-image: url("images/menu.svg"); }

.slogan {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 2;
  width: 100%; }

.slogan h1 {
  color: #fff;
  font-family: 'MontserratLight';
  font-size: 46px;
  font-weight: 300;
  padding: 0 15px; }

.slogan.ru-slogan h1 {
  font-size: 33px; }

.slogan b {
  font-family: 'Montserrat';
  font-weight: 600; }

.home-nav {
  color: #fff;
  height: 100vh; }

.home-nav .col, .home-nav .col-3 {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.2s;
  -moz-transition: background-size 0.2s;
  transition: background-size 0.2s; }

.home-nav .col > a, .home-nav .col-3 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%; }

.home-nav .col > a:hover p, .home-nav .col-3 > a:hover p {
  z-index: 3;
  opacity: 1;
  margin-top: 25px; }

.home-nav .col > a:hover p:hover, .home-nav .col-3 > a:hover p:hover {
  background-color: #1264ad; }

.home-nav .col > a:hover .overlay, .home-nav .col-3 > a:hover .overlay {
  background: rgba(0, 0, 0, 0.45); }

.home-nav .col h3, .home-nav .col-3 h3 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  text-align: center;
  margin-top: 200px; }

.home-nav .col p.read-more, .home-nav .col-3 p.read-more {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  border-radius: 29px;
  background-color: #5f99cc;
  padding: 15px 40px;
  display: inline;
  margin-bottom: 0;
  margin-top: -30px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.home-nav .col .overlay, .home-nav .col-3 .overlay {
  background: #5f99cc;
  opacity: 0.85;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 0.1s ease 0.3s, background 0.3s;
  -moz-transition: opacity 0.1s ease 0.3s, background 0.3s;
  transition: opacity 0.1s ease 0.3s, background 0.3s; }

.home-nav .col:nth-child(1) {
  background-image: url("images/menu1.jpg"); }

.home-nav .col:nth-child(2) {
  /* background-position:left; */
  background-image: url("images/menu2.jpg"); }

.home-nav .col-3 {
  background-image: url("images/menu3.jpg");
  flex: 0 0 30%;
  /* background-size:120%; */
  max-width: 30%; }

.home-nav .col:nth-child(4) {
  background-repeat: no-repeat;
  background-image: url("images/menu4.jpg"); }

.home-nav .col:nth-child(5) {
  background-position: 35%;
  background-image: url("images/menu5.jpg"); }

footer {
  position: absolute;
  bottom: 0;
  z-index: 1030;
  width: 100%;
  bottom: 5%;
  color: #fff;
  display: flex;
  justify-content: center; }

footer > .container {
  padding: 0; }

footer a {
  color: #fff; }

footer a:hover {
  color: #1264ad; }

footer .col ul {
  display: flex;
  align-items: center;
  margin-bottom: 0; }

footer .col ul li {
  margin-right: 30px; }

footer .col ul li img {
  height: 30px;
  width: auto;
  width: 100%;
  max-width: 60px;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

footer .col ul li img:hover {
  transform: scale(1.7, 1.7); }

footer .right-col {
  justify-content: flex-end; }

footer .right-col p {
  margin: 0;
  line-height: 2.5;
  margin-left: 15px;
  font-size: 0.9rem; }

footer .middle-col {
  justify-content: center;
  z-index: 99; }

footer .middle-col li:last-child img {
  transform: scale(1.6, 1.6); }

footer .middle-col li:last-child img:hover {
  transform: scale(2.5, 3); }

.fixed-search-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100vw;
  height: 100vh;
  background-color: rgba(95, 153, 204, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(0% at 0 0);
  -webkit-clip-path: circle(0% at 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1);
  -moz-transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1); }

.fixed-search-menu .container {
  position: relative; }

.fixed-search-menu .form-control {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #fff;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0; }

.fixed-search-menu .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control::-moz-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control:-moz-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control:focus, .fixed-search-menu .form-control:active {
  outline: none !important;
  box-shadow: none;
  border: none;
  border-bottom: 1.5px solid #1264ad; }

.fixed-search-menu .form-control:focus::-webkit-input-placeholder, .fixed-search-menu .form-control:active::-webkit-input-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control:focus::-moz-placeholder, .fixed-search-menu .form-control:active::-moz-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control:focus:-ms-input-placeholder, .fixed-search-menu .form-control:active:-ms-input-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .form-control:focus:-moz-placeholder, .fixed-search-menu .form-control:active:-moz-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.fixed-search-menu .search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  background: transparent;
  border: 0;
  box-shadow: none; }

.fixed-search-menu .search-btn img {
  height: 22px; }

.fixed-search-menu .menu-col {
  margin-top: 80px; }

.fixed-search-menu .menu-col li {
  margin-bottom: 10px; }

.fixed-search-menu .menu-col h4 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px; }

.fixed-search-menu .menu-col a {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400; }

.fixed-search-menu .menu-col a:hover {
  color: #0b3c68; }

.menu-open .fixed-search-menu {
  clip-path: circle(140% at 9.86667% 6.29685%);
  -webkit-clip-path: circle(140% at 9.86667% 6.29685%); }

.menu-open .home-nav .col .overlay, .menu-open .home-nav .col-3 .overlay, .menu-open .navbar.navbar-expand-lg .navbar-toggler.for-secondary .navbar-toggler-icon {
  opacity: 0; }

.inner-page .navbar.navbar-expand-lg {
  position: relative;
  z-index: 1030; }

.inner-page:not(.menu-open) .navbar.navbar-expand-lg .navbar-toggler.for-secondary .menu_before {
  background-image: url("images/menu-color.svg"); }

.inner-page:not(.menu-open) .navbar.navbar-expand-lg .navbar-nav .nav-link, .inner-page:not(.menu-open) .navbar.navbar-expand-lg .contact-phone span {
  color: #1264ad; }

.inner-page:not(.menu-open) .navbar.navbar-expand-lg .lang-nav.navbar-nav {
  border: 1px solid #1264ad; }

.inner-page:not(.menu-open) .navbar.navbar-expand-lg .lang-nav.navbar-nav li:not(:last-child) a {
  border-right: 1px solid #1264ad; }

.inner-page:not(.menu-open) .navbar.navbar-expand-lg .lang-nav.navbar-nav li a, .inner-page footer a, .inner-page footer {
  color: #1264ad; }

.inner-page footer {
  position: relative;
  margin-bottom: 2%; }

.page-section {
  margin-top: 40px;
  margin-bottom: 40px; }

.page-section .left-sidebar {
  margin-top: 70px;
  max-width: 28%;
  flex: 0 0 28%; }

.page-section .left-sidebar .menu-item {
  margin-bottom: 10px;
  padding: 5px 0; }

.page-section .left-sidebar a {
  padding: 11px 20px;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500; }

.page-section .left-sidebar a:hover, .page-section .left-sidebar a.active {
  color: #fff; }

.page-section .left-sidebar a:after {
  content: "";
  background: #1264ad;
  color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.page-section .left-sidebar a.active:after, .page-section .left-sidebar a:hover:after {
  height: 40px;
  top: 0; }

.page-section .middle-bar {
  min-height: 450px;
  flex: 0 0 72%;
  max-width: 72%; }

.page-section .middle-bar .page-main-title {
  color: #5f99cc;
  font-family: 'Montserrat';
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px; }

.page-section .middle-bar .description {
  color: #000;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.3; }

.page-section .middle-bar .description h4 {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  margin-top: 25px; }

.tour-carousel {
  border-radius: 13px;
  margin-bottom: 15px; }

.tour-carousel .carousel-item {
  border-radius: 13px;
  height: 200px; }

.tour-carousel .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px; }

.tour-carousel .carousel-item .overlay {
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.tour-carousel .carousel-caption {
  border-radius: 13px;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0 40px; }

.tour-carousel .carousel-caption h5 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px; }

.tour-carousel .carousel-caption p {
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center; }

.tour-carousel .carousel-caption p img {
  margin-right: 5px;
  height: 10px; }

.tour-carousel .carousel-caption a {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
  background-color: #0188fb;
  padding: 8px 25px;
  display: block;
  float: left; }

.tour-carousel .carousel-caption a:hover {
  background-color: #1264ad; }

.tour-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  position: relative; }

.tour-carousel .carousel-indicators li.active:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0; }

.single-tour {
  border-radius: 13px;
  height: 220px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.single-tour img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px; }

.single-tour .overlay {
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.single-tour .tour-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px; }

.single-tour .tour-info h5 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left; }

.single-tour .tour-info p {
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center; }

.single-tour .tour-info p img {
  margin-right: 5px;
  height: 10px; }

.single-tour .tour-info a {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
  background-color: #0188fb;
  padding: 8px 25px;
  display: block;
  float: left;
  text-align: center;
  margin: 0 auto;
  align-self: center;
  margin-top: 20px; }

.single-tour .tour-info a:hover {
  background-color: #1264ad; }

.single-tour:hover {
  transform: scale(1.05, 1.05); }

.single-tour:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6); }

.single-tour.certificate h5 {
  font-size: 14px;
  text-align: center; }

.single-tour.certificate .overlay {
  background-color: rgba(0, 0, 0, 0.6); }

.single-tour.certificate .tour-info {
  align-items: center; }

.pagination {
  margin-top: 30px; }

.pagination a {
  color: #5f99cc; }

.page-image {
  margin-bottom: 20px; }

.page-image img {
  max-height: 250px;
  width: 100%;
  object-fit: cover; }

.content-single.middle-bar .page-main-title {
  color: #1264ad;
  opacity: 1; }

.content-single.middle-bar .tour-data {
  width: 35%;
  float: left;
  padding-left: 40px; }

.content-single.middle-bar .tour-data h3 {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px; }

.content-single.middle-bar .tour-data ul {
  padding-bottom: 10px; }

.content-single.middle-bar .tour-data ul li {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 25px;
  display: flex; }

.content-single.middle-bar .tour-data ul li div:first-child {
  margin-right: 20px;
  /* 	width: 40px; */
  float: left;
  height: 28px; }

.content-single.middle-bar .tour-data ul li div:last-child {
  float: left; }

.content-single.middle-bar .tour-data ul li div:last-child i {
  font-size: 40px; }

.content-single.middle-bar .tour-data ul li img, .content-single.middle-bar .tour-data ul li svg {
  height: 28px;
  width: 30px;
  object-fit: contain; }

.send-request {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
  background: #1264ad;
  color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 18px 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.send-request:hover {
  background-color: #0b3c68; }

#tourSingle {
  width: 65%;
  float: left; }

#tourSingle .item > a > img {
  height: 600px;
  object-fit: contain;
  border-radius: 12px; }

#tourSingle .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.41); }

#tourSingle .owl-nav .owl-next {
  border-radius: 12px 0 0 12px;
  right: 0; }

#tourSingle .owl-nav .owl-prev {
  border-radius: 0 12px 12px 0;
  left: 0; }

.request-modal .modal-header, .subscribe .modal-header {
  border: 0;
  text-align: center;
  padding-top: 50px; }

.request-modal .modal-content, .subscribe .modal-content {
  box-shadow: 0 20px 37px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #fff;
  border: 0; }

.request-modal .modal-body, .subscribe .modal-body {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

.request-modal form, .subscribe form {
  max-width: 550px;
  margin: 0 auto; }

.request-modal .modal-dialog, .subscribe .modal-dialog {
  width: 45%;
  max-width: 800px; }

.request-modal .close, .subscribe .close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1; }

.request-modal .close img, .subscribe .close img {
  max-height: 30px; }

.request-modal h5, .subscribe h5 {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 25px; }

.request-modal .form-group label, .subscribe .form-group label {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }

.request-modal .form-group .form-control, .subscribe .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #1264ad;
  border-radius: 0; }

.request-modal .form-group .form-control:focus, .subscribe .form-group .form-control:focus, .request-modal .form-group .form-control:active, .subscribe .form-group .form-control:active {
  outline: none !important;
  box-shadow: none;
  border: none;
  border-bottom: 1.5px solid #1264ad; }

.request-modal .form-group .form-control:focus::-webkit-input-placeholder, .subscribe .form-group .form-control:focus::-webkit-input-placeholder, .request-modal .form-group .form-control:active::-webkit-input-placeholder, .subscribe .form-group .form-control:active::-webkit-input-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.request-modal .form-group .form-control:focus::-moz-placeholder, .subscribe .form-group .form-control:focus::-moz-placeholder, .request-modal .form-group .form-control:active::-moz-placeholder, .subscribe .form-group .form-control:active::-moz-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.request-modal .form-group .form-control:focus:-ms-input-placeholder, .subscribe .form-group .form-control:focus:-ms-input-placeholder, .request-modal .form-group .form-control:active:-ms-input-placeholder, .subscribe .form-group .form-control:active:-ms-input-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.request-modal .form-group .form-control:focus:-moz-placeholder, .subscribe .form-group .form-control:focus:-moz-placeholder, .request-modal .form-group .form-control:active:-moz-placeholder, .subscribe .form-group .form-control:active:-moz-placeholder {
  color: transparent;
  font-size: 18px;
  font-weight: 400; }

.request-modal .send-btn, .subscribe .send-btn {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
  background: #1264ad;
  color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 18px 60px;
  margin: 40px auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.request-modal .send-btn:hover, .subscribe .send-btn:hover {
  background-color: #0b3c68; }

.request-modal .ok-alert, .subscribe .ok-alert {
  margin-top: -10%; }

.request-modal .ok-alert p:first-child, .subscribe .ok-alert p:first-child {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700; }

.request-modal .ok-alert p:nth-child(2), .subscribe .ok-alert p:nth-child(2) {
  color: #000;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 400; }

.modal-backdrop {
  background-color: #fff; }

.modal-backdrop.show {
  opacity: 0.85; }

.map-wrap {
  width: 65%;
  float: left; }

#mapWrapper {
  width: 100%;
  border-radius: 12px;
  height: 350px;
  margin-bottom: 30px; }

.inner-page .our-team h3 {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 30px; }

.inner-page .our-team .team-member {
  margin-bottom: 30px; }

.inner-page .our-team .team-member .thumb {
  width: 40%;
  padding-bottom: 40%;
  position: relative;
  float: left; }

.inner-page .our-team .team-member .thumb img {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

.inner-page .our-team .team-member .team-info {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 14.5px;
  font-weight: 400;
  height: 100%;
  float: left;
  width: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px; }

.inner-page .our-team .team-member .team-info strong {
  margin-bottom: 10px; }

.inner-page .our-team .team-member .team-info p {
  margin-bottom: 5px; }

.inner-page .our-team .team-member .team-info p svg {
  float: left;
  height: 20px;
  margin-right: 5px; }

.inner-page .our-team .team-member .team-info p.pro {
  font-size: 13px; }

.contact-page .our-team .team-member {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0; }

.contact-page .our-team .team-member .thumb {
  width: 60%;
  padding-bottom: 60%;
  position: relative;
  float: none; }

.contact-page .our-team .team-member .thumb img {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

.contact-page .our-team .team-member .team-info {
  color: #1264ad;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  width: 60%;
  display: flex;
  height: auto;
  float: none;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  margin-top: 10px;
  text-align: center; }

.contact-page .our-team .team-member .team-info strong {
  margin-bottom: 10px; }

.contact-page .our-team .team-member .team-info p svg {
  float: left;
  height: 20px;
  margin-right: 5px; }

.contact-page .our-team .team-member .team-info p.pro {
  font-size: 13px; }

.contact-page .our-team .team-member:nth-child(2n) {
  border-right: 0; }

.contact-page .our-team .team-member:nth-child(2n) .thumb {
  float: right; }

.contact-page .our-team .team-member:nth-child(2n) .team-info {
  float: right;
  clear: both; }

.contact-details {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0;
  border-radius: 10px;
  z-index: 99999;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s; }

.contact-details ul {
  margin-bottom: 0;
  padding: 10px;
  color: #1264ad;
  font-size: 12px; }

.contact-details ul li {
  margin-bottom: 10px; }

.contact-details ul li:last-child {
  margin-bottom: 0; }

.contact-details ul li svg {
  margin-right: 10px; }

.contact-details.opened {
  border: 1px solid #eee;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
  max-height: 500px; }

.subscribe-right {
  position: fixed;
  right: 0;
  z-index: 99999;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transform: rotate(90deg);
  margin-top: 15%; }

.subscribe-right p {
  margin: 0;
  background: #fff;
  padding: 6px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  color: #1264ad;
  font-size: 12px; }

.subscribe .modal-body {
  min-height: 200px; }

.subscribe form {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.subscribe form p {
  margin-bottom: 50px; }

.subscribe form .form-group {
  margin-right: 20px;
  margin-bottom: 30px; }

img.years15 {
  height: 45px;
  position: absolute;
  right: -39px;
  top: -17px;
  width: 33px !important;
  object-fit: contain; }

.toggle-bottom-nav, .close-sidemenu {
  display: none; }

.home .copy {
  display: none; }

.home footer .right-col {
  padding-right: 17%;
  margin-left: -17%; }

@media (max-width: 1400px) {
  html[lang="ru"] .navbar.navbar-expand-lg .contact-phone {
    margin-right: 6.5%; } }
.mobile-langs {
  display: none; }

.lang-nav.navbar-nav {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 0.3rem; }

.lang-nav.navbar-nav li {
  padding: 0.4rem 0; }

.lang-nav.navbar-nav li a.nav-link {
  color: #1264ad;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.38px;
  text-transform: uppercase;
  padding: 0 0.3rem; }

.lang-nav.navbar-nav li a.nav-link:hover {
  opacity: 1; }

.lang-nav.navbar-nav li:not(:last-child) a {
  border-right: 1px solid #fff; }

.lang-nav.navbar-nav li:not(.active) a {
  opacity: 0.3; }

.home .lang-nav.navbar-nav li a.nav-link, .menu-open .lang-nav.navbar-nav li a.nav-link {
  color: #fff !important; }

.first-brand-list-cont {
  position: absolute;
  background: none !important;
  position: absolute;
  bottom: 7px;
  width: 100%;
  left: 0;
  z-index: 9999; }

.first-brand-list {
  display: flex !important;
  width: 100%;
  justify-content: space-evenly; }

.first-brand-list li img {
  height: 30px;
  width: auto;
  width: 100%;
  max-width: 60px;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.first-brand-list li img:hover {
  transform: scale(1.5, 1.5); }

.footer-first-brand-list:not(.brandlist-home) {
  justify-content: flex-end; }

.footer-first-brand-list.brandlist-home ul {
  display: none !important; }

@media (max-width: 992px) {
  .first-brand-list-cont {
    display: none !important; }

  .footer-first-brand-list ul {
    display: flex !important; } }
.survey-button {
  color: #fff;
  margin: 0 auto;
  display: block;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  border-radius: 29px;
  background-color: #5f99cc;
  padding: 15px 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.survey-button:hover {
  background-color: #1264ad;
  color: #fff; }

/*# sourceMappingURL=style.css.map */
