.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
scroll-behavior: smooth;
}
body {
font-family: Montserrat, sans-serif;
background-color: var(--wp--preset--color--bg-light, #F4F5F7);
color: var(--wp--preset--color--text-base, #333333);
} :where(a, button, input, select, textarea, summary, .wp-element-button, .wp-block-navigation-item__content):focus-visible {
outline: 3px solid var(--wp--preset--color--active, #1A2B4C);
outline-offset: 2px;
box-shadow: 0 0 0 1px var(--wp--preset--color--bg-white, #FFFFFF);
}
:where(.semenov-nav-group, .semenov-news-section, .wp-block-navigation.is-dark) :where(a, button, input, .wp-element-button, .wp-block-navigation-item__content):focus-visible {
outline: 3px solid var(--wp--preset--color--bg-white, #FFFFFF);
box-shadow: 0 0 0 6px var(--wp--preset--color--active, #1A2B4C);
} .semenov-skip-link {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
margin: 0;
}
.semenov-skip-link a {
border-bottom: 0;
text-decoration: none;
}
.semenov-skip-link a:focus {
position: fixed;
left: 1rem;
top: 1rem;
z-index: 100000;
width: auto;
height: auto;
padding: 0.75rem 1rem;
background: var(--wp--preset--color--bg-white, #FFFFFF);
color: var(--wp--preset--color--active, #1A2B4C);
border-radius: 4px;
outline: 3px solid var(--wp--preset--color--active, #1A2B4C);
} .site-header {
z-index: 999;
background: var(--wp--preset--color--bg-white, #FFFFFF);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.semenov-topbar {
font-size: 0.875rem;
}
.semenov-topbar p {
margin: 0;
}
.semenov-topbar__actions {
align-items: center;
}
.semenov-a11y-button .wp-element-button {
border: 1px solid var(--wp--preset--color--text-base, #333333);
padding: 0.45rem 0.75rem;
}
.semenov-branding__left {
gap: 1rem;
}
.semenov-logo {
margin: 0;
}
.semenov-logo img {
object-fit: contain;
height: auto;
}
.semenov-site-title {
margin: 0;
}
.semenov-site-title a {
color: var(--wp--preset--color--text-heading, #1E3A5F);
border-bottom: 0;
text-decoration: none;
}
.semenov-site-title a:hover,
.semenov-site-title a:focus-visible {
color: var(--wp--preset--color--active, #1A2B4C);
} .semenov-nav-group {
background-color: var(--wp--preset--color--primary-dark, #284870);
}
.semenov-main-nav .wp-block-navigation-item__content {
color: var(--wp--preset--color--bg-white, #FFFFFF);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.02em;
padding: 0.875rem 1rem;
border-bottom: 0;
}
.semenov-main-nav .wp-block-navigation-item__content:hover,
.semenov-main-nav .current-menu-item > .wp-block-navigation-item__content,
.semenov-main-nav .current_page_item > .wp-block-navigation-item__content,
.semenov-main-nav .current-post-ancestor > .wp-block-navigation-item__content,
.semenov-main-nav .current-menu-parent > .wp-block-navigation-item__content,
.semenov-main-nav .current-menu-ancestor > .wp-block-navigation-item__content,
.semenov-main-nav .current-page-ancestor > .wp-block-navigation-item__content {
background-color: var(--wp--preset--color--active, #1A2B4C);
color: var(--wp--preset--color--bg-white, #FFFFFF);
}
.semenov-main-nav .wp-block-navigation__submenu-container {
background-color: var(--wp--preset--color--primary-dark, #284870);
border: 0;
padding: 0;
}
.semenov-main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
padding: 0.875rem 1.25rem;
}
.wp-block-navigation__responsive-container.is-menu-open {
background-color: var(--wp--preset--color--primary-dark, #284870);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
color: var(--wp--preset--color--bg-white, #FFFFFF);
} .semenov-search {
margin-left: auto;
}
.semenov-search .wp-block-search__inside {
gap: 0;
}
.semenov-search .wp-block-search__input {
background: var(--wp--preset--color--bg-white, #FFFFFF);
color: var(--wp--preset--color--text-base, #333333);
border: 1px solid var(--wp--preset--color--primary, #3B6799);
border-radius: 4px 0 0 4px;
padding: 0.625rem 0.75rem;
}
.semenov-search .wp-block-search__button {
background: var(--wp--preset--color--bg-white, #FFFFFF);
color: var(--wp--preset--color--text-heading, #1E3A5F);
border: 1px solid var(--wp--preset--color--primary, #3B6799);
border-radius: 0 4px 4px 0;
padding: 0.625rem 0.875rem;
}
.semenov-search .wp-block-search__button svg {
fill: currentColor;
}
.semenov-search .wp-block-search__button:hover,
.semenov-search .wp-block-search__button:focus-visible {
background: var(--wp--preset--color--active, #1A2B4C);
color: var(--wp--preset--color--bg-white, #FFFFFF);
} .wp-element-button {
border-radius: 4px;
cursor: pointer;
}
.has-primary-background-color.wp-element-button,
.wp-block-button__link.has-primary-background-color {
background-color: var(--wp--preset--color--primary, #3B6799);
color: var(--wp--preset--color--bg-white, #FFFFFF);
}
.wp-element-button:hover,
.has-primary-background-color.wp-element-button:hover {
background-color: var(--wp--preset--color--active, #1A2B4C);
color: var(--wp--preset--color--bg-white, #FFFFFF);
}
.semenov-news-section .has-bg-white-background-color.wp-element-button {
background-color: var(--wp--preset--color--bg-white, #FFFFFF);
color: var(--wp--preset--color--primary, #3B6799);
}
.semenov-news-section .has-bg-white-background-color.wp-element-button:hover,
.semenov-news-section .has-bg-white-background-color.wp-element-button:focus-visible {
background-color: var(--wp--preset--color--active, #1A2B4C);
color: var(--wp--preset--color--bg-white, #FFFFFF);
} .wp-block-query .wp-block-post-template.semenov-grid,
.semenov-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
align-items: stretch;
}
@media (min-width: 600px) {
.wp-block-query .wp-block-post-template.semenov-grid,
.semenov-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 992px) {
.wp-block-query .wp-block-post-template.semenov-grid,
.semenov-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.wp-block-query .wp-block-post-template.semenov-grid > li,
.semenov-grid > li {
background: var(--wp--preset--color--bg-white, #FFFFFF);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
align-self: stretch;
height: 100%;
min-width: 0;
margin: 0;
padding: 0;
list-style: none;
}
.semenov-grid figure,
.semenov-grid .wp-block-post-featured-image,
.semenov-grid .wp-block-post-featured-image a,
.semenov-grid .wp-block-post-featured-image img {
margin: 0;
padding: 0;
border: 0;
}
.semenov-grid .wp-block-post-featured-image a {
display: block;
line-height: 0;
font-size: 0;
border-bottom: 0;
text-decoration: none;
}
.semenov-grid .wp-block-post-featured-image img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 570 / 520;
object-fit: cover;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.semenov-grid-card__body {
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1 1 auto;
min-height: 0;
}
.semenov-grid .wp-block-post-title {
color: var(--wp--preset--color--primary, #3B6799);
margin: 0;
}
.semenov-grid .wp-block-post-title a {
color: inherit;
border-bottom: 0;
text-decoration: none;
}
.semenov-grid .wp-block-post-title a:hover,
.semenov-grid .wp-block-post-title a:focus-visible {
color: var(--wp--preset--color--active, #1A2B4C);
}
.semenov-card-date {
color: var(--wp--preset--color--text-base, #333333);
font-size: 0.875rem;
align-items: center;
gap: 0.375rem;
}
.semenov-icon {
flex-shrink: 0;
margin: 0;
}
.semenov-icon img {
display: block;
} .semenov-grid--media > li {
padding: 0;
}
.semenov-grid--media .wp-block-post-featured-image img {
cursor: zoom-in;
border-radius: 8px;
}
.js-lightbox-trigger:focus-visible {
outline: 3px solid var(--wp--preset--color--bg-white, #FFFFFF);
box-shadow: 0 0 0 6px var(--wp--preset--color--active, #1A2B4C);
} .semenov-section-title {
display: inline-block;
border-bottom: 3px solid var(--wp--preset--color--primary, #3B6799);
padding-bottom: 0.25rem;
}
.semenov-section-title a {
color: inherit;
border-bottom: 0;
text-decoration: none;
}
.semenov-section-title a:hover,
.semenov-section-title a:focus-visible {
color: var(--wp--preset--color--active, #1A2B4C);
}
.semenov-section-title-wrapper {
text-align: center;
margin-bottom: 2rem;
} .semenov-news-section .wp-block-cover__inner-container {
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.semenov-media-section {
width: 100%;
max-width: none;
}
.semenov-media-section > * {
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.has-ornament {
background-image: none; } .semenov-portrait {
margin: 0;
}
.semenov-portrait img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.semenov-bio-excerpt__actions {
margin-top: 1.5rem;
display: flex;
}
.semenov-bio-excerpt .wp-element-button {
margin-top: 1rem;
}
.semenov-bio-excerpt p {
margin-top: 0;
margin-bottom: 1rem;
}
.semenov-bio-excerpt ul,
.semenov-bio-excerpt ol {
margin-top: 0;
margin-bottom: 1rem;
padding-left: 1.5rem;
}
.semenov-bio-excerpt li {
margin-bottom: 0.25rem;
} .semenov-search-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
list-style: none;
margin: 0;
padding: 0;
}
.semenov-search-list > li {
background: var(--wp--preset--color--bg-white, #FFFFFF);
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
padding: 1rem;
}
.semenov-search-row {
gap: 1.25rem;
}
.semenov-search-media,
.semenov-search-media a,
.semenov-search-media img {
width: 150px;
height: 100px;
object-fit: cover;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.semenov-search-media {
flex-shrink: 0;
margin: 0;
} dialog.semenov-lightbox {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
max-width: 100vw;
max-height: 100vh;
margin: 0;
padding: 0;
border: 0;
background: transparent;
overflow: visible;
}
dialog.semenov-lightbox::backdrop {
background: rgba(26, 43, 76, 0.9);
}
dialog.semenov-lightbox .semenov-lightbox-inner {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}
dialog.semenov-lightbox img {
max-width: min(90vw, 1200px);
max-height: 85vh;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
background: var(--wp--preset--color--bg-white, #FFFFFF);
}
.semenov-lightbox-close {
position: absolute;
top: 1rem;
right: 1rem;
background: var(--wp--preset--color--bg-white, #FFFFFF);
color: var(--wp--preset--color--active, #1A2B4C);
border: 2px solid var(--wp--preset--color--active, #1A2B4C);
border-radius: 4px;
padding: 0.5rem 1rem;
font-weight: 700;
cursor: pointer;
} body.semenov-a11y-mode {
background: var(--wp--preset--color--bg-white, #FFFFFF) !important;
color: #000000 !important;
font-size: 112.5%;
}
body.semenov-a11y-mode * {
background-image: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
body.semenov-a11y-mode a {
color: #000000 !important;
border-bottom: 2px solid #000000 !important;
}
body.semenov-a11y-mode .wp-element-button,
body.semenov-a11y-mode .wp-block-button__link {
background: #000000 !important;
color: #FFFFFF !important;
border: 2px solid #000000 !important;
border-radius: 4px !important;
}
body.semenov-a11y-mode .wp-element-button:hover,
body.semenov-a11y-mode .wp-element-button:focus-visible {
background: #FFFFFF !important;
color: #000000 !important;
}
body.semenov-a11y-mode .semenov-topbar,
body.semenov-a11y-mode .site-header,
body.semenov-a11y-mode .semenov-nav-group,
body.semenov-a11y-mode .site-footer,
body.semenov-a11y-mode .wp-block-cover,
body.semenov-a11y-mode .semenov-grid > li,
body.semenov-a11y-mode .semenov-search-list > li,
body.semenov-a11y-mode .has-bg-white-background-color,
body.semenov-a11y-mode .has-bg-light-background-color,
body.semenov-a11y-mode .has-bg-utility-background-color,
body.semenov-a11y-mode .has-bg-footer-background-color {
background: #FFFFFF !important;
color: #000000 !important;
border-color: #000000 !important;
}
body.semenov-a11y-mode .semenov-main-nav .wp-block-navigation-item__content {
color: #000000 !important;
border: 2px solid transparent;
}
body.semenov-a11y-mode .semenov-main-nav .wp-block-navigation-item__content:hover,
body.semenov-a11y-mode .semenov-main-nav .wp-block-navigation-item__content:focus-visible,
body.semenov-a11y-mode .semenov-main-nav .current-menu-item > .wp-block-navigation-item__content {
background: #000000 !important;
color: #FFFFFF !important;
}
body.semenov-a11y-mode :where(a, button, input, select, textarea, summary, .wp-element-button):focus-visible {
outline: 4px solid #000000 !important;
outline-offset: 2px !important;
box-shadow: none !important;
} @media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition: none !important;
scroll-behavior: auto !important;
}
}