#addcompanyPage .content {
    font-size: 14px
}

.addcompany-title {
    font-size: 18px;
    font-weight: 700
}

.addcompany-number-in-circle {
    font-family: Georgia;
    font-size: 40px;
    font-style: italic;
    display: inline-block;
    width: 50px;
    height: 36px;
    margin-right: 10px;
    padding-top: 14px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background: red
}

.addcompany-item-title {
    font-family: Times New Roman;
    font-size: 32px;
    margin: 15px 0;
    color: red
}

.addcompany-firm-type {
    padding-left: 100px
}

.addcompany-firm-type-radio {
    margin-left: -20px
}

.addcompany-firm-type-radio-label {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px
}

.addcompany-data-item {
    margin: 10px 0
}

.addcompany-form-col1 {
    width: 200px
}

.addcompany-form-col1, .addcompany-form-col2 {
    display: inline-block;
    vertical-align: top
}

.addcompany-form-hint {
    font-size: 10px;
    display: block;
    color: #979797
}

.addcompany-form-col2 input[type=text], .addcompany-form-col2 textarea {
    width: 400px;
    margin: 0
}

.addcompany-form-col2 textarea {
    height: 200px
}

.addcompany-title {
    margin: 20px 0
}

.addcompany-first-step {
    margin-bottom: 60px
}

.addcompany-first-step-title {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.addcompany-first-step-label {
    font-size: 21px;
    display: inline-block;
    width: 87px;
    height: 24px;
    margin-right: 20px;
    padding-top: 9px;
    padding-right: 15px;
    vertical-align: top;
    color: #fff;
    background: url(/images/yellow-label.png) no-repeat
}

.addcompany-first-step-text {
    font-size: 24px;
    display: inline-block;
    padding-top: 9px;
    vertical-align: top;
    color: #e7ae22
}

.addcompany-type {
    display: inline-block;
    overflow: hidden;
    width: 359px;
    margin-right: 40px;
    padding: 0 20px;
    vertical-align: top;
    border: 3px solid #eee;
    /*border-radius: 14px*/
}

.addcompany-type.isActiveType {
    border-color: #ffb90e
}

.addcompany-type:last-child {
    margin-right: 0
}

.addcompany-type-title {
    position: relative;
    height: 67px;
    margin: 0 -20px 30px;
    padding: 13px 20px 0;
    background: #eee
}

.isActiveType .addcompany-type-title {
    color: #fff;
    background-color: #ffb90e
}

.addcompany-type-title-text-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.addcompany-type-title-text-price {
    font-size: 18px;
    line-height: 22px
}

.addcompany-choose-button {
    font-size: 20px;
    width: 147px;
    height: 25px;
    padding-top: 7px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border: 3px solid #333;
    /*border-radius: 11px*/
}

.addcompany-choose-button-text-active {
    display: none
}

.isActiveType .addcompany-choose-button-text-active {
    display: block
}

.addcompany-type-duration-item .addcompany-choose-button-text-active, .isActiveType .addcompany-choose-button-text-inactive {
    display: none
}

.addcompany-type-duration-item .addcompany-choose-button-text-inactive, .isActiveDurationItem .addcompany-choose-button-text-active {
    display: block
}

.isActiveDurationItem .addcompany-choose-button-text-inactive {
    display: none
}

.addcompany-type-title .addcompany-choose-button {
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -20px
}

.isActiveDurationItem .addcompany-choose-button, .isActiveType .addcompany-type-title .addcompany-choose-button {
    color: #fff;
    border-color: #fff
}

.addcompany-type-block-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.addcompany-type-photo-main {
    display: inline-block;
    width: 358px;
    margin-right: 20px;
    vertical-align: top
}

.addcompany-type-photo-thumbs {
    display: inline-block;
    width: 104px;
    margin-top: 3px;
    vertical-align: top
}

.addcompany-type-photo-thumbs-item {
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid #eee
}

.isActiveThumb.addcompany-type-photo-thumbs-item {
    border-color: #ffb90e
}

.addcompany-type-photo-main-icon {
    position: absolute
}

.addcompany-type-blocks-separator {
    width: 539px;
    height: 3px;
    margin: 25px -20px;
    background: url(http://gid43.ru/images/addcompany-form/block-separator-gray.png) no-repeat
}

.isActiveType .addcompany-type-blocks-separator {
    background: url(http://gid43.ru/images/addcompany-form/block-separator.png) no-repeat
}

.addcompany-type-procs-list {
    font-size: 18px;
    line-height: 22px
}

.addcompany-type-procs-item {
    margin-top: 10px
}

.addcompany-type-procs-item:before {
    margin-right: 14px;
    content: "•";
    color: #f4c03f
}

.addcompany-type-duration-list {
    margin-top: 20px
}

.addcompany-type-duration-item {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
    padding: 15px 25px;
    cursor: pointer;
    /*border-radius: 10px;*/
    background: #eee
}

.addcompany-type-duration-item.isActiveDurationItem {
    cursor: default;
    color: #fff;
    background: #ffb90e
}

.addcompany-type-feedback-hint {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px
}

.addcompany-type-feedback {
    margin-bottom: 20px
}

.addcompany-type-duration-item-length, .addcompany-type-duration-item-price-old {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.addcompany-type-duration-item-price-old {
    display: inline-block;
    text-decoration: line-through
}

.addcompany-type-duration-item-price-new {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block
}

.addcompany-duration-button {
    position: absolute;
    top: 21px;
    right: 21px
}

.addcompany-type-duration-text {
    font-size: 18px;
    line-height: 22px
}

.addcompany-type-duration-code {
    font-family: courier;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 20px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .55)
}

.addcompany-type-promo {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 25px;
    padding: 5px 20px;
    background: #fff4d8
}

.addcompany-second-step {
    padding-bottom: 50px;
    background: #f2fbff
}

.addcompany-second-step-title {
    font-weight: 700;
    margin: 0 auto 45px;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase
}

.addcompany-second-step-label {
    font-size: 21px;
    display: inline-block;
    width: 87px;
    height: 24px;
    margin-right: 20px;
    padding-top: 9px;
    padding-right: 15px;
    vertical-align: top;
    color: #fff;
    background: url(/images/blue-label.png) no-repeat
}

.addcompany-second-step-text {
    font-size: 24px;
    display: inline-block;
    padding-top: 9px;
    vertical-align: top;
    color: #0071e5
}

.addcompany-form-info {
    width: 810px;
    margin: 0 auto
}

.addcompany-form-field {
    height: 46px;
    margin-bottom: 20px
}

.addcompany-form-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    display: inline-block;
    width: 250px;
    height: 34px;
    padding-top: 12px;
    vertical-align: top
}

.addcompany-form-input {
    font-size: 16px;
    width: 530px;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.addcompany-form-textarea-field {
    height: auto
}

.addcompany-form-textarea {
    font-family: Helvetica;
    height: 80px
}

.addcompany-form-submit {
    width: 368px;
    height: 69px;
    margin: 50px auto 0;
    cursor: pointer;
    border: 1px solid #0071e5;
    border-radius: 4px;
    background: #65adf6;
    background: linear-gradient(180deg, #65adf6 0, #0071e5);
    box-shadow: inset 0 0 4px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65adf6", endColorstr="#0071e5", GradientType=0)
}

.addcompany-form-submit .button-text {
    font-size: 30px;
    line-height: 37px;
    margin-top: 14px;
    color: #fff
}
