@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

html{height:100%;}
input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}

a:hover{text-decoration:none!important}


/**/

body{

	line-height:1.6;
	color:#000;
	overflow-x:hidden;
	
	font-size:20px;
	font-weight:normal;
	padding:0!important;
	margin:0px!important;
}

a {text-decoration:none;}


.wrapper{
	position:absolute;
	display:block;
	width:100%;
	min-width:100%;
	top:0;
	left:0;
	/*min-width:690px;*/
	
	max-width:100%!important;
	overflow-x:hidden!important;
	background:#fff;
	padding:0;
	margin:0;
	min-height:100%;
	font-family: "Poppins", sans-serif;
}

/****/

.head-section{
	position:absolute;
	display:block;
	width:100%;
	top:1.1%;
	left:0;
	border:0px solid red;
	height:auto;
}

/* Top-right buttons */

.access-options{
	position:absolute;
	top:0;
	right:3%;
	width:32%;
	z-index:11;
	text-align:right;
}

.access-options div{display:inline-block;}

.access-options ul{
	padding:0;
	margin:0;
	text-indent:0;
	position:relative;
	display:inline-block;
}

.access-options ul li{
	display:inline-block;
	padding:0;
	margin-right:10px;
	cursor:pointer;
}

.access-options ul li:last-child{
	margin-right:0px;
}

.access-options ul li a{
	color: #222;
    padding: 1.15rem .85rem;
	display:inline-block;
	margin:0rem;
	font-size:.76em;
	cursor: pointer;
	font-weight:500;
	letter-spacing:.05px;
}

.access-options ul li a:hover{
	background:rgba(255,255,255,.7);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}


.top-free-btn{
	position:relative;
	background:#FFEF76;
	color:#000;
	font-size:.71em;
	display:inline-block;
	padding:15px 26px;
	line-height:1;
	margin:0 0 0 1em;
	box-shadow:0 0 12px 5px rgba(198,153,104,.3);
	webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.top-free-btn:hover{
	position:relative;
	background: #2A2A2A;
	color:#fff;
	box-shadow:0 0 12px 5px rgba(3,3,3,.3);
	webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

/**/

.site-logo{
	position:relative;
	display:inline-block;
	margin:-4px 0 0 ;
}

.site-logo img{
	height:100%;
	width:auto;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.site-logo img:hover{
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-o-transform: scale(0.93);
	transform: scale(0.93);
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.header-menu{
	position:relative;
	display:inline-block;
	z-index:10;
	margin:0 0 0 6.15em;
	width:66%;
}
/*
.header-menu .tbm {
    background-color: transparent;
}

.header-menu .tbm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color:transparent;
    border: none;
}

.head-section .tbm-link-container{
	margin-right:20px;
}

.head-section .tbm-link.level-1 {
    color: #222;
    padding: 1.15rem .75rem;
	margin:0rem;
	font-size:.73em;
	cursor: pointer;
	font-weight:500;
	letter-spacing:.05px;
}

.head-section .tbm-link.level-1:hover{background:transparent;}

.head-section .tbm-link-container:hover{
	background:rgba(255,255,255,.67);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tbm-item.level-1.open{background:rgba(255,255,255,.9);}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background:rgba(255,255,255,.9);
}

.tbm-submenu-toggle {
    display: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5rem;
    border: 0;
	text-align:right;
    cursor: pointer;
}

.tbm-submenu-toggle {
    background-color: transparent;
    color: #222;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.tbm-submenu-toggle:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    left: 50%;
    display: block;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid currentColor;
    transition: transform 400ms ease-out;
}

.tbm-submenu-toggle:hover, .tbm-submenu-toggle:focus {
    background-color:transparent;
}

.head-section .tbm-item.level-2{
	padding:10px 10px 0;
	background:rgba(229, 246, 254,.45);
}

.head-section .tbm-item.level-2 .tbm-link-container:hover{
	background:rgba(255,255,255,.0);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.head-section .tbm-item.level-2 .tbm-link-container{
    display:inline-block;
}

.tbm-item.level-1 {
    border-right: 0px solid rgba(0,0,0,0.2);
}

.tbm-item.level-2 a{
	font-size:.8em;
	font-weight:600;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tbm-item.level-2 a:hover{
	color:#1796d1;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}
*/
/**/

/****/

/* new mega menu */


.header-menu .tb-megamenu {
    background-color: transparent;
}

.header-menu .tb-megamenu *{
    border-top:0px solid #fff!important;
}

.tb-megamenu .dropdown-menu {
    border-bottom: 5px solid #E5F6FE;
}

/*
.header-menu .tbm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color:transparent;
    border: none;
}

.head-section .tbm-link-container{
	margin-right:620px;
}*/

.header-menu .tb-megamenu .nav > li > a,.header-menu .tb-megamenu .nav > li > span.tb-megamenu-no-link{
    color: #222;
    padding: 1.15rem .75rem;
	margin:0rem;
	font-size:.73em;
	cursor: pointer;
	font-weight:500;
	letter-spacing:.05px;
	margin-right:.55rem;
	border-right: 0px solid #222;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.header-menu .tb-megamenu .nav > li:last-child > a,.header-menu .tb-megamenu .nav > li:last-child > span.tb-megamenu-no-link{
  	margin-right:0rem!important;
}


.header-menu .tb-megamenu-item .caret {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0px!important;
	background-color: currentColor;
	mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6 8l4 4 4-4" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;

	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/* При відкритті меню — обертаємо SVG-стрілку */
.header-menu .tb-megamenu-item.open .caret {
  transform: rotate(180deg);
  	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.head-section .tbm-link.level-1:hover{background:transparent;}

.head-section .tbm-link-container:hover{
	background:rgba(255,255,255,.67);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.head-section .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color:rgba(255,255,255,.85);
    color: #165484;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
   
}

.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li {
    display: block;
    float: none;
    list-style: none;
    margin:0!important;
	padding:12px 10px!important;
	background:rgba(229, 246, 254,.45);
}

.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
	background-color:rgba(255,255,255,.85);
	color:#165484;
	text-decoration: none;
	text-shadow: none;
	outline: none;
}
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
	background-color: transparent;
	color: #165484;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: transparent;
	color: #165484;
	border-color:transparent;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover, .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
    color: #165484;
    text-decoration: none!important;
    outline: 0;
    background-color: transparent;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}

/**/

.head-section .tb-megamenu-column-inner{
	position:relative;
}

.head-section .tb-megamenu .row-fluid{
	margin-bottom:0;
    border:0px solid #fff!important;
}

.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
    line-height:1;
	margin:0;
	padding:0;
	display:inline-block;
	font-size:.75em;
	font-weight:600;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tb-megamenu .dropdown-menu {
    min-width:100%!important;
}

/*
.tbm-item.level-1.open{background:rgba(255,255,255,.9);}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background:rgba(255,255,255,.9);
}

.tbm-submenu-toggle {
    display: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5rem;
    border: 0;
	text-align:right;
    cursor: pointer;
}

.tbm-submenu-toggle {
    background-color: transparent;
    color: #222;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.tbm-submenu-toggle:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    left: 50%;
    display: block;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid currentColor;
    transition: transform 400ms ease-out;
}

.tbm-submenu-toggle:hover, .tbm-submenu-toggle:focus {
    background-color:transparent;
}

.head-section .tbm-item.level-2{
	padding:10px 10px 0;
	background:rgba(229, 246, 254,.45);
}

.head-section .tbm-item.level-2 .tbm-link-container:hover{
	background:rgba(255,255,255,.0);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.head-section .tbm-item.level-2 .tbm-link-container{
    display:inline-block;
}

.tbm-item.level-1 {
    border-right: 0px solid rgba(0,0,0,0.2);
}

.tbm-item.level-2 a{
	font-size:.8em;
	font-weight:600;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tbm-item.level-2 a:hover{
	color:#1796d1;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

*/


.block-inner{
	position:relative;
	text-align:left;
	padding:1.25rem 0 0;
	margin:.5rem 0 0;
	border-top:1.5px solid rgba(0,0,0,.09);
}

.block-inner .menu-row{
	display:inline-block;
	width:23%;
	margin-right:1%;
	height:auto;
	margin-right:15px;
	vertical-align:top;
	position:relative!important;
}

.block-inner .menu-row:last-child{
	margin-right:0%;
}

.block-inner .menu-row img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:4px;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.block-inner .menu-row img:hover{
	opacity:.7;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.block-inner .menu-row span{
	margin-top:7px;
	display:inline-block;
}

.block-inner .menu-row span a{
	font-size:.65em;
	font-weight:500;
	color:#000;
	padding:0!important;
	margin:0!important;
	white-space:pre-wrap;
	display:inline-block;
	line-height:1.3!important;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;

}

.block-inner .menu-row a:first-child{padding:0!important;}

.block-inner .menu-row span a:hover{
	color:#1796d1;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}


/****/


.hero-section{
	position:relative;
	display:flex;
	background:#E5F6FE;
	width:99%;
	height:87.5vh;
	margin:.5% 0 0 .5%;
	align-items: center;
	justify-content: flex-start; 
}

.welcome-hero {
	width: 35%;
	padding-left: 2rem; 
}

.welcome-hero h1{
	font-size:2.25em;
	font-weight:700;
	line-height:1.3;
}

.welcome-hero p{
	font-size:.82em;
	line-height:1.55;
	font-weight:normal;
	display:block;
}

.free-btn{
	position:relative;
	background:#FFEF76;
	color:#000;
	font-size:.75em;
	display:inline-block;
	padding:17px 35px;
	line-height:1;
	margin:1.65em 0 0;
	box-shadow:0 0 12px 5px rgba(198,153,104,.3);
	webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.free-btn:hover{
	position:relative;
	background: #2A2A2A;
	color:#fff;
	box-shadow:0 0 12px 5px rgba(3,3,3,.3);
	webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.hero-baner{
	position:absolute;
	width:63.5%;
	height:auto;
	right:1%;
	bottom:-6%;
}

/****/

.cta-section{
	position:relative;
	display:block;
	margin:7em 0 0;
	text-align:center;
}

.cta-section h2{
	display:block;
	width:45%;
	font-weight:600;
	margin:0 auto 2em;
	line-height:1.3;
	font-size:2.25em;
	text-align:center;
}

.cta-rows{
	position:relative;
	display: block;
	justify-content: center;
}

.cta-row{
	position:relative;
	display:inline-block;
	width:29%;
	margin:0 0 0;
	padding:0!important;
	overflow:hidden;
	box-shadow:0 0 6px 1px rgba(30,30,30,.15);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.cta-row:hover{
	box-shadow:0 0 16px 5px rgba(3, 116, 168,.27);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.cta-row a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	display:block;
	font-size:0;
}

.cta-row:nth-child(1),.cta-row:nth-child(3){transform: translateY(40px);}

.cta-row:nth-child(2){
	margin:0px 3.65% 0;
}

.cta-row img{
	width:100%;
	height:auto;
	line-height:1;
	padding:0;
	margin:0 0 -2.1%;
}

.cta-row span{
	position:absolute;
	display:inline-block;
	color:#000;
	z-index:10;
	bottom:-15%;
	left:4%;
	opacity:0;
	font-weight:500;
	padding: 12px 18px;
	font-size:.83em;
	background-color: rgba(255, 255, 255, 0.7); 
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.cta-row:hover span{
	opacity:1;
	bottom:5%;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/**/

.airlines-section{
	position:relative;
	display:block;
	width:94%;
	margin:11em auto 4em;
	text-align:left;
}

.airlines-slider-heading{
	text-align:left;
	width:39%;
}


.airlines-slider-heading h3{
	display:block;
	font-weight:600;
	margin:0 auto 25px;
	line-height:1.3;
	font-size:1.95em;
}

.airlines-slider-heading p{
	font-size:.83em;
	width:85%;
}

.slider.air{
	position:relative;
	display:block;
	margin:2em 0 2em;
}

.slider.air img{
	height:109px;
	width:auto;
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.slider.air img:hover{
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.slider.air .slick-slide a span{
	font-size:.74em;
	display:block;
	text-align:left;
	opacity:0;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.slider.air .slick-slide a:hover span{
	color:#2A2A2A;
	opacity:1;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/****/

.feature-highlights-section {
	background: #FFEF76;
	width: 99%;
	
	margin: 0.5% 0 0em 0.5%;
	display:inline-block;
	position: relative;
	padding:4em 15px 4em;
	
}

.feature-inner{
	display: flex;
	justify-content: flex-start; 
	align-items: center;
	padding:0;
	margin:0;
}

/**/

.feature-highlights-title{
	width:58%;
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
	margin-bottom:2em;
	margin-left:1.45%;
}

.feature-title {
	display: flex;
	align-items: center; /* Вирівнює заголовок по вертикалі */
	gap: 15px; /* Відступ між лого і заголовком */
}

.feature-title img {
  height: 70px;
  width: auto; /* Автоматично змінюється пропорційно */
  display: block;
}

.feature-title h2 {
  margin: 0; /* Прибрати зайвий відступ */
}

.feature-highlights-title p{
	font-size:.81em;
}

/**/

.feature-highlights-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	width: 60%;
	padding: 15px;
	box-sizing: border-box;
}

.highlights-row {
	display: flex;
	flex-direction: row;
	flex: 1 1 calc(50% - 15px);
	background-color: white;
	padding:40px 20px;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.highlights-row:hover{
	background-color:#E5F6FE;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.highlights-row:nth-child(1),
.highlights-row:nth-child(3) {
	margin-right: 15px;
}

.highlights-icons{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.highlights-icons img {
	height: 60px;
	width: auto;
	object-fit: contain;
	display: block;
	margin-right:3%;
}

.highlights-text {
	display:inline-block;
	vertical-align:middle;
	padding: 5px;
}

.highlights-text span{
	font-size:.89em;
	color:#000;
	font-weight:700;
	padding:0;
	line-height:1;
	vertical-align:middle;
	margin-bottom:12px;
	display:block;
}

.highlights-text p{
	font-size:.72em;
	vertical-align:middle;
	line-height:1.4;
	margin:0;
	padding:0;
	color:#000;
}

.feature-highlights-mockup {
	width: 40%;
	height:100%;
	position:absolute;
	display: block;
	text-align:right;
	right:0;
	top:0;
}

.feature-highlights-mockup img {
	width: auto;
	height: 85%;
	display:inline-block;
	margin:15% 3% 0;
	
}

/****/


.faq-section{
	position:relative;
	display:block;
	width:87%;
	margin:7em auto 0em;
	text-align:center;
}

.faq-section-header{margin-bottom:3em;}

.faq-section-header h4{
	display:block;
	text-align:center;
	line-height:1;
	padding:0;
	margin:0 0 .8em;
	font-size:2.25em;
	font-weight:500;
}

.faq-section-header p{
	position:relative;
	display:block;
	width:75%;
	margin:0 auto;
	font-size:.79em;
	line-height:1.45;
	text-align:center;
	color:#111;
}

.faq-section-rows{
	position:relative;
	display:inline-block;
	width:95%;
	text-align:left;
}

.faq-section-rows .faq-row{
	margin-bottom: 18px;
	display:inline-block;
	width:47%;
	vertical-align:top;
}

.faq-section-rows .faq-row:nth-child(odd){
	margin:0 5% 0 0;
}

.faq-title{
	padding: 20px 35px;
	font-size: .85em;
	background-color:#F5F5F5;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	background-image: url(../images/plus_icon.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 25px 25px;
	cursor: pointer;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-title:hover{
	background-color:#ededed;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-title.active{
	background-image: url(../images/minus_icon.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 25px 25px;
	background-color:#E5F6FE;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.faq-title.active:hover{
	color:#1c1c1c;
	opacity:.89;
}

.faq-content {
	display: none;
	margin:10px 0;
	padding:4%;
	background:rgba(30, 30, 30,.025);
}

.faq-content p {
	margin: 0;
	padding: 0;
	font-size:.78em;
	line-height:1.42;
}

.faq-content li{
	margin-bottom:7px;
	font-size:.95em;
}

/****/

.testimonials-section{
	position:relative;
	display:block;
	background:rgba(248, 248, 248,.7);
	margin:7em 0 0em;
}

.testimonials-section h4 {
    display: block;
    text-align: center;
    line-height: 1;
    padding:1.25em 0 0;
    margin: 0em 0 1.05em;
    font-size: 2.1em;
    font-weight: 400;
}

.slider.testimonials{
	position:relative;
	display:block;
	width:89%;
	padding:4em 25px 5em;
	
	margin:0em auto 0;
}

.slider.testimonials .slick-slide{
	margin:10px 25px;
	padding:20px;
	background:#fff;
	box-shadow:0 0 7px 3.75px rgba(0,0,0,.033);
}

.slider.testimonials .slick-slide:hover{
	box-shadow:0 0 9px 4.25px rgba(0,0,0,.093);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.testimonials-head {
	display: flex;
	align-items: center; /* вирівнювання по центру */
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
}

.testimonials-head img {
	max-width: 100%;
	height: auto;
	width: 100px; /* або інша бажана фіксована ширина */
	flex-shrink: 0;
	display: block;
	margin-right:5px;
	box-shadow:0 0 3px rgba(30,30,30,.3);
}

.testimonials-info {
	display: flex;
	flex-direction: column;
	justify-content: center; /* вертикальне вирівнювання всередині */
	gap: 5px;
}

.t-title {
	font-weight:700;
	font-size:1em;
	padding:0;
	margin:0 0 5px;
	line-height:1;
}

.t-country {
	font-size: .8em;
	font-weight:300;
	color:rgba(0,0,0,.41);
	padding:0;
	margin:0;
	line-height:1;
}

.testimonials-airline {
	margin-left: auto; 
	font-size: 0.9em;
	color: #333;
	align-self: flex-start;
	float:right;
}

.testimonials-airline span{
	font-weight:300;
	color:rgba(0,0,0,.41);
	padding:0;
	margin:0 5px 0 0;
	font-size:.83em;
	line-height:1;
}

.testimonials-airline a{
	font-weight:500;
	color:#3F70ED;
	padding:0;
	margin:0;
	font-size:.94em;
	line-height:1;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.testimonials-airline a:hover{
	color:#FBD675;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.testimonials-body{
	position:relative;
	display:block;
	margin:33px 0 22px;
}

.testimonials-body p{
	font-size:.79em;
	line-height:1.42;
	font-weight:normal;
}

/****/

.tips-section{
	position:relative;
	display:block;
	width:90%;
	margin:4em auto 0em;
	text-align:center;
}

.tips-section-title{margin-bottom:4em;}

.tips-section-title span {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 1.25em 0 0;
    margin: 0em 0 1.05em;
    font-size: 2.1em;
    font-weight: 400;
}

.tips-section-title p{
    position: relative;
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size: .79em;
    line-height: 1.45;
    text-align: center;
    color: #111;
}

.tips-row{
	position:relative;
	display:inline-block;
	width:31%;
	vertical-align:top;
}

.tips-row:nth-child(even){
	margin:0 2.65% 0;
}

.tips-row img{
	width:100%;
	height:auto;
	line-height:1;
	padding:0;
	margin:0;
	box-shadow:0 0 3px rgba(30,30,30,.3);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;

}

.tips-row img:hover {
	box-shadow:0 0 6px rgba(30,30,30,.4);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tip-for{
	display:block;
	text-align:left;
	font-size:.79em;
	font-weight:600;
	color:#3F70ED;
	margin:1em 0;
}

.tip-title-link{
	font-size:1.01em;
	color:#000;
	display:block;
	text-align:left;
	font-weight:700;

}

.tips-row:hover .tip-title-link{
	color:#FBD675;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.tips-row p{
	text-align:left;
	font-size:.67em;
	line-height:1.4;
	color:rgba(0,0,0,.65);
	display:block;
}

.btn-link-go{
	position:relative;
	display:inline-block;
	float:left;
	font-size:.79em;
	margin:.55em 0 0;
	color:#153484;
}

.btn-link-go:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-image: url(../images/sl-go.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.btn-link-go:hover:after {
	animation: shake-horizontal 2.1s infinite ease-in-out;
}


@keyframes shake-horizontal {
	0%   { transform: translateY(-50%) translateX(-3px); }
	50%  { transform: translateY(-50%) translateX(3px); }
	100% { transform: translateY(-50%) translateX(-3px); }
}

/****/

/* Price Packages */

.airline-packages {
	display:block;
	width:100%;
	margin:5em 0 2em;
	padding: 40px 0px;
	text-align:center;
}

.package-row {
	/*background: #f9f9f9;*/
	background:#fff;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	padding: 2% 2.5%;
	width:21.3%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.001);
	text-align: left;
	position: relative;
	transition: transform 0.2s ease;
	display:inline-block;
}

.package-row:nth-child(2){
	margin:0 3%;
}

.package-row:hover {
	border: 1px solid #e5f6fe;
	transform: scale(1.02);
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}


/* === POPULAR === */
.package-row.popular {
	/*background-color: #e6f4ff;
	border: 2px solid #3399ff;
	box-shadow: 0 8px 16px rgba(0, 102, 204, 0.2);*/
	background: #f9f9f9;
	border: 1.9px solid #e8e8e8;
	top: -1.75em;
	width:22%;
	padding: 1.2% 2.5% 2%;
}

.package-title{
	position:relative;
	display:block;
	text-align:left;
	width:100%;
	font-size:1.05em;
	font-weight:600;
}

.popular-field{
	position: relative;
	display:block;
	z-index: 2;
}

.popular-field p{
	display:inline-block;
	background-color: white;
	/*color: #3399ff;*/
	color:rgba(30,30,30,.56);
	font-size:.58em;
	font-weight:500;
	padding: 9px 17px;
	line-height:1;
	margin:-9px 0 12px;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.package-row span.duration-field {
	display: block;
	margin: 8px 0;
	font-size:.75em;
	color: #777;
}

.package-row span.price-field {
	display: block;
	font-size:2.5em;
	font-weight:700;
	margin-bottom: 12px;
	color:#2A2A2A;
	line-height:1;
	margin:.79em 0 .54em;
	text-align:left;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}


.package-row:hover .package-title,
.package-row:hover span.price-field {
	color: #165494;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.package-row a {
	display: block;
	/*background-color: #007bff;*/
	background-color: #165494;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0;
	font-size:.85em;
	border-radius: 6px;
	margin: 1.14em auto .84em;
	position:relative;
	display:block;
	width: 100%;
	text-align:center;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
	transition: background-color 0.2s ease;
}

.package-row a:hover {
	background-color: #FFEF76;
	color:#2A2A2A;
}

.plan-description-field {
	display: block;
	margin-top: 16px;
	text-align: left;
}

.plan-description-field label {
	font-weight:500;
	font-size: .75em;
    color: #111;
	display: block;
	margin:11px 0 11px;
}

.plan-description-field ul {
	padding-left: 18px;
	margin:4px 0 0;
}

.plan-description-field li {
	margin-bottom: 3px;
	list-style-type: disc;
	color: #222;
	font-size:.72em;
	
}



/****/

/** Get free access **/

.get-free-access-page .page-hero {
	height:auto;
}

.tabs-section{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:6.5em 0 3em;
}

.get-free-access-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom:3em;
}

.get-free-access-tabs {
	display: flex;
	background: white;
	border: 1px solid #ccc;
	border-radius: 50px;
	position: relative;
	padding: 5px;
	overflow: hidden;
}

.get-free-access-tab {
	position: relative;
	z-index: 1;
	padding: 15px 29px;
	border-radius: 50px;
	cursor: pointer;
	font-weight:600;
	font-size:.87em;
	color: #2a2a2a;
	opacity:1;
	transition: color 0.3s ease;
}

.get-free-access-tab.active:hover {
	opacity:1;
	transition: opacity 0.3s ease;
}

.get-free-access-tab:hover {
	opacity:.75;
	transition: opacity 0.3s ease;
}

.get-free-access-tab.active {
	color: white;
}

.get-free-access-tab-bg {
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 0;
	background: #2A2A2A;
	border-radius: 50px;
	z-index: 0;
	transition: all 0.4s ease;
}

.get-free-access-content-container {
	position: relative;
	max-width: 88%;
	margin: .5em auto 0;
	min-height: 200px;
}

.get-free-access-content-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.get-free-access-content-wrapper.active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
}

.get-free-access-text {
	width: 67%;
}

.get-free-access-text h3{
	font-size:1.85em;
	margin-bottom:.85em;
}

.get-free-access-text h3 u{
	text-decoration: none;
	position: relative;
	display:inline-block;
}

.get-free-access-text h3 u:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 7px; 
	background-color: #FFD700; 
	z-index: 1;
	border-radius: 2px;
}

.get-free-access-text p{
	font-size:.89em;
	font-weight:500;
}

.get-free-access-gap {
	width: 3.5%;
}

.get-free-access-form {
	width: 47%;
	min-height: 450px;
	/*background: #eee;*/
	z-index:9;
}

/****/

.tbm.animate:not(.tbm--mobile) .tbm-item.open>.tbm-submenu {
    opacity: 1;
}

/****/

/* User Page */

.user-body {
	position: relative;
	background: #E5F6FE;
	width: 95%;
	margin: .5% 0 -6em .5%;
	padding: 0 2%;
	background: url("/themes/myskyplatform/images/user.png") no-repeat center center fixed;
	background-size: cover;
	min-height: 98vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* Центруємо форму */
.user-login-form {
	max-width: 400px;
	margin: 25vh auto 0;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	padding: 32px 24px;
	backdrop-filter: blur(10px);
	position: relative;
	font-family: "Poppins", sans-serif;
}

/* Заголовок */
.user-login-form::before {
	content: "";
	display: block;
	width: 74px;
	height: 74px;
	background: #E5F6FE url("/themes/myskyplatform/images/user-icon.png") no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
	margin: 0 auto 16px;
}

/* Поля форми */
.user-login-form .form-item {
	position: relative;
	margin-bottom: 20px;
}

.user-login-form label {
	display: none;
}

/* Стиль інпутів */
.user-login-form input.form-text {
	width: 85%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #f7f9fa;
	font-size: 15px;
	transition: border 0.2s, box-shadow 0.2s;
}

/* Додаткові стилі для полів з іконками */
.user-login-form input.form-text.with-icon {
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 18px;
}

/* Email іконка */
.user-login-form input.form-text.email-icon {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 2v.01L12 13 4 6.01V6h16ZM4 18V8.33l7.12 6.41a1 1 0 0 0 1.33 0L20 8.33V18H4Z'/></svg>");
}

/* Password іконка */
.user-login-form input.form-text.password-icon {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a6 6 0 0 0-6 6v2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-1V8a6 6 0 0 0-6-6Zm-4 6a4 4 0 1 1 8 0v2H8V8Zm4 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z'/></svg>");
}

/* Фокус */
.user-login-form input.form-text:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
	outline: none;
}

/* Кнопка */
.user-login-form .form-actions input.form-submit {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 16px 0;
	border: none;
	border-radius: 10px;
	font-size: .85em;
	cursor: pointer;
	margin:.55em 0 0;
 	transition: background 0.2s;
}

.user-login-form .form-actions input.form-submit:hover {
	background: #165494;
}

/* Текст-підказки */
.user-login-form .description {
	font-size: 13px;
	color: #555;
	margin-top: 6px;
}

.user-body [data-drupal-messages] {
	margin-top: 1.2em;
	padding: 14px 18px;
	background-color: #ffe0e0;
	color: #900;
	border: 1px solid #f5c2c2;
	border-radius: 10px;
	font-size:.75em;
	line-height: 1.5;
}

.user-body [data-drupal-messages] a {
	color: #900;
	text-decoration: underline;
}

.user-body [data-drupal-messages] h2.visually-hidden {
	display: none;
}

/****/

.footer-navigation-section{
	background: #2A2A2A;
    width: 97%;
	min-height:300px;
    margin: 7em 0 0em 0.5%;
    display: inline-block;
    position: relative;
    padding: .6em 15px 3em;
}

/**/

.user-body-password{
	position: relative;
	background: #E5F6FE;
	width: 95%;
	margin: .5% 0 -6em .5%;
	padding: 0 2%;
	min-height: 65vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}


/* Форма скидання пароля */
.user-pass {
	max-width: 400px;
	margin: 17vh auto 3em;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	padding: 32px 24px;
	backdrop-filter: blur(10px);
	position: relative;
}


.user-body-password [data-drupal-messages]{
	max-width: 75%;
	display:block;
	text-align:center;
	position:relative;
	margin: 16vh auto -10.5vh;
	font-size:.8em;
}

/* Іконка зверху */
.user-pass::before {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	background: #f0f4f8 url("/themes/myskyplatform/images/user-icon.png") no-repeat center center;
	background-size: 50%;
	border-radius: 50%;
	margin: 0 auto 16px;
}

/* Поля форми */
.user-pass .form-item {
	margin-bottom: 20px;
}

.user-pass label {
	display: none;
}

/* Інпут */
.user-pass input.form-text {
	width: 90%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #f7f9fa;
	font-size: 15px;
	transition: border 0.2s, box-shadow 0.2s;
}

/* Інпут у фокусі */
.user-pass input.form-text:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
	outline: none;
}

/* Кнопка */
.user-pass .form-actions input.form-submit {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 16px 0;
	border: none;
	border-radius: 10px;
	font-size: .85em;
	cursor: pointer;
	margin:.55em 0 0;
 	transition: background 0.2s;
}

.user-pass .form-actions input.form-submit:hover {
	background: #165494;
}

/* Пояснення під інпутом */
.user-pass p {
	font-size: 14px;
	color: #444;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* Обгортка для іконки */
.user-pass .input-icon-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.user-pass .input-icon-wrapper input[type="text"] {
	padding-left: 42px;
}

/* Іконка в полі */
.user-pass .input-icon {
	position: absolute;
	left: 12px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	pointer-events: none;
}


/****/

.user-pass-reset-body{
	position: relative;
	background: #E5F6FE;
	width: 95%;
	margin: .5% 0 -6em .5%;
	padding: 0 2%;
	min-height: 65vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.user-pass-reset-body form{
	position:relative;
	display:block;
	width:100%;
	margin: 17vh auto 3em;
}

.user-pass-reset-body form p{
	font-size:.95em;
	line-height:1.5;
	margin:0 0 14px;
}

.user-pass-reset-body form input.form-submit {
    width: 300px;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 16px 0;
    border: none;
    border-radius: 10px;
    font-size: .85em;
    cursor: pointer;
    margin: 1.55em 0 0;
    transition: background 0.2s;
}

.user-pass-reset-body form input.form-submit:hover {
	background: #165494;
}


/****/

/* Hello User */

.hello-user-section{
	position: relative;
	background: #E5F6FE;
	width: 95%;
	min-height:300px;
	margin: .5% 0 3em .5%;
	padding:4em 0 2%;
	min-height: auto;
	display:inline-block;
}

.hello-user-section h3{
	display:block;
	text-align:center;
    line-height: 1;
    padding: 0;
    margin: 1.4em 0 .94em;
    font-size: 2.0em;
    font-weight: 600;
}

.user-active-subscriptions {
	max-width: 65%;
	margin: 0 auto 4em;
}

.user-subscription-info h5 {
	background-color: #e5fef9;
	padding:40px 20px;
	margin: 0 0 2em;
	line-height:1;
	font-size: 1.3em;
	text-align: center;
	font-weight: 700;
}

.sub-table{
	position:relative;
	display:block;
	margin-bottom:1em;
	padding-bottom:2em;
	border-bottom:1.45px solid rgba(42, 42, 42,.5);
}

.sub-table:last-child{
	position:relative;
	display:block;
	margin-bottom:1em;
	padding-bottom:2em;
	border-bottom:0px solid #2A2A2A!important;
}

.sub-table h6{
	font-size: 1.07em;
	color:#11456B;
}

.sub-row {
	display: flex;
	margin-bottom: 12px;
	font-size: .88em;
	align-items: stretch;
}

/* Ліва частина */
.sub-row span {
	background-color: #f7f7f7;
	padding: 15px 16px;
	font-weight: 600;
	min-width: 220px;
	display: inline-block;
	border-radius: 4px;
	box-sizing: border-box;
}

/* Відступ між лівою та правою колонкою */
.sub-row span {
	margin-right: 12px;
}

/* Права частина */
.sub-row p {
	background-color: #f9f9f9;
	padding: 15px 16px;
	margin: 0;
	flex-grow: 1;
	font-weight: 400;
	border-radius: 4px;
	box-sizing: border-box;
}

/* Розділювач між підписками */
.user-subscription-info > br {
	display: block;
	height: 1px;
	background-color: #ccc;
	margin: 32px 0;
	content: "";
	border: none;
}


/****/

.user-new-pass-hero{
	position: relative;
	background: #E5F6FE;
	width: 95%;
	margin: .5% 0 -6em .5%;
	padding: 0 2%;
	min-height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.user-new-pass-hero h2{
	position:relative;
	display:block;
	text-align:center;
	margin:4em 0 1.5em;
	padding:0;
	line-height:1;
	font-size: 2em;
}

.user-new-body{
	position:relative;
	display:block;
	text-align:left;
	width:85%;
	margin:29vh auto;
}

.user-new-body[data-drupal-messages]{
	max-width: 95%;
	display:block;
	position:relative;
	margin:20px 0 40px;
	font-size:.8em;
}

/* Контейнер форми */
.user-new-body .user-form {
  max-width: 400px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #333;
}

/* Всі поля */
.user-new-body .user-form input[type="email"],
.user-new-body .user-form input[type="password"],
.user-new-body .user-form input[type="text"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9fafb;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 12px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}


.user-new-body .user-form input:focus {
	outline: none;
	border-color: #999;
	background-color:rgba(229, 246, 254,.65);
}

/* Опис під полем */
.user-new-body .user-form .description {
	font-size: .65em;
	color: #777;
	margin-top: -10px;
	margin-bottom: 14px;
}

/* Лейбли */
.user-new-body .user-form label {
	font-size: .75em;
	font-weight: 500;
	display: block;
	margin-bottom: 4px;
}

/* Кнопка */
.user-new-body .user-form input[type="submit"],
.user-new-body .user-form .form-actions input[type="submit"] {
	width: 100%;
	background-color: #2D2D2B;
	box-shadow:0 0 4px rgba(42, 42, 42,.5);
	color: #fff;
	padding:17px 14px;
	border: none;
	border-radius: 10px;
	font-size:.88em;
	font-weight: 600;
	cursor: pointer;
	margin:15px 0 0;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.user-new-body .user-form input[type="submit"]:hover {
	background-color: #FFEF76;
	color:#000;
}

/* Парольна підказка і підтвердження */
.user-new-body .password-strength,
.user-new-body .password-confirm-message {
	font-size: .65em;
	color: #666;
	margin:6px 0 30px;
	box-shadow:0 0 4px rgba(30,30,30,.015);
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}


/****/

/* Окремі сторінки послуг */

.page-hero {
	position: relative;
	display: flex;
	background: #E5F6FE;
	width: 95%;
	height: 80.5vh;
	margin: .5% 0 0 .5%;
	align-items: center;
	justify-content: space-between; /* розділяє контент і банер */
	padding: 0 2%; /* відступи зліва і справа */
}

.site-logo {
	position: absolute;
	top: 1.75%;
	left: 2.15%;
	display: inline-block;
}

.site-logo img {
	height: 67px;
	width: auto;
	transition: transform 0.3s ease;
}

.site-logo img:hover {
	transform: scale(0.93);
	transition: transform 0.3s ease;
}

.hero-content {
	width: 40%;
	padding-left: 1%; /* вирівняно по лівому краю */
	display: flex;
	flex-direction: column;
	justify-content: center; /* вертикальне вирівнювання */
	align-self: center;
}

.hero-content h1 {
	font-size: 2.1em;
	font-weight: 600;
	line-height: 1.35;
	margin-top: -.25em;
	margin-bottom: 10px;
}

.hero-content p {
	font-size: .75em;
	line-height: 1.55;
	font-weight: normal;
	display: block;
}

.page-hero-baner {
	width: 40%;
	margin-right:6%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	box-shadow: 0 0 9px 3px rgba(42, 42, 42, .15);
}

.page-hero-baner img {
	width: 100%;
	height: auto;
	display: block;
}

.btn-cta {
	position: relative;
	background: #2A2A2A;
	color: #fff;
	font-size: .75em;
	display: inline-block!important;
	padding: 17px 0px;
	width:33%;
	line-height: 1;
	text-align:center;
	margin: 1.65em 0 0;
	box-shadow: 0 0 12px 5px rgba(42, 42, 42, .3);
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.btn-cta:hover{
	background:#FFEF76;
	color:#2A2A2A;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}


/**/

#block-myskyplatform-views-block-up-course-headings-block-1{
	text-align:center;
	position:relative;
	display:block;
	padding:5em 0 3em;
}

#block-myskyplatform-views-block-up-course-headings-block-1 h2{
	font-size:2em;
	font-weight:300;
	padding:0;
	margin:0 0 .5em;
	line-height:1.3;
	text-transform:capitalize;
}

#block-myskyplatform-views-block-up-course-headings-block-1 h3{
	font-size:2em;
	font-weight:800;
	padding:0;
	margin:0;
	line-height:1.3;
	text-transform:capitalize;
}

/**/

/* Список авіліній */

#block-myskyplatform-views-block-up-airline-cabincrew-list,
#block-myskyplatform-views-block-up-airline-pilot-list{
	position:relative;
	display:block;
	width:99%;
	margin:3% auto 0;
}

#block-myskyplatform-views-block-up-airline-cabincrew-list .views-row ,
#block-myskyplatform-views-block-up-airline-pilot-list .views-row {
	background-color: #F8F8F8;
	position:relative;
	padding: 5.7% 4%;
	display: flex;
	align-items: center; /* вертикальне вирівнювання */
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 2em;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

#block-myskyplatform-views-block-up-airline-cabincrew-list .views-row:hover,
#block-myskyplatform-views-block-up-airline-pilot-list .views-row:hover{
	background-color: #f3f4f5;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

#block-myskyplatform-views-block-up-airline-cabincrew-list .views-row:hover .views-field-field-image-airlines img,
#block-myskyplatform-views-block-up-airline-pilot-list .views-row:hover .views-field-field-image-airlines-in-the-test img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

/* Зображення ліворуч */
#block-myskyplatform-views-block-up-airline-cabincrew-list .views-field-field-image-airlines img,
#block-myskyplatform-views-block-up-airline-pilot-list .views-field-field-image-airlines-in-the-test img {
	height: 105px;
	width: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

/* Блок з інформацією — по праву сторону */
.views-field-name .airline-list-info {
	width: 100%;
}

/* Щоб контент всередині не вилазив за межі */
#block-myskyplatform-views-block-up-airline-cabincrew-list .views-row > div ,
#block-myskyplatform-views-block-up-airline-pilot-list .views-row > div {
	flex: 1;
}

/* За потреби — зображення менше простору, текст більше */
#block-myskyplatform-views-block-up-airline-cabincrew-list .views-field-field-image-airlines,
#block-myskyplatform-views-block-up-airline-pilot-list .views-field-field-image-airlines-in-the-test {
	max-width: 23%;
	padding:2% 3.5% 2% 0;
	margin-left:5%;
	margin-right:2.5%;
	border-right:1.5px solid #CCCCCC;
}

.views-field-name {
	max-width: 63%;
	margin-left:7%;
}

.views-field-name .title-list{
	display:block;
	margin:0 0 .5em;
	padding:0;
	color:#000;
	font-size:.985em;
	font-weight:bold;
	margin-bottom:1em;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.views-field-name .title-list:hover{
	color:#42aadb;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.views-field-name ul{
	margin:0;
	padding:0;
	list-style-position: inside;
}

.views-field-name li{
	font-size:.8em;
	font-weight:400;
	margin-bottom:4px;
}

/**/

.btn-airline-program {
	position: absolute;
	bottom: 4%;
	right: 2.5%;
	display: inline-flex;
	align-items: center;
	height: 51px;
	padding-right: 70px; /* місце під жовтий блок */
	text-decoration: none;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	background: transparent;
	border: none;
	overflow: visible;
	cursor: pointer;
}

/* Текст */
.btn-text {
	position: relative;
	z-index: 2;
	padding: 0;
	font-size:.97em!important;
	font-weight:400!important;
	white-space: nowrap;
	transform: translateY(-24%);
}

/* Жовтий блок як псевдоелемент */
.btn-airline-program::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 57px;
	height: 42px;
	background-color: #FFEF76;
	z-index: 1;
	transition: width 0.3s ease-in-out;
}

/* Розширення жовтого фону вліво */
.btn-airline-program:hover::before {
	width: calc(100% + 20px); /* захоплює ще й простір під текст */
}

/* Стрілка як окремий псевдоелемент — завжди по центру жовтого прямокутника */
.btn-airline-program::after {
	content: '';
	position: absolute;
	top: 40%;
	right: 14%; /* центр по горизонталі від правого краю */
	transform: translate(50%, -50%);
	width: 18px;  /* ширина стрілки */
	height: 19px; /* висота стрілки */
	background-image: url('../images/arrow-btn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
	pointer-events: none;
}

/****/

#section-highlights {
  position: relative;
  display: flex;
  background: #2A2A2A;
  width: 96%;
  height: 520px;
  margin: 0 0 2.15em 0;
  align-items: center;          /* Центрування по вертикалі */
  justify-content: space-between;
  padding: 0 2%;
  color: #fff;
  gap: 2%;
}

.title-highlights {
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-size: 2.55rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	border: 0px solid red;
	box-sizing: border-box;
}

.rows-highlights {
	width: 64%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	border: 0px solid green;
	margin-left: 0; /* Виправлено */
	box-sizing: border-box;
	position:absolute;
	top:0;
	right:2%;
}

/**/

.highlight-section-row{
	position:relative;
	width:40%;
	padding:5.5% 1.5%;
	display: inline-block;
	align-items: center;
	justify-content: center;
	height: 100%;
	vertical-align:middle;
	margin:1%;
	text-align: center;
}

.highlight-section-row:nth-child(odd){
	margin:0 6% 0 0;
}

.highlight-section-row:hover span{
	color:#E5F6FE;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.highlight-section-row span{
	font-size:1.17em;
	font-weight:700;
	display:inline-block;
	position:relative;
	text-align:left;
	height:80px;
	width:85%;
	z-index:9;
	text-transform:capitalize;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.highlight-section-row span:before{
	content:'';
	position:absolute;
	top:-84%;
	left:-26%;
	font-size:3.65em;
	color:rgba(255,255,255,.05);
	font-weight:400;
	z-index:1;
}

.highlight-section-row:nth-child(1) span:before{
	content:'01';
}

.highlight-section-row:nth-child(2) span:before{
	content:'02';
}

.highlight-section-row:nth-child(3) span:before{
	content:'03';
}

.highlight-section-row:nth-child(4) span:before{
	content:'04';
}

/* I want to become a pilot */

#block-myskyplatform-views-block-up-pilot-page-cta-headline-block-1{
	text-align:center;
	position:relative;
	display:block;
	padding:5em 0 3em;
}

#block-myskyplatform-views-block-up-pilot-page-cta-headline-block-1 h2{
	font-size:2em;
	font-weight:300;
	padding:0;
	margin:0 0 .85em;
	line-height:1.3;
	text-transform:capitalize;
}

#block-myskyplatform-views-block-up-pilot-page-cta-headline-block-1 span.subheadline{
	font-size:1.2em;
	font-weight:600;
	width:70%;
	display:block;
	padding:0;
	margin:0 auto;
	line-height:1.3;
	text-transform:capitalize;
}

.product-compare-block{
	background-color: #F6F9FC;
    position: relative;
	display:block;
	width:99%;
	margin:0 auto;
	text-align:center;
}

.compare-row{
	position:relative;
	display:inline-block;
	background:#fff;
	box-shadow:0 0 7px 3px rgba(30,30,30,.07);
	width:36%;
	min-height:300px;
	border-radius:7px;
	padding:2%;
	margin:5% 0;
	vertical-align:top;
	border-top:12px solid #184C7E;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.compare-row:hover{
	box-shadow:0 0 18px 2px rgba(30,30,30,.21);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.compare-row:nth-child(odd){
	margin-right:3%;
}

.compare-row:hover h3{
	background:#e5fef9;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.compare-row h3{
	padding:4% 0;
	margin:1% 0 1em;
	line-height:1.2;
	background:rgba(243, 244, 245,.75);
	font-size:1.08em;
	font-weight:600;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.compare-row img{
	width:100%;
	height:auto;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.compare-row img:hover{
	opacity:.7;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.compare-subtitle{
	text-align:left;
	background:rgba(243, 244, 245,.65);
	padding:1.5% 3%;
	position:relative;
	display:block;
	margin:1% 0;
}

.compare-subtitle p{
	font-size:.84em;
	font-weight:500;
}

.compare-description{
	position:relative;
	display:block;
	text-align:left;
	padding:1rem 0;
	margin:1.25rem 0 .65rem;
	border-top:1.4px solid rgba(0,0,0,.2);
	border-bottom:1.4px solid rgba(0,0,0,.2);
}

.compare-description ul{
	list-style: none;
	padding-left: 0;
}

.compare-description li{
	position: relative;
	padding-left: 2.3em;
	font-size:.83em;
	font-weight:400;
	margin-bottom:1rem;
}

.compare-description li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.01em;
  width: 1.72em;
  height: 1.72em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%23E5FEF9"/><path d="M7 12.5L10.5 16L17 9.5" fill="none" stroke="%232A2A2A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
}

.compare-cta-btn {
	position: relative;
	display:inline-block;
	background: #FFEF76;
	color: #2A2A2A;
	font-size: .8em;
	font-weight:400;
	display: inline-block;
	padding: 24px 51px 24px 20px;
	width: auto;
	line-height: 1;
	text-align: center;
	margin: 1.65em 0 0;
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .05);
	transition: all 0.44s ease;
	cursor: pointer;
	overflow: hidden;
}

/* Стрілка в правому куті */
.compare-cta-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%232A2A2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14'/><path d='M13 6l6 6-6 6'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.44s ease, right 0.44s ease;
}

.compare-cta-btn:hover {
	padding-right: 60px;
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .21);
	padding: 24px 75px 24px 20px;
}

.compare-cta-btn:hover::after {
	right: 12px;
}

/**/


.feature-table table{
	width: 82%;
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: 16px;
	margin: 4em auto 7em;
	border: 1.4px solid rgba(0, 0, 0, .2);
	table-layout: fixed; /* важливо для роботи width у комірках */
}

.feature-table th,
.feature-table td {
	padding: 16px 20px;
	border-bottom: 1.4px solid rgba(0, 0, 0, .2);
	text-align: left;
	vertical-align: top;
}

/* Пропорції ширини */
.feature-table thead th:nth-child(1),
.feature-table tbody td:nth-child(1) {
	width: 30%;
}

.feature-table thead th:nth-child(2),
.feature-table tbody td:nth-child(2) {
	width: 35%;
}

.feature-table thead th:nth-child(3),
.feature-table tbody td:nth-child(3) {
	width: 35%;
}

.feature-table thead th {
	font-weight: bold;
	background-color: #E5F6FE;
}

.feature-table thead th:nth-child(2) {
	border-right: 1.4px solid rgba(0, 0, 0, .2);
	border-left: 1.4px solid rgba(0, 0, 0, .2);
}

.feature-table tbody td:first-child {
	background-color: rgba(243, 244, 245, .45);
	font-weight: 500;
}

.feature-table tbody td:hover {
	background-color: rgba(243, 244, 245, .5);
}

/* Лінія між другим та третім стовпчиком */
.feature-table td:nth-child(2) {
	border-right: 1.4px solid rgba(0, 0, 0, .2);
	border-left: 1.4px solid rgba(0, 0, 0, .2);
}


/****/

.product-detail{
	position:relative;
	display:block;
	width:90%;
	margin:2em auto 4em;
}

.detail-row{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	flex-wrap: wrap;
	margin-bottom: 3em;
}

.detail-row:nth-child(1) .detail-info{
	margin-right:3%;
	margin-bottom:2em;
}

.detail-row:nth-child(2) .detail-info{
	margin-left:3%;
}

.detail-info{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:45%;
	text-align:left;
}

.detail-row .detail-banner a{display:inline-block; }

.detail-row .detail-banner{
	display:inline-block;
	width:50%;
	height:auto;
	vertical-align:top;
	text-align:center;
}
.detail-row img{
	width:100%;
	height:auto;
}

.detail-info span{
	padding: 4% 0;
    margin: 1% 0 1.89rem;
    line-height: 1.2;
    font-size: 1.14em;
    font-weight: 600;
	padding-bottom:1.55rem;
	display:block;
	border-bottom:1.45px solid rgba(30,30,30,.25);
}

.detail-info .detail-description p{
	font-size: .81em;
	line-height:1.7;
	display:block;
	padding:4%;
	text-align:left;
	background-color: rgba(243, 244, 245, .5);
}

/****/

/* Airline Pages Types */

.airline-page-hero{
	position: relative;
	display: flex;
	background: #E5F6FE;
	width: 95%;
	height:auto;
	min-height:300px;
	margin: .5% 0 0 .5%;
	align-items: center;
	justify-content: center; 
	padding: 7em 2% 3.65em;
}

.header-airline-page{
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-self: center;
	padding:0em 1% 0em 0;
}

.header-airline-page h1{
	font-size:1.65em;
	line-height:1.25;
	padding:0;
	margin:0 0 1.25em;
}

.header-airline-page p{
	font-size:.735em;
	width:100%;
	display:block;
	margin:0 auto 10px;
	
}

.header-airline-baner {
	width: 37%;
	margin:0em 0% 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	box-shadow: 0 0 9px 3px rgba(42, 42, 42, .15);
}

.header-airline-baner img {
	width: 100%;
	height: auto;
	display: block;
}


.airline-btn-cta{
	position: relative;
	background: #2A2A2A;
	color: #fff;
	font-size: .75em;
	display: inline-block!important;
	padding: 17px 0px;
	width:33%;
	line-height: 1;
	text-align:center;
	margin: 1.65em 0 0;
	box-shadow: 0 0 12px 5px rgba(42, 42, 42, .3);
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.airline-btn-cta:hover{
	background:#FFEF76;
	color:#2A2A2A;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

/**/

.process-head-section{
	position:relative;
	display:block;
	width:95%;
	text-align:center;
	margin:2.25em auto 0;
}

.process-head-section img{
	height: 120px;
    width: auto;
	display:block;
	margin:0 auto;
}

.process-title{
	display:block;
	text-align:center;
	margin:1.45em 0 4em;
	font-size: 1.35em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.myskyplatform-services{
	position:relative;
	display:block;
	width:90%;
	margin:0 auto;
}

.myskyplatform-services tr{
	display:block;
	margin-bottom:5.5em;
}

.myskyplatform-services .views-field-field-screen-photo-of-service{
	width:47%;
	text-align:center;
}

.myskyplatform-services .views-field-field-field-video-for-test-1{
	width:47%;
	text-align:center;
}

.myskyplatform-services .views-field-field-screen-photo-of-service img{
	width:80%;
	height:auto;
	box-shadow: 0 0 9px 3px rgba(42, 42, 42, .15);
}


.myskyplatform-services .views-field-field-field-video-for-test-1 video{
	width:80%;
	height:auto;
	box-shadow: 0 0 9px 3px rgba(42, 42, 42, .15);
}

.myskyplatform-services .views-field-title-2{
	width:52%;
	padding:.15%;
	text-align:center;
}

.myskyplatform-services .servicepage-text-grid{
	position:relative;
	width:73%;
	padding:8% 6%;
	background:rgba(248, 248, 248,.85);
	display:inline-block;
	text-align:left;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.myskyplatform-services .servicepage-text-grid:hover{
	background:#E5F6FE;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.myskyplatform-services .servicepage-title a{
	display:inline-block;
	text-align:left;
	font-size:1.23em;
	font-weight:700;
	color:#2A2A2A;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.myskyplatform-services .servicepage-title a:hover{
	color:#FBD675;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.myskyplatform-services .servicepage-about{
	margin-bottom:2.5em;
}


.myskyplatform-services .servicepage-about p{
	font-size:.79em;
	margin-bottom:5px;
}


.btn-services{
	position: absolute;
	bottom: 4%;
	right: 2.5%;
	display: inline-flex;
	align-items: center;
	height: 51px;
	padding-right: 70px; /* місце під жовтий блок */
	text-decoration: none;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	background: transparent;
	border: none;
	overflow: visible;
	cursor: pointer;
}

/* Текст */
.btn-services-text{
	position: relative;
	z-index: 2;
	padding: 0;
	font-size:1.05em!important;
	font-weight:400!important;
	white-space: nowrap;
	margin:1em 0;
	transform: translateY(-24%);
}

/* Жовтий блок як псевдоелемент */
.btn-services:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 42px;
	background-color: #FFEF76;
	z-index: 1;
	transition: width 0.3s ease-in-out;
}

/* Розширення жовтого фону вліво */
.btn-services:hover:before {
	width: calc(100% + 20px); /* захоплює ще й простір під текст */
}

/* Стрілка як окремий псевдоелемент — завжди по центру жовтого прямокутника */
.btn-services:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 15.5%; /* центр по горизонталі від правого краю */
	transform: translate(50%, -50%);
	width: 19px;  /* ширина стрілки */
	height: 20px; /* висота стрілки */
	background-image: url('../images/arrow-btn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
	pointer-events: none;
}


/********/

.paid-head-section{
	position:relative;
	display:block;
	margin:5em 0 0;
	text-align:center;
}

.paid-head-section img{
    height: 129px;
    width: auto;
}

.paid-head-section h4 {
    display: block;
    text-align: center;
    margin: 1.45em 0 4em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

/********/

.aptitude-tests{
	position:relative;
	display:block;
	padding:2em 0%;
	text-align:center;
	width:110%;
	margin:3em 0 0 -5%;
	background:#E5F5FE;
}

.aptitude-tests table{
	width:92%;
	margin:0 auto;
}

.aptitude-tests .servicepage-text-grid{
	background:#fff;
}

.aptitude-tests .servicepage-text-grid:hover{
	background:#E5FEF9;
}

.myskyplatform-services .aptitude-tests  tr{
	display:block;
	border-bottom:1.5px solid rgba(0,0,0,.1);
	padding:0 0 5em;
	margin-bottom:5em;
}

.myskyplatform-services .aptitude-tests  tr:last-child{
	display:block;
	border-bottom:0px solid rgba(0,0,0,.15);
	padding:0 0 5em;
	margin-bottom:5em;
}

.aptitude-tests h2 {
    display: block;
    width: 95%;
    font-weight: 800;
    margin: 1.5em auto 15px;
    line-height: 1.3;
    font-size: 2.85em;
    text-align: center;
	color:#2A2A2A;
}

.aptitude-tests .aptitude-header-subtitle{
	font-size: 1.2em;
    font-weight: 600;
    width: 90%;
    display: block;
    padding: 0;
    margin: 0 auto 5.5em;
    line-height: 1.3;
	position:relative;
    text-transform: capitalize;
}

/********/

.blog-head-section{
	position: relative;
	width: 99%;
	min-height:70px;
	margin: .5% 0 1.5em .5%;
	padding:0em;
	display:inline-block;
}

.blog-section{
	width:94%;
	margin:0 auto;
}

.blog-section .views-element-container{
	text-align:center;
}

.blog-section .views-element-container .views-row{
	width:27%;
	display:inline-block;
	margin-bottom:3.5em;
	vertical-align:top;

	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.blog-section .views-element-container .views-row.middle-row{
	margin:0 6% 2em;
}

.blog-section .views-element-container .views-row img{
	width:100%;
	height:auto;
}

.blog-section .views-element-container .views-row:hover{
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.blog-section .views-element-container .views-row .views-field-title{
	position:relative;
	display:block;
	margin:5px 0 15px;
	text-align:left;
}

.blog-section .views-element-container .views-row .views-field-title a{
	font-size:1.05em;
	font-weight:700;
	color:#2A2A2A;
	line-height:1.2;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.blog-section .views-element-container .views-row:hover .views-field-title a{
	color:#1796d1;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.blog-section .views-exposed-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
	padding:.15em 2.35em;
	margin-bottom:3.5em;
	background:#E5F6FE;
	position:relative;
}

.blog-section .views-exposed-form > h1,
.blog-section .views-exposed-form .js-form-type-select {
	display: inline-block;
	vertical-align: middle;
}

.blog-section .views-exposed-form h1{
	margin-right:1em;
	font-size:3.65em;
	font-weight:500;
	line-height:1;
	padding:.15em 0;
}

.blog-section .views-exposed-form .h1-select-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 1rem;
}

.blog-section .js-form-type-select {
  max-width: 600px;
}

.blog-section .bef-links-use-ajax ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding-left: 0;
	list-style: none;
	margin:5px 0 0;
}

.blog-section .bef-links-use-ajax li {
	display: inline-block;
	margin-right:1em;
	
}


.blog-section .bef-links-use-ajax li:last-child {
	content:'';
	padding:0;
	margin:0;
}

.blog-section .bef-links-use-ajax li a{
	padding:0;
	line-height:1;
	margin:0;
	font-size:.79em;
	padding:10px;
	font-weight:500;
	color:#2a2a2a;
	display:inline-block;
	position:relative;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}
.blog-section .bef-links-use-ajax li:hover a{
	background:rgba(255,255,255,.7);
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}


.blog-section .bef-links-use-ajax li a.bef-link--selected{
	border-bottom:0px solid #165484;
	color:#165484;
}

.blog-section .bef-links-use-ajax li a:before{width:0;content:"";}

.blog-section .bef-links-use-ajax li a.bef-link--selected:before{
	content:"";
	position:absolute;
	width:88%;
	height:1.55px;
	background:#2A2A2A;
	bottom:-2px;
	left:6%;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.blog-section .bef-links-use-ajax li a.bef-link--selected:hover{background:transparent}

.blog-section .bef-links-use-ajax li:last-child{
	margin-right:0em;
}


/********/

.job-page-title{
	position: relative;
    display: block;
    background: #fef9e5;
    width: 94%;
	text-align:center;
    margin: 0% auto;
    padding: 6% 0;
}

/********/

/* Контейнер списку */

.jobs-body-section{
	position:relative;
	display:block;
	margin:3em auto 0;
	width:94%;
}

.jobs-body-section .facets-section{
	width:33%;
	display:inline-block;
	vertical-align:top;
	
}

.jobs-body-section .jobs-section{
	width:61%;
	margin-left:4%;
	padding-top:1.4%;
	display:inline-block;
	vertical-align:top;
	
}

.jobs-body-section .block-facet--links{
	width:90%;
	margin:1em auto 3.5em;
	padding:1% 4%;
	background-color:rgba(248, 248, 248, .85);
}

.jobs-body-section .js-facets-widget {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 8px 0;
	list-style: none;
	margin: 0 auto;
}

.jobs-body-section h3 {
	font-weight: bold;
	font-size:1.2em;
	font-weight:600;
	margin: 14px 0 1.2em;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}




/* Кожен елемент */
.jobs-body-section .js-facets-widget .facet-item a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 11px 21px;
	border: 1.7px solid rgba(30,30,30,.15);
	border-radius: 9999px;
	margin-bottom:10px;
	margin-right:4px;
	font-size: .7em;
	color: #333;
	background-color: #fff;
	text-decoration: none;
	position: relative;
	transition: border-color 0.25s ease, background-color 0.25s ease;
	
}

.jobs-body-section a[data-drupal-facet-item-value="reset_all"] {
	background-color: #fef9e5!important;
	
}

/* Ховаємо span з (-) */
.jobs-body-section .js-facets-widget .facet-item__status {
	display: none !important;
}

/* Hover для всіх */
.jobs-body-section .js-facets-widget .facet-item a:hover {
	background:rgba(22, 84, 132,.015);
	-webkit-transition: background .34s ease;
    -moz-transition: background .34s ease;
    -ms-transition: background .34s ease;
    -o-transition: background .34s ease;
    transition: background .34s ease;
}

/* Активні кнопки — обводка синя */
.jobs-body-section .js-facets-widget .facet-item a[data-drupal-facet-item-active="true"],
.jobs-body-section .js-facets-widget .facet-item a.is-active {
	border-color: #165484;
	background-color: #fff;
	color: #333;
	padding-left: 34px;
	transition: border-color 0.25s ease;
}

/* Hover на активних — рамка червона */
.jobs-body-section .js-facets-widget .facet-item a[data-drupal-facet-item-active="true"]:hover,
.jobs-body-section .js-facets-widget .facet-item a.is-active:hover {
	border-color: #dc3545; /* червона рамка при наведенні */
	transition: border-color 0.25s ease;
}

/* Галочка кружечком */
.jobs-body-section .js-facets-widget .facet-item a[data-drupal-facet-item-active="true"]::before,
.jobs-body-section .js-facets-widget .facet-item a.is-active::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #165484;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

/* Галочка всередині кружечка */
.jobs-body-section .js-facets-widget .facet-item a[data-drupal-facet-item-active="true"]::after,
.jobs-body-section .js-facets-widget .facet-item a.is-active::after {
	content: "✔";
	font-size: .79em;
	color: #fff;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}

/* Ховаємо кількість */
.jobs-body-section .js-facets-widget .facet-item__count {
	display: inline;
	font-size: .85em;
	color: #999; /* світло-сірий */
	margin-left: 1px;
}

/**/

.jobs-section .views-row {
	display: flex;
	position:relative;
	align-items: center;
	padding: 3%;
	background: rgba(248, 248, 248, 0.85);
	transition: background 0.3s ease;
	margin-bottom: 1.5em;
	border:2.5px solid transparent;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.jobs-section .views-row:hover {
	background: #E5F6FE;
	border:2.5px solid #acdaf2;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.jobs-section .job-airline-logo {
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jobs-section .job-airline-logo a{
	width: 100%;
	height: 100%;
	margin:1%;
	object-fit: contain;
}

.jobs-section .job-airline-logo img {
	width: 90%;
	height: auto;
	object-fit: contain;
}

.jobs-section .job-row-info {
	width: 70%;
	margin-left: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.jobs-section .job-row-info > span,
.jobs-section .job-row-info > time {
	display: inline-block;
}

.jobs-section .job-row-info::before {
	content: '';
	display: block;
}

.jobs-section .job-row-info .job-title a{
	display: inline-block;
	text-align: left;
	font-size: 1.04em;
	line-height:1.3;
	font-weight: 600;
	color: #2A2A2A;
	margin-bottom: 0.4em;
	transition: all 0.34s ease;
}

.jobs-section .job-row-info .job-title a:hover{
	color:#165484;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.jobs-section .job-location {
	display: inline-flex;
	align-items: center;
	font-size: 0.84em;
	color: #444;
	margin:.27em 0 .33em;
}

.jobs-section .job-location::before {
	content: '📍';
	font-size: 1em;
	margin-right: 0.4em;
	opacity: 0.8;
}

.jobs-section .job-publish time {
	font-size: 0.83em;
	color: #888;
}

.job-btn{
	position:relative;
	display:block;
	margin:20px 0;
}


.btn-job-view {
	position: absolute;
	bottom: -13px;
	right: -1.5%;
	display: inline-flex;
	align-items: center;
	height: 51px;
	padding-right: 70px; /* місце під жовтий блок */
	text-decoration: none;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	background: transparent;
	border: none;
	overflow: visible;
	cursor: pointer;
}

/* Текст */
.job-view-btn-text {
	position: relative;
	z-index: 2;
	padding: 0;
	font-size:.97em!important;
	font-weight:400!important;
	white-space: nowrap;
	transform: translateY(-24%);
}


.btn-job-view:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 42px;
	background-color: #FFEF76;
	z-index: 1;
	transition: width 0.3s ease-in-out;
}

/* Розширення жовтого фону вліво */
.btn-job-view:hover::before {
	width: calc(100% + 20px); /* захоплює ще й простір під текст */
}

/* Стрілка як окремий псевдоелемент — завжди по центру жовтого прямокутника */
.btn-job-view::after {
	content: '';
	position: absolute;
	top: 40%;
	right: 14%; /* центр по горизонталі від правого краю */
	transform: translate(50%, -50%);
	width: 18px;  /* ширина стрілки */
	height: 19px; /* висота стрілки */
	background-image: url('../images/arrow-btn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
	pointer-events: none;
}

/********/

/* Job page */

.job-header{
	position: relative;
	background: #fef9e5;
	width: 95%;
	margin:.5% 0 0 .5%;
	padding: 0 2%;
	display: block;
}

.job-header h1{
	display:block;
	width:88%;
	padding-top:4.05em;
	padding-bottom:2.05em;
	margin:0em auto 0em;
	text-align:center;
	font-size:1.7em;
	font-weight:600;
}

.job-info-section{
	display:block;
	width:88%;
	margin:2em auto 1.75em;
	text-align:center;
}

.job-info-section img{
	max-height:230px;
	max-width:300px;
	width:auto;
	height:auto;
}

.job-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	background-color: #fff;
	padding: 1rem 0;
	font-family: 'Segoe UI', sans-serif;
	font-size: 14px;
	color: #333;
}

.job-info span {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-right:.95rem;
}

.job-info span:last-child{
	margin-right:0rem!important;
}

.job-info span::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0.05rem;
}

/* Іконка для location */
.job-info span:nth-child(1)::before {
	background-image: url('/themes/myskyplatform/images/location_icon_1.png');
}

/* Іконка для category */
.job-info span:nth-child(2)::before {
	background-image: url('/themes/myskyplatform/images/category_icon_1.png');
	width: 55px;
	height: 55px;
}

/* Іконка для date */
.job-info span:nth-child(3)::before {
	background-image: url('/themes/myskyplatform/images/date_icon_1.png');
}

.job-info label {
	color: #A6A6A6;
	margin-right: -.15rem;
	font-size:.9em;
	font-weight:500;
}

.job-info span {
	color: #2b64d9;
	text-decoration: none;
	font-weight: 600;
	font-size:1.25em;
}


.job-description{
	position:relative;
	display:block;
	width:65%;
	margin:2.5em auto 0;
	padding:4%;
	background-color:rgba(248, 248, 248, .85);
}

.job-description{
	font-size:.83em;
}

.job-description li{
	font-size:.94em;
	margin-bottom:6px;
}

.job-description a{
	text-decoration: underline;
}

.job-cta-block{text-align:center;display:block;margin:2.25em 0 0;}

.job-cta-btn {
	position: relative;
	display:inline-block;
	background: #FFEF76;
	color: #2A2A2A;
	font-size: .99em;
	font-weight:400;
	padding: 24px 81px 24px 20px;
	width: auto;
	line-height: 1;
	text-align: center;
	margin: 1.65em 0 0;
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .05);
	transition: all 0.44s ease;
	cursor: pointer;
	text-decoration:none!important;
	overflow: hidden;
}

/* Стрілка в правому куті */
.job-cta-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%232A2A2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14'/><path d='M13 6l6 6-6 6'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.44s ease, right 0.44s ease;
}

.job-cta-btn:hover {
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .21);
	padding: 24px 105px 24px 20px;
}

.job-cta-btn:hover::after {
	right: 12px;
}

/********/

.related-jobs{
	position:relative;
	display:block;
	width:65%;
	margin:2.5em auto 0;
	padding:4%;
	background-color:rgba(248, 248, 248, .85);
}

.related-jobs h3 {
    font-size: 1.75em;
    color: #2a2a2a;
    text-transform: capitalize;
    padding-bottom: 2%;
    margin-bottom: 1.25em;
    border-bottom: 2px solid #2a2a2a;
}

.related-jobs .views-row {
	display: flex;
	position:relative;
	align-items: center;
	padding: 3%;
	background: rgba(248, 248, 248, 0.85);
	transition: background 0.3s ease;
	margin-bottom: 1.5em;
	border:2.5px solid transparent;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.related-jobs .views-row:hover {
	background: #E5F6FE;
	border:2.5px solid #acdaf2;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}


.related-jobs .job-airline-logo {
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.related-jobs .job-row-info {
    width: 70%;
    margin-left: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.related-jobs .job-airline-logo a{
	width: 100%;
	height: 100%;
	margin:1%;
	object-fit: contain;
}

.related-jobs .job-airline-logo img {
	width: 90%;
	height: auto;
	object-fit: contain;
}

.related-jobs .job-row-info {
	width: 70%;
	margin-left: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.related-jobs .job-row-info > span,
.related-jobs .job-row-info > time {
	display: inline-block;
}

.related-jobs .job-row-info::before {
	content: '';
	display: block;
}

.related-jobs .job-row-info .job-title a{
	display: inline-block;
	text-align: left;
	font-size: 1.04em;
	line-height:1.3;
	font-weight: 600;
	color: #2A2A2A;
	margin-bottom: 0.4em;
	transition: all 0.34s ease;
}

.related-jobs .job-row-info .job-title a:hover{
	color:#165484;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.related-jobs .job-location {
	display: inline-flex;
	align-items: center;
	font-size: 0.84em;
	color: #444;
	margin:.27em 0 .33em;
}

.related-jobs .job-location::before {
	content: '📍';
	font-size: 1em;
	margin-right: 0.4em;
	opacity: 0.8;
}

/********/

.jobs-prep-section{
	position:relative;
	display:block;
	background:#E5F6FE;
	width:95%;
	padding:1% 2%;
	margin:3em 0 0 .5%;
	text-align:center;
}

.jobs-prep-section h2 ,
.jobs-prep-section h3 {
    display: block;
    width: 50%;
    font-weight: 600;
    margin: 0em auto;
    padding:3% 0 0px;
    line-height: 1.3;
    font-size: 2.05em;
    text-align: center;
}

.jobs-prep-section h3 {
    padding:3% 0 20px;
}

/**/

.jobs-prep-section .cta-rows {
    padding:4em 0 4em;
}

/**/


.jobs-prep-section .views-row {
	position:relative;
	padding: 3.7% 4%;
	display: flex;
	align-items: center; /* вертикальне вирівнювання */
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 2em;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.jobs-prep-section.views-row:hover{
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

.jobs-prep-section .views-row:hover .views-field-field-image-airlines img,
.jobs-prep-section .views-row:hover .views-field-field-image-airlines-in-the-test img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

/* Зображення ліворуч */
.jobs-prep-section .views-field-field-image-airlines img,
.jobs-prep-section .views-field-field-image-airlines-in-the-test img {
	height: 105px;
	width: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .44s ease;
    -moz-transition: all .44s ease;
    -ms-transition: all .44s ease;
    -o-transition: all .44s ease;
    transition: all .44s ease;
}

/* Блок з інформацією — по праву сторону */
.jobs-prep-section .views-field-name .airline-list-info {
	width: 100%;
}

/* Щоб контент всередині не вилазив за межі */
.jobs-prep-section .views-row > div {
	flex: 1;
}

/* За потреби — зображення менше простору, текст більше */
.jobs-prep-section .views-field-field-image-airlines,
.jobs-prep-section .views-field-field-image-airlines-in-the-test {
	max-width: 23%;
	padding:2% 3.5% 2% 0;
	margin-left:5%;
	margin-right:2.5%;
	border-right:1.5px solid #CCCCCC;
}

.jobs-prep-section .views-field-name {
	max-width: 63%;
	margin-left:7%;
	text-align:left;
}

.jobs-prep-section .views-field-name .title-list{
	display:block;
	margin:0 0 .5em;
	padding:0;
	color:#000;
	font-size:.985em;
	font-weight:bold;
	margin-bottom:1em;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.jobs-prep-section .views-field-name .title-list:hover{
	color:#42aadb;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.jobs-prep-section .views-field-name ul{
	margin:0;
	padding:0;
	list-style-position: inside;
}

.jobs-prep-section .views-field-name li{
	font-size:.8em;
	font-weight:400;
	margin-bottom:4px;
}

/********/

/* Arricle page */

.blog-page-head {
  width: 85%;
  margin: 0 auto; /* центрує по горизонталі */
  display: flex;
  flex-wrap: wrap; /* на випадок маленького екрану */
}

.blog-banner {
  width: 47%;
  margin-right: 5%;
}

.blog-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-page-info {
  width: 40%;
  display: flex;
  align-items: center; /* центрує по висоті */
  justify-content: flex-start; /* по лівому краю */
  text-align: left;
  background:#E5F6FE;
  padding:3%;
}

.body-text{
	position:relative;
	display:block;
	width:67%;
	margin:7em auto 0;
}

.body-text p{
	font-size:.8em;
}

.body-text li{
	font-size:.8em;
}

.body-text a{
	text-decoration: underline;
}

.body-text img{
	margin:0 auto;
	display:block;
}

/********/


.hero-content {
	width: 40%;
	padding-left: 1%; /* вирівняно по лівому краю */
	display: flex;
	flex-direction: column;
	justify-content: center; /* вертикальне вирівнювання */
	align-self: center;
}

.hero-content h1 {
	font-size: 2.1em;
	font-weight: 600;
	line-height: 1.35;
	margin-top: -.25em;
	margin-bottom: 10px;
}

.hero-content p {
	font-size: .75em;
	line-height: 1.55;
	font-weight: normal;
	display: block;
}

.page-hero-baner {
	width: 40%;
	margin-right:6%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	box-shadow: 0 0 9px 3px rgba(42, 42, 42, .15);
}

.page-hero-baner img {
	width: 100%;
	height: auto;
	display: block;
}


/****/


/* Single Service page  */


.package-menu-section{
	position: relative;
	width: 99%;
	min-height:70px;
	margin: .5% 0 1.5em .5%;
	padding:0em;
	display:inline-block;
}


.package-hero-section{
	width: 85%;
	margin: 0 auto; /* центрує по горизонталі */
	display: flex;
	flex-wrap: wrap; /* на випадок маленького екрану */
}

.package-banner-section{
	width: 47%;
	margin-right: 5%;
}

.package-banner-section img {
	width: 100%;
	height: auto;
	display: block;
}

.package-info-section {
	width: 40%;
	display: flex;
	flex-direction: column; /* ставимо елементи один під одним */
	justify-content: center; /* центруємо по вертикалі */
	align-items: flex-start; /* вирівнюємо вміст по лівому краю */
	text-align: left;
	background: #E5F6FE;
	padding: 3%;
}

.package-info-section h1,
.package-info-section span {
	width: 100%; /* на всю ширину батьківського блоку */
	display: block;
}

.package-info-section span{
	font-size:.74em;
	color:#165484;
	margin:-3% 0 1em;
}

.package-info-section h1{
	padding:0;
	margin:0;
}

.package-body-section{
	position:relative;
	display:block;
	width:71%;
	margin:4em auto 0;
}

.package-body-section p{
	font-size:.9em;
}

.package-body-section li{
	font-size:.9em;
}

.package-body-section a{
	text-decoration: underline;
}

.package-body-section img{
	margin:0 auto;
	display:block;
	max-width:75%;
	height:auto;
}

/**/

.package-btn{
	position:relative;
	display:block;
	text-align:center;
	margin:3em 0;
}

.package-btn a{
    position: relative;
    display: inline-block;
    background: #FFEF76;
    color: #2A2A2A;
    font-size: .93em;
    font-weight: 500;
    padding: 24px 101px 24px 30px;
    width: auto;
    line-height: 1;
    text-align: center;
    margin: 1.65em 0 0;
    box-shadow: 0 0 6px 2px rgba(42, 42, 42, .05);
    transition: all 0.44s ease;
    cursor: pointer;
    text-decoration: none!important;
    overflow: hidden;
}

.package-btn a.practice-mode{
    position: relative;
    display: inline-block;
    background: #E5F6FE;
    color: #2A2A2A;
    font-size: .93em;
    font-weight: 500;
    padding: 24px 51px;
    width: auto;
    line-height: 1;
    text-align: center;
    margin: 1.65em 2em 0 0;
    box-shadow: 0 0 6px 2px rgba(42, 42, 42, .05);
    transition: all 0.44s ease;
    cursor: pointer;
    text-decoration: none!important;
    overflow: hidden;
}
.package-btn a.practice-mode:hover{
    background:  #2A2A2A;
    color: #fff;
	transition: all 0.44s ease;
}

/* Стрілка в правому куті */
.package-btn a.start-mode:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%232A2A2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14'/><path d='M13 6l6 6-6 6'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.44s ease, right 0.44s ease;
}

.package-btn a.start-mode:hover {
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .21);
	padding: 24px 125px 24px 30px;
}

.job-cta-btn a.start-mode:hover::after {
	right: 12px;
}

/* Окремі сторінки Page for test */


.practice-page-head {
	position: relative;
    background: #E5F6FE;
    width: 95%;
    margin: .5% 0 0 .5%;
    padding: 0 2%;
    display: block;
}

.practice-page-head h1 {
    display: block;
    width: 88%;
    padding-top: 3.55em;
    padding-bottom: .25em;
    margin: 0em auto 0em;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
}
.practice-page-head span.airline-sub-header{
    display: block;
    width: 88%;
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0em auto 0em;
    text-align: center;
    font-size: .85em;
    font-weight: 500;
	color:#165484;
}


/* Сторінка слайдер питань */

.autoSlider{
	display:block;
	width:80%;
	margin:5.5em auto 480px;
	border:0px solid green;
	text-align:center;
	position:relative;
	clear:both;
	
}

.slider-content{
	position:relative;
}

.currentIndex{
	position:absolute;
	top:-69px;
	right:0%;
	font-size:.84em!important;
	display:block;
	font-weight:600;
	color:#333;
	padding:15px;
	background:rgba(0,0,0,.04);
}

.active p{
    font-size: 1.25em!important;
    color:#08246b;
    font-weight: 600;
    border: 0px solid green;
    line-height: 1.5;
    margin: 6% 0% 0;
}

p.question-text{
	font-size:1.25em;
	color:#08246b;
	font-weight:600;
	
	border:0px solid green;
	line-height:1.5;
	margin:6% 0% 0;
}

p.question-text-2{
	font-size:1.25em;
	color:#08246b;
	font-weight:600;
	
	border:0px solid green;
	line-height:1.5;
	margin:1% 0% 0;
}

.notAuto-content{
	position:absolute;
	display:inline-block;
	text-align:center;
	width:100%;
	top:83%;
	left:0;
	border:0px solid red;
}

.notAuto-content button{
	color:#000;
	
	padding: 15px 0px;
    border:none;
	font-size:.8em;
	display:inline-block;
	width:180px;
	text-align:center;
	margin:0% 1.5% 0%;
	border-radius:0px;
	background:#E5F6FE;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.notAuto-content button:hover{
	background:#F8F8F8;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.notAuto-content input{
	display:block;
	width:100%;
	background:#ffc528!important;
	
}

/* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none; 
}

.hide + label ~ p{
    display: none;
	
	-webkit-transition: all .75s ease;
	-moz-transition: all .75 ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
/* оформляем текст label */
.hide + label {
    1border-bottom: 1px dotted green;
    padding: 0;
    color:#2A2A2A;
    cursor: pointer;
    display: inline-block; 
	background:#FFEF76!important;
	width:70%;
	font-family: "Poppins", sans-serif;
	padding:14px 0px;
	border-radius:0px;
	margin:1% 0 9%;
	font-size:.96em;
	font-weight:500;
	box-shadow:0 0 3px #fff;
	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35 ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.hide + label:hover{
	color:#fff;
	background:#2A2A2A!important;
	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35 ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

/* вид текста label при активном переключателе */
.hide:checked + label {
    color: #000;
    border-bottom: 0;
	position:relative;
	background:#ffc528!important;
}

.hide:checked + label:after{
	content:'';
	
	width: 27px;
    height: 20px;
    background:url("/sites/all/themes/myskyplatform/images/check.png");
	background-size:27px 20px;
    
	position:absolute;
	top:26%;
	right:36.24%;
    display: inline-block;
	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35 ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

/* когда чекбокс активен показываем блоки с содержанием  */

.hide:checked + label + p {
    position:absolute;
	display:block;
	width:100%;
	left:0;
	top:92%;
	
	font-style: italic;

	font-size:.82em!important;
	line-height:1.5;
	color:#000;
	z-index:10;
	padding:5% 1%;
	font-weight:500;
	
	background:#fef9e5;
	
	-webkit-transition: all .75s ease;
	-moz-transition: all .75 ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}

.hide:checked + label + p span{
	font-size:1.1em;
	margin-right:1%;
    font-style: normal;
	font-weight:700;
	color:#000;

}

/* tips слайдер */

p.tips-text{
	position:relative;
	border:0px solid green;
	z-index:9;
	display:block;
	
	font-size:.79em!important;
	font-weight:400!important;
	color:#222;
	line-height:1.5;
	margin:2% 0 0;
	padding:1%;
	text-align:justify;
	
	
}

.tips-text span{
	font-size:1.1em;
	margin-right:1%;
    font-style: normal;
	font-weight:700;
	color:#000;
}

/****/

/* English test */


.en-page-image{
	position:relative;
	width:100%;
	height:440px;
	overflow:hidden;
	box-shadow:0 0 3px #333;
	margin:0;
	display:block;
	
	background-image: url("../images/en-top-page.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}


.en-page-image .logo-airline{
	text-align:center;
	width:100%;
	margin:5.5% 0 0;
}

.title-page-eng{
	position:relative;
	display:block;
	margin:5.5% 0 1.5%;
	text-align:center;
}

.title-page-eng h1{
	font-size: 3.14em;
    font-weight: 500;
    z-index: 9!important;
    color: #000;
    display: inline-block;
    position: relative;
	line-height:1;
	margin:0;
	padding:0;
}

.english-test-block{
	display:block;
	width:90%;
	position:relative;
	margin:0 auto;
	padding:0;
}

.english-test-block h2{display:none!important;font-size:0;padding:0;margin:0;}

.english-test-block h3{
	font-size: 2.74em;
    color: #001D67;
    font-weight: 600;
    margin:6.5% 0 2.5%;
    width: 100%;
    text-align: center;
	line-height:1;
    padding: 0;
    line-height: 1.3;
    text-transform: capitalize;
}

.test-about{
	display:block;
	width:100%;
	margin:7% auto 0;
}

.english-test-block .test-about h3{
	font-size: 1.57em;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2.8% 0 4%;
    width: 100%;
    text-align: center;
	line-height:1;
}

.test-about .left-part,
.test-about .right-part{
	display:inline-block;
	width:43%;
	background:#F6F9FC;
	vertical-align:top;
	padding:2% 1.5%;
	border-top: 12px solid #184C7E;
	box-shadow: 0 0 7px 3px rgba(30, 30, 30, .07);
	margin:0 1.5%;
	border-radius: 7px;
}

.text-part{
	position:relative;
	display:block;
	min-height:310px;
}

.test-about .left-part p,
.test-about .right-part p{
	text-indent:0em;
	display:block;
	font-size:.83em;
	line-height:1.6;
	color:#000;
	margin-bottom:10px;
}

.test-about .left-part a,
.test-about .right-part a{
    position: relative;
	display:block;
	width:30%;
	background: #FFEF76;
	color: #2A2A2A;
	font-size: .9em;
	font-weight:400;
	padding: 24px 51px 24px 20px;
	
	line-height: 1;
	text-align: center;
	margin: 1.65em auto;
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .05);
	transition: all 0.44s ease;
	cursor: pointer;
	overflow: hidden;
}

/* Стрілка в правому куті */
.test-about .left-part a:after,
.test-about .right-part a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%232A2A2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 12h14'/><path d='M13 6l6 6-6 6'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.44s ease, right 0.44s ease;
}

.test-about .left-part a:hover,
.test-about .right-part a:hover{
	padding-right: 60px;
	box-shadow: 0 0 6px 2px rgba(42, 42, 42, .21);
	padding: 24px 75px 24px 20px;
}

.test-about .left-part a:hover:after,
.test-about .right-part a:hover:after {
	right: 12px;
}


/****************************************/

/****/

.footer-navigation-section > div {
	width: 96%;
	margin: 1em 0 0 3%;
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

.footer-navigation-section nav {
	font-size: 0.85em;
	padding: 1em;
	box-sizing: border-box;
	flex-grow: 1;
}

.footer-navigation-section nav:nth-of-type(-n+3) {
	flex-basis: 19%;
}


.footer-navigation-section nav:nth-of-type(4) {
	flex-basis: 10%;
}

.footer-navigation-section h5 {
	color: white;
	font-size: 1.33em;
	margin-bottom: 0.5em;
	font-weight:600;
}

.footer-navigation-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-navigation-section li {
	margin-bottom: 0.4em;
}

.footer-navigation-section a {
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size:.87em;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.footer-navigation-section a:hover {
	text-decoration: underline;
	color:#FBD675;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/**/

.footer-info-section{
	background: #F5F5F5;
    width: 99%;
    margin: 0em 0 0em 0.5%;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 2em;
    padding: 4em 0px 4em;
}

.footer-logo {
	display: flex;
	align-items: center; 
	gap: 1.5em;
	width:37%;
	margin:0 1.75em 0 4%;
	text-align:left;
}

.footer-logo img {
	height: 90px;
	width: auto;
}

.info-logo-block{padding-top:5px;}

.info-logo-block span {
	font-size: 1.25em;
	font-weight:600;
	display: block;
	padding:1;
	line-height:1;
	margin-bottom: 15px;
}

.info-logo-block p {
	font-size: 0.65em;
	line-height:1.4;
	margin: 0;
}

.footer-info-section nav{
	display:inline-block;
	margin-left:21px;
}

.footer-info-section h5 {
	color: #000;
	font-size: 1.1em;
	font-weight:600;
	padding:0;
	margin:0 0 0.45em;
	line-height:1;
}

.footer-info-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-info-section li {
	margin-bottom: 0.55em;
	padding:0;
	line-height:1;
}

.footer-info-section a {
	color: #000;
	padding:0;
	margin:0;
	text-decoration: none;
	display: inline-block;
	font-size:.75em;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.footer-info-section a:hover {
	text-decoration: underline;
	color:#3F70ED;
	-webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

/**/

.footer-social{
	margin-right:2em;
	margin-left:3em;
}

.footer-social h5 {
	color: #000;
	font-size: 1.1em;
	font-weight:600;
	padding:0;
	margin:0 0 .75em;
	line-height:1;
}

.footer-social a {
    width: 45px;
    height: 45px;
    margin: 0;
    background-size: 45px 45px!important;
    z-index: 9;
    position: relative;
    display: inline-block;
	
    background-position: center;
    background-repeat: no-repeat	
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.footer-social a.instagram {
    background: url(../images/instagram.png);
    margin: 0 15px;
    -webkit-transition: all .65s ease;
    -moz-transition: all .65 ease;
    -ms-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease !important;
}

.footer-social a.facebook {
    background: url(../images/fb.png);
    -webkit-transition: all .65s ease;
    -moz-transition: all .65 ease;
    -ms-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease !important;
}

.footer-social a:hover{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.copy{
	background: #2A2A2A;
    width: 99%;
    margin: 0em 0 0em 0.5%;
    padding: 20px 0px;
	display:block;
	text-align:center;
}

.copy p{
	color:#fff;
	padding:0;
	margin:0;
	line-height:1;
	font-size:.7em
}

/****/

/*
@media only screen and (max-width:2110px){
}
	*/


@media only screen and (min-width:2110px){

body{

	line-height:1.8;
	font-size:33px;
}	

.welcome-hero {
    width: 35%;
    padding-left: 5rem;
}

.site-logo {
    position: absolute;
    top: 1.75%;
    left: 2.95%;
    display: inline-block;
}

.hero-baner {
    position: absolute;
    width: 72.5%;
    height: auto;
    right: -6%;
    bottom: -5%;
}

.site-logo img {
    height: 120px;
    width: auto;
}

.free-btn {
    position: relative;
    background: #FFEF76;
    color: #000;
    font-size: .82em;
    display: inline-block;
    padding: 31px 87px;
    line-height: 1;
    margin: 1.65em 0 0;
    box-shadow: 0 0 12px 5px rgba(198,153,104,.3);
}

.cta-row span {
    bottom: -21%;
    font-weight: 500;
    padding: 24px 37px;
    font-size: .96em;
    
}

.airlines-section {
    position: relative;
    display: block;
    width: 94%;
    margin: 9em auto 4em;
    text-align: left;
}

.airlines-slider-heading {
    text-align: left;
    width: 45%;
}

.airlines-slider-heading h3 {
    display: block;
    font-weight: 600;
    margin: 0 auto 25px;
    line-height: 1.3;
    font-size: 2.25em;
}

.airlines-slider-heading p {
    font-size: .9em;
    width: 85%;
	line-height:1.55;
}

.slider.air img {
    height:200px;
	width:auto;
}

.feature-title h2 {
    font-size:1.95em;
}

.feature-title img {
    height: 100px;
    width: auto;
    display: block;
}

.feature-highlights-title p {
    font-size: .87em;
	line-height:1.52;
}

.highlights-row {
    display: flex;
    flex-direction: row;
    flex: 1 1 calc(50% - 15px);
    background-color: white;
    padding: 60px 40px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .34s ease;
    -moz-transition: all .34 ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
}

.highlights-icons img {
    height: 88px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-right: 20px;
}

.highlights-text span {
    font-size: 1.05em;
    color: #000;
    font-weight: 700;
    padding: 0;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 18px;
    display: block;
}

.highlights-text p {
    font-size: .85em;
    vertical-align: middle;
    line-height: 1.47;
    margin: 0;
    padding: 0;
    color: #000;
}

.faq-section {
    position: relative;
    display: block;
    width: 93%;
    margin: 7em auto 0em;
    text-align: center;
}

.faq-title {
    padding:49px 42px;
    font-size: .92em;
    line-height: 28px;
    background-size: 32px 32px;
}

.faq-title.active {
    background-size: 32px 32px;;
}

.slider.testimonials .slick-slide {
    margin: 10px 25px;
    padding: 45px;
}

.testimonials-head img {
    width: 190px;
    margin-right: 11px;
}

.t-title {
    font-size: 1.1em;
    margin: 0 0 13px;
}

.t-country {
    font-size: .94em;
}

.tip-title-link {
    font-size: 1.1em;
}

.tips-row p {
    font-size: .72em;
}

.tip-for {
	font-size: 0.85em;
    margin: .85em 0;
}

.btn-link-go {
    font-size: .85em;
    margin: .55em 0 0;
}

.btn-link-go:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -31px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url(../images/sl-go.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-navigation-section nav:nth-of-type(-n+3) {
    flex-basis: 23%;
}

.footer-navigation-section nav:nth-of-type(4) {
    flex-basis: 14%;
}

.footer-navigation-section nav {
    font-size: 0.85em;
    padding: .55em;
    box-sizing: border-box;
    flex-grow: .5;
}

.footer-navigation-section h5 {
    font-size: 1.43em;
	margin-bottom:30px;
}

.footer-navigation-section a {
    font-size: 1em;
    transition: 0.34s;
}

.footer-logo img {
    height: 120px;
    width: auto;
}

.info-logo-block span {
    font-size: 1.45em;
    margin-bottom: 34px;
}

.info-logo-block p {
    font-size: 0.81em;
    line-height: 1.4;
    margin: 0px;
}

.footer-info-section h5 {
    font-size: 1.28em;
	margin-bottom:30px;
}

.footer-info-section a {
    font-size: 0.9em;
}

.footer-social a {
    width: 75px;
    height: 75px;
    background-size: 75px 75px !important;
}

.footer-navigation-section > div {
    width: 96%;
    margin: 1em 0px 0px 1.95%;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1.5em;
    width: 37%;
    margin: 0 2.25em 0 4%;
    text-align: left;
}

.footer-social {
    margin-right: 3em;
    margin-left: 4em;
}

.footer-social a.instagram {
    margin: 0px 0 0 25px;
}
	
}
