/*Header*/

.text-page-header header .header-right-block ul li a{
    color: var(--Black, #0D0D0D);
}

.text-page-header .header-right-block-locale a{
    color: var(--Black, #0D0D0D);
}

.text-page-header .header-right-block-option:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.text-page-header .alt-logo {
    background-image:  url(../../img/components/header/alt-logo-dark.svg);
    transition: 0.5s ease 0.2s;
}

.text-page-header{
    width: 100%;
}

/*Body-text*/

.text-page {
    position: relative;
    width: 100%;
}

.text-page section.other_page-content {
    width: 71.25rem;
    margin: 5rem auto 2rem;
}

.text-page p strong, p strong {
    font-family: 'Formular';
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5rem;
    text-transform: none;
}

.text-page h2 {
    font-family: 'DrukCyr';
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 1.25rem 0;
}

.text-page p {
    color: #0D0D0D;
    font-family: 'Formular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.text-page ul {
    padding-left: 1rem;
}

.text-page ul li, .text-page ol li {
    color: #0D0D0D;
    font-family: 'Formular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

/*tables*/
.text-page .wp-block-table {
    overflow-x: auto;
    margin: 0 0 1em;
    display: block;
}
.text-page .wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.text-page .wp-block-table tr {
    vertical-align: top;
}
.text-page .wp-block-table table tr:nth-child(2n + 1){
    background: #F1F1F1;
}
.text-page .wp-block-table table tr:first-child {
    border-bottom: 0.125rem solid #F22424;
    background: transparent;
    vertical-align: middle;
}
.text-page .wp-block-table table tr:first-child td {
    padding-bottom: 0.5rem;
}
.text-page .wp-block-table table td {
    border: none;
    padding: 0 1rem;
    min-width: 16.5rem;
    font-size: 0.875rem;
    font-family: 'Formular';
}
.text-page .wp-block-table table tr:not(:first-child) td {
    padding: 1.5rem 1.5rem;
}

.text-page .wp-block-table::-webkit-scrollbar {
    height: .25rem;
    opacity: .1;
    width: .25rem;
}

.text-page .wp-block-table::-webkit-scrollbar-thumb {
    background-color: rgba(242, 36, 36, 1);
}

.text-page .wp-block-table::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}
/*tables-end*/

/*Footer*/
.text-page .ag-rights, .text-page .ag-policy li.menu-item a {
    color: var(--Black, #0D0D0D);
}

.text-page .footer-option-email {
    color: #F22424;
}

.text-page .footer-options {
    border: 0.0625rem solid rgba(0, 0, 0, 0.25);
}

.text-page .footer-option:not(:last-child) {
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.25);
}

.text-page .footer-options .red-text {
    color: #0D0D0D;
}

.text-page .footer-option-title {
    color: #0D0D0D;
}

.text-page .footer-options a:hover .footer-option-email {
    color: var(--White, #FFF);
}

.text-page .social_vk {
    background-image: url(../../img/components/footer/VK_black.svg);
}

.text-page .social_linkedin {
    background-image: url(../../img/components/footer/LinkedIn_icon_black.svg);
}

.text-page footer .ag-policy li {
    font-size: 0.75rem;
    font-family: 'Formular';
    font-style: normal;
    font-weight: 400;
    line-height: 0.75rem;
    cursor: pointer;
    transition: 0.3s ease;
}

/*Adaptive*/

@media (max-width: 1000px) {
    .text-page section.other_page-content {
        width: 100%;
    }

    .text-page .footer-option:not(:last-child) {
        border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
        border-right: 0;
    }
}

@media (max-width: 991px) {
    .text-page-header .header-alternativa {
        background: linear-gradient(180deg, rgb(255 255 255) 0%,rgb(255 255 255 / 90%) 70%, rgb(0 0 0 / 0%) 100%);
        transition: all 0.5s ease-out, background 0.1s ease-out;
    }
}

@media (max-width: 600px) {
    .text-page-header .header-right-block-option.header-right-block-locale {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
    }
}