.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;
}
.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 {
--df-light-blue: rgb(226, 232, 248);
--df-dark-blue: rgb(61, 88, 141);
--df-blue: rgb(95, 136, 217);
--df-green: rgb(66, 183, 140);
--df-green-dark: rgb(25, 171, 117);
--df-black: rgb(0, 0, 0);
--df-white: rgb(255, 255, 255);
}
body {
margin: 0;
font-family: Segoe UI;
} .df-header,
.df-nav,
.df-main,
.df-footer {
padding-left: calc(50% - (1300px / 2));
padding-right: calc(50% - (1300px / 2));
}
.df-main {
min-height: calc(100vh - 410px);
}
#breadcrumbs {
padding: 16px 0;
margin: 0;
}
@media (max-width: 1400px) {
.df-header,
.df-nav,
.df-main,
.df-footer {
padding-left: 50px;
padding-right: 50px;
}
}
@media (max-width: 1024px) {
.df-header,
.df-nav,
.df-main,
.df-footer {
padding-left: 30px;
padding-right: 30px;
}
.df-main {
margin-top: 100px !important;
}
} .df-sResult {
max-width: 1300px;
margin: 0 auto;
padding-bottom: 50px;
min-height: calc(100vh - 456px);
}
.df-sResult__search-resoult {
display: flex;
flex-direction: column;
gap: 24px;
}
.df-sResult__article-image {
width: 300px;
height: 100%;
overflow: hidden;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.df-sResult__article-image img {
object-fit: cover;
object-position: center;
height: 100%;
}
.df-sResult__search-resoult article {
display: flex;
align-items: center;
height: auto;
gap: 32px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0px 0px 12px -2px rgba(61, 88, 141, 1);
position: relative;
padding: 32px 0;
}
.df-sResult__search-resoult article:hover {
box-shadow: 0px 0px 12px -2px rgb(0 86 255);
}
.df-sResult__search-resoult>a:last-child article {
border: none;
}
.df-sResult__article-content {
margin-left: 332px;
margin-right: 32px;
}
.df-sResult__article-header {
margin-bottom: 16px;
}
.df-sResult__article-title {
margin: 0;
color: var(--df-dark-blue);
}
.df-sResult__search-resoult a {
text-decoration: none;
}
.df-sResult__article-excerpt {
color: #000;
}
.df-sResult__article-excerpt p {
margin: 0;
}
@media (max-width: 1024px) {
.df-sResult__search-resoult {
flex-direction: row;
flex-wrap: wrap;
gap: 32px;
}
.df-sResult__search-resoult a {
width: 100%;
}
.df-sResult__search-resoult article {
padding: 0 32px 32px 32px;
margin: 0;
flex-direction: column;
padding-top: 182px;
}
.df-sResult__article-image {
top: 0;
left: 0;
width: 100%;
height: 150px;
}
.df-sResult__article-content {
margin: 0;
}
}
@media (max-width: 500px) {
.df-sResult__article-image {
display: none;
}
.df-sResult__search-resoult article {
padding-top: 32px;
}
} .df-sArchive {
padding: 50px 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 32px;
}
.df-sArchive__article {
display: flex;
flex-direction: column;
box-shadow: 0px 0px 12px -2px rgba(61, 88, 141, 1);
overflow: hidden;
border-radius: 8px;
position: relative;
padding-bottom: 72px;
}
.df-sArchive__article-image {
height: fit-content;
}
.df-sArchive__article-image img {
width: 100%;
height: auto;
}
.df-sArchive__article-date {
margin: 16px 16px 0;
font-weight: 500;
opacity: 0.3;
}
.df-sArchive__article-title {
margin: 0px 16px 16px;
}
.df-sArchive__article-title a {
color: var(--df-dark-blue);
text-decoration: none;
}
.df-sArchive__article-content {
margin: 0 16px;
}
.df-sArchive__article-content p {
margin: 0 0;
}
.df-sArchive__article-footer {
position: absolute;
bottom: 0;
display: flex;
justify-content: flex-end;
width: 100%;
}
.df-sArchive__article-more {
background-color: var(--df-dark-blue);
color: var(--df-white);
text-decoration: none;
padding: 10px 20px;
border-radius: 4px;
margin: 0 16px 16px;
box-shadow: 0px 0px 8px -2px var(--df-black);
}
.df-sArchive__article-more:hover {
opacity: 0.8;
}
@media (max-width: 1279px) {
.df-sArchive {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.df-sArchive {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
} .df-notFound {
display: flex;
flex-direction: column;
align-items: center;
}
.df-notFound__banner {
margin-top: -4px;
max-width: 400px;
z-index: -1;
}
.df-notFound__title {
font-size: 48px;
margin: 0;
}
.df-notFound__desc {
margin: 0;
}
.df-notFound__desc a {
font-size: 16px;
font-weight: 500;
color: var(--df-black);
text-decoration: none;
}
.df-notFound__desc:hover a {
color: var(--df-dark-blue);
}.df-header {
display: flex;
height: calc(100px - 20px);
overflow: hidden;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
background-color: var(--df-light-blue);
justify-content: space-between;
}
.df-header--margin {
margin-bottom: 50px;
}
.df-header__left,
.df-header__right {
display: flex;
gap: 32px;
}
.df-header__logo,
.df-header__logo * {
display: block;
width: auto;
height: calc(100px - 20px);
}
.df-header__content {
display: flex;
flex-wrap: wrap;
}
.df-header__content--title {
width: 100%;
font-weight: 520;
font-size: 28px;
margin-bottom: 8px;
}
.df-header__content--krs {
font-weight: 600;
font-size: 16px;
}
.df-header__right--button {
display: block;
padding: 16px 32px;
color: var(--df-white);
text-decoration: none;
border-radius: 8px;
font-size: 18px;
font-weight: 600;
}
.df-header__right--help {
background-color: var(--df-green);
}
.df-header__right--help:hover {
background-color: var(--df-green-dark);
}
.df-header__right--contact {
background-color: var(--df-blue);
}
.df-header__right--contact:hover {
background-color: var(--df-dark-blue);
}
@media (max-width: 1024px) {
.df-header--margin {
margin-bottom: 0px;
}
} .df-nav {
display: flex;
background-color: var(--df-dark-blue);
align-items: center;
justify-content: space-between;
height: 50px;
}
.df-nav .df-nav__logo {
display: none;
}
.df-nav .df-nav__logo,
.df-nav .df-nav__logo * {
height: 80px;
width: auto;
}
.df-nav__logo-top-mobile {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
}
.df-nav__logo-top-mobile div {
display: flex;
height: 100%;
align-items: center;
color: var(--df-white);
font-size: 16px;
line-height: 16px;
}
.df-nav .df-nav__hamburger {
display: none;
}
.df-nav__right {
display: flex;
gap: 32px;
align-items: center;
}
.df-nav__hamburger svg {
fill: var(--df-white);
height: 32px;
}
.df-nav__mobile-menu-close {
display: none;
}
.df-nav--open .df-nav__menu {
top: 0;
left: 0;
display: flex;
position: fixed;
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
background-color: var(--df-dark-blue);
z-index: 9999;
}
.df-nav--open .df-nav__menu ul {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.df-nav--open .df-nav__menu li {
font-size: 32px;
}
.df-nav--open .df-nav__mobile-menu-close {
display: flex;
position: fixed;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
top: 30px;
right: 30px;
z-index: 99999;
fill: var(--df-white);
}
.df-nav--sticky {
top: 0;
position: fixed;
width: 1300px;
z-index: 999;
}
@media (max-width: 1400px) {
.df-nav--sticky {
width: calc(100vw - 100px);
}
}
@media (max-width: 1024px) {
.df-header {
display: none;
}
.df-nav {
height: 100px;
width: calc(100vw - 60px);
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
.df-nav__menu {
display: none;
}
.df-nav .df-nav__hamburger {
display: block;
}
.df-nav .df-nav__logo {
display: block;
}
.df-nav__search {
padding: 0;
}
}
.df-nav .current-menu-item a {
opacity: 1;
}
.df-nav ul {
display: flex;
list-style: none;
gap: 32px;
margin: 0;
padding: 0;
}
.df-nav li {
font-size: 18px;
}
.df-nav li a {
color: var(--df-white);
text-decoration: none;
padding: 0;
opacity: 0.8;
}
.df-nav li.current-menu-item a {
opacity: 1;
}
.df-nav__search {
padding-top: 5px;
width: 32px;
margin-left: 16px;
fill: var(--df-white);
opacity: 0.6;
cursor: pointer;
transition-duration: 0.2s;
}
.df-nav__search:hover {
opacity: 1;
}
@media (max-width: 640px) {
.search-popup-content form {
display: flex;
flex-direction: column;
gap: 16px;
margin: 30px;
width: 100%;
}
.search-popup-content {
border-radius: 0;
width: 100%;
display: flex;
height: 100%;
align-items: center;
}
} .search-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(20px);
justify-content: center;
align-items: center;
z-index: 9999;
}
.search-popup.active {
display: flex;
}
.search-popup-content {
width: 800px;
background-color: #fff;
border-radius: 4px;
position: relative;
}
.search-form {
margin: 40px;
display: flex;
justify-content: center;
}
.search-field {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 0;
font-size: 16px;
outline: none !important;
}
.search-submit {
padding: 10px 20px;
background-color: var(--df-dark-blue);
color: #fff;
border: none;
border-radius: 0;
font-size: 16px;
cursor: pointer;
}
.search-submit:hover {
opacity: 0.7;
}
.search-popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
color: var(--df-dark-blue);
cursor: pointer;
}
.search-popup-close svg {
width: 24px;
fill: var(--df-dark-blue);
}
.search-popup-close:hover svg {
opacity: 0.7;
}
body.popup-open {
overflow: hidden;
} #breadcrumbs a {
text-decoration: none;
color: var(--df-black);
}
#breadcrumbs a:hover {
color: var(--df-dark-blue);
}
#breadcrumbs .breadcrumb_last {
font-weight: bold;
color: var(--df-dark-blue);
}.df-footer {
display: flex;
background-color: var(--df-dark-blue);
color: var(--df-white);
padding-top: 64px;
padding-bottom: 64px;
gap: 32px;
justify-content: space-between;
}
.df-footer a {
color: var(--df-white);
text-decoration: none;
}
.df-footer a:hover {
color: var(--df-light-blue);
}
.df-footer__col {
flex: 1;
}
.df-footer__logo img {
max-width: 100%;
max-height: 128px;
border-radius: 4px;
width: auto;
}
.df-footer__col .widget-title {
font-size: 20px;
margin: 0;
}
@media (max-width: 1024px) {
.df-footer {
flex-wrap: wrap;
}
.df-footer__col:first-child {
width: 100%;
}
.df-footer__col {
flex: auto;
width: calc(50% - 16px);
}
}
@media (max-width: 768px) {
.df-footer {
flex-wrap: nowrap;
flex-direction: column
}
.df-footer__col {
flex: auto;
width: 100%;
}
}