.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;
}@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::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;
}
.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){
}