/*
Состав заказа
 */

#order-info{
	padding: 30px 30px 20px;
	background-color: #f9f9f9;
	margin-bottom: 30px;
	line-height: 36px;
}

#order-info .ci-headers{
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

div.order-info-value{margin-left: 50px;}

.order-info-label{
	padding-right: 5px;
	color: gray;
	font-style: italic;
}

.order-info-value-sum{
	float:right;
	margin-left:5px;
}

.order-info-value-price,
.order-info-value-number{
	font-weight: 700;
}

#order-info-sum{
	text-align: right;
	border-top: 1px dashed gray;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 36px;
}

#order-info-sum .order-info-label{float:left;}
#order-info-sum-value{font-weight: 700;}

/*
Кнопки навигации
 */

#order-navigation-block-wrapper{
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
}

#order-navigation-block-wrapper:not(.order-navigation-detached-block) .rubber-width{
	margin: unset;
	padding: unset;
	max-width: unset;
	min-width: unset;
}
#order-navigation-block-wrapper:not(.order-navigation-detached-block) .margin-for-side-menu-block{margin: unset;}
#order-navigation-block-wrapper:not(.order-navigation-detached-block) .navigation-button{margin: unset;}

#main-page-content .order-navigation-detached-block{
	background-color: rgba(181, 181, 181, 0.8);
	position: fixed;
	bottom: 0;
	left:0;
	height: 50px;
	padding-top: 13px;
	margin-bottom: 0;
}

.navigation-button{
	width: 200px;
	margin: 0 30px;
}

#back-button{float:left;}

/*для мобильников*/
@media screen and (orientation: portrait){
	#main-page-content #order-navigation-block-wrapper{
		height: 120px;
		padding-top: 20px;
	}
	#order-navigation-block-wrapper .navigation-button{
		height: 100px;
		font-size: 30px;
		border-radius: 3px;
	}
}


/*
Содержимое шагов
 */
#order-master-content{
	margin: 30px 0;
}

#order-master-content h2.ci-headers{
	font-weight: 700;
	margin: 40px 0 30px;
}
.fields-block h3.ci-headers{margin-top: 40px;}

/* авторизация */
#order-autorization-type{text-align: center;}
#order-autorization-type .ci-filled-button{margin: 0 20px;}

#order-autorization-auth,
#order-autorization-registration{
	display: none;
}

/*текстовые поля*/
.text-field{margin: 20px 0 10px;}

.text-field-label{
	display: inline-block;
	width: 220px;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
}

.text-field .ci-text-input,
.text-field .ci-select{
	box-sizing: border-box;
	width: 400px;
	height: 38px;
	vertical-align: middle;
}

.text-field-description{
	margin: 10px 0 30px 235px;
	color:#808080;
}

.save-fields-checkbox-block{
	padding-top: 20px;
	border-top: 1px dashed black;
	margin-top: 40px;
}

.ecp-uc-certificate{
	height: 55px !important;
	resize: none;
}

/*
Блок с информацией по личному кабинету
 */

#order-master-usercard{
	padding: 20px 30px 20px;
	background-color: #f6f2e4;;
	margin-bottom: 30px;
	line-height: 36px;
}

/*Скрытие placeholder*/
input:focus::placeholder {
	color: transparent;
}