.row {
	margin: 0;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.hidden-input {
	display: none;
}

.form {
	background: #FFBB3E;
	padding: 18px 10px;
}

.form-header {
	margin-bottom: 20px;
	justify-content: center;
}

.form-header span {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1F2D46;
}

button:focus {
	outline: none;
}

input {
	background: #FFFFFF;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	border: none;
	padding: 7px 10px;
}

input[placeholder] {
	font-size: 12px;
}

.call-back {
	font-size: 12px;
	color: #FFBB3E;
	background: #1F2D46;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	border: none;
	padding: 7px 10px;
}

.yourPhone, #noPhone {
	display: flex;
	flex-grow: 1;
	margin-right: 10px;
}

.form-tel {
	justify-content: space-between;
	margin-bottom: 20px;
}

.form-departure {
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.block-name {
	width: 32px;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-right: 5px;
}

.dep-adr {
	width: 173px;
	margin-right: 20px;
}

.dep-adr input {
	width: 100%;
}

.form-house {
	width: 92px;
	margin-right: 5px;
}

.form-house input {
	width: 100%;
}

.form-del {
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	background: #1F2D46;
	width: 32px;
	height: 32px;
}

.form-del button {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
}

.form-arrival {
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.arr-adr {
	width: 173px;
	margin-right: 20px;
}

.arr-adr input {
	width: 100%;
}

.hide-arr-c {
	display: none;
}

.form-comment {
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.comment, .comment input {
	display: flex;
	flex-grow: 1;
	margin-right: 10px;
}

.add-adress {
	font-size: 12px;
	color: #FFBB3E;
	background: #1F2D46;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	border: none;
	padding: 7px 10px;
	width: 130px;
}

.time-services {
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.list-opener {
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	background: #1F2D46;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.list-opener button {
	display: flex;
	justify-content: center;
	align-items: center;

	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding: 0;
}

.serv-list {
	display: flex;
	align-items: center;
	position: relative;
}

.serv-list p {
 	width: 173px;
 	margin-right: 20px;
 	margin-bottom: 0;
 	font-size: 12px;
 	color: #1F2D46;
}

.hide-s {
	display: none;
}

.select-s {
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(31, 45, 70, 0.2);
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 14px;
	color: #1F2D46;
	z-index: 100;
	top: -1px;
	left: 0;
	width: calc(100% - 5px);
}

.select-s input {
	box-shadow: none;
}

.select-s label:last-child {
	margin-bottom: 0;
}

.select-s label, .select-s input {
	cursor: pointer;
}

.time-list {
	display: flex;
	align-items: center;
	position: relative;
}

.time-list p {
 	margin-bottom: 0;
 	font-size: 12px;
 	color: #1F2D46;
}

.hide-t {
	display: none;
}

.select-t {
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(31, 45, 70, 0.2);
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 14px;
	color: #1F2D46;
	z-index: 100;
	top: -1px;
	left: 0;
	width: 80px;
}

#timeModeTime {
	width: 100%;
	box-shadow: none;
}

.select-class {
	background: #1F2D46;
	border-radius: 3px; 
	margin-bottom: 15px;
} 

.select-class > div {
	padding: 10px 8px;
}

.select-class img {
	max-width: 100%;
}

.class {
	cursor: pointer;
}

.class-name {
	text-align: center;
	font-size: 12px;
	color: #FFBB3E;
}

.class-active {
	background: #384C72;
	border-radius: 3px;
}

.form-price {
	background: #fff;
	border-radius: 3px;
	padding: 7px 10px;
	margin-bottom: 15px;
}

.current-price {
	font-size: 14px;
	color: #1F2D46;
}

.form-order {
	justify-content: center;
}

.form-order input {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFBB3E;
	padding: 5px 60px;
	background: #1F2D46;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
}

#firstTab.hide-tab, #secondTab.hide-tab-2, #thirdTab.hide-tab-3 {
	display: none;
}

#secondTab {
	background: #FFBB3E;
	padding: 18px 10px;
	min-height: 504px;
	display: flex;
	flex-direction: column;
}

.wait-pls {
	color: #1F2D46;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	justify-content: center;
}

#secondTab input {
	font-size: 12px;
}

.data {
	margin-bottom: 20px;
}

.data input {
	width: 100%;
}

.adresses-info {
	flex-grow: 1;
}

.tariff {
	margin-bottom: 20px;
	align-items: center;
}

.data-name {
	margin-right: 5px;
}

.hide-bl {
	margin-bottom: 20px;
	align-items: center;
}

.order-price-info {
	align-items: center;
}

.price-info {
	margin-right: 5px;
}

.cancel-order {
	justify-content: center;
	margin-top: auto;
}

.cancel-order button {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFBB3E;
	padding: 5px 60px;
	background: #1F2D46;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border: none;
	border-radius: 3px;
}

/* ......................... */

.ui-helper-hidden-accessible {
	display: none;
}

.ui-menu {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
	width: 284px;
	list-style-type: none;
	padding: 0;
}

.ui-menu li {
	display: flex;
	padding: 3px 8px;
}

.ui-menu li a {
	color: #1F2D46;
}

.ui-menu li:hover {
	cursor: pointer;
	background: #1F2D46;
	box-shadow: 1px 1px 4px rgba(31, 45, 70, 0.2);
	border-radius: 3px;
}

.ui-menu li:hover a {
	color: #fff;
}

.ui-menu li a:hover {
	text-decoration: none;
}

.ui-menu li:before {
    content: url('/img/marker.svg');
    width: 10px;
    height: 10px;
    margin-right: 5px; 
}

#rCost {
	margin-left: 3px;
	font-weight: 700;
}

.ui-datepicker-trigger {
	display: none;
}

#timeModeDate {
	display: none;
}

#popup_container {
	background: #1F2D46;
	padding: 13px 22px!important;
	box-shadow: 2px 2px 11px rgba(31, 45, 70, 0.3);
	border-radius: 5px;
}

#popup_title {
	color: #fff;
	font-size: 28px;
}

#popup_content {
	padding-top: 0;
	padding-left: 0;
}

#popup_message {
	color: #fff;
}

#popup_ok {
	background: #FFBB3E;
	margin-top: 14px;
	padding: 4px 11px;
}

.alert {
	margin-bottom: 0;
}