HTML, BODY {
    margin: 0;
    padding: 0;
}

INPUT:focus {
    outline: none !important;
}

.block__form {
    position: relative;
    vertical-align: top;
    display: block;
    width: 640px;
    height: 270px;
    padding: 5px 0;
    margin: 0;
    box-sizing: border-box;
}
.block__form * {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
}
.b-form__wrap {
    margin: 0;
    padding: 0;
}
.b-form__tab {
    height: 48px;
    width: 200px;
    margin: 0;
    padding: 0;
    color: #353535;
    font: normal 21px/48px Trebuchet MS, Arial, sans-serif;
    text-align: center;
    background: #e9f5fa;
    border: none;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}
.b-form__ico {
    width: 28px;
    height: 26px;
    margin: 11px 10px 11px 0;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -491px 0 transparent no-repeat;
}
.b-form__link {
    position: absolute;
    top: 5px;
    left: 200px;
}
.b-form__img {
    width: 440px;
    height: 48px;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") 0 -50px transparent no-repeat;
}

.b-form__wrap {
    padding: 25px 20px;
    margin: 0 ;
    font-size: 0;
    background: #e9f5fa;
    border-radius:  0 0 7px 7px;
}
.b-form__item._block {
    display: block;
    height: 1px;
}
.b-form__label {
    position: relative;
    padding-bottom: 21px;
}
.b-form__label._city {
    width: 174px;
    margin: 0 9px 0 0;
}
.b-form__label._date {
    width: 115px;
    margin: 0 2px 0 0 ;
}
.b-form__label._cost {
    width: 115px;
    margin: 0 20px 0 0 ;
}
.b-form__city {
    position: absolute;
    color: #696888;
    font: normal 16px/37px Trebuchet MS, Arial, sans-serif;
    top: 0;
    left: 125px;
}
.b-form__input {
    display: block;
    width: 100%;
    height: 37px;
    margin: 0;
    padding: 0;
    color: #000;
    font: normal 16px/37px Trebuchet MS, Arial, sans-serif;
    border-radius: 37px;
    background: none center #FFF no-repeat;
    border: 1px solid #d0e4ed;
}
.b-form__input._city {
    padding: 0 0 0 18px;
}
.b-form__input._date {
    padding: 0 0 0 38px;
}
.b-form__input._cost {
    padding: 0;
    text-align: center;
}
.b-form__ico {
    position: absolute;
    top: 10px;
    left: 14px;
    width: 19px;
    height: 17px;
    margin: 0;
}
.b-form__ico._from {
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -483px -63px no-repeat;
}
.b-form__ico._to {
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -483px -81px no-repeat;
}
.b-form__ico.__avia {
    position: static;
    width: 28px;
    height: 26px;
    margin: 11px 10px 11px 0;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=2") -454px -33px transparent no-repeat;
}
.b-form__title {
    display: block;
    padding: 4px;
    font: normal 13px/17px Trebuchet MS, Arial, sans-serif;
    color: #829eaa;
}

.b-form__radio {
    width: 84px;
    height: 33px;
    margin: 1px;
    text-align: center;
    color: #000;
    font: normal 14px/33px Trebuchet MS, Arial, sans-serif;
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 33px;
    cursor: pointer;
}
.b-form__input._radio:checked + .b-form__radio,
.b-form__radio._active {
    color: #FFF;
    background: #ffc24e;
}
.b-form__bar {
    height: 37px;
}
.b-form__input._radio {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 10px 0;
}
.b-form__input._radio:enabled {
    display: none;
}

.b-form__change {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    padding: 8px;
    background: #ecebf3;
    border-radius: 28px;
}
.b-form__change._plus {
    left: auto;
    right: 5px;
}
.b-form__change:hover {
    background: #ffc24e;
}
.b-form__change .ico {
    width: 12px;
    height: 12px;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -455px -64px no-repeat;
}
.b-form__change:hover .ico {
    width: 12px;
    height: 12px;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -469px -64px no-repeat;
}
.b-form__change._plus .ico {
    background-position: -455px -82px;
}
.b-form__change._plus:hover .ico {
    background-position: -469px -82px;
}

.b-form__button {
    display: block;
    width: 201px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 44px;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -2px 0 no-repeat;
    cursor: pointer;
}
.b-form__button:hover {
    background-position: -204px 0;
}
/* Public */
.b-form__cleaner {
    position: absolute;
    top: 89px;
    right: 16px;
    display: none;
    width: 17px;
    height: 17px;
    background: url("http://62.213.106.56/lj_form/img/version/v_640.png?v=3") -491px 0 no-repeat;
    cursor: pointer;
}
.b-form__cleaner:hover {
    background-position: -491px -17px;
}
._active._to .b-form__cleaner {
    display: inline-block;
}


.block__where {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
    border: 1px solid #bcd7e3;
    text-align: left;
    list-style: none;
    z-index: 100;
}
.b-where__item {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 26px;
    line-height: 24px;
    background: #fff
}
.b-where__item._date {
    height: 35px;
}
.b-where__item._selected,
.b-where__item:hover { background: #fb4c07 !important; }
.b-where__item._selected .b-where__city,
.b-where__item:hover .b-where__city,
.b-where__item:hover .b-where__country { color: #fff !important; }
.b-where__item._selected .b-where__code,
.b-where__item:hover .b-where__code { background: #fb4c07 !important; }
.b-where__city {
    color: #434343;
    font-size: 12px;
    line-height: 24px;
    font-family: Trebuchet MS, Arial, sans-serif;
}
.b-where__country {
    color: #a8a8a8;
    font-size: 12px;
    line-height: 24px;
    font-family: Trebuchet MS, Arial, sans-serif;
}
.b-where__code {
    position: absolute;
    padding: 0 10px 0 3px;
    right: 0;
    top: 9px;
    color: #434343;
    font-size: 10px;
    line-height: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    background: #fff;
}





#ui-datepicker-div {
    margin: 1px !important;
    width: 238px !important;
}

#ui-datepicker-div {
    background: #fff;
    top: 4px !important;
    left: 380px !important;
    z-index: 100 !important;
    padding-bottom: 5px;
}