.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;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
blockquote, q
{
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
content: '';
}
ins
{
text-decoration: underline;
}
del
{
text-decoration: line-through;
}
table
{
border-collapse: collapse;
border-spacing: 0;
}
html{
font-size:18px;
scroll-behavior:smooth;
}
body{
margin:0px;
padding:0px;
font-family: "cairo", sans-serif;
background:white;
line-height:normal;
font-style: normal;
color:#957a67;
}
body input, body textarea, body button
{
font-family: "cairo", sans-serif;
line-height:normal;
font-style: normal;
}
body a, body a:hover
{
text-decoration:none;
color:#957a67;
}
.body-hide-ow
{
overflow: hidden;
}
.conteiner
{
width:calc(100% - 40px);
max-width:1240px;
padding:0px 20px;
margin:0px auto;
} .top-page-header
{
width:100%;
position:relative; 
padding-top:204px; 
}
.top-page-header-block
{
width:100%;
top:0px;
left:0px;
position:absolute;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0);
z-index:9999;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-f
{
width:100%;
top:0px;
left:0px;
position:fixed;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
z-index:9999;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.admin-bar .top-page-header-block-f
{
top:32px;
}
.top-page-header-block-info
{
background: rgb(75,118,68);
background: -moz-linear-gradient(90deg, rgba(75,118,68,1) 50%, rgba(149,122,103,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(75,118,68,1) 50%, rgba(149,122,103,1) 50%);
background: linear-gradient(90deg, rgba(75,118,68,1) 50%, rgba(149,122,103,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b7644",endColorstr="#957a67",GradientType=1);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-info-content
{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:nowrap;
}
.top-page-header-block-info-content-left
{
width:245px;
}
.top-page-header-block-info-content-left a
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
min-height:58px;
}
.top-page-header-block-info-content-left a img
{
width:24px;
height:auto;
margin-right:15px;
}
.top-page-header-block-info-content-left a span
{
color:#fff;
font-size:1em;
font-weight:700;
margin-top:4px;
}
.top-page-header-block-info-content-right
{
width:calc(100% - 245px);
background:#957a67;
display:flex;
justify-content:space-between;
align-items:center;
}
.top-page-header-block-info-content-right-contact
{
width:calc(100% - 105px);
display:flex;
justify-content:flex-start;
align-items:center;
}
.top-page-header-block-info-content-right-wcag
{
width:105px;
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
cursor:pointer;
}
.top-page-header-block-info-content-right-contact a
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
margin-left:30px;
}
.top-page-header-block-info-content-right-contact a img
{
margin-right:13px;
}
.top-page-header-block-info-content-right-contact a span
{
color:#fff;
font-size:1em;
font-weight:700;
margin-top:4px;
}
.top-page-header-block-info-content-right-wcag span
{
color:#fff;
font-size:1em;
font-weight:700;
margin-top:4px;
}
.top-page-header-block-info-content-right-wcag img
{
margin-left:15px;
}
.top-page-header-block .top-page-header-block-bottom
{
background:#fff;
padding:25px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-f .top-page-header-block-bottom
{
background:#fff;
padding:15px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-bottom-content
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}
.top-page-header-block-bottom-content-left
{
width:189px;
}
.top-page-header-block .top-page-header-block-bottom-content-left img
{
width:auto;
height:90px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-f .top-page-header-block-bottom-content-left img
{
width:auto;
height:60px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-bottom-content-right
{
width:calc(100% - 189px);
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}
.top-page-header-block-bottom-content-right-menu div > ul
{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}
.top-page-header-block-bottom-content-right-menu div > ul > li 
{
list-style-type:none;
padding-left:0px;
padding-right:10px;
padding-bottom:5px;
padding-top:5px;
position:relative;
margin-left:10px;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children 
{
list-style-type:none;
padding-left:0px;
padding-right:20px;
padding-bottom:5px;
padding-top:5px;
position:relative;
}
.top-page-header-block-bottom-content-right-menu div > ul > li::after 
{
content:'';
position:absolute;
top:100%;
left:100%;
width:50px;
height:1px;
background:#957a67;
margin-left:0px;
opacity:0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-bottom-content-right-menu div > ul > li:hover::after 
{
left:0%;
opacity:1;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children::before
{
content:'';
position:absolute;
top:50%;
right:8px;
width:4px;
height:4px;
border-top:2px solid #957a67;
border-right:2px solid #957a67;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);
-ms-transform:rotate(135deg);
margin-top:-4px;
}
.top-page-header-block-bottom-content-right-menu div > ul > li > a 
{
font-size:0.8888888888888888em;
}
.top-page-header-block .top-page-header-block-bottom-content-right-menu div > ul > li > ul 
{
position:absolute;
width:300px;
display:block;
top:calc(100% + 10px);
left:20px;
margin-left:0px;
margin-top:0px;
min-width:10em;
max-width:1000px;
visibility:hidden;
opacity:0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
}
.top-page-header-block-f .top-page-header-block-bottom-content-right-menu div > ul > li > ul 
{
position:absolute;
width:300px;
display:block;
top:calc(100% + 10px);
left:20px;
margin-left:0px;
margin-top:0px;
min-width:10em;
max-width:1000px;
visibility:hidden;
opacity:0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
}
.top-page-header-block .top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children-end > ul,
.top-page-header-block-f .top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children-end > ul
{
width:auto;
}
.top-page-header-block-bottom-content-right-menu div > ul > li:hover > ul 
{
visibility:visible;
opacity:1;
}
.top-page-header-block-bottom-content-right-menu div > ul > li > ul > li 
{
display:block;
list-style-type:none;
}
.top-page-header-block-bottom-content-right-menu div > ul > li > ul > li > a
{
background:#fff;
display:block;
padding:13px 20px;
font-size:0.8888888888888888em;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.top-page-header-block-bottom-content-right-menu div > ul > li > ul > li > a:hover
{
background:#957a67;
color:#fff;
}
.top-page-header-block-bottom-content-right-menu-swicher
{
width:62px;
height:62px;
background:url(//przychodnia-gdynia.pl/wp-content/themes/przychodnia/images/menu-m.png) no-repeat center center;
cursor:pointer;
display:none;
}
.top-page-header-block-bottom-content-right-menu-zam
{
position:absolute;
top:20px;
right:20px;
width:36px;
height:36px;
background:url(//przychodnia-gdynia.pl/wp-content/themes/przychodnia/images/menu-zam.png) no-repeat center center;
cursor:pointer;
display:none;
} .quick-contact-window
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
z-index:999999;
overflow:auto;
display:none;
}
.quick-contact-window-content
{
padding:80px 0px 40px 0px;
}
.quick-contact-window-content-block
{
padding:60px 40px 40px 40px;
background:#fff;
position:relative;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
}
.quick-contact-window-content-block-zam
{
position:absolute;
top:10px;
right:10px;
width:36px;
height:36px;
background:url(//przychodnia-gdynia.pl/wp-content/themes/przychodnia/images/menu-zam.png) no-repeat center center;
cursor:pointer;
}
.quick-contact-window-content-block-text
{
text-align:center;
font-size:1.2em;
} .wcag-window
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
z-index:999999;
display:none;
}
.wcag-window-content
{
position:absolute;
top:0px;
right:-260px;
width:200px;
height:100%;
background:#fff; 
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
padding:20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
overflow:auto;
}
.wcag-window-content.open
{
right:0px; 
}
.wcag-window-content-block
{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #000;
}
.wcag-window-content-block-full
{
width:100%;
}
.wcag-window-content-block-pol
{
width:45%;
}
.wcag-window-content-block-title
{
font-size:1em;  
margin-bottom:10px;
color:#000;
}
.wcag-window-content-block-color
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}
.wcag-window-content-block-color-item
{
width:30px;
height:30px;
border:2px solid #000;
border-radius:50%;
cursor:pointer;
margin-bottom:10px;
margin-right:10px;
}
.wcag-color-item-1
{
background:#000;
}
.wcag-color-item-2
{
background:#fff;
}
.wcag-color-item-3
{
background:#00FF21;
}
.wcag-color-item-4
{
background:#0FF;
}
.wcag-color-item-5
{
background:red;
}
.wcag-color-item-6
{
background:#FF6A00;
}
.wcag-color-item-7
{
background:#FFD800;
}
.wcag-color-item-8
{
background:#B200FF;
}
.wcag-black
{
display:none;
} .page-botton, .wcag-botton
{
background:#4b7644;
border-radius:30px;
padding:13px;
text-align:center;
font-size:0.7777777777777778em;
color:#fff;
cursor:pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
}
.wcag .page-botton
{
background:transparent;
}
.page-botton:hover, .wcag-botton:hover
{
background:#957a67;
color:#fff;
}
.wcag .page-botton:hover
{
background:transparent;
}
.page-botton-inline
{
display:inline-block;
width:100%;
max-width:169px;
}
.page-botton-block
{
display:block;
} .section-baner-subpage
{
position:relative;
}
.section-baner-subpage-image
{
width:100%;
height:190px;
}
.section-baner-subpage-image img
{
width:100%;
height:100%;
object-fit:cover;
object-position:right center;
} .section-baner-homepage-top
{
position:relative;
}
.section-baner-homepage-top-image
{
width:100%;
height:468px;
}
.section-baner-homepage-top-image img
{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}
.section-baner-homepage-top-bg
{
position:absolute;
top:0px;
left:0px;
width:50%;
height:100%; 
background:rgba(255,255,255,0.61); 
}
.section-baner-homepage-top-text
{
position:absolute;
top:60px;
left:0px;
width:100%;
}
.section-baner-homepage-top-text-block
{
width:50%;
text-align:center;
}
.section-baner-homepage-top-text-block h1
{
font-size:1.9444444444444444em;
font-weight:400;
line-height:1.9em; 
margin:0px 0px 40px 0px; 
}
.section-baner-homepage-bottom
{
transform: translateY(-70px); 
-webkit-transform: translateY(-70px);
-ms-transform: translateY(-70px);  
}
.section-baner-homepage-bottom-content
{
display:flex;
justify-content:center;
align-items:stretch;
flex-wrap:nowrap;
margin:0px -11px;
}
.section-baner-homepage-bottom-content-block
{
width:calc(20% - 62px);
margin:0px 11px;
padding:55px 20px 28px 20px;
text-align:center; 
position:relative; 
}
.section-baner-homepage-bottom-content-block-bg
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:#c0a897;
z-index:-1;
}
.wcag .section-baner-homepage-bottom-content-block-bg img
{
display:none;
}
.section-baner-homepage-bottom-content-block-bg img
{
margin-top:24px;
}
.section-baner-homepage-bottom-content-block-header
{
font-size:1.3333333333333333em;
padding-bottom:23px;
margin-bottom:54px;
min-height:60px;
color:#fff;
position:relative;
word-wrap:break-word;  
}
.section-baner-homepage-bottom-content-block-header::before
{
content:'';
position:absolute;
top:100%;
left:50%;
width:64px;
margin-left:-34px;
height:2px;
background:#fff; 
} .page-header-one
{
font-size:2.6666666666666665em;
font-weight:700;
line-height:normal;
margin:0px 0px 60px 0px;  
}
.page-header-uppercase
{
text-transform:uppercase; 
} .section-about-us-home
{
padding:50px 0px;
}
.section-about-us-home-content
{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-direction:row-reverse;
flex-wrap:wrap;
}
.section-about-us-home-content-img
{
width:calc(50% - 95px);
}
.section-about-us-home-content-img img
{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}
.section-about-us-home-content-text
{
width:calc(50% - 10px);  
}
.section-about-us-home-content-text-p p
{
font-size:1.3333333333333333em;
padding-bottom:36px;
}
.section-about-us-home-content-text-button
{
text-align:right;
padding-top:20px;
} .section-contact
{
padding:70px 0px 100px 0px;
}
.section-contact-content
{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
}
.section-contact-content-left
{
width:calc(50% - 10px);  
}
.section-contact-content-right
{
width:calc(50% - 95px);
position:relative;
}
.section-contact-content-left .section-contact-content-left-block
{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;
margin-bottom:70px;
}
.section-contact-content-left .section-contact-content-left-block:last-child
{
margin-bottom:0px;
}
.section-contact-content-left-block-image
{
width:50px;
}
.section-contact-content-left-block-text
{
width:calc(100% - 50px);
font-size:1.3333333333333333em;
}
.section-contact-content-left-block-text p
{
padding-bottom:40px;
}
.section-contact-content-left-block-text p:last-child
{
padding-bottom:0px;
}
.section-contact-content-right-iframe
{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;  
}
.section-contact-content-right-iframe iframe
{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;  
} .section-contact-form
{
padding-bottom:100px;
}
.section-contact-form-block
{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}
.section-contact-form-block-left, .section-contact-form-block-right
{
width:calc(50% - 10px);
}
.section-contact-form-block-input
{
margin:0px 0px 38px 0px;  
}
.section-contact-form-block-input span
{
padding:10px 0px 0px 0px;
display:block;
}
.section-contact-form-block-input input[type='text'],
.section-contact-form-block-input input[type='email']
{
display:block;
width:calc(100% - 74px);
border:1px solid #f8ebe3;
border-radius:4px;
background:transparent;
margin:0px;
outline:none;
padding:24px 36px;
font-size:1em;
color:#957a67;
}
.section-contact-form-block-input textarea
{
display:block;
width:calc(100% - 74px);
border:1px solid #f8ebe3;
border-radius:4px;
background:transparent;
margin:0px 0px 38px 0px;
outline:none;
padding:24px 36px;
font-size:1em;
color:#957a67;
height:261px;
resize:none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #f8ebe3;
}
.section-contact-form-block-input-r
{
text-align:right;
}
.section-contact-form-block-input input[type='submit']
{
background:#4b7644;
border-radius:30px;
padding:13px;
text-align:center;
font-size:0.7777777777777778em;
color:#fff;
cursor:pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
border:0px;
outline:none;
display:inline-block;
width:100%;
max-width:169px;
}
.wcag .section-contact-form-block-input input[type='submit']
{
background:transparent;
}
.section-contact-form-block-input input[type='submit']:hover
{
background:#957a67;
color:#fff;
}
.section-contact-form-block-input textarea::-webkit-input-placeholder,
.section-contact-form-block-input input::-webkit-input-placeholder {
color:#957a67;
opacity:1;
}
.section-contact-form-block-input textarea:-ms-input-placeholder,
.section-contact-form-block-input input:-ms-input-placeholder {
color:#957a67;
opacity:1;
}
.section-contact-form-block-input textarea::placeholder,
.section-contact-form-block-input input::placeholder {
color:#957a67;
opacity:1;
}
.wpcf7-list-item 
{
display:block;
margin:0px;
}
.wpcf7-list-item input[type='checkbox'] 
{
-webkit-appearance: none;
appearance: none;
background-color: #fff;
margin:0;
font:inherit;
color: currentColor;
width:22px;
height:22px;
border:1px solid #f8ebe3;
border-radius:4px;
display:grid;
place-content:center;
float:left;
margin-right:8px;
}
.wpcf7-list-item input[type='checkbox']::before {
content: "";
width: 0.65em;
height: 0.65em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #957a67;
}
.wpcf7-list-item input[type="checkbox"]:checked::before {
transform: scale(1);
}
.wpcf7-list-item-label 
{
display:block;
font-size:0.7777777777777778em;
line-height:1.8em;
} .section-list-icon
{
padding:70px 0px 100px 0px;  
}
.section-list-icon-content
{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}
.section-list-icon-content-block
{
width:25%;
text-align:center;
margin-bottom:50px;
}
.section-list-icon-content-block-img
{
margin-bottom:25px;
}
.section-list-icon-content-block-header
{
font-size:1.3333333333333333em;
margin:0px;
text-transform:uppercase;
} .section-page-pd
{
padding:70px 0px 100px 0px;    
}
.section-page-pd-content
{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}
.section-page-pd .page-header-one
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}
.section-page-pd .page-header-one img
{
width:auto;
height:50px;
margin-right:17px;
}
.section-page-pd .page-header-one span
{
margin-top:4px;
}
.section-page-pd-content
{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}
.section-page-pd-content-left
{
width:265px;
padding-right:30px;
}
.section-page-pd-content-right
{
width:calc(100% - 315px);
}
.section-page-pd-content-left-header
{
font-size:1.3333333333333333em;
margin:0px 0px 44px 0px;
}
.section-page-pd-content-left ul li
{
list-style-type:none;
display:block;
margin:0px 0px 25px 0px;
padding:0px;
}
.section-page-pd-content-left ul li a
{
font-size:1.1111111111111112em;
padding:0px;
margin:0px;
display:inline-block;
}
.section-page-pd-content-left ul .active a
{
font-weight:700;
}
.section-page-pd-content-right-nav
{
border-bottom:1px solid #f8eae1;
margin-bottom:60px;
}
.section-page-pd-content-right-nav ul
{
display:flex;
justify-content:flex-start;
align-items:flex-end;
flex-wrap:wrap;
margin:0px -13px;
}
.section-page-pd-content-right-nav ul li
{
width:calc(25% - 26px);
margin:0px 13px;
list-style-type:none;
}
.section-page-pd-content-right-nav ul li a
{
display:block;
background:transparent;
border:1px solid #f8eae1;
padding:15px 0px;
font-size:1.1111111111111112em;
border-top-left-radius:6px;
border-top-right-radius:6px;
text-align:center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.section-page-pd-content-right-nav ul li a:hover
{
background:#f8eae1;
}
.section-page-pd-content-right-block-header
{
font-size:1.3333333333333333em;
margin:0px 0px 40px 0px;
}
.section-page-pd-content-right-block p
{
font-size:1.1111111111111112em;
line-height:1.4em;
padding-bottom:40px;  
}
.section-page-pd-content-right-block ul
{
padding-bottom:40px;  
}
.section-page-pd-content-right-block ul li, .section-page-pd-content-right-block ul ol
{
font-size:1.1111111111111112em;
line-height:1.4em;
margin-left:20px; 
}
.section-page-pd-content-right-block-med
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
padding-bottom:40px;
}
.section-page-pd-content-right-block-med-text
{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
margin-right:15px;
margin-bottom:10px;
}
.section-page-pd-content-right-block-med-text img
{
margin-right:15px;
}
.section-page-pd-content-right-block-med-text span
{
font-size:1.1111111111111112em;
}
.section-page-pd-content-right-nav-q
{
display:none;
} .section-page
{
padding:70px 0px 100px 0px;     
}
.section-page-content p
{
font-size:1.3333333333333333em;
padding-bottom:36px;   
}
.section-page-content img
{
max-width:100%;
width:auto;
height:auto;
}
.section-page-content img.aligncenter
{
display:block;
margin:0px auto;
}
.section-page-content img.alignleft
{
float:left;
margin-bottom:30px;
margin-right:20px;
}
.section-page-content img.alignright
{
float:right;
margin-bottom:30px;
margin-left:20px;
}
.section-page-content ul
{
padding-bottom:36px;  
}
.section-page-content ul li, .section-page-content ol li
{
font-size:1.1111111111111112em;
line-height:1.4em;
margin-left:20px; 
}
.section-page-content table
{
border:1px solid #957a67;
width:100%;
}
.section-page-content table td,
.section-page-content table th
{
border:1px solid #957a67;
padding:10px;
}
.section-page-content table td p
{
font-size:1em;
}
.section-page-content a, .section-page-content a:hover
{
text-decoration:underline;
}
.section-page-content-column
{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;  
}
.section-page-content-column-left
{
width:calc(50% - 10px);
}
.section-page-content-column-right
{
width:calc(50% - 95px);  
}
.section-page-content-column-right-img
{
width:calc(50% - 95px);  
}
.section-page-content-column-right img 
{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
} .section-news
{
padding:70px 0px 100px 0px;
}
.section-news-nav
{
border-bottom:1px solid #f8eae1;
margin-bottom:40px;
}
.section-news-nav ul
{
display:flex;
justify-content:flex-start;
align-items:flex-end;
flex-wrap:wrap;
margin:0px -11px;
}
.section-news-nav ul li
{
width:calc(33.333333333333333333% - 22px);
margin:0px 11px;
list-style-type:none;
}
.section-news-nav ul li a
{
display:block;
background:transparent;
border:1px solid #f8eae1;
padding:15px 0px;
font-size:1.1111111111111112em;
border-top-left-radius:6px;
border-top-right-radius:6px;
text-align:center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.section-news-nav ul li a:hover, .section-news-nav ul .active a
{
background:#f8eae1;
}
.section-news-listing
{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -11px;
}
.section-news-listing-block
{
border:1px solid #f8eae1;
border-radius:3px;
padding:25px 25px 86px 25px;
width:calc(33.3333333333% - 74px);
margin:0px 11px 22px 11px;
position:relative;
}
.section-news-listing-block-date
{
margin-bottom:10px;
}
.section-news-listing-block-header
{
font-size:1.3333333333333333em;  
}
.section-news-listing-block-text
{
font-size:1.1111111111111112em;  
}
.section-news-listing-block-button
{
position:absolute;
bottom:25px;
right:50px;
text-align:right;
}
.section-all-news-button
{
padding-top:50px;
text-align:center;
}
.section-all-news-button .page-botton-inline
{
max-width:318px;
}
.section-page-content-botton-return
{
padding:30px 0px 0px 0px;
}
.section-page-content-botton-return a
{
text-decoration:none;
} .footer-page-top
{
background:#c0a897;
padding:33px 0px;
clear:both; 
}
.footer-page-top-content a
{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}
.footer-page-top-content a img
{
margin-right:15px;
}
.footer-page-top-content a span
{
margin-right:15px;
color:#fff;
}
.footer-page-bottom
{
background:#957a67;
padding:33px 0px;
text-align:center; 
}
.footer-page-bottom-content
{
color:#fff;  
}
.footer-page-bottom-content a, .footer-page-bottom-content a:hover
{
color:#fff;  
} .breadcrumbs-page
{
padding:18px;
border-bottom:2px solid #f8eae1;
}
.breadcrumbs-page ul
{
padding:0px;
margin:0px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}
.breadcrumbs-page ul li
{
padding:0px;
margin:0px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}
.breadcrumbs-page ul li a
{
display:inline-block;
vertical-align:middle;
padding-right:10px;
font-size:0.7777777777777778em;
font-weight:700;
}
.breadcrumbs-page ul .active a
{
font-weight:400;
}
.breadcrumbs-page ul li span
{
display:inline-block;
vertical-align:middle;
padding-right:10px;
font-size:0.7777777777777778em;
} .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//przychodnia-gdynia.pl/wp-content/themes/przychodnia/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-carousel.off {
display: block;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children > a > .submenu-toggle-arrow {
display:none;
}@media (max-width: 1300px) {
.section-baner-homepage-top-text-block h1
{
font-size:1.6666666666666667em;
line-height:1.4em;  
}
.section-baner-homepage-bottom-content
{
flex-wrap:wrap;
margin:0px 0px;
}
.section-baner-homepage-bottom-content-block
{
width:calc(33.3333333333333333% - 62px);
margin:0px 11px 22px 11px;
}
}
@media (max-width: 1240px) {
.top-page-header
{
padding-top:184px; 
}
.top-page-header-block-bottom-content-left
{
width:150px;
}
.top-page-header-block-bottom-content-right
{
width:calc(100% - 150px);
}
.top-page-header-block .top-page-header-block-bottom-content-left img
{
width:auto;
height:70px;
}
.top-page-header-block-f .top-page-header-block-bottom-content-left img
{
width:auto;
height:50px;
}
.section-news-nav ul li
{
width:calc(50% - 26px);
}
}
@media (max-width: 1200px) {
.top-page-header
{
padding-top:150px; 
}
.top-page-header-block .top-page-header-block-bottom-content-left img
{
width:auto;
height:50px;
}
.top-page-header-block .top-page-header-block-bottom
{
padding:15px 0px;
}
.top-page-header-block-info-content-left
{
width:200px;
}
.top-page-header-block-info-content-right
{
width:calc(100% - 200px);
}
.top-page-header-block-info-content-right-contact a
{
margin-left:20px;
}
.top-page-header-block-info-content-right-contact a span,
.top-page-header-block-info-content-right-wcag span,
.top-page-header-block-info-content-left a span
{
font-size:0.75em;
margin-top:4px;
}
.top-page-header-block-bottom-content-right-menu-swicher
{
display:block;
}
.top-page-header-block-bottom-content-right-menu
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:#fff;
overflow:auto;
z-index:999999;
display:none;  
}
.top-page-header-block-bottom-content-right-menu.top-page-header-block-bottom-content-right-menu-open
{
display:block;
}
.top-page-header-block-bottom-content-right-menu-zam
{
display:block;
}
.top-page-header-block-bottom-content-right-menu div > ul
{
display:block;
padding:80px 0px 50px 0px;
}
.top-page-header-block-bottom-content-right-menu div > ul > li,
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children 
{
padding:0px 20px;
margin:0px;
display:block;
}
.top-page-header-block-bottom-content-right-menu div > ul > li::after, 
.top-page-header-block-bottom-content-right-menu div > ul > li:hover::after 
{
display:none;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children::before
{
display:none;
}
.top-page-header-block-bottom-content-right-menu div > ul > li > a 
{
font-size:1em;
border:2px solid #957a67;
display:block;
margin-bottom:15px;
padding:15px 35px 10px 15px;
background:transparent;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position:relative;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children > a
{
position:relative;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children > a > .submenu-toggle-arrow
{
position:absolute;
top:0;
right:0px;
width:45px; height:100%;
cursor:pointer;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
.top-page-header-block-bottom-content-right-menu div > ul > .menu-item-has-children > a > .submenu-toggle-arrow i
{
display:block;
font-style:normal;
width:6px;
height:6px;
border-top:2px solid #957a67;
border-right:2px solid #957a67;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color: transparent; position: relative;
top: -3px;
}
.top-page-header-block .top-page-header-block-bottom-content-right-menu div > ul > li > ul,
.top-page-header-block-f .top-page-header-block-bottom-content-right-menu div > ul > li > ul  
{
position:relative;
width:100%;
display:none;
top:auto;
left:auto;
margin-left:0px;
margin-top:0px;
margin-bottom:15px;
min-width:auto;
max-width:auto;
visibility:visible;
opacity:1;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0);
}
.top-page-header-block .top-page-header-block-bottom-content-right-menu div > ul > li > .open,
.top-page-header-block-f .top-page-header-block-bottom-content-right-menu div > ul > li > .open  
{
display:block;
}
.section-baner-homepage-top-image
{
width:100%;
height:400px;
}
.section-baner-homepage-top-bg
{
width:100%; 
}
.section-baner-homepage-top-text-block
{
width:80%;
text-align:center;
margin:0px auto;
}
.section-baner-homepage-top-text-block h1 br
{
display:none;
}
}
@media (max-width: 992px) {
.top-page-header-block-info-content-right-contact a span
{
display:none;
}
.section-baner-homepage-bottom-content
{
flex-wrap:wrap;
margin:0px 0px;
}
.section-baner-homepage-bottom-content-block
{
width:calc(100% - 40px);
margin:0px 0px 22px 0px;
padding:55px 20px 28px 20px;
}
.section-about-us-home-content-img
{
width:calc(50% - 10px);
}
.section-contact-content-left
{
width:100%;
margin-bottom:70px;  
}
.section-contact-content-right
{
width:100%;
height:400px;
}
.section-list-icon-content-block
{
width:33.33333333333333333333%;
}
.section-page-pd-content
{
display:block;
}
.section-page-pd-content-left
{
width:100%;
}
.section-page-pd-content-right
{
width:100%;
}
.section-page-pd-content-left-header
{
font-size:1.3333333333333333em;
margin:0px 0px 44px 0px;
padding:15px 15px 13px 15px;
border:1px solid #957a67;
border-radius:6px;
cursor:pointer;
position:relative;
}
.section-page-pd-content-left-header::before
{
content:'';
position:absolute;
top:50%;
right:20px;
width:4px;
height:4px;
border-top:2px solid #957a67;
border-right:2px solid #957a67;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-top: -4px;
}
.section-page-pd-content-left ul
{
display:none;
}
.section-page-pd-content-left.section-page-pd-content-left-open ul
{
display:block;
}
.section-page-pd-content-right-nav ul
{
display:none;
margin:0px 0px;
}
.section-page-pd-content-right-nav.section-page-pd-content-right-nav-open ul
{
display:block;
}
.section-page-pd-content-right-nav-q
{
font-size:1.3333333333333333em;
margin:0px 0px 44px 0px;
padding:15px 15px 13px 15px;
border:1px solid #957a67;
border-radius:6px;
cursor:pointer;
position:relative;
display:block;
font-weight:700;
}
.section-page-pd-content-right-nav-q::before
{
content:'';
position:absolute;
top:50%;
right:20px;
width:4px;
height:4px;
border-top:2px solid #957a67;
border-right:2px solid #957a67;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-top: -4px;
}
.section-page-pd-content-right-nav ul li
{
width:100%;
margin: 0px 0px 25px 0px;
list-style-type:none;
}
.section-page-pd-content-right-nav ul li a
{
display:block;
background:transparent;
border:0px;
padding:0px 0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
text-align:left;
font-size: 1.1111111111111112em;
display: inline-block;
}
.section-page-pd-content-right-nav ul li a:hover
{
background:transparent;
}
.section-page-content-column-left
{
width:100%;
margin-bottom:50px;
}
.section-page-content-column-right
{
width:100%;
height:400px;  
}
.section-news-listing-block
{
width:calc(50% - 74px);
margin:0px 11px 22px 11px;
}
.section-page-content table td,
.section-page-content table th
{
font-size:0.8em;
padding:8px;
}
}
@media (max-width: 768px) {
.section-page-content img.alignleft
{
float:none;
margin:0px 0px 30px 0px;
margin-left:20px;
}
.section-page-content img.alignright
{
float:none;
margin:0px 0px 30px 0px;
}
.section-about-us-home-content
{
display:block;
}
.section-about-us-home-content-img
{
width:100%;
height:400px;
margin-bottom:50px;
}
.section-about-us-home-content-text
{
width:100%;  
}
.section-about-us-home-content-text-button
{
text-align:center;
}
.section-contact-content-left
{
width:100%;  
}
.section-contact-form-block-left, .section-contact-form-block-right
{
width:100%;
}
.section-contact-form-block-input-r
{
text-align:right;
padding-top:40px;
}
.section-list-icon-content-block
{
width:50%;
}
.section-news-nav ul li
{
width:calc(100% - 26px);
}
.section-news-listing
{
display:block;
margin:0px 0px;
}
.section-news-listing-block
{
width:calc(100% - 52px);
margin:0px 0px 22px 0px;
padding:25px;
}
.section-news-listing-block-button
{
position:relative;
bottom:auto;
right:auto;
text-align:center;
padding-top:15px;
}
}
@media (max-width: 576px) {
.top-page-header-block-info-content-left
{
width:45px;
}
.top-page-header-block-info-content-right
{
width:calc(100% - 45px);
}
.top-page-header-block-info-content-left a span
{
display:none;
}
.section-baner-homepage-top-text-block h1
{
font-size:1.3em;
line-height:1.3em;  
}
.page-header-one
{
font-size:2em;
}
.section-list-icon-content-block
{
width:100%;
}
}
@media (max-width: 460px){
}div#accessibility-links{cursor:auto;border:0;background-color:#eee;z-index:999999;width:fit-content;box-sizing:border-box;border-radius:15px}div#accessibility-links *{box-sizing:content-box}div#accessibility-links #toolbar_plugin{background-image:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/accessible_hearing.svg);background-size:32px 32px;background-repeat:no-repeat;background-position:center left 4px;overflow:hidden}div#accessibility-links #toolbar_plugin span.scaccessibletoolbar-text{font-family:Arial,Helvetica,sans-serif!important;font-size:18px;color:#FFF;padding:10px 0 10px 40px;float:left;display:block;width:70%;margin:0;line-height:20px;height:fit-content}@media(max-width:568px){div#accessibility-links #toolbar_plugin span.scaccessibletoolbar-text{width:65%}}div#accessibility-links #toolbar_plugin.scr_wheelchair{background-image:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/accessible_wheelchair.svg);background-position:center left 5px}div#accessibility-links #toolbar_closer,div#accessibility-links #toolbar_darkmode{position:relative;width:25px;height:25px;margin:5px 10px 0 0;border-radius:50%;cursor:pointer;z-index:1;background-color:#fff;padding:2px;float:right;font-size:18px;font-weight:bold;line-height:26px;text-align:center;transition:all .2s}div#accessibility-links #toolbar_closer:hover,div#accessibility-links #toolbar_darkmode:hover{box-shadow:1px 1px 10px rgb(255 255 255 / 90%);transform:scale(1.1)}div#accessibility-links #toolbar_darkmode{position:absolute;top:0;right:0}svg.scr-darkmode{width:20px;height:20px;top:0;margin-top:2px;margin-left:-1px;vertical-align:initial}a.scaccessibletoolbarstatement,a.scaccessibletoolbarstatement:hover{font-family:Arial,Helvetica,sans-serif!important;cursor:pointer;position:absolute;top:15px;right:18px;font-size:13px;color:#224faa;text-decoration:none!important;background:transparent}a.scaccessibletoolbarstatement.darkmode{right:50px}div.scr-toolbar-darkmode a.scaccessibletoolbarstatement,div.scr-toolbar-darkmode a.scaccessibletoolbarstatement:hover{color:#a9cffa}body.scr_highcontrast,html.scr_highcontrast{filter:invert(100%)}div#accessibility-links span{color:#111;font-size:11px;font-weight:bold;line-height:12px;height:20px;float:left;cursor:auto;padding-left:32px;margin-top:6px}div#accessibility-links span.fr_label.startapp{background:transparent!important;display:none!important}.topright{top:20px;right:0}.topleft{top:20px;left:0}.bottomright{bottom:20px;right:0}.bottomleft{bottom:20px;left:0}#accessibility-links.fixed{position:fixed;max-height:90%}#accessibility-links.fixed.screenreader-open{overflow:auto}.absolute{position:absolute}.relative{position:relative;float:none;clear:both}div.scbasebin{border:0;height:36px;width:56px;float:left;font-size:13px;position:relative}div.scbasebin.screenreader.text{height:36px;text-align:center;background-image:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/accessible_hearing.svg);background-size:32px 32px;background-repeat:no-repeat;background-position:center center}div.scbasebin.screenreader.text.scr_nolabel{width:40px}div.scbasebin.screenreader.text.scr_wheelchair{background-image:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/accessible_wheelchair.svg);background-size:32px 32px;background-repeat:no-repeat;background-position:center center}div.scbasebin.speaker{text-align:center;width:180px}div#frclr{clear:left;width:0;height:25px}div#accessibility-links button,span.screenreader_embed_play_button,span.screenreader_embed_stop_button{border:0;height:32px;width:32px;cursor:pointer;display:inline-block;margin:5px 0 0 0;padding:0;box-sizing:border-box!important;vertical-align:middle;outline:none!important}div#accessibility-links button#fr_screenreader_play{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/play-circle-solid-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;margin-left:2px;font-size:14px!important}div#accessibility-links button#fr_screenreader_play:active,div#accessibility-links button#fr_screenreader_play.active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/play-circle-solid-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_play.active{background-color:#0069fb}span.screenreader_embed_play_button{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/play-circle-solid-black.svg) no-repeat;margin-left:2px;color:transparent;line-height:0}div#accessibility-links button#fr_screenreader_pause{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/pause-circle-solid-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_pause:active,div#accessibility-links button#fr_screenreader_pause.active:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/pause-circle-solid-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_pause.active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/pause-circle-solid-yellow.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_stop,span.screenreader_embed_stop_button{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/stop-circle-solid-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}span.screenreader_embed_stop_button{font-size:0!important}div#accessibility-links button#fr_screenreader_stop:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/stop-circle-solid-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}span[class*=screenreader_embed_]{margin-left:2px}div#accessibility-links button#fr_screenreader_font_increase{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-increase-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_font_increase:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-increase-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_font_decrease{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-decrease-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_font_decrease:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-decrease-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_font_reset{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-reset-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_font_reset:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-reset-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_font_family{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-solid-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_font_family:active,body.scr_dyslexic ~ div#accessibility-links button#fr_screenreader_font_family{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-solid-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_gray_hues{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/tint-solid-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_gray_hues:active,body.scr_grayhues ~ div#accessibility-links button#fr_screenreader_gray_hues{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/tint-solid-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_spacing_increase{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/increase-text-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_spacing_increase:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/increase-text-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_spacing_decrease{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/decrease-text-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_spacing_decrease:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/decrease-text-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_bigcursor{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/mouse-pointer-solid-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_bigcursor:active,body.scr_bigcursor ~ div#accessibility-links button#fr_screenreader_bigcursor{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/mouse-pointer-solid-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_reading_guides{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/reading-guides-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_reading_guides:active,body.scr_reading_guides ~ div#accessibility-links button#fr_screenreader_reading_guides{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/reading-guides-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_readability{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/readmode-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_readability:active,body.scr_readability ~ div#accessibility-links button#fr_screenreader_readability{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/readmode-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_hideimages{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/hideimages-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_hideimages:active,body.scr_hideimages ~ div#accessibility-links button#fr_screenreader_hideimages{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/hideimages-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_skiptocontents{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/skip-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_skiptocontents:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/skip-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_pagezoom_increase{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-zoom-in-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_pagezoom_increase:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-zoom-in-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_pagezoom_decrease{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-zoom-out-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_pagezoom_decrease:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-zoom-out-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_pagezoom_reset{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-zoom-reset-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_pagezoom_reset:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/font-size-zoom-reset-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links button#fr_screenreader_highcontrast{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/high-contrast-orange.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_highcontrast2{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/high-contrast-blue.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_highcontrast3{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/high-contrast-black.svg) no-repeat;background-position:center 25%;background-size:32px 32px;font-size:14px!important}div#accessibility-links button#fr_screenreader_highcontrast.active,div#accessibility-links button#fr_screenreader_highcontrast2.active,div#accessibility-links button#fr_screenreader_highcontrast3.active,div#accessibility-links button#fr_screenreader_highcontrast:active,div#accessibility-links button#fr_screenreader_highcontrast2:active,div#accessibility-links button#fr_screenreader_highcontrast3:active{background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/high-contrast-white.svg) no-repeat;background-position:center 25%;background-size:32px 32px}div#accessibility-links.scr-toolbar-darkmode{background:#000!important}div#accessibility-links.scr-toolbar-darkmode div.sc-section,div#accessibility-links.scr-toolbar-darkmode #toolbar_plugin{background-color:#272727!important;color:#FFF}div#accessibility-links.scr-toolbar-darkmode div.sc-section button:not(.scr-custom-color),div#accessibility-links.scr-toolbar-darkmode div.sc-range{filter:invert(1)}div#accessibility-links.scr-toolbar-darkmode div.sc-section button#fr_screenreader_text_color.scr-custom-color,div#accessibility-links.scr-toolbar-darkmode div.sc-section button#fr_screenreader_background_color.scr-custom-color{background:#000!important;color:#FFF!important;border-color:#000}div#accessibility-links.scr-toolbar-darkmode div.sc-section button#fr_screenreader_text_color.scr-custom-color:hover,div#accessibility-links.scr-toolbar-darkmode div.sc-section button#fr_screenreader_background_color.scr-custom-color:hover{border-color:#eb9007!important}div#accessibility-links.scr-toolbar-darkmode div.scr-color-selection-reset{background:#000;color:#eb9007;border:1px solid #eb9007}div#tts_message{position:absolute;cursor:auto;z-index:99999;background-color:#EEE;top:5px;right:50px;background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/screen-reader-symbols_sound-off.png) no-repeat 3px 3px;width:30px;height:30px;background-color:#fff!important;border-radius:50%!important}@media(max-width:360px){#tts_message{display:none}}div#accessibility-links.topleft div#tts_message,div#accessibility-links.bottomleft div#tts_message{float:right}div#msgtext{display:none}div#stopbtn{height:32px;width:32px;margin:2px 0 0 5px;background-image:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/screen-reader-symbols_stop-on.png) no-repeat 0 0;padding:2px;float:left;cursor:pointer}div#playicon{position:absolute;width:30px;height:30px;background:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/images/screen-reader-symbols_sound-on.gif) no-repeat 3px 3px;z-index:99999;background-color:#fff!important;border-radius:50%!important}div#sm2-container{height:0;width:0;top:-10000;left:-10000;position:absolute;display:none}div.volume_step{width:8px;border:1px solid #727272;position:absolute;bottom:6px;margin-left:0;cursor:pointer}div.volume_step.active{background-color:#222}#volume_step1{height:6px;left:2px}#volume_step2{height:10px;left:13px}#volume_step3{height:14px;left:24px}#volume_step4{height:18px;left:35px}#volume_step5{height:22px;left:46px}@font-face{font-family:OpenDyslexic;src:url(//przychodnia-gdynia.pl/wp-content/plugins/screen-reader-with-fontsize/libraries/controller/css/fonts/OpenDyslexic-Regular.otf) format("opentype")}body.scr_dyslexic{font-family:'OpenDyslexic',Arial,sans-serif}body.scr_grayhues,html.scr_grayhues{filter:grayscale(1)}body.scr_grayhues.scr_highcontrast,html.scr_grayhues.scr_highcontrast{filter:invert(100%) grayscale(1)}body.scr_bigcursor *{cursor:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOS4xODhweCIgaGVpZ2h0PSI0My42MjVweCIgdmlld0JveD0iMCAwIDI5LjE4OCA0My42MjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI5LjE4OCA0My42MjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHN0cm9rZT0iI0Q5REFEOSIgc3Ryb2tlLXdpZHRoPSIxLjE0MDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyLjgsNC41NDkgMjYuODQ3LDE5LjkwMiAxNi45NjQsMjIuNzAxIDI0LjIzOSwzNy43NDkgMTguMjc4LDQyLjAxNyA5Ljc0MSwzMC43MjQgMS4xMzgsMzUuODA5ICIvPjxnPjxnPjxnPjxwYXRoIGZpbGw9IiMyMTI2MjciIGQ9Ik0yOS4xNzUsMjEuMTU1YzAuMDcxLTAuNjEzLTAuMTY1LTEuMjUzLTAuNjM1LTEuNTczTDIuMTY1LDAuMjU4Yy0wLjQyNC0wLjMyLTAuOTg4LTAuMzQ2LTEuNDM1LTAuMDUzQzAuMjgyLDAuNDk3LDAsMS4wMywwLDEuNjE3djM0LjE3MWMwLDAuNjEzLDAuMzA2LDEuMTQ2LDAuNzc2LDEuNDM5YzAuNDcxLDAuMjY3LDEuMDU5LDAuMjEzLDEuNDgyLTAuMTZsNy40ODItNi4zNDRsNi44NDcsMTIuMTU1YzAuMjU5LDAuNDgsMC43MjksMC43NDYsMS4yLDAuNzQ2YzAuMjM1LDAsMC40OTQtMC4wOCwwLjcwNi0wLjIxM2w2Ljk4OC00LjU4NWMwLjMyOS0wLjIxMywwLjU2NS0wLjU4NiwwLjY1OS0xLjAxM2MwLjA5NC0wLjQyNiwwLjAyNC0wLjg4LTAuMTg4LTEuMjI2bC02LjM3Ni0xMS4zODJsOC42MTEtMi43NDVDMjguNzA1LDIyLjI3NCwyOS4xMDUsMjEuNzY4LDI5LjE3NSwyMS4xNTV6IE0xNi45NjQsMjIuNzAxYy0wLjQyNCwwLjEzMy0wLjc3NiwwLjUwNi0wLjk0MSwwLjk2Yy0wLjE2NSwwLjQ4LTAuMTE4LDEuMDEzLDAuMTE4LDEuNDM5bDYuNTg4LDExLjc4MWwtNC41NDEsMi45ODVsLTYuODk0LTEyLjMxNWMtMC4yMTItMC4zNzMtMC41NDEtMC42NC0wLjk0MS0wLjcyYy0wLjA5NC0wLjAyNy0wLjE2NS0wLjAyNy0wLjI1OS0wLjAyN2MtMC4zMDYsMC0wLjU4OCwwLjEwNy0wLjg0NywwLjMyTDIuOCwzMi41OVY0LjU0OWwyMS41OTksMTUuODA2TDE2Ljk2NCwyMi43MDF6Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg=='),auto!important}div#accessibility-links{max-width:550px;width:100%}div#accessibility-links.topleft,div#accessibility-links.bottomleft{border:0}div#accessibility-links #speaker_plugin{width:auto!important;padding:15px}div#accessibility-links.bottomright #speaker_plugin,div#accessibility-links.topright #speaker_plugin,div#accessibility-links.bottomright #volume_plugin,div#accessibility-links.topright #volume_plugin{opacity:0}div#accessibility-links button#fr_screenreader_play,div#accessibility-links button#fr_screenreader_pause,div#accessibility-links button#fr_screenreader_stop,div#accessibility-links button#fr_screenreader_font_increase,div#accessibility-links button#fr_screenreader_font_decrease,div#accessibility-links button#fr_screenreader_font_reset,div#accessibility-links button#fr_screenreader_font_family,div#accessibility-links button#fr_screenreader_gray_hues,div#accessibility-links button#fr_screenreader_bigcursor,div#accessibility-links button#fr_screenreader_spacing_increase,div#accessibility-links button#fr_screenreader_spacing_decrease,div#accessibility-links button#fr_screenreader_highcontrast,div#accessibility-links button#fr_screenreader_highcontrast2,div#accessibility-links button#fr_screenreader_highcontrast3,div#accessibility-links button#fr_screenreader_skiptocontents,div#accessibility-links button#fr_screenreader_reading_guides,div#accessibility-links button#fr_screenreader_readability,div#accessibility-links button#fr_screenreader_hideimages,div#accessibility-links button#fr_screenreader_text_color,div#accessibility-links button#fr_screenreader_background_color,div#accessibility-links button#fr_screenreader_pagezoom_increase,div#accessibility-links button#fr_screenreader_pagezoom_decrease,div#accessibility-links button#fr_screenreader_pagezoom_reset{font-family:Arial,Helvetica,sans-serif!important;text-transform:none;display:inline-flex;position:relative;justify-content:flex-start;align-items:center;flex-direction:column;overflow:hidden;width:31%;line-height:17px;height:120px;outline:0!important;padding:5px;user-select:none;cursor:pointer;border-radius:10px;border:2px solid #dadada;background-color:#f2f7fa;transition:all .5s ease;color:#000;margin:5px;padding-top:65px;font-weight:normal;letter-spacing:initial}div#accessibility-links button#fr_screenreader_text_color,div#accessibility-links button#fr_screenreader_background_color{width:47.5%;padding-top:15px;font-size:14px!important}div#accessibility-links span.scr-color-selection{box-sizing:border-box!important;position:relative;display:inline-block;margin:0;padding:0;width:23px;height:23px;border-radius:50px;border:solid 1.5px #e3e8fb;cursor:pointer;float:none}div#accessibility-links span.scr-color-selection-enabled{border:solid 2px #000}div#accessibility-links span.scr-color-selection-enabled[data-scr-color='#000000']{border:solid 2px #f00}div.scr-color-box{margin-top:15px}div.scr-color-selection-reset{display:flex;justify-content:center;align-items:center;width:fit-content;max-width:100%;font-size:15px;border:1px solid #146ff8;color:#146ff8;cursor:pointer;border-radius:50px;letter-spacing:.3px;padding:3px 8px;background-color:#fff;margin:5px auto}div#accessibility-links button#fr_screenreader_play:active,div#accessibility-links button#fr_screenreader_pause:active,div#accessibility-links button#fr_screenreader_pause.active:active,div#accessibility-links button#fr_screenreader_stop:active,div#accessibility-links button#fr_screenreader_font_increase:active,div#accessibility-links button#fr_screenreader_font_decrease:active,div#accessibility-links button#fr_screenreader_font_reset:active,div#accessibility-links button#fr_screenreader_font_family:active,div#accessibility-links button#fr_screenreader_gray_hues:active,div#accessibility-links button#fr_screenreader_bigcursor:active,div#accessibility-links button#fr_screenreader_spacing_increase:active,div#accessibility-links button#fr_screenreader_spacing_decrease:active,div#accessibility-links button#fr_screenreader_highcontrast:active,div#accessibility-links button#fr_screenreader_highcontrast2:active,div#accessibility-links button#fr_screenreader_highcontrast3:active,div#accessibility-links button#fr_screenreader_skiptocontents:active,div#accessibility-links button#fr_screenreader_reading_guides:active,div#accessibility-links button#fr_screenreader_readability:active,div#accessibility-links button#fr_screenreader_hideimages:active,div#accessibility-links button#fr_screenreader_pagezoom_increase:active,div#accessibility-links button#fr_screenreader_pagezoom_decrease:active,div#accessibility-links button#fr_screenreader_pagezoom_reset:active{background-color:#0069fb;color:#FFF;opacity:.7}div#accessibility-links button:hover,div#accessibility-links button:active,div#accessibility-links button:focus-visible{background-position:center 25%;border:2px solid #146ff8!important}@media(max-width:640px){div#accessibility-links button#fr_screenreader_play,div#accessibility-links button#fr_screenreader_pause,div#accessibility-links button#fr_screenreader_stop,div#accessibility-links button#fr_screenreader_font_increase,div#accessibility-links button#fr_screenreader_font_decrease,div#accessibility-links button#fr_screenreader_font_reset,div#accessibility-links button#fr_screenreader_font_family,div#accessibility-links button#fr_screenreader_gray_hues,div#accessibility-links button#fr_screenreader_bigcursor,div#accessibility-links button#fr_screenreader_spacing_increase,div#accessibility-links button#fr_screenreader_spacing_decrease,div#accessibility-links button#fr_screenreader_highcontrast,div#accessibility-links button#fr_screenreader_highcontrast2,div#accessibility-links button#fr_screenreader_highcontrast3,div#accessibility-links button#fr_screenreader_skiptocontents,div#accessibility-links button#fr_screenreader_reading_guides,div#accessibility-links button#fr_screenreader_readability,div#accessibility-links button#fr_screenreader_hideimages{width:45%}#speaker_plugin div.sc-section{text-align:center}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){div#accessibility-links button#fr_screenreader_play,div#accessibility-links button#fr_screenreader_pause,div#accessibility-links button#fr_screenreader_stop,div#accessibility-links button#fr_screenreader_font_increase,div#accessibility-links button#fr_screenreader_font_decrease,div#accessibility-links button#fr_screenreader_font_reset,div#accessibility-links button#fr_screenreader_font_family,div#accessibility-links button#fr_screenreader_gray_hues,div#accessibility-links button#fr_screenreader_bigcursor,div#accessibility-links button#fr_screenreader_spacing_increase,div#accessibility-links button#fr_screenreader_spacing_decrease,div#accessibility-links button#fr_screenreader_highcontrast,div#accessibility-links button#fr_screenreader_highcontrast2,div#accessibility-links button#fr_screenreader_highcontrast3,div#accessibility-links button#fr_screenreader_skiptocontents,div#accessibility-links button#fr_screenreader_reading_guides,div#accessibility-links button#fr_screenreader_readability,div#accessibility-links button#fr_screenreader_hideimages{display:inline-block}#volume_plugin div.sc-range-button{outline:none!important}}div#accessibility-links div.scbasebin{height:auto;float:none;clear:both}div#accessibility-links #volume_plugin{margin:10px 0 10px 0;width:auto}div#accessibility-links #text_plugin{transition:all .5s}div#accessibility-links #text_plugin:hover{box-shadow:1px 1px 10px rgba(0,0,0,.9);transform:scale(1.1)}div#accessibility-links.topleft #text_plugin{position:fixed;top:20px;left:20px;width:45px;height:45px;border-radius:50%}div#accessibility-links.bottomleft #text_plugin{position:fixed;bottom:20px;left:20px;width:45px;height:45px;border-radius:50%}div#accessibility-links.topright #text_plugin{position:fixed;top:20px;right:20px;width:45px;height:45px;border-radius:50%}div#accessibility-links.bottomright #text_plugin{position:fixed;bottom:20px;right:20px;width:45px;height:45px;border-radius:50%}div#accessibility-links.screenreader-open #text_plugin{opacity:0}body.scr_dyslexic ~ div#accessibility-links button#fr_screenreader_font_family,body.scr_grayhues ~ div#accessibility-links button#fr_screenreader_gray_hues,body.scr_bigcursor ~ div#accessibility-links button#fr_screenreader_bigcursor,body.scr_reading_guides ~ div#accessibility-links button#fr_screenreader_reading_guides,body.scr_readability ~ div#accessibility-links button#fr_screenreader_readability,body.scr_hideimages ~ div#accessibility-links button#fr_screenreader_hideimages,body.scr_highcontrast ~ div#accessibility-links button#fr_screenreader_highcontrast,body[style*=hue-rotate]:not([style*=brightness]) ~ div#accessibility-links button#fr_screenreader_highcontrast2,body[style*=brightness] ~ div#accessibility-links button#fr_screenreader_highcontrast3,html.scr_highcontrast div#accessibility-links button#fr_screenreader_highcontrast,html[style*=hue-rotate]:not([style*=brightness]) div#accessibility-links button#fr_screenreader_highcontrast2,html[style*=brightness] div#accessibility-links button#fr_screenreader_highcontrast3,div#accessibility-links #fr_screenreader_play.active{background-color:#0069fb;color:#FFF}#accessibility-links{scrollbar-width:thin!important}#accessibility-links::-webkit-scrollbar{width:8px}#accessibility-links::-webkit-scrollbar-track{background:#f1f1f1}#accessibility-links::-webkit-scrollbar-thumb{background:#666;border-radius:10px}#accessibility-links::-webkit-scrollbar-thumb:hover{background:#555}div.scfontsizelabel,div.scspacingsizelabel,div.sczoomsizelabel{position:absolute;display:inline-flex;justify-content:center;align-items:center;min-width:33px;height:33px;border-radius:50%;cursor:pointer;line-height:1;z-index:2;transform:translateZ(0);background-color:#146ff8;outline:2px solid #639af9!important;transition:all .15s ease;top:5px;right:5px;color:#FFF;font-size:12px;padding:2px}div.sc-range{position:relative;width:90%;max-width:200px;margin:auto}div.sc-range-button{position:absolute;display:inline-flex;justify-content:center;align-items:center;width:33px;height:33px;top:-2px;border-radius:50%;cursor:pointer;line-height:1;z-index:2;font-size:16px;font-weight:bold;transform:translateZ(0);background-color:#146ff8;outline:2px solid #639af9!important;color:#FFF;transition:all .15s ease}div.sc-range-plus{right:-15px}div.sc-range-minus{left:-15px}div.sc-range-base{position:relative;text-align:center;width:100%;height:30px;border-radius:10px;font-size:13px;line-height:2.3;direction:ltr;font-weight:normal;color:#0069fb!important;font-family:Arial,Helvetica,sans-serif!important}div.sc-range-volume-value{display:inline-block}#accessibility-links [data-title]:hover::before,#accessibility-links [data-title]:active::before{content:attr(data-title);position:absolute;opacity:.9;top:0;right:40px;display:inline-block;padding:3px 6px;background:#000;color:#fff;font-size:12px;font-family:sans-serif;white-space:nowrap;border-radius:5px;z-index:1}#accessibility-links [data-title]:hover::after,#accessibility-links [data-title]:active::after{content:'';position:absolute;opacity:.9;top:7px;right:25px;display:inline-block;color:#fff;border:8px solid transparent;border-left:8px solid #000;z-index:1}div.sc-section{position:relative;margin:0 auto;padding:10px 5px;border-radius:10px;margin-bottom:15px;background-color:#fff;box-shadow:0 10px 30px rgba(60,80,170,.1);z-index:1;overflow:hidden;text-align:left}div.sc-section-title{font-family:Arial,Helvetica,sans-serif!important;text-align:left;box-sizing:border-box!important;display:block;font-size:18px;margin-bottom:5px;line-height:1.5;padding-left:10px}#sc_read_guide_bar,div.sc_read_guide_bar{box-sizing:border-box;background:#146ff8;width:100%!important;min-width:100%!important;position:fixed!important;height:12px!important;border:solid 4px #1f2533;border-radius:5px;top:15px;left:0;z-index:2147483647}div.sc-readability{margin:auto;max-width:500px;font-size:16px!important;line-height:24px!important;background:#fff;padding:20px;color:#000;border-radius:10px;overflow:hidden}body.scr_hideimages img{opacity:0!important;visibility:hidden!important}body.scr_hidevideosiframes video,body.scr_hidevideosiframes iframe{opacity:0!important;visibility:hidden!important}body.scr_hideimages *{background-image:none!important}@media(max-width:360px){div.scbasebin.speaker{max-width:360px}div#accessibility-links button,span.screenreader_embed_play_button,span.screenreader_embed_stop_button{width:30px}}@keyframes spinin{0%{transform:rotate(0deg)}100%{transform:rotate(90deg)}}@keyframes spinout{0%{transform:rotate(90deg)}100%{transform:rotate(0deg)}}