div {
    outline: none;
}


b, strong {
    font-weight: 500;
}

section.topics {
    text-align: center;
}

header.hdr-banner .banner-header {
    display: none;
}

header.hdr-banner.hdr-fixed {
    height: 80px;
}

#main_content_layout {
    margin-top: 0;
}

.widjet {
    min-height: calc(100vh - 6.5rem);
}

.widjet .flex {
    display: block;
}

.column_center {
    border: none;
    padding: 0;
    position: relative;
    overflow: visible;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #008d81;
    border-color:#008d81;

}

/* ===== Legal docs: fix email dialog positioning (#dv_dialog_email) ===== */

/* Center the dialog and keep it above the left menu */
#dv_dialog_email.dlg_container {
    position: fixed !important;
    left: 50% !important;
    top: 30% !important;
    transform: translate(-50%, -50%) !important;

    /* override any JS-set absolute coords */
    right: auto !important;
    bottom: auto !important;

    z-index: 100000 !important;

    /* responsive sizing */
    width: min(720px, calc(100% - 32px)) !important;
    max-height: 280px !important;
    overflow: visible !important;

    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Keep dialog content from creating its own scrollbar; constrain body area instead */
#dv_dialog_email .dlg_body {
    max-height: 280px !important;
    overflow: visible !important;
}

#dv_dialog_email .dialog_body {
    overflow: visible !important;
}

/* Limit the message field height so the dialog doesn't grow endlessly */
#dv_dialog_email textarea#fld_email_mail_body {
    height: 80px !important;
    max-height: 320px !important;
    resize: none;
}

/* Hide file attachment row in legal docs email dialog */
#dv_dialog_email .fleft.mt5.tr:has(+ .fleft.mb10.ml10 > input[name="mess_file"]) {
    display: none !important;
}

#dv_dialog_email .fleft.mb10.ml10:has(> input[name="mess_file"]) {
    display: none !important;
}

#dv_dialog_email .fleft.mt5.tr:has(+ .fleft.mb10.ml10 > input[name="mess_file"])+.fleft.mb10.ml10+.clear {
    display: none !important;
}
/* Header layout: close button on the right, title centered */
#dv_dialog_email .modal-header {
    position: relative;
    text-align: center;
}

#dv_dialog_email .modal-header h2 {
    margin: 0;
    padding: 0 44px;
    /* leave space for close button */
    display: block;
    text-align: center;
}

#dv_dialog_email .modal-header a.close {
    position: absolute;
    right: -16px;
    top: -4px;
    left: auto;
}

#dv_dialog_email .form-field {
    margin: 10px 0;
}

#dv_dialog_email .form-label {
    display: block;
    color: #676767;
    font-size: 14px;
}

/* все поля на всю ширину */
#dv_dialog_email .form-input input,
#dv_dialog_email .form-input textarea,
#dv_dialog_email .form-input select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 8px;
    padding: 0.375rem 0.75rem;
}

/* In case the close icon had margins pushing it left */
#dv_dialog_email .modal-header a.close img {
    display: block;
}

/* Ensure inner wrappers don't collapse and can scroll if needed */
#dv_dialog_email .dlg_wrapper {
    width: 100% !important;
    margin: 0 !important;
}

/* Some dialogs add an artificial top gap; remove it so the modal is truly centered */
#dv_dialog_email .dlg_wrapper_gap {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#dv_dialog_email .dlg_body {
    width: 100% !important;
    box-sizing: border-box !important;
    max-height: 520px !important;
    overflow: visible !important;
}

/* Make textarea/input widths adapt on smaller screens (there are inline widths in HTML) */
@media (max-width: 760px) {

    #dv_dialog_email input[type="text"],
    #dv_dialog_email input[type="file"],
    #dv_dialog_email textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* left labels stack on mobile */
    #dv_dialog_email .fleft {
        float: none !important;
        width: auto !important;
    }

    #dv_dialog_email .ml10 {
        margin-left: 0 !important;
    }
}

/* ===== /Legal docs: fix email dialog positioning (#dv_dialog_email) ===== */

.btn {
    font-size: .875rem;
}

input[type="submit"] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 .5rem;
    font-weight: 400;
}

.art h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 .5rem;
    font-weight: 400;
}

section.art {
    align-self: flex-start;
    flex: 1;
    max-width: 52rem;
    display: inline-block;
    position: relative;
    margin: 0 .5rem;
    width: calc(100% - 1rem);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2.5rem 1rem;
    text-align: left;
}

.art-content ul {
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    margin: .25rem 0 .75rem;
    padding-left: 1rem;
}

.art-content ul li {
    margin: .25rem 0 .25rem 0;
}

section.help-list {
    border: .0625rem solid #dadce0;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    margin: 0 .25rem 0;
    max-width: 52rem;
    padding: 2rem 2rem 2.625rem;
}

.help-list h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 1.25rem 0 .25rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.wire-title, .section-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
    padding: 0 0 1.25rem 0;
}

.section-title {
    padding-top: 2.5rem;
}

.column_center .widjet {
    font-size: .875rem;
    padding: 0;
    margin-top: 0;
}

ul.topics {
    max-width: 44.5rem;
    padding-inline-start: 0;
    display: inline-block;
    list-style-type: disc;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 1.5rem 0;
    text-align: left;
    width: 100%;
}

ul.topics h3 {
    display: table-cell;
    font-family: inherit;
    margin: 0 .5em;
    padding-left: .55rem;
    vertical-align: middle;
    color: #3c4043;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: normal;
    height: 3.125rem;
    min-height: 3em;
    white-space: normal;
}

ul.topics li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: none;
    min-width: 0;
    min-height: 3.125rem;
    display: inline-block;
    margin: .25rem;
    padding-bottom: 0;
    text-align: left;
    vertical-align: top;
    width: calc(50% - .63rem);
}

ul.topics li a {
    overflow-x: hidden;
    padding: 0 .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: .0625rem solid #dadce0;
    border-radius: 3px;
    display: block;
    height: 4rem;
    overflow: hidden;
    text-align: left;
}

ul.topics li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .30), 0 4px 8px 3px rgba(60, 64, 67, .15);
}

ul.topics li svg {
    float: left;
    height: 2rem;
    margin: .5625rem 0;
    width: auto;
    vertical-align: middle;
}

ul.arts {
    border: thin solid #dadce0;
    border-radius: 3px;
    padding: 2rem 0;
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
    max-width: 52rem;
    margin: 0 .5rem 1.5rem;
    width: calc(100% - 1rem);
}

ul.arts li a {
    display: block;
    padding: 0.5rem 2rem;
}
ul.arts li a:hover {
    text-decoration: none;
    background-color: #efefef;
    color: #000;
}

ul.help-list {
    padding: 0;
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
}
ul.help-list li a {
    display: block;
    padding: 0.5rem;
    margin-left: -0.5rem;
}

ul.help-list li.active a {
    color: #292626;
    font-weight: 500;
}

ul.help-list li a:hover {
    text-decoration: none;
    color: #000;
}

a, a.inside-text-link {
    color:#1a73e8;
}

a, a.inside-text-link:visited {
    color:#673ab7;
}

li a {
    color: #666;
}

.index-bottom {
    font-size: 1rem;
    border-top: .0625rem solid #dadce0;
    border-bottom: .0625rem solid #dadce0;
    padding: 1rem 3rem 1rem 1rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 430px) {
    .column_left {
        display: none;
    }

    .column_center {
        margin-left: 0;
        padding-left: 0;
    }

    header.hdr-banner .navbar {
        margin-top: 0;
    }
}

@media screen and (min-width: 600px) {
    /* ul.topics li {
        width: calc(50% - .5rem);
    } */
}


@media (min-width: 741px) {
    .widjet {
        min-height: calc(100vh + 10rem);
    }

    .column_center h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 0 .5rem;
    }


    .wire-title, .section-title {
        text-align: unset;
    }

    ul.topics li a {
        height: 9rem;
        padding: .875rem .25rem;
        text-align: center;
        transition: box-shadow 218ms;
        -webkit-transition: box-shadow 218ms;
        -moz-transition: box-shadow 218ms;
        -o-transition: box-shadow 218ms;
    }

    ul.topics {
        display: inline-block;
        max-width: 44.5rem;
        text-align: center;
    }

    ul.topics li {
        width: calc(25% - .5rem);
    }

    ul.topics li svg {
        float: none;
        margin: .75rem 0 .25rem;
        width: 2.5rem;
        height: auto;
    }

    ul.topics h3 {
        height: auto;
        display: block;
        margin: .5rem 0;
        min-height: 0;
        padding: 0;
    }

    section {
        box-sizing: border-box;
        margin: 0;
        padding: 0 1rem;
        width: 100%;
    }

    section.art {
        padding: 2.5rem 2rem;
    }

    .section-title {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .widjet .flex {
        display: flex;
        box-sizing: border-box;
        margin: 0;
        max-width: 75.125rem;
        padding: 0 1rem 2rem 2rem;
        width: 100%;
    }

    .column_left {
        display: block;
        position: fixed;
        width: 200px;
        padding: 4.5rem 0;
        background-color: #fff;
        left: 0;
        top: 1px;
        margin-top: 100px;
        bottom: 0;
        z-index: 5;
        -webkit-transition: width 0.4s;
        transition: width 0.4s, margin 0.6s;
    }

    .column_center {
        min-width: calc(100% - 250px);
        margin-left: 200px;
        background: #f7f7f7;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 0 1rem 1rem 1rem;
        min-height: calc(100vh - 6.5rem);
        transition: width 0.4s, margin 0.6s;
    }

    ul.arts {
        border: thin solid #dadce0;
        border-radius: 3px;
        width: 70%;
        padding: 2rem 0;
        list-style: none;
        padding-inline-start: 0;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    section.art {
        border: thin solid #dadce0;
        border-radius: 2px;
        width: 70%;
        padding: 2rem;
        margin: 2.625rem 0 0;
    }

    section.help-list {
        width: 30%;
        padding-left: 4rem;
        border: none;
        display: table-cell;
        padding: 2.625rem 0 0;
        margin-left: 2rem;
        min-height: 16.375rem;
    }

    section.help-list H3 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 900px) {
    .column_container.main-menu-shown .column_center {
        margin-left: 110px;
    }
}

@media (min-width: 1400px) {
    .widjet .flex {
        max-width: 95.125rem;
        padding: 0 5rem 1rem 5rem;
    }

    section.art {
        padding: 4rem;
        width: 65%;
    }

    section.help-list {
        width: 35%;
        margin-left: 3.125rem;
    }
}
