.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 {
--blue-11: #061e3d;
--blue-9: #0070f3;
--blue-1: #e6f0ff;
--gray-0: #f8f9fa;
--gray-9: #111827;
--radius-2: 8px;
--shadow-2: 0 3px 6px rgba(0, 0, 0, 0.16);
--size-2: 0.5rem;
--size-3: 0.75rem;
--size-4: 1rem;
--size-6: 1.5rem;
--size-8: 2rem;
}:root {
--blue-11: #061e3d;
--blue-9: #0070f3;
--blue-1: #e6f0ff;
--gray-0: #f8f9fa;
--gray-9: #111827;
--radius-2: 8px;
--shadow-2: 0 3px 6px rgba(0, 0, 0, 0.16);
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background-color: var(--gray-0);
color: var(--gray-9);
font-family: system-ui, -apple-system, sans-serif;
line-height: 1.5;
} .skip-link {
position: absolute;
top: -100px;
left: 0;
background: var(--blue-9);
color: #fff;
padding: 8px 16px;
z-index: 99999;
}
.skip-link:focus {
top: 0;
} body.high-contrast {
background-color: #000000 !important;
color: #ffffff !important;
}
body.high-contrast a,
body.high-contrast button {
color: #ffff00 !important;
background-color: #000000 !important;
border-color: #ffffff !important;
}
body.high-contrast img {
filter: grayscale(100%) contrast(120%);
} .top-utility-bar {
background: var(--blue-11);
color: #ffffff;
padding: 0.6rem 2rem;
font-size: 0.875rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.a11y-btn {
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 0.85rem;
transition: background 0.2s;
}
.a11y-btn:hover {
background: rgba(255, 255, 255, 0.15);
}
.site-header {
padding: 1.25rem 2rem;
background: #ffffff;
border-bottom: 1px solid #e5e7eb;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1.5rem;
flex-wrap: wrap;
}
.header-brand {
display: flex;
align-items: center;
gap: 1rem;
}
.header-brand svg,
.header-brand img {
width: 42px;
height: 42px;
flex-shrink: 0;
}
.header-title-heading {
font-size: 1.25rem;
font-weight: 700;
margin: 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.header-title-heading a {
text-decoration: none;
color: var(--blue-11);
} .site-header .wp-block-navigation {
margin: 0;
}
.site-header .wp-block-navigation__container {
display: flex;
gap: 1.25rem;
list-style: none;
padding: 0;
margin: 0;
}
.site-header .wp-block-navigation-item__label {
font-weight: 500;
color: var(--blue-11);
text-decoration: none;
} .site-header .wp-block-search {
margin: 0;
display: flex;
}
.site-header .wp-block-search__input {
border: 1px solid #ccc;
border-radius: 4px 0 0 4px;
padding: 0.5rem 0.75rem;
}
.site-header .wp-block-search__button {
background: var(--blue-11);
color: #fff;
border: none;
border-radius: 0 4px 4px 0;
padding: 0.5rem 1rem;
cursor: pointer;
} .grid-4-cols .wp-block-post-template {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 1.5rem !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.grid-3-cols .wp-block-post-template {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 1.5rem !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
} .news-card {
display: flex;
flex-direction: column;
background: rgba(255, 255, 255, 0.05);
border-radius: var(--radius-2);
padding: 1rem;
height: 100%;
}
.news-card img,
.crop-570-520 img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: calc(var(--radius-2) - 2px);
margin-bottom: 0.75rem;
}
.news-card a {
color: #ffffff;
text-decoration: none;
}
.news-card a:hover {
text-decoration: underline;
} @media (max-width: 1024px) {
.grid-4-cols .wp-block-post-template {
grid-template-columns: repeat(2, 1fr) !important;
}
.grid-3-cols .wp-block-post-template {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media (max-width: 640px) {
.grid-4-cols .wp-block-post-template,
.grid-3-cols .wp-block-post-template {
grid-template-columns: 1fr !important;
}
.site-header {
flex-direction: column;
align-items: flex-start;
}
} .bio-section {
max-width: 1200px;
margin: 0 auto;
padding: 3rem 1rem;
}
.bio-section img {
width: 100%;
max-width: 450px;
height: auto;
border-radius: var(--radius-2);
box-shadow: var(--shadow-2);
display: block;
}
.news-section-bg {
background-color: var(--blue-11);
background-image: url(//xn--b1afa1aggq.xn--80asehdb/wp-content/themes/semenov-official/assets/img/back.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: #ffffff;
padding: 4rem 1rem;
}
.news-section-bg h2 a {
color: #ffffff;
text-decoration: none;
} .media-card {
position: relative;
overflow: hidden;
border-radius: var(--radius-2);
aspect-ratio: 4 / 3;
}
.media-card img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.media-card .overlay {
position: absolute;
inset: 0;
background: rgba(6, 30, 61, 0.88);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
opacity: 0;
transition: opacity 0.3s ease;
text-align: center;
text-decoration: none;
}
.media-card:hover .overlay {
opacity: 1;
} .site-footer {
background: #ffffff;
border-top: 1px solid #e5e7eb;
padding: 2rem 1rem;
text-align: center;
}
.site-footer .wp-block-navigation__container {
display: flex;
justify-content: center;
gap: 1.5rem;
list-style: none;
padding: 0;
margin: 0 0 1rem 0;
} dialog#lightbox-dialog {
border: none;
border-radius: 8px;
padding: 0;
max-width: 90vw;
max-height: 90vh;
background: transparent;
}
dialog#lightbox-dialog::backdrop {
background: rgba(0, 0, 0, 0.85);
}
dialog#lightbox-dialog img {
max-width: 100%;
max-height: 85vh;
display: block;
}
dialog#lightbox-dialog button.close-btn {
position: absolute;
top: 10px;
right: 10px;
background: #ffffff;
border: none;
padding: 6px 12px;
cursor: pointer;
border-radius: 4px;
font-weight: bold;
}