@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    color:#33363b;
    background: #FFF;
}

img, form {
    padding: 0px;
    margin: 0px;
}

a, td {
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
a {
    color:#007BB3;
}
a:hover {
    color:#11a8f0;
}

.inp_t {
    border: 1px solid #e2e2e2;
    color: #666;
    padding:10px 15px;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
    border-radius: 2px;
}

.inp_t:focus {
    border:1px solid #11a8f0;
}

h1,h2,h3, ul {
    margin:0px;
    padding:0px;
}
div {
    box-sizing: border-box;
}

.inp_b {
    font-size:14px;
    padding:13px 30px;
    cursor: pointer;
    background: #11a8f0;
    border: none;
    color:#fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.inp_b:hover {
    background-color: #118bc5;
}

.chosen-container-single .chosen-single {
    height: 38px!important;
    line-height: 38px!important;
    background: none!important;
    box-shadow: none!important;
    border-radius: 2px!important;
    border: 1px solid #e2e2e2!important;
}
.chosen-container-single .chosen-single div b {
    background-position:0px 10px!important;
}
.chosen-container-single .chosen-single abbr {
    top: 13px!important;
}
.page {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}
.container {
    width:100%;
    max-width:1200px;
    margin:0px auto;
    box-sizing:border-box;
    padding:0px 5px;
}
.header {
    background:#f1f5f9;
    height: 45px;
}
.body {
    flex: 1 0 auto;
    padding-bottom:15px;
}
.footer {
    flex: 0 0 auto;
    padding:10px 5px;
    text-align:left;
}
.footer .container {
    border-top:1px solid #e6e6e6;
    padding-top:18px;
}

ul.way {
    margin-bottom:18px;
}
ul.way li {
    display: inline-block;
    font-size: 12px;
    color: #919395;
}
ul.way li a {
    color:#007BB3;
    font-size: 12px;
}
ul.way li a:hover {
    color:#919395;
}

.index_title {
    background-image: url(/img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#5C9DB9;
    height: 300px;
    margin-bottom: -50px;
    color:#fff;
}
.index_title .container {
    height: 300px;
    padding-top:80px;
    background-image: url(/img/plane.png);
    background-position: right top;
    background-size: 50%;
    background-repeat: no-repeat;
}
.index_title .container h1 {
    font-size: 60px;
}

.menu {
    padding: 18px 0px;
}
.menu li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
}
.menu li a {
    color:#000;
    font-weight: bold;
    font-size: 13px;
}
.menu li a:hover {
    color:#4cbef4;
}

.header .currency {
    float: left;
    line-height: 45px;
    color:#000;
}
.header .currency div {
    display: inline-block;
    margin-right: 10px;
}
.header .phone {
    float: right;
    line-height: 45px;
}
.header .basket {
    float: right;
    display: block;
    line-height: 45px;
    margin-left: 15px;
    color: #33363b;
}
.header #basket {
    margin-right: 5px;
    cursor: pointer;
    float: left;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height:40px;
    text-align: center;
    line-height: 55px;
    margin-top:3px;
}

.header .phone a {
    display:block;
    color:#000;
    display: inline-block;
}
.search_form {
   margin-bottom:18px;
}

.search_form .container {
    background: #fff;
    padding:30px;
    border:1px solid #ebebeb;
}
.soc_seti {
    float: right;
}
.soc_seti a {
    display: inline-block;
    margin-left:15px;
    vertical-align: middle;
}
.soc_seti img {
    width: 30px;
}
.copyright {
    padding-top:5px;
    color: #96989c;
    text-align: left;
    font-size: 12px;
}
.block_container {
    text-align: center;
}

.block_container a.block {
    margin-top:18px;
    margin-right:18px;
    display: inline-block;
    position: relative;
    height: 250px;
    width: 22%;
    background-repeat: no-repeat;
    background-size: cover;
    color:#000;
    font-size: 13px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.block_container a.block img {
    width: 100%;
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

/* The Transformation */
.block_container a.block:hover img {
}

.block_container a.block .title {
    height: 70px;
    padding-top: 5px;
    position: absolute;
    bottom:0px;
    width: 100%;
    background: #fff;
}


.index_block:nth-child(4n+1) {
    margin-right:0px;
}
.chosen.search_form_select {
    width: 200px;
}
.search_form_select_currency {
    width: 80px;
}
input[name=date_from] {
    width: 120px;
}
input[name=date_to] {
    width: 120px;
}
input[name=person_str] {
    width: 130px;
}
input[name=aircompany_name] {
    width: 120px;
}
.person_picker_div {
    position: relative;
    display: inline-block;
}

.flight_type {
    padding-top:18px;
    color: #96989c;
    font-size: 12px;
}
.search_form .inp_t {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.search_form .chosen-container {
    margin-right: 5px;
}
.news .container {
    margin-top:30px;
}
.news .block {
    display: block;
    margin-bottom:30px;
}
.news .block:hover .title{
    color: #4cbef4;
}
.news .block:hover .read_more{
    color: #4cbef4;
}

.news .news_date {
    color: #96989c;
}
.news .text {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    padding-left:15px;
}

.news .img_src {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    height: 150px;
    width: 20%;
    margin-left:5px;
    margin-bottom:5px;
    vertical-align: top;
}

.news .title {
    font-weight: bold;
    color:#000;
    padding-bottom:5px;
}
.news .descr {
    color: #33363b;
}
.news .descr {
    color: #33363b;
}
.news .read_more {
    color: #4cbef4;
    font-size: 12px;
}
a.read_all {
    color:#4cbef4;
    border-bottom:1px dotted #4cbef4;
}
.flight_option {
    display: inline-block;
    padding-left:30px;
}

.person_picker {
    border:1px solid #ddd;
    position: absolute;
    padding:15px;
    background: #fff;
    margin-top:5px;
    border-radius: 4px;
    width: 265px;
    z-index: 100;
}
.person_picker::before {
    content: '';
    position: absolute;
    left:9px;
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.person_picker::after {
    content: '';
    position: absolute;
    left:10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.person_picker .line {
    margin-bottom:15px;
}
.person_picker .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    line-height: 30px;
    text-align: left;
}
.person_picker .right {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.person_picker .sight {
    float:left;
    width:30px;
    height:30px;
    text-align:center;
    color:#9e9b97;
    font-size:20px;
    border-radius: 100%;
    border:2px solid #9e9b97;
    cursor: pointer;
}
.person_picker .digit {
    float:left;
    padding:2px 15px 5px 15px;
    font-size: 20px;
    font-weight: bold;
}
.person_picker .child_div {
    background: #EEEEEE;
    padding:15px;
    display: none;
}
.loader {
    background-image: url(/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.flight_block .container{
    padding:18px;
    border:1px solid #ebebeb;
    margin-bottom:18px;
}
.flight_block .one_way {
    padding:18px;
}
.flight_block .back_way {
    padding:18px;
}

.flight_block .detail {
    display: inline-block;
    vertical-align: middle;
    width: 83%;
}
.flight_block .order {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    text-align: center;
}
.flight_block .open_detail_div {
    padding:0px 10px;
    display: inline-block;
    vertical-align: middle;
}
.flight_block .open_detail {
    cursor: pointer;
}

.flight_block .price {
    font-weight: bold;
    color:#000;
    font-size: 18px;
    padding-bottom:10px;
}
.flight_block .logo_block {
    display: inline-block;
    vertical-align: middle;
    width: 13%;
}
.flight_block .logo_img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
}

.flight_block .time_block {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    line-height: 25px;
}
.flight_block .time_block .time{
    font-weight: bold;
    font-size: 18px;
}
.flight_block .low_color {
    color: #96989c;
}
.flight_block .low_color.bold {
    font-weight: bold;
    color:#4cbef4;
}

.flight_block .city_block {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    width: 55%;
}
.flight_block .city_block .date_div {
    font-size: 16px;
}
.client_data {
    background: #eee;
    padding:15px 0px;
    margin:15px 0px;
    text-align: center;
}
.order_fields input, .order_fields textarea {
    display: block;
    margin:0px auto;
    padding:6px 10px;
    width: 50%;
    margin-top:10px;
}
.tbl_pass {
    border-collapse: collapse;
    margin-top:10px;
}
.tbl_pass .title td {
    font-weight: bold;
    text-align: center;
}
.tbl_pass td {
    padding:5px;
    border:1px solid #eee;

}

.tbl_pass input {
     padding:6px 10px;
     width: 100%;
}
.order_div {
    text-align: center;
    padding-top:30px;
}
.pager_block {
    text-align: center;
}

.pager_block .pager_item {
    display: inline-block;
    vertical-align: top;
    padding:2px 8px;
    color:#33363b;
}
.pager_block .pager_item:hover {
    text-decoration: underline
}

.pager_block .pager_cur {
    vertical-align: top;
    display: inline-block;
    background: #007BB3;
    color:#fff;
    padding:2px 8px;
}
.drop_menu {
    position: absolute;
    left:-15px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    padding:15px;
    width: 200px;
    display: none;
    font-weight: bold;
    z-index: 1000;
}
.drop_menu a {
    display: block;
    border-bottom:1px solid #eee;
    padding-bottom:7px;
    font-weight: normal!important;
    margin-top:7px;
}
.notification {
    font-weight: bold;
    text-align: center;
    color: #007BB3;
}
.news ul {
    margin:0px;
    padding-left:30px;
}
.news img {
    margin:5px;
}
.mobile_menu, #menu_div {
    display: none;
}
.contact_img {
    width: 20%;
}
.pages li {
    margin-left: 30px;
}

@media screen and (max-width: 570px) {
    .index_title {
        height: 130px;
    }
    .index_title .container {
        padding-top:30px;
    }
    .index_title .container h1 {
        font-size: 20px;
    }
    .search_form .chosen-container,.search_form .person_picker_div, .search_form .inp_t {
        display: block;
        width: 100%!important;
        margin:5px auto;
    }
    .search_form .inp_b {
        display: block;
        width: 90%;
        margin:10px auto;
    }
    .search_form .flight_type {
        text-align: center;
    }
    .block_container a.block {
        width: 90%;
        margin: 10px auto;
    }
    .news .block {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .news .img_src {
        width: 95%;
        display: block;
        height: 200px;
    }
    .news img, .pages img {
        width: 99%;
        margin: 5px 0px;
        padding: 0px!important;
        display: block;
        float: none!important;
    }
    .order_fields input, .order_fields textarea {
        width: 90%;
    }
    #menu_div {
        display: block;
        float: right;
        margin-top:-35px;
        margin-right: 15px;
        cursor: pointer;
    }
    .has_drop_menu {
        display: none!important;
    }
    .mobile_menu {
        padding:10px;
        position: fixed;
        z-index: 1000;
        background: rgba(0,0,0, 0.9);
        height: 100%;
        width: 100%;
    }
    .mobile_menu li {
        text-align: right;
        padding:5px;
        list-style: none;
    }
    .mobile_menu a {
        color:#fff;
        font-size: 18px;
    }
    select.chosen {
        display: block;
        margin-bottom: 10px!important;
        width: 100%!important;
        margin: 0px auto;
        border: 1px solid #e2e2e2;
        color: #666;
        padding:10px 15px;
        font-size:15px;
        font-family: 'Open Sans', sans-serif;
        transition: border ease-in-out 0.15s;
        box-sizing: border-box;
        border-radius: 2px;
    }
    .drop_menu {
        max-height: 200px;
        overflow-x: scroll;
        pointer-events: auto;
        display: none;
        width: 100%;
        position: relative;
        text-align: right;
        background: none;
    }
    .drop_menu a {
        display: inline-block;
        vertical-align: top;
        border-right: 0px;
        border-bottom:0px;
        padding-bottom: 2px;
        width: 90%;
        text-align: right;
        border-right:2px solid #fff;
        padding-right:5px;
        font-size: 12px;
    }
    .soc_seti {
        margin-top:25px;
    }
    .flight_block .detail, .flight_block .order {
        display: block;
        width: 100%;
    }
    .flight_block .detail .logo_block, .flight_block .detail .time_block, .flight_block .detail .city_block {
        display: block;
        width: 100%;
        text-align: center;
    }
    .flight_block .logo_img {
        margin: 0px auto;
    }
    .contact_img {
        width: 80%;
    }
    #pass_data {
        width: 100%;
        overflow: scroll;
    }
    #pass_data input {
        min-width: 100px;
    }

}






