.corpstore-block h1 {
    width: 100%;
}

.corpstore-block .around-radio strong {
    display: block;
    margin-bottom: 20px;
    color: #333;
}

.corpstore-feedback .form-group > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.corpstore-feedback button {
    float: right;
}

.corpstore-field-content {
    width: 70%;
}

@media screen and (max-width: 767px) {
    .corpstore-feedback .form-group > div {
        display: block;
    }

    .corpstore-field-content {
        width: 100%;
    }

    .services-tyre-keep-corp .field-serviceform-email {
        margin-top: 15px;
    }

    .number-complect-block {
        margin-top: 5px !important;
    }

}

.loading-image-service:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .4);
}

.loading-image-service > #loading-image {
    z-index: 1;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: 3em;
}

.services-block {
    position: relative;
}

.number-complect-block .check-number {
    width: 55%;
    float: right;
    margin-top: 20px;
}

.send-block-service {
    display: flex;
    align-items: end;
}

.select-options-corpstore {
    margin-bottom: 0;
}

.corp-record-block {
    padding: 20px 47px !important;
}

.corp-record-block .around-radio strong {
    display: block;
    margin-bottom: 20px;
    color: #333;
}

#service-form-address {
    width: 66%;
    margin-right: 34%;
    float: right;
}

.corp-service-ul {
    width: 30% !important;
}

.corpstore-request-form ul {
    max-height: 250px !important;
}

.corpstore-request-form {
    display: none;
}

.services-tyre-keep-corp {
    padding: 0 0 10px;
}


#corpstore-error-message {
    background: #f9f9f9;
    border-radius: 5px;
    height: 100%;
    padding: 20px;
    border: 1px solid #dadde0;
}

@media (max-width: 768px) {
    .number-complect-block .check-number {
        width: 100%;
    }
}

.subtitle-corp {
    font: 400 16px var(--primary-font-family);
    margin-bottom: 0;
}

