.max-sb-block{line-height:1.4;list-style-type:none;margin-bottom:40px;margin-left:0;padding-left:0}.max-sb-block__area{opacity:1;transition:all 1s ease-out}.max-sb-block__area.max-sb-block--loading{opacity:0}.max-sb-block a{color:inherit;display:inline-block;font-size:inherit;padding:0;text-decoration:none}.max-sb-block a:active,.max-sb-block a:focus,.max-sb-block a:hover,.max-sb-block a:visited{background-color:transparent;text-decoration:underline}.max-sb-block a,.max-sb-block p,.max-sb-block ul{font-size:16px}.max-sb-block ul{list-style-type:none!important;padding-left:0!important}.max-sb-block--loading{opacity:1}.max-sb-loader{margin:0 auto;width:100px}.max-sb-loader img{max-width:100%}.max-sb-small-loader{display:inline-block;width:50px}.max-sb-small-loader img{max-width:100%}.max-sb__title{font-size:30px;font-weight:700;line-height:1.2;margin-bottom:15px}.max-sb-ul li{margin-bottom:0}.max-sb-activities__list{list-style-type:none;margin-left:0;padding-left:0}.max-sb-activities img{height:auto;max-width:100%}.max-sb__card{flex:1 1 30%;margin-bottom:10px;padding:1%;text-align:center;width:33.3%}.max-sb__card a{background-color:transparent!important;display:block;text-decoration:none;transition:all .2s ease}@media (min-width:1024px){.max-sb__card a:hover{transform:translateY(-5px)}.max-sb__card a:hover .max-sb__card-img img{box-shadow:0 2px 8px rgba(0,0,0,.15)}}.max-sb__card-img{margin-bottom:5px;overflow:hidden;padding-bottom:56%;position:relative;transition:all .2s ease}.max-sb__card img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s ease}.max-sb__card p{font-size:16px;line-height:1.2}.max-sb__list{display:flex;flex-wrap:wrap}.max-sb-gray{color:#70757a}.max-sb-desc{margin-bottom:15px}.max-sb-mb-0{margin-bottom:0}.max-sb-ul{list-style:none;padding-left:0}.text-center{text-align:center}.text-right{text-align:right}.max-sb-aboutlocation__header{margin-bottom:20px}.max-sb-aboutlocation__header .max-sb__title{line-height:1.2}.max-sb-gmap{display:none;height:800px}.max-sb-directions{box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;height:500px}@media (max-width:992px){.max-sb-directions{display:block;height:auto}}.max-sb-directions__sidebar{background-color:#e8e8e8;overflow:auto;padding:5px;width:30%}@media (max-width:992px){.max-sb-directions__sidebar{margin-bottom:20px;width:100%}}.max-sb-directions__content{position:relative;width:70%}@media (max-width:992px){.max-sb-directions__content{height:500px;width:100%}}.max-sb-directions__routes{list-style-type:none;padding-left:0}#max-sb-directions-map{height:100%;left:0;position:absolute;top:0;width:100%}.max-sb-directions__routes li{margin-bottom:10px}.max-sb-directions__routes li a{background-color:#fff;box-sizing:border-box;color:#000;display:block;font-family:Arial,sans-serif;font-size:14px;padding:8px 15px;text-decoration:none!important;width:100%}.max-sb-directions__routes li a:hover{text-decoration:none;text-decoration:none!important}.max-sb-directions__routes li a.active{background-color:#92070c;color:#fff;cursor:default;pointer-events:none;text-decoration:none!important}.max-sb-directions__routes li a:hover{background-color:#b4161b;color:#fff}.max-sb-directions__routes{height:432px;overflow:auto}.btn-clear-routes,.btn-clear-routes:focus,.btn-clear-routes:visited{background-color:#333;border:0;color:#fff;font-size:18px;margin-top:15px;outline:none;padding:5px 0;transition:all .2s ease;width:100%}.btn-clear-routes:hover{background-color:#b4161b;color:#fff}@media (max-width:992px){.max-sb-gmap{height:600px!important}}@media (max-width:767px){.max-sb__title{font-size:26px!important}.max-sb__card{flex:50%}.max-sb-gmap{height:400px!important}}
.js-max-sb-loader svg,.js-max-sb-small-loader svg{width: 100% !important;}.js-max-sb-small-loader svg{height: 30px !important;}
.max-sb-airport-map{
    width: 70%;
    position: relative;
}
.max-sb-airport-sidebar{
    width: 30%;
    background-color: #e8e8e8;
    overflow: auto;
    padding: 5px;
    height: 100%;
}
.max-sb-airport{
    display: flex;
    align-items: center;
    height: 500px;
}
.max-sb-airport-routes ul{
    background-color: #92070c;
    margin: 5px 0 !important;
}
.max-sb-airport-routes li{
    position: relative;
    color: WHITE;
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none!important;
}
.max-sb-airport-routes{
    height: 100%;
}
.max-sb-airport-routes li:nth-child(even):after{
    content: '';
    width: 48%;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    margin: 0 0 0 10px;
}