@CHARSET "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic);*/

#reg-content {
    width: 427px;
    font-size: 14px;
}
#reg-content ul {
    padding: initial;
    list-style: initial;
    list-style-position: inside;
}
#reg-content p {
    margin: 1em 0;
}

.ref-form {
    width: 465px;
    background-color: var(--bg-color-accent-extra-light);
    border-radius: 9px;
}

.ref-form .padding {
    padding: 25px;
}

.ref-form form table td {
    padding-bottom: 16px;
}

.ref-form form table td.title {
    text-align: right;
    padding-right: 16px;
    width: 210px;
}

.ref-form form table input[type=text] {
    width: 245px;
}

.ref-form form table input[type=tel] {
    width: 245px;
}

.ref-form form table input[type=email] {
    width: 245px;
}

.ref-form input.valid {
    border: solid 1px #000;
}

.ref-form .button-flex {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
}

.ref-form.green-style {
    background-color: #00aa4f;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.ref-form .line {
    width: 100%;
    height: 3px;
    margin-top: -10px;
    background-color: #fff;
}

.ref-form a.deflink {
    color: #444d3e;
    text-decoration: none;
    border-bottom: dashed 1px;
}

#reg-content h2, .class-cars-table h2 {
    font-weight: normal;
}

#name .head-title {
    font-weight: normal;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}

.ref-form form .radio-table td {
    padding-bottom: 10px;
    padding-top: 0px;
}

.radio-table input {
    margin-top: 1px;
}

#city-list-box .closex {
    position: absolute;
}
#city-list-box .city-item:first-child .closex {
    display: none;
}

.class-cars-table thead {
    color: #8f948b;
}

.class-cars-table td {
    vertical-align: top;
    padding: 16px;
    border-bottom: solid 1px #000;
}

.class-cars-table td input {
    margin-right: 30px;
}

.class-cars-table td input+strong {

}

.class-cars-table .no-border {
    border: none;
}
