/**/

.main-payment{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-payment p{
    margin: 0;
    line-height: 1.5;
    vertical-align: middle;
}
.main-payment-ways img:not(:last-of-type){
    margin-right: 10px;
}
.main-payment-ways{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalDetail{
    background: rgba(0,0,0,0.3);
    height: 100vh;
}
.modalDetail .modalContent{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    margin: auto;
    /* margin-top: 5%; */
    width: 40%;
    z-index: 1;
    /* box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.57); */
}
.full_height{
    height: 100%;
}
.ticket_fonts {
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.ticket__bold{
    font-weight: 600;
}
.ticket_align_right{
    text-align: right;
}
.ticket__underline{
    text-decoration: underline;
}
.ticket_fonts table{
    border: 1px solid #824baa;
    width: 80%;
}
.ticket_fonts th, td{
    padding: 10px;
}
.ticket_large_font{
    font-size: 22px;
}
.ticket_fonts th{
    border-bottom: 1px solid #824baa;
    background: #824baa;
    font-weight: 400;
    color: #fff;
}
.ticket_fonts th:not(:last-of-type), td:not(:last-of-type){
    border-right: 1px solid #824baa;
}
.ticket__logo{
    display: block;
    width: 13rem;
    /* padding: .3rem 0; */
}
.ticket__link{
    color: rgb(51, 51, 51);
}
.ticket__link:hover{
    color: #824baa;
}
.btn_more{
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #824baa;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 13px!important;
}
.btn_train_more {
    cursor: pointer;
    text-decoration: underline!important;
}
.btn_train_more:hover {
    color: #824baa!important;
}
.btn_more span{
    display: inline!important;
    background-image: linear-gradient(120deg, #824baa 0%, #824baa 100%);
    background-repeat: no-repeat;
    background-size: 0% 0.15em;
    background-position: 0 100%;
    transition:all 0.25s ease-in;
    -moz-transition:all 0.25s ease-in;
    -ms-transition:all 0.25s ease-in;
    -o-transition:all 0.25s ease-in;
    -webkit-transition:all 0.25s ease-in;
}
.btn_more span:hover{
    background-size: 100% 0.15em;
    transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
}

.modalDetail .detailedInfo{
    max-height: 600px;
    overflow: scroll;
    width: 100%;
}
.modalDetail .close{
    margin: 1%;
}
.modalHeading{
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    border-bottom: solid 1px #ced5e2;
    color: #3a3a3a;
    line-height: 20px;
    height: auto;
    background: #ffffff;
}
.info {
    width: 100%;
    /*background-color: rgb(241, 245, 246);*/
    background-color: #e8eced;
    line-height: 1.714;
    font-size: 14px;
    margin: 0;
    font-weight: lighter;
}

.home_page_additional_info_section{
    padding-bottom: 80px;
}

.info-header{
    font-size: 30px;
    color: rgb(51, 51, 51);
    line-height: 0.8;
    font-weight: 500!important;
}
.info-subheader{
    font-size: 20px;
    font-weight: 300;
}

.info-text{
    color: rgb(138, 146, 166);
    font-size: 14px;
}
a.info-text:hover {
    color: rgba(138, 146, 166, 0.6);;
}
.line-height-1 {
    line-height: 1;
}
.cabinet .page-item a{
    color: #824ba9;
}

.cabinet .page-item.active .page-link{
    background-color: #824ba9;
    border-color: #824ba9;
}
.cabinet .ticket:hover, .delete-btn:hover{
    cursor: pointer;
}
.cabinet-passengers .ticket:hover{
    cursor: default;
}
#cabinetMenu .purple-link:hover, a.cabinet-order-link, a.cabinet-order-link:hover{
    color: #333333;
}
.ui-datepicker {
    font-family: "Open Sans", sans-serif!important;
    padding: 0!important;
    z-index: 3!important;
}
/*.ui-datepicker thead {*/
    /*color: rgb(138, 146, 166);!important;*/
/*}*/
.ui-datepicker-header {
    /*background-color: rgb(255, 255, 252)!important;*/
    background-color: rgb(237, 228, 252)!important;
    border-radius: 0!important;
    border: none;
    border-bottom: rgb(237, 228, 252)!important;
    height: 45px!important;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
    cursor: pointer;
    background-color: transparent !important;
    background-image: url('/img/icons/datepicker-next.png')!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    height: 25px !important;
    width: 25px !important;
    margin: 9px 0px;
    display: inline-block;
    top: 0 !important;
    padding: 0 16px;
}

.openemr-calendar .ui-datepicker-next {
    background-image: url('/img/icons/datepicker-next.png') !important;
    background-size: 12px 12px;
    height: 12px !important;
    width: 12px !important;
    margin: 5px;
    border: none;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    /*background: none !important;*/
    background-size: 12px 12px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    border: 0 !important;
    height: 25px !important;
    width: 25px !important;
    right: 0!important;
}
.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('/img/icons/datepicker-prev.png') !important;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px !important;
    width: 25px !important;
    margin: 9px 0px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
    padding: 0 16px;
}
.ui-state-default {
    background: none!important;
    border-color: rgb(237, 228, 252)!important;
}
.ui-state-default:hover{
    background: #F0E8FC!important;
}
.ui-state-active {
    background: #824BA9!important;
    border: 1px solid #824BA9!important;
}
.openemr-calendar .ui-datepicker-prev {
    background-image: url('/img/icons/datepicker-prev.png') !important;
    background-size: 12px 12px;
    height: 12px !important;
    width: 12px !important;
    margin: 5px;
    border: none;
}

input.info-input {
    width: 100%;
    height: 39px;
    padding: .2vw 1vw;
    border: 1px solid rgb(204, 208, 218);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}
input.info-input::placeholder{
    color: rgb(138, 146, 166);
    font-weight: 300;
}
.purple-link {
    color: rgb(130, 75, 169);
    /*text-decoration: none;*/
}
.purple-link:hover {
    color: #9663BB;
}
.purple-link img {
    width: 20px;
}
.purple-button{
    border-radius: 24px;
    padding: 5px 20px;
    border-style: none;
    background-color: rgb(241, 245, 246);
    color: rgb(130, 75, 169);
    transition: 0.5s;
}
.purple-button:hover{
    background-color: rgb(130, 75, 169);
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.5s;
}
.button {
    border: 1px solid rgba(204,208,218, .302);
    background: none;
    border-radius: 24px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-decoration: none;
}
.button:hover, .button:active, .button.current{
    background: rgba(255, 255, 255, .302);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.main-nav-button {
    border: 1px solid #824ba9;
    background: none;
    border-radius: 24px;
    padding: 10px 20px;
    color: #824ba9;
    line-height: 1.714;
    text-decoration: none;
    transition: .5s;
    /*background: rgba(130, 75, 169, .3);*/
}
.main-nav-button:hover, .main-nav-button:active, .main-nav-button.current, .main-nav-button.active{
    background: #824ba9;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.main-nav-button--active{
    background: #824ba9;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.home-news span{
    font-size: 20px;
}
.home-corp-icon {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    color: #824BA9!important;
    text-align: center;
}
.home-corp-icon i{
    /*vertical-align: middle!important;*/
    position: relative;
    top: 30%;
}
.offer-button{
    width: 174px;
    color: #824ba9;
    border: 2px solid rgb(130, 75, 169);
    border-radius: 24px;
    padding: 10px;
    background: white;
}

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

.home-section button.offer-button{
    margin-top: -24px;
}

.carousel-control-prev {
    left: -5vw;
    top: 50%;
}
.carousel-control-next{
    right: -13vw;
    top: 50%;
}
.slider-arrow{
    width: 50px;
    height: 50px;
    background-color: rgba(138, 146, 166, 0.6);
    border-radius: 50%;
}
.slider-arrow:hover{
    background-color: rgb(138, 146, 166);
}
.slick-arrow{
    border-radius: 50%;
    padding: 3px 0!important;
}
.carousel .info{
    color: black;
    font-weight: 400;
    font-size: 14px;
}
.link{
    color: #824ba9;
}
.link:hover{
    color: #573371;
    text-decoration: none;
}
.collapse-icon {
    width: 15px;
}
.categories-menu {
    background-color: white;
    padding-top: 70px;
    padding-bottom: 55px;
}

.categories_menu_list_all{
    padding-top: 30px;
}

.categories_menu_list_block{
    padding-top: 30px;
}

.categories_menu_list_item{
    margin-bottom: 15px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: left;
}

.shadowed-border {
    -moz-box-shadow:    inset 0 8px 6px -6px rgba(138, 146, 166, 0.2);
    -webkit-box-shadow: inset 0 8px 6px -6px rgba(138, 146, 166, 0.2);
    box-shadow:         inset 0 8px 6px -6px rgba(138, 146, 166, 0.2);
}

.result-bg{
    background-image: -moz-linear-gradient( 120deg, rgb(235,237,238) 0%, rgb(253,251,251) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgb(235,237,238) 0%, rgb(253,251,251) 100%);
    background-image: -ms-linear-gradient( 120deg, rgb(235,237,238) 0%, rgb(253,251,251) 100%);
}

.purple-airplane{
    margin-left: auto;
    /*width: 250px;*/
    display: none;
    width: 100%;
    margin-top: 25px;
}
#purple_airplane{
    background-color: rgb(241, 245, 246);
    display: none;
    border: none;
    margin-right: 2px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    /*box-shadow: 0 0 3px rgba(107,62,139, 0.3);*/
    color: rgb(130, 75, 169)
}

.purple-airplane-img{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.additional-form-avia{
    /*margin-top: 20px;*/
    display: none;
}

/*.erase-additional-avia-form{*/
.erase-additional-avia-form {
    position: relative;
    z-index: 2;
    left: 98%;
    top: -74px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #824BA9;
    background-color: white;
    width: 20px;
    height: 20px;
    /*width: ;*/
}
/*}*/

.erase-additional-avia-form:hover{
    cursor: pointer;
}

#eraseFirst{
    display: none;
}

.avia-form-paragraph-text{
    width: 300px;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}

.avia-form-passengers-row{
    margin-top: 20px;
}

.passengers_field_popup{
    /*height: 350px;*/
    /*background-color: #117a8b;*/
    background-color: #F1F5F6;
    color: #000;
    display: none;
    position: absolute;
    z-index: 1;
    /*position: absolute;*/
    /*top: 64px;*/
    /*right: 0;*/
}
#guests_form {
    height: auto;
    padding-bottom: 30px;
}

.passengers_btn{
    width: 30px;
    height: 30px;
    color: #824ba9;
    font-weight: bold;
    border: 2px solid rgb(130, 75, 169);
    border-radius: 50%;
    padding: 0;
    background: white;
}

.passengers_field_popup_row{
    /*width: 80%;*/
    margin: 0 auto;
}

.passengers_input_field{
    width: 40%;
    margin: 0 10%;
}

.passengers_popup_form_paragraph{
    margin-bottom: 0px;
    padding-top: 15px;
    text-align: center;
    font-weight: normal;
}

#complicated_route_first{
    width: 280px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    display: block;
}

#complicated_route_second{
    /*width: 280px;*/
    /*height: 40px;*/
    /*margin-top: 30px;*/
    /*margin-bottom: 10px;*/
    /*margin-right: auto;*/
    /*display: block;*/
    color: #000;
}
@media (min-width: 576px) {
    #fare_rules .modal-dialog {
        max-width: 600px!important;
    }
}
@media (max-width: 767.98px) {
    #booking-menu{
        width: 200px;
        margin-left: 20vw;
        margin-top: -14px;
    }

    .erase-additional-avia-form {
        position: relative;
        z-index: 2;
        left: 48%;
        top: -17px;
        border-radius: 50%;
        padding: 5px;
        border: 1px solid #824BA9;
        background-color: white;
        width: 30px;
        height: 30px;
        /*width: ;*/
    }
}

.erase-additional-avia-form-search-page{
    width: 28px;
    height: 28px;
    margin-left: 20px;
    margin-top: 20px;
}

.aiva_tickets_output_airline_logo{
    width: 100px;
    height: 70px;
}

.ticket_output_bg{
    background-color: #e8eced;
}

.ticket_view_page_form{
    padding-top: 20px;
}

.ticket_view_page_form_links{
    padding-top: 13px;
    padding-bottom: 13px;
}

/*  checkbox style  */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #824ba9;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #824ba9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.air_rule {
    cursor: pointer;
}
.air-rule-info b{
    display: block;
}
.air_rule:hover {
    color: rgb(138, 146, 166);
}
button.full-form-toggler, button.full-form-toggler:hover{
    color: #fff;
    background-color: rgb(118, 206, 0);
    border-radius: 0 3px 3px 0;
    display: flex;
    justify-content: center;
}

button.full-form-toggler.active{
    color: rgb(118, 206, 0);
    border: 1px solid rgb(118, 206, 0);
    background-color: #ffffff;
}

input.full-form-toggler{
    background-position: 97% 50%;
    padding-right: 12%;
}

.cabinet .message-block-support .message-title{
    background-color: #9663BB;
    color: white;
}
.cabinet .message-block-user .message-title{
    background-color: #f8f9fa;
    border-bottom: 1px solid #DDE3E4;
    color: black;
}
.cabinet .message-block-support {
    /*border-color: #824BA9;*/
    border: 1px solid #9663BB;
    border-radius: 5px;
}
.cabinet .message-block-user{
    border: 1px solid #DDE3E4;
    border-radius: 5px;
}
.cabinet .badge-info{
    background-color: #4b7ca9;
}
.cabinet .ticket:hover, .delete-btn:hover{
    cursor: pointer;
}
.cabinet .help_page_form_textarea {
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.cabinet .help_page_form_textarea:focus {
    border: 1px solid #ced4da;
    outline: none;
    box-shadow: none;
}
.railway input:disabled, .railway select:disabled {
    opacity: 0.7;
    background-color: rgb(204, 208, 218);
}
.time-disabled {
    color: #5e5d5d!important;
    border-color: #5e5d5d!important;
    opacity: .5!important;
}
.time-disabled:hover {
    background-color: white!important;
}
.footer__logLink{
    color: rgba(255,255,255, 0.8);
    text-decoration: underline;
    text-align: left;
}
.footer__logLink:hover{
    color: rgba(255,255,255, 1);
    text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .news .mobile {
        display: block;
    }
    /*.erase-additional-avia-form {*/
        /*position: relative;*/
        /*z-index: 2;*/
        /*left: 95%;*/
        /*top: -74px;*/
        /*border-radius: 50%;*/
        /*padding: 5px;*/
        /*border: 1px solid #824BA9;*/
        /*background-color: white;*/
        /*width: 20px;*/
        /*height: 20px;*/
        /*!*width: ;*!*/
    /*}*/
}
@media (max-width: 1500px) {
    .modalDetail .modalContent{
        width: 60%;
    }
}
@media (max-width: 1024px) {
    .modalDetail .modalContent{
        width: 90%;
    }
    .modalDetail .close{
        margin: 3%;
    }
    .ticket_width{
        width: 90%!important;
    }
    #booking-menu{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-payment{
        display: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 10px;
    }
}

@media (max-width: 600px) {
    .ticket_align_right{
        text-align: left;
    }
    .modalDetail .detailedInfo_info img {
        width: 100%;
        height: auto;
    }
    .ticket_fonts table{
        width: 100%;
    }
    .modalDetail {
        overflow: scroll;
    }
    .modalDetail .modalContent{
        transform: unset;
        top: unset;
        margin-top: 3%;
    }
    .modalDetail .detailedInfo{
        max-height: unset;
        overflow: unset;
    }
    .btn_more{
        padding: 0;
        line-height: 1;
        margin: 0;
    }
    .image-center{
        display: flex;
        align-items: center;
    }
    .btn_more span, .btn_more span:hover{
        background-size: 0 0;
    }
    .ui-datepicker {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        top: auto!important;
        animation-name: slideInUp !important;
        transform: none !important;
        animation-duration: .2s !important;
        animation-fill-mode: both !important;
        margin-left: 0 !important;
    }
    .ui-datepicker table {
        padding: 0 10px !important;
        margin-bottom: 30px !important;
        margin-top: 20px !important;
    }
    .main-payment p{
        width: 100%;
        max-width: 100%;
        flex: 100%;
        line-height: 1;
        text-align: center;
    }

}
@media (max-width: 420px) {
    .main-payment{
        display: none;
    }
    .main-payment-ways{
        width: 50%;
        margin: 20px auto 20px;
    }
}

.calendar-list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    font-size: 14px;
}

.calendar-list-item {
    padding: 8px 15px;
    border-radius: 6px;
    background: #F4F4F4;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.calendar-list-item.today {
    background: #824ba9;
    color: #fff;
}

@media (max-width: 992px) {
    .calendar-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .calendar-list {
        font-size: 12px;
    }

    .calendar-list-item {
        padding: 5px 10px;
    }
}

@media (max-width: 576px) {
    .calendar-list {
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .calendar-p {
        padding: 15px;
    }
}