/*!
Theme Name: CAP-profound
Theme URI: https://profoundprojects.com/
Author: Profound
Author URI: https://profoundprojects.com/
Description: Description
Version: 1.0.0
Tested up to: 6.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 ==============================================
	 Mixins
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.visit_arr .faq_item_qs .answer .link, .visit_dep .faq_item_qs .answer .link, .single_news, .abt_vc, .breadcrumbs span, .single-vacancy-sidebar ul, .faq_item_qs .question, .con_tabs li, .con_tabs, .con_info_item, .con_hd, .con_frm_info, .serv_popup_item_con .item, .site_popup_item_con .item, .serv_popup, .site_popup, .tab-content-bitem .con, .widget .widget-container, .page-flights .flights-blk .arrival-row .airline img, .page-flights .flights-blk .departure-row .airline img, .page-flights .flights-blk .flight-row-header div, .page-flights .flights-blk .flight-row-header, .page-flights .flights-blk .flight-row, .notice-bar .cta, .hbottom-blk-item .icon .img, .hbottom-blk-item .icon, .hbottom-blk-item, .head_blk, #footer-profound, .slick-dots, .social-links, .site-mega_menu__blk ul, .site-mega_menu, .site-menu-wrap,
.site-menu nav, .site-menu ul, .site-menu, .site-header .header__nav-list, .site-header .header__nav, .site-header-main, .site-header .logo, .flex-row .col-80, .flex-row .col-70, .flex-row .col-65, .flex-row .col-60, .flex-row .col-50, .flex-row .col-g2, .flex-row .col-40, .flex-row .col-35, .flex-row .col-30, .flex-row .col-4, .flex-row .col-g4, .flex-row .col-3, .flex-row .col-g3, .flex-row .col-2, .flex-row .col-g5, .flex-row .col-25, .flex-row .col-20, .flex-row .col-g6, .flex-row, .page-navigation ol li, .page-navigation ol, .gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ==============================================
Web fonts
============================================*/
/* ----------------- VARIABLES CONFIG ------------------- */
:root {
  /* Layout: */
  --container: 1104px;
  --container-918:918px;
  /* Colors: */
  --white: #fff;
  --black: #000;
  --bodybg: #fff;
  --bcolor: #666666;
  --brown: #6b6b6b;
  --violet:#562583;
  --sidebar_bg:#F2EBF9;
  --text-color:#180A25;
  --brownish-grey: #727272;
  --battleship-grey: #72797b;
  --btncolor: #846d53;
  --whitef5: #F5F5F5;
  --green: #1e7f60;
  --orange: #F6A217;
  --yellow: #FDC62F;
  --blue:#39AA9B;
  --greyD8:#d8d8d8;
  --grey97:#979797;
  --grey90:#949490;
  --light-peach: #ffb5b5;
  --ptext: #525252;
  --gunmetal: #3e4856;
  --steel-grey: #7b7f84;
  --button-link-color: #004C9B;
  --hover-color: #00A2D4;
  --card-div-grey: #F8F8F8;
  --pantone:#505047;
  --hero-filter: #00A2D4;
  --pbg:#EBE9E6;
  --sec:#EC691D;
  --input-border:#232323;
  --footer-sidebar: #00A2D4;
  /* Font/text values */
  --font-body: "Montserrat", sans-serif;
  --font-style-normal: normal;
  --font-weight-normal: 400;
  --font-weight-medium: medium;
  --border-radius-12:12px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-32: 32px;
  --font-size-66: 66px;
  --character-spacing-0: 0px;
  --character-spacing-0-13: 0.13px;
  --line-spacing-24: 24px;
  --line-spacing-26: 26px;
  --line-spacing-38: 38px;
  --line-spacing-79: 79px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-spacing-24);
  color: var(--text-color);
  background-color: var(--bodybg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

nav,
ul {
  outline: none;
}

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-body);
  font-weight: 800;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: var(--text-color);
}

h1,
.h1 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 2.3px;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--sec);
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
a:hover {
  color: var(--violet);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
.gform_field input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: var(--pantone);
  font-weight: 100;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3, .gform_wrapper h4, .gform_wrapper h5, .gform_wrapper h6, .gform_wrapper .h1, .gform_wrapper .h2, .gform_wrapper .h3, .gform_wrapper .h4, .gform_wrapper .h5, .gform_wrapper .h6 {
  color: var(--cylindrical-coordinate);
  font-style: italic;
  margin: 20px 0;
}
.gform_wrapper .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-template-columns: unset !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gfield {
  max-width: 100%;
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  max-width: calc(50% - 10px);
  width: 100%;
}
.gform_wrapper .ginput_container_time {
  min-width: 100px !important;
  max-width: unset !important;
}
.gform_wrapper .gform_fields {
  grid-column-gap: 0 !important;
}
.gform_wrapper .name_first {
  padding-right: 10px !important;
}
.gform_wrapper .name_last {
  padding-left: 10px !important;
}
.gform_wrapper .gform_footer {
  text-align: center !important;
}
.gform_wrapper li.gfield.gf_left_half {
  padding-right: 10px !important;
}
.gform_wrapper li.gfield.gf_right_half {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 15px !important;
}
.gform_wrapper .gfield-choice-input + label {
  margin-left: 10px;
}
.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
.gform_wrapper .gfield_radio .gchoice, .gform_wrapper .gfield_checkbox .gchoice {
  width: 100%;
}
.gform_wrapper .ginput_container_date img.ui-datepicker-trigger {
  display: none !important;
}

.gform_required_legend {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

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

#main {
  min-height: 100%;
  position: relative;
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: var(--container);
  width: 100%;
  position: relative;
}
.container-918,
#container-918 {
  margin: 0 auto;
  max-width: var(--container-918);
  width: 100%;
  position: relative;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 1000px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-xsmall,
#container-xsmall {
  zoom: 1;
  clear: both;
  max-width: 800px;
  margin: auto;
}
.container-xsmall:before, .container-xsmall:after,
#container-xsmall:before,
#container-xsmall:after {
  content: "";
  display: table;
}
.container-xsmall:after,
#container-xsmall:after {
  clear: both;
}
.container-med,
#container-med {
  zoom: 1;
  clear: both;
  max-width: 1120px;
  margin: auto;
}
.container-med:before, .container-med:after,
#container-med:before,
#container-med:after {
  content: "";
  display: table;
}
.container-med:after,
#container-med:after {
  clear: both;
}
.container-xlmed,
#container-xlmed {
  zoom: 1;
  clear: both;
  max-width: 1360px;
  margin: auto;
}
.container-xlmed:before, .container-xlmed:after,
#container-xlmed:before,
#container-xlmed:after {
  content: "";
  display: table;
}
.container-xlmed:after,
#container-xlmed:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 35px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

.pagination {
  width: 100%;
}

.page-navigation {
  width: 100%;
}
.page-navigation ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  -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;
  gap: 16px;
}
.page-navigation ol li {
  color: var(--violet);
  width: 40px;
  height: 40px;
  -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;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 3;
  cursor: pointer;
  border: 2px solid var(--violet);
  border-radius: 100%;
}
.page-navigation ol li a {
  font: inherit;
  color: inherit;
  font-weight: 500;
}
.page-navigation ol li a img {
  display: block;
}
.page-navigation ol li.bpn-next-link {
  display: none;
}
.page-navigation ol li.bpn-current {
  color: var(--sec);
  border-color: var(--sec);
}
.page-navigation ol li:hover {
  color: var(--sec);
}

#wpb-header-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/search.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 64px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

.pb-50 {
  padding-bottom: 50px;
}

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
.search-field,
textarea,
select,
#mc_embed_signup .mc-field-group input {
  outline: 0px;
  height: 58px;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  border: none;
  padding: 17px 32px !important;
  background-color: var(--white);
  border: 1px solid var(--input-border);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(24, 10, 37, 0.3);
  font-weight: 500;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

select {
  background-image: url("./assets/img/search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: bottom 17px right 32px;
}

textarea {
  height: 140px !important;
}

input[type=submit],
input[type=reset],
button,
.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-product-search .wc-block-product-search__button, .gform_previous_button,
.gform_next_button {
  cursor: pointer;
  outline: none;
  background-color: var(--orange);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 13px 27px;
  color: var(--text-color);
  font-family: var(--font-body);
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: normal;
  text-align: center;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  border: 0;
  border-radius: var(--border-radius-12);
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-product-search .wc-block-product-search__button:hover, .gform_previous_button:hover,
.gform_next_button:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

#mc_embed_signup .button {
  cursor: pointer !important;
  outline: none !important;
  background-color: var(--orange) !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 13px 27px !important;
  color: var(--text-color) !important;
  font-family: var(--font-body) !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-transform: normal !important;
  text-align: center !important;
  letter-spacing: normal !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 2 !important;
  border: 0 !important;
  height: unset !important;
  border-radius: var(--border-radius-12) !important;
}
#mc_embed_signup .button:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

#mc_embed_signup {
  background: transparent !important;
  font: 16px var(--font-body) !important;
  width: unset !important;
}
#mc_embed_signup form {
  margin: 0 !important;
}
#mc_embed_signup h2 {
  font-size: 32px !important;
  font-weight: 600 !important;
}
#mc_embed_signup .helper_text {
  display: none !important;
}

.round-img {
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-col-48 {
  width: 48%;
}
.flex-col-52 {
  width: 52%;
}
.flex-col-46 {
  width: 46%;
}
.flex-col-54 {
  width: 54%;
}
.flex-row {
  width: 100%;
}
.flex-row .fcol {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row.aligncenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-row .col-g6 {
  width: 16.66%;
}
.flex-row .col-20 {
  width: 20%;
}
.flex-row .col-25 {
  width: 25%;
}
.flex-row .col-2, .flex-row .col-g5 {
  width: 20%;
}
.flex-row .col-3, .flex-row .col-g3 {
  width: 33.33%;
}
.flex-row .col-4, .flex-row .col-g4 {
  width: 25%;
}
.flex-row .col-30 {
  width: 30%;
}
.flex-row .col-35 {
  width: 35%;
}
.flex-row .col-48 {
  width: 48%;
}
.flex-row .col-52 {
  width: 52%;
}
.flex-row .col-40 {
  width: 40%;
}
.flex-row .col-50, .flex-row .col-g2 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.flex-row .col-60 {
  width: 60%;
}
.flex-row .col-65 {
  width: 65%;
}
.flex-row .col-70 {
  width: 70%;
}
.flex-row .col-80 {
  width: 80%;
}
.flex-row .col-100 {
  width: 100%;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-even {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}

.burger {
  display: flex;
  background: none;
  border: 0;
  height: 18px;
  padding: 0;
  margin-right: 20px;
  pointer-events: auto;
  width: 40px;
  outline: 0;
  will-change: transform;
  position: relative;
  box-shadow: none;
  cursor: pointer;
  z-index: 99;
  display: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: var(--sec);
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .burger span:nth-child(1) {
  top: 10px;
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger span:nth-child(2) {
  top: 6px;
}
.show-site-menu .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.burger span:last-child {
  top: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.show-site-menu .burger span:last-child {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.site-header {
  width: 100%;
  position: relative;
  z-index: 995;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  max-height: 110px;
}
.site-header.transparent {
  position: absolute;
  top: 0;
}
.site-header.transparent .header__nav-list ul li > a {
  color: var(--white);
  padding-bottom: 5px;
  padding-top: 0;
  position: relative;
  z-index: 999;
}
.site-header.transparent .header__nav-list ul li span.drop {
  color: var(--white);
}
.site-header.transparent .logo a.white_logo {
  display: inline;
}
.site-header.transparent .logo a.color_logo {
  display: none;
}
.site-header.fixed {
  background-color: var(--white);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.site-header.fixed .logo a.white_logo {
  display: none;
}
.site-header.fixed .logo a.color_logo {
  display: inline;
}
.site-header.fixed .header__nav-list ul li > a {
  color: var(--text-color);
}
.site-header.fixed .header__nav-list ul li span.drop {
  color: var(--brown);
}
.site-header.fixed .header__nav-list ul li.mega_menu > a {
  color: var(--text-color);
}
.site-header .logo {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.site-header .logo a img {
  width: 100%;
  max-width: 143px;
}
.site-header .logo a.white_logo {
  display: none;
}
.site-header .logo a.color_logo {
  display: inline;
}
.site-header-main {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header .col-20 {
  width: 143px;
  z-index: 999;
}
.site-header .col-80 {
  width: calc(100% - 143px);
  padding-left: 10px;
  z-index: 999;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-header .flex-row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.site-header .header__nav {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__nav.site-header-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header .header__nav.site-header-end .header__nav-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header .header__nav.site-header-burger .header__nav-list {
  width: calc(100% - 41px);
}
.site-header .header__nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-header .header__nav-list ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  outline: none;
}
.site-header .header__nav-list ul li {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 10px;
}
.site-header .header__nav-list ul li.menu-btn {
  padding-right: 0;
}
.site-header .header__nav-list ul li span.drop {
  font-size: 14px;
  color: var(--brown);
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.site-header .header__nav-list ul li span.drop.current-menu-item {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header .header__nav-list ul li > a {
  position: relative;
  z-index: 999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.9px;
  padding: 13px 5px;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  position: relative;
  color: var(--brown);
  border-bottom: 2px solid transparent;
}
.site-header .header__nav-list ul li > a:hover, .site-header .header__nav-list ul li > a:focus {
  border-bottom: 2px solid var(--yellow);
}
.site-header .header__nav-list ul li.current-menu-item > a, .site-header .header__nav-list ul li.current-page-ancestor > a, .site-header .header__nav-list ul li.current_page_item > a {
  border-bottom: 2px solid var(--yellow);
}
.site-header .header__nav-list ul li.menu-btn a {
  background-color: var(--cylindrical-coordinate);
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
}
.site-header .header__nav-list ul li.menu-btn a:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  color: var(--yellow);
  border-bottom: 0;
}
.site-header .header__nav.menu-right {
  gap: 6px;
}
.site-header .header__nav.menu-right span, .site-header .header__nav.menu-right time {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: var(--violet);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.site-header .header__nav.menu-right span.weather {
  background: var(--orange);
  color: var(--text-color);
}
.site-header .header__nav.menu-right span.change_weather {
  background-color: var(--yellow);
  color: var(--text-color);
  cursor: pointer;
  max-width: 32px;
  max-height: 24px;
  height: 100%;
  width: 100%;
}
.site-header .header__nav.menu-right time {
  color: var(--text-color);
  background: var(--sec);
}
.site-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.site-menu-burger .burger {
  width: 30px;
  height: 30px;
}
.show-site-menu .site-menu-burger .burger span {
  transition: opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
}
.show-site-menu .site-menu-burger .burger span:nth-child(1) {
  top: 15px;
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-site-menu .site-menu-burger .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .site-menu-burger .burger span:last-child {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.show-site-menu .site-menu, .open-service-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  left: 0;
  z-index: 9999;
}
.site-menu-overlay {
  background: rgba(24, 10, 37, 0.49);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}
.site-menu-wrap {
  background-color: var(--violet);
  overflow-y: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
}
.site-menu__nav {
  width: 100%;
  margin-top: 35px;
}
.site-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.site-menu ul.sub-menu {
  display: none;
  width: 100%;
  order: 2;
}
.site-menu ul.sub-menu.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-menu ul.sub-menu li a {
  font-weight: 400;
}
.site-menu ul.sub-menu li:last-child {
  border-bottom: 0;
}
.site-menu ul li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  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: 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;
}
.site-menu ul li.msub-menu-open > span.drop i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-menu ul li span.drop {
  width: 10%;
  display: inline-flex;
  order: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  order: 1;
  color: var(--white);
}
.site-menu ul li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  width: 90%;
  text-transform: uppercase;
  color: var(--white);
  order: 0;
}
.site-menu ul li a:hover, .site-menu ul li a:focus {
  color: var(--orange);
}
.site-menu ul li.current-menu-item > a {
  color: var(--orange);
}
.site-menu-main ul li a {
  font-family: var(--font-body);
  font-size: 35px;
  font-weight: 400;
}
.site-menu-sub {
  margin-top: 20px;
}
.site-menu-wrap,
.site-menu nav {
  height: 100%;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.site-menu-wrap .menu-primary-container,
.site-menu nav .menu-primary-container {
  width: 100%;
}
.site-footer {
  width: 100%;
  position: relative;
  padding: 86px 0 27px;
  background-color: var(--violet);
}
.site-footer ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.site-footer ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}
.site-footer-main {
  margin-bottom: 60px;
}
.site-footer .flex-row {
  position: relative;
  z-index: 5;
}
.site-footer .logo {
  max-width: 230px;
}
.site-footer .logo img {
  max-width: 230px;
  width: 100%;
}
.site-footer-main .flex-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-footer-main .col-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: auto;
}
.site-footer-main .col-25:first-child {
  width: 273px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.site-footer-bottom .flex-row {
  gap: 80px;
  align-items: center;
  justify-content: flex-end;
  color: #D7C2EA;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.site-footer-bottom p {
  margin: 0;
}
.site-footer-bottom a {
  text-decoration: underline !important;
}
.site-footer-bottom ul {
  display: flex;
  gap: 26px;
}
.site-footer-bottom ul li a {
  color: #D7C2EA;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.site-footer h4 {
  color: var(--orange, #F6A217);
  font-weight: 700;
  line-height: 24px;
}
.site-footer-copyright {
  font-size: 14px;
  line-height: 20px;
}
.site-mega_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -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;
}
.site-mega_menu.active {
  opacity: 1;
  z-index: 99;
  pointer-events: all;
}
.site-mega_menu_wrap {
  width: 100%;
  height: auto;
  background-color: var(--white);
  padding: 20px 0;
  top: 0;
  left: 0;
  position: absolute;
}
.site-mega_menu_wrap .container {
  border-top: 1px solid #EFE6F3;
}
.site-mega_menu_wrap .mega_menu_close {
  position: absolute;
  width: 145px;
  padding: 13px 43px;
  border-radius: 12px 0 0;
  text-transform: uppercase;
  background-color: var(--yellow);
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.site-mega_menu_wrap .mega_menu_close i {
  margin-right: 10px;
}
.site-mega_menu__blk {
  max-width: 800px;
  width: 100%;
  gap: 59px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.site-mega_menu__blk.active {
  display: flex;
}
.site-mega_menu__blk.active#business {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: 130px;
}
.site-mega_menu__blk.active#prepare_visit {
  max-width: 850px;
  margin-left: auto;
  margin-right: unset;
}
.site-mega_menu__blk.active#contact {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
.site-mega_menu__blk.active#explore {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-mega_menu__blk .mega_menu_categories {
  max-width: 30%;
  width: 100%;
}
.site-mega_menu__blk .mega_menu_categories ul li a {
  display: inline-block !important;
}
.site-mega_menu__blk .mega_menu_categories ul li a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 10px;
  color: var(--text-color);
  vertical-align: middle;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-mega_menu__blk .mega_menu_categories .menu_item {
  cursor: pointer;
}
.site-mega_menu__blk .mega_menu_categories_items {
  max-width: calc(100% - (30% + 59px));
  width: 100%;
}
.site-mega_menu__blk .mega_menu_categories_items_blk {
  display: none;
}
.site-mega_menu__blk .mega_menu_categories_items_blk .h2 {
  color: var(--violet);
  margin-bottom: 36px;
  font-weight: 600;
}
.site-mega_menu__blk .mega_menu_categories_items_blk.active {
  display: block;
}
.site-mega_menu__blk ul {
  row-gap: 40px;
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-mega_menu__blk ul li {
  padding: 0 !important;
}
.site-mega_menu__blk ul li a {
  padding: 0 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  display: inline-block !important;
  color: var(--text-color) !important;
}
.site-mega_menu_overlay {
  background-color: rgba(24, 10, 37, 0.49);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.indicates-required {
  padding: 20px 0;
}

.close, .gal_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 28px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.airline_con {
  padding: 100px 0;
}

.main_content h4 {
  margin: 30px 0 10px;
}

.flight-data-mobile {
  display: none;
}

.social-links {
  align-items: flex-start;
  gap: 13px;
}
.social-links a {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #D7C2EA;
}
.social-links a:hover {
  background: #fff;
}

.bgwhite {
  background-color: var(--white);
  color: var(--bodybg);
}
.bgwhite h1,
.bgwhite h2,
.bgwhite h3,
.bgwhite h4,
.bgwhite h5,
.bgwhite a {
  color: var(--bodybg);
}

.bgblack {
  background-color: var(--bodybg);
  color: var(--white);
}
.bgblack h1,
.bgblack h2,
.bgblack h3,
.bgblack h4,
.bgblack h5,
.bgblack a,
.bgblack .cta {
  color: var(--white) !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

.text_uppercase {
  text-transform: uppercase;
}

.error-404 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.error-404 h1 {
  color: #000;
}
.error-404 .content {
  margin-bottom: 30px;
  font-size: 20px;
}

.mob_title {
  display: none;
  font-size: 14px;
  line-height: 26px;
  color: var(--violet);
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mob_title span {
  text-decoration: underline;
}
.mob_title.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  border: 0;
  background-color: transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-arrow.slick-prev {
  background-image: url("./assets/img/prev-ico.svg");
  left: -95px;
}
.slick-arrow.slick-next {
  background-image: url("./assets/img/next-icon.svg");
  right: calc((100vw - 1310px) / 2);
}
.slick-dots {
  -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;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  background-color: var(--cylindrical-coordinate);
  border: 1.5px solid var(--cylindrical-coordinate);
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 1.5px solid var(--pantone);
  font-size: 0;
  padding: 0;
}

#footer-profound {
  padding: 20px 0;
  position: relative;
}
#footer-profound * {
  color: #72797b;
  font-weight: 300;
}

#profound-copyright-footer a {
  text-decoration: none;
  vertical-align: middle;
  color: var(--red);
}

.acf-map {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.head_blk {
  position: relative;
  -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;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 584px;
  color: var(--white, #FFF);
}
.head_blk::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--violet, #562583);
}
.head_blk::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 228px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 25.52%, rgba(0, 0, 0, 0) 99.45%);
  z-index: 2;
}
.head_blk h4 {
  color: var(--white, #FFF);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}
.head_blk h1 {
  text-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.3px;
  color: #fff;
  margin: 0;
}
.head_blk_wrap {
  max-width: 790px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hbottom-blk {
  position: relative;
}
.hbottom-blk .flex-row {
  display: flex;
  width: 100%;
  max-width: 1104px;
  height: 90px;
  margin: 0 auto;
  border-radius: var(--border-radius-12);
  margin-top: -45px;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
}
.hbottom-blk-item {
  position: relative;
  -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;
  height: 100%;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  background: #FFF;
}
.hbottom-blk-item::after {
  content: "";
  width: 1px;
  height: 50%;
  bottom: 0;
  position: absolute;
  right: -1px;
  background-color: #F9F9F9;
}
.hbottom-blk-item:first-child {
  border-radius: 12px 2px 2px 12px;
}
.hbottom-blk-item:nth-child(2) {
  border-radius: 2px;
}
.hbottom-blk-item:last-child {
  border-radius: 2px 12px 12px 2px;
}
.hbottom-blk-item .icon {
  -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;
  padding: 8px 18px;
  margin-bottom: 0;
  height: 100%;
  gap: 16px;
  color: var(--violet);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  column-gap: 16px;
  width: 100%;
}
.hbottom-blk-item .icon .img {
  max-width: 60px;
  width: 100%;
  height: 100%;
  max-height: 60px;
  -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;
  background-color: #F9F9F9;
  border-radius: 100%;
  padding: 10px;
}
.hbottom-blk-item .icon .img img {
  max-height: 24px;
}
.hbottom-blk-item .icon.active {
  opacity: 0.4;
}

.pi-blk {
  position: relative;
  padding: 80px 0;
}
.pi-blk h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pi-blk h2 {
  line-height: 40px;
}
.pi-blk .tab-head {
  gap: 30px;
}
.pi-blk .tab-head-wrap {
  border-bottom: 1px solid var(--violet, #562583);
  display: inline-flex;
  align-items: flex-start;
  width: auto;
}
.pi-blk .tab-head-wrap h5 {
  display: flex;
  width: 200px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
}
.pi-blk .tab-head-wrap h5.active {
  border-bottom: 4px solid var(--violet, #562583);
}
.pi-blk .tab-content-wrap {
  margin-top: 46px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}
.pi-blk .tab-content-wrap.active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  position: relative;
}
.pi-blk .tab-content-wrap .flex-row {
  column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  max-width: 917px;
}
.pi-blk .tab-content-wrap-item {
  display: flex;
  padding: 24px 40px 24px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--yellow, #FDC62F);
  background: var(--white, #FFF);
  flex-basis: 418px;
}

.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}

.inline-fcol {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.inline-fcol h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}
.inline-fcol h1, .inline-fcol h2, .inline-fcol h3 {
  margin: 0;
}

.bgcurve-top::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 367px;
  border-radius: 0px 0px 36px 36px;
  background: var(--yellow, #FDC62F);
  position: absolute;
  top: 0;
  left: 0;
}

.services-blk {
  position: relative;
  background: #F2EBF9;
  padding: 92px 0 117px;
}
.services-blk .im-blk {
  margin: 93px 0 112px;
}
.services-blk .im-blk img {
  border-radius: 12px;
  overflow: hidden;
}
.services-blk .im-blk-item {
  position: relative;
  width: 100%;
  max-width: 357px;
}
.services-blk .im-blk-item-wrap {
  display: inline-flex;
  padding: 16px 35px 24px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: -52px;
  border-radius: 12px;
  background: var(--white, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  left: 50%;
  width: calc(100% - 64px);
  transform: translateX(-50%);
}
.services-blk .im-blk-item h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}
.services-blk .im-blk-item a {
  color: var(--sec, #EC691D);
  font-weight: 600;
  line-height: 24px;
}

.svc-blk {
  margin-top: 46px;
}
.svc-blk-item {
  display: flex;
  max-width: 264px;
  width: 100%;
  padding: 36px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: var(--white, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  text-align: center;
}
.svc-blk-item h4 {
  font-weight: 500;
  line-height: 36px;
}
.svc-blk-item a {
  color: var(--sec, #EC691D);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.news-blk {
  position: relative;
  padding: 112px 0;
  padding-left: calc((100vw - var(--container)) / 2);
  display: flex;
  gap: 76px;
}
.news-blk-cta {
  width: 100%;
  max-width: 338px;
}
.news-blk-cta .button {
  margin-top: 43px;
}
.border-b{
	padding-bottom: 20px; 
	border-bottom: 1px solid
}
.news-blk-slider {
  width: calc(100% - 414px);
  position: relative;
  overflow: hidden;
}
.news-blk-slider .swiper-slide {
  margin-bottom: 20px;
}

.news-blk-slider article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.news-blk-slider .post-wrap {
  display: flex;
  width: 292px;
  padding: 32px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: var(--white, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
}
.news-blk-slider .post-wrap.has_img {
  margin-top: -100px;
}
.news-blk-slider .post-title {
  margin: 0;
}
.news-blk-slider .post-title a {
  color: #180A25;
  font-weight: 600;
  line-height: 30px;
}
.news-blk-slider .read-more-link {
  font-weight: 600;
}
.download-link::before{
		content: '\2193';
		font-size: 16px;
		border: 1px solid;
		line-height: 1;
		margin-right: 5px;
		padding: 0 2px;
	}
	.download-link{
		background: var(--yellow);
		color: #fff;
		padding: 5px 20px;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 600;
		display: flex;
		align-items: center;
	}
	.news-blk-slider article .post-content{
		padding: 15px;
    	text-align: center;
	}
	.news-blk-slider article .post-content .post-title{
		margin-bottom: 15px
	}
.news-blk-slider [class*=swiper-button-] {
  width: auto;
  height: auto;
  top: 100px;
  position: absolute;
  cursor: pointer;
}
.news-blk-slider [class*=swiper-button-] img {
  width: 100%;
}
.news-blk-slider .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.news-blk-slider .swiper-button-next {
  right: 0;
}
.news-blk-slider .swiper-horizontal {
  position: relative;
}
.news-blk #tns1 > .tns-item:last-child {
  padding-right: 0;
}
.news-blk .swiper-wrapper {
  display: flex;
  justify-content: flex-end;
}
.news-blk .post-thumbnail, .news-blk .post-thumbnail img {
  width: 100%;
  border-radius: 12px;
}

.notice-bar {
  position: relative;
  display: flex;
  padding: 20px 87px;
  transition: all 0.5s ease;
}
.notice-bar .flex-row {
  justify-content: space-between;
  align-items: center;
}
.notice-bar.regular {
  background: #EFE6F3;
}
.notice-bar.emergency {
  background: var(--yellow, #FDC62F);
}
.notice-bar .cta {
  align-items: center;
  gap: 16px;
}
.notice-bar .close-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--text-color, #180A25);
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

.dec-bar {
  width: 14px;
  height: 169px;
  flex-shrink: 0;
  background: #FDC62F;
  position: absolute;
  left: 0;
  bottom: -52px;
}

.page-flights .con_hd {
  padding-bottom: 143px;
  align-items: flex-end;
}
.page-flights .con_hd::after {
  background: rgba(86, 37, 131, 0.76);
}
.page-flights .con_hd::before {
  content: none;
}
.page-flights .con_hd_wrap {
  max-width: 539px;
}
.page-flights .con_hd_wrap .cta {
  display: none;
}
.page-flights .con_hd_wrap .cta.active {
  display: block;
}
.page-flights .con_hd h1 span {
  transition: all 0.5s ease;
}
.page-flights .con_tabs {
  width: 100%;
  max-width: 540px;
  min-width: 540px;
}
.page-flights .con_tabs li {
  justify-content: center;
  flex: 250px 0 0;
  transition: all 0.5s ease;
}
.page-flights .flights-blk {
  position: relative;
  padding: 20px 0 110px;
  font-family: var(--font-body);
}
.page-flights .flights-blk::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 240px;
  flex-shrink: 0;
  border-radius: 0px 0px 36px 36px;
  background: #FDC62F;
  position: absolute;
  top: 0;
  left: 0;
}
.page-flights .flights-blk .flight-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 28px 46px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid rgba(86, 37, 131, 0.14);
  background: var(--white, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  margin-bottom: 12px;
  position: relative;
}
.page-flights .flights-blk .flight-row-header {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 0px 46px;
  gap: 16px;
  background: rgba(86, 37, 131, 0);
  margin-bottom: 35px;
}
.page-flights .flights-blk .flight-row-header div {
  max-width: 150px;
  width: 100%;
  padding: 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid rgba(86, 37, 131, 0.4);
  font-weight: 600;
  line-height: 24px;
}
.page-flights .flights-blk .arrival-row .airline img, .page-flights .flights-blk .departure-row .airline img {
  max-width: 100px;
  padding: 3px;
  border-radius: 2px;
  -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;
  border: 1px solid rgba(24, 10, 37, 0.12);
}
.page-flights .flights-blk .arrival-row .airline .airline-name, .page-flights .flights-blk .departure-row .airline .airline-name {
  display: none;
}
.page-flights .flights-blk .arrival-row div, .page-flights .flights-blk .departure-row div {
  max-width: 150px;
  width: 100%;
}
.page-flights .flights-blk .flight-number {
  color: #180A25;
  font-weight: 600;
  line-height: 36px;
}
.page-flights .flights-blk .airline {
  color: var(--sec, #EC691D);
  font-weight: 600;
  line-height: 36px;
}
.page-flights .flights-blk .city, .page-flights .flights-blk .time, .page-flights .flights-blk .expected {
  font-weight: 500;
  line-height: 36px;
}
.page-flights .flights-blk .status {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  max-width: 94px;
  padding: 6px 10px;
  border-radius: 2px;
  text-align: center;
}
.page-flights .flights-blk .status.status-on-time, .page-flights .flights-blk .status.status-arrived {
  background: var(--violet, #562583);
  color: var(--white, #FFF);
}
.page-flights .flights-blk .status.status-delayed, .page-flights .flights-blk .status.status-departed {
  background: var(--orange, #F6A217);
}
.page-flights .flights-blk .status.status-canceled {
  background: var(--sec, #EC691D);
}
.page-flights .flights-blk .tab-header, .page-flights .flights-blk .date-container {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.page-flights .flights-blk .utility-buttons button::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 28px;
  right: 46px;
  background-image: url("./assets/img/flight-arrow.svg");
  background-repeat: no-repeat;
}
.page-flights .flights-blk .utility-buttons button {
  display: flex;
  width: 100%;
  padding: 20px 46px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid rgba(86, 37, 131, 0.14);
  background: var(--white, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  font-weight: 500;
  line-height: 36px;
  font-family: var(--font-body);
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.page-flights .flights-blk .utility-buttons button::after {
  position: relative;
  top: unset;
  right: unset;
  transform: rotate(90deg);
}
.page-flights .flights-blk .dis-btn button {
  display: inline-flex;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--violet, #562583);
  color: var(--violet, #562583);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: unset;
}
.page-flights .flights-blk .dis-btn button:hover {
  transform: none;
}
.page-flights .flights-blk .dis-btn .cta {
  display: none;
  text-align: center;
}
.page-flights .dec-bar {
  width: 172px;
  height: 14px;
  left: calc((100vw - var(--container)) / 2);
  bottom: unset;
  top: 0;
}
.page-flights .services-blk::after {
  content: "";
  width: 267px;
  height: 14px;
  background: #FDC62F;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-flights .services-blk .inline-fcol {
  max-width: 674px;
}

.page-news {
  position: relative;
}
.page-news::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 169px;
  flex-shrink: 0;
  background: #FDC62F;
  position: absolute;
  left: 0;
  top: 67px;
}

.news-blk-grid .news-blk-slider {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px 16px;
  width: 100%;
/*   padding: 62px 0 103px; */
}
.news-blk-grid .news-blk-slider article {
  width: 357px;
}
.news-blk-grid .news-blk-slider article img {
  width: 100%;
  border-radius: 12px;
}
.news-blk-hero {
  position: relative;
  padding: 78px 0 0;
}
.news-blk-hero .cta {
  margin-bottom: 32px;
  max-width: 338px;
}
.news-blk-hero .flex-row {
  align-items: flex-start;
  justify-content: space-between;
}
.news-blk-hero .flex-row .col-40 {
  width: 100%;
  max-width: 453px;
}
.news-blk-hero .flex-row .col-60 {
  width: 100%;
  max-width: 627px;
}
.news-blk-hero .news-blk-slider {
  width: 100%;
}
.news-blk-hero .news-blk-slider .post-thumbnail, .news-blk-hero .news-blk-slider img {
  width: 100%;
  border-radius: 12px;
}
.news-blk-hero .news-blk-slider .post-wrap {
  width: 100%;
  max-width: 512px;
  margin-bottom: 62px;
}
.news-blk-hero .news-blk-slider .post-wrap span {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #FDC62F;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

body.home a.white_logo {
  max-width: 180px;
}
body.home .head_blk h4 {
  width: 100%;
}

body:not(.home) .site-header .flex-row {
  border-bottom: 1px solid #efe6f3;
}

.page-explore .hbottom-blk-item {
  cursor: pointer;
}
.page-explore .hbottom-blk-item .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}
.page-explore .hbottom-blk-item:hover .icon, .page-explore .hbottom-blk-item.active .icon {
  opacity: 0.400000006;
}
.page-explore .tab-content {
  padding-top: 124px;
}

.widget .widget-container .tab-container {
  width: 100%;
}
.widget .widget-container .utility-buttons {
  margin-bottom: 20px;
  width: 100%;
}

.tab-content-blk {
  margin-bottom: 56px;
}
.tab-content-bitem {
  position: relative;
  margin-bottom: 60px;
  max-width: calc(33.33% - 10.66px);
  width: 100%;
}
.tab-content-bitem .img {
  margin-top: -100px;
  width: 100%;
}
.tab-content-bitem .img img {
  width: 100%;
  border-radius: var(--border-radius-12);
  min-height: 260px;
  max-height: 260px;
  object-fit: cover;
}
.tab-content-bitem .con {
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  border-radius: var(--border-radius-12);
  background-color: var(--white);
  padding: 16px 35px 24px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 4px;
}
.tab-content-bitem .con .logo img {
  max-height: 90px;
}
.tab-content-bitem .con .title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: var(--text-color);
}
.tab-content-bitem .con .link {
  font-weight: 600;
  color: var(--sec);
  cursor: pointer;
}
.tab-content-item h2 {
  line-height: 55px;
  margin-bottom: 30px;
}
.tab-content-wrap {
  display: none;
  width: 100%;
  position: relative;
}
.tab-content-wrap.active {
  display: block;
}

.serv_popup, .site_popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -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;
}
.serv_popup.active, .site_popup.active {
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
.serv_popup_overlay, .site_popup_overlay {
  background-color: rgba(24, 10, 37, 0.5);
  width: 100%;
  position: fixed;
  height: 100%;
}
.serv_popup_item, .site_popup_item {
  overflow: auto;
  height: calc(100vh - 30px);
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: var(--white);
  padding: 16px 35px 24px;
  border-radius: var(--border-radius-12);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
}
.serv_popup_item .close, .site_popup_item .close {
  color: var(--violet);
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
}
.serv_popup_item_con .item, .site_popup_item_con .item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.serv_popup_item_con .title, .site_popup_item_con .title {
  font-size: 20px;
  font-weight: 500;
}
.serv_popup_item_con .spl_item, .site_popup_item_con .spl_item {
  margin-bottom: 16px;
}
.serv_popup_item_con .pp_title, .site_popup_item_con .pp_title {
  font-weight: 700;
}

.site_popup_item {
  max-width: 850px;
  padding: 30px 35px;
}
.site_popup_item .heading {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 800;
  color: var(--violet);
}
.site_popup_item .cta {
  margin-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  word-break: break-word;
}

.default_page {
  padding: 100px 0;
}
.default_page .main_content img {
  border-radius: 12px;
}
.default_page .main_content .cta a {
  text-decoration: underline;
  display: inline;
  color: var(--violet);
}
.default_page .main_content .cta a.button {
  text-decoration: none;
  margin: 10px;
  display: inline-block;
}
.default_page .main_content .cta table {
  width: 100%;
  margin-bottom: 20px;
}
.default_page .main_content .cta table tr td {
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid var(--sidebar_bg);
}

.con_frm {
  padding: 100px 0;
  position: relative;
}
.con_frm::after {
  content: "";
  position: absolute;
  bottom: 67px;
  left: 0;
  width: 14px;
  height: 166px;
  background-color: var(--yellow);
}
.con_frm_wrap {
  column-gap: 16px;
}
.con_frm_info {
  max-width: 355px;
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 34px;
}
.con_frm_info h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.con_frm_info h2 {
  margin-bottom: 12px;
  line-height: 40px;
}
.con_frm_info_wrap .cta {
  color: #26103A;
  padding-right: 30px;
}
.con_frm_info_wrap .info {
  color: var(--violet);
  font-weight: 600;
}
.con_frm_fm {
  max-width: calc(100% - 371px);
  width: 100%;
}
.con_hd {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 584px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--white);
}
.con_hd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(86, 37, 131, 0.8);
}
.con_hd::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 252px;
  background-color: var(--yellow);
  right: 0;
  bottom: -47px;
  z-index: 2;
}
.con_hd_wrap {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.con_hd_wrap h1 {
  color: var(--white);
  margin-bottom: 19px;
}
.con_hd_wrap .cta {
  max-width: 539px;
  margin-bottom: 43px;
}
.con_info {
  background-color: var(--sidebar_bg);
  padding: 81px 0;
}
.con_info h4 {
  color: var(--violet);
  margin-bottom: 22px;
  font-weight: 600;
  line-height: 24px;
}
.con_info_blk {
  column-gap: 16px;
}
.con_info_item {
  max-width: calc(33.33% - 10.66px);
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 2px 4px 0px rgba(42, 10, 72, 0.05), 0px 2px 30px 0px rgba(49, 13, 82, 0.16);
  border: 1px solid #EFE6F3;
  padding: 36px 35px;
  row-gap: 16px;
  -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;
  border-radius: 12px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
}
.con_info_item .icon {
  width: 100%;
  display: block;
}
.con_info_item .h4 {
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 36px;
}
.con_info_item img {
  max-height: 50px;
  width: 100%;
  height: 100%;
}

.tab_con {
  display: none;
}
.tab_con.active {
  display: block;
}

.con_tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 55%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid var(--white);
}
.con_tabs li {
  padding: 20px 24px;
  column-gap: 24px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 4px solid transparent;
}
.con_tabs li.active {
  border-color: var(--white);
  font-weight: 600;
}

.faq_con {
  position: relative;
}
.faq_con .con_frm_info_wrap {
  padding-top: 97px;
}
.faq_con .con_frm_info_wrap h6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.faq_con .con_frm_info_wrap h2 {
  margin-bottom: 12px;
}
.faq_con .con_frm_info_wrap .cta {
  max-width: 638px;
}
.faq_item {
  padding: 95px 0 128px;
}
.faq_item:first-child {
  position: relative;
  padding: 60px 0 105px;
}
.faq_item:first-child::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 166px;
  background-color: var(--yellow);
  bottom: -58px;
  left: 0;
}
.faq_item:first-child .faq_item_qs_blk:last-child {
  border-bottom: 0;
}
.faq_item.even {
  background-color: var(--sidebar_bg);
}
.faq_item.even .faq_item_qs_blk {
  border-bottom: 1px solid var(--violet);
}
.faq_item:last-child {
  padding: 105px 0 128px;
}
.faq_item:last-child .faq_item_qs_blk {
  border-bottom: 1px solid var(--violet);
}
.faq_item h4 {
  font-weight: 600;
  margin-bottom: 26px;
}
.faq_item_qs_blk {
  border-bottom: 1px solid var(--sidebar_bg);
  padding: 34px 40px 34px 16px;
}
.faq_item_qs .question {
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.faq_item_qs .question i {
  color: var(--violet);
  font-size: 18px;
}
.faq_item_qs .question.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_item_qs .answer {
  display: none;
  padding-top: 10px;
}

.join_blk_wrap {
  padding-bottom: 130px;
}
.join_blk_info {
  padding: 84px 0 57px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.join_blk_info .cta {
  max-width: 731px;
}
.join_blk_info h6 {
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 12px;
}
.join_blk_info h2 {
  line-height: 55px;
  color: var(--text-color);
}
.join_blk_item {
  padding: 36px 16px;
  border-bottom: 1px solid var(--yellow);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.join_blk_item:last-child {
  border-bottom: 0;
}
.join_blk_item_info h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.join_blk_item_link .link img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.join_blk_item_link .link:hover img {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.join_blk .news-blk {
  background-color: var(--sidebar_bg);
  position: relative;
  padding-top: 102px;
  padding-bottom: 116px;
}
.join_blk .news-blk::after {
  content: "";
  position: absolute;
  top: -32px;
  width: 14px;
  height: 166px;
  left: 0;
  background-color: var(--yellow);
}
.join_blk .news-blk-cta {
  padding-top: 46px;
}

.job_type, .job_hrs, .job_qual {
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--white);
  border-radius: 2px;
  line-height: 12px;
}
.job_type {
  background-color: var(--violet);
}
.job_hrs {
  background-color: var(--sec);
}
.job_qual {
  background-color: var(--orange);
  color: var(--text-color);
}

.single-vacancy {
  position: relative;
  width: 100%;
}
.single-vacancy::after, .single-vacancy::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 166px;
  background-color: var(--yellow);
}
.single-vacancy::after {
  top: 67px;
  left: 0;
}
.single-vacancy::before {
  bottom: 134px;
  right: 0;
}
.single-vacancy-wrap {
  padding-top: 78px;
  column-gap: 58px;
  padding-bottom: 105px;
}
.single-vacancy-sidebar {
  max-width: 316px;
  width: 100%;
  background-color: var(--sidebar_bg);
  padding: 53px 36px;
  height: fit-content;
  position: sticky;
  top: 100px;
  left: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26px;
  border-radius: 12px;
}
.single-vacancy-sidebar h6 {
  color: var(--violet);
  font-weight: 700;
  line-height: 26px;
}
.single-vacancy-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26px;
}
.single-vacancy-sidebar ul.sub_nav {
  margin-left: 20px;
}
.single-vacancy-sidebar ul li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: underline;
}
.single-vacancy-sidebar ul li a {
  font: inherit;
  text-decoration: underline;
  color: var(--violet);
}
.single-vacancy-sidebar ul li a.active {
  font-weight: 700;
}
.single-vacancy-mainbar {
  max-width: calc(100% - 374px);
  width: 100%;
  color: #26103A;
}
.single-vacancy-mainbar h1 {
  margin-bottom: 29px;
}
.single-vacancy-mainbar .join_blk_item_qs {
  margin-bottom: 20px;
}
.single-vacancy-mainbar h4 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
}
.single-vacancy-mainbar .main_content img {
  border-radius: 12px;
}
.single-vacancy-mainbar .main_content .cta {
  margin-bottom: 50px;
}
.single-vacancy-mainbar .main_content .cta a {
  text-decoration: underline;
  display: inline;
  color: var(--violet);
}
.single-vacancy-mainbar .main_content .cta a.img_class {
  text-decoration: none;
  margin-right: 50px;
}
.single-vacancy-mainbar .main_content .cta a.button {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
}
.single-vacancy-mainbar .airline_con {
  padding: 30px 0;
}
.single-vacancy-mainbar .tab-content-bitem .con {
  max-width: 100%;
}
.single-vacancy.pr_sub .single-vacancy-wrap {
  padding-bottom: 123px;
}
.single-vacancy.pr_sub.air_sub .single-vacancy-wrap {
  padding-bottom: 181px;
}
.single-vacancy.pr_sub .main_content .faq_item_qs_blk {
  padding-left: 0;
}
.single-vacancy.pr_sub .main_content .faq_item_qs .question.active {
  color: var(--violet);
}
.single-vacancy.pr_sub .main_content .faq_item_qs .answer {
  padding-right: 50px;
}
.single-vacancy.pr_sub .main_content img {
  margin-bottom: 61px;
}
.single-vacancy.pr_sub .main_content .cta a {
  text-decoration: underline;
  display: inline;
  color: var(--violet);
}
.single-vacancy.pr_sub .main_content .cta a.img_class {
  text-decoration: none;
  margin-right: 50px;
}
.single-vacancy.pr_sub .main_content .cta a.button {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
}
.single-vacancy.pr_sub .main_content .sub_title {
  color: var(--sec);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
  font-weight: 600;
}
.single-vacancy.pr_sub .main_content .faq {
  margin-top: 55px;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.breadcrumbs {
  color: var(--violet);
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: var(--sec);
}
.breadcrumbs span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  column-gap: 8px;
}

.about .join_blk_info {
  padding-bottom: 40px;
}
.about_strive {
  max-width: 731px;
  margin-bottom: 90px;
}
.about_strive h4 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 32px;
}
.about_strive .faq_item_qs_blk {
  padding-left: 0;
}
.about_strive .faq_item_qs_blk .answer {
  max-width: 618px;
}
.about .news-blk-cta {
  padding-top: 64px;
}

.abt_cr {
  background-color: var(--sidebar_bg);
  padding: 81px 0 121px;
  position: relative;
}
.abt_cr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 275px;
  height: 14px;
  background-color: var(--yellow);
}
.abt_cr h6 {
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: 600;
  line-height: 24px;
  color: var(--violet);
}
.abt_vc {
  min-height: 362px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -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;
  text-align: center;
  width: 100%;
}
.abt_vc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 37, 131, 0.68);
}
.abt_vc .container-918 {
  z-index: 2;
}
.abt_vc h1 {
  color: var(--white);
  margin-bottom: 35px;
}

.single_news {
  padding: 104px 0;
  background-color: var(--sidebar_bg);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single_news .container-565 {
  max-width: 565px;
  margin: 0 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single_news h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text-color);
  line-height: 18px;
  margin-bottom: 0;
}
.single_news h2 {
  color: var(--text-color);
  margin-bottom: 0;
}

.page-prepare .con_tabs {
  width: 100%;
  max-width: 630px;
}
.page-prepare .con_tabs li {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-prepare .dec-bar {
  top: -98px;
}

.visit_arr, .visit_dep {
  padding: 105px 0 85px;
}
.visit_arr .faq_item_qs, .visit_dep .faq_item_qs {
  padding-left: 78px;
  position: relative;
}
.visit_arr .faq_item_qs::before, .visit_dep .faq_item_qs::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  top: 36px;
  left: 12px;
  background-color: var(--violet);
}
.visit_arr .faq_item_qs .question, .visit_dep .faq_item_qs .question {
  position: relative;
}
.visit_arr .faq_item_qs .question.active::after, .visit_dep .faq_item_qs .question.active::after {
  background-color: var(--yellow);
}
.visit_arr .faq_item_qs .question::after, .visit_dep .faq_item_qs .question::after {
  content: "";
  position: absolute;
  left: -94px;
  top: 0;
  width: 27px;
  height: 27px;
  border: 4px solid var(--violet);
  background-color: var(--white);
  border-radius: 100%;
}
.visit_arr .faq_item_qs .question p, .visit_dep .faq_item_qs .question p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.visit_arr .faq_item_qs .answer .link, .visit_dep .faq_item_qs .answer .link {
  color: var(--sec);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.visit_arr .faq_item_qs .answer .link i, .visit_dep .faq_item_qs .answer .link i {
  margin-left: 10px;
}
.visit_arr .faq_item_qs .answer p, .visit_dep .faq_item_qs .answer p {
  margin-bottom: 10px;
}

.tariffs_item {
  padding: 34px 40px 34px 0;
  border-bottom: 1px solid var(--sidebar_bg);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.tariffs_item b, .tariffs_item .cost {
  font-weight: 600;
  color: var(--text-color);
}

body.flycur-page .con_hd_wrap h1 {
  display: none;
}

.mq-desktop {
  display: block !important;
}
@media (max-width: 960px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq-mobile {
  display: none !important;
}
@media (max-width: 960px) {
  .mq-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 1104px) {
  .container,
  #container {
    padding: 0 20px;
  }
  .container-xlmed,
  #container-xlmed {
    padding: 0 20px;
  }
  .site-header .flex-row {
    padding: 15px 0;
  }
  .site-header .col-20 {
    width: 100px;
  }
  .site-header .col-80 {
    width: calc(100% - 100px);
    padding-left: 0px;
  }
  .site-header .header__nav-list ul li {
    padding: 0 3px;
  }
  .hbottom-blk {
    padding: 0 20px;
  }
  .services-blk .im-blk-item {
    max-width: calc(33.33% - 10.66px);
  }
  .svc-blk-item {
    max-width: calc(25% - 12px);
  }
  .news-blk {
    padding-left: 20px;
  }
  .page-flights .flights-blk .flight-row-header div, .page-flights .flights-blk .arrival-row div, .page-flights .flights-blk .departure-row div {
    max-width: 130px;
  }
  .news-blk-hero .flex-row .col-40 {
    max-width: calc(40% - 16px);
  }
  .news-blk-hero .flex-row .col-60 {
    max-width: 60%;
  }
  .news-blk-grid .news-blk-slider article {
    width: calc(33.33% - 10.66px);
  }
  .con_tabs {
    max-width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .single-vacancy-mainbar .tab-content-bitem {
    max-width: calc(50% - 8px);
  }
  .single-vacancy-mainbar .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    max-width: 100%;
  }
  .container-xsmall, #container-xsmall {
    padding: 0 20px;
  }
  html,
  body {
    line-height: 1.2;
    font-size: 15px;
  }
  h1, .h1 {
    font-size: 40px;
    letter-spacing: 0;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  input[type=text], input[type=url], input[type=password], input[type=tel], input[type=number], input[type=email], .search-field, textarea, select {
    padding: 10px 12px !important;
  }
  .gform_wrapper .gfield_label {
    font-size: 13px !important;
  }
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 13px !important;
  }
  .gform_wrapper.gravity-theme textarea {
    line-height: 1 !important;
  }
  #burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .show-site-menu .site-menu {
    z-index: 99;
  }
  .site-header .header__nav-list {
    display: none;
  }
  .site-header .col-80 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container-918, #container-918 {
    padding: 0 20px;
  }
  .site-footer {
    padding: 30px 0;
  }
  .site-footer-main {
    margin-bottom: 30px;
  }
  .site-footer-main .col-25 {
    max-width: 33.33%;
    width: 100%;
  }
  .site-footer-main .col-25:first-child {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer-bottom .flex-row {
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .news-blk {
    padding: 50px 20px;
    gap: 20px;
  }
  .pi-blk {
    padding: 40px 0;
  }
  .pi-blk .tab-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pi-blk .tab-head-wrap h5 {
    max-width: 50%;
    width: 100%;
  }
  .pi-blk .tab-content-wrap .flex-row {
    column-gap: 20px;
  }
  .pi-blk .tab-content-wrap-item {
    flex-basis: unset;
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .services-blk {
    padding: 40px 0 50px;
  }
  .services-blk .im-blk-item-wrap {
    padding: 10px;
  }
  .head_blk h1 {
    font-size: 40px;
  }
  .con_tabs {
    max-width: 80%;
  }
  .con_tabs li {
    padding: 20px 0;
    column-gap: 10px;
    font-size: 16px;
    width: 100%;
  }
  .join_blk_item {
    padding: 10px;
  }
  .join_blk_item_info {
    max-width: 80%;
  }
  .join_blk_info {
    padding: 40px 0;
  }
  .join_blk_info h2 {
    line-height: 1.2;
  }
  .join_blk .news-blk {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about .news-blk-cta {
    padding-top: 0;
  }
  .default_page {
    padding: 50px 0;
  }
  .news-blk-slider .post-wrap {
    padding: 20px;
    gap: 8px;
    width: 90%;
  }
  .news-blk-slider .post-wrap.has_img {
    margin-top: -50px;
  }
  .news-blk-slider .post-title a {
    line-height: 1.2;
  }
  .news-blk-hero .news-blk-slider .post-wrap {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .news-blk-grid .news-blk-slider {
    gap: 30px 16px;
  }
  .news-blk-grid .news-blk-slider article {
    width: calc(50% - 8px);
  }
  .flight-data-mobile {
    display: block;
  }
  .flight-data-full {
    display: none;
  }
  .page-flights .flights-blk .flight-row-header {
    display: none;
  }
  .page-flights .flights-blk .flight-row {
    gap: 20px;
  }
  .page-flights .flights-blk .flight-row .mobile-row-left .flight-number, .page-flights .flights-blk .flight-row .mobile-row-left .city, .page-flights .flights-blk .flight-row .mobile-row-left .status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
  }
  .page-flights .flights-blk .flight-row .mobile-row-right .airline, .page-flights .flights-blk .flight-row .mobile-row-right .time, .page-flights .flights-blk .flight-row .mobile-row-right .expected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
  }
  .page-flights .flights-blk .flight-row .mobile-row-left, .page-flights .flights-blk .flight-row .mobile-row-right {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .specials {
    width: 100%;
    display: block;
    word-break: break-all;
  }
}
@media screen and (max-width: 600px) {
  .tab-content-bitem {
    max-width: 100%;
  }
  .page-prepare .con_tabs li {
    width: 100%;
  }
  .site-header .header__nav.menu-right span.change_weather {
    max-width: 20px;
    max-height: 22px;
  }
  .gform_wrapper .name_last {
    padding-left: 0 !important;
  }
  .gform_wrapper .name_first {
    padding-right: 0 !important;
  }
  .page-flights .flights-blk .flight-row .mobile-row-left .flight-number, .page-flights .flights-blk .flight-row .mobile-row-left .city, .page-flights .flights-blk .flight-row .mobile-row-left .status {
    margin-bottom: 10px;
  }
  .page-flights .flights-blk .flight-row .mobile-row-right .airline, .page-flights .flights-blk .flight-row .mobile-row-right .time, .page-flights .flights-blk .flight-row .mobile-row-right .expected {
    margin-bottom: 10px;
  }
  .page-flights .flights-blk .flight-row .mobile-row-left, .page-flights .flights-blk .flight-row .mobile-row-right {
    max-width: 100%;
  }
  .visit_arr .faq_item_qs, .visit_dep .faq_item_qs {
    padding-left: 40px;
  }
  .visit_arr .faq_item_qs .question::after, .visit_dep .faq_item_qs .question::after {
    left: -50px;
    top: 0;
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .visit_arr .faq_item_qs::before, .visit_dep .faq_item_qs::before {
    top: 30px;
    left: 17px;
  }
  .news-blk-hero .flex-row .col-40, .news-blk-hero .flex-row .col-60 {
    max-width: 100%;
    width: 100%;
  }
  .news-blk-grid .news-blk-slider article {
    width: 100%;
  }
  .single_news {
    padding: 50px 0;
  }
  .single_news .container-565 {
    padding: 0 20px;
  }
  .serv_popup_item, .site_popup_item {
    max-width: calc(100% - 40px);
  }
  .mob_title {
    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: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    max-width: 100%;
  }
  .single-vacancy.pr_sub .main_content img {
    margin-bottom: 20px;
  }
  .single-vacancy-sidebar {
    position: relative;
    top: unset;
    left: unset;
    padding: 20px;
    row-gap: 10px;
    margin-bottom: 30px;
  }
  .single-vacancy-sidebar .nav_list {
    display: none;
  }
  .single-vacancy-sidebar .nav_list.active {
    display: block;
  }
  .single-vacancy-sidebar .nav_list li {
    margin: 10px 0;
  }
  .single-vacancy-wrap {
    padding-top: 30px;
    column-gap: 0;
  }
  .single-vacancy-mainbar {
    max-width: 100%;
  }
  .single-vacancy-mainbar h1 {
    font-size: 30px;
  }
  .single-vacancy.pr_sub.air_sub .single-vacancy-wrap {
    padding-bottom: 30px;
  }
  .faq_con .con_frm_info_wrap {
    padding-top: 40px;
  }
  .faq_item {
    padding: 40px 0;
  }
  .faq_item:first-child {
    padding: 40px 0;
  }
  .faq_item_qs_blk {
    padding: 20px;
  }
  .qs {
    width: 90%;
  }
  .page-prepare .con_hd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .con_hd {
    min-height: 70vh;
  }
  .con_hd_wrap h1 {
    margin-bottom: 10px;
  }
  .con_hd_wrap .cta {
    margin-bottom: 10px;
  }
  .con_frm {
    padding: 40px 0;
  }
  .con_frm_info, .con_frm_fm {
    max-width: 100%;
    width: 100%;
  }
  .con_info {
    padding: 40px 0;
  }
  .con_info_item {
    max-width: 100%;
    padding: 10px;
    row-gap: 8px;
    margin-bottom: 20px;
  }
  .site-header .col-20 {
    width: 80px;
  }
  .site-header .col-80 {
    width: calc(100% - 80px);
  }
  .site-header .header__nav.menu-right span, .site-header .header__nav.menu-right time {
    letter-spacing: 0;
    font-size: 8px;
    padding: 5px;
  }
  #tns1 > .tns-item {
    width: 100% !important;
    padding-right: 0 !important;
    margin-left: -20px;
  }
  .burger {
    margin-right: 10px;
  }
  .head_blk {
    min-height: 50vh;
  }
  .gap-16 {
    gap: 8px;
  }
  .hbottom-blk .flex-row {
    border-radius: 12px;
    overflow: hidden;
    height: unset;
    margin-top: -20px;
  }
  .hbottom-blk-item {
    flex: unset;
    width: 100%;
    border-bottom: 1px solid var(--violet);
  }
  .hbottom-blk-item:first-child {
    border-radius: 0;
  }
  .hbottom-blk-item:last-child {
    border-bottom: 0;
  }
  .hbottom-blk-item .icon {
    gap: 8px;
    padding: 10px;
    font-size: 16px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pi-blk .tab-head-wrap h5 {
    padding: 10px;
    gap: 8px;
    font-size: 16px;
  }
  .pi-blk .tab-content-wrap-item {
    max-width: 100%;
    padding: 10px;
  }
  .pi-blk .tab-content-wrap .flex-row {
    column-gap: 0;
  }
  .services-blk .im-blk {
    margin: 60px 0 0;
  }
  .services-blk .im-blk-item {
    margin-bottom: 60px;
    max-width: 100%;
  }
  .services-blk .im-blk-item-wrap {
    top: -20px;
  }
  .services-blk .im-blk img {
    width: 100%;
  }
  .svc-blk-item {
    padding: 10px;
    max-width: 100%;
  }
  .news-blk {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-blk-slider [class*=swiper-button-] img {
    width: 60%;
  }
  .news-blk-slider .swiper-button-prev {
    left: -55px;
  }
  .news-blk-slider .swiper-button-next {
    right: -55px;
  }
  .news-blk-slider .post-wrap {
    width: 90%;
    padding: 35px;
  }
  .news-blk-slider .post-wrap.has_img {
    margin-top: -30px;
  }
  .news-blk-cta {
    max-width: 100%;
  }
  .news-blk-slider {
    max-width: 100%;
    width: 100%;
  }
  .site-footer-main .col-25 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-flights .con_tabs {
    min-width: unset;
  }
  .page-flights .con_tabs li {
    flex: unset;
    width: 50%;
  }
  .page-flights .con_hd {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .tariffs_item {
    padding: 20px 0;
  }
  .tariffs_item b, .tariffs_item .cost {
    max-width: 50%;
  }
  .tariffs_item .cost {
    text-align: right;
  }
  body.flycur-page .con_hd {
    min-height: 300px;
  }
}/*# sourceMappingURL=style.css.map */