.dogovor-box2 {
    padding: 50px 5% 20px;
}

@media (max-width : 767px) {
    .dogovor-box2 {
        padding:30px 3%
    }
}

.dogovor-box2 .dogovor-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width : 767px) {
    .dogovor-box2 .dogovor-holder {
        display:block;
        height: auto
    }
}

.dogovor-box2 h2 {
    font-size: 4.5rem;
    margin-bottom: 10px
}

@media (max-width : 767px) {
    .dogovor-box2 h2 {
        font-size:8rem
    }
}

.dogovor-box2 .dogovor-scroll-box {
    max-height: 100%
}

@media (max-width : 767px) {
    .dogovor-box2 .dogovor-scroll-box {
        max-height:80vh;
        padding-right: 10px
    }
}

.dogovor-box2 .dogovor-subtitle {
    font-size: 2.5rem;
    display: block;
    padding-bottom: 20px
}

@media (max-width : 767px) {
    .dogovor-box2 .dogovor-subtitle {
        font-size:6rem
    }
}

.dogovor-box2 .info-title {
    display: block;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700
}

@media (max-width : 767px) {
    .dogovor-box2 .info-title {
        font-size:18px
    }
}

.dogovor-box2 .main-info-wrapper {
    margin: 0 auto;
    max-width: 1000px
}

@media (max-width : 767px) {
    .dogovor-box2 .main-info-wrapper {
        width:100%;
        overflow: hidden
    }
}

.dogovor-box2 .info-textbox {
    padding-left: 4%
}

@media (max-width : 767px) {
    .dogovor-box2 .info-textbox {
        padding-left:0
    }
}

.dogovor-box2 p {
    font-size: 16px;
    font-family: Arial,sans-serif;
    margin: 0 0 20px
}

.dogovor-box2 .item-title {
    display: block;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 700
}

.dogovor-box2 ol ol {
    padding-left: 5%
}

.dogovor-box2 ol ol li {
    padding-bottom: 20px
}

.dogovor-box2 .button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

@media (max-width : 767px) {
    .dogovor-box2 .button-wrapper {
        width:100%
    }
}

.dogovor-box2 .button-wrapper .blue-arrowed-btn {
    padding-right: 5rem;
    text-transform: uppercase
}

@media (max-width : 767px) {
    .dogovor-box2 .button-wrapper .blue-arrowed-btn {
        font-size:6rem;
        height: 50px;
        width: 100%
    }

    .dogovor-box2 .button-wrapper .blue-arrowed-btn img {
        width: 10px
    }
}



.dogovor-box2 .fw-bold {
    font-weight: bold;
}
.dogovor-box2 table {
    font-size: 16px;
    margin-bottom: 20px;
    width:100%;
}

@media (max-width : 767px) {
    .dogovor-box2 table {
        font-size: 14px;
    }
}

.dogovor-box2 table td {
    padding: 5px 10px
}

@media (max-width : 767px) {
    .dogovor-box2 table td {
        padding-left:0;
    }
}



.dogovor-box2 h1,
.dogovor-box2 .h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dogovor-box2 h2,
.dogovor-box2 .h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dogovor-box2 h3,
.dogovor-box2 .h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dogovor-box2 h4,
.dogovor-box2 .h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dogovor-box2 h5,
.dogovor-box2 .h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dogovor-box2 h6,
.dogovor-box2 .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dogovor-box2 ul {
    margin-left: 20px;
    font-size: 16px;
}

.dogovor-box2 li {
    list-style-type: disc;
    margin-left: 20px;
}




.login-page .abs-ajax-error {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 3;
    font-family: Roboto, Arial, sans-serif;
    padding-top: 6%;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.login-page .login-form-box.has-error .abs-ajax-error
{
    opacity: 1;
    visibility: visible;
}
.login-page .abs-ajax-error span {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}

.login-page .login-form-box .auth-code {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.login-page .login-form-box .auth-form {
    opacity: 1;
    visibility: visible;
    display: block;
}
.login-page .login-form-box.is-processing .auth-code {
    opacity: 1;
    visibility: visible;
    display: block;
}
.login-page .login-form-box.is-processing .auth-form {
    opacity: 0;
    visibility: hidden;
    display: none;
}