.booking {
    font-weight: 300;
    font-size: 14px;
}

/*.booking-content form {*/
/*display: none;*/
/*}*/
.booking-nav ul {
    display: flex;
}
.modal{
    z-index: 1;
}
.modal-backdrop{
    z-index: 0;
}
.button.active {
    background: rgba(255, 255, 255, .402);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

#avia-search-form {
    display: block;
}

#avia, #rail, #hotel {
    display: -ms-inline-flexbox;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 420px) {
    .home_page_main_header {
        font-size: 22px!important;
    }
}
@media (max-width: 767px) {
    .home_page_main_header {
        /*font-size: 16px !important;*/
        text-align: center;
    }

    #avia, #rail, #hotel {
        display: block;
        width: 200px;
        justify-content: space-between !important;
    }
    a.active {
        background: none;
    }
}

.home_page_toggle_menu_arrow {
    display: none;
    margin-left: 24%;
}

.home_page_toggle_menu_arrow_hotels {
    margin-left: 47%;
}

.booking-label {
    /*color: rgb(255, 255, 255);*/
    color: rgb(0, 0, 0);
    /*font-weight: 300;*/
}

.booking-label span {
    font-size: 30px;
    line-height: 0.8;
}

input[type="date"]::-webkit-calendar-picker-indicator, .booking-date input[type="text"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url('/img/dep-date.png') no-repeat;
    background-size: 90%;
    width: 10px;
    height: 20px;
    border-width: thin;
}

.button img {
    width: 15px;
}

.btn-info-submit {
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    height: 57px;
}

a.btn-info-submit {
    padding: 13px 0;
}

.font_size_13 {
    font-size: 13px;
}

.switch-btn img, .route-link img, .icon-20 {
    width: 20px;
}

.booking-content .route-link {
    display: none;
}

.booking ul {
    list-style: none;
}

.booking-input {
    border: 1px solid rgba(51, 51, 51, .3);
    background-color: rgb(255, 255, 255);
    height: 64px;
    padding: .5rem;
    font-size: 14px;
    -webkit-appearance: none;
    box-shadow: none !important;
}
/*.form-shadow {*/
    /*!*-webkit-box-shadow: -7px 22px 58px -10px rgba(0,0,0,0.29);*!*/
    /*!*-moz-box-shadow: -7px 22px 58px -10px rgba(0,0,0,0.29);*!*/
    /*!*box-shadow: -7px 22px 58px -10px rgba(0,0,0,0.29);*!*/
    /*-webkit-box-shadow: 4px 13px 46px -26px rgba(0,0,0,0.52);*/
    /*-moz-box-shadow: 4px 13px 46px -26px rgba(0,0,0,0.52);*/
    /*box-shadow: 4px 13px 46px -26px rgba(0,0,0,0.52);*/
    /*-webkit-transition: box-shadow 0.5s;*/
/*}*/

button.booking-input, .booking-input::placeholder {
    color: rgb(138, 146, 166);
    text-align: start;
}

button.booking-input {
    background: url('/img/dropdown-arrow.png') no-repeat 97% 50% white;
    background-size: 20px;
}

.booking-date input:hover {
    cursor: pointer;
}

.booking-date input:focus {
    outline: none;
    color: transparent;
    text-shadow: 0 0 0 rgba(204, 208, 218, 0.5);
}

.departure {
    background: url('/img/dep-date.png') no-repeat 93% 50% white;
    background-size: 20px;
}

.return {
    background: url('/img/arrow_dropdown.png') no-repeat 93% 50% white;
    background-size: 20px;
}

.return_clicked {
    background: url('/img/arrow_popup.png') no-repeat 93% 50% white;
    background-size: 20px;
}

.padding_left_0 {
    padding-left: 0;
}

.padding_right_0 {
    padding-right: 0;
}

#visa-form a {
    color: #824ba9;
    background: url('/img/plus.png') no-repeat;
    background-size: 18px;
}

.width-x1 {
    width: 13.65vw;
}

.booking-input {
    width: 100%;
}

.booking-input:hover {
    cursor: pointer;
}

.passengers_field_popup {
    width: auto;
    position: absolute;
    top: 110%;
    left: 0;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.30);*/
    border: 1px solid rgb(204, 208, 218);
    border-radius: 3px;
    background: white;
    /*background: #303030;*/
    color: black !important;
    z-index: 3;

}

.passengers_field_popup:after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0%;
    left: 70%;
    content: '';
    transform: translate(0%, -100%);
    filter: drop-shadow(0 -1px 0 rgb(204, 208, 218));
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 1px solid rgba(138, 146, 166, 0.5);*/
    border-bottom: 10px solid #ffffff;
}

.width-x2 {
    width: 27.3vw;
}

.switch-btn {
    cursor: pointer;
    background: none;
    border: none;
    margin-left: -35px;
    z-index: 1;
    padding: 0;
    float: left;
    top: 30%;
    color: rgb(138, 146, 166) !important;
    position: absolute;
}

.btn-green-submit {
    border-color: rgb(118, 206, 0);
    border-radius: 3px;
    background-color: rgb(118, 206, 0);
    width: 13vw;
    height: 64px;
    min-width: 150px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-box-shadow: none;
}
.btn-purple-submit {
    border-color: rgb(118, 206, 0);
    border-style: none;
    border-radius: 3px;
    background-color: #824BA9;
    width: 24vw;
    height: 64px;
    min-width: 150px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    transition: 0.3s;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
#railway-nav-content .btn-purple-submit {
    width: 16vw;
}
.btn-purple-submit:hover {
    background-color: #8F5BB2;
}

.btn-green-submit-second {
    border-color: rgb(118, 206, 0);
    border-radius: 3px;
    background-color: rgb(118, 206, 0);
    width: 13vw;
    height: 64px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
}

.booking-content .info {
    border-radius: 3px;
    background-color: rgb(241, 245, 246);
    line-height: 1.714;
    font-size: 14px;
}

.autocomplete {
    position: absolute;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    margin-top: 64px;
}

.toggle-nav {
    display: none;
}

.carrier_info_flex_container_ancestor {
    display: flex;
    align-items: center;
}

/*--------------Результаты поиска--------------*/
.result-option {
    box-shadow: 0 2px rgb(217, 221, 222);
}

.result-option .info-subheader {
    font-size: 16px;
}

.result-option-header {
    background-color: rgb(217, 221, 222);
}

.purple-button.nav-link {
    width: 120px;
    height: 25px;
    padding: 0;
    text-align: center;
}

#car .nav-link.active, .seat.chosen, .submit {
    background-color: rgb(130, 75, 169) !important;
    color: rgb(255, 255, 255) !important;
}

/*---------------------------------------------*/


/*----------------ЖД---------------------------*/
.scheme {
    height: 180px;
}

.scheme-container {
    margin-top: 20px;
    background-size: contain;
    width: 830px;
    height: 160px;
    overflow: auto;
    position: relative;
}
.additional-seats {
    position: relative;
    bottom: 23px;
    left: 42px;
    width: 140px;
    margin: 0;
}

.seat {
    border-radius: 3px;
    padding: 0;
    border-style: none;
    background-color: rgb(240, 240, 240);
    color: rgba(54, 67, 86, 0.302);
    font-size: 12px;
    position: absolute;
    /*width: 21px;*/
    /*height: 21px;*/
}

.seats-block {
    width: 62px;
    margin: 0;
    padding: 10px 5px;
}

.seat.available, .seat.chosen {
    color: rgb(130, 75, 169);
    cursor: pointer;
}

.seat.available:hover, .seat.chosen {
    background-color: rgb(130, 75, 169);
    color: rgb(255, 255, 255);
}

/*------------checkbox-----------------------*/

.checkbox-container input { /* скрыть стиль исходного checkbox */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid rgb(130, 75, 169);
    border-radius: 3px;
}

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: rgb(130, 75, 169);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------Passengers Form--------------*/
.doc-select select option.option-disabled {
    color: rgb(138, 146, 166);
}

/*.doc-select {*/
/*position: relative;*/
/*}*/
.doc-select select, .cabinet select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('/img/dropdown-arrow.png') no-repeat 95% 50%;
    background-size: 13px;
    border: 1px solid rgb(204, 208, 218);
    border-radius: 3px;
    width: 100%;
    padding: .2vw 1.5vw .2vw 1vw;
    height: 39px;
}

.railway-order .result-option {
    box-shadow: none;
}

.ticket:hover {
    background-color: rgb(241, 245, 246);;
}


/*---------------------------------------------*/

@media (min-width: 768px) and (max-width: 1200px) {
    .search-form .booking-input, .search-form .btn-green-submit {
        /*width: 34vw;*/
    }

    .passengers_field_popup {
        /*width: 34vw;*/
    }

    .search-form .width-x2 {
        width: 68vw;
    }

    .booking-date {
        /*width: 17vw;*/
    }

    .search-form .booking-date .booking-input {
        width: 100%;
    }

    .booking-nav .route-link {
        /*display: none;*/
        display: block;
    }

    .booking {
        padding-top: 5vw;
        padding-left: 14vw;
    }

    .search-form, .booking-content .route-link {
        display: block;
    }

    #visa-form .search-form .mobile {
        display: block;
    }

    #visa-form .width-x1, #visa-form .width-x2 {
        width: 100%;
    }

    #visa-form a {
        color: rgb(255, 255, 255);
        background: url('/img/plus-white.png') no-repeat;
        background-size: 18px;
    }
    .passengers_field_popup:after {
        left: 87%;
    }
}

@media (max-width: 767.98px) {
    input.booking-input {
        font-size: 16px;
    }

    #visa-form a {
        color: rgb(255, 255, 255);
        background: url('/img/plus-white.png') no-repeat;
        background-size: 18px;
    }

    .mobile, .booking-content .route-link {
        display: block;
    }

    .booking-nav-mobile {
        width: 100%;
        text-align: center;
    }

    .booking-nav .route-link {
        /*display: none;*/
    }

    .booking-form .booking-input, .col-2 .booking-input {
        /*width: 100%;*/
        margin-top: 2px;
    }

    .passengers_field_popup {
        width: 100%;
    }

    .booking-date {
        display: inline-block;
        width: 50%;
        float: left;
    }

    .width-x2, .width-x1, .btn-green-submit, .btn-purple-submit {
        width: 100%;
    }

    .booking-nav {
        position: relative;
        /*display: inline-block;*/
    }

    .booking-nav ul.active, #booking-menu {
        display: none;
    }

    .booking-nav ul {
        width: 100%;
        position: absolute;
        top: 140%;
        left: 0;
        /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
        box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.30);
        border-radius: 3px;
        background: white;
        /*background: #303030;*/
        color: black !important;
        z-index: 2;
    }

    .booking-nav li {
        float: none;
        display: block;
        padding: 0;
    }

    .booking-nav a {
        background: none;
        /*padding-left: 20px;!important;*/
    }
    .booking-nav a.active {
        background: none;
        /*padding-left: 20px;!important;*/
    }


    .booking-nav ul a, .booking-nav ul a:hover {
        display: block;
        border-radius: 0;
        border: none;
        margin: 0;
        width: 50vw;
        color: black !important;
        background: none;
    }

    .booking-nav li:hover {
        background-color: rgba(138, 146, 166, 0.402);
    }

    .booking-nav ul:after {
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0%;
        left: 45%;
        content: '';
        transform: translate(0%, -100%);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
    }

    .toggle-nav {
        float: left;
        display: inline-block;
        transition: color linear 0.15s;
        width: 100%;
    }

    .toggle-nav:hover, .toggle-nav.active {
        text-decoration: none;
    }

    .mobile-car-border {
        border-bottom: 1px solid #dee2e6;
        border-right: none !important;

    }
    .passengers_field_popup:after {
        left: 87%;
    }
}

/* Articles list */
.main_article {
    background-color: #f1f5f6;
    height: 650px;
    width: 100%;
}

.width_1200 {
    width: 1200px;
    margin: 0 auto;
}

.articles_breadcrumb {
    padding-top: 28px;
}

.articles_breadcrumb li a {
    color: #8a92a6;
}

.small_font {
    font-size: 12px;
}

.text_vertical_align_center {
    display: flex;
    align-items: center;
}

.main_article_image {
    max-width: 90%;
}

.categories_buttons {
    margin-top: 50px;
}

.category_button {
    border-radius: 25px;
    border-color: #824ba9;
    color: #824ba9;
}

.article_category_active {
    color: #FFFFFF;
    background-color: #824ba9;
}

.category_button:hover {
    color: #FFFFFF;
    background-color: #824ba9;
}

.article_small_image {
    max-width: 90%;
}

.articles_rows {
    padding-bottom: 185px;
}

.one_articles_row {
    margin-top: 50px;
}

/* end Articles list*/

/* Single article */
.one_article_description {
    background-color: #ffffff;
}

.single_article_description_text {

}

.single_article_image {

}

.popular_articles {
    background-color: #f1f5f6;
}

.popular_articles_title {
    margin-top: 95px;
}

.popular_articles_row {
    margin-bottom: 99px;
}

/* end single article */

/* Airports list */
.airports_main_section {
    background-color: #f1f5f6;
    /*height: 3690px;*/
    width: 100%;
    overflow: auto;
}

.airports_description {
    margin-top: 40px;
}

.airports_info_text {
    margin-top: 30px;
}

.airports_second_row_mt {
    margin-top: 30px;
}

.airports_images {
    margin-top: 50px;
}

.airports_find_ticket_block {
    width: 420px;
    height: 120px;
    background-color: #f1f5f6;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.airports_input {
    width: 360px;
    height: 34px;
    margin-top: 30px;
}

.airports_find_ticket_block_title {
    font-weight: lighter;
}

.airports_find_ticket_block_button {
    border: 1px solid #824ba9;
    color: #824ba9;
}

.airports_find_ticket_block_button:hover {
    background-color: #824ba9;
    color: #fff;
}

.airports_letter_list_ru {
    margin-top: 54px;
    color: #824ba9;
}

.airports_letter_list_en {
    margin-top: 20px;
    color: #824ba9;
}

.airports_lists_row {
    margin-top: 28px;
}

.airports_lists_item {
    margin-bottom: 20px;
}

.airports_list {
    list-style: none;
    color: #824ba9;
}

.airports_description_second {
    font-weight: lighter;
    margin-top: 95px;
}

.airports_paragraph {
    margin-top: 28px;
}

.airports_font_weight_normal {
    font-weight: normal;
}

.airports_each_image {
    width: 100%;
}

/* end airports list*/
/* airport item */
.airport_title {
    font-weight: lighter;
    margin-top: 25px;
}

.airport_info_text {
    font-weight: lighter;
    margin-top: 40px;
}

.airport_header_block {
    /*height: 250px;*/
    background-color: #f1f5f6;
    overflow: auto;
}

.airport_main_info_block {
    /*height: 625px;*/
    background-color: #fff;
    overflow: auto;
}

.airport_info_block_item {
    font-weight: normal;
}

.airport_main_info_block_row {
    margin-top: 140px;
}

.airport_info_2 {
    margin-top: 30px;
}

.airport_info_3 {
    margin-top: 44px;
}

.airport_list {
    list-style: none;
    padding: 0;
}

.airport_lists_row {
    margin-top: 30px;
}

/* end airport item */
/* countries list */
.countries_main_section {
    background-color: #f1f5f6;
    /*height: 1690px;*/
    width: 100%;
    overflow: auto;
}

.countries_description {
    margin-top: 40px;
}

.countries_info_text {
    margin-top: 30px;
}

.countries_second_row_mt {
    margin-top: 30px;
}

.countries_images {
    margin-top: 50px;
}

.countries_find_ticket_block {
    /*width: 420px;*/
    /*height: 120px;*/
    /*background-color: #f1f5f6;*/
    /*margin-top: 50px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.countries_input {
    width: 360px;
    height: 34px;
    margin-top: 30px;
}

.countries_find_ticket_block_title {
    font-weight: lighter;
}

.countries_find_ticket_block_button {
    border: 1px solid #824ba9;
    color: #824ba9;
}

.countries_find_ticket_block_button:hover {
    background-color: #824ba9;
    color: #fff;
}

.countries_letter_list_ru {
    margin-top: 54px;
    color: #824ba9;
}

.countries_letter_list_en {
    margin-top: 20px;
    color: #824ba9;
}

.countries_lists_row {
    margin-top: 28px;
}

.countries_lists_item {
    margin-bottom: 20px;
}

.countries_list {
    list-style: none;
    color: #824ba9;
}

.countries_description_second {
    font-weight: lighter;
    margin-top: 95px;
}

.countries_paragraph {
    margin-top: 28px;
}

.countries_font_weight_normal {
    font-weight: normal;
}

/* end countries list*/
/* single country */
.single_country_image {
    margin-top: 40px;
    width: 100%;
}

.country_main_info_title {
    margin-top: 47px;
}

.country_main_info_paragraph {
    margin-top: 31px;
}

.list_style_none {
    list-style: none;
    padding: 0;
}

/* end single country*/
/* cities list */
.cities_main_section {
    background-color: #f1f5f6;
    /*height: 1750px;*/
    width: 100%;
    overflow: auto;
}

.cities_description {
    margin-top: 40px;
}

.cities_info_text {
    margin-top: 30px;
}

.cities_second_row_mt {
    margin-top: 30px;
}

.cities_images {
    margin-top: 50px;
}

.cities_find_ticket_block {
    width: 420px;
    height: 120px;
    background-color: #f1f5f6;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cities_input {
    width: 360px;
    height: 34px;
    margin-top: 30px;
}

.cities_find_ticket_block_title {
    font-weight: lighter;
}

.cities_find_ticket_block_button {
    border: 1px solid #824ba9;
    color: #824ba9;
}

.cities_find_ticket_block_button:hover {
    background-color: #824ba9;
    color: #fff;
}

.cities_letter_list_ru {
    margin-top: 54px;
    color: #824ba9;
}

.cities_letter_list_en {
    margin-top: 20px;
    color: #824ba9;
}

.cities_lists_row {
    margin-top: 28px;
}

.cities_lists_item {
    margin-bottom: 20px;
}

.cities_list {
    list-style: none;
    color: #824ba9;
}

.cities_description_second {
    font-weight: lighter;
    margin-top: 95px;
}

.cities_paragraph {
    margin-top: 28px;
}

.cities_font_weight_normal {
    font-weight: normal;
}

/* end cities list */
/* airlines list */
.airlines_main_section {
    background-color: #f1f5f6;
    /*height: 1690px;*/
    width: 100%;
    overflow: auto;
}

.airlines_description {
    margin-top: 40px;
}

.airliness_info_text {
    margin-top: 30px;
}

.airlines_second_row_mt {
    margin-top: 30px;
}

.airlines_images {
    margin-top: 50px;
}

.airlines_find_ticket_block {
    width: 420px;
    height: 120px;
    background-color: #f1f5f6;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.airlines_input {
    width: 360px;
    height: 34px;
    margin-top: 30px;
}

.airlines_find_ticket_block_title {
    font-weight: lighter;
}

.airlines_find_ticket_block_button {
    border: 1px solid #824ba9;
    color: #824ba9;
}

.airlines_find_ticket_block_button:hover {
    background-color: #824ba9;
    color: #fff;
}

.airlines_letter_list_ru {
    margin-top: 54px;
    color: #824ba9;
}

.airlines_letter_list_en {
    margin-top: 20px;
    color: #824ba9;
}

.airlines_lists_row {
    margin-top: 28px;
}

.airlines_lists_item {
    margin-bottom: 20px;
}

.airlines_list {
    list-style: none;
    color: #824ba9;
}

.airlines_description_second {
    font-weight: lighter;
    margin-top: 95px;
}

.airlines_paragraph {
    margin-top: 28px;
}

.airlines_font_weight_normal {
    font-weight: normal;
}

/* end airlines list */
/* airline item */
/*    .airline_main_section{*/
/*        background-color: #f1f5f6;*/
/*        height: 245px;*/
/*        width: 100%;*/
/*    }*/

.airline_title {
    font-weight: normal;
    margin-top: 25px;
}

.airline_description {
    font-weight: normal;
    margin-top: 40px;
}

.airline_main_info_block {
    width: 100%;
    /*height: 1200px;*/
    background-color: #fff;
    overflow: auto;
}

.airline_row_mt {
    margin-top: 97px;
}

.airline_codes_block {
    margin-top: 48px;
}

.airline_code_item {
    margin-bottom: 20px;
}

.airline_button {
    color: #824ba9;
    border: 1px solid #824ba9;
}

.airline_button:hover {
    color: #fff;
    background-color: #824ba9;
}

.airline_info_block_title {
    margin-top: 45px;
}

.airlines_destination_list {
    padding: 0;
    list-style: none;
    margin-top: 28px;
}

.destinations_lists_row {
    margin-top: 30px;
}

/* airline item end */

/* pagination */
.pagination_list {
    list-style: none;
    padding: 0;
}

.pagination_item {
    margin-right: 20px;
    font-size: 20px;
}

.pagination_item a {
    padding: 0 8px;
}

.pagination_item a:hover {
    background-color: #824ba9;
    color: #fff;
    padding: 0 10px;
    border-radius: 25px;
    text-decoration: none;
}

.pagination_item_active {
    border: 2px solid #824ba9;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
    border-radius: 50%;
    text-decoration: none;
}

/* end pagination */


/* about service page */
.service_main_background {
    /*height: 470px;*/
    overflow: auto;
    background: url("../img/booking/service/main_background.png") no-repeat;
    background-size: 100% 100%;
}

.service_background_overlay {
    width: 100%;
    /*height: 470px;*/
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.about_service_header {
    padding: 0;
    margin: 25px 0 0 0;
}

.about_service_main_info_first_paragraph {
    margin-top: 40px;
    font-size: 18px;
}

.about_service_main_info_second_paragraph {
    margin-top: 23px;
    font-size: 14px;
    font-weight: bolder;
}

.plain_picture {
    width: 530px;
    height: 230px;
    background: url("../img/booking/service/plain.png") no-repeat;
    background-size: 100% 100%;
}

.align_justify_center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.about_service_main_info_second_column_paragraph_container {
    width: 360px;
    height: 120px;
    background-color: #fff;
    border-radius: 5px;
}

.about_service_main_info_second_column_paragraph {
    margin: 30px auto;
    width: 300px;
    height: 65px;
    font-size: 13px;
    font-weight: bold;
}

.about_service_additional_info {
    overflow: auto;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 99px;
}

.about_service_additional_info_paragraph {
    font-size: 14px;
    font-weight: bolder;
}

/* end about service page */

/* news list */

.news_section {
    overflow: auto;
    background-color: #fff;
}

/* end news list */

/* Contacts */
.contacts_map {
    height: 465px;
    background-color: #aaa;
    width: 100%;
}

.contacts_breadcrumb {
    background-color: #fff;
    overflow: auto;
}

.contacts_info_section {
    background-color: #fff;
    /*padding-top: 30px;*/
    /*padding-bottom: 10px;*/
    padding: 30px 10% 10px 10%;
}

.contacts_city {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 25px;
}

.contacts_list {
    list-style: none;
    padding: 0;
}

.contacts_address {
    font-weight: normal;
    font-size: 16px;
}

.contacts_schedule {
    font-weight: normal;
    font-size: 14px;
    color: rgb(138, 146, 166);
}

.contacts_single_block {
    margin-bottom: 50px;
}

.contacts_list_item {
    margin-bottom: 25px;
}

.contacts_grey_background {
    /*overflow: auto;*/
    background-color: #f1f5f6;
    padding: 0 50px;
}

.contacts_width {
    width: 1200px;
    margin: 0 auto;
}

.contacts_first_column {
    width: 280px;
    padding: 50px 0;
    /*margin: auto;*/
    font-size: 14px;
    font-weight: normal;
}

#map {
    height: 565px;
    width: 100%;
}

/* End Contacts */

/* Ticket Overview */
.background_grey {
    background-color: #e8eced;
}

.contacts_title {
    font-size: 30px;
    margin: 0;
    outline: none;
}

.ticket_flight_section {
    background-color: #fff;
    width: 100%;
    /*height: 570px;*/
    margin-top: 50px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccd0da;
}

.ticket_help_section {
    background-color: #fff;
    width: 250px;
    height: 332px;
    margin-left: auto;
    margin-top: 50px;
    border-bottom: 1px solid #ccd0da;
}

.ticket_width {
    width: 1200px;
    margin: 0 auto;
}

.ticket_flight_single {
    /*width: 832px;*/
    /*margin: 0 auto;*/
}

.ticket_flight_single_logo {
    max-width: 40px;
    width: 100%;
    /*height: 100%;*/
    /*margin-bottom: 1rem;*/
    /*padding-left: 15px;*/
}

.ticket_airline_info {
    /*height: 40px;*/
    width: 100%;
}

.ticket_airline_info_block {
    /*margin-left: 10px;*/
}

.ticket_airline_info_block_paragraph {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.286;
}

.passengers_page_ticket_info_transfer_cities {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.286;
}

.passengers_page_ticket_info_transfer_times {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1;
}

.passengers_page_ticket_info_transfer_times_digits {
    font-size: 18px;
}

.passengers_page_ticket_info_airports {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1;
}

.passengers_page_ticket_info_transfer_luggage_tarif {
    font-size: 13px;
    color: rgb(51, 51, 51);
    line-height: 1.385;
}

.ticket_flight_section_header {
    /*padding-top: 47px;*/
    /*padding-left: 30px;*/
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 0.9;
}

.font_size_12 {
    font-size: 12px;
}

.margin_bottom_0 {
    margin-bottom: 0;
}

.font_size_16 {
    font-size: 16px;
}

.departure_arrival_time {
    display: flex;
    align-items: baseline;
}

.ticket_class {
    margin-left: 33px;
}

.ticket_luggage {
    margin-top: 32px;
}

.border_bottom {
    border-bottom: 1px solid #ccd0da;
    padding-top: 20px;
}

.ticket_transfer {
    background-color: #ede4fc;
    border-radius: 4px;
    /*margin-top: 20px;*/
    margin-bottom: 0;
}

.margin_top_20 {
    margin-top: 20px;
}

.font_size_20 {
    font-size: 20px;
}

.ticket_help_section_info_block {
    width: 190px;
    height: 280px;
    margin: auto;
    padding-top: 30px;
}

.tariff_section {
    /*height: 430px;*/
    width: 100%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccd0da;
}

.tariff_single_item {
    /*width: 832px;*/
    margin: auto;
    margin-top: 25px;
}

.ticket_tariff_section_header {
    font-size: 20px;
    font-weight: lighter;
    color: rgb(51, 51, 51);
    line-height: 0.9;
}

.passengers_section_total_amount {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 0.9;
}

.passengers_section_ticket_payment_info {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.714;
}

.passengers_amount_header {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.714;
}

.passengers_page_passengers_input {
    font-size: 14px;
    color: rgb(138, 146, 166);
    line-height: 1.286;
}

.offer_contract_paragraph {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.286;
}

.passengers_page_book_button {
    font-size: 20px;
    line-height: 0.9;
}

.passengers_page_help_section_header {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 0.9;
}

.passengers_page_help_section_info {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.714;
}

.passengers_page_help_section_info_purple {
    font-size: 14px;
    line-height: 1.714;
}

.tariff_conditions {
    padding-left: 32px;
}

.font_size_14 {
    font-size: 14px;
}

.tariff_info_block_item {
    display: flex;
    align-items: baseline;
}

.ticket_tariff_image {
    width: 15px;
    padding-top: 3px;
    height: 100%;
    margin-right: 15px;

}

.border_bottom_tariff_section {
    border-bottom: 1px solid #ccd0da;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.passengers_section {
    width: 100%;
    /*height: 585px;*/
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccd0da;
}

.passengers_content {
    /*width: 800px;*/
    /*margin-left: 30px;*/
    /*margin-right: 40px;*/
}

.margin_top_28_bottom_28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.width_183 {
    width: 183px;
}

.width_90 {
    width: 90px;
}

.passenger_info_first_row {
    margin-top: 20px;
}

.passenger_info_second_row {
    margin-top: 8px;
}

.ticket_feedback_section {
    width: 100%;
    /*height: 205px;*/
    background-color: #fff;
    border-bottom: 1px solid #ccd0da;
    margin-bottom: 15px;
}

.ticket_feedback_content {
    /*width: 800px;*/
    margin: auto;
}

.ticket_feedback_info {
    margin-top: 25px;
    margin-bottom: 28px;
}

.ticket_notification_section {
    height: 235px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccd0da;
    margin-bottom: 15px;
}

.ticket_notification_content {
    width: 800px;
    margin-left: 30px;
}

.ticket_online_register_section {
    height: 410px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccd0da;
    margin-bottom: 15px;
}

.ticket_online_register_content {
    width: 800px;
    margin-left: 30px;
}

.ticket_online_register_header {
    padding-top: 45px;
    padding-bottom: 28px;
}

.ticket_checkbox {
    width: 655px;
    height: 35px;
    border: 1px solid #824ba9;
    border-radius: 5px;
}

.ticket_checkbox_first {
    width: 50%;
    background-color: #824ba9;
    margin: 0;
    padding: 0;
    color: #fff;
}

.ticket_checkbox_second {
    width: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding-left: 30px;
}

.ticket_checkbox_first:hover {
    cursor: pointer;
}

.ticket_checkbox_second:hover {
    cursor: pointer;
}

.register_checkboxes {
    margin-top: 20px;
}

.ticket_insurance_section {
    /*height: 260px;*/
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccd0da;
    margin-bottom: 15px;
}

.insurance_only_resident_kz {
    display: none;
    margin: auto;
}

.insurance_only_with_adult {
    display: none;
    margin: auto;
}

.ticket_insurance_content {
    /*width: 800px;*/
    padding: 20px;
    overflow: auto;
    margin: auto;
}

.ticket_insurance_header {
    font-weight: normal;
    padding-top: 45px;
    font-size: 20px;
}

.ticket_insurance_paragraph {
    padding-left: 32px;
}

.ticket_insurance_row {
    margin-top: 20px;
}

.agreements_section {
    width: 100%;
    height: 240px;
    overflow: auto;
}

.ticket_agreements_checkbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ticket_button {
    width: 100%;
    height: 57px;
    margin-top: 30px;
}

a {
    color: #824ba9;
}

a:hover, a.articles_item_title_link:hover {
    color: rgb(138, 146, 166);
    text-decoration: none;
}
a.articles_item_title_link {
    font-size: 18px;
    color: black;
    font-weight: normal;
}
.articles_item_title_link h5{
    font-weight: normal;
    font-size: 18px
}
/*a.articles_item_title_link:hover {*/
    /*color: rgb(138, 146, 166);*/
/*}*/
.show_on_small {
    display: none;
    margin-top: 10px;
}

/* end ticket overview section */

/* visas section */

.search-form {
    padding-bottom: 110px;
}

.visa_registration_section {
    background-color: #f1f5f6;
    padding-bottom: 80px;
}

.visas_width {
    width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {
    .visas_width {
        width: 700px;
    }

    .search-form {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .booking {
        height: auto;
    }

    .visas_width {
        width: 280px;
    }

    .margin_top_20_on_small {
        margin-top: .5rem;
    }
    .articles_item_text {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .margin_top_8_on_large {
        margin-top: 8px;
    }
}

/* end visas section */

/* visa overview section */

.visa_overview_section {
    background-color: #fff;
}

.visa_overview_paragraphs {
    padding-top: 50px;
    padding-bottom: 100px;
}

/* end visa overview section */

/* ticket paid */

.ticket_flight_section_paid {
    width: 100%;
    /*height: 570px;*/
    overflow: auto;
    background-color: #fff;
    margin-top: 50px;
}

.background_grey_paid {
    background-color: #e8eced;
    padding-bottom: 100px;
}

.ticket_paid_content_container {
    padding: 45px 38px;
}

.departure_arrival_time_paid {
    padding-left: 20px;
}

.ticket_paid_destination_duration {
    padding-left: 35px;
    padding-top: 10px;
}

.ticket_paid_departure_arrival {
    display: flex;
    align-items: baseline;
    margin-left: 20px;
}

.ticket_paid_divider {
    padding-left: 15px;
    padding-right: 15px;
}

.margin_bottom_0 {
    margin-bottom: 0;
}

.ticket_paid_logo_image {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.ticket_paid_logo_image_hovered {
    width: 33px;
    height: 40px;
    margin-top: 10px;
}

.ticket_destinations {
    margin-top: 21px;
}

.ticket_paid_passengers {
    margin-top: 30px;
}

.ticket_pai_additional_info {
    margin-top: 30px;
}

.ticket_paid_button:hover {
    background-color: #824ba9;
    color: #fff;
}

/* ticket paid end */

/* ticket return starts */

.ticket_return_header_section {
    background: url("../img/booking/ticket_return/ticket_return_background.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-bottom: 50px;
    /*height: 410px;*/
}

.ticket_return_content_width {
    width: 1200px;
    margin: 0 auto;
}

.ticket_return_breadcrumb {
    padding-top: 30px;
}

.ticket_return_main_header {
    font-size: 30px;
    font-weight: lighter;
}

.ticket_return_button {
    border-radius: 25px;
    margin-right: 10px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.ticket_return_header_buttons {
    margin-top: 23px;
    margin-bottom: 46px;
}

.ticket_return_header_paragraph_first {
    font-size: 20px;
    font-weight: lighter;
}

.ticket_return_header_paragraph_second {
    font-size: 14px;
    font-weight: normal;
}

.ticket_return_main_section {
    overflow: auto;
    padding: 80px 0;
    background-color: #fff;
}

.ticket_return_back_form {
    background-color: #f1f5f6;
}

.ticket_return_main_section_paragraph_first {
    font-size: 20px;
    font-weight: lighter;
}

.ticket_return_main_section_paragraph_second {
    font-size: 14px;
    font-weight: normal;
}

.ticket_return_button_right {
    margin-left: -5px;
    border-radius: 0px;
}

.ticket_return_button_left {
    border-radius: 0px;
}

.ticket_return_form_content {
    padding: 50px 40px;
}

.ticket_return_back_form_buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ticket_return_back_form_paragraph {
    font-size: 20px;
    font-weight: lighter;
}

.ticket_return_back_form_textarea {
    margin-bottom: 10px;
}

.ticket_return_back_form_input {
    margin-bottom: 10px;
}

.ticket_return_back_form_button {
    width: 100%;
}

.return_ticket_button_show_on_medium {
    display: none;
    position: relative;
    top: 15px;
    margin: 0 auto;
    padding: 10px 20px;
}

.initially_chosen {
    background-color: #824ba9;
    color: #fff;
}

@media (max-width: 1200px) {
    .ticket_return_content_width {
        width: 700px;
    }

    .ticket_return_header_section {
        background: none;
        background-color: #f1f5f6;
    }

    .return_ticket_button_show_on_medium {
        display: block;
    }

    .ticket_return_header_section {
        /*height: 440px;*/
    }

    .ticket_return_back_form {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ticket_return_content_width {
        width: 280px;
    }

    .ticket_return_header_section {
        background: none;
        background-color: #f1f5f6;
    }

    .return_ticket_button_show_on_medium {
        display: block;
    }

    .ticket_return_header_section {
        /*height: 750px;*/
    }
}

/* ticket return ends */

/* help page starts */

.help_header_section {
    width: 100%;
    background-color: #f1f5f6;
    padding-bottom: 50px;
    overflow: auto;
}

.help_content_width {
    width: 1200px;
    margin: 0 auto;
}

.help_header_section_header {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.help_header_section_paragraph {

}

.help_page_main_section {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 100px 0;
}

.help_page_help_form {
    overflow: auto;
    background-color: #f1f5f6;
    padding: 45px 40px;
}

.help_page_form_paragraph {
    font-size: 20px;
    font-weight: normal;
}

.help_page_form_input {
    margin-top: 10px;
}

.help_page_form_textarea {
    margin-top: 10px;
}

.help_page_form_button {
    margin-top: 10px;
    width: 100%;
}

.help_page_main_section_main_paragraph {
    font-size: 20px;
    font-weight: normal;
}

.help_page_roll_down_item {
    width: 100%;
    height: 67px;
    border-bottom: 1px solid #e4e9ee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}

.help_page_roll_down_item:hover {
    background-color: #f1f5f6;
    cursor: pointer;
    transition: 0.5s;
}

.help_page_roll_down_item_content {
    font-size: 14px;
    font-weight: normal;
    width: 634px;
    margin: 0 auto;
}

.dont_show_initially {
    display: none;
}

.help_page_button_show_on_medium {
    display: none;
    padding: 10px 20px;
}
.item_image1, .item_image2 {
    width: 25px;
    height: 25px;
}
@media (max-width: 1200px) {
    .contacts_info_section {
        padding-left: 0;
        padding-right: 0;
    }
    .contacts_single_block, .contacts_grey_background{
        padding-left: 14vw;
        padding-right: 10%;
    }
    .help_content_width {
        width: 700px;
    }

    .help_page_button_show_on_medium {
        display: block;
    }
}

@media (max-width: 768px) {
    .help_content_width {
        width: 280px;
    }

    .help_page_roll_down_item {
        height: 98px;
    }

    .help_page_button_show_on_medium {
        margin-top: 30px;
    }

    .help_page_roll_down_item_content {
        width: 100%;
    }

    /*.contacts_info_section {*/
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    /*}*/

    .contacts_single_block {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* help page ends */

/* corporate request page starts */

.corporate_request_header_section {
    background: url("../img/booking/ticket_return/ticket_return_background.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow: auto;
    padding: 0 0 50px 0;
}

.corporate_request_content_width {
    width: 1200px;
    margin: 0 auto;
}

.corporate_request_header {
    font-size: 24px;
    font-weight: normal;
}

.corporate_request_header_paragraph {
    font-size: 18px;
    font-weight: normal;
}

.corporate_request_header_ol_item {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.corporate_request_main_section {
    background-color: #fff;
    padding: 50px 0;
}

.corporate_request_form {
    background-color: #f1f5f6;
    width: 100%;
    overflow: auto;
    padding: 50px 40px;
}

.corporate_request_input_item {
    margin-bottom: 10px;
}

.corporate_request_label_item {
    font-weight: normal;
    font-size: 14px;
}

.corporate_request_form_header_item {
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}

label {
    cursor: pointer;
}

.button_dont_need_ticket {
    width: 100%;
    border-left: 1px solid #b1b5b6;
    height: 64px;
    top: 0;
    margin-top: 1px;
    background-color: #fff;
    color: #fff;
    position: absolute;
    display: none;
}

.button_dont_need_ticket_paragraph {
    background-color: #824ba9;
    font-family: "Open Sans", sans-serif;;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 0.8;
    border: 1px solid #824ba9;;
    padding: 10px 5px;
    margin: 5px;
    border-radius: 4px;
    text-align: center;
}

.button_dont_need_ticket_paragraph:hover {
    background-color: #fff;
    color: #824ba9;
    cursor: pointer;
}

.city_popup_field {
    /*width: ;*/
    background-color: #F1F5F6;
    border-radius: 4px;
    position: absolute;
    display: none;
    z-index: 1;
    top: 64px;
}

.city_popup_field_list_item {
    font-weight: normal;
    font-size: 18px;
    padding: 6px;
}

.city_popup_field_list_item:hover {
    background-color: #ddd;
    cursor: pointer;
}

.search_page_filter_by_time {
    width: 100%;
    /*height: 441px;*/
    overflow: auto;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.filters_by_time_header {
    font-weight: 300;
    font-size: 21px;
    padding: 0;
    margin-bottom: 10px;
}

.filters_by_time_cities {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.filters_by_time_departure_destination {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
}

.filters_by_time_time {
    font-weight: lighter;
    font-size: 16px;
    margin-top: 10px;
}

.search_page_checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #824ba9;
}

.text-info {
    font-size: 12px;
}

.ticket_output_page_side_bar {
    /*padding-left: 50px;*/
}

/*input[type="checkbox"]:checked{*/
/*background: url("../img/icons/checkbox_checked.png") no-repeat;*/
/*}*/


/* range slider code starts */
.price-slider {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    height: 35px;
    text-align: center;
}

.price-slider input {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.price-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: white;
    border: 2px solid black;
}

/* range slider code ends */
/* generated code for range slider starts */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 7px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0.8px 0.8px 1px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
    background: #e2d3ec;
    border-radius: 25px;
    border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #844eab;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eee5f4;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0.8px 0.8px 1px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
    background: #e2d3ec;
    border-radius: 25px;
    border: 0px solid rgba(0, 0, 0, 0);
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #844eab;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #d6c1e4;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0.8px 0.8px 1px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
    background: #e2d3ec;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0.8px 0.8px 1px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #844eab;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    height: 2px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #e2d3ec;
}

input[type=range]:focus::-ms-fill-upper {
    background: #eee5f4;
}
.ticket_insurance_company_logo {
    width: 160px;
    height: 59px;
    /*width: 100px;*/
    /*height: 70px;*/
}

/* generated code for range slider ends */

@media (max-width: 1200px) {
    .corporate_request_content_width {
        width: 700px;
    }
}

@media (max-width: 768px) {
    .corporate_request_content_width {
        width: 90%;
    }

    .corporate_request_header {
        margin-bottom: 20px;
    }
}

/* corporate request page ends*/

@media (max-width: 1200px) {
    .ticket_help_section {
        display: none;
    }

    .ticket_width {
        width: 700px;
    }

    .ticket_flight_single {
        /*width: 670px;*/
    }

    .tariff_single_item {
        /*width: 670px;*/
    }

    .passengers_content {
        /*width: 650px;*/
        margin: auto;
    }

    .ticket_feedback_content {
        /*width: 650px;*/
        margin: auto;
    }

    .ticket_notification_section {
        height: 250px;
    }

    .ticket_notification_content {
        width: 650px;
        margin: auto;
    }

    .ticket_online_register_section {
        height: 440px;
    }

    .ticket_online_register_content {
        width: 650px;
        margin: auto;
    }

    .ticket_insurance_content {
        /*width: 650px;*/
        margin: auto;
    }

    /*.ticket_insurance_company_logo {*/
        /*width: 79px;*/
        /*height: 35px;*/
    /*}*/

    .ticket_insurance_section {
        /*height: 280px;*/
    }
}

@media (max-width: 768px) {
    .ticket_width {
        width: 280px;
    }

    .ticket_flight_section {
        /*height: 870px;*/
    }

    .ticket_flight_single {
        /*width: 250px;*/
        margin: auto;
    }

    .ticket_flight_section_header {
        padding-top: 10px;
        padding-left: 10px;
        margin: auto;
    }

    .ticket_airline_info {
        margin-top: 10px;
    }

    .not_show_on_small {
        display: none !important;
    }

    .tariff_single_item {
        /*width: 260px;*/
    }

    .show_on_small {
        display: block;
    }

    .tariff_section {
        /*height: 460px;*/
    }

    .passengers_section {
        padding: 15px;
        /*height: 970px;*/
    }

    .passengers_content {
        /*width: 240px;*/
    }

    .passengers_content input {
        margin-bottom: 8px;
    }

    .ticket_feedback_section {
        /*height: 270px;*/
    }

    .ticket_feedback_content {
        /*width: 240px;*/
    }

    .ticket_feedback_content input {
        margin-bottom: 8px;
    }

    .ticket_notification_section {
        height: 420px;
    }

    .ticket_notification_content {
        width: 240px;
    }

    .ticket_online_register_section {
        height: 780px;
    }

    .ticket_online_register_content {
        width: 240px;
    }

    .border_bottom_register {
        margin-bottom: 20px;
    }

    .ticket_insurance_section {

        /*height: 450px;*/
    }

    .ticket_insurance_content {
        /*width: 240px;*/
    }
    .ticket_insurance_company_logo {
        width: 50%;
        height: 50%;
    }

    .insurance_logo_on_small {
        /*width: 70px;*/
        /*height: 35px;*/
        /*position: relative;*/
        /*right: -160px;*/
        /*top: -440px;*/
    }

    .ticket_button {
        margin-top: 0;
    }

    .agreements_section {
        padding-top: 0;
    }

    .ticket_paid_destination_duration {
        padding-left: 0;
    }

    .ticket_paid_departure_arrival {
        margin-top: 15px;
    }
}

/* radio  button*/
/* The container */
.container_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark_radio_btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark_radio_btn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark_radio_btn {
    background-color: #824ba9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_radio_btn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark_radio_btn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark_radio_btn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* end radio button */
/* checkbox */
/* The container */
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #824ba9;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark_checkbox {
    background-color: #824ba9;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark_checkbox {
    background-color: #824ba9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark_checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark_checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* end checkbox */

.search_page_transfers_checkbox {
    position: relative;
    width: 20px;
    height: 20px;
}

.search_page_airline_checkbox {
    position: relative;
    width: 20px;
    height: 20px;
}
.articles_item_text {
    font-size: 14px;
    color: rgb(138, 146, 166);
    margin-top: 25px;
    margin-bottom: 10px;
}
/* End ticket overview */
@media (max-width: 1200px) {
    .contacts_width {
        width: 1140px;
    }
    .contacts_first_column_title {
        width: 100%;
    }

    .contacts_first_column {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .contacts_width {
        width: 700px;
    }

    /*.contacts_info_section {*/
    /*    padding-top: 0;*/
    /*}*/
    .contacts_grey_background {
        margin-bottom: 45px;
        /*padding: 0 20px;*/
    }


    #map {
        height: 430px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contacts_width {
        width: 280px;
    }

    .contacts_grey_background {
        padding-left: 5%;
    }

    #map {
        height: 280px;
    }
}

/* end contacts*/
/* responsiveness */
@media (max-width: 2000px) {
    .width_1200 {
        width: 1000px;
    }
}

@media (max-width: 1199px) {
    .width_1200 {
        width: 90%;
    }

    /* articles list */
    .main_article_title {
        margin-bottom: 25px;
    }

    .categories_buttons {
        background-color: #fff;
        height: 150px;
        padding-top: 50px;
    }

    .main_article {
        height: 580px;
    }

    .main_article_text {
        margin-bottom: 30px;
    }

    .main_article_image {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .article_small_image {
        width: 100%;
    }

    .col-md-6 {
        margin: 0;
    }

    .articles_item_title{
        margin-top: 30px;
        font-size: 18px;
    }

    .one_articles_row {
        margin: 0;
    }

    .article_one_item {
        margin-top: 30px;
    }

    /* end articles list */
    /* articles item */
    .popular_articles_title {
        margin-top: 0;
    }

    .one_articles_row {
        margin-top: 34px;
    }

    .one_popular_article_title {
        margin-top: 20px;
    }

    .one_popular_article_paragraph {
        margin-top: 25px;
        margin-bottom: 45px;
    }

    /* end articles item */
    /* airports list */
    .airports_main_image {
        display: none;
    }


    /* end airports list */
}

@media (max-width: 992px) {
    .service_main_background {
        overflow: auto;
        background-color: #fff;
        /*background-size: 100% 100%;*/
    }

    .service_background_overlay {
        background: rgba(255, 255, 255, 1);
    }

    .margin_top_30 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .width_1200 {
        width: 86%;
    }

    /* articles list */
    .main_article {
        height: 780px;
    }

    .main_article_title {
        margin-bottom: 25px;
        margin-top: 30px;
    }

    .categories_buttons {
        background-color: #fff;
        height: 150px;
        padding-top: 30px;
    }

    /* end articles list */
    /* airports list */
    .dont_show_image {
        display: none;
    }

    .airports_main_image {
        display: block;
    }

    .airports_input {
        width: 90%;
    }

    /* end airport list */
    /* airports item */
    .airport_main_info_block {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .airport_main_info_block_row {
        margin-top: 20px;
    }

    /* end airport item */
}

/* end responsiveness */

/* tickets output starts */

.tickets_output_main {
    width: 100%;
    overflow: auto;
    background-color: #e8eced;
}

.tickets_output_main_1200 {
    width: 1200px;
    margin: 0 auto;
}

.tickets_output_content_area {
    padding: 50px 0 88px 0;
}

.padding_bottom_15 {
    padding-bottom: 15px;
}

.avia_ticket_output_return_type {
    width: 100%;
    /*height: 180px;*/
    background-color: #fff;
    border-radius: 3px;
    border-bottom: 2px solid #ccd0da;
    -webkit-transition: border-bottom 0.5s;
    margin-bottom: 15px;
}

.avia_ticket_output_return_type:hover {
    border-bottom: 2px solid #824ba9;
    -webkit-transition: border-bottom 0.5s;
}

.airline_logo_on_ticket {
    width: 90px;
    height: 40px;
}

.itinerary_img_icon {
    /*margin-left: 13px;*/
    /*margin-right: 13px;*/
    /*position: relative;*/
    /*top: 15px;*/
    width: 30px;
}

.itinerary_img_icon_return {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    top: 13px;
}

.itinerary_img_icon_trip {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    top: 13px;
}

.itinerary_info_block {
    padding: 3% 0;
    /*display: flex;*/
    font-size: 12px;
}

.big_time {
    font-size: 18px;
    font-weight: bold;
    color: #515151;
}

.itinerary_info_block_first {
    display: flex;
    align-items: baseline;
}

.divider_icon {
    /*padding: 0 7px;*/
    width: 1vm;
}

.info_text_city {
    font-size: 13px;
    font-weight: normal;
}

.text_red {
    color: #ed5152;
}

.itinerary_info_block_first_time_departure {
    font-size: 13px;
    font-weight: normal;
    color: #515151;
}

.itinerary_info_block_first_time_arrival {
    font-size: 13px;
    font-weight: normal;
    color: #515151;
}

.itinerary_info_block_oneway_second_inner {
    font-size: 13px;
    font-weight: normal;
    color: #515151;
}

.itinerary_info_block_second {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 60px;
}

.itinerary_airline_logo {
    width: 100%;
    padding: 10px;
    /*height: 35px;*/
}

.ticket_info_payment_amount {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.ticket_payment_button {
    margin-top: 10px;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
}

.ticket_payment_button form {
    display: inline-block;
    margin: 0 auto;
}

.ticket_info_irrevocable {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.avia_ticket_output_oneway_type {
    width: 100%;
    /*overflow: auto;*/
    background-color: #fff;
    border-radius: 3px;
    border-bottom: 2px solid #ccd0da;
    -webkit-transition: border-bottom 0.5s;
    margin-bottom: 15px;
}

.avia_ticket_output_oneway_type:hover {
    border-bottom: 2px solid #824ba9;
    -webkit-transition: border-bottom 0.5s;
}

.avia_ticket_output_trip_type {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccd0da;
}

.avia_ticket_output_trip_type_container {
    border-radius: 3px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    margin-bottom: 15px;
}

.avia_ticket_output_trip_type_container:hover {
    border-bottom: 2px solid #824ba9;
    -webkit-transition: border-bottom 0.5s;
}

.itinerary_info_block_oneway {
    padding: 31px 15px;
    display: inline-block;
    font-size: 12px;
}

.itinerary_info_block_oneway_second {
    padding: 43px 15px;
}

.border_right {

    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    border-image: linear-gradient(
            to top,
            #dee2ed,
            rgba(0, 0, 0, 0)
    ) 1 100%;
}

.gradient_border_first {
    width: 1px;
    height: 180px;
    background-image: linear-gradient(#fff, #dee2ed);
    left: 375px;
    position: absolute;
}

.gradient_border_second {
    width: 1px;
    height: 180px;
    background-image: linear-gradient(#fff, #dee2ed);
    left: 735px;
    position: absolute;
}

.ticket_book_flex_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ticket_book_button {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.itinerary_info_block_first_inner {
    display: flex;
    align-items: baseline;
}

.itinerary_airline_image {
    /*max-width: 130px;*/
    padding: 10px 0;
}

.itinerary_airline_image[alt] {
    font-size: 0.75rem;
}

.ticket_payment_amount_oneway {
    text-align: center;
    /*font-weight: normal;*/
    font-size: 16px;
}

@media (min-width: 1200px) {

}

@media (max-width: 1199px) {
    .tickets_output_main_1200 {
        width: 760px;
    }

    .avia_ticket_output_return_type {
        /*height: 340px;*/
    }

    .itinerary_airline_logo {
        display: none;
    }

    /*.ticket_info_irrevocable{*/
    /*    display: none;*/
    /*}*/
    .ticket_info_payment_amount_inner {
        padding-left: 30px;
    }

    /*.ticket_payment_button{*/
    /*    padding-left: 60%;*/
    /*    margin-top: 0;*/
    /*    position: relative;*/
    /*    bottom: 20px;*/
    /*}*/
    .border_between_sections {
        width: 100%;
        border-bottom: 1px solid #e0e4ee;
    }

    .itinerary_info_block_second {
        margin-left: 0;
    }

    .itinerary_info_block_second {
        text-align: center;
    }

    /*oneway*/
    .avia_ticket_output_oneway_type {
        /*height: 175px;*/
    }

    .avia_ticket_output_trip_type {
        /*height: 180px;*/
    }

    .itinerary_info_block_oneway {
        padding: 18px 15px;
    }

    .itinerary_info_block_oneway_second {
        padding: 30px 15px;
    }

    .ticket_info_payment_amount_oneway {
        padding-left: 40px;
        position: relative;
        top: 10px;
        right: 45px;
    }

    .itinerary_airline_image {
        /*height: 60px;*/
        max-width: 130px;
    }

    .ticket_payment_button {
        padding: 0;
        margin: 0;
        height: 100px;
    }

    .ticket_payment_amount_oneway {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .ticket_payment_button {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .ticket_info_irrevocable {
        padding-bottom: 10px;
    }

    .border_right {
        border-right: 0;
    }
}

@media (max-width: 768px) {

    .tickets_output_main_1200 {
        width: 280px;
    }

    .itinerary_info_block_oneway {
        padding: 30px 10%;
    }

    .itinerary_info_block_oneway_second {
        text-align: center;
    }

    .oneway_inner_info_block_first {
        text-align: center;
    }

    .avia_ticket_output_return_type {
        /*height: 460px;*/
    }

    /*.ticket_payment_button{*/
    /*    padding: 10px -1%;*/
    /*}*/
    .align_center_on_smaller {
        text-align: center;
    }

    .ticket_info_payment_amount_inner {
        font-size: 16px;
    }

    .itinerary_img_icon {
        width: 25px;
        height: 25px;
        /*position: relative;*/
        /*bottom: 15px;*/
        margin-left: 0;
    }

    .itinerary_info_block_second {
        padding-left: 15px;
    }

    /* oneway*/
    .itinerary_airline_logo {
        display: block;
        padding: 10px;
        width: 45%;
    }

    /*.ticket_info_irrevocable{*/
    /*    display: block;*/
    /*}*/
    .itinerary_info_block_first {
        display: flex;
        justify-content: space-between;
    }

    .avia_ticket_output_oneway_type {
        /*height: 300px;*/
    }

    .avia_ticket_output_trip_type {
        /*height: 300px;*/
    }

    .ticket_info_payment_amount_oneway {
        /*position: relative;*/
        /*right: 30%;*/
        /*top: -7px;*/
    }

    .ticket_book_button.purple-button {
        background-color: rgb(130, 75, 169);
        font-size: 18px;
        color: white;
    }

    .ticket_book_button.purple-button:hover {
        background-color: rgb(241, 245, 246);
        color: rgb(130, 75, 169);
    }


    /*.ticket_payment_button{*/
    /*    position: relative;*/
    /*    right: 5%;*/
    /*    top: -45px;*/
    /*}*/
}

.filter-icon {
    width: 20px;
    /*margin-right: 5px;*/
}

.filter-icon-btn {
    font-size: 14px;
    z-index: 2;
    /*position: relative;*/
    /*top: 30px;*/
    position: fixed;
    bottom: 30px;
    /*left: 81%;*/
    /*left: 40%;*/
    /*float: right;*/
}

.filter-icon-btn button {
    /*background: #53306C;*/
    background: rgb(243, 238, 247);
    border-radius: 15px;
    /*15px;*/
    /*border: 1px solid #53306C;*/
    border: 1px solid #F3EEF7;
    /*#A47CC0;*/
    padding: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
    /*border: none;*/
}

.filters_by_transfers {
    width: 100%;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
}

.search_page_filter_by_time {
    width: 100%;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
}

.filters_by_airlines {
    width: 100%;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
}

/* tickets output ends */

/* custom checkboxes starts */
/* Customize the label (the container) */
.check_box_vessel {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 14px !important;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check_box_vessel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark_new_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #824ba9;
}

/* On mouse-over, add a grey background color */
.check_box_vessel:hover input ~ .checkmark_new_checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_box_vessel input:checked ~ .checkmark_new_checkbox {
    background-color: #824ba9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_new_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_box_vessel input:checked ~ .checkmark_new_checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_box_vessel .checkmark_new_checkbox:after {
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    transform: rotate(45deg);
    background: white;

    left: 4px;
    top: 8px;
    /*width: 10px;*/
    /*height: 10px;*/
    /*border: solid white;*/
    /*border-width: 0 2px 2px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}

.itinerary_time_options {
    border-bottom: none;
}


@media (max-width: 1199px) {
    #filterCollapse {
        background-color: #e8eced;
        padding: 3% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        outline: 0;
    }

    .width_98_on_medium {
        width: 98%;
    }

    .search-form .btn-green-submit {
        padding-left: 0;
    }

    .search-form .booking-input {

    }

    .passengers_input_main_page_avia_form {
        padding-left: 1px;
    }

    .padding_right_1_on_medium {
        padding-right: 1px;
    }

    .booking-input {
        margin-bottom: 2px;
    }

    .main_avia_form_departure_input {
        padding-right: 1px;
    }

    .main_avia_form_destination_input {
        padding-left: 1px;
    }

    .help_page_help_form {
        margin-bottom: 50px;
    }
    .itinerary_time_options {
        border-bottom: 1px solid #ced5e2;
    }
}

@media (max-width: 767px) {
    .width_98_on_small {
        width: 98%;
    }

    .passengers_input_on_small {
        /*margin-left: 13px;*/
        /*width: 98%;*/
    }

    .booking-input {
        /*width: 98%;*/
    }

    .main_avia_form_destination_input {
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
        padding-left: 14px;
        padding-right: 14px;
    }

    .main_avia_form_departure_input {
        /*padding-right: 0px;*/
        /*padding-left: 0px;*/
        padding-right: 14px;
    }

    #passengers_field_popup {
        /*margin-left: 14px;*/
    }
}

@media (min-width: 1200px) {
    .passengers_input_main_page_avia_form {
        padding-left: 3px;
    }

    .padding_right_3_on_large {
        padding-right: 3px;
    }

    .main_avia_form_departure_input {
        padding-right: 1px;
    }

    .main_avia_form_destination_input {
        padding-left: 1px;
    }

    .padding_right_on_large {
        padding-right: 1px;
    }

    .padding_left_on_large {
        padding-left: 1px;
    }

    .border_right_none_on_large {
        border-right: none;
    }
    .ticket_one_button_container {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.main_page_slider_image {
    width: 220px !important;
    height: 110px;
    /*padding: 15px;*/
}

.main_page_slick_slider {
    padding: 30px;
    /*background: rgba(255, 255, 255, 1);*/
}

.slick-slide {
    text-align: -webkit-center;
    /*margin: 0 20px;*/
}


.border-right-exists {
    border-right: 1px solid #ccd0da;
}

.ticket_output_page_search_links:hover {
    cursor: pointer;
    text-decoration: none;
}

.ticket_output_additional_form {
    display: none;
}

.width_100_percents {
    width: 100%;
}


.loading_animation {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.home_page_main_header {
    font-size: 30px;
    font-weight: 400;
}

/*loading animation airplane starts*/
svg {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(130, 75, 169, 0.47);
    z-index: 999;
}

/*loading animation airplane ends*/
/*New design countries, cities, airports, airlines, directions starts*/
/*Direction starts*/
.direction_top_section {
    margin-top: 130px;
    margin-bottom: 45px;
}

.direction_header_section {
    background-color: #f1f5f6;
    padding-bottom: 80px;
}

.direction_header_section_header {
    margin-top: 25px;
}

.direction_header_section_paragraph {
    margin-top: 47px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.direction_main_section {
    padding-top: 98px;
    padding-bottom: 103px;
    background-color: #fff;
}

.direction_main_section_price {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.direction_main_section_left_paragraph {
    font-size: 20px;
    color: rgb(51, 51, 51);
}

#schedule {
    font-size: 14px;
    color: black;
    font-weight: 400;
}

#schedule tr:hover {
    background-color: #c0c0c0;

}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #c0c0c0;
}

#schedule a:hover {
    color: #824ba9;
}
#schedule .ticket_fonts th:not(:last-of-type), td:not(:last-of-type) {
    border: none;
}

.list-items {
    margin: 0 0 26px;
}

.list-items ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.list-items li {
    padding-right: 2.8%;
    vertical-align: top;
    padding-bottom: 8px;
}

.buy_tickets_button {
    margin-top: 33px;
    margin-bottom: 33px;
}

.purple_button {
    background-color: rgb(130, 75, 169);
    color: rgb(241, 245, 246);
    border-style: none;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid transparent;
}

.purple_button:hover {
    background-color: #f1f5f6;
    color: rgb(130, 75, 169);
    border: 1px solid #824ba9;
    cursor: pointer;
}

.direction_main_section_paragraphs {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.direction_main_section_tickets_block {
    padding-top: 50px;
    padding-bottom: 45px;
}

.direction_main_section_ticket_content {
    padding: 40px 30px;
    background-color: #f1f5f6;
}

.direction_main_section_ticket_content_img {
    padding-right: 20px;
}

.direction_main_section_airlines_header {
    font-size: 20px;
    color: rgb(51, 51, 51);
}

/*Direction ends*/
/*Directions starts*/
.directions_main_section {
    background-color: #f1f5f6;
    padding-bottom: 35px;
}

.directions_find_ticket_block {
    max-width: 421px;
    border: 1px solid #ccd0da;
    border-radius: 3px;
}

.directions_additional_section {
    margin-top: 97px;
}

.directions_additional_section_header {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: normal;
}

.directions_additional_section_paragraph {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: normal;
}

.directions_main_section_directions {
    padding-top: 50px;
    padding-bottom: 95px;
}

.directions_list {
    list-style: none;
    padding: 0;
}

/*Directions ends*/
/*Airport starts*/
.airport_header_section {
    background-color: #f1f5f6;
    padding-bottom: 70px;
}

.airport_header_section_header {
    margin-top: 25px;
}

.airport_header_section_paragraph {
    margin-top: 40px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.airport_main_section {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #fff;
}

.airport_main_section_paragraph {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: normal;
}

/*Airport ends*/
/*Airline starts*/
.airline_header_section {
    background-color: #f1f5f6;
    padding-bottom: 38px;
}

.airline_header_section_header {
    margin-top: 25px;
}

.airline_header_section_paragraph {
    margin-top: 40px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.airline_main_section {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 20px;
}

/*Airline ends*/
/*City starts*/
.city_header_section {
    background-color: #f1f5f6;
    padding-bottom: 38px;
}

.city_header_section_header {
    margin-top: 25px;
}

.city_header_section_paragraph {
    margin-top: 40px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.city_main_section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

/*City ends*/
/*Country starts*/
.country_header_section {
    background-color: #f1f5f6;
    padding-bottom: 38px;
}

.country_header_section_header {
    margin-top: 25px;
}

.country_header_section_paragraph {
    margin-top: 40px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.country_main_section {
    padding-top: 97px;
    padding-bottom: 100px;
    background-color: #fff;
}

/*Country ends*/
/*Payment methods starts*/
.payment_methods_header_section {
    background-color: #f1f5f6;
    padding-bottom: 38px;
}

.payment_methods_header_section_header {
    margin-top: 25px;
}

.payment_methods_header_section_paragraph {
    margin-top: 40px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.payment_methods_main_section {
    padding-top: 89px;
    padding-bottom: 100px;
    background-color: #fff;
}

.payment_methods_main_section_single_method_second {
    padding-top: 64px;
    padding-bottom: 64px;
}

.payment_methods_main_section_header_paragraph {
    font-weight: lighter;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.payment_methods_main_section_main_paragraph {
    font-weight: normal;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

/*Payment methods ends*/
/*Countries starts*/
.countries_header_section {
    background-color: #f1f5f6;
    padding-bottom: 38px;
}

.countries_header_section_header {
    /*margin-top: 25px;*/
    color: rgb(51, 51, 51);
}

.countries_header_section_paragraph {
    /*margin-top: 40px;*/
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.countries_main_section {
    background-color: #fff;
}

.countries_find_ticket_block {
    background-color: #f1f5f6;
    max-width: 421px;
    margin-top: 50px;
    margin-bottom: 54px;
}

.countries_find_ticket_block_inner {
    padding: 25px;
}

.countries_images_section {
    background: -webkit-linear-gradient(top, #f1f5f6, #f1f5f6 60%, white 60%, white);
}

/*Countries ends*/
/*New design countries, cities, airports, airlines, directions, payment methods ends*/
.purple_text_color {
    color: #824ba9;
}

.air_rule {
    cursor: pointer;
}

.fare_rules_text {
    font-size: 0.9rem;
}

.fare_rules_text h3 {
    font-size: 1.3rem;
}

/*Main page news starts*/
.main_page_news_section {
    margin-top: 45px;
}

.main_page_news_section_content_block {
    margin-top: 30px;
}

/*Main page news ends*/
/*Avia expiration page starts*/
.avia_expiration_message_text {
    font-size: 21px;
    color: #824ba9;
}

.expiration_message_book_button {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 30px;
}

/*Avia expiration page ends*/
.fastes_cheap{
    font-size:14px;
    background-color: #f57373;
    float: right;
    color: white;
}
.popular_package{
    font-size:14px;
    background-color: #f57373;
    color: white;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
}
.popular_package_wrapper{
    height: 30px;
}
.package_block{
    border-radius: 5px;
}
.left_border_0 {
    border-top-left-radius: 0
}
.shadowed, .package_block:hover{
    -webkit-box-shadow: 4px 13px 46px -26px rgba(0,0,0,0.52);
    -moz-box-shadow: 4px 13px 46px -26px rgba(0,0,0,0.52);
    box-shadow: 4px 13px 46px -26px rgba(0,0,0,0.52);
    -webkit-transition: box-shadow 0.5s;
;
}
.absolute_fastes_cheap{
    position:absolute;
    right:15px;
    top:-29px;
}
