/* Common elements */

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, button, input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

a {
  color: #33c0cd;
  text-decoration: underline;
}

a:hover {
  color: #006699;
}

h1 {
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  margin-bottom: .25em;
  text-align: center;
}

h2 {
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  margin-top: 1em;
  margin-bottom: .75em;
}

h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 10px 0;
}

section {
  clear: both;
}

button {
  background: #e9246c;
  color: #fff;
  text-align: center;
  width: 170px;
  border: none;
  border-radius: 9px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label::before {
  content: ' ';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -5px 12px 0 0;
  vertical-align: middle;
  background: url(checkbox.png) left top no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:hover + label::before,
input[type="checkbox"]:active + label::before {
  background-position: -32px top;
}
input[type="checkbox"]:checked + label::before {
  background-position: -64px top;
}
input[type="checkbox"]:hover:checked + label::before,
input[type="checkbox"]:active:checked + label::before {
  background-position: -96px top;
}
label {
  cursor: pointer;
}

/* Mixins */

.fixed-body {
  width: 1080px;
  margin: 0 auto;
  clear: both;
}

.fixed-column {
  width: 50%;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.fixed-column:first-child {
  padding-right: 12px;
}

.fixed-column:last-child {
  padding-left: 12px;
}

.background {
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.background-body {
  background-position: center;
  background-size: cover;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Blocks */

/*
.header {
  padding-top: 5px;
}

.header-top {
  font-size: 16px;
  padding-top: 5px;
}
.header-top:after {
  content: ' ';
  display: block;
  clear: both;
}

.header-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 48px;
  white-space: nowrap;
}

.header-logo_icon {
  vertical-align: middle;
  margin-right: 6px;
}

.header-logo_title {
  vertical-align: middle;
}

.header-logo_country {
  color: #e9246c;
  font-weight: 300;
  font-size: 19px;
  font-style: italic;
  text-transform: uppercase;
  vertical-align: 23px;
  margin-left: 4px;
}

.header-lnk_language {
  display: inline-block;
  margin-right: 30px;
}

.header-contacts {
  display: inline-block;
}

.header-contacts-item {
  display: inline-block;
  margin-right: 2em;
}

.header-actions {
  float: right;
  margin-top: -6px;
  white-space: nowrap;
}

.header-icon_voucher {
  vertical-align: middle;
  margin-right: 10px;
}

.header-lnk_voucher {
  display: inline-block;
  margin-right: 26px;
}

.header-btn_book {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;

  background: #e9246c;
  color: #fff;
  text-align: center;
  width: 170px;
  border: none;
  border-radius: 9px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.header .menu_user {
  display: inline-block;
  vertical-align: middle;
  height: 65px;
  position: relative;
  width: 81px;
  background: #fff;
}

.header .menu_location {
  display: inline-block;
}

.header-divider {
  width: 100%;
  height: 1px;
  background: #cccccc;
}

.header-lnk_nav {
  display: inline-block;
  text-align: center;
  width: 131px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 0;
}

.header-lnk_nav.m_active, .header-lnk_nav:hover {
  color: #006699;
}
*/

.menu_user {
  position: relative;
}

.menu_user .form_auth {
  position: absolute;
  top: 100%;
  right: -1px;
  margin-top: 0px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  /* border-top: none; */
  padding: 9px 28px;
  z-index: -10;
}

.menu_user.m_opened {
  border: 1px solid #cccccc;
  border-bottom: 1px solid #fff;
  margin: -1px;
  /* margin-right: -1px; */
  z-index: 20;
}

.menu_user.m_opened .form_auth {
  display: block;
}

.menu_user-btn_user {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  /* margin-top: 18px; */
  width: 81px;
  height: 100%;
  line-height: 63px;
  margin: auto;
  /* top: 0; */
  /* bottom: 0; */
  left: 0;
  position: relative;
  z-index: 20;
  background: #fff;
  /* border-bottom: 1px solid #fff; */
}

.menu_user.m_opened .menu_user-btn_user {
  border-bottom: 1px solid #fff;
}

.menu_user-userpic {
  margin: 0px 10px;
  vertical-align: middle;
  display: inline;
}

.menu_user-icon_down {
  display: inline-block;
  margin-right: 10px;
  background: url(icon-down.png);
  width: 12px;
  height: 6px;
  vertical-align: middle;
}

.menu_location {
  width: 250px;
  padding: 12px 10px;
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
}

.menu_location-icon_down {
  float: right;
  margin: 6px 0px;
  background: url(icon-down.png);
  width: 12px;
  height: 6px;
}

.menu_location .menu_location_options {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  left: -1px;
  z-index: 10;
  border: 1px solid #ccc;
  border-top: none;
}

.menu_location.m_opened .menu_location_options {
  display: block;
}

.menu_location_options-option {
  margin: 10px;
  color: #000;
  display: block;
  text-decoration: none;
  float: left;
  width: 100%;
  /* box-sizing: content-box; */
}

.form_auth-inp_login {
  padding: 10px;
}

.form_auth-inp_password {
  padding: 10px;
}

.form_auth-links {
  font-size: 12px;
  margin-top: 8px;
}

.form_auth-btn_login {
  width: 40px;
  height: 40px;
  background: url(btn-login.png);
  margin-left: 8px;
  vertical-align: middle;
}

.letsfly {
  background-image: url(bg_image.jpg);
  height: 600px;
  padding: 20px 0;
}

.letsfly-flyer {
    /*
  --background-image: url(letsfly-front.jpg);
  --background-position: center;
  --background-size: cover;
  */
  width: 66.666%;
  height: 100%;
  float: left;
  position: relative;
}

.letsfly-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.letsfly-video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.letsfly-aside {
  background: #fff;
  color: #000;
  width: 33.333%;
  height: 100%;
  text-align: center;
  float: left;
}

.letsfly-date {
  margin-left: 48px;
  margin-top: 120px;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}

.letsfly-title {
  margin-top: 170px;
  margin-left: 48px;
  position: relative;
}

.letsfly-subtitle {
  margin-top: 170px;
  font-size: 60px;
}

.letsfly-subtitle_small {
  font-size: 20px;
  text-transform: uppercase;
}

.letsfly-subtitle_cont {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 50px;
  padding: 0 16px;
}

.letsfly-btn_try {
  width: 236px;
  height: 48px;
  font-size: 24px;
  background: url(letsfly-btn_try.png);
  border: 1px solid #e9246c;
  border-radius: 8px;
  text-transform: uppercase;
  margin-bottom: 4em;
}

.letsfly .form_actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.letsfly-bottom {

}

.quick_actions {
  box-shadow: 1px 5px 40px 0px #000;
  z-index: 100;
}

.quick_actions-body {
  padding: 10px 12px;
}

.quick_actions-lnk_duration {
  display: inline-block;
  margin-right: 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #ebebeb;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  box-shadow: inset 0px 3px 7px 0px rgba(204, 204, 204, 0.75);
  cursor: pointer;
}

.quick_actions-lnk_duration.m_active, .quick_actions-lnk_duration:hover {
  color: #fff;
  box-shadow: none;
}

.quick_actions-lnk_duration.m_tier1 {
  border-color: #09b5c7;
}
.quick_actions-lnk_duration.m_tier1.m_active,
.quick_actions-lnk_duration.m_tier1:hover {
  background-color: #09b5c7;
}
.quick_actions-lnk_duration.m_tier2 {
  border-color: #008fb0;
}
.quick_actions-lnk_duration.m_tier2.m_active,
.quick_actions-lnk_duration.m_tier2:hover {
  background-color: #008fb0;
}
.quick_actions-lnk_duration.m_tier3 {
  border-color: #007cae;
}
.quick_actions-lnk_duration.m_tier3.m_active,
.quick_actions-lnk_duration.m_tier3:hover {
  background-color: #007cae;
}
.quick_actions-lnk_duration.m_tier4 {
  border-color: #1264a5;
}
.quick_actions-lnk_duration.m_tier4.m_active,
.quick_actions-lnk_duration.m_tier4:hover {
  background-color: #1264a5;
}
.quick_actions-lnk_duration.m_tier5 {
  border-color: #3b499a;
}
.quick_actions-lnk_duration.m_tier5.m_active,
.quick_actions-lnk_duration.m_tier5:hover {
  background-color: #3b499a;
}
.quick_actions-lnk_duration.m_tier6 {
  border-color: #2c058f;
}
.quick_actions-lnk_duration.m_tier6.m_active,
.quick_actions-lnk_duration.m_tier6:hover {
  background-color: #2c058f;
}

.quick_actions-minutes {
  display: inline-block;
}

.quick_actions-description {
  display: inline-block;
  margin-right: 8px;
}

.quick_actions-icon_voucher {
  vertical-align: middle;
  margin-right: 10px;
}

.quick_actions-lnk_voucher {
  float: right;
}

.everyone {
  background: url(everyone-back.jpg);
  background-size: cover;
  height: 420px;
  box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.25);

  font-weight: 900;
  text-shadow: 2px 2px 5px #000;
}

.everyone-body {
  text-align: center;
  padding: 32px 0 0;
}

.everyone-title {
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.everyone-title_cont {
  font-size: 50px;
  margin-top: -30px;
  text-transform: none;
}

.who {

}

.who-body {

}

.who-column {
  width: 340px;
  padding: 50px 0px 70px;
  margin: 0 12px;
}
.who-column:first-child {
  margin-left: 0px;
  padding-right: 0px;
}
.who-column:last-child {
  margin-right: 0px;
  padding-left: 0px;
}

.who-subtitle {
  margin-top: 30px;
}

.who-btn_book, .who-btn_try, .who-btn_party {
  display: block;
  left: 0px;
  right: 0px;
  margin: 32px auto 0;
}

.who-image {
  width: 340px;
}

.photos {
  text-align: center;
}

.photos-photo {
  float: left;
  width: 25%;
  height: 320px;
  background-position: center;
  background-size: cover;
}

.photos-lnk_more {
  display: inline-block;
  font-size: 20px;
  margin: 30px auto;
}

.news {
  padding-bottom: 40px;
}

.news-image {
  margin-right: 16px;
}

.news-article {
  width: 33.333%;
  padding-top: 30px;
  float: right;
}

.sale {
  height: 260px;
  background: url(sale-back.jpg);
  background-size: cover;
  padding: 20px 0;
}

.sale-want {
  width: 66.666%;
  height: 100%;
  float: left;
}

.sale-title {
  margin-top: 30px;
  font-size: 100px;
  font-weight: normal;
}
.sale-title_cont {
  font-size: 60px;
}

.sale-voucher {
  background: #fff;
  color: #000;
  width: 33.333%;
  height: 100%;
  float: left;
  text-align: center;
}

.sale-intro {
  margin-top: 55px;
  margin-bottom: 16px;
}

.sale-percent {
  width: 50%;
  height: 55px;
  float: left;
  font-size: 50px;
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
}
.sale-offer {
  width: 50%;
  height: 55px;
  float: left;
  text-align: left;
  padding-top: 3px;
}

.sale-btn_buy {
  clear: both;
  margin-top: 30px;
  text-transform: uppercase;
}

.faq {
  font-size: 16px;
}

.faq-faq {
  float: left;
  margin: 70px 0;
  font-size: 60px;
  width: 160px;
  height: 160px;
  border: 2px solid #00b5c7;
  border-radius: 9px;
  line-height: 160px;
  text-align: center;
  box-sizing: border-box;

  padding-top: 40px;
}
.m_jp .faq-faq {
  font-size: 45px;
  line-height: 78px;
}

.faq-question {
  float: left;
  margin: 70px 55px;
  width: 450px;
}

.faq-expect {
  float: left;
  padding: 52px 28px;
  border-left: 1px solid #cccccc;
  width: 360px;
  height: 300px;
  box-sizing: border-box;
}

.faq-subtitle {
  text-transform: uppercase;
}

.footer {
  clear: both;
  padding: 24px 0;
  border-top: 1px solid #cccccc;
}

.footer-address {
  margin-left: 15px;
  display: inline-block;
}

.footer-phone {
  margin-left: 50px;
  display: inline-block;
}

.footer-lnk_email {
  margin-left: 50px;
  display: inline-block;
}

.footer .social {
  margin-left: 30px;
  display: inline-block;
}

.footer-copyright {
  float: right;
  margin-top: 3px;
}

.social {
  vertical-align: middle;
}

.social-lnk_social {
  margin-left: 20px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
}

.social-lnk_social.m_instagram {
  background-image: url(icon-instagram.png);
}

.social-lnk_social.m_fb {
  background-image: url(icon-facebook.png);
}

.social-lnk_social.m_vk {
  background-image: url(icon-vk.png);
}

.social-lnk_social.m_twitter {
  background-image: url(icon-twitter.png);
}

.social-lnk_social.m_youtube {
  background-image: url(icon-youtube.png);
}

.firstflight {
  position: relative;
  background: url(firstflight-back.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 500px;
}

.firstflight-body {
  background: url(firstflight-front.jpg);
  background-position: center;
  background-size: cover;
  width: 1120px;
  height: 500px;
  margin: 0 auto;
  padding-top: 100px;
  box-sizing: border-box;
  text-align: center;
}

.firstflight-title {
  display: inline-block;
  text-align: left;
  font-size: 100px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 35px 35px;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
}

.m_jp .firstflight-title {
  font-size: 57px;
  padding-top: 70px;
}

.video {
  position: relative;
  background: url(video-back.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 600px;
}

.video-body {
  background: url(video-front.jpg);
  background-position: center;
  background-size: cover;
  width: 1120px;
  height: 600px;
  margin: 0 auto;
  /* padding-top: 195px; */
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: center;
}

.video-btn_play {
  display: inline-block;
  border: none;
  background: url(btn-youtube-play.png);
  width: 98px;
  height: 68px;
  margin-top: 30px;
}

.howitworks {
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 510px;
  font-size: 16px;
}

.m_jp .howitworks {
  height: 460px;
}

.howitworks-column {
  height: 510px;
}

.m_jp .howitworks-column {
  height: 460px;
}

.howitworks-intro {
  margin: 45px 0;
  /* font-size: 20px; */
}

.howitworks-title {
  margin-bottom: 18px;
}

.howitworks-story {
  margin-left: 50px;
  margin-top: 30px;
  /* font-size: 14px; */
  color: #00b5c7;
}

.howitworks-tree {
  position: absolute;
  width: 64px;
  height: 83px;
  left: -30px;
  bottom: 0px;
  background: url(tree-1.png);
}

.howitworks-cloud {
  position: absolute;
  width: 124px;
  height: 69px;
  right: 0px;
  top: 62px;
  background: url(cloud.png);
}

.howitworks-tunnel {
  position: absolute;
  width: 363px;
  height: 355px;
  right: 82px;
  bottom: -100px;
  color: #00b5c7;
  font-size: 13px;
  font-style: italic;
  background: url(tunnel_scheme.png);
}

.howitworks-tunnel_glass {
  position: absolute;
  width: 60px;
  top: 183px;
  left: 77px;
  text-align: right;
  font-style: normal;
  color: #000;
}


.howitworks-tunnel_zone {
  position: absolute;
  width: 80px;
  top: 133px;
  left: 224px;
  font-style: normal;
  color: #000;
}

.stages-column {
  padding-top: 140px;
  padding-bottom: 40px;
  font-size: 16px;
}

.stages-step {
  position: relative;
  padding-top: 14px;
  padding-left: 70px;
  margin-bottom: 40px;
}

.stages-step_index {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  margin-right: 16px;
  color: #00b5c7;
}

.choose {
  height: 600px;
  border-bottom: 1px solid #cccccc;
}

.choose-body {
  padding-top: 120px;
}

.choose-column.m_options {
  padding: 0;
  text-align: center;
}

.choose-options {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  /* align-items: center; */
  /* align-content: center; */
  justify-content: center;
}
.option {
  flex: 1 0 160px;
  max-width: 160px;
  /* align-items: center; */
}

.choose-btn_buy {
  clear: both;
  margin-top: 30px;
}

.choose p {
  margin-top: 24px;
}

.option {
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 2px solid #000;
  border-radius: 9px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.option.m_cyan {
  border-color: #9bd8e6;
}
.option.m_magenta {
  border-color: #e9246c;
}
.option.m_yellow {
  border-color: #ffbd42;
}
.option.m_purple {
  border-color: #3b38b8;
}
.option.m_cyan.m_active, .option.m_cyan:hover {
  background-color: #9bd8e6;
}
.option.m_magenta.m_active, .option.m_magenta:hover {
  background-color: #e9246c;
}
.option.m_yellow.m_active, .option.m_yellow:hover {
  background-color: #ffbd42;
}
.option.m_purple.m_active, .option.m_purple:hover {
  background-color: #3b38b8;
}
.option.m_active, .option:hover {
  color: #fff;
}

.option-length {
  font-size: 16px;
}

.option-length_amount {
  font-size: 60px;
}

.option-people {
  font-size: 20px;
  margin-bottom: 5px;
}

.option-icon_people {
  display: inline-block;
  width: 27px;
  height: 40px;
  vertical-align: -8px;
}

.option-price {
  font-size: 30px;
}

.option.m_cyan .option-icon_people {
  background: url(icon-people-cyan.png);
}
.option.m_magenta .option-icon_people {
  background: url(icon-people-magenta.png);
}
.option.m_yellow .option-icon_people {
  background: url(icon-people-yellow.png);
}
.option.m_purple .option-icon_people {
  background: url(icon-people-purple.png);
}
.option.m_active .option-icon_people, .option:hover .option-icon_people {
  background: url(icon-people-white.png);
}

.booking_progress-bar {
  height: 6px;
  background: #f4f4f4;
  box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 0.75);
  display: flex;
}


.booking_progress-segment {
  flex: 1 0 0px;
  background: url(sale-back.jpg);
  width: 0;
  height: 6px;
  opacity: 0.5;
}

.booking_progress-segment.m_active {
  opacity: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.booking_progress-segment.m_active ~ .booking_progress-segment {
  visibility: hidden;
}

.booking_progress-segment.m_active:last-child {
  border-radius: 0px;
}

.booking_progress-steps {
  display: flex;
}

.booking_progress-step {
  flex: 1 0 0px;
  padding: 20px 0;
  text-align: center;
  color: #cfcfcf;
}

.booking_progress-step.m_active {
  color: #000;
}

.booking_choose {
  display: none;
  text-align: center;
}

.booking_choose.m_active {
  display: block;
}

.booking_choose-body {
  padding-top: 30px;
}

.booking_choose-list {
  margin: 30px 0;
  text-align: left;
  background: #f1f1f1;
}

.booking_option {
  padding: 20px;
  height: 132px;
  min-height: 132px;

  border: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}

.booking_option:last-child {
  border-bottom: none;
}

.booking_option.m_active,
.booking_option:hover {
  background: #fff;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.booking_option:last-child.m_active, .booking_option:last-child:hover {
  border-bottom: 1px solid #d7d7d7;
}
.booking_option:first-child.m_active, .booking_option:first-child:hover {
  border-top: 1px solid #d7d7d7;
}


.booking_option-duration {
  float: left;
  width: 92px;
  height: 92px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: url(sale-back.jpg);
  border-radius: 3px;
}

.booking_option:nth-child(1) .booking_option-duration {
  background-position: 0px 0px;
}

.booking_option:nth-child(2) .booking_option-duration {
  background-position: 0px 100px;
}

.booking_option:nth-child(3) .booking_option-duration {
  background-position: 424px 200px;
}

.booking_option:nth-child(4) .booking_option-duration {
  background-position: 0px 300px;
}

.booking_option:nth-child(5) .booking_option-duration {
  background-position: 0px 384px;
}

.booking_option:nth-child(6) .booking_option-duration {
  background-position: 0px 500px;
}

.booking_option:nth-child(7) .booking_option-duration {
  background-position: 0px 600px;
}

.booking_option:nth-child(8) .booking_option-duration {
  background-position: 0px 700px;
}

.booking_option:nth-child(9) .booking_option-duration {
  background-position: 0px 800px;
}

.booking_option:nth-child(10) .booking_option-duration {
  background-position: 0px 900px;
}

.booking_option-duration_num {
  font-size: 60px;
  margin-bottom: -10px;
}

.booking_option-price {
  float: right;
  font-size: 30px;
  line-height: 92px;
}

.booking_option-body {
  margin-left: 112px;
  height: 92px;
}

.booking_option-title {
  margin: 0px;
  margin-bottom: 10px;
  
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
}

.booking_option-row {
  margin-bottom: 4px;
}

.booking_option-property {
  float: left;
  width: 140px;
}

.booking_choose-btn_proceed {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: #00b0c1;
  width: 300px;
}


.booking_order {
  display: none;
  text-align: center;
}

.booking_order.m_active {
  display: block;
}

.booking_order-body {
  padding-top: 30px;
}

.booking_order-list {
  margin: 30px 0;
  text-align: left;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

.booking_order-list th {
  padding: 8px 0;
  font-weight: normal;
}

.booking_order-head_qty {
  text-align: center;
  width: 100px;
}

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

.booking_order-head_cost {
  text-align: right;
}

.booking_item.m_opened {
  background: #f1f1f1;
}

.booking_item td {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.booking_item td:first-child {
  border-left: 1px solid #f1f1f1;
}

.booking_item td:last-child {
  border-right: 1px solid #f1f1f1;
}

.booking_item-info {
  padding: 20px;
  position: relative;
}

.booking_item-duration {
  float: left;
  width: 92px;
  height: 92px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: url(sale-back.jpg);
  border-radius: 3px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
}

.booking_item:nth-child(1) .booking_option-duration {
  background-position: 0px 0px;
}

.booking_item:nth-child(2) .booking_option-duration {
  background-position: 0px 100px;
}

.booking_item:nth-child(3) .booking_option-duration {
  background-position: 424px 200px;
}

.booking_item:nth-child(4) .booking_option-duration {
  background-position: 0px 300px;
}

.booking_item:nth-child(5) .booking_option-duration {
  background-position: 0px 400px;
}

.booking_item:nth-child(6) .booking_option-duration {
  background-position: 0px 500px;
}

.booking_item:nth-child(7) .booking_option-duration {
  background-position: 0px 600px;
}

.booking_item:nth-child(8) .booking_option-duration {
  background-position: 0px 700px;
}

.booking_item:nth-child(9) .booking_option-duration {
  background-position: 0px 800px;
}

.booking_item:nth-child(10) .booking_option-duration {
  background-position: 0px 900px;
}

.booking_item-duration_num {
  font-size: 60px;
  margin-bottom: -10px;
}

.booking_item-body {
  margin-left: 112px;
  height: 92px;
}

.booking_item-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
}

.booking_item-row {
  margin-bottom: 4px;
}

.booking_item-property {
  float: left;
  width: 140px;
}

.booking_item-qty {
  font-size: 24px;
  text-align: center;
}

.booking_item-price {
  font-size: 14px;
  text-align: center;
}

.booking_item-cost {
  font-size: 24px;
  text-align: right;
}

.booking_item-lnk_change {
  text-decoration: none;
}

.booking_item-lnk_delete {
  text-decoration: none;
  font-size: 24px;
  color: #e9246c;
  margin-left: 30px;
}

.booking_item-lbl_vouchers {
  font-size: 24px;
}

.booking_item-lbl_promo {
  font-size: 24px;
}

.booking_item-promo {
  padding: 4px 35px 4px 4px;
  position: relative;
  /* box-sizing: border-box; */
}

.booking_item-inp_promo {
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 24px;
  width: 100%;
  vertical-align: middle;
  /* margin-right: 35px; */
  box-sizing: border-box;
}

.booking_item-icon_promo {
  display: inline-block;
  vertical-align: middle;
  background: url(booking_item-icon_promo.png);
  width: 25px;
  height: 19px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.booking_add-opened {
  display: none;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #dadada;
  margin: -1px;
  margin-right: -2px;
  margin-bottom: -1px;
}

.booking_add.m_opened .booking_add-closed {
  display: none;
}

.booking_add.m_opened .booking_add-opened {
  display: block;
}

.booking_add h3 {
  margin: 35px 0;
}

.booking_add-list {
  text-align: left;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.booking_add-actions {
  padding: 40px;
}

.booking_add-btn_cancel {
  color: #00b0c1;
  border: 1px solid #00b0c1;
  background: transparent;
  text-transform: uppercase;
  margin-right: 16px;
}

.booking_add-btn_confirm {
  background: #00b0c1;
  text-transform: uppercase;
}

.booking_add-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(booking_add-icon.png);
}


.booking_cancel-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(booking_add-icon.png);
  transform: rotate(45deg);
}


.booking_add-lnk_add {
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dashed #00b0c1;
}

.booking_vouchers {
  display: none;
}

.booking_vouchers.m_opened {
  display: table-row;
}

.booking_vouchers-wrapper {
  text-align: center;
  background: #f1f1f1;
}

.booking_vouchers-body {
  padding: 40px 0px;
  margin: -1px;
  margin-right: -2px;
  width: 500px;
  display: inline-block;
  text-align: left;
}

.booking_vouchers-carousel {
  position: relative;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0 45px;
}

.booking_vouchers-fotorama {
  margin: 0px -100px;
}

.booking_vouchers-lnk_select {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 12px;
  margin: auto 10px;
}

.booking_vouchers-lnk_select.m_prev {
  background: url(booking_vouchers-lnk_select-prev.png);
  right: 100%;
}

.booking_vouchers-lnk_select.m_prev.m_disabled {
  background: url(booking_vouchers-lnk_select-prev-disabled.png);
}

.booking_vouchers-lnk_select.m_next {
  background: url(booking_vouchers-lnk_select-next.png);
  left: 100%;
}

.booking_vouchers-lnk_select.m_next.m_disabled {
  background: url(booking_vouchers-lnk_select-next-disabled.png);
}

.fotorama__arr--next {
  background: url(booking_vouchers-lnk_select-next.png);
  background-position: center;
  background-repeat: no-repeat;
}

.fotorama__arr--prev {
  background: url(booking_vouchers-lnk_select-prev.png);
  background-position: center;
  background-repeat: no-repeat;
}

.fotorama__arr--disabled {
  opacity: 0.25;
}

.booking_vouchers-lnk_zoom {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: -70px;
  background: url(booking_vouchers-lnk_zoom.png);
}

.booking_vouchers-inp_address {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 25px;
  border: none;
  margin-bottom: 40px;
  border-radius: 2px;
  font-size: 16px;
}

.booking_vouchers-inp_name {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 25px;
  border: none;
  margin-bottom: 40px;
  border-radius: 2px;
  font-size: 16px;
}

.booking_vouchers-inp_phone {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 25px;
  border: none;
  margin-bottom: 40px;
  border-radius: 2px;
  font-size: 16px;
}

.booking_vouchers-actions {
  /* padding: 40px; */
  text-align: center;
}

.booking_vouchers-btn_cancel {
  color: #00b0c1;
  border: 1px solid #00b0c1;
  background: transparent;
  text-transform: uppercase;
  margin-right: 16px;
}

.booking_vouchers-btn_confirm {
  background: #00b0c1;
  text-transform: uppercase;
}

.booking_add-closed {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.booking_personal-wrapper {
  text-align: center;
  margin-top: 30px;
  background: #def;
}

.booking_personal-form {
  display: inline-block;
  width: 500px;
  padding: 40px 0px;
  text-align: left;
}

.booking_personal-inp_name {
  width: 100%;
  padding: 12px 25px;
  border: none;
  margin-bottom: 40px;
  border-radius: 2px;
  font-size: 16px;
  box-sizing: border-box;
}

.booking_personal-inp_email {
  width: 100%;
  padding: 12px 25px;
  border: none;
  margin-bottom: 6px;
  border-radius: 2px;
  font-size: 16px;
  box-sizing: border-box;
}

.booking_personal-inp_phone {
  width: 100%;
  padding: 12px 25px;
  border: none;
  margin-bottom: 6px;
  border-radius: 2px;
  font-size: 16px;
  box-sizing: border-box;
}

.booking_personal-note {
  margin-bottom: 20px;
  font-size: 12px;
}

.booking_personal-lbl_terms {
  font-size: 16px;
  margin-top: 25px;
  /* display: inline-block; */
}

.booking_order-total {
  margin: 45px 0 30px;
}

.booking_order-btn_proceed {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: #00b0c1;
  width: 300px;
  padding: 18px;
}

.booking_order-btn_proceed[disabled] {
    background: #aaa;
    cursor: not-allowed; 
}

.header-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
}

.header-lnk_nav {
    width: auto;
}


div.menu-button {
    background: none;
    border-radius: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 140%;
    padding: 10px 0;
}

div.menu-button { display: none; } /* All layouts except mobile */


/*
.header-actions {
    float: right;
    display: inline-block;
    margin-left: 30px;
    margin-top: 0px;
}
*/


/* Tablet */
@media (max-width: 1080px) {
  body {
    overflow-x: hidden;
  }

  /*
  .header-actions {
      float: none;
      display: inline-block;
      margin-left: 30px;
  }
  */

  .fixed-body {
    width: 100%;
    /* padding-left: 12px; */
    /* padding-right: 12px; */
  }

  .background-body {
    width: 100%;
  }

    /*
  .header-top {
    text-align: center;
    padding-bottom: 6px;
  }


  .header .menu_location {
    flex: 1;
  }
  */

  .letsfly {
    height: 500px;
  }

  .letsfly-flyer {
    width: 50%;
    text-align: center;
  }

  .letsfly-date {
    font-size: 4vw;
    margin-left: 0;
  }

  .letsfly-title {
    font-size: 10vw;
    margin-left: 0;
    margin-top: 100px;
  }

  .letsfly-subtitle {
    margin-top: 120px;
  }

  .letsfly-aside {
    width: 50%;
  }

  .letsfly-btn_try {
    margin-bottom: 2em;
  }

  .quick_actions-lnk_voucher {
    float: none;
    margin-left: 10px;
  }

  .everyone-title {
    font-size: 13vw;
  }

  .everyone-title_cont {
    font-size: 5vw;
  }

  .who-body {
    padding: 0;
    /* margin-bottom: 12px; */
  }

  .who-column {
    width: 100%;
    margin: 6px 0;
    padding: 12px;
    box-sizing: border-box;
  }

  .who-column:first-child {
    margin-top: 12px;
    padding: 12px;
  }
  .who-column:last-child {
    margin-bottom: 12px;
    padding: 12px;
  }

  .who-image {
    float: left;
    margin-right: 12px;
  }

  .footer .social {
    display: none;
  }

  .sale-want {
    width: 50%;
  }

  .sale-voucher {
    width: 50%;
  }

  .sale-title {
    font-size: 8vw;
    margin-left: 2vw;
  }

  .sale-title_cont {
    font-size: 4vw;
  }

  .news-image {
    width: 33.3%;
  }

  .faq-body {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
  }

  .faq-faq {
    flex: 0 160px;
    margin: 20px;
    /* max-width: 50%; */
  }

  .faq-question {
    flex: 1;
    margin: 20px;
  }

  .faq-expect {
    flex: 1 0 100%;
    border: none;
    border-top: 1px solid #ccc;
    padding: 30px 20px;
    height: initial;
  }

  .howitworks {
    height: initial;
  }
  .howitworks-body:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .howitworks-body {
    padding: 0;
  }
  .howitworks-column {
    width: 100%;
    height: initial;
    padding-left: 12px;
    padding-right: 12px;
  }
  .howitworks-column.m_right {
    height: 360px;
  }
  .howitworks-cloud {
    right: auto;
    left: 80px;
  }
  .howitworks-tree {
    left: 30px;
  }

  .video {
    height: initial;
    background: none;
  }
  .video-body {
    padding: 0;
    height: initial;
    background: none;
  }
  .video-body iframe {
    width: 100%;
  }

  .stages-body {
    padding: 0;
  }
  .stages-column {
    width: 100%;
    padding-top: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .stages-column.m_right {
    padding-top: 0px;
  }

  .choose {
    height: initial;
  }
  .choose-body {
    padding: 60px 0 40px 0;
  }
  .choose-body:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .choose-column {
    width: 100%;
    padding: 0 12px;
  }
  .choose-column.m_options {
    padding: 0;
  }

  .booking_item-property {
    float: none;
  }
  .booking_item-body {
    height: auto;
  }
  .booking_item-price {
    white-space: nowrap;
  }
  .booking_item-cost {
    white-space: nowrap;
  }
  .booking_item-lnk_delete {
    margin: 0 12px;
  }

  .booking_vouchers-fotorama {
    margin: 0 -50px;
  }
  .booking_vouchers-lnk_zoom {
    right: -40px;
  }

  .footer-copyright {
    margin-right: 12px;
  }
}

/* Mobile */
@media (max-width: 600px) {
    /*
    .header-top {

    }

    .header-logo {
        margin-right: 0;
    }

    .header-actions {
        margin-left: 0;
    }

    .header-contacts {
        display: block;
        text-align: left;
        margin-top: .5em;
        margin-bottom: .5em;
        text-align: center;
        
    }
    .header-contacts-item {
        display: inline-block;
        margin-left:  .25em;
        margin-right: .25em;
    }


    .header-lnk_nav {
        flex: 1 100%;
        padding: 12px 0;
    }

    .header-nav {
        border-bottom: 1px solid #ccc;
        overflow: hidden;

        max-height: 0;
        transition: max-height .5s;
    }

    .header-nav.m_expanded {
        max-height: 1000px;
    }


    div.menu-button {
        display: block;
    }
    */


  .letsfly {
    height: 300px;
  }

  .letsfly-flyer {
    width: 100%;
  }

  .letsfly-aside {
    width: 100%;
    height: 380px;
  }

  .letsfly-date {
    font-size: 6vw;
    margin-top: 25px;
  }

  .letsfly-title {
    font-size: 20vw;
    margin-top: 50px;
  }

  .letsfly-subtitle {
    margin-top: 100px;
  }

  .everyone {
    height: 64vw;
  }

  .everyone-body {
    padding: 15vw 0;
  }

  .everyone-title {
    line-height: 16vw;
  }

  .everyone-title_cont {
    margin-top: -5vw;
  }

  .who-image {
    float: none;
    width: 100%;
  }

  .news-body {
    padding: 0;
  }

  .news-article {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }

  .sale {
    height: 200px;
  }

  .sale-want {
    width: 100%;
  }

  .sale-voucher {
    width: 100%;
  }

  .sale-title {
    font-size: 16vw;
    margin-left: 4vw;
    margin-top: 2vw;
  }

  .sale-title_cont {
    font-size: 8vw;
  }

  .faq-faq {
    flex: 1 100%;
    line-height: 100px;
    height: 100px;
    padding-top: 10px;
  }

  .howitworks-cloud {
    display: none;
  }
  .howitworks-tree {
    display: none;
  }
  .howitworks-tunnel {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .booking_item-duration {
    /* float: none; */
    position: static;
    margin-bottom: 12px;
  }
  .booking_item-body {
    margin: 0;
  }
  .booking_item-title {
    margin-left: 100px;
  }
  .booking_item-row {
    clear: both;
  }
  .booking_option {
    height: auto;
  }
  .booking_option-body {
    height: auto;
    /* text-align: left; */
    /* margin: 0; */
  }
  .booking_option-title {
    margin-top: 0;
  }
  .booking_option-property {
    float: none;
  }

  .booking_vouchers-carousel {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    /* overflow: hidden; */
    /* position: relative; */
  }
  .booking_vouchers-fotorama {
    margin: 0px;
    position: absolute;
    /* left: -55px; */
    /* right: -50px; */
    width: 100%;
  }
  .booking_vouchers-body {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .booking_personal-form {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }


  h1 { 
      padding-top: 10px;
      font-size: 30px;
  }
}





.lazy-youtube {
    display: block;
    height: 360px;
    width: 640px;
    overflow: hidden;
}

.lazy-youtube.-preview img {
    margin-top: -60px; /* remove top and black background */
    pointer-events: none;
}

.lazy-youtube.-preview {
    cursor: pointer;
    background-color: #ccc;
}


.lazy-youtube.-processing {
    cursor: default;
    background: url(youtube-processing.png) no-repeat;
}


.lazy-youtube iframe {
    z-index: 1000;
}

.lazy-youtube.-preview:after {
    display: block;
    width: 86px;
    height: 61px;

    position: relative;
    left: 277px; /* W/2 - w/2 */
    top: -275px; /* H/2 - h/2 */

    content: '';
    background: url(youtube-button.png) no-repeat;
}

.lazy-youtube.-preview:hover:after {
    background-position-y: 100%;
}





.progress_bar {
    display: flex;
}

    .progress_bar-item {
        flex: 1;

        text-align: center;
        padding: 15px 0px;

        box-sizing: border-box;

        position: relative;
    }

    .progress_bar-item::before {
        display: block;
        position: absolute;

        top: -6px;
        height: 6px;
        width: 100%;
        background: #f4f4f4;
        box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 0.75);
        content: '';
    }

    .progress_bar-item.m_active::before {
        background: url(sale-back.jpg);
        box-shadow: none;
    }

    .progress_bar-item.m_active:nth-child(1)::before { background-position: 0px 0px; }
    .progress_bar-item.m_active:nth-child(2)::before { background-position: 0px 100px; }
    .progress_bar-item.m_active:nth-child(3)::before { background-position: 424px 200px; }
    .progress_bar-item.m_active:nth-child(4)::before { background-position: 0px 300px; }
    .progress_bar-item.m_active:nth-child(5)::before { background-position: 0px 384px; }
    .progress_bar-item.m_active:nth-child(6)::before { background-position: 0px 500px; }
    .progress_bar-item.m_active:nth-child(7)::before { background-position: 0px 600px; }
    .progress_bar-item.m_active:nth-child(8)::before { background-position: 0px 700px; }
    .progress_bar-item.m_active:nth-child(9)::before { background-position: 0px 800px; }
    .progress_bar-item.m_active:nth-child(10)::before { background-position: 0px 900px; }

    .progress_bar-item.m_active {
        border-top-color: #9cf;
    }

    a.progress_bar-item:hover {
        border-top-color: #9cf;
    }






.submenu {
    display: block;
    position: relative;
    text-align: center;
        
    margin-top: 6px;
}

    .submenu::before {
        display: block;
        position: absolute;

        top: -6px;
        height: 6px;
        width: 100%;
        background: #f4f4f4;
        box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 0.75);
        content: '';
    }


    .submenu-item {
        display: inline-block;
        margin: 0;
        text-align: center;
        padding: 15px 25px;
        box-sizing: border-box;
        position: relative;
    }

    .submenu-item::before {
        display: block;
        position: absolute;

        top: -6px;
        height: 6px;
        width: 100%;
        content: '';

        margin-left: -25px; /* padding-left of .submenu-item */
    }



    .submenu-item:hover::before,
    .submenu-item.m_active::before {
        background: url(sale-back.jpg);
        box-shadow: none;
    }

    a.submenu-item.m_active {
        color: #000;
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    }


    .submenu-item:nth-child(1)::before { background-position: 0px 0px; }
    .submenu-item:nth-child(2)::before { background-position: 0px 100px; }
    .submenu-item:nth-child(3)::before { background-position: 424px 200px; }
    .submenu-item:nth-child(4)::before { background-position: 0px 300px; }
    .submenu-item:nth-child(5)::before { background-position: 0px 384px; }
    .submenu-item:nth-child(6)::before { background-position: 0px 500px; }
    .submenu-item:nth-child(7)::before { background-position: 0px 600px; }
    .submenu-item:nth-child(8)::before { background-position: 0px 700px; }
    .submenu-item:nth-child(9)::before { background-position: 0px 800px; }
    .submenu-item:nth-child(10)::before { background-position: 0px 900px; }

    .submenu-item.m_active {
        border-top-color: #9cf;
    }

    a.submenu-item:hover {
        border-top-color: #9cf;
    }



dl {

}

    dt {
        width: 150px;
        /* background: #fee; */
        float: left;
        clear: left;
        margin-bottom: .5em;
    }

    dd {
        /* background: #efe; */
        margin-left: 150px;
        margin-bottom: .5em;
    }

    dd:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


.graybox {
    background: #f1f1f1;
    padding-top: .5em;
    margin-bottom: 2em;
}

.graybox h2 {
    text-align: center;
}


.standard-table {


}

.standard-table th,
.standard-table td {
    border-bottom: 1px solid #eee;
    padding: .75em 2em .75em 0em;
    text-align: left;
    vertical-align: top;
}


/* Should put to static/src/base.scss */


.certificates_table-duration {
   background: url(sale-back.jpg);
}


.fullsize_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.fullsize_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.gallery {
    -moz-column-count: 4;
    -moz-column-gap: 3px;
    -webkit-column-count: 4;
    -webkit-column-gap: 3px;
    column-count: 4;
    column-gap: 3px;
    width: 100%;
}
 
.gallery img{
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 667px) {
    .gallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.gallery_container {
    position: fixed;
    background: rgba(0, 0, 0, .75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 80px;
    z-index: 1001;
    color: #fff;
    cursor: pointer;
}

.gallery_close:hover {
    opacity: 0.5;
}

.gallery_container .fotorama {
    width: 90%;
}





/* NEW STYLE HEADER */


.header-logo {
  width: 230px;
  padding: 10px;
  margin: 0 auto; }
  .header-logo img {
    width: 100%; }

.header-contacts {
  width: 100%;
  text-align: center;
  padding: 10px 0; }

.header-actions {
  text-align: center;
  padding: 10px; }

.navigation {
  display: none; }

.navigation._active {
  display: block; }

.navigation-link {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #33c0cd;
  padding: 10px 0px; 
  
    text-transform: uppercase; 
    letter-spacing: 0.020em;
  
  }

  .navigation-link:hover {
    color: #006699; }

.burger {
  display: inline-block;
  margin-left: -50px;
  position: relative;
  height: 23px;
  width: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'><rect width='24' height='3'/><rect width='24' height='3' y='14'/><rect width='24' height='3' y='7'/></svg>");
  background-size: contain;
  cursor: pointer; }

.burger-title {
  margin-left: 30px; }


.header-actions {
    padding-top: 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .header-actions {
      border: none;
  }

  .header {
    display: -ms-flexbox;
    display: flex; 
    
    justify-content: space-between;
    
    }

  .header-logo {
    width: 230px;
    margin: 0; }

  .header-contacts {
    text-align: right; }

  .header-content {
    
    }

  .header-contacts-item {
    padding: 0; }

  .header-actions {
    width: 100%;
    padding: 0; }

  .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 0; }

  .navigation-link {
    white-space: nowrap;
    width: auto;
    margin-left: 1em;
    color: #000000; }

  .burger {
    display: none; } }
