@media all and (min-width: 740px) {
    .pax .body-outer {
        display: block !important;
    }
}

@media all and (max-width: 450px) {
    .mariginretrieveBooking {
        margin: 10px 0 0 0;
    }
}

@media all and (max-width: 740px) {
    .desktop {
        display: none;
    }

    #content h2 {
        margin-left: 10px !important;
    }

    #content .pax .info.baggage.BAG2 h2 {
       margin-left: 25px !important;
       max-width: 80%;
    }

    div.plane-container span {
        display: none;
    }

    .select .ticket .price {
        float: none !important;
        padding-top: 0 !important;
    }

    .select .ticket .time {
        float: none !important;
        padding-top: 0 !important;
    }

    .personal-booking .flight-info .head {
        border-bottom: none;
    }

    .registration .flight-info .head .plane-container {
        margin: -5px 0 0 0px;
        float: none;
    }

    .flight-info-itinerary {
        padding-left: 0px;
    }

    .registration .flight-info .head .plane-container span {
        display: none;
    }


    body {
        min-width: auto;
    }

    .personal-login .line {
        margin-left: 0;
        margin-right: 0;
    }

    #content {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    #header {
        width: auto;
        margin-bottom: 0;
    }

        h2:not(.landing),
        #header .aeroflot {
            display: none;
        }

        #header .header-top {
            margin: 15px 0 20px;
        }

        #header .logo {
            float: none;
            margin: 0;
        }

            #header .logo a {
                margin: 0 auto;
            }

        #header .menu-steps {
            width: 100%;
            height: 40px;
            overflow: hidden;
        }

        #header ul.menu-steps li {
            width: 50%;
        }

            #header ul.menu-steps li.done {
                display: none;
            }

            #header ul.menu-steps li.active:last-child {
                width: 100%;
            }

            #header ul.menu-steps li span {
                padding: 15px 0;
            }

    label {
        display: inline-block;
    }

    .input-text,
    .input-text:disabled {
        border: 1px solid #cceaf7 !important;
        padding: 10px 14px 11px !important;
        color: #003365 !important;
        background-color: #fff !important;
    }


        .input-text:focus {
            box-shadow: 0px 0px 5px #dbf1f9 !important;
        }

    .column-left {
        width: auto;
        float: none;
    }

    .column-right {
        width: auto;
        float: none;
        display: none;
        margin-top: 0px;
    }

        .column-right .booking-menu,
        .column-right .login-box {
            display: none;
        }

    .bottom-buttons {
        border: none;
        position: relative;
        padding: 0;
    }

    .passengersButtons .btn {
        min-width: 165px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

        .passengersButtons .btn,.bottom-buttons .btn.tr.secondary {
            margin: 25px 0 0;
        }

        .passengersButtons .btn,.bottom-buttons .btn.tr + .btn {
            margin-bottom: 20px;
        }

        .passengersButtons .btn, .passengersButtons .btn.tr ,.bottom-buttons .btn {
            width: 100%;
        }

            .passengersButtons .btn, .bottom-buttons .btn:not(.tr) {
                margin-bottom: 25px;
                margin-top: 10px;
            }

    .modalbox {
        overflow: hidden;
    }

    .modalbox .window {
        top: 10%;
    }

    .modalbox .window-inner {
        width: auto;
        margin-left: 0;
        left: 20px;
        right: 20px;
    }

        .modalbox .window-inner .btn {
            width: 100%;
            display: block;
            float: none !important;
            margin-bottom: 20px;
            font-size: 10px;
            padding-left: 0;
            padding-right: 0;
        }

        .modalbox .window-inner .bottom {
            padding-bottom: 0;
        }

    .input-required.error .input-text,
    .line.error .input-text {
        border: 2px solid #e4097f !important;
        color: #eb469f !important;
        padding: 9px 13px 10px !important;
    }

    .ticket-nav {
        display: block !important;
    }

    .mobileTotal {
        display: block !important;
        font-family: 'houschka_rounded_altbold';
        font-weight: 700;
        color: #0098d6;
        font-size: 19px;
        cursor: pointer;
        margin-bottom: 17px;
        margin-top: 19px;
        padding: 0 10px;
    }

        .mobileTotal .float-left div {
            color: #003365;
            font-size: 20px;
            margin-top: 5px;
        }

        .mobileTotal .arrow {
            margin: 16px 0 0 !important;
        }

    .select-outer {
        position: relative;
    }

        .select-outer select {
            box-sizing: border-box;
        }

        .select-outer select {
            display: block !important;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 200;
            background: none !important;
            color: transparent !important;
            border: none !important;
        }

            .select-outer select option {
                color: #003365;
            }

    .input-required.error select.input-text,
    .line.error select.input-text {
        color: transparent !important;
    }


    .pax {
        margin-top: -19px !important;
    }

    .pika-single {
        width: 680px !important;
        z-index: 2000;
        border: none !important;
        margin-top: 20px !important;
        padding: 0 !important;
    }

        .pika-single.light-theme:before {
            display: none;
        }

        .pika-single.light-theme .pika-next {
            top: 0;
            left: 0;
        }

        .pika-single.light-theme .pika-prev,
        .pika-single.light-theme .pika-next {
            width: 40px;
            height: 40px;
            background-color: #e3eef9;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            position: absolute;
            top: 5px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 18px 14px;
            -moz-background-size: 18px 14px;
            -webkit-background-size: 18px 14px;
            cursor: pointer;
            color: transparent;
            transform: none;
            -o-transform: none;
            -ms-transform: none;
            -moz-transform: none;
            -webkit-transform: none;
        }

        .pika-single.light-theme .pika-prev {
            background-image: url(../i/svg/arrows-dotted-left.svg);
            left: 12px;
        }

        .pika-single.light-theme .pika-next {
            background-image: url(../i/svg/arrows-dotted-right.svg);
            left: 267px;
        }

        .pika-single .pika-title {
            position: static !important;
        }

    .pika-bottom-button {
        width: 230px;
        margin-left: 20px;
        text-align: center;
    }

        .pika-bottom-button .btn {
            float: none;
        }

    .calendars {
        width: 320px !important;
        height: 350px;
        overflow: hidden;
        margin: 0 auto;
    }

    .calendar-outer > .inner {
        max-width: 335px !important;
        z-index: 1800 !important;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #fff;
        margin: 5% auto 0;
    }

    .calendar-outer {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        top: 0;
        left: 0;
        z-index: 1000;
        overflow: scroll;
        background: rgba(0,0,0,0.6);
    }

        .calendar-outer .button {
            display: block !important;
            max-width: 335px;
            background: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase;
            color: #0098d6;
            font-weight: 700;
            margin: 20px auto;
            font-size: 13px;
        }

            .calendar-outer .button:hover {
                cursor: pointer;
                opacity: 0.9;
            }

    .searchform .airport input.name {
        pointer-events: none;
        width: 80%;
    }

    .searchform .direction .radio {
        border: 1px solid #cceaf7;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 48.5%;
        margin: 0 !important;
        padding: 13px 0 11px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }

    input[type="radio"] + label {
        position: relative;
        padding-left: 29px;
        cursor: pointer;
        margin-right: 30px;
    }

    .searchform .direction .radio:hover {
        background: #e3eef9;
        cursor: pointer;
    }

    .searchform .direction .radio.active {
        border: 2px solid #0098d6;
        background: #e3eef9;
        padding: 12px 0 10px;
    }

    .searchform .direction .radio:first-child {
        margin-right: 3% !important;
    }

    .searchform .direction .radio input[type=radio] + label:before,
    .searchform .direction .radio input[type=radio] + label:after {
        display: none;
    }

    .searchform .direction .radio label {
        margin: 0;
        padding: 0;
    }

    .searchform .direction .radio .plane {
        width: 28px;
        height: 28px;
        background: url(../i/svg/plane.svg) no-repeat;
        background-size: 28px 28px;
        -o-background-size: 28px 28px;
        -moz-background-size: 28px 28px;
        -webkit-background-size: 28px 28px;
        margin: 4px auto 0;
    }

    .searchform .direction .radio .img {
        width: 48px;
        margin: 0 auto;
        position: relative;
        height: 35px;
        margin-bottom: 9px;
    }

    .searchform .direction .radio.one .img {
        height: 31px;
    }

    .searchform .direction .radio.both .plane {
        margin: 0;
    }

    .searchform .direction .radio .plane.flip {
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        position: absolute;
        right: 0;
        top: 8px;
    }

    .searchform .airport .city {
        width: auto;
        margin: 0 0 20px !important;
        float: none;
        position: relative;
        overflow: hidden;
    }

    .searchform .airport .change-direction {
        left: auto;
        right: -19px;
        top: 40px;
    }

    .searchform .arr-date .date {
        width: 48.5%;
    }

        .searchform .arr-date .date input {
            width: 100%;
            background-position: 95% center;
            box-sizing: border-box;
        }

        .searchform .arr-date .date:first-child {
            margin-right: 3%;
        }

    .searchform .airport select,
    .searchform .passengers .counter select {
        display: block !important;
        position: absolute;
        z-index: 100;
        width: 110%;
        left: 0;
        top: 0;
        bottom: 0;
        background: transparent;
        border: none;
        outline: none;
        color: transparent;
    }

        .searchform .airport select optgroup,
        .searchform .airport select option,
        .searchform .passengers .counter select option {
            color: #003365;
        }

    .searchform .passengers .counter {
        position: relative;
        background: #fff;
        overflow: hidden;
        width: 48.5%;
        margin-left: 3%;
        box-sizing: border-box;
    }

        .searchform .passengers .counter:nth-child(3) {
            margin-left: 0;
            margin-top: 20px;
        }

    .searchform .passengers .float-left {
        margin-top: 20px;
        width: 48.5%;
        margin-left: 3%;
    }

    .searchform .passengers .minus,
    .searchform .passengers .plus {
        display: none;
    }

    .searchform .passengers .count {
        float: right;
        margin-right: 20px;
    }

    .payment .bottom,
    .payment-card form > .bottom,
    .searchform .bottom {
        border: none;
        padding: 0;
        margin-bottom: 20px;
        position: relative;
    }

        .payment .bottom .btn,
        .payment-card form > .bottom .btn,
        .searchform .bottom .btn {
            width: 100%;
        }

            .payment .bottom .btn.tr,
            .payment-card form > .bottom .btn.tr {
                position: absolute;
                top: 60px;
            }

                .payment .bottom .btn.tr + .btn,
                .payment-card form > .bottom .btn.tr + .btn {
                    margin-bottom: 60px;
                }


    .payment-card {
        margin: 0;
    }

        .payment-card .price {
            display: none;
        }

        .payment-card .tickets .element {
            padding: 14px 0 16px;
            position: relative;
        }

            .payment-card .tickets .element .code {
                width: 10%;
                margin-right: 20px;
                margin-left: 4%;
            }

            .payment-card .tickets .element .time {
                float: none;
                position: absolute;
                right: 0;
                top: 14px;
                margin: 24px 4% 0 0;
            }

            .payment-card .tickets .element .date {
                display: none;
            }

            .payment-card .tickets .element .float-left {
                max-width: 58%;
            }

            .payment-card .tickets .element .direction.to,
            .payment-card .tickets .element .direction.from {
                float: none;
                width: auto;
                min-width: auto;
                padding: 0;
                margin: 0;
                background: none;
            }

            .payment-card .tickets .element .direction.from {
                margin-bottom: 5px;
            }

        .payment-card .card {
            width: auto;
            height: auto;
            margin: 0;
        }

            .payment-card .card .bottom,
            .payment-card .card .top {
                width: auto;
                height: auto;
                position: static;
                background: none;
                border: none;
                box-shadow: none;
                margin: 0;
                padding: 0;
            }

            .payment-card .card .line .space {
                margin: 14px 4px 0;
            }

            .payment-card .card .top .owner input {
                width: 100%;
            }

            .payment-card .card .top .owner a {
                display: none;
            }

            .payment-card .card .top .float-right.hide {
                display: block;
            }

                .payment-card .card .top .float-right.hide img {
                    margin: 0;
                }

            .payment-card .card .bottom .line {
                float: none;
                margin: 0;
            }

                .payment-card .card .bottom .line span {
                    color: #003365;
                }

                .payment-card .card .bottom .line .blue:focus {
                    border: 1px solid #cceaf7;
                    padding: 10px 14px 11px;
                    color: #003365;
                    margin: 0;
                    background: #fff;
                    box-shadow: 0px 0px 5px #dbf1f9;
                }

        .payment-card .banks {
            margin: 34px auto 1px;
            width: 160px;
            text-align: center;
        }



    .payment-final {
        margin: 0 -20px;
        padding: 0 20px;
        background: url(../i/svg/planes.svg) no-repeat center 65px;
        min-height: 300px;
    }

    .payment .info-form {
        background: none;
        border: none;
        border-bottom: 1px solid #cceaf7;
        padding: 0 20px;
        margin: 0 -20px 23px;
    }

    .payment .line-field {
        float: none;
        width: 100%;
    }

        .payment .line-field .input-text {
            width: 100% !important;
        }

    .payment .pay .element {
        position: relative;
        padding-top: 1px;
    }

        .payment .pay .element.selected {
            padding-top: 0px;
        }

        .payment .pay .element:last-child.selected {
            padding-top: 0px;
        }

        .payment .pay .element .pic {
            float: none;
            width: auto;
            text-align: center;
            position: relative;
            width: 160px;
            margin: 0 auto;
        }

            .payment .pay .element .pic .in {
                height: 67px;
            }

        .payment .pay .element .check {
            position: absolute;
            top: 74px;
            left: 10px;
            margin-top: 0;
        }

        .payment .pay .element .info {
            width: auto;
            float: none;
            padding-left: 28px;
        }

            .payment .pay .element .info h3 {
                margin-right: 50px;
            }

        .payment .pay .element .percent {
            width: auto;
            float: none;
            position: absolute;
            top: 71px;
            right: 24px;
            margin: 0;
        }

        .payment .pay .element.selected .percent {
            top: 70px;
            right: 23px;
        }


    .payment-final .ostrovok,
    .payment-final .bottom {
        display: none;
    }

    .payment-final .booking {
        display: block !important;
        margin-top: 30px;
    }

        .payment-final .booking .btn {
            display: block;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            font-size: 11px;
            margin-bottom: 20px;
        }

    .payment-final h2 {
        display: block;
        font-size: 19px;
    }

    .payment-final p {
        line-height: 17px;
        border-bottom: 1px solid #cceaf7;
        margin: 0 -20px;
        padding: 22px 20px 26px;
    }


    .pax .info h2 {
        display: block;
        text-align: center;
        display: block;
        margin-bottom: 19px;
        margin-top: 45px;
    }


    .pax .info.baggage.BAG2 .infoSectionHeader > .arrow {
       margin: 53px 20px 0px 0px;
    }

    .pax .info.baggage {
        margin-bottom: 30px;
    }

    .pax .info.insurance .mess {
        padding-bottom: 20px;
    }

        .pax .info.insurance .mess .hide {
            display: inline-block;
            vertical-align: top;
            margin: 53px 0 0 27px !important;
        }

        .pax .info.insurance .mess .notice {
            display: none;
        }

    .pax .passenger {
        border: none !important;
        padding: 0 !important;
        margin: 0 -20px;
        padding: 20px 20px 0 !important;
        border-bottom: 1px solid #cceaf7 !important;
    }

        .pax .passenger.blue {
            background: none;
            border: none;
            padding: 20px;
        }

        .pax .passenger .column {
            width: 100%;
            float: none;
        }

        .pax .passenger .radio.contact {
            float: none !important;
            margin: 0 0 25px;
            width: 100%;
        }

        .pax .passenger .header {
            border: none;
            margin-bottom: 0;
            padding-bottom: 20px;
            cursor: pointer;
        }

            .pax .passenger .header .list{
                top: 89px;
                left: 0;
                right: 0;
            }

                .pax .passenger .header .list,.payment .info-form .addPass-outer .contact-list {
                top: 58px;
                left: 0;
                right: 0;
            }

                .pax .passenger .header .list .arrow ,.payment .info-form .addPass-outer .contact-list .arrow{
                    left: 50%;
                    margin-left: -10px;
                    right: auto;
                }

    .pax .addPass-outer:before {
        content: '';
        display: table;
        clear: both;
    }

    .pax .addPass-outer .btn.float-right {
        float: none;
        margin-top: 19px;
    }

    .pax .passenger .header h3 {
        width: 80% !important;
        text-overflow: clip;
    }

    .pax .add-outer {
        position: relative;
    }

    .pax .same {
        width: 100%;
        font-size: 9px;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

    .pax .passenger .body-hide {
        display: none;
    }

    .pax .passenger.blue .body-hide {
        display: block;
    }

    .pax .passenger .body {
        display: block !important;
    }

    .pax .passenger .addPass-outer {
        display: none;
    }

        .pax .passenger .addPass-outer .btn {
            font-size: 10px;
            padding-left: 0;
            padding-right: 0;
        }

    .pax .passenger.blue {
        padding: 20px !important;
    }

        .pax .passenger.blue .header {
            padding-bottom: 25px;
        }

        .pax .passenger.blue .addPass-outer {
            display: block;
        }

    .pax .passenger .header > .arrow {
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .pax .passenger.blue .header > .arrow {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    .pax .passenger .info-text {
        padding: 23px 10px;
    }

        .pax .passenger .info-text .button .btn {
            font-size: 10px;
        }

    .pax .info.baggage .mess .column {
        width: auto;
        float: none;
    }

    .pax .baggage-passenger > .header h3 {
        float: left;
        width: 90%;
    }

    .pax .baggage-passenger > .header .arrow {
        display: block !important;
    }

    .pax .baggage .list .inner {
        display: none;
    }

    .pax .addBaggage {
        display: block !important;
        background: none;
        top: 0;
        right: 0px;
        left: 0;
        position: relative;
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0 -8px 0 -20px;
    }

        .pax .addBaggage .arrow,
        .pax .addBaggage .button,
        .pax .element.add,
        .pax .addBaggage h3 {
            display: none;
        }

        .pax .addBaggage .column {
            width: auto;
            float: none;
        }

        .pax .addBaggage .counter-line .title {
            width: auto;
            max-width: 30%;
        }

        .pax .addBaggage .counter-line.checkbox .title {
            max-width: 100%;
        }

        .pax .addBaggage .body .radio .float-right,
        .pax .addBaggage .counter-line .price {
            width: auto;
            min-width: 80px;
        }

    .pax .info {
        margin-left: -20px;
        margin-right: -20px;
        border: none;
    }

        .pax .info .mess {
            border: none;
            border-bottom: 1px solid #cceaf7;
            padding-left: 20px;
            padding-right: 20px;
        }


    .pax .info-section .header {
        padding-left: 64px !important;
        background-position: 20px 15px;
        padding-bottom: 26px !important;
        border-bottom: 1px solid #cceaf7;
        margin: 0 -20px 1px !important;
    }

    .service-box .box-media_img {
        width: 100%;
    }

    .box-media-service {
        text-align: center;
    }

    .pax .baggage .info-section .list {
        width: auto;
        position: relative;
    }

    .pax .insurance .info-section {
        padding-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .pax .insurance .select {
        margin-top: 20px !important;
    }

    .pax .insurance .header .line {
        margin-left: -44px;
    }

    .med-ssr-select-container {
        margin-left: 0px;
    }

    .pax input[type="checkbox"] + label {
        padding-left: 23px !important;
    }

    .column-left .path img {
        margin: 0 3px 0 3px;
    }

    .select .tickets-section > .tickets {
        margin-bottom: 23px !important;
    }

    .column-left .select .tickets-section > .tickets .ticket.selected:last-child {
        margin-bottom: 0px !important;
    }

    .select .calendar,
    .select .ticket-header {
        display: none;
    }

    .select .tickets .ticket .price .inner span {
        font-size: 12px;
    }

    .select .tickets .ticket .price .inner span.available-seats {
        display: none !important;
    }

    .select .tickets .ticket .price.regular.selected .inner span.available-seats {
        display: block !important;
        width: 300px;
        padding-top: 17px;
    }

    .select .changesearch {
        margin-top: 10px !important;
        width: 100%;
    }

    .select div.tickets .ticket .price {
        width: 75px !important;
        margin: 0 0 10px !important;
    }

    .select table.tickets .ticket .price {
        position: static !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 0 !important;
        min-width: 0 !important;
        border: none !important;
    }

    .select .ticket .price .inner {
        position: absolute;
        width: 33.33333333333333%;
        box-sizing: border-box;
        height: 70px;
        top: -71px !important;
        border: 1px solid #cceaf7;
        border-bottom: 0;
        border-right: 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        padding-top: 7px !important;
        padding-left: 7px !important;
        padding-right: 0px !important;
        font-size: 13px;
    }

        .select .ticket .price .inner .icons {
            overflow: hidden;
        }

    .select .ticket .price.regular .inner {
        left: 0px;
    }

    .select .ticket .price.nonrefundable .inner {
        left: 33.33333333333333%;
    }

    .select .ticket .price.refundable .inner {
        left: 66.66666666666667%;
        right: -2px;
        border-right: 1px solid #cceaf7;
        width: 34.1%;
    }

    .select .ticket .price.selected .inner {
        -webkit-border-radius: 5px 5px 0 0 !important;
        -moz-border-radius: 5px 5px 0 0 !important;
        border-radius: 5px 5px 0 0 !important;
        border-bottom: 0 !important;
        background: #e3eef9;
        height: 73px !important;
        top: -71px !important;
        padding-top: 8px !important;
        padding-left: 8px !important;
        width: 34.5%;
    }

    .select .ticket .direction,
    .select .ticket .price {
        display: block;
    }

    .select table.tickets .ticket .direction {
        border: 1px solid #cceaf7 !important;
        -webkit-border-radius: 0px 0px 5px 5px !important;
        -moz-border-radius: 0px 0px 5px 5px !important;
        border-radius: 0px 0px 5px 5px !important;
        display: block !important;
        max-width: 100% !important;
        width: 100%;
    }


    .select table.tickets .ticket.selected .direction {
        border: 2px solid #0098d6 !important;
        padding: 22px 0 6px !important;
        background: #e3eef9 !important;
    }

    .select .price .info-button {
        top: 7px;
    }

    .select .price.selected .info-button {
        top: 6px;
        right: 1px;
    }

    .select .price.refundable.selected .info-button,
    .select .price.refundable .info-button {
        right: 0px;
    }

    .select .ticket .price .title {
        display: block !important;
        font-size: 12px;
        color: #0098d6;
        height: 40px;
        white-space: nowrap;
        word-wrap: normal;
    }

        .select .ticket .price .title img {
            margin: 6px 2px 0 0;
            width: 16px;
        }


    .select .ticket .price .radio {
        display: none;
    }


    .select .top {
        border: none;
        padding: 0;
        margin-bottom: 21px;
    }

    .select .header {
        background: url(../i/svg/plane.svg) no-repeat left center;
        background-size: 31px 31px;
        -moz-background-size: 31px 31px;
        -webkit-background-size: 31px 31px;
        padding-left: 44px;
        margin-left: -8px;
    }

    div[data-type='extrasSection'][data-section='medinsurance'] .select .header {
        background: none;
        padding-left: 25px !important;
    }

    .select .header img {
        display: block;
        visibility: hidden;
        height: 13px;
    }

    .select .dates {
        margin-right: 50px;
        width: auto;
    }

        .select .dates.full {
            display: none;
        }

    .select table.tickets .ticket {
        position: relative;
        display: block;
        margin-top: 98px;
        border: none !important;
    }

    .select .ticket .from,
    .select .ticket .to {
        float: none !important;
        width: auto !important;
        min-width: auto !important;
        background: none !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    .select .ticket .from {
        margin-bottom: 5px !important;
    }

    .select .ticket.transfer .from {
        margin-bottom: 3px !important;
    }

    .select .ticket .code {
        width: auto !important;
        margin-right: 10px !important;
        margin-left: 19px !important;
        margin-top: 0 !important;
    }

    .select .ticket .union {
        display: none;
    }

    .select .ticket .time,
    .select .ticket .price {
        float: none !important;
        display: block !important;
    }

    .select div.ticket .time {
        margin: 0 !important;
        width: 60px;
    }

    .select .ticket .float-left {
        max-width: 50%;
    }

    .select .ticket .price .in div {
        font-size: 11px;
    }

    .select .ticket .float-right {
        position: absolute;
        right: 0;
        top: 0px;
    }



    .select .ticket .time {
        margin: 0 !important;
        width: 60px;
    }

    .registration .line.question._big .right .radio {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .registration .line.question._big {
        text-align: center;
    }

    .select .ticket.transfer .to {
    }

    .select .ticket.transfer .hide,
    .select .ticket.transfer .tw .to {
        display: block !important;
    }


    .select .ticket.transfer .line:first-child .to {
        display: none !important;
    }


    .select .tickets .ticket .radio {
        left: 10px !important;
    }

    .select .tickets .ticket .warn {
        margin-left: 30px;
    }

    .select .tickets .ticket.selected .radio {
        left: 5px;
    }

    .select .tickets .ticket.selected .code {
        margin-left: 18px !important;
    }


    .seats {
        margin-top: 0 !important;
    }

        .seats .left .section {
            margin-bottom: 0px;
        }

    .seat-cancelPlace .top {
        color: #0098d6;
        font-family: 'houschka_rounded_altbold';
        font-weight: 700;
        font-size: 19px !important;
    }

        .seat-cancelPlace .top span {
            color: #003365;
        }

        .seat-cancelPlace .top .button {
            border-top: 1px solid #cceaf7;
            padding: 30px 20px 0;
            margin: 28px 0 0;
        }

    .seats .passenger.selected:after,
    .column-left .seats > .left .section .head {
        display: none;
    }

    .seats .res-hide {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }


    .seats-active-pax {
        width: auto !important;
        height: auto !important;
        padding: 4px 0 4px 13px;
        border: 2px solid #0098d6 !important;
        overflow: visible;
        z-index: 500;
    }

    .seats .passenger.selected.paySeats,
    .seats .passenger.selected,
    .seats .passenger {
        width: auto;
    }

        .seats-active-pax .name,
        .seats .passenger .name {
            max-width: 65%;
        }

        .seats .passenger:last-child {
            width: auto !important;
        }

        .seats-active-pax.paySeats,
        .seats .passenger.paySeats {
            width: auto;
            margin-right: 0 !important;
        }

    .column-left .seats > .left,
    .column-left .seats > .right {
        float: none !important;
        margin: 0 auto !important;
        width: auto !important;
    }

    .seats .legend {
        width: 260px;
        margin: 21px auto 10px !important;
    }

        .seats .legend .title {
            width: 150px;
        }

    .seats .flights-adaptive {
        display: block;
        border-bottom: 1px solid #cceaf7;
        padding: 0 0 18px;
        margin: 0 -20px 20px;
    }

        .seats .flights-adaptive .inner {
            width: 220px;
            margin: 0 auto;
            position: relative;
        }

        .seats .flights-adaptive .flights {
            color: #99d6ef;
            font-size: 12px;
            font-weight: bold;
            padding-left: 44px;
            position: relative;
        }

            .seats .flights-adaptive .flights:before {
                content: '';
                position: absolute;
                left: 0;
                width: 31px;
                height: 31px;
                top: 50%;
                margin-top: -15px;
                background: url(../i/svg/plane.svg) no-repeat left center;
                background-size: 31px 31px;
                -moz-background-size: 31px 31px;
                -webkit-background-size: 31px 31px;
            }

            .seats .flights-adaptive .flights.back:before {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .seats .flights-adaptive .flights div {
                margin-bottom: 10px;
            }

            .seats .flights-adaptive .flights span {
                font-family: 'houschka_rounded_altbold';
                font-weight: 700;
                color: #003365;
                font-size: 17px;
                margin-right: 7px;
            }

        .seats .flights-adaptive .arrow {
            width: 40px;
            height: 40px;
            background-color: #e3eef9;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            position: absolute;
            top: 6px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 18px 14px;
            -moz-background-size: 18px 14px;
            -webkit-background-size: 18px 14px;
            cursor: pointer;
        }

            .seats .flights-adaptive .arrow.left {
                background-image: url(../i/svg/arrows-dotted-left.svg);
                left: -50px;
            }

            .seats .flights-adaptive .arrow.right {
                background-image: url(../i/svg/arrows-dotted-right.svg);
                right: -50px;
            }

    .seats .right #continue {
        display: none;
        margin-top: 20px;
    }

    .seats .right .plane-seats {
        margin-top: 13px;
    }

    .seats .right .buttonWitHoutSeats {
        margin: 0 auto;
        width: 300px;
    }

    .seats .wing {
        width: 40px;
        left: -50px;
        margin-top: -186px;
    }

        .seats .wing.right {
            right: -50px;
        }


    #passengersList h3 {
        display: none;
    }

    .seats .bus {
        margin: 0 -20px 10px;
    }

    .registration.step-four .column-right {
        display: block;
        margin-top: 20px;
    }

    .pax .passenger.blue {
        background: transparent;
        position: relative;
    }

    .column-left .personal-companions {
        position: relative;
    }

        .column-left .personal-companions > p {
            margin-right: 10px;
            margin-left: 10px;
        }

        .column-left .personal-companions .addCompanion {
            background: none;
            color: #069bd7;
            font-weight: 700;
            font-size: 11px;
            border: 1px solid #cceaf7;
            position: absolute;
            z-index: 1;
            bottom: 60px;
            width: 100%;
            left: 0;
            line-height: 13px;
            height: auto;
            min-width: auto;
            padding: 13px 0;
        }

            .column-left .personal-companions .addCompanion .plus {
                display: none;
            }

    .addCompanion .personal-companions .column-left .title {
        float: none;
    }

    .personal-companions .passenger {
        position: relative;
        border-bottom: 0 !important;
    }

        .personal-companions .passenger:last-child {
            border-bottom: 1px solid #cceaf7 !important;
        }

        .personal-companions .passenger:before {
            position: absolute;
            content: "";
            left: 0px;
            top: 0;
            right: 0px;
            height: 1px;
            background: #cceaf7;
        }

        .personal-companions .passenger .bottom {
            border-top: 0 !important;
            text-align: center;
            padding: 10px 0 !important;
        }

        .personal-companions .passenger .addDocument {
            position: absolute;
            right: 0;
            bottom: 20px;
            width: 49%;
            background: transparent;
            border: 1px solid #b5dcf2;
            color: #069bd7;
            font-weight: 700;
        }

        .personal-companions .passenger .deleteDoc {
            width: 100% !important;
        }

        .personal-companions .passenger .buttons {
            width: 49%;
            float: left !important;
            margin-bottom: 20px;
        }

        .personal-companions .passenger .header {
            border-bottom: 0;
        }

        .personal-companions .passenger .maindoc {
            margin-top: 0px;
            margin-bottom: 20px;
            float: none;
        }

        .personal-companions .passenger .willhide {
            overflow: hidden;
            position: relative;
        }

        #content .personal-companions.pax-form .passenger .willhide {
            overflow: visible;
        }

    .personal-companions .bottom-buttons {
        margin: 0;
        position: relative;
    }

        .personal-companions .bottom-buttons .float-right {
            width: 42%;
            min-width: auto;
            float: right;
        }

    .personal-companions .line.half {
        width: 100%;
    }

    .personal-profile .section, .personal-bookings .section {
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 0;
    }

        .personal-profile .section.documents {
            margin-left: 0;
            margin-right: 0;
            border-top: 0;
        }

    .personal-profile p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-profile .section.profile-changePassword {
        position: relative;
    }

        .personal-profile .section.profile-changePassword:before {
            position: absolute;
            content: "";
            left: -30px;
            right: -30px;
            bottom: 0;
            height: 1px;
            background: #cceaf7;
        }

    .personal-profile .section .half, .personal-bookings .section .half.right,
    .personal-profile .section .quarter, .personal-bookings .section .quarter.right,
    .personal-profile .section .half, .personal-bookings .section .half,
    .personal-profile .section .quarter, .personal-bookings .section .quarter {
        float: none;
        width: auto;
        margin-right: 0;
    }

     .personal-profile .section .half, .personal-bookings .section .half.right .btn,
    .personal-profile .section .quarter, .personal-bookings .section .quarter.right .btn{
        width: 100%;
     }

        .personal-profile .section .half.document-select {
            width: 155px;
            float: left;
        }

    .personal-profile .section .document-section .line {
        width: 49%;
        float: right;
        margin-right: 0;
    }

        .personal-profile .section .document-section .line:first-child {
            float: left;
        }

    .personal-profile .section .column, .personal-bookings .section .column {
        width: auto;
        float: none;
    }

    .personal-profile .document-section .buttons {
        width: 45%;
        max-width: 140px;
    }

    .personal-profile .section .notice {
        margin-top: 10px;
    }

    .personal-profile .document-section .buttons .btn {
        width: 100% !important;
        font-size: 12px;
        margin-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pax-form .document-section:last-child .buttons {
        margin-right: 0px;
    }

    .pax-form .documents {
        margin-top: 19px;
    }

    .personal-profile.pax-form .maindoc {
        margin-top: 21px;
    }

    .personal-profile:not(.register-profile) .section.passenger .notice {
        margin-top: 76px;
    }

    .personal-profile .section.profile-changePassword .notice {
        display: none;
    }

    .profile-additionalInfo label {
        display: block;
        line-height: 1.2;
    }

    .profile-manage.bottom-buttons {
        margin-left: 10px;
        margin-right: 10px;
    }

        .profile-manage.bottom-buttons .btn {
            min-width: 135px;
        }

    .personal-profile .chzn-container {
        width: 100% !important;
    }

    .register-profile .documents {
        display: none;
    }

    .register-profile .bottom-buttons {
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }

        .register-profile .bottom-buttons:before {
            position: absolute;
            content: "";
            left: -30px;
            right: -30px;
            top: -27px;
            height: 1px;
            background: #ccebf7;
        }

    .register-profile .legend {
        margin: 0 0 20px;
    }

    .register-profile .additionalInformationContent {
        margin-bottom: 30px;
    }

    .register-profile .btn {
        width: 100%;
    }

    .registration .text {
        margin-left: 10px;
        margin-right: 10px;
    }

    .registration .personal-booking .flight-info {
        padding: 0;
        border: 0;
    }

    .registration .flight-info .head {
        padding: 20px 0 0 0;
        border: 0;
        position: relative;
    }

        .registration .flight-info .head:before {
            position: absolute;
            content: "";
            left: -20px;
            top: 0;
            right: -20px;
            height: 1px;
            background: #cceaf7;
        }

        .registration .flight-info .head .flight {
            float: none;
            margin-left: 50px;
        }

            .registration .flight-info .head .flight .city {
                max-width: 245px;
            }

        .registration .flight-info .head .plane {
            float: none;
            margin: -5px 0 0 0px;
        }

            .registration .flight-info .head .plane + .flight {
                margin-top: -9px;
            }

    .registration .flight-info .body {
        margin: 25px 0 0 0;
        padding: 28px 18px;
        border: 1px solid #cceaf7;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .registration .flight-info .body .line:last-child {
            margin: 0;
        }

    .registration .btn.float-left {
        min-width: 150px;
    }

    .registration .btn.float-right {
        min-width: 150px;
        font-weight: 700;
    }

    .registration .line.question .left {
        width: auto;
    }

    .registration .line.question .right {
        float: none;
        width: auto;
    }

        .registration .line.question .right .radio {
            margin-top: 10px;
        }

    .registration .notice {
        font-size: 12px;
    }

        .registration .notice br {
            display: none;
        }

    .registration .line .left {
        float: none;
        width: auto;
    }

    .registration .line:not(.question) .process,
    .registration .line:not(.question) .save {
        margin-top: 8px;
        float: none;
        width: auto;
        border: 1px solid #cceaf7;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        padding: 12px 0 12px 22px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.2;
    }

    .registration .line .save.confirm {
        border: 0;
    }

    .registration .line:not(.question) .save {
        padding-left: 10px;
        padding-right: 10px;
    }

    .registration .line:not(.question) .right.save img {
        margin-right: 5px;
    }

    .registration .line.question label {
        padding: 12px 0 10px !important;
        display: block;
        width: 70px;
        line-height: 1.2;
        font-weight: 700;
        font-size: 12px;
        color: #0098d6;
        text-align: center;
        border: 1px solid #cceaf7;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .registration .line.question label:before {
            display: none;
        }

        .registration .line.question label:after {
            display: none;
        }

    .registration .line.question input:checked + label {
        color: white;
        border: 1px solid #0098d6;
        background: #0098d6;
    }

    .registration .line.question .radio {
        margin-right: 10px !important;
    }

    .registration .column-right .btn {
        width: 150px;
        font-size: 12px;
    }

        .registration .column-right .btn.tr {
            width: 150px;
            font-size: 12px;
        }


    .personal-booking > h2 {
        float: none;
        text-align: left;
        margin-left: 0;
        width: auto;
    }

    .personal-booking .section.border-mobile {
        border-bottom: 1px solid #cceaf7;
    }

    .personal-booking .section.contacts {
        display: none;
    }

    .personal-booking .section.passengers {
        display: none;
    }

    .column-left .personal-booking > .body {
        border: 0;
    }

    .personal-booking .header {
        padding: 0 10px;
        border: 0;
    }

        .personal-booking .header .column {
            float: none;
            width: auto;
            margin-top: 15px;
        }

            .personal-booking .header .column h4 {
                display: inline-block;
                width: 170px;
            }

                .personal-booking .header .column h4 br {
                    display: none;
                }

            .personal-booking .header .column h3 {
                display: inline-block;
            }

        .personal-booking .header .barcode {
            float: none;
            margin: 0;
            text-align: center;
        }

    .personal-booking .flight-info {
        border: 1px solid #cceaf7;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-top: 20px;
    }

        .personal-booking .flight-info .head {
            padding: 20px 0px 0px 60px;
            position: relative;
        }

        .personal-booking .flight-info .flight-info-itinerary .head:before {
            height: 0px;
        }

        .personal-booking .flight-info .head:before {
            position: absolute;
            content: "";
            left: -20px;
            top: 0;
            right: -20px;
            height: 1px;
            background: #cceaf7;
        }

        .personal-booking .flight-info .head .flight {
            font-size: 17px;
        }

            .personal-booking .flight-info .head .flight ~ .flight {
                margin-top: 17px;
            }

        .personal-booking .flight-info .info {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #cceaf7;
            padding: 19px 0 15px;
            position: relative;
        }

            .personal-booking .flight-info .info .line {
                margin: 0;
                padding-left: 70px;
                position: relative;
            }

                .personal-booking .flight-info .info .line + .line {
                    margin-top: 15px;
                }

            .personal-booking .flight-info .info .union {
                display: none;
            }

            .personal-booking .flight-info .info .bus {
                margin-left: 0px;
                margin-right: 7px;
            }

            .personal-booking .flight-info .info .code {
                position: absolute;
                left: 20px;
                top: 25px;
            }

            .personal-booking .flight-info .info .direction-from {
                float: none;
                margin: 0;
                width: 75%;
                min-width: auto;
            }

            .personal-booking .flight-info .info .direction-to {
                float: none;
                padding: 0;
                width: 85%;
                background: transparent;
                margin-top: 5px;
            }

            .personal-booking .flight-info .info .time {
                position: absolute;
                margin: 0 !important;
                right: 25px;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

    .personal-booking .pass-info {
        padding: 0 20px;
        border: 0;
        margin: 0;
    }

        .personal-booking .pass-info .passenger {
            padding: 16px 0 0 0 !important;
            margin: 0;
        }

            .personal-booking .pass-info .passenger .name {
                float: none;
            }

            .personal-booking .pass-info .passenger .additional {
                float: none;
                margin-top: 10px;
            }

                .personal-booking .pass-info .passenger .additional .element {
                    float: none;
                    margin: 0 0 10px;
                    width: auto;
                    display: block;
                }

        .personal-booking .pass-info .baggage {
            margin: 10px 0 0 0;
            padding-bottom: 16px;
        }

            .personal-booking .pass-info .baggage .element {
                margin: 0 !important;
                width: auto;
                display: block;
            }

                .personal-booking .pass-info .baggage .element + .element {
                    margin-top: 9px !important;
                }

    .personal-booking .footer {
        padding: 19px 10px;
        position: relative;
    }

        .personal-booking .footer:before {
            position: absolute;
            content: "";
            right: 10px;
            top: 35px;
            width: 16px;
            height: 16px;
            background: url(../i/svg/ico-toggle.svg) center center no-repeat;
            background-size: 16px 16px;
        }

        .personal-booking .footer.open:before {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

        .personal-booking .footer .total {
            margin: 2px 0 0 0;
        }

    #content .footer-text {
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-booking .footer .info {
        float: none;
        width: auto;
    }

    .personal-booking .footer .total {
        float: none;
        width: auto;
    }

    .ticket-nav {
        margin-top: 8px;
        margin-bottom: 30px;
    }

        .ticket-nav.profile-menu {
            padding-top: 60px;
            border-top: 1px solid #b6ddf2;
            margin-bottom: 40px;
        }

    .ticket-nav__item {
        display: block;
        background: 10px 11px no-repeat;
        background-size: 16px 16px;
        border: 1px solid #cceaf7;
        text-transform: uppercase;
        padding: 12px 16px 12px 38px;
        line-height: 1.2;
        font-weight: 700;
        font-size: 12px;
        color: #2e9cd7;
        text-decoration: none !important;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

        .ticket-nav__item + .ticket-nav__item {
            margin-top: 10px;
        }

        .ticket-nav__item._manage {
            background-image: url(../i/svg/manage-booking.svg);
        }

        .ticket-nav__item._onlineRegistration {
            background-image: url(../i/svg/reg.svg);
        }

        .ticket-nav__item._addLuggage {
            background-image: url(../i/svg/baggage.svg);
        }

        .ticket-nav__item._addService {
            background-image: url(../i/svg/ExtrasServicesItem.svg);
        }

        .ticket-nav__item._choiseOfSeat {
            background-image: url(../i/svg/place.svg);
        }

        .ticket-nav__item._bookingFee {
            background-image: url(../i/svg/pay.svg);
        }

        .ticket-nav__item._bookingFee { 
        }

        .ticket-nav__item._savePDF {
            background-image: url(../i/svg/save.svg);
        }

        .ticket-nav__item._sendToEmail {
            background-image: url(../i/svg/mail.svg);
        }


    .column-left .personal-bookings p {
        margin-left: 10px;
    }

        .column-left .personal-bookings p br {
            display: none;
        }

    .personal-bookings .bookings {
        margin: 25px 0 0 0;
    }

        .personal-bookings .bookings .booking {
            background: transparent;
        }

    .personal-bookings .booking-head {
        display: none;
    }

    .personal-bookings .booking .num {
        position: absolute;
        left: 19px;
        top: 16px;
    }

    .personal-bookings .booking .purchaseDate {
       position: absolute;
       left: 19px;
       top: 60px;
    }

    .personal-bookings .booking .agent {
        position: absolute;
        left: 19px;
        top: 40px;
        max-width: 65px;
        overflow: hidden;
    }

     .personal-bookings .booking .status {
         position: absolute;
         left: 19px;
         top: 80px;
    }

        .personal-bookings .booking .num .wait {
            margin-top: 9px;
        }

    .personal-bookings .bookings .booking .top {
        padding: 0;
    }

    .personal-bookings .booking .line-dir {
        position: relative;
        margin: 0;
        padding: 14px 72px 15px 97px;
    }

        .personal-bookings .booking .line-dir + .line-dir:before {
            position: absolute;
            content: "";
            left: 107px;
            right: 20px;
            top: 0;
            height: 1px;
            background: #cceaf7;
        }

    .personal-bookings .booking .code {
        float: none;
        width: auto;
    }

        .personal-bookings .booking .code div {
            display: inline-block;
        }

    .personal-bookings .booking .direction-from {
        float: none;
        width: auto;
        margin-top: 10px;
    }

    .personal-bookings .booking .direction-to {
        float: none;
        width: auto;
        padding: 0;
        background: none;
        margin-top: 5px;
    }

    .personal-bookings .booking .click + .direction-to {
        margin-top: 10px;
    }

    .personal-bookings .booking .time {
        margin: 0;
        position: absolute;
        right: 29px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .personal-bookings .booking .bottom {
        display: none;
    }

    .personal-bookings .booking .transfer .line:first-child .direction-to {
        display: none;
    }

    .personal-bookings .booking .transfer .line.tw {
        display: block;
        margin-top: 15px;
    }

        .personal-bookings .booking .transfer .line.tw .code {
            display: none;
        }

        .personal-bookings .booking .transfer .line.tw .direction-from {
            display: none;
        }

    .personal-bookings .add-booking {
        margin-left: 10px;
        margin-right: 10px;
    }

        .personal-bookings .add-booking p {
            margin-left: 0;
        }

        .personal-bookings .add-booking h3 {
            color: #0098d6;
        }

        .personal-bookings .add-booking .float-left {
            width: auto;
            float: none;
        }

            .personal-bookings .add-booking .float-left input {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

        .personal-bookings .add-booking .float-right {
            margin-bottom: 20px;
        }

        .personal-bookings .add-booking .float-right, .personal-bookings .bottom-buttons {
            float: none;
        }

    .personal-bookings .section {
        padding-bottom: 0px;
    }

    .personal-bookings .bottom-buttons {
        border-top: 0;
        border-bottom: 1px solid #cceaf7;
        padding-bottom: 20px;
        width: 100%;
    }

        .personal-bookings .bottom-buttons input {
            width: 100%;
        }

    .personal-bookings.linkcustomer .bottom-buttons {
        border-bottom: 0;
    }

    .personal-bookings .add-booking .float-right .btn, .personal-bookings .bottom-buttons .btn {
        margin: 0;
        width: 100%;
        background: transparent;
        border: 1px solid #cceaf7;
        color: #0098d6;
        font-weight: 700;
    }

    .column-left .personal-login {
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-login .field {
        float: none;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-login .textDescription {
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-login .field + .field {
        margin-top: 19px;
    }

    .personal-login .bottom-buttons {
        padding: 0 0 30px 0;
        border-top: 0;
        border-bottom: 1px solid #cceaf7;
        margin-left: 10px;
        margin-right: 10px;
    }

        .personal-login .bottom-buttons + .bottom-buttons {
            border: 0;
        }

        .personal-login .bottom-buttons .btn {
            min-width: 135px;
        }

            .personal-login .bottom-buttons .btn.tr {
                min-width: 165px;
                margin-bottom: 30px;
                font-weight: 700;
            }

        .personal-login .bottom-buttons + .bottom-buttons .btn {
            width: 100%;
        }

    .personal-recover .float-right {
        float: none;
    }

    .personal-recover .bottom-buttons {
        border: 0;
    }

    .personal-recover .btn {
        width: 100%;
    }

    .personal-companions.pax .passengers {
        margin-top: 20px;
    }

    .personal-companions.pax p br {
        display: none;
    }


    .registration.step-four .column-right {
        display: block;
        margin-top: 20px;
    }

    .pax .passenger.blue {
        background: transparent;
        position: relative;
    }

    .personal-companions .column-left {
        position: relative;
    }

        .personal-companions .column-left > p {
            margin-right: 10px;
            margin-left: 10px;
        }

        .personal-companions .column-left .addCompanion {
            background: none;
            color: #069bd7;
            font-weight: 700;
            font-size: 11px;
            border: 1px solid #cceaf7;
            position: absolute;
            z-index: 1;
            bottom: -31px;
            width: 49%;
            left: 0;
            line-height: 13px;
            height: auto;
            min-width: auto;
            padding: 13px 0;
        }

            .personal-companions .column-left .addCompanion .plus {
                display: none;
            }

            .personal-companions .column-left .addCompanion .title {
                float: none;
            }

    .personal-companions .passenger {
        position: relative;
        border-bottom: 0 !important;
    }

        .personal-companions .passenger:last-child {
            border-bottom: 1px solid #cceaf7 !important;
        }

        .personal-companions .passenger:before {
            position: absolute;
            content: "";
            left: 0px;
            top: 0;
            right: 0px;
            height: 1px;
            background: #cceaf7;
        }

        .personal-companions .passenger .bottom {
            border-top: 0 !important;
            text-align: center;
            padding: 10px 0 !important;
        }

        .personal-companions .passenger .addDocument {
            position: absolute;
            right: 0;
            bottom: 20px;
            width: 60%;
            background: transparent;
            border: 1px solid #b5dcf2;
            color: #069bd7;
            font-weight: 700;
        }

        .personal-companions .passenger .deleteDoc {
            width: 75% !important;
        }

        .personal-companions .passenger .buttons {
            width: 49%;
            float: left !important;
            margin-bottom: 20px;
        }

        .personal-companions .passenger .header {
            border-bottom: 0;
        }

        .personal-companions .passenger .maindoc {
            margin-top: 10px;
            margin-bottom: 20px;
            float: none;
        }

        .personal-companions .passenger .willhide {
            overflow: hidden;
            position: relative;
        }

    .personal-companions .bottom-buttons {
        margin: 0;
        position: relative;
    }

        .personal-companions .bottom-buttons .float-right {
            width: 100%;
            margin-top: 45px;
            min-width: auto;
        }

    .personal-companions .line.half {
        width: 100%;
    }

    .personal-profile .section, .personal-bookings .section {
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 0;
    }

        .personal-profile .section.basicInformation {
            margin-bottom: 46px;
        }

    .personal-profile p {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .personal-profile .section.profile-changePassword {
        position: relative;
        padding-bottom: 20px;
    }

        .personal-profile .section.profile-changePassword:before {
            position: absolute;
            content: "";
            left: -30px;
            right: -30px;
            bottom: 0;
            height: 1px;
            background: #cceaf7;
        }

    .personal-profile .section .half, .personal-bookings .section .half {
        float: none;
        width: auto;
        margin-right: 0;
    }

        .personal-profile .section .half.document-select {
            width: 155px;
            float: left;
        }

    .personal-profile .section .document-section .line {
        width: 49%;
        float: right;
        margin-right: 0;
    }

        .personal-profile .section .document-section .line:first-child {
            float: left;
        }

    .personal-profile .section .column, .personal-bookings .section .column {
        width: auto;
        float: none;
    }

    .personal-profile .document-section .buttons {
        width: 45%;
        max-width: 140px;
    }

        .personal-profile .document-section .buttons .btn {
            width: 100% !important;
            font-size: 12px;
            margin: 0 0 19px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .pax-form .document-section:last-child .buttons {
        margin-right: 0px;
    }

    .pax-form .documents .buttons {
        float: left;
        clear: both;
    }

    .personal-profile.pax-form .maindoc {
        margin-top: 5px;
    }

        .personal-profile.pax-form .maindoc label {
            padding-left: 23px;
        }

    .personal-profile:not(.register-profile) .section.passenger .notice {
        margin-top: 76px;
    }

    .personal-profile .section.profile-changePassword .notice {
        display: none;
    }

    .personal-profile .addDocument {
        position: absolute;
        bottom: 19px !important;
        width: 45% !important;
    }

    .profile-additionalInfo label {
        display: block;
        line-height: 1.2;
    }

    .profile-manage.bottom-buttons .btn {
        min-width: 135px;
    }

    .personal-profile .chzn-container {
        width: 100% !important;
    }

    .personal-profile .datafirsttimenotice {
        margin-top: 20px;
    }

    .report-list .section {
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 0;
    }

    .report-list p {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .report-list .section.profile-changePassword {
        position: relative;
    }

        .report-list .section.profile-changePassword:before {
            position: absolute;
            content: "";
            left: -30px;
            right: -30px;
            bottom: 0;
            height: 1px;
            background: #cceaf7;
        }

    .report-list .section .half,
    .personal-login .half {
        width: 100%;
        margin-right: 0;
    }

        .report-list .section .half.document-select {
            width: 155px;
            float: left;
        }

    .report-list .section .document-section .line {
        width: 49%;
        float: right;
        margin-right: 0;
    }

        .report-list .section .document-section .line:first-child {
            float: left;
        }

    .report-list .section .column {
        width: auto;
        float: none;
    }

    .report-list .document-section .buttons {
        width: 45%;
        max-width: 140px;
    }

        .report-list .document-section .buttons .btn {
            width: 100% !important;
            font-size: 12px;
            margin-top: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .report-list.pax-form .maindoc {
        margin-top: 21px;
    }

    .report-list:not(.register-profile) .section.passenger .notice {
        margin-top: 76px;
    }

    .report-list .section.profile-changePassword .notice {
        display: none;
    }

    .report-list .addDocument {
        position: absolute;
        bottom: -50px !important;
        left: 0;
    }

    .report-list .chzn-container {
        width: 100% !important;
    }

    .register-profile .section {
        padding: 0;
    }

    .register-profile .documents {
        display: none;
    }

    .register-profile.bottom-buttons {
        margin-left: 10px;
        margin-right: 10px;
    }

        .register-profile .bottom-buttons:before {
            position: absolute;
            content: "";
            left: -30px;
            right: -30px;
            top: -27px;
            height: 1px;
            background: #ccebf7;
        }

    .register-profile .btn {
        width: 100%;
    }

    .registration .text {
        margin-left: 10px;
        margin-right: 10px;
    }

    .registration .flight-info {
        padding: 0;
        border: 0 !important;
    }

        .registration .flight-info .header {
            padding: 20px 0 0 0;
            border: 0;
            position: relative;
        }

            .registration .flight-info .header:before {
                position: absolute;
                content: "";
                left: -20px;
                top: 0;
                right: -20px;
                height: 1px;
                background: #cceaf7;
            }

            .registration .flight-info .header .flight {
                float: none;
                margin-left: 50px;
            }

            .registration .flight-info .header .plane {
                float: none;
                margin: -5px 0 0 0px;
            }

                .registration .flight-info .header .plane + .flight {
                    margin-top: -9px;
                }

        .registration .flight-info .body {
            margin: 25px 0 0 0;
            padding: 28px 18px;
            border: 1px solid #cceaf7;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

            .registration .flight-info .body .line:last-child {
                margin: 0;
            }

    .registration .btn.float-left {
        min-width: 150px;
    }

    .registration .btn.float-right {
        min-width: 150px;
        font-weight: 700;
    }

    .registration .line.question .left {
        width: auto;
    }

    .registration .line.question .right {
        float: none;
        width: auto;
        transform: initial;
    }

        .registration .line.question .right .radio {
            margin-top: 10px;
        }

    .registration .notice {
        font-size: 12px;
    }

        .registration .notice br {
            display: none;
        }

    .registration .line .left {
        float: none;
        width: auto;
    }

    .registration .line:not(.question) .process,
    .registration .line:not(.question) .save {
        margin-top: 8px;
        float: none;
        width: auto;
        border: 1px solid #cceaf7;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        padding: 12px 0 12px 22px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.2;
    }

    .registration .line .process.seat, .registration .line .confirm.seat {
        border: 0;
    }

    .registration .line:not(.question) .save {
        padding-left: 10px;
        padding-right: 10px;
    }

    .registration .line:not(.question) .right.save img {
        margin-right: 5px;
    }

    .registration .line .right.descrip {
        float: none;
        margin: 10px 0;
        width: 100%;
    }

    .registration .line.question label {
        padding: 12px 0 10px !important;
        display: block;
        width: 70px;
        line-height: 1.2;
        font-weight: 700;
        font-size: 12px;
        color: #0098d6;
        text-align: center;
        border: 1px solid #cceaf7;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .registration .line.question label:before {
            display: none;
        }

        .registration .line.question label:after {
            display: none;
        }

    .registration .line.question input:checked + label {
        color: white;
        border: 1px solid #0098d6;
        background: #0098d6;
    }

    .registration .line.question .radio {
        margin-right: 10px !important;
    }

    .registration .column-right .btn {
        width: 150px;
        font-size: 12px;
    }

        .registration .column-right .btn.tr {
            width: 150px;
            font-size: 12px;
        }


    .personal-booking > h2 {
        float: none;
        text-align: left;
        margin-left: 0;
        width: auto;
    }

    .personal-booking .icons {
        display: block;
    }

    .printIcon {
        display: none;
    }

    .personal-booking .section.contacts {
        display: none;
    }

    .ticket-nav__item.DownloadItineraryItemHold {
        background-image: url(../i/svg/DownloadItineraryItemHold.svg);
    }

    .ticket-nav__item.FFCN {
        background-image: url(../i/svg/FFCN.svg);
    }

    .personal-booking .section.passengers {
        display: none;
    }

    .personal-booking .column-left > .body {
        border: 0;
    }

    .personal-booking .header {
        padding: 0 10px;
        border: 0;
    }

        .personal-booking .header .column {
            float: none;
            width: auto;
            margin-top: 15px;
        }

            .personal-booking .header .column h4 {
                display: inline-block;
                width: 100px;
            }

                .personal-booking .header .column h4 br {
                    display: none;
                }

            .personal-booking .header .column h3 {
                display: inline-block;
            }

        .personal-booking .header .barcode {
            float: none;
            margin: 0;
            text-align: center;
        }

    .personal-booking .flight-info {
        border: 1px solid #cceaf7;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-top: 20px;
    }

        .personal-booking .flight-info .head {
            padding: 20px 0px 0px 60px;
            position: relative;
        }

            .personal-booking .flight-info .head .plane {
                margin: 0;
            }

            .personal-booking .flight-info .head .plane-container {
                width: 30px;
                margin: 0;
                position: absolute;
                left: 19px;
                top: 60px;
            }

                .personal-booking .flight-info .head .plane-container div:not(.plane) {
                    display: none;
                }

            .personal-booking .flight-info .head .flight {
                font-size: 17px;
                max-width: 100%;
                margin: 0;
                min-width: 100%;
            }

                .personal-booking .flight-info .head .flight .time {
                    float: none;
                    margin: 0;
                }

                .personal-booking .flight-info .head .flight ~ .flight {
                    margin-top: 17px;
                }

        .personal-booking .flight-info .info {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #cceaf7;
            padding: 19px 0 15px;
            position: relative;
        }

            .personal-booking .flight-info .info .line {
                margin: 0;
                padding-left: 70px;
                position: relative;
            }

                .personal-booking .flight-info .info .line + .line {
                    margin-top: 15px;
                }

            .personal-booking .flight-info .info .union {
                display: none;
            }

            .personal-booking .flight-info .info .code {
                position: absolute;
                left: 20px;
                top: 0;
            }

            .personal-booking .flight-info .info .direction-from {
                float: none;
                margin: 0;
                width: 75%;
                min-width: auto;
            }

            .personal-booking .flight-info .info .direction-to {
                float: none;
                padding: 0;
                width: 85%;
                background: transparent;
                margin-top: 5px;
            }

            .personal-booking .flight-info .info .time {
                position: absolute;
                margin: 0 !important;
                right: 25px;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

    .personal-booking .pass-info {
        padding: 0 20px;
        border: 0;
        margin: 0;
    }

        .personal-booking .pass-info .passenger {
            padding: 16px 0 0 0 !important;
            margin: 0;
        }

            .personal-booking .pass-info .passenger .name {
                float: none;
            }

            .personal-booking .pass-info .passenger .additional {
                float: none;
                margin-top: 10px;
            }

                .personal-booking .pass-info .passenger .additional span.element {
                    float: none;
                    margin: 0 0 10px;
                    width: auto;
                    display: block;
                }

        .personal-booking .pass-info .baggage {
            margin: 10px 0 0 0;
            padding-bottom: 16px;
        }

            .personal-booking .pass-info .baggage .element {
                margin: 0 !important;
                width: auto;
            }

                .personal-booking .pass-info .baggage .element + .element {
                    margin-top: 9px !important;
                }

    .personal-booking .footer {
        padding: 19px 10px;
        position: relative;
    }

        .personal-booking .footer:before {
            position: absolute;
            content: "";
            right: 10px;
            top: 35px;
            width: 16px;
            height: 16px;
            background: url(../i/svg/ico-toggle.svg) center center no-repeat;
            background-size: 16px 16px;
        }

        .personal-booking .footer.open:before {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

        .personal-booking .footer .total {
            margin: 2px 0 0 0;
        }

    #content .footer-text.mobile {
        display: block;
        color: #0098d6;
        font-size: 10px;
        line-height: 11px;
        margin: 26px 10px 20px;
    }

    .personal-booking .footer .info {
        float: none;
        width: auto;
    }

    .personal-booking .footer .total {
        float: none;
        width: auto;
    }

    .ticket-nav {
        margin-top: 8px;
        margin-bottom: 30px;
    }

    .ticket-nav__item {
        display: block;
        background: 10px 11px no-repeat;
        background-size: 16px 16px;
        border: 1px solid #cceaf7;
        text-transform: uppercase;
        padding: 12px 16px 12px 38px;
        line-height: 1.2;
        font-weight: 700;
        font-size: 12px;
        color: #2e9cd7;
        text-decoration: none !important;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

        .ticket-nav__item + .ticket-nav__item {
            margin-top: 10px;
        }

        .ticket-nav__item._onlineRegistration {
            background-image: url(../i/svg/reg.svg);
        }

        .ticket-nav__item._addLuggage {
            background-image: url(../i/svg/baggage.svg);
        }

        .ticket-nav__item._choiseOfSeat {
            background-image: url(../i/svg/place.svg);
        }

        .ticket-nav__item._bookingFee {
            background-image: url(../i/svg/pay.svg);
        }

        .ticket-nav__item._bookingFee { 
        }

        .ticket-nav__item._savePDF {
            background-image: url(../i/svg/save.svg);
        }

        .ticket-nav__item._sendToEmail {
            background-image: url(../i/svg/mail.svg);
        }

        .ticket-nav__item.CheckinItem {
            background-image: url(../i/svg/reg.svg);
        }

        .ticket-nav__item.ExtrasItem {
            background-image: url(../i/svg/baggage.svg);
        }

        .ticket-nav__item.ExtrasBaggageItem {
            background-image: url(../i/svg/baggage.svg);
        }

        .ticket-nav__item.ExtrasServicesItem {
            background-image: url(../i/svg/ExtrasServicesItem.svg);
        }

        .ticket-nav__item.SeatsItem {
            background-image: url(../i/svg/place.svg);
        }

        .ticket-nav__item.PassengerDetailsItem {
            background-image: url(../i/svg/PassengerDetailsItem.svg);
        }

        .ticket-nav__item.ChangeFlightsItem {
            background-image: url(../i/svg/ChangeFlightsItem.svg);
        }

        .ticket-nav__item.CancelFlightsItem {
            background-image: url(../i/svg/CancelFlightsItem.svg);
        }

        .ticket-nav__item.PaymentItem {
            background-image: url(../i/svg/pay.svg);
        }

        .ticket-nav__item.DownloadItineraryItem {
            background-image: url(../i/svg/save.svg);
        }

        .ticket-nav__item.DownloadBoardingPassesItem {
            background-image: url(../i/svg/save.svg);
        }

        .ticket-nav__item.ChangeMedicalServicesItem {
            background-image: url(../i/svg/ChangeMedicalServicesItem.svg);
        }

    .personal-bookings .column-left p {
        margin-left: 10px;
    }

        .personal-bookings .column-left p br {
            display: none;
        }

    .personal-bookings .bookings {
        margin: 25px 0 0 0;
    }

        .personal-bookings .bookings .booking {
            background: transparent;
        }

    .personal-bookings .booking-head {
        display: none;
    }

    .personal-bookings .booking .num {
        position: absolute;
        left: 19px;
        top: 16px;
    }

    .personal-bookings .booking .purchaseDate {
       position: absolute;
       left: 19px;
       top: 60px;
    }

    .personal-bookings .booking .agent {
        position: absolute;
        left: 19px;
        top: 40px;
        max-width: 65px;
        overflow: hidden;
    }

     .personal-bookings .booking .status {
         position: absolute;
         left: 19px;
         top: 80px;
    }

        .personal-bookings .booking .num .wait {
            margin-top: 9px;
        }

    .personal-bookings .bookings .booking .top {
        padding: 0;
    }

    .personal-bookings .booking .line-dir {
        position: relative;
        margin: 0;
        padding: 14px 72px 15px 97px;
    }

        .personal-bookings .booking .line-dir + .line-dir:before {
            position: absolute;
            content: "";
            left: 107px;
            right: 20px;
            top: 0;
            height: 1px;
            background: #cceaf7;
        }

    .personal-bookings .booking .code {
        float: none;
        width: auto;
    }

        .personal-bookings .booking .code div {
            display: inline-block;
        }

    .personal-bookings .booking .direction-from {
        float: none;
        width: auto;
        margin-top: 10px;
    }

    .personal-bookings .booking .direction-to {
        float: none;
        width: auto;
        padding: 0;
        background: none;
        margin-top: 5px;
    }

    .personal-bookings .booking .click + .direction-to {
        margin-top: 10px;
    }

    .personal-bookings .booking .time {
        margin: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .personal-bookings .booking .click {
        margin: 0 0 10px 0;
        position: relative;
        top: 5px;
    }

    .personal-bookings .booking .bus {
        margin: 0;
        position: relative;
        top: 5px;
        padding-left: 25px;
    }

    .personal-bookings .booking .bottom {
        display: none;
    }

    .personal-bookings .booking .transfer .line:first-child .direction-to {
        display: none;
    }

    .personal-bookings .booking .transfer .line.tw {
        display: block;
        margin-top: 15px;
    }

        .personal-bookings .booking .transfer .line.tw .code {
            display: none;
        }

        .personal-bookings .booking .transfer .line.tw .direction-from {
            display: none;
        }

    .personal-bookings .add-booking {
        margin-left: 10px;
        margin-right: 10px;
    }

        .personal-bookings .add-booking p {
            margin-left: 0;
        }

        .personal-bookings .add-booking h3 {
            color: #0098d6;
        }

        .personal-bookings .add-booking .float-left {
            width: auto;
            float: none;
        }

            .personal-bookings .add-booking .float-left input {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

        .personal-bookings .add-booking .float-right, .personal-bookings .bottom-buttons {
            float: none;
        }

            .personal-bookings .add-booking .float-right .btn, .personal-bookings .bottom-buttons .btn {
                margin: 0;
                width: 100%;
                background: #0098d6;
                border: none;
                color: #fff;
                font-weight: normal;
            }

    .column-left .personal-login {
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-login .field {
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: auto;
    }

        .personal-login .field + .field {
            margin-top: 19px;
        }

    .personal-login .bottom-buttons {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0 0 30px 0;
        border-top: 0;
        border-bottom: 1px solid #cceaf7;
    }

    .personal-profile .section .field {
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: auto;
    }

    .personal-login .bottom-buttons + .bottom-buttons {
        border: 0;
    }

    .personal-login .bottom-buttons .btn {
        min-width: 135px;
    }

        .personal-login .bottom-buttons .btn.tr {
            min-width: 165px;
            font-weight: 700;
        }

    .personal-login .bottom-buttons + .bottom-buttons .btn {
        width: 100%;
    }

    .personal-recover p, .personal-recover .field {
        margin-left: 10px;
        margin-right: 10px;
    }

    .personal-recover .float-right {
        float: none;
    }

    .personal-recover .bottom-buttons {
        margin-left: 10px;
        margin-right: 10px;
        border: 0;
    }

    .personal-recover .btn {
        width: 100%;
    }

    .column-left .personal-recover p {
        line-height: 17px;
        margin-bottom: 10px;
    }

    .personal-companions.pax .passengers {
        margin-top: 20px;
    }

    .personal-companions.pax p br {
        display: none;
    }

    .personal-register.success p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .linkBookingInfo {
        text-align: center;
        padding: 10px;
    }

        .linkBookingInfo .btn {
            height: 40px;
            font-size: 10px;
            font-weight: normal;
            line-height: 16px;
            padding: 0 10px;
        }

    .search-transaction .section .line {
        width: 100%;
    }

    #linkBookingPassengers {
        position: relative;
        text-align: left;
        margin-left: 30px;
    }

    .document .input-tooltip:after {
        right: 60px;
        left: auto;
    }

    .searchAgents .line {
        width: 100%;
        margin-left: 0 !important;
    }

    .searchAgents .btn {
        width: 145px;
    }

    .searchAgents .line.half.btn {
        width: 100%;
    }

    .resultSearchAgents {
        margin-left: 10px;
        margin-right: 10px;
    }

    .resultSearchAgents-table {
        margin-left: -30px;
        margin-right: -30px;
    }

    #btn-subAgentAmountOk {
        width: 100%;
        font-weight: 600;
        margin-top: 10px;
    }

        .resultSearchAgents-table span.name {
            display: block;
            font-weight: 700;
        }

        .resultSearchAgents-table th {
            vertical-align: top;
            border-bottom: 0;
        }

            .resultSearchAgents-table th.resultSearchAgents-username {
                width: 80px;
                padding-left: 30px;
                padding-right: 7px;
            }

            .resultSearchAgents-table th.resultSearchAgents-full-name {
                width: 258px;
            }

        .resultSearchAgents-table td {
            display: table-cell;
            vertical-align: top;
            font-size: 14px;
            padding: 8px 0;
            border-bottom: 0;
            border-top: 1px solid #cfecf8;
            vertical-align: middle;
        }

        .resultSearchAgents-table .no-mobile {
            display: none;
        }

        .resultSearchAgents-table td.resultSearchAgents-username {
            width: 80px;
            padding-left: 30px;
            padding-right: 7px;
        }

        .resultSearchAgents-table td.resultSearchAgents-full-name {
            width: 135px;
            padding-right: 0;
        }

        .resultSearchAgents-table td.resultSearchAgents-agent-amount {
            width: 170px;
            text-align: center;
            padding-right: 0px;
        }

        .resultSearchAgents-table td.resultSearchAgents-status {
            display: none;
        }

        .resultSearchAgents-table td.resultSearchAgents-view {
            text-align: right;
        }

        .resultSearchAgents-table td.resultSearchAgents-edit {
            text-align: center;
        }

        .resultSearchAgents-table td.resultSearchAgents-switch {
            padding-right: 10px;
        }

        .resultSearchAgents-table input[type="checkbox"] + label {
            margin-top: 7px;
        }


    .loader {
        width: auto;
        margin: 0 60px;
        line-height: 21px;
    }



    .oooouuuuuuuu:before {
        display: none;
    }

    .oooouuuuuuuu:after {
        height: 100px;
        background-size: 100px;
    }

    .oooouuuuuuuu {
        padding-bottom: 50px;
    }

    .oooouuuuuuuu-title {
        font-size: 40px;
    }

    .oooouuuuuuuu strong {
        font-size: 20px;
    }

    .oooouuuuuuuu p {
        font-size: 20px;
    }

    .goodOffers-allOffers {
        font-weight: 700;
        border: 1px solid rgba(0,152,214,.5);
        -webkit-border-radius: 20px;
        border-radius: 20px;
        text-decoration: none;
        padding: 9px 14px 8px;
        color: white !important;
        background: #0098d6;
        width: 90%;
        text-align: center;
        margin: 0px;
    }

    .changeflight-buttomback {
        position: absolute;
        margin-top: 2em !important;
    }

    .changeflight-buttomback-inner {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 2em;
    }

    .select .ticket .price .title .info-text {
        bottom: 81px;
    }

    .select .ticket .price[data-bundlessrcode="STD"] .title .info-text {
        left: 116px;
    }

        .select .ticket .price[data-bundlessrcode="STD"] .title .info-text:before,
        .select .ticket .price[data-bundlessrcode="STD"] .title .info-text:after {
            margin: inherit;
            left: 50px;
        }

    .select .ticket .price[data-bundlessrcode="PRE1"] .title .info-text {
        right: 0;
        left: inherit;
        transform: inherit;
    }

        .select .ticket .price[data-bundlessrcode="PRE1"] .title .info-text:before,
        .select .ticket .price[data-bundlessrcode="PRE1"] .title .info-text:after {
            left: initial;
            right: 45px;
        }

    .bundleTooltip h3 {
        white-space: initial;
    }
}

@media all and (max-width: 370px) {
    .select .ticket .price .inner {
        height: 86px !important;
        top: -87px !important;
    }

    .select .ticket .price.selected .inner {
        height: 89px !important;
        top: -87px !important;
    }

    .select .price.selected .info-button {
        top: 6px;
        right: 1px;
    }

    .select .price.refundable.selected .info-button {
        right: 2px;
    }

    .select .ticket .price .title {
        margin-top: 16px;
    }

    .personal-login .half {
        margin-left: 0;
    }

    .personal-login .line {
        margin-left: 0;
        margin-right: 0;
    }

    .personal-login .field {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .medinsurance .customDatePickerContainer {
        display: inline;
        margin-left: 25px;
        margin-top: 15px;
    }

    .phone .ui-datepicker-inline {
        width: auto !important;
    }

    .phone .ui-datepicker-group {
        margin-left: 7px;
    }

        .phone .ui-datepicker-group + .ui-datepicker-group {
            margin-left: -20px;
        }

            .phone .ui-datepicker-group + .ui-datepicker-group .ui-datepicker-title,
            .phone .ui-datepicker-group + .ui-datepicker-group .ui-datepicker-calendar {
                display: none !important;
            }

    .phone .ui-datepicker-prev {
        position: absolute;
        left: 15px;
        top: 13px;
        background: #e3eef9 url(http://pobeda.aero/media/img/arrow-left.svg) center center no-repeat !important;
        background-size: 21px 15px !important;
        margin-right: 0;
        float: none;
        width: 40px;
        height: 40px;
        transform: none !important;
    }

    .phone .ui-datepicker-next {
        position: absolute;
        right: 33px;
        top: 13px;
        background: #e3eef9 url(http://pobeda.aero/media/img/arrow-right.svg) center center no-repeat !important;
        background-size: 21px 15px !important;
        margin-right: 0;
        float: none;
        width: 40px;
        height: 40px;
        transform: none !important;
    }

        .phone .ui-datepicker-prev.ui-state-disabled,
        .phone .ui-datepicker-next.ui-state-disabled {
            display: none;
        }

    .phone .date-picker-calendar {
        padding: 26px 10px 0;
        position: fixed;
        min-width: 320px;
        left: 50% !important;
        top: 50% !important;
        transform-origin: center center;
        transform: translate(-50%, -50%) scale(1.5);
        z-index: 300;
    }

        .phone .date-picker-calendar:before {
            position: fixed;
            left: -9999px;
            top: -9999px;
            right: -9999px;
            bottom: -9999px;
            background: black;
        }

    .phone .header-form__noreturn {
        text-align: center;
    }

    .phone .datepicker-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,152,214,0.8);
        display: none;
        z-index: 299;
        margin-top: 0 !important;
    }

    .phone .header-form__noreturn-button {
        font-weight: 700;
    }

    .phone .calendar-close {
        background: white;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        height: 28px;
        line-height: 30px;
        color: #0098d6;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        display: none;
        cursor: pointer;
        border-radius: 30px;
        font-weight: 700;
        margin-left: -10px;
    }

    .phone .customDatePickerContainer._calendar > span::before {
        width: 27px;
        height: 27px;
        background-size: 27px 27px;
        right: 32px;
        bottom: 23px;
    }

    .phone .customDatePickerContainer._calendar._white > span::before {
        bottom: 12px;
    }
}

@media screen and (max-width: 375px) {
    .phone .date-picker-calendar {
        max-width: 320px;
        transform: translate(-50%, -50%) scale(1);
    }

    .phone .customDatePickerContainer div.date-picker-calendar {
        top: 50% !important;
    }

        .phone .customDatePickerContainer div.date-picker-calendar:before {
            display: none !important;
        }
}


.chzn-container .chzn-results,
.chzn-container .chzn-results .jspContainer,
.chzn-container .chzn-results .jspPane {
    width: 100% !important;
}

.pax .passenger .column .float-right,
.pax .passenger .column .float-left,
.pax .passenger .line.half .float-right,
.pax .passenger .line.half .float-left {
    width: 49%;
}

.pax .passenger .column .doc-select,
.pax .passenger .column .doc-select + .chzn-container,
.pax .passenger .column .citizenship,
.pax .passenger .column .citizenship + .chzn-container,
.pax .passenger .column .doc-input {
    width: 100% !important;
}

.personal-profile .section .bday,
.pax .passenger .column .bday,
.pax .passenger .column .bday + .chzn-container {
    width: 29% !important;
    margin-right: 2%;
}

.personal-profile .section .bmonth,
.pax .passenger .column .bmonth,
.pax .passenger .column .bmonth + .chzn-container {
    width: 38% !important;
    margin-right: 1%;
}

.personal-profile .section .byear,
.pax .passenger .column .byear,
.pax .passenger .column .byear + .chzn-container {
    width: 29% !important;
    margin-right: 0%;
    float: right;
}

.report-list .section .bday,
.pax-form .passenger .bday,
.pax .passenger .bday,
.personal-login .bday {
    width: 29% !important;
    margin-right: 2%;
}

.report-list .section .bmonth,
.pax-form .passenger .bmonth,
.pax .passenger .bmonth,
.personal-login .bmonth {
    width: 38% !important;
    margin-right: 1%;
}

.report-list .section .byear,
.pax-form .passenger .byear,
.pax .passenger .byear,
.personal-login .byear {
    width: 29% !important;
    margin-right: 0%;
    float: right;
}

    .pax .passenger .bday > .chzn-container,
    .pax .passenger .bmonth > .chzn-container,
    .pax .passenger .byear > .chzn-container {
        width: 100% !important;
    }


.passengerListBodyButtons {
    padding: 25px;
}

.footer-nav._open {
    z-index: 9999;
}

.footer-nav__ext [data-item=fullversion]:before {
    background-image: url(../i/svg/icon-fullversion.svg) !important;
}

.footer-nav__ext [data-item=language]:before {
    background-image: url(../i/svg/icon-language.svg) !important;
}


@media (max-width: 768px) {

    .pax.noMargin .info {
        margin-left: 0;
        margin-right: 0;
    }

    .stationsavailabilitynotice {
        text-align: left;
        margin-top: -1em;
    }

    .box-media_content {
        display: block;
        padding-left: 0px;
    }

    .box-media .box-media_img {
        float: left;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .box-media .box-media_content h3 {
        text-align: center;
    }

    #FareLockComponent .title, .box-media .box-media_content p {
        text-align: center;
    }

    .box-media .box-media_footer .box-media_footer_text,
    .box-media .box-media_footer .box-media_footer_img {
        display: block;
        text-align: center;
    }

    .box-media .box-media_footer .box-media_footer_img {
        margin-right: 0;
        margin-bottom: 20px;
    }


    .box-media-service {
        text-align: center;
    }

        .box-media-service .box-media_img {
            display: block !important;
            margin-bottom: 15px;
        }

        .box-media-service .box-media_footer .box-media_footer_text, .box-media-service .box-media_footer .box-media_footer_img {
            display: block !important;
            width:auto !important;
        }

    .service-block .select {
        width: 100%;
        padding-left: 0 !important;
    }

    .service-block .select:nth-child(2) {
        margin-left: 0 !important;
    }

    .service-block.info-section .select .header {
        border-bottom: none !important;
    }

    .service-block .select .header {
        background: url(../i/svg/plane.svg) no-repeat left center;
        background-size: 31px 31px;
        -moz-background-size: 31px 31px;
        -webkit-background-size: 31px 31px;
        padding-left: 64px !important;
        background-position: 20px 15px;
        padding-bottom: 26px !important;
        border-bottom: 1px solid #cceaf7;
        margin: 0 -20px 1px !important;
    }

        .service-block .select .header span.price {
            float: none;
        }

        .service-block .select .header span.alignAloneOW {
            float: right !important;
        }

    .service-block.info-section .select .header .line {
        margin-left: 0;
    }

    .service-block .select .header img {
        display: block;
        visibility: hidden;
        height: 13px;
    }

    .baggage-passenger.baggage-passenger_block .header {
        padding: 0 0 20px 0;
    }

    .baggage_section {
        width: 100%;
        margin-bottom: 20px;
    }

        .baggage_section .baggage_section-content.paddingRight5 {
            padding-right: 0;
        }

    .baggage-passenger_block.single-trip .baggage_item {
        width: 100%;
    }

    .baggage-passenger_block .baggage_section:first-of-type .baggage_item .info-text,
    .baggage-passenger_block .baggage_section:first-of-type + .baggage_section .baggage_item .info-text {
        width: 207%;
        left: -9px;
    }

    .baggage-passenger_block.single-trip .baggage_item:nth-child(odd) .baggage_item_price {
        right: 0;
    }

    .baggage-passenger_block .baggage_section:first-of-type + .baggage_section .baggage_item .info-text .arrow {
        left: 13px;
    }
}

@media (max-width: 740px) {
    .strongBorder {
        border-right-width: 0;
        border-left-width: 0;
    }

    .baggage-flight .select {
        margin-bottom: 0;
    }

        .baggage-flight .select .header {
            padding-left: 34px !important;
            padding-bottom: 0 !important;
            margin: 0 0 14px 0 !important;
            background: url('../i/svg/plane.svg') no-repeat left center;
            background-position: left 14px;
            border-bottom: 0;
            background-size: 24px 24px;
            -moz-background-size: 24px 24px;
            -webkit-background-size: 24px 24px;
        }

    .baggage-passenger {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .pax .info .total {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .blueBorder, strongBorder, .warningBorder {
        border-style: none !important;
    }

    .box-media-service .box-media_footer .box-media_footer_text,
    .box-media-service .box-media_footer .box-media_footer_img {
        margin-bottom: 10px;
    }
    .personal-profile .bottom-buttons {
        margin: 14px 0;
    }
    .personal-profile .bottom-buttons .btn.tr {
        position: relative;
        top: 0;
    }
    .personal-profile .bottom-buttons .btn:not(.tr) {
        margin: 0 0 14px 0;
    }
    .personal-profile .bottom-buttons .btn.tr.secondary {
        margin-top: 14px;
    }
    .coupon-widget {
        padding: 15px 3px 3px;
    }
}

@media (max-width: 700px) {


    .baggage-flight .baggage-flight_list .disclaimerSsrRight {
        width: 45%;
        float: right;
        margin-right: -13px;
    }

    .baggage-flight {
        display: block;
        width: 99%;
        margin: 0;
    }

        .baggage-flight .baggage-flight_list {
            border-bottom: 1px solid #cceaf7;
            margin-bottom: 20px;
            padding-bottom: 15px;
        }

            .baggage-flight .baggage-flight_list .cf.display {
                display: none;
            }

        .baggage-flight .select {
            width: 100%;
            margin-bottom: 0;
        }

            .baggage-flight .select .header {
                padding-left: 58px !important;
                border-bottom: 0;
            }

        .baggage-flight .baggage_desc {
            width: calc(60% - 34px);
            margin-left: 34px;
        }

    .baggage-flight-back .baggage_desc {
        display: inline-block;
    }

    .baggage-flight .baggage_qty {
        width: 40%;
        text-align: right;
    }

    .baggage-flight .baggage-flight_list {
        border-bottom: 0;
        margin-bottom: 0;
    }


        .baggage-flight .baggage-flight_list .cf.display {
            display: none;
        }

        .baggage-flight .baggage-flight_list .disclaimerSsr {
            width: 45%;
            float: right;
            margin-right: -13px;
        }

        .baggage-flight .baggage-flight_list .disclaimerSsrOw {
            width: 45%;
            float: right;
            margin-right: -13px;
        }

    .baggage-flight-back {
        margin-top: 24px;
    }

    .baggage-flight-oneway .baggage-flight_list li {
        width: 100%;
    }

    .baggage_qty .baggage_qty_price {
        margin-right: 0;
    }

    .pax .info.baggage .info-text {
        left: -44px;
        width: 177% !important;
    }

        .pax .info.baggage .info-text .arrow {
            left: 48px;
        }
}

@media (max-width: 585px) {
    .datepicker-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,152,214,0.8);
        display: none;
        z-index: 299;
        margin-top: 0 !important;
    }

    .calendar-close {
        background: white;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        height: 28px;
        line-height: 30px;
        color: #0098d6;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        display: none;
        cursor: pointer;
        border-radius: 30px;
        font-weight: 700;
        margin-left: -10px;
    }

    .ui-datepicker-calendar {
        transform: translate(-3%, 1%) scale(1);
    }

    .date-picker-calendar {
        padding: 26px 10px 0;
        position: fixed;
        left: 50% !important;
        top: 50% !important;
        transform-origin: center center;
        transform: translate(-50%, -50%) scale(1.5);
        z-index: 300;
        max-width: 320px;
        transform: translate(-50%, -50%) scale(1);
    }

        .date-picker-calendar:before {
            position: fixed;
            left: -9999px;
            top: -9999px;
            right: -9999px;
            bottom: -9999px;
            background: black;
        }
}

@media (max-width: 500px) {
    .baggage-flight .baggage_desc {
        width: calc(50% - 34px);
        margin-left: 34px;
    }

    .baggage-flight .baggage_qty {
        width: 50%;
    }

    .pax .info.baggage .info-text {
        width: 224% !important;
    }
}

@media (max-width: 480px) {
    .select .tickets .ticket .price.selected .inner {
        width: 33.33333%;
    }

    .service-block .select .header span.price {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .service-block .select .header img {
        display: block;
        visibility: hidden;
        height: 13px;
    }
}
@media (max-width: 767px) {
    .column-left .select .tickets-section > .tickets .ticket {
        display: flex;
    }

    .column-left .select .tickets-section > .tickets .ticket.selected .direction {
        color: #0f9dd8;
        box-sizing: border-box;
    }
}

    @media (max-width: 370px) {
        .baggage-flight .baggage_desc {
            width: 40%;
            margin-left: 0;
        }

        .baggage-flight .baggage_qty {
            width: 60%;
            text-align: right;
        }

        .baggage_qty .baggage_qty_price {
            margin-left: 10px;
        }

        .pax .info.baggage .info-text {
            width: 232% !important;
            left: -13px;
        }

            .pax .info.baggage .info-text .arrow {
                left: 16px;
            }
    }

    @media (max-width: 360px) {
        .ui-datepicker-calendar {
            transform: translate(-11%, 1%) scale(0.8);
        }

        .date-picker-calendar {
            max-width: 255px;
            transform: translate(-50%, -50%) scale(0.98);
        }
    }

    .disclaimerCheckin {
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border: 3px solid #0098d6;
        padding: 5px;
    }

.tooltipUmnr {
    bottom: 52px;
    top: inherit !important;
}

@media all and (max-width: 740px) {
    .resultCurrency-table th.resultCurrency-currency {
        padding-left: 0px;
        padding-right: 0px;
        width: 158px;
        min-width: 158px;
    }
    .container-amounts {
        justify-content: initial;
    }
}