select {
    margin: 0 0 15px;
}

.page_note p {
	padding-bottom: 10px;
}

.page_note p:last-of-type {
	padding-bottom: 0px;
}

.form-group {
    margin-bottom: .7rem;
}

.form-group label {
	display: inline-block;
    margin-bottom: .3rem;
    font-size: 14px;
}

.form-group label small {
	margin-left: 5px;
}

.form-group input,
.form-group textarea,
.form-group select,
.form-group .select {
	margin-bottom: 0px;
}

.text-muted {
    color: #818a91;
}

.red {
	color: #b00015;
}

.form-group .error {
	margin: 0px;
    padding: 0px;
}

.agree-block .checkbox p {
	margin-left: 30px;
	padding: 0;
}

.agree-block label {
	margin-bottom: -.5rem;
}

.agree-block .error {
	text-align: left;
	padding-left: 30px;
}

.agree-block .error p {
	padding-bottom: 0px;
}

.phone-holder {
	width: 100px;
}

.phone-holder .select {
	border-right: none;
}

.thead {
	display: table-header-group;
}

.tbody {
	display: table-row-group;
}

button {
    height: 40px;
    background: #B00015;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
    padding: 0 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    float: right;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.enter_form button[type="submit"] {
    width: 100%;
    margin-bottom: 20px;
}


.payment-form {
    padding: 30px 40px;
    background: #F9F9F9;
    max-width: 510px;
    margin: 0 auto;
}
.payment-form.wide {
    max-width: 530px;
    padding: 5px 60px 0;
}

.payment-form h3 {
    text-align: center;
    padding-bottom: 20px;
}

.full .payment-single {
    width: 30%;
}

.address_lines {
    vertical-align: top;
}

.domain-price-container {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}

.order_steps_total {
    margin-top: 20px;
}

.h_service_list ul .curr {
    font-weight: bold;
}

/*
h3:target, a:target, div:target {
    background-color: #ffa !important;
    -webkit-transition: all 1s linear;
}
*/

.tariffs_list a.slider-detail-link {
    font-size: 12px;
    line-height: 12px;
    height: 20px;
    color: #C4122F;
    text-decoration: underline;
    position: absolute;
    bottom: 7px;
    width: 100%;
    display: none;
}

.tariffs_list .slider-item-clicked a.slider-detail-link {
    display: block;
}


