.offer-contract {
    background: #e5e5e5;
    padding: 15px;
}

.offer-contract__body {
    overflow-y: auto;
    margin-top: 35px;
    height: 460px;
}

.offer-contract__body p {
    font-size: 12px!important;
    font-family: Arial, Helvetica, sans-serif;
}

.offer-contract__footer {
    height: 50px;
    box-sizing: border-box;
}

.offer-contract__col-checkbox {
    width: 50%;
    display: inline-block;
    line-height: 50px;
    height: 50px;
}
.offer-contract__col-button {
    float: right;
}

.offer-contract__label {
    font-size: 14px!important;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    height: 50px;
}

.tx_ecseminar_pi1__name_error {
    border: 1px solid #ff2605!important;
}

.tx_ecseminar_pi1__error {
    color: #ff2605;
    font-family: Arial, Helvetica, sans-serif;
}

.tx_ecseminar_pi1__button, .offer-contract__button {
    color: #fff;
    background-color: #ff2605;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.offer-contract__button_disabled {
    background: #d7d9df;
    cursor: default;
}

.tx_ecseminar_pi1__success-text {
    color: mediumseagreen;
    display: block;
    border: 1px solid mediumseagreen;
    border-radius: 10px;
    padding: 20px;
}

.static-button__registr {
    background: url('./registr.png') top left no-repeat;
    width: 90px;
    height: 90px;
    position: fixed;
    z-index: 2;
    bottom: 35%;
    right: 3%;
    opacity: 0.4;
}

.static-button__registr:hover {
    opacity: 1;
}