.start-container {
	color:#393939;
	display: inline-table;
	white-space: nowrap;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,.6);
	box-shadow: 0 1px 1px 0 rgba(255,255,255,.6);
}

.start-container .button {
	border-collapse: collapse;
	box-sizing: border-box;
	position: relative;
	padding: 1px;
	text-align: left;
	margin: 0;
	z-index: 2;
	display: inline-block;
	outline: 0;
	white-space: nowrap;
	vertical-align: top;
	-moz-user-select: none;
	user-select: none;
	border-width: 1px !important;
	font-size:13px;
	cursor: pointer;
}

.start-container .button::after, 
.start-container .button::before {
	position: absolute;
	right: 0;
	content: '';
	width: auto;
	height: auto;
}

.start-container .button::before {
	z-index: 4;
	bottom: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.45);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: -moz-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
}

.start-container .button::after {
	z-index: 5;
	bottom: 1px;
	left: 1px;
	top: 1px;
	background: #fff;
	background: -webkit-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: -moz-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: -o-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: -ms-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: linear-gradient(to bottom,#fff 30%,#ddd 92%,#cecece 100%);
}

.start-container .left-button.button::before {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-background-clip: padding-box;
}
.start-container .left-button.button::after {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-background-clip: padding-box;
}
.start-container .right-button.button::before {
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-background-clip: padding-box;
}
.start-container .right-button.button::after {
	right: 1px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-background-clip: padding-box;
}


.start-container .active {
	color: #7a7254;
	z-index: 3;
}

.start-container .active::before {
	background: #ffeca6;
	background: -webkit-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: -moz-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: -o-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: -ms-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: linear-gradient(to bottom,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	-moz-box-shadow: inset 0 1px 5px rgba(30,23,0,.7);
	box-shadow: inset 0 1px 5px rgba(30,23,0,.7);
}


.start-container .active::after {
	right: 1px;
	background: #ffeca6;
	background: -webkit-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: -moz-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: -o-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: -ms-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: linear-gradient(to bottom,#ffeca6 0,#fff6d5 100%);
	-moz-box-shadow: inset 0 1px 3px -1px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 3px -1px rgba(0,0,0,.5);
}

.start-container .active-next::after {
	left: -1px;
}

.start-container .content {
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	height: 20px;
	padding: 0 30px;
}

.start-container .text {
	position: relative;
	z-index: 6;
	line-height: 21px;
	top: -1px;
}


.switch_screenshot {
	display: none;
}

.selected_layout {
	display: block;
	min-height: 180px;
}

.ng-scope h1 {
	display: none;
}

label {
	font-size: 13px !important;
	line-height: 20px !important;
	font-family: 'Helvetica Neue', sans-serif !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.lt_widget_ru label {
	text-align: left !important;
}

.hcsb_wrap_ru,
.hcsb_wrap_en,
#SB_206942.hcsb_container,
#SB_209627.hcsb_container {
	height: auto !important;
}

input,
.lt_selectbox_head {
	border-color: #cacaca !important;
}

/*
#SB_206942 .hcsb_checkinDateContent, 
#SB_206942 .hcsb_checkoutDateContent,
#SB_209627 .hcsb_checkinDateContent, 
#SB_209627 .hcsb_checkoutDateContent {
	margin-top: -10px;
}
*/

#SB_206942 .hcsb_content fieldset {
	margin-top: -23px !important;
}

#SB_209627 .hcsb_content fieldset {
	margin-top: -17px !important;
}

.travelpayouts_container .travelpayouts_container-form-container-places-origin_container, .travelpayouts_container .travelpayouts_container-form-container-places-destination_container, .travelpayouts_container .travelpayouts_container-form-container-dates-depart_container, .travelpayouts_container .travelpayouts_container-form-container-dates-return_container, .travelpayouts_container .travelpayouts_container-form-container-city_container-city_subcontainer, .travelpayouts_container .travelpayouts_container-form-container-dates-checkin_container, .travelpayouts_container .travelpayouts_container-form-container-dates-checkout_container, .aviasales_inlineable .travelpayouts_container-form-container-places-origin_container, .aviasales_inlineable .travelpayouts_container-form-container-places-destination_container, .aviasales_inlineable .travelpayouts_container-form-container-dates-depart_container, .aviasales_inlineable .travelpayouts_container-form-container-dates-return_container, .aviasales_inlineable .travelpayouts_container-form-container-city_container-city_subcontainer, .aviasales_inlineable .travelpayouts_container-form-container-dates-checkin_container, .aviasales_inlineable .travelpayouts_container-form-container-dates-checkout_container {
	padding: 0;
}

.travelpayouts_container .travelpayouts_container-form-container-places-origin_container__swapper, .aviasales_inlineable .travelpayouts_container-form-container-places-origin_container__swapper {
	top: 29px !important;
}

.travelpayouts_container .travelpayouts_container-form-container-dates-depart_container-range_container,
.aviasales_inlineable .travelpayouts_container-form-container-dates-depart_container-range_container, 
.travelpayouts_container .travelpayouts_container-form-container-dates-return_container-one_way_container,
.aviasales_inlineable .travelpayouts_container-form-container-dates-return_container-one_way_container{
	top: 0 !important;
}

div.lt_search_widget_form_wrapper {
	width: 864px !important;
}

div.lt-row.location_arrival {
	width: 400px !important;
}

#lt_search_widget .lt_search_widget_form .location_departure .main_elem {
	padding-left: 2px !important;
}

