.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;
}.ibhs-main-wrapper,
.ibhs-main-wrapper * {
box-sizing: border-box;
}
.ibhs-wrapper {
width: 100%
}
.ibhs-main-wrapper,
.ibhs-main-wrapper .td_mod_wrap {
margin: 0 !important;
padding: 0 !important
}
.ibhs-slider {
position: relative;
overflow: hidden;
border-radius: 0;
width: 100%
}
.ibhs-track {
display: flex;
transition: transform .5s ease;
will-change: transform
}
.ibhs-slide {
min-width: 100%;
position: relative
}
.ibhs-media {
display: block;
position: relative;
line-height: 0
}
.ibhs-media img {
width: 100%;
height: 500px;
max-height: unset;
object-fit: cover;
object-position: top;
display: block;
margin-bottom: 0 !important;
background: #a0213a;
}
.ibhs-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 24px 18px 14px;
font-weight: 800;
font-size: clamp(16px, 2.4vw, 26px);
color: #eeee22;
line-height: 1.25;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 95%)
}
.ibhs-pager {
width: 100%;
margin-top: 0;
display: flex;
flex-wrap: wrap;
gap: 0;
background: #f4f4f5;
padding: 0;
border-radius: 0
}
.ibhs-pager .ibhs-page {
flex: 1;
appearance: none;
border: 1px solid #fffc;
background: #eaecef;
color: #111;
height: 44px;
border-radius: 0;
font: 700 16px/44px system-ui, -apple-system, "Segoe UI", Roboto, Arial;
text-align: center;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
margin: 0
}
.ibhs-pager .ibhs-page:hover {
background: #f9fafb
}
.ibhs-pager .ibhs-page[aria-current=true] {
background: #a0213a;
border-color: #a0213a;
color: #fff
}
.ibhs-dots {
display: none
}
.ibhs-dots {
width: 100%;
gap: 1px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 8px 12px;
background: #f1f1f1
}
.ibhs-dots .ibhs-dot {
appearance: none;
height: 5px;
border-radius: 4px;
background: #d1d5db;
border: 0;
cursor: pointer;
flex: 1;
}
.ibhs-dots .ibhs-dot[aria-current=true] {
background: #a0213a
}
.ibhs-wrapper,
.ibhs-slider,
.ibhs-pager,
.ibhs-dots {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.ibhs-main-wrapper,
.ibhs-main-wrapper * {
box-sizing: border-box;
}
.ibhs-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 999px;
background: rgba(255, 255, 255, .92);
border: 1px solid rgba(160, 33, 58, .18);
color: #a0213a;
box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 2px 6px rgba(0, 0, 0, .08);
backdrop-filter: saturate(180%) blur(6px);
-webkit-backdrop-filter: saturate(180%) blur(6px);
cursor: pointer;
z-index: 5;
outline: 0;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ibhs-prev {
left: 12px
}
.ibhs-next {
right: 12px
}
.ibhs-nav::before {
content: "";
width: 25px;
height: 25px;
background: currentColor;
-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M9.29 6.71a1 1 0 0 1 1.42 0l4.58 4.59a1 1 0 0 1 0 1.4l-4.58 4.59a1 1 0 1 1-1.42-1.41L12.46 12 9.29 8.12a1 1 0 0 1 0-1.41Z"/></svg>') center/contain no-repeat;
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M9.29 6.71a1 1 0 0 1 1.42 0l4.58 4.59a1 1 0 0 1 0 1.4l-4.58 4.59a1 1 0 1 1-1.42-1.41L12.46 12 9.29 8.12a1 1 0 0 1 0-1.41Z"/></svg>') center/contain no-repeat;
}
.ibhs-prev::before {
transform: scaleX(-1)
}
.ibhs-nav:hover {
background: #fff;
box-shadow: 0 12px 24px rgba(0, 0, 0, .18), 0 3px 8px rgba(0, 0, 0, .1);
transform: translateY(-50%) scale(1.06);
}
.ibhs-nav:active {
transform: translateY(-50%) scale(.96)
}
.ibhs-nav:focus-visible {
box-shadow: 0 0 0 3px rgba(160, 33, 58, .25), 0 8px 18px rgba(0, 0, 0, .15);
}
.ibhs-nav {
border-color: rgba(255, 255, 255, .6)
}
@media (max-width:767px) {
.ibhs-nav {
width: 40px;
height: 40px
}
.ibhs-nav::before {
width: 22px;
height: 22px
}
.ibhs-prev {
left: 10px
}
.ibhs-next {
right: 10px
}
}
@media (prefers-reduced-motion:reduce) {
.ibhs-nav {
transition: none
}
}
@media (max-width:767px) {
.ibhs-media img {
height: 58vw;
max-height: none
}
.ibhs-caption {
padding: 16px 14px 12px;
font-size: 18px;
line-height: 1.2
}
.ibhs-pager {
display: none
}
.ibhs-dots {
display: flex
}
}
@media (prefers-reduced-motion:reduce) {
.ibhs-track {
transition: none
}
} .ig-sec {
margin: 24px 0
}
.ig-head {
display: flex;
align-items: center;
gap: 16px;
margin: 0 0 14px
}
.ig-head .ig-h-title {
margin: 0;
font-size: 34px;
font-weight: 800;
letter-spacing: .3px;
line-height: 1.1;
color: var(--ig-title-color)
}
.ig-head .ig-h-line {
flex: 1;
height: 4px;
border-radius: 2px;
background: var(--ig-title-color);
opacity: .95
}
.ig-head .ig-more {
display: inline-block;
padding: 8px 14px;
border-radius: 10px;
border: 1px solid var(--ig-title-color);
color: var(--ig-title-color);
background: #fff;
font-weight: 700;
text-decoration: none;
transition: all .15s ease;
box-shadow: 0 2px 6px rgba(0, 0, 0, .05)
}
.ig-head .ig-more:hover {
background: var(--ig-title-color);
color: #fff;
box-shadow: 0 4px 14px rgba(0, 0, 0, .10)
}
.ig-row {
display: grid;
gap: 22px;
margin-bottom: 18px;
}
.ig-row.big-1 {
grid-template-columns: 1fr
}
.ig-row.big-2 {
grid-template-columns: 1fr 1fr
}
.ig-card {
display: block;
background: #fff;
border: 1px solid #e7e8eb;
border-radius: 0;
overflow: hidden;
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease
}
.ig-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(17, 24, 39, .08);
border-color: #e2e5e9
}
.ig-media {
display: block;
position: relative
}
.ig-media img {
display: block;
width: 100%;
height: 360px;
object-fit: fill;
}
.ig-title {
font-size: 28px;
line-height: 1.2;
margin: 12px 14px 6px
}
.ig-title a {
display: block;
color: #111;
text-decoration: none
}
.ig-title a:hover {
color: var(--ig-title-color)
}
.ig-title {
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden
}
.ig-meta {
font-size: 13px;
opacity: .75;
margin: 0 14px
}
.ig-excerpt {
color: #444;
margin: 8px 14px 14px
}
.ig-excerpt {
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden
}
.ig-grid {
display: grid;
gap: 18px
}
.ig-grid.cols-2 {
grid-template-columns: repeat(2, 1fr)
}
.ig-grid.cols-3 {
grid-template-columns: repeat(3, 1fr)
}
.ig-grid.cols-4 {
grid-template-columns: repeat(4, 1fr)
}
.ig-card.sm .ig-media img {
height: 200px;
}
.ig-card.sm .ig-title {
font-size: 18px;
margin: 10px 12px 4px
}
.ig-card.sm .ig-meta {
margin: 0 12px 10px
}
@media (max-width:1024px) {
.ig-row.big-2 {
grid-template-columns: 1fr
}
.ig-media img {
height: 320px
}
.ig-grid.cols-4 {
grid-template-columns: repeat(3, 1fr)
}
.ig-head .ig-h-title {
font-size: 1.7rem
}
.ig-head .ig-more {
padding: 7px 12px
}
}
@media (max-width:760px) {
.ig-grid.cols-3,
.ig-grid.cols-4 {
grid-template-columns: repeat(2, 1fr)
}
.ig-media img {
height: auto;
}
.ig-head .ig-h-title {
font-size: 28px
}
.ig-card.sm .ig-media img{
height: auto;
}
}
@media (max-width:520px) {
.ig-grid {
grid-template-columns: 1fr
}
.ig-media img {
height: auto;
}
.ig-head {
gap: 12px
}
.ig-head .ig-more {
padding: 6px 10px;
border-radius: 8px
}
}  .icc-car {
margin: 24px 0
}
.icc-car-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-bottom: 20px;
width: 100%;
padding: 0 4px
}
.icc-car-title {
font-size: 1.7rem;
font-weight: 800;
color: #7f1d1d;
margin: 0;
line-height: 1.1;
letter-spacing: .3px
}
.icc-car-line {
flex: 1;
height: 3px;
border-radius: 2px
}
.icc-car-arrows {
display: flex;
gap: 8px;
align-items: center
}
.icc-car-btn {
font-size: 16px;
border-radius: 8px;
border: 1px solid #d1d5db;
background: #fff;
color: #7f1d1d;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all .15s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}
.icc-car-btn:hover {
background: #fef2f2;
border-color: #b91c1c
}
.icc-car-btn:disabled {
opacity: .4;
cursor: not-allowed
}
.icc-car-track {
scroll-behavior: smooth;
overflow-x: auto;
display: grid;
grid-auto-flow: column;
gap: var(--gap);
scroll-snap-type: x mandatory;
padding-bottom: 6px;
-ms-overflow-style: none;
scrollbar-width: none;
align-items: stretch;
grid-auto-columns: var(--cardw, 320px);
}
.icc-car-track::-webkit-scrollbar {
display: none
}
.icc-car-card {
box-sizing: border-box;
scroll-snap-align: start;
display: block;
width: 100%;
background: #fff;
border: 1px solid #e7e8eb;
border-radius: 0;
box-shadow: 0 2px 12px rgba(17, 24, 39, .06)
}
.icc-car-card:hover .icc-car-title2 a {
color: #b91c1c
}
.icc-car-media {
display: block;
overflow: hidden
}
.icc-car-media img {
display: block;
width: 100%;
height: 240px;
object-fit: cover;
margin-bottom: 0 !important
}
.icc-car-cat {
display: inline-block;
margin: 12px 16px 0 16px;
font-weight: 700;
text-decoration: none;
color: #2a7bd8;
font-size: 14px
}
.icc-car-title2 {
margin: 0;
padding: 8px;
font-size: 15px;
line-height: 1.3;
font-weight: 700;
color: #111;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden
}
.icc-car-title2 a {
display: block;
width: 100%;
color: inherit;
text-decoration: none
}
.icc-car-title2 a:hover {
text-decoration: none;
color: #b91c1c
}
.icc-car-meta {
font-size: 13px;
opacity: .75;
margin: 6px 16px 14px 16px;
color: #666
}
@media (max-width:1024px) {
.icc-car-media img {
height: 220px
}
}
@media (max-width:720px) {
.icc-car-media img {
height: 200px
}
}
@media (max-width:520px) {
.icc-car-media img {
height: 190px
}
}.iskra-eczane-wrapper {
border: 1px solid #d9d9d9;
border-radius: 8px;
background: #fff;
max-width: 100%;
padding: 20px;
box-shadow: 0 4px 20px rgba(0,0,0,.03);
margin: 15px 0;
}
.iskra-eczane-head {
font-size: 28px;
font-weight: 700;
color: #1a1a1a;
line-height: 1.2;
margin: 0 0 20px
}
.iskra-form-row {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: 16px;
border: 1px solid #d9d9d9;
border-radius: 8px;
padding: 16px;
background: #fafafa;
margin: 8px 0;
}
.iskra-form-field {
display: flex;
flex-direction: column;
flex: 1 1 200px;
min-width: 160px
}
.iskra-form-label {
font-size: 14px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 6px
}
.iskra-form-select {
width: 100%;
border: 1px solid #c8c8c8;
border-radius: 6px;
background: #fff;
font-size: 15px;
line-height: 1.4;
padding: 10px 12px;
color: #1a1a1a
}
.iskra-form-btn {
flex-shrink: 0;
background: #a0213a;
border: none;
border-radius: 6px;
color: #fff;
font-size: 15px;
font-weight: 600;
line-height: 1.2;
padding: 12px 18px;
cursor: pointer;
transition: filter .12s linear
}
.iskra-form-btn:hover {
filter: brightness(1.08)
}
.iskra-results-head {
margin: 20px 0 16px;
font-size: 16px;
font-weight: 600;
color: #a0213a
}
.iskra-eczane-list {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
margin-bottom: 8px
}
.iskra-eczane-card {
border: 1px solid #ececec;
border-radius: 8px;
padding: 16px 16px 14px 16px;
background: #fff;
box-shadow: 0 8px 24px rgba(0,0,0,.03);
position: relative
}
.iskra-eczane-card:before {
content: "";
position: absolute;
left: 0;
top: 16px;
bottom: 16px;
width: 4px;
border-radius: 3px;
background: #a0213a
}
.iskra-eczane-topline {
font-size: 17px;
font-weight: 700;
color: #1a1a1a;
line-height: 1.3;
padding-left: 12px;
margin-bottom: 10px
}
.iskra-eczane-row {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
line-height: 1.4;
color: #2a2a2a;
padding-left: 12px;
word-break: break-word;
}
.iskra-eczane-row + .iskra-eczane-row {
margin-top: 6px
}
.iskra-eczane-ico {
font-size: 16px;
line-height: 1;
color: #a0213a;
flex-shrink: 0;
min-width: 16px;
text-align: center
}
.iskra-eczane-link a {
font-size: 14px;
font-weight: 600;
color: #a0213a;
text-decoration: none
}
.iskra-eczane-link a:hover {
text-decoration: underline
}
.iskra-empty {
font-size: 15px;
line-height: 1.4;
color: #444;
padding: 20px 12px 0 12px
}
@media(max-width:520px){
.iskra-form-row {
flex-direction: column;
align-items: stretch
}
.iskra-form-btn {
width: 100%;
text-align: center
}
}