.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 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;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
margin-left: auto;
}
.menu-toggle.button-main {
padding: 6px;
border-radius: 50px;
display: block;
border-color: #E3000F !important;
height: 40px;
width: 40px;
}
@media screen and (min-width: 950px) {
.menu-toggle.button-main,
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
body {
font-family: 'Montserrat', Arial, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.6;
color: #333;
background: #fff;
}
body, button, input, select, optgroup, textarea {
font-family: 'Montserrat', Arial, sans-serif;
}
[class^="container"] {
margin: 0 auto;
padding: 0 30px;
width: 100%;
}
.container {
max-width: 1280px;
}
.container-medium {
max-width: 1140px;
}
.container-small {
max-width: 1070px;
}
.container-exsmall {
max-width: 850px;
}
.d-none{
display: none !important;
}
.d-flex {
display: flex;
}
.flex-column {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-content-space-between {
justify-content: space-between;
}
.flex-content-space-around {
justify-content: space-around;
}
.flex-content-center {
justify-content: center;
}
.flex-content-start {
justify-content: flex-start;
}
.flex-items-center {
align-items: center;
}
.flex-items-start {
align-items: flex-start;
}
.flex-align-start {
align-content: flex-start;
}
.gap10 {
gap: 10px;
}
.gap20 {
gap: 20px;
}
.gap30 {
gap: 30px;
}
.gap40 {
gap: 40px;
}
.gap50 {
gap: 50px;
}
.full-width {
width: 100%;
max-width: 100% !important;
}
section {
padding: 4em 0 5em;
}
.w100 {
width: 100%;
}
.grey-bg {
background: #EDEDED;
}
.blue-bg {
background: #5A9BD6;
}
.white-text {
color: #fff;
}
.blue-text {
color: #5A9BD6;
}
.text-center {
text-align: center;
}
.padding-non {
padding: 0 !important;
}
.padding-top-non {
padding-top: 0 !important;
}
.padding-5-7 {
padding: 5em 0 6.5em;
}
.margin-non {
margin: 0 !important;
}
.no-list {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
a {
color: #5A9BD6;
text-decoration: none;
outline: none !important;
}
a:hover, a:focus, a:active, a:visited {
color: #5A9BD6;
text-decoration: none !important;
text-underline-offset: 4px;
outline: none;
}
.button-main {
background: linear-gradient(93.7deg, #5A9BD6 4.53%, #2881D2 90.64%);
box-shadow: 0px 11px 35px #5A9BD6; border-radius: 59px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.25em;
font-weight: 500;
line-height: 1.2;
padding: 18px 40px;
transition: all 0.3s ease;
white-space: nowrap;
}
.button-main:hover {
background: linear-gradient(93.7deg, #2881D2 4.53%, #5A9BD6 90.64%);
color: #fff;
text-decoration: none;
}
.button-main.non-bg {
background: transparent;
border: 1px solid #5A9BD6;
box-shadow: none;
color: #5A9BD6;
}
.button-main.non-bg:hover {
background: linear-gradient(93.7deg, #2881D2 4.53%, #5A9BD6 90.64%);
box-shadow: 0px 11px 35px #5A9BD6;
color: #fff;
}
.button-main.white-button {
background: #fff;
box-shadow: none;
border: 2px solid #fff;
color: #5A9BD6;
}
.button-main.white-button:hover {
background-color: transparent;
box-shadow: 0px 11px 35px #fff;
}
.button-main.white-border{
background: transparent;
box-shadow: none;
border: 2px solid #fff;
color: #fff;
}
.button-main.white-border:hover {
background-color: #fff;
box-shadow: 0px 7px 25px #fff;
color: #5A9BD6;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.section-title {
line-height: 1.5;
margin: 0 0 0.3em;
}
.section-title {
font-size: 7.7em;
font-weight: 700;
position: relative;
line-height: 0.95;
margin-left: -9px;
}
.section-title span {
font-size: 0.58em;
display: block;
}
.section-subtitle {
font-size: 1.8em;
font-weight: 700;
max-width: 660px;
line-height: 1;
}
.title-block {
margin-bottom: 4em;
}
.title-block .section-title, 
.title-block .section-subtitle {
margin-bottom: 10px;
}
h1, .h1 {
font-size: 4em;
font-weight: 700;
}
h2, .h2 {
font-size: 2.5em;
font-weight: 700;
}
h3, .h3 {
font-size: 1.5em;
}
h4, .h4 {
font-size: 1.25em;
}
h5, .h5 {
font-size: 1em;
}
p {
color: #333;
margin: 0 0 1.2em;
}
@media (min-width: 751px) {
.desktop-hidden {
display: none;
}
}
@media (min-width: 951px) {
.tablet-visible {
display: none;
}
}
@media (max-width: 950px) {
[class^="container"] {
padding: 0 20px;
}
.tablet-hidden {
display: none;
}
}
@media (max-width: 750px) {
[class^="container"] {
padding: 0 15px;
}
.mobile-hidden {
display: none;
}
.flex-wrap-mobile {
flex-wrap: wrap;
}
#wpadminbar {
overflow-x: hidden;
}
}
@media (max-width: 500px) {
}
.fancybox__container {
--fancybox-bg: rgba(70, 70, 70, 0.63) !important;
}
.fancybox__backdrop {
backdrop-filter: blur(13px) !important;
}
body *:not(.font400) {
font-weight: 700;
}
.post, .page {
margin: 0 !important;
}
.anchor {
position: absolute;
margin-top: -80px;
}
.main-slider__section .anchor {
margin-top: 0;
}
.site-header { z-index: 9;
}
.site-header__inner {
padding: 2rem 0 1rem;
}
.top-bar {
background: #5A9BD6;
color: #fff;
font-size: 1.2em;
font-weight: 700;
position: sticky;
top: 0;
text-align: center;
z-index: 100;
}
.top-bar *:not(.container) {
color: #fff;
margin: 0;
padding: 0;
}
.top-bar .widget_block {
padding: 0.6rem 0;
}
.top-bar .button-main {
font-size: 0.85em;
color: #5A9BD6;
padding: 3px 15px;
margin-left: 5px;
}
.top-bar .button-main:hover {
color: #fff;
box-shadow: 0px 3px 5px rgb(255, 255, 255, 0.3);
}
.site-branding {
flex-basis: 35%;
}
.site-branding a {
display: flex;
}
.site-branding img { max-height: 70px;
width: auto;
}
.main-navigation ul {
align-items: center;
justify-content: center;
}
.main-navigation ul li a {
color: #333;
font-weight: 700;
padding: 15px 25px;
transition: all 0.3s ease;
white-space: nowrap;
}
.main-navigation ul li a:hover,
.main-navigation ul li a.current-menu-item {
color: #5A9BD6;
text-decoration: none;
}
.head-phone a {
display: flex;
justify-content: center;
align-items: center;
color: #333;
font-weight: 700;
font-size: 1.3em; white-space: nowrap;
transition: all 0.3s ease;
}
.head-phone a:hover {
color: #5A9BD6;
text-decoration: none;
}
.head-phone a.phone-link {
color: #5A9BD6;
}
.head-phone a.phone-link img {
padding: 2px 0;
}
.head-phone a img {
height: 22px;
width: auto;
margin-right: 5px;
}
.head-phone a.adress {
font-size: 0.95em;
font-weight: 600;
color: #61B000;
}
.head-phone a.adress:hover,
.head-phone a.phone-link:hover {
color: #333;
}
.phone-link-admin {
padding-top: 12px;
position: relative;
}
.phone-link-admin span {
font-size: 14px;
position: absolute;
top: -3px;
}
@media (min-width: 951px) {
.phone-link-admin span {
left: -5px;
}
}
.footer-phone .phone-link-admin span {
left: 0;
}
.lang-switcher {
margin: 0;
padding: 0;
}
.lang-item, .lang-item a {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
}
.lang-item a {
color: #333;
font-size: 19px;
line-height: 1.55;
font-weight: 600;
border-width: 1px;
border-radius: 50px;
background-color: #5A9BD6;
border: 2px #5A9BD6 solid;
transition: all 0.2s ease-in-out;
text-decoration: none;
text-transform: uppercase;
}
.lang-item a:hover {
background: transparent;
}
.online-entry__section + section:not(.doctors__section) {
padding-top: 0;
}
.online-entry__section {
padding-bottom: 0;
}
.online-entry__section .online-entry__title {
line-height: 0.8;
}
.online-entry__section .online-entry__subtitle {
font-size: 1em !important;
line-height: 1.4;
max-width: 370px;
margin-top: 20px;
margin-bottom: 25px;
}
.online-entry__section .online-entry__button {
text-align: center;
width: 55%;
}
.online-entry__container .calendar-block {
flex: 0 0 45%;
}
.online-entry__container .calendar-block.calendar-open {
flex: 0 0 100%;
width: 100%;
}
.online-entry__container .calendar-wrap {
margin-top: -20px;
}
.online-entry__container .custom-calendar-wrap {
margin: 0;
}
.online-entry__container .calendar-open .fc-calendar .fc-row>div.fc-today:not(.active-day) {
background: #fff;
}
.online-entry__container .calendar-open .fc-calendar .fc-row>div.fc-today:not(.active-day) span.fc-date {
color: #333;
}
.online-entry__container .calendar-open .fc-calendar .fc-row>div.active-day {
background: #5A9BD6;
}
.online-entry__container .calendar-open .fc-calendar .fc-row>div.active-day>span.fc-date {
color: #fff;
}
.online-entry__container .custom-header {
border: 0;
height: 60px;
}
.online-entry__container .custom-header h2 {
color: #333;
font-weight: 700;
font-size: 1em;
margin-top: 15px;
}
.online-entry__container .custom-header #custom-year {
display: none;
}
.online-entry__container .custom-header nav span:before {
color: #5A9BD6;
}
.online-entry__container .fc-calendar-container {
background: rgba(90, 155, 214, 0.22);
margin-bottom: 50px;
padding: 15px 35px 40px;
height: 370px;
width: 100%;
}
.online-entry__container .fc-calendar .fc-head div {
color: #333;
font-weight: 500 !important;
}
.online-entry__container .fc-calendar .fc-body,
.online-entry__container .fc-calendar .fc-row,
.online-entry__container .fc-calendar .fc-row>div {
border-width: 0.9px;
border-color: #000;
}
.online-entry__container .fc-calendar .fc-row>div.fc-today {
background: #5A9BD6;
}
.online-entry__container .fc-calendar .fc-row>div.fc-disabled {
background: transparent;
}
.online-entry__container .fc-calendar .fc-row>div>span.fc-date {
color: #333;
font-size: 1em;
font-weight: 500;
}
.online-entry__container .time {
margin-bottom: 40px;
margin-top: 20px;
}
.online-entry__container .time td, .online-entry__container .time th {
padding: 5px;
height: 40px;
}
.online-entry__container .time td:active,
.online-entry__container .time td:visited,
.online-entry__container .time td:focus,
.online-entry__container .time td:hover {
background: #61B000;
cursor: pointer;
}
.online-entry__container .time-disabled, .online-entry__container .time-disabled:hover {
cursor: default !important;
background: red !important;
}
.online-entry__container .time-disabled-light, .online-entry__container .time-disabled-light:hover {
cursor: default !important;
background: #f19d9b !important;
}
.online-entry__container .survey-description {
display: none;
}
.form-block {
margin-top: -40px;
width: 100%;
}
.form-block .form-horizontal {
max-width: 700px;
margin: 0 auto 40px;
}
.form-wrap #time-table-wrap {
background: rgba(90, 155, 214, 0.22);
padding: 15px 35px 20px;
margin-bottom: 30px;
}
.form-wrap table {
border-collapse: collapse;
margin: 0 !important;
}
.form-wrap table tbody {
border: 0.9px solid #000;
}
.form-wrap table tr {
border-bottom: 0.9px solid #000;
}
.form-wrap table tr td {
border-right: 0.9px solid #000;
background: #fff;
}
.form-wrap .back-button {
margin-bottom: 30px;
}
.online-entry__back-button {
font-size: 0.9em;
}
.form-wrap .form-line {
margin: 10px 0 20px;
}
.form-wrap .form-group {
flex: 1 0 47%;
flex-direction: column;
margin: 0 10px;
}
.form-wrap .form-group label {
flex: 1 0 30%;
color: #5A9BD6;
}
.form-wrap .form-group .form-input {
flex: 1 0 70%;
}
.form-input select,
.form-input input {
color: #333;
border: 1px solid #C0DF99;
border-radius: 59px;
font-weight: 500;
padding: 15px 20px;
width: 100%;
}
.form-input select {
padding: 0;
text-indent: 15px;
line-height: 51px;
height: 51px;
}
.form-input select.ok,
.form-input input:not(:placeholder-shown) {
border: 2px solid #000;
font-weight: 700;
}
.form-input input:placeholder-shown {
border: 1px solid #C0DF99;
}
.form-input input:disabled, .form-input input:disabled::placeholder {
-webkit-text-fill-color: #000;
opacity: 1;
}
.form-input input#input-date,
.form-input input#input-time {
font-size: 120%;
}
.form-wrap .survey-description {
font-size: 0.9em;
font-weight: 500;
}
.online-entry__save-button {
font-size: 1em;
}
.online-entry__save-button[disabled] {
filter: grayscale(1);
cursor: default;
}
.online-entry__container #booking_success {
color: #61B000;
margin-bottom: 30px;
font-size: 1.4em;
text-align: center;
}
#booking_success_popup {
font-size: 1.2em;
text-align: center;
}
#booking_success_popup p {
color: #61B000;
font-size: 1.1em;
margin-bottom: 10px;
}
#booking_success_popup div {
font-weight: 400;
}
#booking_success_popup span {
font-weight: 700;
}
.online-entry__bottom-line {
background: #61B000;
color: #fff;
padding: 20px 0;
}
.calendar-help .help-rectangle-box { }
.calendar-help .help-rectangle {
width: 65px;
height: 62px;
margin-right: 10px;
border: 1px solid #000;
font-size: 0;
}
.calendar-help .help-rectangle-box .rectangle-text {
line-height: 1.2;
}
.calendar-legend p {
color: #fff;
line-height: 1.2;
margin: 0;
}
.calendar-legend #box {
border: 1px solid #000;
font-size: 0;
margin-right: 10px;
height: 62px;
width: 65px;
}
.main-slider__section {
position: relative;
}
.main-slider__section a {
display: block;
cursor: pointer;
}
.doctors__section .title-block {
margin-bottom: 2em;
}
.doctors__block {
margin-bottom: 20px;
}
.doctors__block-item {
margin: 0 30px 20px;
}
.doctors__block-item + .doctors__block-item {
margin-bottom: 30px;
}
.doctors__block-item.foto_position-right {
flex-direction: row-reverse;
}
.doctors__block-item .item-image {
flex: 1 0 50%;
position: relative;
}
.doctors__block-item .item-image::after {
content: '';
background: #5A9BD6;
border-radius: 50%;
position: absolute;
top: 8%;
left: 0;
right: 0;
margin: auto;
padding-bottom: 80%;
width: 80%;
z-index: -2;
}
.doctors__block-item .item-image::before {
content: '';
background: radial-gradient(50% 50% at 50% 50%, #CDE7FF 0%, rgba(205, 231, 255, 0) 100%);
filter: blur(82.5px);
border-radius: 50%;
position: absolute;
top: 8%;
left: 0;
margin: auto;
padding-bottom: 90%;
width: 90%;
z-index: -1;
}
.doctors__block-item.foto_position-right .item-text {
padding-left: 70px;
padding-right: 30px;
}
.doctors__block-item.foto_position-left .item-text {
padding-left: 30px;
padding-right: 50px;
}
.doctors__block-item .item-text {
padding-top: 30px;
}
.doctors__block-item h3 {
font-size: 4.5em;
line-height: 1.2;
}
.doctors__block-item h3 span {
display: block;
font-size: 0.5em;
}
.doctors__block-item h4 {
font-size: 1.15em;
margin-bottom: 20px;
}
.doctors__block-item .item-text__text {
color: rgba(51, 51, 51, 0.5);
}
.doctors__block-item .item-text ul {
padding: 0;
margin: 0;
list-style: none;
}
.doctors__block-item .item-text ul li {
padding-left: 30px;
padding-bottom: 20px;
position: relative;
}
.doctors__block-item .item-text ul li::before {
content: '';
background-image: url(//uzd.cv.ua/wp-content/themes/m3web_wptheme/img/list-icon.svg);
background-repeat: no-repeat;
background-size: contain;
width: 22px;
height: 22px;
position: absolute;
top: 5px;
left: 0;
}
.doctors__bottom .section-subtitle {
font-size: 3em;
line-height: 1.2;
margin-bottom: 30px;
max-width: 800px;
}
.doctors__bottom .button-main {
font-size: 1.15em;
margin: 0 20px 20px;
}
.discount__section {
background: #E2F1FF;
padding: 2em 0 5em;
position: relative;
overflow: hidden;
}
.discount__section .container::before {
content: '';
background-image: url(//uzd.cv.ua/wp-content/themes/m3web_wptheme/img/discount-hand.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 100%;
height: 160%;
left: -30%;
top: -30%;
z-index: 3;
}
.discount__section .discount__bg {
position: absolute;
top: -20%;
left: -20px;
height: 130%;
z-index: 2;
}
.discount__section .container {
position: relative;
z-index: 1;
}
.discount__title {
font-size: 3.1em;
text-transform: uppercase;
line-height: 1.2;
margin-left: 40%;
margin-bottom: 10px;
}
.discount__inner {
position: relative;
}
.discount__subtitle {
background: #fff;
border-radius: 40px;
font-size: 1.15em;
margin-left: 18%;
padding: 15px 0;
padding-left: 30%;
padding-right: 22%;
position: relative;
text-transform: uppercase;
z-index: 2;
}
.discount__subtitle span {
text-decoration: underline;
text-underline-offset: 3px;
}
.discount__subtitle::after {
content: '';
background-image: url(//uzd.cv.ua/wp-content/themes/m3web_wptheme/img/discount-doctor.png);
background-repeat: no-repeat;
background-size: contain;
width: 220px;
height: 250px;
position: absolute;
bottom: -15px;
right: 0;
}
.discount__percent {
background-image: url(//uzd.cv.ua/wp-content/themes/m3web_wptheme/img/discount-green.png);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
padding: 50px;
position: absolute;
bottom: -140px;
left: 40%;
font-size: 5em;
line-height: 0.8;
color: #fff;
z-index: 1;
}
.discount__text {
font-size: 1.15em;
margin-left: 68%;
max-width: 350px;
padding-top: 15px;
}
.service__section .title-block {
margin-bottom: 1.8em;
}
.service__inner { margin: 0 -20px;
}
.service__block-inner {
flex: 1 0 45%;
background: #76B2E9;
border-radius: 31px;
padding: 25px 10px;
margin: 0 20px;
}
.service__block-item {
flex: 0 0 50%;
text-align: center;
}
.service__block-item .item-name {
margin: 0 10px 20px;
}
.service__block-item a {
border: 1px solid #fff;
box-shadow: none;
border-radius: 18px;
padding: 10px;
line-height: 1.3;
height: 155px;
position: relative;
top: 0;
transition: all 0.3s ease;
cursor: pointer;
}
.service__block-item a:hover .name,
.service__block-item a:not(:hover) .more {
display: none;
}
.service__block-item a:hover {
background: #fff;
box-shadow: 0px 14px 64px #518CC2;
color: #3E3E3E;
top: -8px;
}
.item-popup .item-popup__text .price,
.service__block-item .price {
color: #333;
display: block;
font-size: 1.15em;
margin-top: 3px;
}
.item-popup .item-popup__text .price .price__old,
.service__block-item .price .price__old {
font-size: 0.8em;
text-decoration: line-through;
opacity: 0.7;
margin-right: 7px;
}
.prices-table__list .price-value .price__old {
font-size: 0.9em;
text-decoration: line-through;
opacity: 0.7;
margin-right: 7px;
}
.fancybox__content.item-popup {
box-shadow: 0px 14px 64px #518CC2 !important;
border-radius: 18px !important;
}
.item-popup .item-popup__image {
margin-bottom: 15px;
}
.item-popup .item-popup__image img {
max-height: 300px;
width: auto;
}
.item-popup .item-popup__text {
font-weight: 400;
color: #3E3E3E;
}
section.advantages__section {
padding: 2.5em 0 1em;
}
.advantages__section .title-block {
margin-bottom: 2em;
}
.advantages__block-item {
flex: 1 0 33%;
}
.advantages__block-item img {
margin-top: -10px;
}
.advantages__block-item.item-1 img {
margin-top: -5px;
margin-right: -15px;
}
.advantages__block-item .item-inner {
padding: 20px 40px;
}
.advantages__block-item .item-icon {
background: radial-gradient(50% 50% at 50% 50%, #8EE128 0%, #61B000 100%);
border-radius: 50%;
width: 187px;
height: 187px;
margin-bottom: 20px;
}
.advantages__block-item .item-name {
margin-bottom: 10px;
}
.advantages__block-item .item-text {
opacity: 0.5;
}
.advantages__block-item.item-2 .item-text {
padding: 0 25px;
}
.reviews__inner {
margin: 0 -55px;
}
.reviews__inner .reviews-slider {
padding: 0 50px;
}
.reviews__block-item {
background: #fff;
border-radius: 18px;
padding: 25px 40px;
margin: 0 10px;
}
.reviews__block-item .item-inner > div {
margin-bottom: 15px;
}
.reviews__block-item .item-image {
margin-right: 15px;
}
.reviews__block-item .item-image img {
max-height: 56px;
width: auto;
}
.reviews__block-item .item-name {
font-size: 1em;
color: #000;
margin: 0;
}
.reviews__block-item .item-stars img {
max-height: 30px;
margin-left: -3px;
}
.reviews__block-item p {
font-size: 0.85em;
color: #333;
opacity: 0.5;
margin: 0 0 3px;
}
.reviews__section .swiper-button-next,
.reviews__section .swiper-button-prev {
width: 40px;
height: 40px;
border: 2px solid #fff;
background: #fff;
border-radius: 50px;
transition: all 0.2s ease;
z-index: 9;
}
.reviews__section .swiper-button-next:after,
.reviews__section .swiper-button-prev:after {
color: #5A9BD6;
font-size: 18px;
}
.reviews__section .swiper-button-next:hover,
.reviews__section .swiper-button-prev:hover {
border-color: #5A9BD6;
}
.reviews__section .swiper-button-next:after {
margin-right: -2px;
}
.reviews__section .swiper-button-prev:after {
margin-left: -4px;
}
.reviews__section .swiper-button-next {
right: 0;
}
.reviews__section .swiper-button-prev {
left: 0;
}
.reviews__section .swiper-pagination-bullets.swiper-pagination-horizontal {
position: relative;
bottom: -5px;
height: 40px;
z-index: 8;
}
.reviews__section .swiper-pagination-bullet {
background: #333333;
border-radius: 50px;
opacity: 1;
}
.reviews__section .swiper-pagination-bullet-active {
background: #5A9BD6;
width: 32px;
transition: width 0.3s ease;
}
.prices-table.blue-bg {
background: rgba(90, 155, 214, 0.1);
border-radius: 18px;
padding: 40px 50px;
}
.prices-table__title {
color: #5A9BD6;
font-size: 1.2em;
margin-bottom: 15px;
}
.prices-table__list {
margin: 0;
padding: 0;
}
.prices-table__list li {
border-bottom: 1px solid #000;
margin-bottom: 10px;
padding-bottom: 0;
}
.prices-table__list .price-num {
padding-right: 5px;
min-width: 30px;
}
.prices-table__list .price-name {
padding-right: 10px;
}
.prices-table__list .price-value {
margin-left: auto;
}
.callback__section {
position: relative;
overflow: hidden;
}
@media (min-width: 950px) {
.callback__section::after {
content: '';
position: absolute;
right: -30px;
bottom: -20px;
background-image: url(//uzd.cv.ua/wp-content/themes/m3web_wptheme/img/callback-bg.png);
background-size: contain;
background-position: bottom right;
background-repeat: no-repeat;
width: 80%;
height: 90%;
z-index: -1;
}
}
.callback__form {
max-width: 480px;
padding-bottom: 80px;
}
.callback__section .section-title {
color: #5A9BD6;
margin: 0 0 20px;
}
.callback__section .section-title span {
color: #333;
}
.callback__subtitle {
color: #5A9BD6;
max-width: 620px;
margin-bottom: 30px;
}
.wpcf7-form p {
margin: 0;
padding: 0;
}
.wpcf7-form input:not(input[type="submit"]) {
background: #fff;
border: 1px solid #C0DF99;
border-radius: 59px;
height: 65px;
padding: 10px 35px;
width: 100%;
}
input[type="submit"].button-main {
background: linear-gradient(93.7deg, #5A9BD6 4.53%, #2881D2 90.64%);
border: 0;
border-radius: 59px;
color: #fff;
line-height: 1.2;
height: 72px;
font-size: 1.25em;
padding: 10px 35px;
transition: all 0.3s ease;
}
input[type="submit"].button-main:hover {
background: linear-gradient(93.7deg, #2881D2 4.53%, #5A9BD6 90.64%);
}
.wpcf7-spinner {
position: absolute;
display: none !important;
}
.wpcf7-form label {
display: block;
margin-bottom: 20px;
}
.wpcf7-form .label {
color: #5A9BD6;
display: block;
margin-bottom: 5px;
}
.wpcf7-form .submit {
margin-top: 15px;
}
.map__section iframe {
display: flex;
min-height: 380px;
max-height: 490px;
height: 43vh;
}
.site-footer {
background: #5A9BD6;
color: #fff;
padding-top: 3em;
padding-bottom: 3em;
}
.footer-logo img {
margin-top: -20px;
}
.site-footer .menu {
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 0;
margin: 0;
list-style: none;
margin-top: 10px;
margin-right: -20px;
}
.site-footer .menu li a {
color: #fff;
font-weight: 700;
padding: 10px 27px;
}
.footer-phone {
text-align: left;
}
.footer-phone a {
color: #fff;
font-weight: 700;
font-size: 1.3em;
white-space: nowrap;
display: block;
}
.site-footer a:hover {
color: #333 !important;
}
.footer-phone a.adress {
font-size: 1em;
font-weight: 600;
}
.footer-phone a img {
display: none;
}
.entry-header {
margin: 25px 0 50px;
padding: 20px 0;
}
.entry-header .entry-title {
margin: 0;
}
.entry-content {
min-height: 30vh;
}
.entry-content ul {
margin-left: 0;
padding-left: 25px;
}
.back-to-top {
display: flex;
position: fixed;
right: 3rem;
bottom: 7rem;
border-radius: 100%;
background: #5A9BD6;
box-shadow: 0px 11px 35px #5A9BD6;
padding: 13px;
border: none;
cursor: pointer;
opacity: 100%;
transition: opacity 0.5s;
z-index: 9;
} .back-to-top.hidden {
opacity: 0;
}
.back-to-top svg {
width: 32px;
height: 32px;
color: #333;
}
.copyright {
color: #333;
font-size: 0.9em;
}
.is-compact .fancybox__content>.f-button.is-close-btn,
.fancybox__content>.f-button.is-close-btn {
top: auto !important;
bottom: -58px !important;
right: 0 !important;
left: 0 !important;
margin: auto !important;
outline: none !important;
box-shadow: none !important;
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
top: 77%;
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
left: 35%;
}
.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
right: 35%;
}
.reviews__section .ti-widget.ti-goog .ti-footer,
.reviews__section .ti-widget.ti-goog .ti-col-4 .ti-footer {
margin: 0;
padding-top: 5px;
}
.reviews__section .ti-widget.ti-goog .ti-col-4 .ti-footer > .ti-row { }
.reviews__section .ti-widget.ti-goog .ti-footer .ti-name {
color: #fff !important;
overflow: unset;
white-space: normal;
}
.reviews__section .ti-widget.ti-goog .ti-rating-text strong {
color: #fff !important;
}
.reviews__section .button-reviews {
padding: 12px 30px;
}
.reviews__section .button-reviews.button-main.white-button:hover {
color: #fff;
}
@media (min-width: 1200px) {
.reviews__inner-button {
height: 0;
}
.reviews__section .button-reviews {
position: relative;
top: -70px;
}
}
.form-wrap #time-table-wrap {
}
.online-entry__container .time {
margin-bottom: 0;
margin-top: 10px;
margin-left: 1px;
}
.time-table__inner {
display: flex;
flex-wrap: wrap;
}
.time-table__item {
flex: 1 1 7%;
margin-bottom: 12px;
}
.time-table__title {
line-height: 26px;
text-align: center;
}
#time-table__select {
height: 40px;
background: #fff;
border: 0.9px solid #000;
margin-left: -1px;
}
#time-table__select:not(.time-disabled) {
cursor: pointer;
}
.time-table__item.time-table__Work {
display: none !important;
}
.time-table__item.time-table__Break,
.time-table__item.time-table__Work {
flex: 1 1 5%;
}
.time-table__item.time-table__Break .time-table__title,
.time-table__item.time-table__Work .time-table__title {
font-weight: 600;
font-size: 78%;
}
.time-table__item.time-table__Break .time-disabled,
.time-table__item.time-table__Work .time-disabled {
background: #e8e8e8 !important;
background: transparent !important;
}
@media (max-width: 1440px) {
body {
font-size: 17px;
}
.section-title {
font-size: 6.7em;
}
.section-subtitle {
font-size: 1.6em;
}
h1, .h1 {
font-size: 3.5em;
}
h2, .h2 {
font-size: 2.3em;
}
h3, .h3 {
font-size: 1.3em;
}
h4, .h4 {
font-size: 1.2em;
}
.top-bar {
font-size: 1.1em;
}
.doctors__block-item h3 {
font-size: 4.2em;
}
.doctors__bottom .section-subtitle {
font-size: 2.8em;
}
.discount__title {
font-size: 3em;
}
.discount__percent {
font-size: 4.5em;
bottom: -125px;
}
.reviews__inner {
margin: 0 -20px;
}
.reviews__section .swiper-button-next {
right: 10px;
}
.reviews__section .swiper-button-prev {
left: 10px;
}
}
@media (max-width: 1320px) {
body {
font-size: 16px;
}
}
@media (max-width: 1200px) {
.gap40 {
gap: 30px;
}
.gap50 {
gap: 40px;
}
.main-navigation ul li a {
padding: 11px 15px;
}
.online-entry__container .calendar-block {
flex: 0 0 50%;
}
.advantages__block-item .item-icon {
width: 167px;
height: 167px;
}
.advantages__block-item img {
width: 68%;
}
.back-to-top {
right: 2rem;
}
.online-entry__container .fc-calendar-container {
padding: 10px 20px 25px;
}
.form-wrap #time-table-wrap {
padding: 10px 20px 15px;
}
.time-table__item {
flex: 1 1 8%;
}
}
@media (max-width: 1100px) {
body {
font-size: 15px;
}
.site-header .gap30 {
gap: 10px;
}
.service__block-item a {
height: 130px;
}
}
@media (max-width: 1050px) {
.gap40 {
gap: 20px;
}
.gap50 {
gap: 30px;
}
}
@media (max-width: 950px) {
.menu-toggle {
background: transparent;
border: 0;
cursor: pointer;
padding-right: 0;
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 5px 0 5px 5px;
height: 30px;
}
.menu-toggle span {
width: 29px;
height: 3px;
background: #5A9BD6;
margin-bottom: 5px;
transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu-toggle span:nth-child(2) {
width: 36px;
}
.menu-toggle span:last-child {
margin-bottom: 0;
}
nav.toggled .menu-toggle span {
margin: 0;
}
nav.toggled .menu-toggle span:nth-child(2) {
display: none;
}
nav.toggled .menu-toggle span:nth-child(1) {
transform:rotatez(45deg) translate(6.5px,5px);
}
nav.toggled .menu-toggle span:nth-child(3) {
transform:rotatez(-45deg) translate(-3px,4px);
}
.section-title {
font-size: 5.7em;
}
.section-subtitle {
font-size: 1.4em;
}
h1, .h1 {
font-size: 3em;
}
h2, .h2 {
font-size: 2em;
}
h3, .h3 {
font-size: 1.2em;
}
h4, .h4 {
font-size: 1.18em;
}
.top-bar {
font-size: 1.05em;
}
.site-header__inner {
padding-top: 1.5rem;
}
.site-branding img { }
section {
padding: 3.2em 0 3.2em;
}
.title-block {
margin-bottom: 2.5em;
}
.site-branding {
flex-basis: 30%;
}
header .menu-main-menu-en-container,
header .menu-main-menu-ua-container {
background: #5A9BD6;
color: #fff;
position: absolute;
top: 130px;
left: 0;
width: 100%;
z-index: 9;
}
header .main-navigation {
flex: 0 0 auto;
width: auto;
order: 2;
}
header .main-navigation ul {
padding: 15px 0 25px;
}
header .main-navigation ul li a {
color: #fff;
padding: 5px 15px;
}
header .main-navigation ul li a:hover {
color: #333;
}
.online-entry__container .fc-calendar-container {
height: 330px;
}
.doctors__block-item {
margin: 0 0 20px;
}
.doctors__block-item.foto_position-left .item-text {
padding-right: 0;
}
.doctors__block-item.foto_position-right .item-text {
padding-left: 0;
}
.discount__section  {
padding: 2em 0 2em;
}
.discount__section .container::before {
display: none;
}
.discount__title {
margin: 0 auto 30px;
max-width: 380px;
text-align: center;
}
.discount__subtitle::after {
width: 170px;
height: 200px;
}
.discount__subtitle {
border-radius: 0;
margin: 0 -20px;
padding: 10px 25% 10px;
}
.discount__percent {
font-size: 4em;
left: 35%;
bottom: -90px;
padding: 30px 40px;
}
.discount__text {
margin: 90px auto 0;
max-width: 320px;
text-align: center;
}
.service__inner {
margin: 0;
}
.service__block {
flex-wrap: wrap;
}
.service__block-inner {
flex: 1 0 100%;
margin: 0 0 20px;
border-radius: 0;
}
.service__block-inner:first-child {
margin-bottom: 0;
padding-bottom: 0;
border-radius: 31px 31px 0 0;
}
.service__block-inner:not(:first-child) {
padding-top: 0;
}
.service__block-inner:last-child {
border-radius: 0 0 31px 31px;
}
.advantages__block-item .item-inner {
padding: 20px 10px;
}
.advantages__block-item .item-icon {
width: 157px;
height: 157px;
}
.advantages__block-item img {
width: 65%;
}
.reviews__inner {
margin: 0;
}
.reviews__inner .reviews-slider {
padding: 0 40px;
}
.reviews__section .swiper-button-prev {
left: 0;
}
.reviews__section .swiper-button-next {
right: 0;
}
.prices-table.blue-bg {
padding: 20px 30px 40px;
}
.site-footer .site-info {
flex-wrap: wrap;
width: 100%;
}
.reviews__inner-button {
text-align: center;
}
.reviews__section .button-reviews {
position: relative;
top: -20px;
}
.reviews__section .button-reviews svg {
position: relative;
top: 3px;
}
.callback__form {
max-width: 520px;
}
.callback__form .wpcf7 {
width: 100%;
}
.entry-header {
margin-top: 0;
}
.entry-header .entry-title {
text-align: center;
}
}
@media (max-width: 750px) {
body {
font-size: 14px;
}
.section-title {
font-size: 4.7em;
}
.section-title:not(.online-entry__title) {
font-size: 3.7em;
}
.section-subtitle {
font-size: 1.3em;
}
h1, .h1 {
font-size: 2.8em;
}
h2, .h2 {
font-size: 1.8em;
}
.container [class^="container"] {
padding: 0;
}
.back-to-top {
right: 1rem;
bottom: 2rem;
padding: 12px;
}
.site-header__inner .container > .d-flex {
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0;
position: relative;
}
.site-branding {
flex-basis: 100%;
margin-bottom: 15px;
}
.site-branding a {
justify-content: center;
}
header .main-navigation .menu-toggle {
position: absolute;
right: 0;
top: 7px;
}
header .menu-main-menu-en-container,
header .menu-main-menu-ua-container {
top: 65px;
left: -15px;
right: -15px;
width: auto;
}
.head-phone {
margin-bottom: 10px;
}
.head-phone a {
font-size: 1.6em;
}
.head-phone a.adress {
font-size: 1.15em;
}
section {
padding: 2.5em 0 2.5em;
}
section .title-block {
text-align: center;
}
.online-entry__section {
padding-top: 1em;
}
.online-entry__container > .d-flex {
flex-wrap: wrap;
justify-content: center;
}
.online-entry__container .title-block {
text-align: center;
margin-bottom: 0.5em;
}
.online-entry__container > .d-flex > * {
flex: 1 0 100%;
max-width: 500px;
}
.online-entry__section .online-entry__subtitle {
margin-bottom: 15px;
}
.online-entry__container .fc-calendar-container {
padding: 10px 25px 30px;
margin-bottom: 20px;
}
.online-entry__container .custom-header {
height: 52px;
}
.form-block {
margin-top: 0;
}
.online-entry__container .time td, .online-entry__container .time th {
padding: 3px;
height: 32px;
font-size: 0.9em;
}
.form-wrap #time-table-wrap {
padding: 10px 20px 12px;
}
.form-wrap .form-line {
margin-left: -5px;
}
.form-wrap .form-group {
margin: 0 5px;
flex: 1 0 48%;
}
.form-input select, .form-input input {
padding: 12px;
}
.form-input select {
padding: 0;
text-indent: 12px;
line-height: 41px;
height: 41px;
}
.online-entry__bottom-line {
padding: 10px 0;
}
.calendar-help .help-rectangle-box {
flex-direction: column;
align-items: flex-start;
flex: 0 0 34%;
}
.calendar-help .help-rectangle {
width: 34px;
height: 30px;
margin-bottom: 5px;
}
.calendar-help .help-rectangle-box .rectangle-text {
padding-right: 10px;
}
.calendar-legend #box {
width: 34px;
height: 30px;
}
.bottom-button {
margin: 20px 0 20px;
}
.bottom-button .online-entry__button {
max-width: 300px;
width: 100%;
}
.form-wrap .form-group .form-input {
overflow: hidden;
}
.doctors__block-item.foto_position-right,
.doctors__block-item {
flex-direction: column;
align-items: center;
}
.doctors__block-item .item-image {
max-width: 350px;
}
.doctors__block-item.foto_position-left .item-text {
padding-left: 0;
}
.doctors__block-item.foto_position-right .item-text {
padding-right: 0;
}
.doctors__block-item h4 {
text-align: center;
margin-bottom: 10px;
}
.doctors__block-item h3 {
text-align: center;
margin-bottom: 5px;
}
.doctors__block-item .item-text {
padding: 0;
margin-top: -80px;
position: relative;
z-index: 2;
}
.doctors__block-item .item-text ul li {
padding-left: 23px;
}
.doctors__block-item .item-text ul li::before {
width: 15px;
height: 15px;
}
.doctors__bottom-button {
flex-direction: column;
}
.discount__subtitle::after {
width: 120px;
height: 150px;
}
.discount__subtitle {
margin: 0 -15px;
padding: 10px 20% 14px;
}   
.service__section {
padding: 3em 0 0;
}
.service__inner {
margin: 0 -15px;
}
.service__block-inner {
border-radius: 0 !important;
margin: 0;
}
.service__block-item a {
height: 90px;
font-size: 0.9em;
}
.advantages__block {
flex-direction: column;
}
.reviews__inner .reviews-slider {
padding: 0;
padding-bottom: 60px;
}
.reviews__block-item {
margin: 0;
padding: 20px 30px;
}
.reviews__block-item .item-inner > div {
margin-bottom: 10px;
}
.reviews__block-item .item-image img {
max-height: 44px;
}
.reviews__block-item .item-stars img {
max-height: 22px;
}
.reviews__section .swiper-button-next, .reviews__section .swiper-button-prev {
top: auto;
bottom: 0;
}
.reviews__section .swiper-button-next {
right: 34%;
}
.reviews__section .swiper-button-prev {
left: 34%;
}
.prices-table__title {
font-size: 1.1em;
}
.prices-table.blue-bg {
padding: 30px 15px 15px;
}
.prices-table__list .price-num {
min-width: 22px;
}
.prices-table__list li {
line-height: 1.4;
padding-bottom: 2px;
margin-bottom: 7px;
}
.wpcf7-form input:not(input[type="submit"]) {
height: 52px;
}
input[type="submit"].button-main {
height: 62px;
}
.callback__form {
padding-bottom: 40px;
}
.site-footer {
padding-bottom: 5em;
}
.site-footer .site-info {
flex-direction: column;
}
.site-footer .menu {
flex-direction: column;
margin-right: 0;
}
.site-footer .menu li a {
display: inline-block;
}
.form-wrap #time-table-wrap {
}
.online-entry__container .time {
position: relative;
overflow-x: auto;
margin-top: 5px;
}
.time-table__inner {
flex-wrap: nowrap;
margin-left: 1px;
}
.time-table__item {
flex: 1 1 36px;
max-width: 42px;
}
#time-table__select {
height: 32px;
}
.time-table__title {
font-size: 12px;
line-height: 20px;
margin: 0 5px;
}
.time-table__item.time-table__Break, .time-table__item.time-table__Work {
flex: 1 1 28px;
max-width: 30px;
}
.time-table__item.time-table__Work .time-table__title {
font-size: 72%;
}
}
@media (max-width: 500px) {
body {
font-size: 13px;
}
.section-title.service__title {
font-size: 3em;
}
.callback__title.section-title {
font-size: 3.4em;
}
section {
padding: 2em 0 2em;
}
.top-bar {
font-size: 0.85em;
}
.top-bar .widget_block {
padding: 0.4rem 0 0.5rem;
}
.top-bar .button-main {
margin-left: 0;
margin-top: 3px;
}
.online-entry__container .fc-calendar-container {
height: 280px;
}
.discount__title {
font-size: 2.5em;
}
.discount__subtitle {
font-size: 1em;
padding: 10px 12% 14px;
padding-right: 30%;
}
.discount__subtitle::after {
width: 100px;
height: 140px;
}
.discount__percent {
left: 50%;
margin-left: -95px;
}
.discount__text {
max-width: 280px;
}
.service__block-item a {
height: 100px;
padding: 5px 7px;
}
.callback__form {
width: 100%;
}
.wpcf7-form .submit p {
text-align: center;
}
.online-entry__container .fc-calendar-container {
padding: 10px 15px 20px;
}
.form-wrap #time-table-wrap {
padding: 10px 15px 15px;
}
.time-table__title {
margin: 0 4px;
}
.time-table__item {
flex: 1 1 40px;
max-width: 44px;
margin-bottom: 7px;
}
}
@media (max-width: 380px) {
.site-branding img {
max-height: 42px;
}
.head-phone a {
font-size: 1.55em;
}
.head-phone a.adress {
font-size: 1.1em;
}
.service__block-item a {
height: 105px;
line-height: 1.2;
}
.time-table__title {
font-size: 11px;
margin: 0 3px;
}
}