.company-check {
    margin-bottom: 0px;
    margin-top: 60px;
}

.company-check button:disabled, .company-check input[type="submit"]:disabled {
    opacity: 0.5;
}

.company-check h2 {
    margin-bottom: 0px;
}
.company-check .subtitle {
    font-weight: bold;
}

.company-check .steps {
    display: flex;
    margin-bottom: 30px;
}
.company-check .step {
    position: relative;
    margin-right: 40px;
    color: #999999;
}

.company-check .step:after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    right: -30px;
    top: 10px;
    background-color: #999999;
}
.company-check .step:last-child:after {
    display: none;
}

.company-check .step._active {
    color: #c29166;
    font-weight: bold;
}

.company-check .error-wrong-inn  {
    display: none;
    color: #b92e1c;
    margin-top: 0px;
    margin-bottom: 5px;
}

.company-check .company-info {
    margin-top: 40px;
    margin-bottom: 40px;
}
.company-check .company-info .name {
    font-weight: bold;
}

.company-check .result-table {
    border: none;
    width: 100%;
}
.company-check .result-table .thead {

}
.company-check .result-table th {
    width: 33.33%;
    text-align: left;
    padding-right: 30px;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #000000;
    padding-right: 10%;
    vertical-align: top;
    /*font-size: 12px;*/
}
.company-check .result-table td {
    border: none;
    vertical-align: top;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.company-check .result-table .rate {
    font-weight: bold;
    font-size: 24px;
}
.company-check .result-table .description {
    font-weight: bold;
}

.company-check .result-request-button {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    display: none;
}
.company-check .scroll-to-form {
    color: #f7f7f7;
    border-color: #ff4b3c;
    background-color: #ff4b3c;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;    
}

@media (max-width: 1024px) {
    .company-check .result-table tr, .company-check .result-table th, .company-check .result-table td {
        display: block;
    }
    .company-check .result-table th {
        display: none;
    }
    .company-check .result-table th,  .company-check .result-table td {
        width: 100%;
    }    
    .company-check .rate-secondary-header {
        font-weight: bold;
        display: block;
        border-top: 1px solid #000000;
        padding-top: 10px;
    }
}

.company-check .company-check-block {
    display: none;
}

/*.company-check .company-check-block .check-list*/
.company-check .company-check-block .check-item {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}
.company-check .company-check-block .check-item .icon-place {
    width: 30px;
}
.company-check .company-check-block .check-item .icon {
    width: 30px;
    height: 30px;
    background-color: #c29166;
    background-color: #22993c;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.company-check .company-check-block .check-item .icon.fail {
    background-color: #b92e1c;
}


.company-check .company-check-block .check-item .fa {
    color: #ffffff;
    line-height: 30px;
}

.company-check .company-check-block .check-item .text {
    padding-left: 30px;
    flex-grow: 1;       
    /*width: calc(100% - 40px);*/
}

.company-check .company-check-block .check-summary.fail {
    margin-top: 30px;
    display: none;
    color: #000000;
    font-weight: bold;

}

.company-check .company-check-block .check-item._active {
    display: flex;
}

.company-check .selfemp-check-block {
    display: none;
}

.company-check .calc-block {
    display: none;
}

.company-check .company-info {
    display: none;
}

.company-check .company-not-found-message {
    color: #000000;
    font-weight: bold;
    display: none;
}

.company-check .agreements-block {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

.company-check .agreements-block .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.company-check .agreements-block button {
 margin-top: 20px;
}

.company-check .self-emp-registration-agreement {
    display: none;
}

.company-check .registration-agreement {
    display: none;
}
.company-check .debdt-agreement {
    display: none;
}
.company-check .result-rate {
    display: none;
}
.company-check .result-rate._active {
    display: flex;
}

.company-check .result-rate .rate {
    color: #454545;
}

.company-check .result-rate .cross {
    /*font-size: 18px;*/
    margin-right: 20px;
    color: #999999;
    position: relative;
}

.company-check .result-rate .cross:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #868686;
    top: 50%;
    left: 0px;
}