/* Common */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "GothamProRegular";
  src: url("../fonts/GothamPro/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamPro/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamPro/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamProBook";
  src: url("../fonts/GothamPro/GothamProBook/Gotham-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamProMedium";
  src: url("../fonts/GothamPro/GothamProMedium/GothamProMedium.eot");
  src: url("../fonts/GothamPro/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamPro/GothamProMedium/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamProBold";
  src: url("../fonts/GothamPro/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamPro/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamPro/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamProLight";
  src: url("../fonts/GothamPro/GothamProLight/GothamProLight.eot");
  src: url("../fonts/GothamPro/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamPro/GothamProLight/GothamProLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RubikLight";
  src: url("../fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RubikMeduim";
  src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RubikRegular";
  src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* Fonts */
/* Base styles */
body {
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}
.btn {
  font-size: 16px;
  font-family: 'GothamProMedium', sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.btn_blue {
  background: #00aaff;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 20px;
}
.btn_blue:hover {
  background: #0088cc;
}
.btn_transparent {
  border-color: #999;
  color: #999;
  text-decoration: none;
  padding: 10px;
  border-radius: 20px;
}
.btn_transparent:hover {
  background: #999;
  color: #fff;
  border-color: #999;
}
/* Sprites */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #000;
}
.icon-airport {
  font-size: 20px;
  fill: #fff;
}
.icon-filter {
  font-size: 20px;
  fill: #000;
}
.icon-aside-filter {
  font-size: 40px;
  fill: #00aaff;
}
.icon-heart {
  font-size: 20px;
  fill: rgba(37, 73, 115, 0.3);
  -webkit-transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.icon-landing {
  font-size: 23px;
  fill: rgba(0, 0, 0, 0.5);
}
.icon-take-off {
  font-size: 23px;
  fill: rgba(0, 0, 0, 0.5);
}
.icon-search {
  font-size: 25px;
  fill: #fff;
}
.icon-right {
  font-size: 23px;
  fill: rgba(0, 74, 101, 0.5);
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.icon-africa,
.icon-egypt,
.icon-london,
.icon-maldives,
.icon-paris,
.icon-rome {
  font-size: 45px;
  fill: #fff;
}
.icon-london {
  fill: #000;
}
/* Home styles */
.fav-dest {
  text-align: center;
  padding: 10px 0;
}
.fav-dest__title {
  font-size: 60px;
  font-family: 'RubikLight', sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
}
.fav-dest__link {
  padding: 65px 0;
}
.fav-dest__grid {
  max-width: 1600px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.fav-dest__grid:before,
.fav-dest__grid:after {
  display: table;
  content: '';
  clear: both;
}
.fav-dest__item {
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
  -webkit-background-size: cover;
          background-size: cover;
  float: left;
  margin: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.fav-dest__item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.fav-dest__item:hover img {
  -webkit-transform: scale(1.08, 1.08);
      -ms-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}
.fav-dest__item_horizontal {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
.fav-dest__item_full-height {
  margin-bottom: 0;
}
.fav-dest__item_full-height .fav-dest__txt h4 {
  color: #000;
}
.fav-dest__txt {
  position: absolute;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.fav-dest__txt h4 {
  margin: 0;
  color: #fff;
  text-shadow: 0 0 38px black;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'RubikMeduim', sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .fav-dest__title {
    font-size: 40px;
  }
  .fav-dest__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fav-dest__grid:before,
  .fav-dest__grid:after {
    display: none;
  }
  .fav-dest__item {
    float: none;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .fav-dest__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .fav-dest__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .fav-dest__item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .fav-dest__item:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);
    margin-bottom: -100%;
  }
  .fav-dest__item:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .fav-dest__item_horizontal {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* Home */
.home-sec {
  padding: 60px 0;
}
.home-sec_dark {
  background: #f3f7fa;
}
.home-sec_paddingb {
  padding: 40px 0 110px 0;
}
.home-sec__title {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'RubikMeduim', sans-serif;
  font-weight: 500;
}
.home-sec__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
.home-sec__logo {
  width: 110px;
  height: auto;
  margin: 15px;
}
.home-sec__two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  margin-bottom: 0;
}
.home-sec__two-col_nomargin {
  margin: 0;
}
.home-sec__col {
  width: 45%;
}
.home-sec__col h4 {
  font-family: 'RubikMeduim', sans-serif;
  font-weight: 500;
  font-size: 25px;
  margin: 22px 0;
  margin-top: 0;
}
.home-sec__col h4 span,
.home-sec__col h4 img {
  display: inline-block;
  vertical-align: middle;
}
.home-sec__col h4 img {
  max-width: 35px;
  height: auto;
  margin-right: 6px;
}
.home-sec__col p {
  font-size: 13px;
  line-height: 22px;
  font-family: 'GothamProRegular', sans-serif;
  font-weight: 400;
  margin: 22px 0;
}
.home-sec_col-content {
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  margin-right: 30px;
}
.home-sec__col_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home-sec__col_social .store-iphone {
  margin-top: -150px;
  z-index: 999;
  position: relative;
}
.store-links__item {
  display: inline-block;
  margin-right: 5px;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
.store-links__item:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.store-links__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .home-sec {
    padding: 45px 0;
  }
  .home-sec__two-col {
    display: block;
  }
  .home-sec__col {
    width: 100%;
  }
  .home-sec_col-content {
    width: 100%;
    margin: auto;
  }
  .home-sec__col_social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home-sec__col_social .store-iphone {
    display: block;
    margin: auto;
    margin-top: 20px;
  }
  .fav-dest__txt .icon {
    font-size: 37px;
  }
  .fav-dest__txt h4 {
    font-size: 18px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .home-sec__logo {
    width: -webkit-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    margin: 10px;
  }
}
/* Blocks */
/* Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 15px 0;
}
.header .container {
  padding: 0 30px;
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: block;
  max-width: 148px;
  width: 100%;
}
.header__logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header__menu li {
  display: inline-block;
  margin: 0 26px;
}
.header__menu li:last-child {
  margin-right: 0;
}
.header__menu li a {
  color: #fff;
  font-family: 'RubikMeduim', sans-serif;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1.5px;
  font-size: 16px;
}
.header__menu li a:hover {
  color: #003366;
}
.mobile-toggle {
  float: right;
  display: none;
  width: 25px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}
.mobile-toggle span {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.mobile-toggle span:before,
.mobile-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.mobile-toggle span:after {
  top: 8px;
}
.mobile-toggle.on span {
  background-color: transparent;
}
.mobile-toggle.on span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
      -ms-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
@media only screen and (max-width: 768px) {
  .header {
    padding-top: 15px;
  }
  .header__logo {
    max-width: 130px;
    margin: auto;
  }
  .mobile-toggle {
    display: block;
    float: none;
    top: auto;
    right: 15px;
    margin-top: 5px;
  }
  .header__menu {
    position: absolute;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    padding: 0;
    right: 15px;
    top: 70px;
    z-index: 9999;
    display: none;
  }
  .header__menu li {
    margin: 0;
    display: block;
  }
  .header__menu li:first-child a {
    border-radius: 10px 10px 0 0;
  }
  .header__menu li:last-child a {
    border-radius: 0 0 10px 10px;
  }
  .header__menu li a {
    color: #003366;
    display: block;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 51, 102, 0.1);
    font-size: 14px;
  }
  .header__menu li a:hover {
    background: #cde1ea;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .header__menu {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
/* Hero */
.hero {
  padding: 150px 0 50px 0;
  min-height: 480px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero__title {
  font-size: 80px;
  color: #fff;
  font-family: 'RubikMeduim', sans-serif;
  text-shadow: 0 5px 68px rgba(0, 0, 0, 0.29);
  text-align: center;
  margin: 0;
  margin-bottom: 65px;
}
.hero_home {
  padding-bottom: 170px;
}
.hero__mobile-btns {
  text-align: center;
  display: none;
}
.hero-mobile-btn {
  background: #00aaff;
  display: inline-block;
  height: 50px;
  border: 0;
  border-radius: 30px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}
.hero-mobile-btn:hover {
  background: #0099e6;
}
.hero-mobile-btn span,
.hero-mobile-btn .icon {
  display: inline-block;
  vertical-align: middle;
}
.hero-mobile-btn span {
  font-family: 'GothamProMedium', sans-serif;
  font-size: 18px;
  margin-left: 2px;
}
.hero-mobile-btn_filter {
  background: #fbb700;
}
.hero-mobile-btn_filter:hover {
  background: #e2a400;
}
.hero-mobile-btn_filter span {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding-top: 110px;
  }
  .hero_home {
    padding-bottom: 50px;
  }
  .hero__mobile-btns {
    display: block;
    margin-bottom: 20px;
  }
  .hero__title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__mobile-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero-mobile-btn {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 350px) {
  .hero-mobile-btn {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    height: 50px;
  }
  .hero-mobile-btn span {
    font-size: 16px;
  }
  .hero-mobile-btn .icon {
    font-size: 18px;
  }
}
/* Footer */
.footer {
  background: url(../img/footer-bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 55px;
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
.footer__social-item {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin: 15px;
}
.footer__social-item:first-child {
  margin-left: 0;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__social-item:hover {
  color: #fff;
}
.footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 55px;
}
.footer__logo {
  display: block;
  width: 148px;
  margin-bottom: 40px;
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
.footer__cr p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: 'RubikLight', sans-serif;
  line-height: 20px;
}
.footer_subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'GothamProBold', sans-serif;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__nav li {
  padding: 8px 0;
}
.footer__nav li:first-child {
  padding-top: 0;
}
.footer__nav a {
  font-family: 'RubikRegular', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__cr,
.footer__mnu {
  max-width: 370px;
  margin-right: 30px;
  padding-bottom: 35px;
}
.footer__cta {
  max-width: 340px;
  width: 100%;
}
.footer__form input,
.footer__form textarea {
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  border-radius: 30px;
  font-family: 'RubikRegular', sans-serif;
  background-color: transparent;
  font-size: 16px;
  outline: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.footer__form input:hover,
.footer__form textarea:hover,
.footer__form input:focus,
.footer__form textarea:focus,
.footer__form input:active,
.footer__form textarea:active {
  border-color: rgba(255, 255, 255, 0.7);
}
.footer__form input::-webkit-input-placeholder,
.footer__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__form input:-moz-placeholder,
.footer__form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__form input::-moz-placeholder,
.footer__form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__form input:-ms-input-placeholder,
.footer__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__form input {
  background-image: url(../img/icn-mail.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding-left: 60px;
}
.footer__form textarea {
  border-radius: 15px;
  height: 137px;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  resize: none;
}
.footer__form button {
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  border-radius: 30px;
  font-family: 'RubikMeduim', sans-serif;
  font-size: 16px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.footer__form button:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 992px) {
  .footer__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__cta {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer__cr,
  .footer__mnu {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0;
    margin-bottom: 35px;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
  }
  .footer {
    padding-top: 35px;
  }
}
/* Components */
.search-form-radio {
  position: relative;
}
.search-form-radio input {
  display: none;
}
.search-form-radio input + label {
  font-size: 20px;
  cursor: pointer;
  padding-left: 28px;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-family: 'RubikRegular', sans-serif;
}
.search-form-radio input:checked + label {
  color: #ffba00;
}
.search-form-radio label:before {
  content: "";
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-form-radio input:checked + label:before {
  border-color: #ffba00;
}
.search-form-radio input + label:after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  content: '';
  background: #ffba00;
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form-radio input:checked + label:after {
  opacity: 1;
}
.main {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.main-wrapper {
  padding-top: 20px;
  background: #f3f7fa;
  padding-bottom: 75px;
}
.main:before,
.main:after {
  display: table;
  content: '';
  clear: both;
}
.main__content,
.main__aside {
  float: left;
}
.main__content {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  margin-top: -70px;
  margin-right: 30px;
  will-change: height;
  min-height: 200px;
}
.main__aside {
  width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tickets-load {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 100, 147, 0.1);
          box-shadow: 0 0 40px rgba(0, 100, 147, 0.1);
  background: #fff;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.tickets-load__txt {
  margin-bottom: 20px;
}
.tickets-load__text {
  font-size: 25px;
  font-family: 'RubikLight', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  margin-right: 5px;
}
.tickets-load__tip {
  display: inline-block;
  background: #ffba00;
  color: #fff;
  font-family: 'RubikMeduim', sans-serif;
  font-size: 12px;
  padding: 5px;
  border-radius: 10px 10px 10px 0;
  vertical-align: top;
}
.tickets-load__agr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.tickets-load_agr-item {
  width: -webkit-calc(12.5% - 10px);
  width: calc(12.5% - 10px);
  margin-right: 10px;
  background-color: #f3f7fa;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 10px;
}
.tickets-load_agr-item:last-child {
  margin-right: 0;
}
.tickets-load_agr-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ticket {
  margin-bottom: 30px;
}
.ticket__body {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 100, 147, 0.1);
          box-shadow: 0 0 40px rgba(0, 100, 147, 0.1);
  border-radius: 10px;
  padding: 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ticket__body:before,
.ticket__body:after {
  display: table;
  content: '';
  clear: both;
}
.ticket__main {
  float: left;
  width: 195px;
  margin-right: 20px;
}
.ticket__segments {
  float: right;
  width: -webkit-calc(100% - 215px);
  width: calc(100% - 215px);
}
/* Main */
.ticket__airlines-item {
  display: inline-block;
  max-width: 48px;
}
.ticket__airlines-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ticket__airlines-item:first-child:nth-last-child(4) ~ .ticket__airlines-item {
  margin-left: -28px;
}
.ticket__info {
  margin: 10px 0;
}
.ticket__info-price,
.ticket__info-agregator {
  display: inline-block;
  vertical-align: middle;
}
.ticket__info-price {
  text-decoration: none;
  color: #00aaff;
  font-family: 'RubikMeduim', sans-serif;
  font-size: 21px;
}
.ticket__info-agregator {
  max-width: 85px;
  margin-left: 5px;
}
.ticket__info-agregator img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ticket__btns {
  margin-top: 20px;
}
.ticket__btns .btn {
  display: block;
  margin-bottom: 18px;
}
.ticket__btns .btn:last-child {
  margin-bottom: 0;
}
/* Segments */
.ticket__segment {
  position: relative;
}
.ticket__segment:before,
.ticket__segment:after {
  display: table;
  content: '';
  clear: both;
}
.segment:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 51, 102, 0.2);
  margin-bottom: 30px;
}
.segment_detail {
  border-bottom: 0;
  padding-top: 30px;
}
.segment_detail:first-child {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.segment__time {
  font-family: 'RubikLight', sans-serif;
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}
.segment__city {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.segment__city,
.segment__date {
  color: #999;
  font-size: 14px;
  line-height: 19px;
  font-family: 'RubikRegular', sans-serif;
}
.segment__data {
  width: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.segment__data_from {
  float: left;
  padding-right: 15px;
}
.segment__data_to {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.segment__path {
  position: absolute;
  left: 124px;
  right: 124px;
  height: 77px;
}
.segment__path-icn {
  position: absolute;
  bottom: 34px;
}
.segment__path-dot {
  width: 12px;
  height: 12px;
  background: #003366;
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 18px;
}
.segment__path-iata {
  color: #003366;
  font-size: 14px;
  font-family: 'RubikMeduim', sans-serif;
  padding-top: 18px;
}
.segment__path-stop {
  text-align: center;
  position: relative;
  width: 23px;
  height: 23px;
}
.segment__stops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
.segment__path-line {
  border: 1.5px dotted rgba(0, 51, 102, 0.2);
  position: absolute;
  bottom: 36px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
}
.segment__path-summary {
  position: absolute;
  text-align: center;
  width: 90%;
  left: 5%;
  font-family: 'RubikMeduim', sans-serif;
  color: #999;
  font-size: 12px;
  top: 8px;
}
.segment__path-summary_mobile {
  display: none;
}
/* Details */
.ticket-details__item {
  padding: 20px;
}
.ticket-details__item:before,
.ticket-details__item:after {
  display: table;
  content: '';
  clear: both;
}
.ticket__details {
  border: 2px solid #ffba00;
  border-top: 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: auto;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  display: none;
}
.ticket-details__item {
  border-bottom: 1px solid rgba(0, 51, 102, 0.2);
}
.ticket-details__item:last-child {
  border-bottom: 0;
}
.ticket-details__info {
  float: left;
}
.ticket-details__title {
  margin: 0;
}
.ticket-details__title span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'RubikLight', sans-serif;
  font-size: 18px;
  margin-left: 3px;
  font-weight: 300;
}
.ticket-details__title .icon {
  vertical-align: middle;
}
.ticket-details__airlines {
  padding-top: 10px;
}
.ticket-details__ariline {
  padding: 10px 3px 0 3px;
  padding-top: 50px;
}
.ticket-details__ariline:first-child {
  padding-top: 10px;
}
.ticket-details__ariline-logo {
  max-width: 48px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.ticket-details__ariline-name {
  display: inline-block;
  font-family: 'RubikRegular', sans-serif;
  font-size: 14px;
  vertical-align: middle;
  padding-top: 5px;
}
.ticket-details__agregators {
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
}
.ticket-details-agregator {
  background: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  margin: 0 10px;
}
.ticket-details-agregator__img {
  max-width: 100%;
  height: auto;
}
.ticket-details-agregator__price {
  font-family: 'RubikRegular', sans-serif;
  color: #999;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .segment__data {
    width: 100px;
  }
  .segment__path {
    left: 100px;
    right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .ticket__body {
    padding: 20px 0;
  }
  .ticket__segments {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ticket__segments,
  .ticket__main {
    width: 100%;
    float: none;
  }
  .ticket-details__agregators {
    display: block;
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ticket-details-agregator {
    margin: 0 10px;
  }
  .ticket__main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ticket__btns {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ticket__btns .btn {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
  }
  .ticket__info-price {
    font-size: 18px;
  }
  .ticket__airlines-item {
    max-width: 38px;
  }
  .ticket__airlines-item {
    margin-left: -20px;
  }
  .ticket__airlines-item:first-child {
    margin-left: 0;
  }
  .segment__path-summary {
    display: none;
  }
  .segment__path-summary_mobile {
    display: block;
  }
  .ticket-details__info {
    float: none;
  }
  .ticket-details__airlines {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .ticket-details__ariline {
    padding: 0;
  }
  .ticket-details__ariline:first-child {
    padding-top: 0;
  }
  .ticket-details .ticket__segments {
    padding-left: 0;
    padding-right: 0;
  }
  .ticket__body {
    position: relative;
  }
  .ticket__details {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -12px;
    padding-top: 15px;
  }
  .tickets-load {
    padding: 15px;
  }
  .tickets-load__text {
    padding: 10px 0;
    font-size: 20px;
  }
  .ticket__airlines-item:first-child:nth-last-child(4) ~ .ticket__airlines-item {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 600px) {
  .tickets-load__agr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tickets-load_agr-item {
    width: 80px;
    margin-bottom: 10px;
  }
  .tickets-load_agr-item:last-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .segment__time {
    font-size: 20px;
  }
  .segment__city,
  .segment__date {
    font-size: 12px;
  }
  .segment__data {
    width: 80px;
  }
  .segment__data_from {
    padding-right: 5px;
  }
  .segment__data_to {
    padding-left: 5px;
  }
  .segment__path {
    left: 80px;
    right: 80px;
  }
  .ticket__airlines-item:first-child:nth-last-child(4) ~ .ticket__airlines-item {
    margin-left: -22px;
  }
}
@media only screen and (max-width: 350px) {
  .ticket__segments {
    padding: 0 10px;
  }
  .ticket__btns {
    display: block;
  }
  .ticket__btns .btn {
    width: 100%;
  }
  .ticket__btns .btn:first-child {
    margin-bottom: 10px;
  }
  .ticket-details__item {
    padding: 20px 10px;
  }
  .segment__path-summary_mobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .main__content {
    width: 100%;
  }
  .main__aside {
    position: fixed;
    display: none;
  }
}
.lowprice {
  max-width: 870px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0;
}
.lowprice__item {
  width: -webkit-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  background: rgba(0, 51, 102, 0.8);
  padding: 11px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  font-family: 'GothamProLight', sans-serif;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.lowprice__item:hover {
  background: #003366;
}
.lowprice__price {
  font-family: 'GothamProMedium', sans-serif;
}
.lowprice__price:after {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-left: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
          transform: rotate(42deg);
}
@media only screen and (max-width: 768px) {
  .lowprice {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0;
    padding-top: 10px;
  }
  .lowprice__item {
    display: block;
    border-radius: 10px;
    position: relative;
    width: -webkit-calc(33.3% - 15px);
    width: calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    min-width: 125px;
  }
  .lowprice__item:after {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 1px;
    margin-left: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .lowprice__title {
    padding-bottom: 4px;
  }
  .lowprice__title,
  .lowprice__price {
    display: block;
  }
  .lowprice__price:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .lowprice {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lowprice__item {
    width: -webkit-calc(33.3% - 5px);
    width: calc(33.3% - 5px);
    margin-right: 0;
    min-width: auto;
    font-size: 12px;
  }
}
.search-form {
  border-radius: 20px;
  padding: 25px 30px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.search-form_place-holder {
  position: relative;
}
.search-form__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-radio {
  display: inline-block;
  margin-left: 20px;
}
.hero_home .search-form {
  background-image: url('../img/home-hero-bg-blured.jpg');
  background-repeat: no-repeat;
  background-position: left center;
}
.search-form {
  background-image: url('../img/hero_bg-blured.jpg');
  background-repeat: no-repeat;
}
.search-form__title {
  margin: 0;
}
.search-form__title .icon {
  display: inline-block;
  vertical-align: middle;
}
.search-form__title span {
  color: #fff;
  font-family: 'RubikMeduim', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
/* Inputs */
.search-form__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-box-align: flx-start;
  -webkit-align-items: flx-start;
      -ms-flex-align: flx-start;
          align-items: flx-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-form__input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f3f7fa;
  border-radius: 30px;
  width: 100%;
  border: 0;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 45px;
  text-align: left;
  font-family: 'RubikMeduim', sans-serif;
  font-size: 16px;
  -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  outline: none;
}
.search-form__input:disabled {
  opacity: 0.4;
}
.search-form__input:disabled:hover {
  background-color: #f3f7fa;
}
.search-form__input:hover,
.search-form__input:focus {
  background-color: #cfdfeb;
}
.search-form__input_date,
.search-form__input_place,
.search-form__input_place-to,
.search-form__input_passangers {
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.search-form__input_date {
  background-image: url(../img/icn-cal.png);
}
.search-form__input_place {
  background-image: url(../img/icn-flight.png);
}
.search-form__input_place-to {
  background-image: url(../img/icn-land.png);
}
.search-form__input_passangers {
  background-image: url(../img/icn-person.png);
}
.search-form__input::-webkit-input-placeholder {
  font-size: 14px;
}
.search-form__input:-moz-placeholder {
  font-size: 14px;
}
.search-form__input::-moz-placeholder {
  font-size: 14px;
}
.search-form__input:-ms-input-placeholder {
  font-size: 14px;
}
.search-form_place-holder {
  width: 14.37%;
}
.search-form__input_place,
.passangers {
  width: 19.13%;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.search-form__btn {
  border: 0;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100%;
  background: #00aaff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  outline: none;
}
.search-form__btn:hover {
  background: #0088cc;
}
@media only screen and (max-width: 992px) {
  .search-form__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search-form__input_place {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .search-form_place-holder,
  .passangers {
    width: -webkit-calc(33.3% - 45px);
    width: calc(33.3% - 45px);
  }
}
@media only screen and (max-width: 768px) {
  .search-form__input_place {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero {
    height: auto;
    min-height: auto;
  }
  .search-form_place-holder {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .passangers {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .search-form__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
  .search-form__ways,
  .search-form__title {
    width: 100%;
  }
  .search-form__title {
    margin-bottom: 20px;
  }
  .search-form-radio {
    margin: 0;
    margin: 5px;
    margin-bottom: 10px;
  }
  .search-form_place-holder,
  .passangers {
    position: static;
  }
  .hero_flyg-page .search-form {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .search-form {
    padding: 20px;
  }
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  top: 80px;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: transparent;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 270px;
  border-radius: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: none !important;
  border: 0 !important;
  -webkit-box-shadow: 0 0 40px rgba(0, 100, 147, 0.3) !important;
          box-shadow: 0 0 40px rgba(0, 100, 147, 0.3) !important;
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 20px;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  font-family: 'RubikRegular', sans-serif;
  font-size: 16px;
  margin-top: 4px;
}
.picker__year {
  font-size: 14px;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -0.25em;
  border: 1px solid #333;
  border-radius: 100%;
}
.picker__nav--next {
  right: 0;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 9px;
  margin-left: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.picker__nav--prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.picker__nav--next:before {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
      transform: rotate(42deg);
  margin-left: 0;
  margin-right: 3px;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  font-family: 'RubikMeduim', sans-serif;
  font-size: 13px;
  padding-bottom: 10px;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
.picker__weekday[title='lördag'] {
  color: #e6a700;
}
.picker__weekday[title='söndag'] {
  color: #e6a700;
}
/**
 * The days on the calendar
 */
.picker__day {
  font-weight: 200;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-family: 'RubikRegular', sans-serif;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-bottom: 5px;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #00aaff;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: none;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #00aaff;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 176px;
  max-width: 300px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  border-radius: 20px;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.ui-autocomplete {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute !important;
  background: #f3f7fa;
  border-radius: 10px;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 100, 147, 0.3);
          box-shadow: 0 0 40px rgba(0, 100, 147, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px !important;
}
.ui-menu-item {
  font-family: 'RubikRegular', sans-serif;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  background: #f3f7fa;
  cursor: pointer;
}
.ui-menu-item:hover {
  background: rgba(0, 170, 255, 0.95);
  color: #fff;
}
.passangers__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
.passangers__item_kids {
  padding-left: 25px;
}
.passangers__item_kids-first {
  position: relative;
}
.passangers__item_kids-first:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 19px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  left: 7px;
  top: 0px;
}
.passangers__title {
  font-family: 'GothamProMedium', sans-serif;
  margin: 0;
  font-size: 16px;
}
.passangers__title_kids {
  font-family: 'GothamProLight', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.passangers__counter {
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.passangers__icn {
  width: 25px;
  height: 25px;
  -webkit-background-size: 25px 25px;
          background-size: 25px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.passangers__icn:hover {
  opacity: 1;
}
.passangers__icn_plus {
  background-image: url(../img/icn_minus.svg);
}
.passangers__icn_minus {
  background-image: url(../img/icn_plus.svg);
}
.passangers {
  position: relative;
}
.passangers__dropdown {
  position: absolute;
  background-color: #f3f7fa;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 100, 147, 0.3);
          box-shadow: 0 0 40px rgba(0, 100, 147, 0.3);
  width: 269px;
  top: 80px;
  padding: 13px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  display: none;
}
@media only screen and (max-width: 768px) {
  .passangers {
    position: static;
  }
  .passangers__dropdown {
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
  }
  .picker {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
  }
  .picker--opened {
    z-index: 9999;
  }
  .picker__holder {
    max-width: 100%;
    width: 100%;
    top: 80px;
  }
}
.aside {
  position: relative;
}
.aside__title {
  font-size: 24px;
  font-family: 'RubikMeduim', sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 10px;
}
.aside__subtitle {
  font-family: 'RubikMeduim', sans-serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: 25px;
}
.aside__section {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
}
.aside__close {
  background: #00aaff;
  display: block;
  border: 0;
  font-family: 'GothamProMedium', sans-serif;
  height: 40px;
  width: 240px;
  border-radius: 20px;
  font-size: 18px;
  opacity: 0.6;
  color: #fff;
  top: 10px;
  left: 0;
  right: 0;
  margin: 20px auto;
  display: none;
}
.aside__close:hover,
.aside__close:focus,
.aside__close:active {
  opacity: 1;
}
.aside__body {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.aside.load .aside__body {
  opacity: 0.5;
}
.aside.load .aside-load {
  display: block;
  opacity: 1;
}
.aside-load {
  background-color: #e2e9ee;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.aside-load__txt {
  font-family: 'RubikLight', sans-serif;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.load-line {
  height: 4px;
  background-color: rgba(0, 170, 255, 0.2);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.load-line__inner {
  height: 4px;
  background-color: #0af;
  position: absolute;
  width: 62px;
  border-radius: 2px;
  -webkit-animation: loading 1.2s linear infinite;
          animation: loading 1.2s linear infinite;
}
.load-line_tickets .load-line__inner {
  -webkit-animation: loading 2.5s linear infinite;
          animation: loading 2.5s linear infinite;
}
@-webkit-keyframes loading {
  from {
    left: -62px;
  }
  10% {
    left: 10%;
  }
  20% {
    left: 20%;
  }
  30% {
    left: 30%;
  }
  40% {
    left: 40%;
  }
  50% {
    left: 50%;
  }
  60% {
    left: 60%;
  }
  70% {
    left: 70%;
  }
  80% {
    left: 80%;
  }
  90% {
    left: 90%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -62px;
  }
  10% {
    left: 10%;
  }
  20% {
    left: 20%;
  }
  30% {
    left: 30%;
  }
  40% {
    left: 40%;
  }
  50% {
    left: 50%;
  }
  60% {
    left: 60%;
  }
  70% {
    left: 70%;
  }
  80% {
    left: 80%;
  }
  90% {
    left: 90%;
  }
  to {
    left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .aside__close {
    display: block;
  }
  .aside-load {
    left: 0;
  }
  .aside {
    display: block;
    z-index: 999;
    background: #f3f7fa;
    width: 100%;
    float: none;
    position: fixed;
    left: 0;
    padding: 0 20px;
    top: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .filter-mode .aside {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .filter-mode {
    overflow: hidden;
  }
}
.price-filter__range {
  height: 4px;
  background: rgba(0, 51, 102, 0.1);
  border-radius: 2px;
  position: relative;
}
.price-filter__range .ui-slider-range {
  height: 4px;
  background: rgba(0, 51, 102, 0.2);
  z-index: 1;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.price-filter__range .ui-slider-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 21px rgba(0, 100, 147, 0.14);
          box-shadow: 0 0 21px rgba(0, 100, 147, 0.14);
  background: #dee5ed;
  border: 7px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: -9px;
  border-radius: 10px;
  z-index: 3;
  outline: none;
  -webkit-transition: background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.price-filter__range .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 21px rgba(0, 100, 147, 0.34);
          box-shadow: 0 0 21px rgba(0, 100, 147, 0.34);
  background: #b5c4d4;
}
.price-filter__values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.price-filter__value {
  font-family: 'RubikRegular', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.checkbox {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox span {
  padding: 6px 0;
  display: inline-block;
}
.checkbox input {
  display: none;
}
.checkbox input + label {
  font-size: 20px;
  cursor: pointer;
  padding-right: 45px;
  position: relative;
  color: rgba(0, 51, 102, 0.5);
  font-size: 14px;
  font-family: 'RubikRegular', sans-serif;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.checkbox input:checked + label {
  color: #036;
}
.checkbox label:before {
  content: "";
  top: 0px;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 51, 102, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
}
.checkbox input:checked + label:before {
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 100, 147, 0.1);
          box-shadow: 0 0 15px rgba(0, 100, 147, 0.1);
}
.checkbox input + label:after {
  width: 12px;
  height: 12px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
  content: '';
  position: absolute;
  right: 9px;
  top: 9px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.checkbox input:checked + label:after {
  opacity: 1;
}
/* Best deals */
.best-deals {
  min-height: 830px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 40px;
}
.best-deals__slides-wrap {
  position: relative;
  z-index: 9900;
}
.best-deals_home {
  background: #f3f7fa;
}
.best-deals:after {
  content: '';
  height: 100%;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  background: url(../img/best-deals-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0;
}
.best-deals__txt,
.best-deals__slides {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.best-deals__txt {
  width: 42%;
}
.best-deals__slides {
  width: 58%;
  padding-left: 30px;
  overflow: hidden;
}
/* Best deals slider */
.best-deals-item {
  width: 270px;
  border-radius: 10px;
  z-index: 100;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 100, 147, 0.1);
          box-shadow: 0 0 40px rgba(0, 100, 147, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 10px;
}
.best-deals-item__img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.best-deals-item__like {
  background: #fff;
  -webkit-box-shadow: 0 0 21px rgba(0, 100, 147, 0.14);
          box-shadow: 0 0 21px rgba(0, 100, 147, 0.14);
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  top: -25px;
  right: 30px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.best-deals-item__like:hover {
  -webkit-box-shadow: 0 0 21px rgba(0, 100, 147, 0.34);
          box-shadow: 0 0 21px rgba(0, 100, 147, 0.34);
}
.best-deals-item__like:hover .icon-heart {
  fill: #ed3200;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.best-deals-item__content {
  position: relative;
  padding: 40px 30px 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 170px;
}
.best-deals-item__title {
  font-size: 16px;
  font-family: 'GothamProLight', sans-serif;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.best-deals-item__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  left: 30px;
  bottom: 20px;
}
.best-deals-item__rate .fa {
  font-size: 12px;
  color: #ccc;
}
.best-deals-item__price-item {
  display: inline-block;
}
.best-deals-item__price-item_old {
  text-decoration: line-through;
  font-family: 'RubikRegular', sans-serif;
  font-size: 14px;
  margin-right: 5px;
}
.best-deals-item__price-item_new {
  font-family: 'RubikMeduim', sans-serif;
  font-size: 24px;
}
/* Text */
.best-deals__txt {
  padding-top: 55px;
}
.best-deals__txt-wrapper {
  max-width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 60px 60px;
  margin: auto;
  border: 5px solid rgba(0, 74, 101, 0.1);
  border-right: 0;
}
.best-deals__title {
  font-size: 60px;
  font-family: 'RubikMeduim', sans-serif;
  line-height: 75px;
  color: #86ceda;
  margin: 0;
}
.best-deals__details {
  text-align: center;
  margin-top: 50px;
}
.best-deals__link {
  color: rgba(0, 74, 101, 0.5);
  font-family: 'RubikRegular', sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.best-deals__link:hover {
  color: rgba(0, 74, 101, 0.8);
}
.best-deals__link:hover .icon {
  fill: rgba(0, 74, 101, 0.8);
}
.best-deals__link span,
.best-deals__link .icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .best-deals {
    display: block;
    padding: 0 15px;
    min-height: auto;
    height: auto;
    padding-bottom: 70px;
  }
  .best-deals:after {
    display: none;
  }
  .best-deals__slides {
    padding-left: 0;
  }
  .best-deals__txt-wrapper,
  .best-deals__title,
  .best-deals__slides,
  .best-deals__txt {
    width: 100%;
    max-width: 100%;
  }
  .best-deals__txt {
    padding-top: 35px;
  }
  .best-deals__details {
    margin: 35px 0;
  }
  .best-deals__txt-wrapper {
    border: 0;
    padding: 0;
    text-align: center;
  }
  .best-deals__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .best-deals-item {
    width: 240px !important;
  }
  .best-deals {
    padding-bottom: 40px;
  }
}
.subscribe {
  background: url(../img/subscribe-bg.png) no-repeat top center;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -3%;
  z-index: 100;
  position: relative;
  padding: 190px 0 180px 0;
}
.subscribe__title {
  font-family: 'RubikMeduim', sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.subscribe__stitle {
  font-family: 'RubikLight', sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}
.subscribe__form {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.subscribe__form input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(0, 51, 102, 0.6);
  color: #fff;
  outline: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-image: url(../img/icn-mail.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding-left: 70px;
  padding-right: 150px;
  font-family: 'RubikRegular', sans-serif;
}
.subscribe__form input:hover,
.subscribe__form input:focus,
.subscribe__form input:active {
  background-color: rgba(0, 51, 102, 0.8);
}
.subscribe__form input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'RubikRegular', sans-serif;
}
.subscribe__form input:-moz-placeholder {
  color: #fff;
  font-family: 'RubikRegular', sans-serif;
}
.subscribe__form input::-moz-placeholder {
  color: #fff;
  font-family: 'RubikRegular', sans-serif;
}
.subscribe__form input:-ms-input-placeholder {
  color: #fff;
  font-family: 'RubikRegular', sans-serif;
}
.subscribe__form button {
  height: 40px;
  width: 128px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-family: 'RubikRegular', sans-serif;
  color: #333;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.subscribe__form button:hover {
  background: #036;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .subscribe {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .subscribe__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 350px) {
  .subscribe__form input {
    background-image: none;
    padding-left: 15px;
  }
  .subscribe__form button {
    width: 100px;
    font-size: 14px;
  }
}
