body {
    font: 400 var(--base-font-size)/var(--base-line-height) var(--base-font);
}
.info-block__item:nth-child(even) {
    margin-left: 0;
}
.copy p {
    margin: 0;
    padding: 0;
}
.bg-str video {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.taxonomy-description {
    margin-top: 15px;
}
.frm_error {
    font-size: 12px;
}
.section-sign .frm_error {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    font-weight: 600;
}
ul.logo-list li a img {
    max-height: 80px;
    max-width: 250px;
}
.page-template-content-modules .section ul, 
.page-template-content-modules .section ol {
    margin-left: 1em;
}
.page-template-content-modules .section ul li, 
.page-template-content-modules .section ol li {
    list-style: disc;
    margin-bottom: 10px;
}
.page-template-content-modules .section ol li {
    list-style: number;
}
.footer .copy {
    font-size: 16px;
}

@media (max-width: 1279px) {
    .inner_hero .box-hero {
        display: block;
    }
}