.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 .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;
}[class*="__container"] {
max-width: 85.625rem;
margin: 0 auto;
padding: 0 0.9375rem;
}
.post-single__container {
display: grid;
gap: 2rem;
} .post-single__featured-image {
height: 40.625rem;
display: flex;
justify-content: center;
overflow: hidden;
}
@media (max-width: 767px) {
.post-single__featured-image {
height: auto;
}
}
.post-single__featured-image img {
width: 100%;
height: auto;
display: block;
-o-object-fit: cover;
object-fit: cover;
} .post-single__body {
display: flex;
justify-content: space-between;
}
.body-post__content {
width: 66%;
}
.body-post__sidebar {
width: 32%;
} .content-post {
display: flex;
flex-direction: column;
row-gap: 1rem;
}
.content-post__meta {
font-weight: 500;
line-height: 1.5;
color: #535353;
}
.content-post__title {
line-height: normal;
font-weight: 700;
color: #1d2e37;
}
.content-post__filling {
font-family: Inter, sans-serif; line-height: 1.5;
}
.content-post__filling ul {
padding-left: 30px;
list-style-position: outside;
}
.content-post__filling:not(:last-child) {
margin-bottom: 2rem;
} .faq__title {
line-height: normal;
font-weight: 500;
color: #1d2e37;
}
.faq__title:not(:last-child) {
margin-bottom: 1.5rem;
}
.spollers {
font-family: Inter, sans-serif;
display: grid;
gap: 15px;
}
.spollers__item {
font-size: 1.25rem;
}
.spollers__title {
font-family: "Gilroy";
font-weight: 700;
width: 100%;
cursor: default;
text-align: left;
border-bottom: 1px solid rgba(29, 46, 55, 0.5);
padding: 0.625rem 0.9375rem;
position: relative;
list-style: none; display: flex;
justify-content: space-between;
align-items: center;
} .spollers__item[open] .spollers__title {
border-bottom: none; } .spollers__title::-webkit-details-marker,
.spollers__title::marker {
display: none;
}
._spoller-init .spollers__title {
cursor: pointer;
} .spollers__title svg {
transition: transform 0.3s ease;
flex-shrink: 0;
transform: rotate(180deg);
} .spollers__item[open] .spollers__title svg,
._spoller-init .spollers__title._spoller-active svg {
transform: rotate(0deg);
}
.spollers__body {
padding: 1.25rem;
border-bottom: 1px solid rgba(29, 46, 55, 0.5);
font-family: "Gilroy";
font-size: 16px;
} .spollers__title._spoller-active {
border-bottom: 0;
} .sidebar-post__wraperr {
position: sticky;
top: 120px;
display: grid;
} .consultation-block {
padding: 2rem 1.5rem;
background-color: #1d2e37;
text-align: center;
border-radius: 8px;
}
.consultation-block__title {
font-size: 1.75rem;
line-height: 1;
text-transform: uppercase;
color: #fff;
font-weight: 600;
}
.consultation-block__title:not(:last-child) {
margin-bottom: 0.5rem;
}
.consultation-block__sub-title {
font-size: 1.125rem;
line-height: 1.11;
font-weight: 600;
color: #fff;
}
.consultation-block__sub-title:not(:last-child) {
margin-bottom: 1.5rem;
}
.consultation-block__button {
padding: 0.625rem 1.5rem;
min-height: 2.75rem;
background-color: #0ca58a;
color: #fff;
transition: background-color 0.3s;
display: inline-flex; justify-content: center;
align-items: center;
border-radius: 8px;
}
@media (any-hover: hover) {
.consultation-block__button:hover {
background-color: #fff;
color: #0ca58a;
}
} .latest-news__title {
font-size: 1.75rem;
line-height: 1;
text-transform: uppercase;
color: #1d2e37;
font-weight: 600;
}
.post-block {
display: grid;
row-gap: 1rem;
}
.post-block__item {
display: flex;
gap: 1rem;
align-items: center;
}
.post-block__image {
height: 6.25rem;
width: 6.25rem;
display: flex;
justify-content: center;
overflow: hidden;
flex-shrink: 0; }
.post-block__image img {
width: 100%;
height: auto;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.post-block__info {
display: flex;
flex-direction: column;
justify-content: center;
}
.post-block__title {
font-size: 1.125rem;
font-weight: 600;
line-height: 1.5;
color: #1d2e37;
} @media (min-width: 29.99875em) {
.post-block__title {
max-width: 20.625rem;
}
}
@media (min-width: 85.625em) {
.post-single {
padding-bottom: 5.5rem;
}
.content-post__title {
font-size: 3rem;
}
.faq__title {
font-size: 2rem;
}
.sidebar-post__wraperr {
gap: 3rem;
}
.latest-news__title:not(:last-child) {
margin-bottom: 2rem;
}
}
@media (max-width: 61.99875em) { .post-single__body {
flex-direction: column;
row-gap: 1.875rem;
}
.body-post__content {
width: 100%;
}
.body-post__sidebar {
width: 100%;
}
}
@media (max-width: 20em) {
.post-single {
padding-bottom: 1.875rem;
}
.content-post__title {
font-size: 2rem;
}
.faq__title {
font-size: 1.625rem;
}
.sidebar-post__wraperr {
gap: 1.625rem;
}
.latest-news__title:not(:last-child) {
margin-bottom: 1.25rem;
}
} @media (min-width: 20em) and (max-width: 85.625em) {
@supports (padding-bottom: clamp(1.875rem, 0.77rem + 5.52vw, 5.5rem)) {
.post-single {
padding-bottom: clamp(1.875rem, 0.77rem + 5.52vw, 5.5rem);
}
.content-post__title {
font-size: clamp(2rem, 1.69rem + 1.52vw, 3rem);
}
.faq__title {
font-size: clamp(1.625rem, 1.51rem + 0.57vw, 2rem);
}
.sidebar-post__wraperr {
gap: clamp(1.625rem, 1.2rem + 2.09vw, 3rem);
}
.latest-news__title:not(:last-child) {
margin-bottom: clamp(1.25rem, 1.02rem + 1.14vw, 2rem);
}
}
}