.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;
}#bws_settings_tabs .bws-tab-appearance a:before{
content: "\f100";
}
.cstmsrch-checkbox-section {
margin-bottom: 20px;
}
.cstmsrch_not_custom_post {
margin-top: 5px;
}
.cstmsrch-submit-type{
text-align: center;
}
.cstmsrch-submit-type input[type="submit"] {
display: inline-block;
padding-top: 4px;
padding-bottom: 4px;
margin: 1px;
}
.cstmsrch_twentytwenty .cstmsrch-search input[type="submit"]{
margin:  0 10px 0 10px;
}
.cstmsrch_twentyfifteen .cstmsrch-search input[type="search"]{
width: 50%;
}
.cstmsrch_twentyfifteen .cstmsrch-search input[type="submit"]{
display: none;
}
.cstmsrch_twentysixteen .cstmsrch-search input[type="submit"]{
width: auto;
}
.vacancy .cstmsrch_thumbnail_left img {
display: block !important;
}.swiper-doctors-slider {
position: relative;
width: 100%;
overflow: hidden;
}
.swiper-doctors-slider .swiper-wrapper {
display: flex;
}
.swiper-doctors-slider .swiper-slide {
flex-shrink: 0;
}
.doctor-card {
position: relative;
height: 400px;
border-radius: 12px;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
.doctor-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.doctor-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
color: #fff;
}
.doctor-info h3 {
margin: 0 0 8px 0;
font-size: 20px;
font-weight: 600;
}
.doctor-info p {
margin: 0;
font-size: 14px;
line-height: 1.4;
opacity: 0.9;
} .swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
background: rgba(255,255,255,0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
transition: all 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: #fff;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.swiper-button-next {
right: 10px;
}
.swiper-button-prev {
left: 10px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: not-allowed;
}
.swiper-navigation-icon {
width: 11px;
height: 20px;
color: #333;
}
.swiper-button-prev .swiper-navigation-icon {
transform: rotate(180deg);
} .swiper-pagination {
position: relative;
margin-top: 20px;
text-align: center;
}
.swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #ccc;
border-radius: 50%;
display: inline-block;
margin: 0 5px;
cursor: pointer;
transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
background: #333;
width: 30px;
border-radius: 5px;
} .doctors-slider-empty {
text-align: center;
padding: 60px 20px;
background: #f5f5f5;
border-radius: 8px;
}
.doctors-slider-empty p {
font-size: 18px;
color: #666;
margin: 0;
} .doctor-card.vrach1 { }
.doctor-card.vrach3 { }
.doctor-card.vrach4 { }
.doctor-card.vrach5 { }
.doctor-card.vrach7 { }
.doctor-card.vrach9 { }
.doctor-card.vrach11 { }
.doctor-card.vrach12 { }
.doctor-card.vrach13 { } @media (max-width: 768px) {
.doctor-card {
height: 350px;
}
.doctor-info h3 {
font-size: 18px;
}
.doctor-info p {
font-size: 13px;
}
.swiper-button-next,
.swiper-button-prev {
width: 36px;
height: 36px;
}
}
@media (max-width: 480px) {
.doctor-card {
height: 300px;
}
.swiper-button-next,
.swiper-button-prev {
display: none;
}
}@font-face {
font-family: 'et-icon';
src:
url(//dcmed38.ru/wp-content/themes/goya/assets/icons/theme-icons/fonts/et-icon.ttf?cvk4an) format('truetype'),
url(//dcmed38.ru/wp-content/themes/goya/assets/icons/theme-icons/fonts/et-icon.woff?cvk4an) format('woff'),
url(//dcmed38.ru/wp-content/themes/goya/assets/icons/theme-icons/fonts/et-icon.svg?cvk4an#et-icon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.et-icon { font-family: 'et-icon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.et-info:before {
content: "\e94a";
}
.et-sort:before {
content: "\e942";
}
.et-grid-small:before {
content: "\e941";
}
.et-star:before {
content: "\e92e";
}
.et-bookmark:before {
content: "\e940";
}
.et-grid:before {
content: "\e900";
}
.et-list:before {
content: "\e901";
}
.et-minus:before {
content: "\e914";
}
.et-sliders:before {
content: "\e915";
}
.et-maximize-2:before {
content: "\e917";
}
.et-maximize:before {
content: "\e918";
}
.et-user:before {
content: "\e919";
}
.et-shopping-bag:before {
content: "\e91a";
}
.et-shopping-cart:before {
content: "\e91b";
}
.et-share:before {
content: "\e91d";
}
.et-search:before {
content: "\e91e";
}
.et-message-square:before {
content: "\e91f";
}
.et-plus:before {
content: "\e920";
}
.et-menu:before {
content: "\e921";
}
.et-tag:before {
content: "\e922";
}
.et-chevron-right:before {
content: "\e923";
}
.et-chevron-left:before {
content: "\e924";
}
.et-chevron-down:before {
content: "\e925";
}
.et-chevron-up:before {
content: "\e926";
}
.et-x-circle:before {
content: "\e927";
}
.et-x-close:before {
content: "\e928";
}
.et-alert-triangle:before {
content: "\e929";
}
.et-help-circle:before {
content: "\e92a";
}
.et-alert-circle:before {
content: "\e92b";
}
.et-check:before {
content: "\e92c";
}
.et-map-pin:before {
content: "\e92d";
}
.et-download:before {
content: "\e92f";
}
.et-arrow-right:before {
content: "\e932";
}
.et-arrow-left:before {
content: "\e933";
}
.et-arrow-down:before {
content: "\e934";
}
.et-arrow-up:before {
content: "\e935";
}
.et-gift:before {
content: "\e938";
}
.et-log-out:before {
content: "\e936";
}
.et-log-in:before {
content: "\e937";
}
.et-calendar:before {
content: "\e93b";
}
.et-clock:before {
content: "\e93a";
}
.et-refresh-cw:before {
content: "\e930";
}
.et-link:before {
content: "\e93c";
}
.et-trash:before {
content: "\e93d";
}
.et-credit-card:before {
content: "\e93e";
}
.et-play:before {
content: "\e916";
}
.et-package:before {
content: "\e93f";
}
.et-zoom-out:before {
content: "\e931";
}
.et-zoom-in:before {
content: "\e939";
}
.et-tiktok:before {
content: "\e944";
}
.et-x:before {
content: "\e949";
}
.et-spotify:before {
content: "\e948";
}
.et-map-marker:before {
content: "\e947";
}
.et-heart-fill:before {
content: "\e91c";
}
.et-heart:before {
content: "\e946";
}
.et-phone:before {
content: "\e945";
}
.et-telegram:before {
content: "\e943";
}
.et-twitter:before {
content: "\e902";
}
.et-facebook:before {
content: "\e903";
}
.et-pinterest:before {
content: "\e904";
}
.et-instagram:before {
content: "\e905";
}
.et-linkedin:before {
content: "\e906";
}
.et-google:before {
content: "\e907";
}
.et-flickr:before {
content: "\e908";
}
.et-snapchat:before {
content: "\e909";
}
.et-behance:before {
content: "\e90a";
}
.et-dribbble:before {
content: "\e90b";
}
.et-tumblr:before {
content: "\e90c";
}
.et-vimeo:before {
content: "\e90d";
}
.et-vk:before {
content: "\e90e";
}
.et-youtube:before {
content: "\e90f";
}
.et-weibo:before {
content: "\e910";
}
.et-whatsapp:before {
content: "\e911";
}
.et-soundcloud:before {
content: "\e912";
}
.et-email:before {
content: "\e913";
}
.et-envelope-o:before {
content: "\e913";
}