@font-face {
    font-family: 'Montserrat-Black';
    src:  url('../fonts/Montserrat/Montserrat-Black.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-BlackItalic";
    src: url("../fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-BoldItalic";
    src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-ExtraLight";
    src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-ExtraLightItalic";
    src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-Italic";
    src: url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-LightItalic";
    src: url("../fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-MediumItalic";
    src: url("../fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-SemiBoldItalic";
    src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-Thin";
    src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-ThinItalic";
    src: url("../fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


* {
    font-family: Montserrat-Regular;
}

.container {
    max-width: 1170px;
}

img {
    max-width: 100%;
}

.header-top{
    background-color: #111950;
    height: 40px;
    position: relative;
    z-index: 1;
}

.header-phone ul li {
    list-style: none;
    display: inline-block;
}

.header-phone a {
    color: #919ca7;
    font-size: 12px;
}

.header-phone > ul > li:nth-child(1) > a {
    margin-right: 20px;
}

.header-phone i {
    color: #709be7;
    font-size: 14px;
    margin-right: 5px;
}

.header-search {
    float: left;
}

.header-search input {
    float: left;
    background-color: #5e6884;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 20px;
    font-size: 12px;
    color: #111950;
    padding: 0 0 0 10px;
}

.header-search button {
    float: right;
    background-color: #5e6884;
    border: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 20px;
    color: #111950;
    padding: 0 10px 0 0;
    font-size: 14px;
}

.header-phone {
    margin-right: 30px;
    margin-top: -2px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #111950;
}

.header-social .fa-instagram {
    color: #709be7;
}

.header-social .fa-twitter {
    color: #919ca7;
}

.header-social .fa-facebook {
    color: #919ca7;
}

.header-social .fa-rss {
    color: #919ca7;
}

.header-social {
    margin-right: 45px;
}

.header-social > ul > li:nth-child(1) {
    font-size: 12px;
    margin-right: 8px;
}

.header-lang {
    margin-left: 0;
}

.header-lang ul li {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}

.header-lang > ul > li:nth-child(1) {
    position: relative;
    font-size: 12px;
    margin-right: 8px;
}

.header-lang > ul > li:nth-child(1) > span {
    position: absolute;
    top: -18px;
    left: -30px;
}

.flag-icon-background {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
}

.header-lang li {
    margin-right: 10px;
}

.header-top {
    padding: 10px 0;
}

input:focus {
    outline: none;
}

.sticky-header-active .header-body {
    background-color: #111950;
}

.header-reg {
    float: left;
    margin-right: 30px;
}

.home #header .header-body {
    top: 20px;
}

#header .header-nav {
    margin-top: -10px;
}

.header-sign {
    color: #ffa200!important;
    border: none;
    font-family: Montserrat-Bold;
    padding-right: 0;
}

.header-phone ul {
    padding-left: 0;
}

.header-lang > ul > li:nth-child(4) {
    margin-right: 0;
}

.sticky-header-active #header .header-nav-main nav > ul > li > a, .sticky-header-active #mainNav .hover {
    color: #ffffff !important;
}

.sticky-header-active .header-body {
    padding-top: 11px !important;
}

.sticky-header-active .header-logo {
    margin-top: -2px;
}

#header .header-nav-main nav > ul > li > a {
    font-family: Montserrat-Bold;
    font-size: 10px;
}

#header .header-nav-main nav > ul > li:hover > a > span {
    color: #709be7;
}

.header-sign:hover {
    color: #709be7;
}

#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    background-color: #121950;
    border-top: 2px solid #0073ff;
    border-radius: 0;
}

#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    color: #d0d5e8;
    font-size: 15px;
    border-top: 1px solid #103871;
}

#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu > li:nth-child(1) > a {
    border-top: 0;
}

#mainNav .dropdown a i {
    font-weight: bold;
    margin-left: 5px;
}

.tours-search-title h2 {
    font-size: 58px;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
}

.tours-search-title h3 {
    font-size: 36px;
    font-family: "Montserrat-Bold", sans-serif;
    color: #ffffff;
    text-align: center;
}

.scroll-bottom {
    position: absolute;
    z-index: 1;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
    box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
}

.scroll-bottom:hover {
    cursor: pointer;
}

.scroll-bottom:hover > i.fa.fa-long-arrow-down {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.scroll-bottom i.fa.fa-long-arrow-down {
    color: #3e4f9c;
    position: inherit;
    top: 22px;
    left: 0;
    right: 0;
    font-size: 20px;
}

.banner-sign {
    text-align: center;
}

.banner-sign a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-image: linear-gradient(#ffa509, #eb9504);
    padding: 15px 40px;
    border-radius: 25px;
}

.tours-search-title {
    margin-bottom: 50px;
}

html.boxed .body {
    max-width: 1170px;
}

.container-user {
    max-width: 1170px;
}

main {
    background: #eff2f9;
}

.time-counter:before, .time-counter:after {
    content: '';
    display: block;
    clear: both;
}

.time-counter-title {
    float: left;
    width: 40%;
    padding-top: 40px;
}

.time-down-counter {
    float: left;
    width: 60%;
    padding-left: 20px;
}

.time-counter {
    padding: 30px 90px;
    border-bottom: 1px solid #fff;
}

.time-counter-title h2 {
    font-size: 36px;
    font-family: Montserrat-SemiBold;
    color: #0056b9;
    line-height: 1;
}

.time-counter-title span {
    float: left;
    margin-top: 5px;
    font-size: 24px;
    color: #0056b9;
    margin-right: 20px;
    margin-bottom: 7px;
}

div#down-counter li {
    display: inline-block;
    text-align: center;
    margin-right: 50px;
    font-family: Montserrat-Light;
    font-size: 50px;
    color: #152c8d;
}

li#seconds {
    margin-right: 0!important;
}

div#down-counter span {
    font-size: 16px;
    color: #4c4c4c;
}

div#down-counter {
    background-color: #fff;
    padding: 50px 30px;
    padding-bottom: 25px;
    border-radius: 4px;
    max-width: 556px;
    margin: 0 auto;
}

.forum {
    /*padding: 50px 0 30px 0;*/
    padding: 0 0 30px 0;
}

.forum h2 {
    text-align: center;
    color: #0056b9;
    font-size: 36px;
    font-family: Montserrat-SemiBold;;
}

.tours-search-block {
    position: relative;
    top: -5px;
    height: 930px;
}

.forum-title-category {
    text-align: center;
    padding: 0 15px;
}

.line {
    width: 160px;
    height: 2px;
    background-color: #ffa509;
    margin: 15px auto 40px auto;
}

.forum-inner:before, .forum-inner:after {
    content: '';
    display: block;
    clear: both;
}

.forum-left {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.forum-right {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.img-70 {
    text-align: center;
    margin-top: 30px;
}

a.header-sign.auth-btn i {
    margin-right: 7px;
}

.registration {
    background-color: #edf0f8;
}

.registration {
    background-color: #edf0f8;
    padding: 50px 0;
}

.reg-title {
    max-width: 900px;
    margin: 0 auto;
}

.reg-title h1 {
    font-family: Montserrat-SemiBold;
    font-size: 36px;
    color: #0056b9;
    margin-bottom: 15px;
}

.reg-title p {
    font-size: 18px;
    color: #4c4c4c;
}

/*form styles*/
#msform {
    margin-top: 25px;
    text-align: center;
    position: relative;
}

#msform > fieldset {
    max-width: 875px;
    margin: 0 auto;
    position: relative;

    /*stacking fieldsets above each other*/
    position: relative;
}
.each-step-form {
    background: white;
    border-radius: 5px;
    padding: 15px 50px 40px 50px;
    box-sizing: border-box;
    max-width: 875px;
    margin: 0 auto;
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/

/*buttons*/
#msform .action-button {
    width: 210px;
    height: 40px;
    background: #3b55e6;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 14px;
    font-family: Montserrat-SemiBold;
}
/*headings*/
.fs-title {
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    color: #343e5c;
    font-weight: bold;
    margin-bottom: 15px;
}
.forum-line {
    max-width: 875px;
    height: 1px;
    background-color: #f0f2f7;
    position: absolute;
    left: 0;
}
/*progressbar*/
#progressbar {
    padding-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
/*#progressbar li:nth-child(1) {*/
    /*margin-right: 70px;*/
/*}*/
#progressbar li {
    list-style-type: none;
    color: #a1a6bb;
    font-size: 18px;
    float: left;
    position: relative;
    width: 33.33333%;
}
#progressbar li.active {
    color: #475069;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 18px;
    font-family: Montserrat-Bold;
    color: #a1a6bb;
    background: #edf0f8;
    border-radius: 50%;
    border: 1px solid #a1a6bb;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 1;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: 0;
    /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

textarea.form-control {
    border: 1px solid #e3e8f0;
    background-color: #f0f2f7!important;
    padding-top: 10px;
}

textarea.form-control:focus {
    background-color: #ffffff!important;
    border: none;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(235,235,235,1);
    -moz-box-shadow: 0px 5px 15px 5px rgba(235,235,235,1);
    box-shadow: 0px 5px 15px 5px rgba(235,235,235,1);
}

.form-group {
    padding: 0 15px;
    margin-bottom: 25px;
}

.form-group input{
    padding-left: 20px;
    background-color: #f0f2f7!important;
    border-radius: 20px;
    border: 1px solid #e3e8f0;
}

input[type="email"]::-webkit-input-placeholder {
    color: #3a405b;
}

input[type="tel"]::-webkit-input-placeholder {
    color: #3a405b;
}

.form-control {
    border-radius: 20px;
    height: 40px;
    border: 1px solid #e3e8f0;
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    color: #3a405b;
}

form label {
    font-weight: normal;
    float: left;
    padding-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a1a6bb;
}

/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #0056b9;
    color: white;
    border: none;
}
.file-upload {
    border: 1px solid #f0f2f7;
    width: 250px;
    height: 250px;
    position: relative;
}
h1.form-img-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #a1a6bb;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
}

.file-upload-btn {
    width: 50%;
    float: left;
    margin: 0;
    color: #3a405b;
    border: none;
    background-color: #fff;
    border-top: 1px solid #f0f2f7;
    padding: 10px 0;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    position: absolute;
    width: 100%;
    height: 85%;
}

.image-title-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    color: #a1a6bb;
    padding: 107px 10px;
    font-size: 16px;
    margin: 0;
}

.file-upload-image {
    height: 255px;
    width: 248px;
}

.remove-image {
    width: 50%;
    float: left;
    margin: 0;
    color: #fe5339;
    background-color: #fff;
    border: 1px solid #f0f2f7;
    border-right: none;
    border-bottom: none;
    padding: 10px 0;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.each-step-form:before, .each-step-form:after {
    content: '';
    display: block;
    clear: both;
}

.each-step-form-left {
    float: left;
    width: 33.3333333%;
    margin-top: 20px;
}

.each-step-form-right {
    float: left;
    width: 66.666666%;
    margin-top: 20px;
    padding-left: 35px;
}

.forum-input-first {
    overflow: hidden;
}

.image-title-wrap:before, .image-title-wrap:after {
    content: '';
    display: block;
    clear: both;
}

i.fa.fa-times {
    margin-right: 5px;
}

div.image-hint {
    font-size: 12px;
    color: #a1a6bb;
    margin-top: 10px;
}

.image-hint ul {
    text-align: left;
    padding-left: 20px;
}

.passport-upload {
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px 50px 40px 50px;
    box-sizing: border-box;
    max-width: 875px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.passport-upload-content {
    max-width: 780px;
    margin: 0 auto;
    border: 2px dashed #ebecee;
}

#header.not-home .header-logo img {
    top: 0px;
}

.not-home .header-nav {
    top: 12px;
}

.not-home .header-reg {
    margin-top: 10px;
}

.sticky-header-active .not-home .header-reg {
    margin-top: 0;
}

.sticky-header-active .not-home .header-nav {
    top: 0;
}

.sticky-header-active #header.not-home .header-logo img {
    top:-1px;
}

label#filepond--drop-label-f80dpa5b6 {
    display: none;
}

.filepond--drop-label {
    display: none;
}

input[type=file] {
    cursor: pointer;
    width: 200px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    color: transparent;
}

input[type=file]:focus {
    outline:none;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.passport-upload-content input[type=file]:before {
    width: 200px;
    height: 40px;
    font-size: 11px;
    line-height: 32px;
    content: 'choose file';
    text-transform: uppercase;
    display: inline-block;
    background: #f4a12e;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
}

.passport-upload-content input[type=file]:before {
    width: 200px;
    height: 40px;
    font-size: 11px;
    line-height: 32px;
    content: 'choose file';
    text-transform: uppercase;
    display: inline-block;
    background: #f4a12e;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
}

.filepond--root {
    height: 300px;
    margin: 0;
    padding: 0;
}

canvas.filepond--image-preview-overlay {
    display: none;
}

ul.filepond--list {
    padding-left: 0;
    list-style: none;
}

.filepond--panel-root {
    background: none;
}

.filepond--browser {
    margin: 0 auto;
    opacity: 1;
}

#FormControlSelect, select#country, select#who {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.invalid {
    background-color: #ffdddd;
}

.social-forum-step:before, .social-forum-step:after {
    content: '';
    display: block;
    clear: both;
}

.social-forum-step {
    margin-top: 50px;
}

.form-group input:focus {
    background-color: #ffffff!important;
    border: none;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(235,235,235,1);
    -moz-box-shadow: 0px 5px 15px 5px rgba(235,235,235,1);
    box-shadow: 0px 5px 15px 5px rgba(235,235,235,1);
}

.icon {
    position: absolute;
    top: 12px;
    left: 30px;
    font-weight: bold;
    color: #3a405b;
}

.social-forum-step .form-group input {
    padding-left: 40px;
    font-family: Montserrat-Regular;
}

.social-forum-step input[type="text"]::-webkit-input-placeholder {
    color: #a1a6bb;
}

.passport-upload.paper-upload h3 {
    font-size: 18px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.passport-upload.paper-upload span {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.email-step {
    margin-top: 40px;
}

.radio-groups {
    border: 1px solid #e3e8f0;
    padding: 20px 0 0 15px;
}

.radio-groups h3 {
    font-size: 14px;
    color: #3a405b;
    text-align: left;
}

h2.email-step-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #a1a6bb;
    letter-spacing: 1px;
    text-align: left;
}

.radio-groups {
    border: 1px solid #e3e8f0;
    padding: 20px 0 20px 15px;
    margin-bottom: 20px;
}

.radio-groups:before, .radio-groups:after {
    content: '';
    display: block;
    clear: both;
}

.custom-control.custom-radio.custom-control-inline {
    display: inline-block;
    float: left;
    margin-right: 35px;
    position: relative;
}

.radio-buttons-check label {
    display: block;
    position: relative;
    padding: 0px 17px 0 35px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-size: 13px;
    text-transform: none;
    color: #3a405b;
}

.radio-buttons-check input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.radio-buttons-check .check {
    display: block;
    position: absolute;
    border: 2px solid #e3e8f0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 10px;
    left: 4px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio-buttons-check .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio-buttons-check input[type=radio]:checked ~ .check::before{
    background: #0DFF92;
}

.radio-buttons-check:before, .radio-buttons-check:after {
    content: '';
    display: block;
    clear: both;
}

.form-group.input-radio-check {
    padding-left: 0;
    margin-top: 10px;
}

.form-group.input-radio-check label {
    text-transform: none;
}

.flight-details{
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px 50px 40px 50px;
    box-sizing: border-box;
    max-width: 875px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.flight-details-group {
    margin-top: 40px;
}

.flight-arrival-details:before, .flight-arrival-details:after {
    content: '';
    display: block;
    clear: both;
}

.flight-details-group label {
    text-transform: none;
}

span.add-on {
    position: absolute;
    right: 25px;
    top: 57%;
}

span.add-on i {
    font-size: 18px;
}

.flight-arrival-details {
    border: 1px solid #e3e8f0;
    padding: 20px 0 20px 15px;
    margin-bottom: 20px;
}

h2.flight-arrival-title {
    font-size: 16px;
    color: #3a405b;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 15px;
}

.help-from {
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px 50px 50px 50px;
    box-sizing: border-box;
    max-width: 875px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.message-block {
    border: 1px solid #e3e8f0;
    padding: 20px 0 20px 15px;
    margin-bottom: 20px;
}

.message-block ul {
    padding-left: 20px;
}

.form-check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #e3e8f0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #0DFF92;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.form-check-label a {
    border-bottom: 1px dashed #3b55e6;
}

label.form-check-label a:hover {
    color: #3b55e6;
}

a.official {
    border-bottom: 1px dashed #3b55e6;
    color: #3b55e6;
}

.radio-buttons-check #check-1::before {
    top: 4px;
    left:4px;
}

.radio-buttons-check #check-2::before {
    left: 4px;
    top: 4px;
}

.radio-buttons-check #check-3::before {
    top: 4px;
    left: 4px;
}

.radio-buttons-check #check-4::before {
    left: 4px;
    top:4px;
}

.radio-buttons-check #check-5::before {
    top: 4px;
    left:4px;
}

.radio-buttons-check #check-6::before {
    top: 4px;
    left: 4px;
}

.radio-buttons-check #check-7::before {
    top: 4px;
    left: 4px;
}

.radio-buttons-check #check-8::before {
    top:4px;
    left: 4px;
}

.message-block {
    text-align: left;
}

#footer .footer-top {
    background-color: #00427b;
    padding: 70px 0;
}

#footer .footer-bottom {
    background-color: #fff;
}

.body:before, .body:after {
    content: '';
    display: block;
    clear: both;
}

.footer-logo {
    float: left;
    padding-right: 30px;
    margin-top: -15px;
}

.foote-contact-1 {
    float: left;
    width: 30%;
    padding-right: 30px;
}

.foote-contact-2 {
    float: left;
    width: 25%;
    padding-right: 30px;
}

.social {
    float: left;
    width: 20%;
}
.footer-logo img {
     width: 165px;
}

.footer-top p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.footer-top a {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.social i {
    margin-right: 15px;
}

.social p {
    margin-bottom: 10px;
}

.text-left p {
    color: #000;
}

.text-right {
    color: #000;
    margin-top: 10px;
}

span.text-right a {
    color: #00427b;
}

span.text-right a:hover{
    border-bottom: 1px dashed;
}

.partner {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

h1.partner-title {
    font-size: 28px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 20px;
    color: #0056b9;
}

.partners {
    padding-bottom: 50px;
}

.partner:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.logo-fixed, .sticky-header-active .logo-normal {
    display: none;
}

.sticky-header-active .logo-fixed {
    display: block;
}

.filepond--item {
    height: 70px!important;
}

.filepond--file .filepond--file-action-button:not(.filepond--action-remove-item), .filepond--file .filepond--processing-complete-indicator {
    right: 10px;
    top: 15px;
}

.filepond--file .filepond--progress-indicator {
    right: 12px;
    top: 17px;
}

.paper-upload .filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 150px;
    margin-top: 10px;
}

.paper-upload .filepond--file-info {
    margin-top: 15px;
}

.paper-upload span.filepond--file-info-sub {
    top: 0px;
    font-size: 10px!important;
}

.paper-upload span.filepond--file-status-sub {
    top: 0;
    font-size: 10px!important;
}

.paper-upload span.filepond--file-status-main {
    top: -16px;
    font-size: 14px!important;
}

.paper-upload .filepond--file-info .filepond--file-info-main {
    margin-top: 10px;
    font-size: 12px;
}

.filepond--file-status .filepond--file-status-main {
    font-size: 10px;
}

.filepond--file-status .filepond--file-status-sub {
    font-size: 9px;
}

.filepond--file-info .filepond--file-info-main {
    font-size: 12px;
}

.file-upload .filepond--root {
    height: 250px;
}

.drag-text {
    position: absolute;
    top: 0;
}

.file-upload .filepond--browser:before {
   visibility: hidden;
}

.file-upload .filepond--panel {
    top: 0;
}

.file-upload .filepond--list {
    left: 0;
}

.file-upload [data-filepond-item-state=processing-complete] .filepond--item-panel {
    background-color: #fff;
}

.file-upload .filepond--item>.filepond--panel .filepond--panel-bottom {
    display: none;
}

.file-upload .filepond--item-panel {
    display: none;
}

.file-upload .filepond--image-preview-wrapper {
    height: 250px!important;
    width: 250px!important;
    border-radius: 0;
}

.file-upload .filepond--file-info {
    display: none;
}

.filepond--root span.help-block {
    text-align: center;
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

label > p {
    margin: 0;
}

.flight-arrival-details .help-block {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
}

.form-check #check-error {
    position: absolute;
    left: 0;
    right: 0;
    color: #a94442;
}

.btn {
    display: inline-block;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.icon-chevron-up {
    background-position: -288px -120px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-chevron-down {
    background-position: -311px -119px;
}

.icon-chevron-up {
    background-position: -287px -120px;
}

.forum-inner p {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 24px;
}

.bg-pages.content-static p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.bg-pages.content-static h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #000;
}

.bg-pages.content-static h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #000;
}

table.stacktable {
    border: 1px solid #c0ddff;
    padding: 10px;
}

table.stacktable > tbody {
    border: 1px solid #c0ddff;
    padding: 10px;
}

table.stacktable > tbody > tr {
    border: 1px solid #c0ddff;
    padding: 10px;
}

table.stacktable > tbody > tr > td {
    border: 1px solid #c0ddff;
    padding: 10px;
}

table.stacktable > tbody > th > tr > td {
    border: 1px solid #c0ddff;
    padding: 10px;
}

.st-head-row.st-head-row-main {
    padding: 10px;
}

.st-head-row {
    padding: 10px;
}

.sp-slide:after {
    content: '';
    background-color: #111950;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
}

.buttom-background {
   /* position: relative;
    width: 100%;
    height: 90px;
    top: calc(90% + 10px);*/
	position: absolute;
    width: 100%;
    height: 110px;
    bottom: -20px;
    overflow: hidden;
    z-index: 1;
    background-repeat: no-repeat;

}
.buttom-background:after{
    content: '';
    background: #eff2f9;
    width: 15000px;
    height: 15000px;
    position: absolute;
    top: 25px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 50%;
}

.logo-70 {
    text-align: center;
    margin-bottom: 40px;
}

.logo-70 img {
    width: 600px;
    height: auto;
}

.forum-back {
    background-color: #fff;
    padding: 15px;
}

.forum-inner {
    max-width: 1170px;
    margin: 0 auto;
}


#content-block-main {
    margin: 30px 0;
}
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -30%, 0);
      transform: translate3d(0, -30%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown 4s;
    animation-name: fadeInDown 4s;
  }
  
  @-webkit-keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }

  /* Loader */

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #0056b9;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Preload */
#preload {
	background: #fffdff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 998;
}

#preload-content {
    height: auto;
    right: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 600px;
    z-index: 999;
    transform: translateX(50%);
}

.preload-spinner {
	margin: 0 auto 14px;
	text-align: center;
}

.loading-logo-wraper
{
	width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loading-logo-wraper img
{
	width:100%
}

.tp-loader
{
	z-index:10000;
	position:relative
}

.tp-loader.spinner
{
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	border:2px solid #0056b9;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
	-webkit-animation:tp-rotateplane .8s infinite ease-in-out;
	animation:tp-rotateplane .8s infinite ease-in-out;
	border-radius:3px;-moz-border-radius:3px;
	-webkit-border-radius:3px
}

@-webkit-keyframes tp-rotateplane
{
50%
{
	-webkit-transform:rotate(180deg)
}

100%
{
	-webkit-transform:rotate(180deg)
}
}

@keyframes tp-rotateplane
{
0%
{
transform:rotate(0deg);
	-webkit-transform:rotate(0deg)
}

50%
{
	transform:rotate(180.1deg);
	-webkit-transform:rotate(180.1deg)
}

100%
{
	transform:rotate(180.1deg);
	-webkit-transform:rotate(180.1deg)
}
}

.teammember-inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.member-short {
    float: left;
    width: 25%;
    padding-right: 20px;
    padding-bottom: 20px;
}

.member-content {
    float: left;
    width: 75%;
}

.member:after, .member:before {
    content: '';
    display: block;
    clear: both;
}

.member-content p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 24px;
}

.member-left h3 {
    font-size: 24px;
    color: #222;
    margin: 0 0 10px 0;
    font-family: Montserrat-SemiBold;
    margin-top: 10px;
    text-align: center;
}

.team-page-inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.team-page-inner h3 {
    font-size: 28px;
    font-family: Montserrat-SemiBold;
    color: #0056b9;
    text-align: center;
    margin-bottom: 30px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    font-family: Montserrat-Regular;
    color: #222222;
}

ul.breadcrumb li a {
    color: #0056b9;
    text-decoration: none;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.breadcrumb {
    background-color: #ffffff;
    border-radius: 6px;
}

.bg-pages {
    padding: 15px;
    border-radius: 6px;
}

.title-block h3 {
    font-size: 28px!important;
    font-family: Montserrat-SemiBold;
    color: #0056b9!important;
    text-align: center;
    margin-bottom: 30px;
}

.body.static-page {
    padding: 0;
}

.body.search-page {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.title-pages h4 {
    font-size: 28px;
    font-family: Montserrat-SemiBold;
    color: #0056b9;
    margin-bottom: 20px;
}

li.search-item {
    color: #4c4c4c;
}

li.search-item a {
    color: #4c4c4c;
}

.mobile-header-nav {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    background-color: #111950;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
    text-align:center;
}

.sticky-header-active.menu-open-mobile .sidenav {
    padding-top: 95px;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;

}

.dropdown-content1 a {

}

.pages-blocks path.line {
    stroke: #000;
}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

svg.ham.hamRotate.ham1 {
    width: 60px;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
path.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width:4;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

#mySidenav.click {
    width: 100%;
}

span.menu {
    position: relative;
    z-index: 7;
    float: right;
        margin-top: -20px;
    left: 15px;
}

#mySidenav .nav-pills > li {
    float: none;
}

#mySidenav ul#mainNav {
    margin-top: 50px;
}

#mySidenav button.dropbtn1 {
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    padding-left: 0;
}

.active2 {
    background-color: #111950;
}

.dropdown-content1 {
    display: none;
    background-color: #262626;
    padding-left: 8px;
    margin: 10px 0;
}


#mySidenav button.dropbtn1:focus {
    outline: none;
}

.dropdown1 {
  text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown1 .font{padding: 8px 8px 8px 5px;}

.sidenav-top {
    position: fixed;
    width: 100%;
    height: 105px;
    background: #111950;
    top: 0;
}

.dropdown1 a {
    padding-left: 0!important;
}

.pages-blocks span.menu {
    top: 10px;
}

.pages-blocks.sticky-header-active span.menu {
    top: 1.5px;
    color: #ffffff;
}

.pages-blocks.sticky-header-active path.line {
    stroke: #ffffff;
}

.menu-open-mobile #header.not-home img.logo-normal {
    display: none;
}

.menu-open-mobile #header.not-home img.logo-fixed {
    display: block;
}

.pages-blocks.menu-open-mobile path.line {
    stroke: #fff;
}

a.scroll-to-top.visible {
    background-color: #111950;
    border-radius: 50%;bottom: 5px;
}

.team-title {
    font-size: 28px;
    font-family: Montserrat-SemiBold;
    color: #0056b9;
    text-align: center;
    margin-bottom: 30px;
}

.facts {
    height: 500px;
    background-size: cover!important;
    background-position: center!important;
    text-align: center;
    position: relative;
}

.facts:before {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.container.facts-inner {
    position: relative;
}

h3.facts-title {
    color: #fff;
    margin-top: 140px;
    font-family: "OpenSans-Bold";
    font-size: 38px;
}

p.facts-subtitle {
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
}

.info-numbers {
    margin-top: 70px;
}

.count-item .nubmer {
    font-size: 56px;
    color: #80a2ff;
    font-weight: 600;
}

.count-item h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 30px;
}

.pages-blocks.sticky-header-active #header.not-home .header-logo img {
    top: -4px;
}

.news {
    padding: 60px 0;
}

.news-title {
    text-align: center;
    margin-bottom: 40px;
}

.news-title h2 {
    font-size: 28px;
    font-family: Montserrat-SemiBold;
    color: #0056b9;
}

.news-short {
    background-color: #fff;
    padding: 20px 15px 35px;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.news-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.news-short h3 {
    font-size: 24px;
    color: #000;
    font-family: Montserrat-SemiBold;
    margin-top: 5px;
}

.news-short-text p {
    height: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.go-to {
    float: right;
}

.go-to a {
    color: #0056b9;
    font-size: 14px;
}

.go-to span, .go-to i {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.go-to:hover span {
    font-weight: bold;
    display: inline-block;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}

.our-book {
    text-align: center;
    margin-bottom: 20px;
}

.book-content h3 {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 15px;
}

p.description {
    color: #000;
    margin-bottom: 0;
}

p.description:hover {
    color: #0056b9;
}

.all-news {
    text-align: center;
    margin-top: 50px;
}

.all-news a {
    font-size: 18px;
    border: 1px solid #111950;
    padding: 10px 60px;
    border-radius: 30px;
    color: #111950;
}

.all-news a:hover {
    border: none;
    background-color: #f49c07;
    color: #fff;
}

.title-block {
    text-align: center;
    margin-bottom: 30px;
}

.share h6 {
    display: inline-block;
    margin-bottom: 0;
}

.osg {
    top: 4px;
}

.blog-img > img {
    transform: scale(1);
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    vertical-align: bottom;
}

.blog-img:hover > img {
    transform: scale(1.25);
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.header-lang ul {
    padding-left: 0;
}

button.btn.contact-btn.change-btn {
    outline: none !important;
    background: #111951!important;
    border-radius: 40px;
    margin-right: 15px;
    color: #fff;
    padding: 12px 40px;
}

/* Adaptatsiya */

@media only screen and (max-width: 1440px) {
    .scroll-bottom {
        bottom: 16px;
    }
}

@media only screen and (max-width: 1200px) {

    .time-counter-title {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .time-counter-title span {
        float: none;
    }

    .time-down-counter {
        float: none;
        width: 100%;
        padding-left: 0;
    }


}

@media only screen and (max-width: 1110px) {

    #header .header-nav {
        display: none!important;
    }
    .mobile-header-nav {
        display: block;
    }

    #mainNav {
        float: none;
    }

    .logo-70 img {
        width: 400px;
    }

    .tours-search-title h2 {
        font-size: 36px;
    }

    .tours-search-block {
        height: 700px;
    }

    .scroll-bottom {
        bottom: 12px;
    }

    .header-logo {
        position: relative;
        z-index: 8;
    }
    
    .dropdown-content1 {
    background-color: #222c6f;   
}
    .sticky-header-active span.menu {
        margin-top: -5px;
        left: 15px;
    }

    .header-top {
        background-color: #111950;
        height: 40px;
        position: relative;
        z-index: 9;
    }

    #header.not-home .header-logo img {
        top: 5px;
    }

    html.menu-open-mobile{overflow: hidden;}
}

@media only screen and (max-width: 1024px) {

    .header-search {
        display: none;
    }

    .header-phone {
        display: none;
    }

    .pull-right {
        float: none!important;
    }

    .header-lang {
        float: left;
    }

    .header-reg {
        float: right;
        margin-right: 0;
    }

    .buttom-background:after {
        width: 102%;
        height: 100%;
    }

    .footer-logo {
        display: none;
    }

    #footer .footer-top {
        text-align: center;
        padding: 50px 0;
    }

    .foote-contact-1 {
        width: 40%;
    }

    .foote-contact-2 {
        width: 30%;
    }

    .social {
        width: 30%;
    }

}


@media only screen and (max-width: 768px) {

    .header-lang > ul > li:nth-child(1) > span {
        top: -19px;
        left: -40px;
        font-size: 14px;
    }

    .time-counter {
        padding: 30px 0;
    }

    .buttom-background:after {
        width: 112%;
        height: 100%;
    }

    .header-logo {
        position: relative;
        z-index: 8;
    }

    .tours-search-title h2 {
        font-size: 28px;
    }

    .tours-search-title h3 {
        font-size: 24px;
    }

    .tours-search-block {
        height: 550px;
    }

    .tours-search-title {
        margin-bottom: 50px!important;
    }

    .scroll-bottom {
        bottom: 14px;
    }

    .logo-70 img {
        width: 300px;
    }

    .forum-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .forum-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .our-team .team-image {
        width: 50%;
        height: 50%;
    }

    .member-short {
        width: 40%;
    }

    .member-content {
        width: 60%;
    }

    .registration {
        padding: 0;
    }

    .registration-inner.container {
        padding: 0;
    }

    select#FormControlSelect {
        background-position-x: 96%!important;
        background-size: 4%!important;
    }

    .reg-title {
        text-align: center;
    }

    .each-step-form-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    h1.form-img-title {
        text-align: center;
    }

    .file-upload {
        margin: 0 auto;
    }

    .each-step-form-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .passport-upload {
        padding: 15px;
    }

    .flight-details {
        padding: 15px;
    }

    .help-from {
        padding: 15px;
        padding-bottom: 50px;
    }

    label.form-check-label a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 425px) {
    .logo-70 img {
        width: 300px;
        margin-top: 20px;
    }

    .tours-search-block {
        height: 541px;
    }

    .tours-search-title h2 {
        font-size: 20px!important;
    }

    .tours-search-title h3 {
        font-size: 18px!important;
    }

    .tours-search-title {
        margin-bottom: 30px!important;
    }

    .scroll-bottom {
        bottom: 35px;
    }
    .scroll-bottom i.fa.fa-long-arrow-down{font-size: 25px;}

    #mySidenav button.dropbtn1 {
        font-size: 20px;
    }
    .buttom-background:after {

    width: 128%;
    height: 100%;}
	
	.mobile-header-nav span.menu {}

    .sidenav a {
        font-size: 20px;;
    }

    .header-logo {
        width: auto!important;
        top: -19px!important;
    }

    .sticky-header-active #header .header-logo img {
        top: 18.5px!important;
    }

    #header .header-logo img {
        top: 10px!important;
    }

    .time-counter-title h2 {
        font-size: 24px;
    }

    div#down-counter {
        padding: 20px 0;
        max-width: 350px;
    }

    div#down-counter li {
        margin-right: 10px;
        font-size: 24px;
    }

    div#down-counter span {
        font-size: 12px;
    }

    div#down-counter {
        text-align: center;
    }

    div#down-counter ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .forum h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .forum {
        padding: 30px 0 30px 0;
    }

    .partners {
        padding-bottom: 0;
    }

    .foote-contact-1 {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .foote-contact-2 {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .social {
        float: none;
        width: 100%;
    }

    .join {
        text-align: center;
    }

    .profile-form .join button {
        float: none;
    }

    .our-team .team-image {
        width: 100%;
        height: 100%;
    }

    .member-short {
        float: none;
        text-align: center;
        width: 100%;
        padding-right: 0;
    }

    .member-content {
        float: none;
        width: 100%;
    }

    .reg-title h1 {
        font-size: 24px;
    }

    .reg-title p {
        font-size: 16px;
    }

    .each-step-form {
        padding: 15px;
    }

    #progressbar li {
        font-size: 10px;
    }

    .pages-blocks .header-logo {
        top: -3px!important;
    }

    .pages-blocks.sticky-header-active .header-logo {
        top: -19px!important;
    }

    .passport-upload.paper-upload h3 {
        font-size: 16px;
        top: 35%;
        padding: 0 15px;
        line-height: 1.5;
    }

    .passport-upload.paper-upload span {
        bottom: 15%;
        font-size: 14px;
        padding: 0 15px;
    }

    #msform .action-button {
        margin-top: 15px;
    }

    a.scroll-to-top.hidden-mobile.visible {
        bottom: 40px;
    }

    .title-pages h4 {
        font-size: 20px;
    }
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}