* {
    margin : 0;
    padding : 0;
    border : 0;
    outline : none;
    text-decoration : none;
    background : none;
    font-weight : normal;
    vertical-align : top;
    border-collapse : collapse;
    box-sizing : border-box;
}

html, body {
    height : 100%;
    width : 100%;
}

ol, ul {list-style : none;}

textarea {resize : none;}

b {font-weight : bold;}

u {text-decoration: underline;}

sub {vertical-align : sub;}

body {
    overflow : hidden;
    background-color : #fff;
    color : #4b4b4b;
    font-family : 'Lato', Arial, sans-serif;
    font-size : 15px;
    line-height : 24px;
    text-align : left;
}

a {
    color : #5ea9ee;
    font-weight : 400;
    cursor : pointer;
     -webkit-transition : all 0.2s ease-out 0.01s;
       -moz-transition : all 0.2s ease-out 0.01s;
         -o-transition : all 0.2s ease-out 0.01s;
            transition : all 0.2s ease-out 0.01s;
}

.animated {
    -webkit-transition : all 0.2s ease-out 0.01s;
       -moz-transition : all 0.2s ease-out 0.01s;
         -o-transition : all 0.2s ease-out 0.01s;
            transition : all 0.2s ease-out 0.01s;
}

.page {
    overflow : auto;
    position : fixed;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
}

.main_width {
    margin: 0 auto;
    max-width : 1159px;
}

.main_title {
    font : 700 40px 'Roboto Condensed', Arial;
    color : #4b4b4b;
}

.main_cols {
    /*overflow: hidden;*/
}

.col_left {
    float : left;
    width : 405px;
    margin-right : 26px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}

.inner_area {
    margin : 21px 10px;
}

.col_right {
    overflow: hidden;
    max-width: 728px;
}

.list_tabs {
    overflow: hidden;
}

.list_tab {
    border-radius: 10px 10px 0 0;
    float: left;
    position: relative;
    z-index: 1;
    width : 50%;
    height : 50px;
    padding : 0 15px;
    background : #f2f2f2;
    font : 600 18px/50px 'Open Sans';
    color : #8a8a8a;
    text-align: center;
    white-space: nowrap;
}
.list_tab:last-child {
    float: right;
    margin-left: -100px;
}

.list_tab_sel {
    z-index: 2;
    width : 55%;
    color : #ffffff;
    background : #5ea9ee;
}

.list_tab_sel:before {
    content: '';
    float : right;
    display: inline-block;
    height : 100%;
    width : 29px;
    /*margin-left : -29px;*/
    background: url("/i/calendar.svg") no-repeat center center;
    vertical-align: top;
}

.list_tab span {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.list_items {
}

.trip_template {
    display: none!important;
}

.overflow {
    display: none;
}

.overflow_info {
    display: none;
}

.list_item {
    display: block;
    margin : 10px 0;
    padding : 12px;
    border-radius: 5px;
    background: #ebebeb;
}

.item_top {
    display: block;
    padding-left : 48px;
    font : 700 16px/28px 'Open Sans';
}

.item_top:before {
    content : '';
    float : left;
    width : 36px;
    height : 28px;
    margin-left : -48px;
    background : url('/i/bus.svg') no-repeat center center;
}

.item_bottom {
    display: block;
    padding : 12px 0 0 48px;
    font : 600 15px/20px 'Open Sans';
}

.price_bottom {
    display: block;
    padding : 12px 0 0 48px;
    font : 600 15px/20px 'Open Sans';
}

.price_bottom2 {
    display: block;
    padding : 12px 0 0 48px;
    color : #00bb00;
    font : 600 15px/20px 'Open Sans';
}

.item_buttons {
    float : right;
}

.button_plane {
    float : left;
    height: 28px;
    padding : 0 9px;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
}
.button_plane:after {
    content: '';
    display: inline-block;
    height : 100%;
    width : 22px;
    background: url("/i/plane.svg") no-repeat center center;
    vertical-align: top;
}

.button_cancel {
    float: left;
    padding : 0 9px;
    height: 28px;
    border-radius: 4px;
    background: #f2f2f2;
    font: 600 14px/28px 'Open Sans';
    color : #8a8a8a;
    text-align: center;
}

.button_ok {
    padding : 0 9px;
    height: 28px;
    border-radius: 4px;
    background: #5ea9ee;
    font: 600 14px/28px 'Open Sans';
    color : #ffffff;
    text-align: center;
}

.button_order {
    float: left;
    padding : 0 9px;
    height: 28px;
    margin-left: 12px;
    border-radius: 4px;
    background: #5ea9ee;
    font: 600 14px/28px 'Open Sans';
    color : #ffffff;
    text-align: center;
    cursor: pointer;
}
.button_order_right {
    float: right;
}
.button_order:after {
    content: '';
    display: inline-block;
    height : 100%;
    width : 16px;
    margin-left : 6px;
    background: url("/i/order.svg") no-repeat center center;
    vertical-align: top;
}

.list_item_back .button_plane:after {
    transform : scaleX(-1);
}

.list_item_back .item_top:before {
    transform : scaleX(-1);
}

.order_form {
    display: none;
}

.order_head {
    border-radius: 10px 10px 0 0;
    height : 50px;
    padding : 0 15px;
    background : #5ea9ee;
    font : 600 18px/50px 'Open Sans';
    color : #ffffff;
}

.order_where {
    display: block;
    font : 700 16px/28px 'Open Sans';
}

.order_address {
    display: block;
    padding-top : 12px;
    font : 600 15px/20px 'Open Sans';
}

.order_trip {
    margin : -7px 0 12px;
    font : 700 16px/28px 'Open Sans';
}

.order_trip b {
    display: inline-block;
    margin-right : 20px;
}

.order_result {
    margin : 0 0 12px;
    font : 700 16px/28px 'Open Sans';
}

.form-buttons {
    margin: 12px 0;
}

.form-row {
    display: block;
    margin-bottom: 12px;
    font : 400 14px/24px 'Open Sans';
    color : #4b4b4b;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-label {

}

.form-error {
    color : red;
}

.form-row-select:before {
    pointer-events: none;
    position: relative;
    z-index: 1;
    content: '';
    float : right;
    width : 28px;
    height : 24px;
    margin-left : -28px;
    border-radius : 0 4px 4px 0;
    background: #5ea9ee url('/i/select-arrow.svg') no-repeat center center;
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance : none;
    /*appearance:none;*/
    width : 100%;
    height : 24px;
    padding : 0 7px;
    border : 1px solid #c0c0c0;
    border-radius: 4px;
    font : 300 12px/24px 'Open Sans';
    color : #4b4b4b;
    background: #ffffff;
}
.form-input::-webkit-input-placeholder {  color: rgba(75, 75, 75, .5);  }
.form-input::-moz-placeholder          {  color: rgba(75, 75, 75, .5);  }
.form-input:-ms-input-placeholder      {  color: rgba(75, 75, 75, .5);  }

textarea.form-input {
    height : 72px;
}

.form-input-persons {
    float : right;
    width : 116px;
}

.form-input_error {
    border-color: red;
    color: red;
}

select:invalid { color: rgba(75, 75, 75, .5); }

#map {
    height: 448px;
    width: 100%;
}

.overflow {
    position: fixed;
    left : 0;
    top : 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.popup {
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;

    padding : 20px 30px;
    border-radius: 10px;
    background: #f8f8f8;
}

.popup_schedule {
    text-align: center;
}

.popup_close {
    float : right;
    width : 20px;
    height : 20px;
    margin: -15px -25px 0 0;
    background: url('/i/action-close.svg') no-repeat center center;
}

.popup_title {
    font : 600 18px 'Open Sans';
}

.popup_subtitle {
    font : 400 18px 'Open Sans';
}

.popup_table {
    overflow: hidden;
    width: 100%;
    margin : 19px 0;
    border-radius: 5px;
    background: #ffffff;
}

.popup_table th {
    font : 600 16px/38px 'Open Sans';
    background: #5ea9ee;
    color : #ffffff;
}

.popup_table td {
    border-bottom: 2px solid #f8f8f8;
    font : 400 16px/38px 'Open Sans';
    color : #8a8a8a;
}

.popup_button {
    display: inline-block;
    padding : 0 14px;
    border-radius: 4px;
    background: #5ea9ee;
    font : 600 14px/28px 'Open Sans';
    color : #ffffff;
}



.a_l { text-align : left; }
.a_r { text-align : right; }
.f_l { float : left; }
.f_r { float : right; }