.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.modal-comments .close {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 99;
}
.modal-comments .close span {
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    display: block;
}
.modal-comments .button {
    display: inline-block;
    color: #fff;
    background: #0276fe;
    border: none;
    margin: auto;
    height: auto;
    line-height: 1;
    padding: 10px 50px;
}

.modal-comments .modal-body {
    padding: 35px 30px 25px;
}
.modal-comments .modal-btn-row {
    margin-top: 20px;
    text-align: center;
}

.footer__content.footer__row-btn {
    justify-content: center;
}

/* ---------------------subscribe modal*/
.subscribe-holder {
    position: relative;
}

.btn-subscribe {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    height: auto;
    font-size: 16px;
    border-radius: 0;
}

@media (min-width: 621px) {
    .modal.modal-subscribe {
        position: absolute;
        left: auto;
        right: -17px;
        bottom: auto;
        top: 35px;
        height: auto;
        width: 627px;
        padding: 0;
    }
}

.modal.modal-subscribe .modal-dialog {
    width: 100%;
    max-width: 627px;
}

.modal.modal-subscribe .modal-header {
    padding: 15px 30px;
    border-color: #0276fe;
    border-width: 4px;
}

.modal.modal-subscribe .modal-body {
    padding: 27px 30px;
}

.modal.modal-subscribe .form-row {
    margin-right: -12px;
    margin-left: -12px;
}
.modal.modal-subscribe .form-row > .col,
.modal.modal-subscribe .form-row > [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 35px;
}
.modal.modal-subscribe form.wpcf7-form .form-row .col.col-rsc {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
    max-width: 50%;
}
.modal.modal-subscribe form.wpcf7-form .form-row .col.col-btn {
    flex-grow: 1;
    flex-shrink: 1;
}
.modal.modal-subscribe .wpcf7-form-control.wpcf7-recaptcha.g-recaptcha {
    width: 100% !important;
}
.modal.modal-subscribe .wpcf7 .wpcf7-recaptcha iframe {
    width: 100% !important;
    transform: scale(0.87);
    transform-origin: 0 0;
}

.modal .form-control {
    border: 1px solid #d3d3d3;
    padding: 10px 16px;
    height: auto;
}
.modal.modal-subscribe form.wpcf7-form {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: -15px;
}
.modal.modal-subscribe form.wpcf7-form.invalid {
    margin-bottom: 0;
}
.modal.modal-subscribe .g-recaptcha.wpcf7-not-valid {
    display: block;
    margin-bottom: -10px;
}

.modal.modal-subscribe .note {
    display: block;
    color: #7c8099;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.modal.modal-subscribe form.wpcf7-form .form-row.form-row--btn .button {
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding: 10px;
}
.modal.modal-subscribe .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 9px 50px !important;
}

.modal.modal-subscribe span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    color: #e54c32 !important;
    padding: 6px 0 2px;
}

.modal.modal-subscribe .wpcf7 + .note {
    margin-top: 4px;
}

.modal.modal-subscribe .close {
    display: block !important;
    /* padding: 0 !important; */
    margin: -1.5rem -2.9rem -0.2rem auto !important;
    box-sizing: content-box !important;
    width: 1em !important;
    height: 1em !important;
    background: transparent
        url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.8;
    z-index: 999;
}
.modal.modal-subscribe .close span {
    visibility: hidden;
}

@media (max-width: 500px) {
    .subscribe-holder {
        margin-top: 15px;
        flex-basis: 100%;
        flex-grow: 1;
    }
    .btn-subscribe {
        width: 100%;
    }
}
/* end sbscr modal */

.section-form form.wpcf7-form {
    max-width: 565px;
}
.section-form .button {
    height: 76px;
}
@media (max-width: 767px) {
    .section-form form.wpcf7-form {
        max-width: 300px;
    }
    .section-form button {
        height: 58px;
    }
    .section-form .col-rsc .form-group {
        justify-content: center;
        margin-bottom: -2px;
    }
}

.footer__content-txt {
    padding: 20px 0;
}
@media (min-width: 1025px) {
    .l-wrapper--main {
        padding-right: 0;
    }
    .aside {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer__content-list:not(:last-child) {
        margin-bottom: 20px;
    }
}
.tta__listent_content {
    margin: 0 0 20px;
    display: block;
}
.wp-block-embed iframe {
    width: 100%;
}
.responsivevoice-button {
    padding: 8px 0 8px;
    margin-top: -8px;
    z-index: 99;
}
.article-share + .article-main {
    width: calc(100% - 15rem);
}
@media (max-width: 768px) {
    .article-share + .article-main {
        width: 100%;
    }
}

.footer__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
}

.footer__content .footer__content-list {
    margin-bottom: 0;
}

.footer__nav-conteiner.nav-conteiner--1 {
    grid-area: 1 / 1 / 2 / 2;
}

.footer__nav-conteiner.nav-conteiner--2 {
    grid-area: 1 / 2 / 2 / 3;
}

.footer__nav-conteiner.nav-conteiner--2 .footer__content-list {
    justify-content: flex-end;
}

.footer__btns {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    justify-content: flex-start;
}

.footer__btns .btn-subscribe {
}

.footer__content-txt {
    grid-area: 2 / 2 / 3 / 3;
    text-align: right;
}

@media (max-width: 980px) {
    .footer__content {
        display: flex;
        flex-direction: column;
    }
    .footer__btns {
        flex-direction: column;
    }

    .footer__nav-conteiner.nav-conteiner--1 {
        order: 1;
        margin-bottom: 1.5rem;
    }
    .footer__btns {
        order: 2;
    }
    .footer__btns .btn-subscribe {
        order: 1;
        margin: 32px auto;
    }
    .footer__nav-conteiner.nav-conteiner--2 {
        order: 3;
        margin-top: 30px;
    }
    .footer__content-txt {
        order: 4;
        margin-top: 32px;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .footer__btns .btn-subscribe {
        padding: 0 10px;
        letter-spacing: -0.5;
    }
    .footer__nav-conteiner.nav-conteiner--1 {
        margin-bottom: 0;
    }
}

/* social sharer */

.social-share {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
    width: 80px;
    margin-bottom: 0;
}
.social-share .social-share__item:nth-child(n) {
    height: 44px;
    margin: 5px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.social-share__item:before {
    display: none;
}
.social-share__item .link {
    display: block;
    margin: auto;
    padding: 10px;
}
@media (max-width: 767px) {
    .social-share {
        flex-direction: row;
        width: auto;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}

/* .social-share__item .link:hover {
    color: #85858D;
} */

/* .icon {
}
.icon-fb {
}
.icon-tw {
}
.icon-li {
} */

/* comments */

.comments-area {
    margin-bottom: 64px;
}
.comments-form__header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
    border-bottom: 1px solid #c6c7d3;
    padding-bottom: 8px;
}
.comments-form__header .comments-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.user-comments {
    margin-top: 40px;
}
.comments-title {
}
.comment-list {
    list-style-type: none;
    padding: 0;
}
.comment-list .comment-body {
    margin-bottom: 24px;
}
.comment-list ol.children {
    list-style-type: none;
    padding-left: 24px;
}
.comment-list .comment {
    margin-top: 24px;
}
.comment-list .comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
}
.comment-awaiting-moderation {
    width: 100%;
    margin-top: 8px;
    font-weight: 700;
}
.comment-author .avatar,
.comment-author .photo {
    display: none;
}
.comment-list .reply {
    margin-top: 8px;
    font-size: 14px;
    color: #0276fe;
}
.comment-author .fn .url {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 700;
    color: #232532;
    cursor: default;
    pointer-events: none;
}
.comment-author .says {
    display: none;
}
.comment-reply-title {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.comment-reply-title small a {
    font-size: 14px;
    color: #0276fe;
}
.comment-respond + .user-comments {
    margin-top: 0;
}
.no-comments {
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px 16px;
}
.comment-form .logged-in-as,
.comment-form__row,
.comment-form__field {
    margin: 0 12px 24px;
}
.comment-form .logged-in-as {
}
.comment-form .logged-in-as a {
    color: #0276fe;
}
.comment-form__field label {
    margin-bottom: 8px;
}
.comment-form__field input:not([type="checkbox"]),
.comment-form__field textarea {
    display: block;
    width: 100%;
    border: 1px solid #bbb7b7;
    background-color: #fff;
    resize: none;
    min-height: 58px;
    padding: 5px 10px;
}
.comment-form__field input:focus,
.comment-form__field textarea:focus {
    border: 1px solid #8b8989;
    outline: none;
}
.comment-form-comment,
.comment-form-cookies-consent {
    width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 100%;
    max-width: calc(100% / 3 - 24px);
}
.comment-form .g-recaptcha {
    margin-left: 12px;
}
.comment-form .submit {
    display: inline-block;
    margin-top: 4px;
    color: #fff;
    background: #0276fe;
    padding: 17px 30px 19px;
    border: none;
}
@media (max-width: 767px) {
    .comment-form {
        margin: 0 0 16px;
    }
    .comments-form__header {
        flex-wrap: wrap;
    }
    .comments-form__header .comments-title {
        width: 100%;
    }
    .comment-form .logged-in-as,
    .comment-form__row,
    .comment-form__field {
        margin: 0 0 16px;
        width: 100%;
    }
    .comment-form__field {
        max-width: 100%;
    }
    .comment-form__field input:not([type="checkbox"]),
    .comment-form__field textarea {
        max-height: 52px;
        min-height: 0;
        padding: 14px 10px 16px;
        line-height: 1.2;
    }
    .comment-form .g-recaptcha {
        margin-left: 0;
    }
    .comment-form .submit {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

.section-form .chapter-ttl {
    font-weight: 400;
}
.section-form .donate-btn {
    font-weight: 400;
}

/* header */
.header__container {
    position: relative;
    flex-grow: 1;
    min-height: 46px;
    display: flex;
}
.search-field {
    position: absolute;
    top: 0;
    right: 23px;
    width: 30px;
    transition: all 0.5s ease;
    max-width: 100%;
}
.search-field__inner {
    background: #f7f7fa;
}
.search-field--open {
    width: calc(100% - 40px);
}
.search-field--open .search-field__inner {
    width: 100%;
}
.header__content-social {
    display: flex;
    align-items: center;
    margin: auto;
    margin-left: 0;
    padding: 10px 20px;
    width: fit-content;
}
.header__content-social .social__item {
    padding: 0 20px;
}
.header__content-social .social__item:before {
    display: none;
}
.header__content-social .icon-facebook {
    display: block;
    width: 11px;
    height: 20px;
    background-image: url("images/useful/svg/theme/icon-fb.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header__content-social .icon-linkedin {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("images/useful/svg/theme/icon-ln.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header__content-social .icon-twitter {
    display: block;
    width: 20px;
    height: 16px;
    background-image: url("images/useful/svg/theme/icon-tw.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .header__content-logo {
        order: 0;
    }
    .subscribe-holder {
        order: 1;
    }
    .header__container {
        width: 100%;
        order: 2;
        margin: 1.5rem 0 0;
    }
    .header__content-line {
        order: 3;
        padding-top: 1.6rem;
    }
    .header__content-social .social__item:first-child,
    .header__content-social {
        padding-left: 0;
    }
}
@media (max-width: 500px) {
    .header__content {
        flex-direction: column;
    }
    .header__content-logo {
        width: 100%;
    }
    .header__container {
        min-height: 48px;
    }
    .subscribe-holder {
        width: 100%;
    }
}
