
/* ------ Скопированные стили Размещения сидений для одного автобуса ДЛЯ НАГЛЯДНОСТИ -------- */
.places{
    /*overflow: hidden;*/
    overflow: auto;
    /*transform: rotate(-90deg);*/
    padding: 10px 15px;
    border: 2px solid #c6c6c6;
    border-radius: 10px;
    /*position: relative;
    left: 50%;
    clear:both;*/
}

.placeMercedes46{
    width: 195px;
    margin-left_: -93px;
    margin-top_: -105px;
    margin-bottom: -100px;
}

.places .head_bus{
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c6c6c6;
}
.placeMercedes70.places .head_bus
{
    margin-bottom: 15px;
}
.line_seats .item_place:not(.helm){
    position: relative;
    width: 23px;
    height: 23px;
    margin: 3px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    /*transform: rotate(90deg);*/
}
.line_seats .helm{
    position: relative;
    width: 44px;
    height: 23px;
    margin: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.line_seats .helm:before{
    position: absolute;
    content: '';
    height: 32px;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/images/helm.png)no-repeat center center;
    /*transform: rotate(90deg);*/
}
.line_seats .item_place label,
.line_seats .item_place input[type="checkbox"]{
    background-color: #a2a2a2;
    border: 1px solid #898989;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-size: 15px;
}
.line_seats .item_place input[type="checkbox"] {
    visibility: hidden;
}
.line_seats .item_place.free label{
    background-color: #fff;
    color: #a2a2a2;
    cursor: pointer;
}
.line_seats .item_place.free input[type="checkbox"]:checked+label{
    /*background-color: #49c4c4;*/
    background-color: #6ba3e2;
    color: #fff;
}
.placeEtalon .line_seats .item_place:nth-child(3).empty{
    width: 10px;
}
.short_place{
    color: #bbbbbb;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
/* ------ Скопированные стили Размещения сидений для одного автобуса ДЛЯ НАГЛЯДНОСТИ END -------- */

.orderTwo__itemCont {
    padding-top: 27px;
    padding-bottom: 35px;
    padding-right: 72px;
    padding-left: 82px;
    border-bottom: 1px solid #e6e6e6;
}

.orderTwo__placesWrap {
    height: 230px;
    margin-bottom: 27px;

    text-align: -webkit-center!important;
    text-align: center!important;
}

.orderTwo__placesWrap .places {
    border: 1px solid #c8d0d5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 13px !important;
    padding-top: 13px !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*top: -50% !important;*/
    top: 0 !important;
}

.orderTwo__placesWrap .line_seats .helm:before {
    position: absolute;
    content: '';
    height: 35px !important;
    width: 28px !important;
    top: -8px;
    left: auto !important;
    right: 0 !important;
    width: 100%;
    /*background: url(/images/order/helm.svg)no-repeat center center;*/
    background: url(https://1.sdev.inbus.com.ua/frame/img/helm.png)no-repeat center center;
    /*transform: rotate(90deg);*/
}

.orderTwo__placesWrap .places .head_bus {
    border-bottom: 1px solid #c8d0d5 !important;
    margin-bottom: 10px !important;
}

.orderTwo__placesWrap .line_seats .item_place:not(.helm) {
    width: 23px !important;
    height: 23px !important;
    margin: 0 !important;
}

.orderTwo__placesWrap .line_seats .item_place {
    float: left;
}

.orderTwo__placesWrap .line_seats .item_place:not(.helm):not(:last-child) {
    margin-right: 8px !important;
}

.orderTwo__placesWrap .line_seats:after {
    content: "";
    display: table;
    clear: both;
}

.orderTwo__placesWrap .line_seats:not(:last-child) {
    margin-bottom: 7px;
}

.orderTwo__placesWrap .line_seats:not(.head_bus) {
    margin-left: 2px;
}

.orderTwo__placesWrap .line_seats .item_place label,
.orderTwo__placesWrap .line_seats .item_place input[type="checkbox"] {
    border: 1px solid #c8d0d5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;

    font-family: "latolight", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #6a7880;
}

.orderTwo__placesWrap .line_seats .item_place.free input[type="checkbox"]:checked+label {
    /*background-color: #00cecd;*/
    background-color: #6ba3e2;
    color: #fff;
    /*border-color: #00cecd !important;*/
    border-color: #6ba3e2 !important;
}

.orderTwo__placesWrap .line_seats .item_place.busy label {
    background-color: #406186 !important;
    border-color: #406186 !important;
    color: #fff !important;
}

.orderTwo__placesWrap .line_seats .item_place.helm {
    text-align: right;
}

.orderTwo__placesWrap.placeEtalon__wrap {
    height: 200px;
}

.orderTwo__placesWrap .placeEtalon{
    width: 178px;
    margin-left_: -77px;
    margin-top_: -70px;
    margin-bottom: -60px;
    top_: -46px !important;
}

.orderTwo__placesWrap.placeMercedes46__wrap {
    height: 230px;
}

.orderTwo__placesWrap .placeMercedes46{
    width: 210px;
    margin-left_: -109px;
    margin-top: 0;
    margin-bottom: 0;

    top_: -90px !important;

}

.orderTwo__placesWrap.placeMercedes70__wrap {
    height: 230px;
}

.orderTwo__placesWrap .placeMercedes70{
    width: 210px;
    margin-left_: -109px;
    margin-left_: -109px;
    margin-top: 0;
    top_: -73% !important;
}

.orderTwo__placesWrap .placeMercedes{
    width: 144px;
    margin-left_: -70px;
    margin-top_: -60px;
    margin-bottom: -50px;
}




















.orderTwo__placesNoteWrap:after {
    content: "";
    display: table;
    clear: both;
}

.orderTwo__placesNoteText {
    float: left;

    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.orderTwo__placesNoteWrap>ul:after {
    content: "";
    display: table;
    clear: both;
}

.orderTwo__placesNoteWrap>ul {
    float: right;
}

.orderTwo__placesNoteWrap>ul>li {
    float: left;
    margin-right: 17px;
}

.orderTwo__placesNoteWrap>ul>li:last-child {
    margin-right: 0;
}

.orderTwo__placesNoteWrap>ul>li>span {
    vertical-align: middle;
}

.orderTwo__placesNoteWrap>ul>li>span:first-child {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    margin-right: 7px;
}

.orderTwo__placesNoteWrap>ul>li:first-child>span:first-child {
    background: url(/images/order/rect-1.svg) no-repeat 0 0;
}

.orderTwo__placesNoteWrap>ul>li:last-child>span:first-child {
    background: url(/images/order/rect-2.svg) no-repeat 0 0;
}

.orderTwo__placesNotQnty {
    clear: both;
    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #707070;
    padding-top: 7px;
}




.orderTwo__placesNoteWrap_2 {
    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #6a7880;
}





.orderTwo__itemFooter {
    padding: 28px 75px 36px 82px;
}

.orderTwo__itemFooterInner:after {
    content: "";
    display: table;
    clear: both;
}

.orderTwo__note {
    float: left;
    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.orderTwo__note>span:first-child {
    width: 20px;
    height: 19px;
    -webkit-background-size: 20px 19px;
    background-size: 20px 19px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.orderTwo__note.e-ticket>span:first-child,
.orderThree__note.e-ticket>span:first-child,
.searchPage__footer__note.e-ticket>span:first-child {
    background: url(/images/order/plan.svg) no-repeat 0 0;
}

.orderTwo__note.paper-ticket>span:first-child,
.orderThree__note.paper-ticket>span:first-child,
.searchPage__footer__note.paper-ticket>span:first-child {
    background: url(/images/searchPage/plan.svg) no-repeat 0 0;
}

.orderTwo__note>span:last-child {
    width: 14px;
    height: 14px;
    background: url(/images/searchPage/question.svg) no-repeat 0 0;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.orderTwo__itemFooterDel {
    float: right;
    font-family: "latobold", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #406186;
    text-decoration: underline;
}


/* ------ */
.orderTwo__sumWrap {
    background-color: #d8dee2;
    padding: 27px 50px 32px 55px;
    position: relative;
    margin-bottom: 33px;
}

.orderTwo__sumWrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 82px;
    left: -11px;
    border: 12px solid transparent;
    border-right-color: #d8dee2;
    -webkit-transform: translateX( -50% ) translateY( -50% );
    -moz-transform: translateX( -50% ) translateY( -50% );
    -ms-transform: translateX( -50% ) translateY( -50% );
    -o-transform: translateX( -50% ) translateY( -50% );
    transform: translateX( -50% ) translateY( -50% );
}

.orderTwo__sumHeader {
    padding-bottom: 6px;
}

.orderTwo__sumHeader>ul {
    display: table;
    width: 100%;
}

.orderTwo__sumHeader>ul>li {
    display: table-row;
}

.orderTwo__sumHeader>ul>li>span {
    display: table-cell;

    padding-top: 3px;
    padding-bottom: 3px;

    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #2a4768;

    position: relative;
}

.orderTwo__sumHeader>ul>li>span:first-child {
    text-align: left;
}

.orderTwo__sumHeader>ul>li>span:last-child {
    text-align: right;
}

.orderTwo__sumQty>span:last-child {
    padding-right: 26px;
    -webkit-background-size: 12px 18px;
    background-size: 12px 18px;
    background: url(/images/order/ticket_wt_gr.svg) no-repeat 100% center;
}

.orderTwo__sumFooter>ul {
    display: table;
    width: 100%;
}

.orderTwo__sumFooter>ul>li {
    display: table-row;
}

.orderTwo__sumFooter>ul>li>span {
    display: table-cell;
    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 1.1;
    white-space: nowrap;
    color: #2a4768;
    padding-bottom: 14px;
    padding-top: 14px;
}

.orderTwo__sumFooter>ul>li>span:first-child {
    text-align: left;
}

.orderTwo__sumFooter>ul>li>span:last-child {
    text-align: right;
}
/* ------ */

.orderTwo__sumFormWrap {
    border-top: 1px solid #b7c0c6;
    padding-top: 30px;
}

.orderTwo__sumFormInner:after {
    content: "";
    display: table;
    clear: both;
}

.orderTwo__sumFormItem {
    float: left;
    width: 48%;
}

.orderTwo__sumFormTable>.form-group {
    margin-bottom: 18px;
    position: relative;
}

.orderTwo__sumFormTable .form-group .qstn {
    position: absolute;
    top: 25px;
    right: 18px;
}

.orderTwo__sumFormTable>.form-group>.form-control {
    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #6f6f6f;
    border: 1px solid #b7c0c6;
}

.orderTwo__sumFormItem:not(:last-child) {
    margin-right: 4%;
}


/* ------------------------>>>  <<<------------------------------------------------- */
.mainTabs.inside .mainTabs__checkbox {
    display: none;
}

.mainTabs__checkbox label {
    position: relative;
    cursor: pointer;

    font-family: "latoregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #fff;

    display: inline-block !important;
}
.mainTabs__checkbox label::-moz-selection {
    background: transparent;
}

.mainTabs__checkbox label::selection {
    background: transparent;
}

.mainTabs__checkbox input[type="checkbox"] + span {
    background: url(/images/checkbox.jpg) no-repeat -16px 0;
    content: "";
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    margin-right: 6px;
}

.mainTabs__checkbox input[type="checkbox"] + span::after {
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.mainTabs__checkbox input[type="checkbox"]:checked + span {
    background-position: 0px 0px;
}

.mainTabs__checkbox input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.mainTabs__checkbox {
    padding-top: 13px;
}

@media (min-width: 751px) {
    .mainTabs:not(.inside) .mainTabs__contentInner .mainTabs__checkbox .form-group label {
        position: static;
        top: auto;
        left: auto;
    }

    .mainTabs:not(.inside) .mainTabs__contentInner .mainTabs__checkbox .form-group {
        padding-top: 0;
    }
}

/* ------------------------>>>  End <<<------------------------------------------------- */




.line_seats .helm{
    position: relative;
    width: 44px;
    height: 23px;
    margin: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.line_seats .helm:before{
    position: absolute;
    content: '';
    height: 32px;
    top: 0;
    left: 0;
    width: 100%;
    background: url(https://1.sdev.inbus.com.ua/frame/img/helm.png)no-repeat center center;
    transform: rotate(90deg);
}


.client-data{
    padding-left: 10!important;
    padding-right: 0!important;
    width: 100%!important;
    max-width: 100%!important;
}