
  #header{
    height: 100px;
      z-index: var(--block-Layer_Front);
  }

  #page, #layout{
    min-height: 1050px;
  }
  
  #content {
    padding: 0;
    position: relative;
    top: 100px;
  }
  
  .map {
    left: 0;
    height: 100%;
    min-height: 1050px;
    width: 100%;
    margin-top: -200px;
    background: #000;

  }

  .cover {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
    margin-bottom: 100px;
  }

  .cover:after,
  .cover:before {
    content: '';
    background: none;
    height: 0;
  }

  .map_content:after {
    content: '';
    position: absolute;
    top: -90px;
    left: -100%;
    width: 300%;
    height: 200px;
    pointer-events: none;
    z-index: 0;
  }

  .map_content {
    position: absolute;
    margin: 100px 0 0 0;
    z-index: 9;
    width: 930px;
    left: 50%;
    margin-left: -460px;
  }

  .map_content h1 {
    color: #FFFFFF;
    margin-bottom: .5em;
  }

  .side {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 225px;
    height: 700px;
  }

  .side_block {
    position: relative;
    background: #fff;
    margin-bottom: .9em;
    box-shadow: 0 2px 10px rgba(21, 49, 76, 0.45);
    border-radius: 6px;
    padding: 15px;
  }

  .side_block_inner h2 {
    font-size: 110%;
    margin-bottom: .4em;
  }

  .side_block.adv a {
    font-family: 'Open Sans';
      font-size: 80%;
  }

  .side_block.adv img {
    position: absolute;
    top: 19px;
    left: 13px;
  }

  .side_block_inner {
    padding-left: 63px;
  }

  .side_block.adv p {
    font: 80% 'Open Sans';
    margin-bottom: .4em;
  }

  .side_block.filter h2 {
    font-size: 110%;
  }

  .side_block.desc h2 {
    font-size: 110%;
    margin-bottom: .4em;
  }

  .side_block.desc p {
    font: 80%/1.6 'Open Sans';
    margin-bottom: .6em;
  }

  .side_block.desc p:last-child {
    margin-bottom: 0;
  }

  p.light.with_icon {
    margin-left: 13px;
    padding-right: 10px;
    padding-left: 5px;
  }

  .filter_item {
    position: relative;
    font: 80% 'Open Sans';
    font-weight: bold;
    margin-left: 12px;
    padding-left: 5px;
    color: var(--grayMedium);
    width: 100%;
    display: inline-block;
    cursor: pointer;
  }

  .side_line {
    padding: 4px 0;
    border-top: 1px solid #e5e5e5;
  }

  .side_block.filter {
    padding-bottom: 7px;
    padding-right: 13px;
  }

  .filter_item.a-selected {
    color: #000;
  }

  .button_switch {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #b8b8b8;
    font: 80% 'Open Sans';
    font-weight: bold;
    border: 1px solid #cccccc;
    padding: 1px 10px 1px 30px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 4;
  }

  .filter_item .dot {
    position: absolute;
    top: 6px;
    right: 15px;
    width: 7px;
    height: 7px;
    background: #c7cdd3;
    border-radius: 10px;
  }

  .filter_item.a-selected .dot {
    background: #7ade38;
  }

  .toggle_list .item {
    position: relative;
    display: inline-block;
    color: #b2b9c0;
    background: #f4f3ef;
    padding: 1px 8px;
    margin: 3px 3px;
    border-radius: 4px;
  }

  .toggle_list .item.a-selected {
    color: #000;
  }

  .map_control {
    position: absolute;
    top: 520px !important;
    left: 0;
    width: 32px;
    height: 60px;
    background: #fff;
    z-index: 15;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }

  .map_control span {
    width: 18px;
    height: 24px;
    margin: 0 0 0 5px;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
  }

  .map_zoom_plus:before,
  .map_zoom_minus:before {
    content: '';
    width: 12px;
    height: 3px;
    display: block;
    position: absolute;
    top: 12px;
    left: 5px;
    margin-top: 5px;
    background: #323232;
  }

  .map_zoom_plus:after {
    content: '';
    width: 3px;
    height: 12px;
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    margin-top: 5px;
    background: #323232;
  }

  .map_control span.disabled:before,
  .map_control span.disabled:after {
    background: #7c7c7c !important;
  }

.map_zoom_plus:hover:before,
.map_zoom_minus:hover:before,
.map_zoom_plus:hover:after {
    background: var(--retroOrange);
}

  .map_city_icon div {
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: -7px;
    top: -21px;
    z-index: 1;
    /* background: url("../../media/travel/map-marker/gmap_marker.png") no-repeat 0 0; */
    cursor: pointer;
  }

  .map_city_icon.icon_serv div {
    background: none;
  }

  .map_city_icon.icon_def div {
    background: url("../../media/travel/stars.png") no-repeat 0 0;
    width: 29px;
    height: 29px;
  }

  .map_city_icon.icon_def span:after {
    margin: 0 0 0 -6px;
  }

  .map_city_icon span {
    position: relative;
    bottom: 26px;
    left: -50%;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
    color: #fff;
    font-size: 13px;
  }

  .map_city_icon ins {
    height: 0px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: none;
    white-space: nowrap;
  }

  .map_city_icon.cur ins {
    display: inline-block;
  }

  .map_city_icon.cur div {
    z-index: 10;
  }

  .map_city_icon span:before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 6px 10px;
    position: absolute;
    top: -6px;
    left: -10px;
    z-index: -1;
    display: block;
    background: #000;
    border-radius: 4px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-sizing: content-box;
  }

  .map_city_icon span:after {
    content: '';
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: -1;
    display: block;
    border: 1px dashed transparent;
    border-width: 0 6px;
    border-top: 6px solid #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }


  .map_city_icon div.is_hover,
  .map_city_icon div:hover {
    z-index: 11;
  }

  .map_city_icon div.is_hover ins,
  .map_city_icon div:hover ins {
    display: inline-block;
  }

  .arr_bases{
    position: relative;
    left: -10px;
  }

  .switcher {
    position: relative;
  }

  .switcher .bg {
    width: 179px;
    height: 56px;
    display: block;
    position: absolute;
    left: -14px;
    top: 0;
    z-index: 1;
    background: url("../../media/travel/switcher_bg.png") no-repeat 0 0;
  }

  .switcher .selected_bg {
    width: 103px;
    height: 56px;
    display: block;
    position: absolute;
    left: -13px;
    top: -2px;
    z-index: 2;
    background: url("../../media/travel/switcher_active.png") no-repeat 0 0;
  }

  .mode-view-toggler{
    height: 50px;
    width: 270px;
    position: relative;
    top: -57px;
    left: 160px;
  }

  .switcher .mode-bg {
    width: 179px;
    height: 56px;
    display: block;
    position: absolute;
    z-index: 1;
    background: url("../../media/travel/switcher_bg.png") no-repeat 0 0;
  }

  .switcher .mode-selected-bg {
    width: 103px;
    height: 56px;
    display: block;
    position: absolute;
    top: -2px;
    z-index: 2;
    background: url("../../media/travel/switcher_active.png") no-repeat 0 0;
  }

  #night-mode{
    position: absolute;
    top: 7px;
    left: 12px;
    z-index: 3;
    padding: 4px 24px;
    cursor: pointer;
  }

  #light-mode{
    position: absolute;
    left: 93px;
    top: 7px;
    z-index: 3;
    padding: 4px 24px;
    cursor: pointer;
  }

.print-btn {
    padding: 16px 50px;
    position: absolute;
    top: 7px;
    left: 350px;
    height: 38px;
    width: 85px;
    display: inline-block;
    box-shadow: 1px 1px 1px rgb(218, 220, 229);
    border-radius: 6px;
    transform: skew(-8deg);
    -webkit-transform: skew(-8deg);
    cursor: pointer;
    background: rgba(218,220,229,1);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(218,220,229,1) 100%);
    text-align: center;
    vertical-align: top;
}
* {
    /*border: 1px solid red;*/
}
    .print-btn img {
        display: block;
        position: absolute;
        top: 5px;
        left: 10px;
        width: 30%;
        height: auto;
        box-sizing: border-box;
        transform: skew(8deg);
        -webkit-transform: skew(8deg);
    }

.print-text {
    position: absolute;
    display: block;
    text-align: center;
    width: 60%;
    top: 9px;
    right: 3px;
    box-sizing: border-box;
    transform: skew(8deg);
    -webkit-transform: skew(8deg);
    font: 115%'Open Sans';
    font-weight: 500;
    color: #000;
    vertical-align: top;
}
  .switcher .mode-item img {
            width: 30px;
        }

  .switcher .control{
    height: 60px;
    width: 450px;
  }

  .switcher .control .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 7;
    font: 115%'Open Sans';
    padding: 16px 0;
    width: 75px;
    text-align: center;
    color: #000;
    cursor: pointer;
  }

    .switcher .control .item.active {
        font-weight: bold;
        color: var(--retroOrange);
    }

  .popup_box.side_block {
    margin: 20px 0 20px -5px;
    width: 500px;
    padding: 20px;
  }

  .column hr {
    border-color: #e5e5e5;
  }

  .column {
    width: 265px;
    margin-right: 40px;
  }

  .column:last-child {
    margin-right: 0;
    margin-top: 36px;
  }

  .column h3 {
    font-size: 135%;
  }

  .side.collapse_panel{
    height: 60px;
  }

  .side.collapse_panel .side_block.filter .side_line,
  .side.collapse_panel .side_block.adv,
  .side.collapse_panel .side_block.desc {
    display: none;
  }

  .side.collapse_panel .button_switch .icon.icon_hide {
    background-position: -24px -714px;
  }

  .side.collapse_panel .side_block.filter h2 {
    font-size: 110%;
    margin-bottom: .5em;
  }

  .column.first {
    width: 273px;
  }

 /*.column.middle {
    width: 405px;
  }*/
  .column.last {
    width: 140px;
  }

  .column .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 80% 'Open Sans';
    margin-bottom: .8em;
  }

  .column.first .col {
    width: 49%;
  }


  .column.middle .col {
    width: 32%;
  }

  .resolution_980 .map_content {
    position: absolute;
    margin: 50px 0 0 0;
    z-index: 9;
    width: 93%;
    left: 25px;
  }

  .resolution_980  .popup_box.side_block {
    margin: 20px 0 20px 0;
    width: 87%;
    padding: 20px;
    position: relative;
  }

  .resolution_980 .column {
    width: 100%;
  }

  .resolution_980 .view.list_view {
    height: 390px;
    overflow-y: auto;
    margin-top: 50px;
  }

  .resolution_980 #content {
    padding: 0 0 !important;
 }

  .resolution_980 .map_control{
    top: 600px !important;
    left: 0;
  }

  #UA .col, #AA .col
  {
     font-size: 100%;
  }

  .print-info{
    display: none;
  }

  @media screen and (max-width: 992px) {
    .mode-view-toggler{
      top: 0px;
      left: -15px;
    }

    .print-btn{
        position: relative;
      top: 12px;
      left: -10px;
    }

  }


  @media print{
    #header, #footer{
      display: none;
    }

   .side, .switcher{
      display: none;
    }

    h1{
      display: none;
    }

    .gm-style div > img {
      position: fixed;
    }

    body {
      color-adjust: exact;
      -webkit-print-color-adjust: exact;
    }

    #page, #layout{
      min-height: 0px;
    }

    .popup_box{
      display: block;
    }

    .map{
      position: relative;
      display: block;
      top: 3.2cm;
      max-height: 23cm;
      min-height: 23cm;
      height: 15cm;
      width: 100%;
    }

    .map_control{
      display: none;
    }

    .map_content:after{
      display: none;
    }

    .print-info{
      display: block;
      position: relative;
      top: 1.3cm;
      left: 5cm;  
      z-index: 5;
    }

    .print-block{
      position: fixed;
      top: 21.4cm;
      left: 0cm;
      padding-top: 0.2cm;
      width: 100%;
      background: #fff;
      display: flex;
      justify-content: space-between;
    }

    .print-block p{
      margin: 0;
    }

    .print-block h3{
      margin: 0;
    }

    .print-locations{
      display: inline;
    }

    @page{
      margin: 1cm;
    }
  }