

/* Start:/bitrix/templates/vdgb_main/components/bitrix/system.auth.form/auth_support/style.css?17550682824666*/
.front {
    margin: 50px 0 62px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.55;
}

.front__box {
    flex-grow: 1;
    padding: 50px;
    background: white;
    border-radius: 10px;
}

.front__callback {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 52px;
    margin-bottom: 20px;
    text-align: center;
}

.front__callback-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    margin-top: 17px;
    border-radius: 10px;
    background: #FF8900;
    color: white;
    transition: 0.3s;
}

.front__callback-button:hover,
.front__callback-button:focus {
    background: #FF512F;
    color: white;
    text-decoration: none;
}

.front__callback-arrow {
    margin-left: 10px;
}

.front__row {
    display: flex;
    margin: -10px;
}

.front__col {
    display: flex;
    flex-grow: 1;
    padding: 10px;
}

.front__col:first-child {
    width: 24%;
    min-width: 370px;
}

.front__form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.front__form-title {
    margin-bottom: 38px;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #F26D2E;
}

.front__form-name {
    margin-top: -16px;
}

.front__form-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-top: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    box-shadow: none;
    font-weight: normal;
    font-size: 16px;
    transition: 0.3s;
}

.front__form-input:focus {
    border-color: #F26D2E;
    outline: none;
}

.front__form-button {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    background: linear-gradient(to right, #FF512F, #F09819);
    border: none;
    border-radius: 10px;
    font-weight: normal;
    font-size: 18px;
    color: white;
    overflow: hidden;
}

.front__form-button:hover,
.front__form-button:focus {
    color: white;
    text-decoration: none;
}

.front__form-button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF512F;
    opacity: 0;
    transition: 0.3s;
}

.front__form-button:hover::before {
    opacity: 1;
}

.front__form-button_second {
    background: linear-gradient(to right, #009C4D, #03BE6F);
}

.front__form-button_second::before {
    background: #009C4D;
}

.front__form-error {
    margin-top: 3px;
    color: red;
    font-size: 16px;
}

.front__info-title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
}

.front__info-title:not(:first-child) {
    margin-top: 34px;
}

#work .front__info-list {
    padding-left: 28px;
}

#work .front__info-item {
    margin: 4px 0;
}

#work .front__info-item::before {
    content: '';
    top: 11px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: black;
}

#work .front__info-link {
    font-weight: inherit;
    border-bottom: none !important;
    transition: 0.3s;
}

#work .front__info-link_second {
    border-bottom: 1px solid !important;
}

.front__info-social {
    display: inline-block;
    margin-right: 21px;
    text-decoration: none;
    transition: 0.3s;
}

.front__info-social:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .front a {
        font-size: inherit;
    }

    .front__box {
        padding: 30px 25px;
    }

    .front__col:first-child {
        min-width: 340px;
    }
}

@media (max-width: 767px) {
    .front {
        margin: 36px -15px 15px;
        font-size: 16px;
    }

    .front__box {
        padding: 51px;
    }

    .front__callback {
        margin-bottom: 15px;
        text-align: left;
    }

    .front__callback-button {
        width: 100%;
        margin-top: 21px;
    }

    .front__row {
        display: block;
        margin: -7.5px;
    }

    .front__col:first-child {
        width: auto;
        min-width: auto;
    }

    .front__col {
        padding: 7.5px;
    }

    .front__form-title {
        font-size: 22px;
    }

    .front__info-title {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 1.05;
    }

    .front__info-title:not(:first-child) {
        margin-top: 31px;
    }

    #work .front__info-list {
        padding-left: 23px;
    }

    #work .front__info-item {
        margin: -1px 0;
    }

    #work .front__info-item::before {
        top: 9px;
        left: -15px;
    }
}

/* End */


/* Start:/bitrix/templates/vdgb_main/components/bitrix/catalog.section.list/release-table/style.css?17446139081178*/
.release-table {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
}
.release-table__header {
    background-color: #03be6f;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #ffffff;
}
.release-table__header_first-child {
    border-left: none;
}
.release-table__program-row {
    text-align: center;
    background-color: #b1e5b4;
    height: 50px;
    color: #000;
    font-weight: 500;
    border: 1px solid #cbcbcb;
}
.release-table__edition-row {
    text-align: center;
    background-color: #f5f5f5;
    height: 50px;
    color: #000;
    font-weight: 500;
    border: 1px solid #cbcbcb;
}
.release-table__cell {
    border: 1px solid #cbcbcb;
    text-align: center;
    padding: 12px !important;
}
.release-table__cell_first-child {
    text-align: left;
}
.release-table__cell_access-denied {
    color: red;
}
.release-table__cell_access-accepted {
    color: green;
}
.release__support-is-over {
    font-size: 12px;
    color: red;
}
.release__info-link {
    font-weight: 300;
    color: #000000 !important;
    text-decoration: underline;
}

.release-div {
    overflow: auto;
}

/* End */
/* /bitrix/templates/vdgb_main/components/bitrix/system.auth.form/auth_support/style.css?17550682824666 */
/* /bitrix/templates/vdgb_main/components/bitrix/catalog.section.list/release-table/style.css?17446139081178 */
