html {
    scroll-behavior: smooth;
}
a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

.debug {
    outline: 1px solid red;
}

.no-padding-right {
    padding-right: 0 !important;;
}

.no-padding-left {
    padding-left: 0 !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.cms-icon-render {
    background: #fff;
    z-index: 100;
    position: absolute;
    right: 0;
}

.cms-icon-render.cms-right {
    right: -15px;
}

.cms-icon-render.cms-right-inside {
    right: 15px;
}

.cms-icon-render.cms-left {
    right: 15px;
}

#modal-custom-content {
    background: #fff;
}

#modal-custom-content button {
    border: none;
    color: #fff;
    font-size: 1.1em;
    padding: 5px 15px;
    float: right;
}

#modal-custom-content .cancel {
    margin-right: 10px;
}

#modal-custom-content input.signature,
#modal-custom-content input.email,
#modal-custom-content input.phone,
#modal-custom-content textarea {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
}

#modal-custom-content input.phone {
    width: 200px;
}

#modal-custom-content textarea {
    width: 100%;
}

#modal-custom-content p {
    margin: 5px 0 0;
    padding: 0;
}

#modal-custom-content p.help-block {
    font-size: 0.9em;
}

#modal-custom-content .error_msg {
    color: #ff0000;
}

#modal-custom-content .errors {
    background: #ffe3e3;
}

#modal-custom-content .ajaxloader {
    position: absolute;
    top: 250px;
    width: 48px;
    height: 48px;
    left: 50%;
    margin-left: -24px;
}

#ajax-block-loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    margin: -20px;
    display: none;
}
#ajax-block-loader img.loader {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

#container {
    margin-bottom: 40px;
}

#logo {
    position: absolute;
    margin: 35px 0 0;
    padding: 0;
    z-index: 5;
}

#logo a {
    display: block;
    text-indent: -9999px;
    width: 180px;
    height: 180px;
}

#logo img {
    position: absolute;
    top:0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.header-top {
    margin-bottom: 20px;
}

/* Głowne menu witryny */
#nav-bg {
    min-width: 200px;
    margin: 90px 10px 0 180px;
    background: #fff;
    height: 75px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: -1px 0 10px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0 10px 0 rgba(50, 50, 50, 0.3);
    box-shadow: -1px 0 10px 0 rgba(50, 50, 50, 0.3);
}

ul.dd-navbar {
    height: 75px;
    margin-right: 5px !important;
    padding-left: 22px;
}

ul.dd-navbar li a:hover,
ul.dd-navbar .selected li a:hover {
    background: #84bc2d;
    color: #fff;
}

ul.dd-navbar > li > a:hover {
    color: #575756;
}

ul.dd-navbar > li > a, ul.dd-navbar > li > p {
    height: 75px;
    padding: 27px 22px;
    color: #575756;
    margin: 0;
}

ul.dd-navbar > li > p {
    cursor: default;
}

ul.dd-navbar > li > a:hover,
ul.dd-navbar > li.selected a,
ul.dd-navbar > li:hover > a {
    background: #fff url("../images/logo.jpg") 0 68px no-repeat;
}

ul.dd-dropdown-menu {
    border: none;
}

div.dd-therapist img {
    position: relative;
    z-index: 2;
    max-width: 342px;
    width: 100%;
    height: auto;
}

div.dd-therapist .bg-empty {
    width: 100%;
    height: 88px;
}

div.dd-therapist .bg-img {
    width: 100%;
    height: 95px;
}

div.dd-therapist .bg-name {
    width: 100%;
    height: 68px;
}

div.dd-therapist .bg-visit {
    width: 100%;
    height: 180px;
}

div.dd-therapist .bg-name h3, div.dd-therapist .bg-visit h3 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

div.dd-therapist .bg-name h3 {
    font-size: 1.4em;
    text-align: center;
    padding-top: 24px;
}

div.dd-therapist .bg-visit h3 {
    font-size: 1.8em;
    padding-top: 24px;
    margin-left: 30px;
    font-weight: bold;
    line-height: 1.3em;
}

div.dd-therapist .bg-visit h3 span {
    font-size: 1.08em;
    font-weight: lighter;
}

div.dd-therapist .bg-visit h3 a {
    color: #fff;
}

div#header {
    margin-bottom: 30px;
}

h1.page-title, h2.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    letter-spacing: -2px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px 0;
    margin: 20px 0;
    color: #6a6a6a;
}

h1.page-title {
   font-size: 2.1em;
}

h2.subtitle {
    font-size: 1.8em;
}

h2.subtitle.extra {
    border-bottom: none;
}

h1.page-title span {
    display: block;
    width: 5px;
    margin: 5px 6px 0 0;
    height: 30px;
    float: left;
}

h1.page-title span.green, .free-package h1.page-title span {
    background: #96b333;
}

h1.page-title.sidebar {
    margin-top: 27px;
    font-size: 2em;
}

h1.page-title.sidebar span {
    height: 25px;
}

h2.subtitle {
    font-size: 1.8em;
    padding-bottom: 8px;
}

.white-bg {
    background: #fff;
}

.no-underline {
    border-bottom: none !important;
}

.blue-underline {
    text-decoration: none;
    position: relative;
}

.blue-underline:after {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    bottom: -10px;
    background: #1d8fce;
    width: 60%;
}

.page-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7em;
}

.page-text ul li {
    line-height: 1.7em;
}

.page-text ul {
    list-style: none;
    margin-left: 10px;
    padding: 0;
}

.page-text ul li {
    padding-left: 20px;
}

.page-text ul.green li {
    /*background: url("../images/list-style-green.png") left 10px no-repeat;*/
}

/*.page-text h2 {*/
    /*font-size: 1.4em;*/
    /*line-height: 1.6em;*/
    /*border-bottom: 1px dotted #e6e6e6;*/
    /*padding-bottom: 5px;*/
/*}*/

h2.subtitle span, .page-text h2 span {
    border-bottom: 2px solid #1d8fce;
    padding-bottom: 3px;
}

/* Blok - w czym mogę pomóc */

div.home .help-you-block {
    width: 100%;
    margin-bottom: 30px;
}

div.home .help-you-block h2 {
    padding: 13px 15px;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

div.home .help-you-block ul {
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin: 0;
    padding: 20px 0 20px 15px;
}

div.home .help-you-block ul li {
    float: left;
    width: 320px;
    padding: 8px 0;
}

div.home .help-you-block ul li a {
    font-size: 1.2em;
    padding-left: 15px;
}

/* Blok Karty Partnerskie */

div.home .block-right .block-cards {
    margin: 20px 0;
    height: 306px;
    -webkit-box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
    box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
}

div.home .block-right .block-cards h2 {
    font-family: 'Open Sans', sans-serif;
    color: #53792b;
    font-weight: bold;
    font-size: 2em;
    margin: 0 0 0 35px;
    padding-top: 22px;
}

div.home .block-right .block-cards h3 {
    font-family: 'Open Sans', sans-serif;
    color: #53792b;
    font-size: 1.5em;
    margin: 10px 0 0 35px;
}

/* Blok Program Żywieniowy */

div.home .block-right .feeding-program {
    margin: 0 0 20px;
    height: 306px;
    -webkit-box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
    box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
}

div.home .block-right .feeding-program h2 {
    font-family: 'Open Sans', sans-serif;
    color: #604696;
    font-weight: bold;
    font-size: 2em;
    margin: 0 0 0 35px;
    padding-top: 22px;
    position: absolute;
}

div.home .block-right .feeding-program img {
    margin-top: 85px;
}

/* Blok Wydarzenia z Blogu */

.event {
}

.event img {
    width: 50%;
    height: 306px;
}

.event .content {
    background: #87b626;
    color: #fff;
    width: 50%;
    height: 306px;
    padding: 10px 10px 0 20px;
}

.event .content h2 {
    margin: 5px 0 20px;
}

.event .content p {
}

.event .content a {
    color: #fff;
    float: right;
    margin-right: 20px;
}

/* Blok - Artykuły */

.article {
    margin: 20px 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
    box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.35);
}

.article img {
    width: 50%;
    height: 306px;
}

.article .content {
    background: #fff;
    color: #fff;
    width: 50%;
    height: 306px;
    padding: 10px 10px 0 20px;
}

.article .content h2 {
    margin: 5px 0 20px;
    color: #53792b;
}

.article .content p {
    color: #575756;
}

.article .content a {
    color: #53792b;
    float: right;
    margin-right: 20px;
}

/* Blok - Partnerzy */

h3.partners {
    font-size: 1.4em;
}

/* Blok - Footer */

hr.footer-line {
    border-color: #e0e0e0;
    border-width: 1px;
}

footer {
    margin-bottom: 20px;
}

footer p {
    float: left;
}

footer .footer-menu {
    float: right;
    display: inline-block;
}

footer .footer-menu ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

footer .footer-menu ul li {
    float: left;
    margin-left: 30px;
}

footer .footer-menu ul li a {
    color: #6a6a6a;
}

footer p.copyright {
    font-family: 'Open Sans', sans-serif;
}

footer p.copyright a {
    color: #6a6a6a;
}

/* Kontakt */
.map-block {
    margin: 0 0 20px;
}

/* inne menu do przebiegu wizyty */

.menu-visit {
    font-family: 'Open Sans', sans-serif;
}

.menu-visit {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #757575;
    border-left: 3px solid #0094dc;
}

.menu-visit li {
    border-bottom: 1px dotted #757575;
    padding: 10px;
}

.menu-visit li a {
    font-size: 1.1em;
    color: #757575;
}

.menu-visit li a:hover {
    text-decoration: none;
    color: #53792b;
}

.menu-visit li.selected {
    background: #0094dc;
}

.menu-visit li.selected a {
    color: #fff;
}

/* tablea s przykładowym opisem doety w pierwszej wizycie */

table.example-diet {
    border-top: 1px solid #90b23e;
    margin-bottom: 40px;
}

table.example-diet tr {
    border-bottom: 1px solid #90b23e;
}

table.example-diet tr th {
    padding: 5px 15px 5px 10px;
    border-left: 1px solid #90b23e;
    border-right: 1px solid #90b23e;
}

table.example-diet tr td {
    padding: 5px 10px 5px;
    border-right: 1px solid #90b23e;
}

/* Css do ikon dla strony pierwszea wizyta */

ul.first-visit-icon {
    list-style: none;
    margin: 30px 0 0;
    text-align: center;
    overflow: visible;
}

ul.first-visit-icon li {
    width: 230px;
    height: 260px;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    font-size: 1.2em;
    text-align: center;
    background: url(../images/first-visit-icons.png) top center no-repeat !important;
    background-repeat: no-repeat;
}

ul.first-visit-icon li.one {
    background-position: 30px top !important;
}

ul.first-visit-icon li.two {
    background-position: center top !important;
}

ul.first-visit-icon li.three {
    background-position: -420px top !important;
}

ul.first-visit-icon li span {
    display: inline-block;
    border-bottom: 2px solid #1d8fce;
    padding-top: 185px;
    padding-bottom: 10px;
}

/* Styl do menu w stronie oferty */

.menu-name.pay, .menu-name.free {
    display: block;
    font-size: 1.4em;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 4px;
    font-weight: 400;
}

.menu-name.pay span, .menu-name.free span {
    display: block;
    float: left;
    margin-right: 5px;
    width: 4px;
    height: 25px;
}

.menu-name.free {
    color: #1d8fce;
}

.menu-name.free span {
    background: #1d8fce;
}

.offer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offer-menu li a {
    display: block;
    padding: 10px;
    color: #757575;
    font-size: 1.1em;
    margin-bottom: 2px;
}

.offer-menu li a:hover,
.offer-menu li.selected a {
    text-decoration: none;
}
.offer-menu li.selected a {
    color: #fff;
}

/* Styl do strony oferty */

.page-offer-text {
    margin-top: 30px;
}

.page-offer-text h3 {
    padding: 10px 120px 10px 20px;
    font-size: 1.2em;
    line-height: 1.6em;
    height: 200px;
    max-width: 750px;
    display: table-cell;
    vertical-align: middle;
}

.page-offer-text h3.free {
    background: #fafbf5;
}

.page-offer-text h2.subtitle {
    margin-top: 30px;
}

.page-offer-text img.icon {
    position: absolute;
    right: 0;
    margin-top: -10px;
}

.page-offer-text img {
    max-width: 100%;
}

.page-offer-text ul li {
    line-height: 1.8em;
    margin-bottom: 10px;
}

ul.laboratory-tests {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.laboratory-tests li {
    padding-left: 90px;
    margin-bottom: 20px;
    background: url(../images/list-style-laboratory-tests.png) 5px 0 no-repeat !important;
}

ul.laboratory-tests li:nth-child(even) {
    background-position: 0 -180px !important;
}

ul.laboratory-tests li strong {
    background: #82b941;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
}

ul.disc {
    list-style: none;
}

ul.disc li {
    background: url("../images/list-style-disc.jpg") left 9px no-repeat;
    padding-left: 20px;
}

/* Nowy wygląd tekstu Dlaczego warto? */
#editable-content .text-block {
    display: inline-block;
    vertical-align: middle
}

#editable-content .table-block {
    display: table;
}

#editable-content .table-block .row-block {
    display: table-row;
}

#editable-content .table-block .row-block .col-row {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}

#editable-content .table-block .row-block .col-row p {
    font-size: 1.2em;
    font-weight: lighter;
    line-height: 1.6em;
}

#editable-content .table-block .row-block.position-right .col-row p {
    margin: 0 0 10px 60px;
}

#editable-content .table-block .row-block.position-left .col-row p {
    margin: 0 60px 10px 0;
}

#editable-content .table-block .row-block.position-right .col-row p:last-child {
    margin: 0 0 0 60px;
}

#editable-content .table-block .row-block.position-left .col-row p:last-child {
    margin: 0 60px 0 0;
}

#editable-content img {
    max-width: none !important;
}

/* Koniec nowego wyglądu */


.why_we hr {
    margin: 0 0 20px;
}

.text-block {
    display: inline-block;
    vertical-align: middle;
}

.text-block p {
    font-size: 1.2em;
    font-weight: lighter;
}

.text-block.one {
    max-width: 610px;
    float: right;
}

.text-block.two {
    max-width: 400px;
    float: left;
}

.text-block.three {
    margin-top: 60px;
    max-width: 480px;
    float: right;
}

.text-block.four {
    margin-top: 100px;
    max-width: 500px;
    float: left;
}

.text-block.five {
    margin-top: 100px;
    max-width: 400px;
    float: right;
}

.check-clinic {
    margin: 30px 0 20px 150px;
}

.check-clinic span {
    background: #87b626;
}

.check-clinic span.block {
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
}

.check-clinic p a {
    margin-left: 18px;
    padding: 10px 20px;
    background: #87b626;
    color: #fff;
    font-weight: normal;
    font-size: 1.2em;
}

ul.package-menu {
    list-style: none;
}

ul.package-menu li {
    margin: 0;
    padding: 0;
    background: none;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 1.3em;
    opacity: 0.6;
    line-height: 1.2em;
}

ul.package-menu li:hover {
    opacity: 1;
}

ul.package-menu li:hover a {
    text-decoration: none;
}

ul.package-menu li a {
    display: block;
    height: 250px;
    padding-top: 190px;
}

ul.package-menu.green li a {
    color: #87b626;
}

ul.package-menu li a img {
    margin-bottom: 10px;
}

.green .package-icon {
    background: url(../images/icon-for-free.png) no-repeat;
}

.green a.package-icon.analiza-i-ocena-budowy-ciaa {
    background-position: 10px 0;
}

.green a.package-icon.zlecanie-badan-laboratoryjnych {
    background-position: -195px 0;
}

div.big-icon.pakiety-bezplatne {
    background: url("../images/big-icon-for-free.png") no-repeat;
    width: 226px;
    height: 222px;
    float: right;
    position: absolute;
    margin-top: -10px;
    right: 0;
}

div.big-icon.analiza-i-ocena-budowy-ciaa {
    background-position: 0 0 !important;
}

div.big-icon.zlecanie-badan-laboratoryjnych {
    background-position: -269px 0 !important;
}

a.free-visit {
    float: left;
    background: #87b626;
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.free-visit:hover {
    color: #fff;
}

.not-found-404 {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    height: 495px;
    margin: 20px 0 40px 0;
    -webkit-box-shadow: 6px 0 10px 0 rgba(50, 50, 50, 0.26);
    -moz-box-shadow: 6px 0 10px 0 rgba(50, 50, 50, 0.26);
    box-shadow: 6px 0 10px 0 rgba(50, 50, 50, 0.26);
    padding: 140px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.not-found-404 h2 {
    text-align: center;
}

.not-found-404 h2 span {
    font-weight: lighter;
    font-size: 2em;
}

.not-found-404 p {
    text-align: center;
    font-weight: lighter;
    font-size: 2em;
}

.pomagam-on-line h2 {
    margin: 30px 0 20px;
    border: none;
    font-size: 1.6em;
}

.pomagam-on-line hr {
    margin-top: -10px;
    margin-bottom: 40px;
}

.pomagam-on-line p {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: lighter;
    max-width: 1000px;
    margin-left: 50px;
}

.pomagam-on-line .special p {
    padding-top: 80px;
    font-size: 1.3em;
    line-height: 1.7em;
    margin-left: 80px;
    font-weight: lighter;
}

.znanylekarz_box {
    position: fixed;
    top: 33%;
    /*padding-top: 140px;*/
    left: -394px;
    z-index: 9999;
    width: 437px;
}

.znanylekarz_box a {
    background: url(../images/znanylekarz_button.png);
    width: 47px;
    height: 209px;
    display: block;
    float: right;
    text-indent: -9999px;
    margin-top: 8px;
    margin-left: -10px;
}

.znanylekarz_box .znanylekarz_iframe {
    width: 390px;
}


.research-layout {
    background: url(../images/layout_research.jpg) 330px 220px no-repeat;
}

.plugin_file a img {
    float: left;
    padding-right: 5px;
}

img.max {
    max-width: 790px !important;
}

#base-data-clinic {
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    list-style: none;
    margin: 0 0 0 -238px;
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    font-size: 0.9em;
}

#base-data-clinic li {
    color: #414141;
    font-weight: 200;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

#base-data-clinic li strong {
    font-weight: 500;
}

#base-data-clinic li i {
    padding-right: 5px;
}

#base-data-clinic li:first-child {
    padding-left: 50px;
    padding-right: 30px;
}

#base-data-clinic li:nth-child(2) {
    padding-left: 20px;
    padding-right: 50px;
}

@media (min-width: 992px) {
    #nav-bg {
        float: left;
    }
}

@media (max-width: 1199px) {
    .page-offer-text h3 {
        max-width: 600px;
    }

    .page-offer-text div.przebieg-wizyty.program-dietetyczny + h2 + p > img {
        width: 350px;
        height: auto;
    }

    .green .package-icon {
        background-size: auto 150px;
    }

    .green a.package-icon.analiza-i-ocena-budowy-ciaa {
        background-position: 10px 20px;
    }

    .green a.package-icon.zlecanie-badan-laboratoryjnych {
        background-position: -160px 20px;
    }

    .why_we .page-offer-text > p:nth-of-type(1) img.left {
        width: 180px;
        height: auto;
        margin-top: 50px !important;
    }

    .why_we .page-offer-text > p:nth-of-type(2) img.right {
        width: 270px;
        height: auto;
        margin-top: 140px !important;
        margin-right: 0 !important;
    }

    .why_we .page-offer-text > p:nth-of-type(3) img.left {
        width: 250px;
        height: auto;
        margin-top: 20px !important;
    }

    .why_we .page-offer-text > p:nth-of-type(4) img.right {
        width: 250px;
        height: auto;
    }

    .why_we .page-offer-text > p:nth-of-type(5) img.left {
        width: 260px;
        height: auto;
        margin-top: 20px !important;
    }

    .why_we .text-block.one {
        max-width: 480px;
        padding-left: 10px;
    }

    .why_we .text-block.two {
        max-width: 410px;
        margin-top: 20px;
        padding-right: 10px;
    }

    .why_we .text-block.three {
        max-width: 420px;
        margin-top: 10px;
        padding-left: 10px;
    }

    .why_we .text-block.four {
        max-width: 420px;
        margin-top: 60px;
    }

    .why_we .text-block.five {
        max-width: 410px;
        margin-top: 40px;
        padding-left: 10px;
    }

    .why_we .check-clinic {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .page-text p, .page-text ul li {
        font-size: 1.125em;
    }

    .page-offer-text h3 {
        max-width: 622px;
    }

    ul.package-menu {
        text-align: center;
    }

    ul.package-menu li {
        width: 174px;
        float: none;
        display: inline-table;
    }
}

@media (max-width: 767px) {
    div#header .home {
        display: none;
    }

    .znanylekarz_box {
        display: none;
    }

    footer {
        text-align: center;
    }

    footer .footer-menu {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    footer .footer-menu ul li {
        float: none;
        margin: 10px 0 15px 0;
    }

    footer p.copyright {
        float: none;
        display: inline-block;
    }

    .why_we .page-offer-text {
        text-align: center;
    }

    .why_we .text-block.one,
    .why_we .text-block.two,
    .why_we .text-block.three,
    .why_we .text-block.four,
    .why_we .text-block.five {
        max-width: 100%;
        padding: 0;
        text-align: left;
    }

    .why_we .page-offer-text p img {
        float: none;

    }

    .why_we .page-offer-text > p:nth-of-type(1) img.left,
    .why_we .page-offer-text > p:nth-of-type(2) img.right {
        margin-top: 20px !important;
    }

    .why_we .check-clinic {
        margin: 0;
    }

    .check-clinic span.block {
        display: none;
    }

    .check-clinic p a {
        display: inline-block;
    }

    .page-offer-text div.przebieg-wizyty.program-dietetyczny + h2 + p {
        text-align: center;
    }

    .page-offer-text div.przebieg-wizyty.program-dietetyczny + h2 + p > img {
        float: none !important;
        margin: 0 !important;
    }

    div.big-icon.pakiety-platne {
        display: none;
    }

    div.big-icon.pakiety-bezplatne {
        display: none;
    }

    .page-offer-text h3 {
        padding-right: 20px;
    }

    .pomagam-on-line {
        text-align: left;
    }

    .pomagam-on-line img {
        float: none !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .pomagam-on-line p, .pomagam-on-line .special p {
        margin-left: 0;
    }
}

#disabled-webpage {
    position: absolute;
    z-index: 99999;
    width: 100%;
}

#disabled-webpage-bg {
    position: fixed;
    z-index: 99998;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100%;
}

#disabled-webpage h1.logo_dd {
    text-indent: -9999px;
    background: url("../images/disabled/logo_dd_disabled.jpg");
    width: 161px;
    height: 162px;
    margin: 20px auto;
}

#disabled-webpage h1,
#disabled-webpage h2,
#disabled-webpage address {
    text-align: center;
}

#disabled-webpage h1.dd {
    color: #87b725;
    /*text-transform: uppercase;*/
}

#disabled-webpage h1.dd span {
    color: black;
    text-transform: none;
    font-size: 0.9em;
}

#disabled-webpage h2.title {
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 40px 0;
}

#disabled-webpage .newaddress h2 {
    margin-top: 45px;
}

#disabled-webpage .newaddress a {
    text-align: center;
    display: block;
    color: #ec0000;
    font-size: 1.4em
}

#disabled-webpage address {
    color: #ec0000;
    width: 360px;
    margin: 0 auto;
    background: url("../images/disabled/address_disabled.png") left center no-repeat;
    padding-left: 100px;
    font-size: 1.8em;
}

#disabled-webpage h2.therapist_title {
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 1.8em;
    margin: 40px 0 20px;
}

#disabled-webpage .all-therapist {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    /*width: 500px;*/
    margin: 0 auto;
}

/*#disabled-webpage .therapist {*/
    /*float: left;*/
    /*width: 50%;*/
/*}*/

#disabled-webpage .therapist-photo {
    margin: 0 auto;
    width: 195px;
    height: 282px;
    position: relative;
    background: url(../images/regional-therapist-bg.jpg);
}

#disabled-webpage .therapist-photo a {
    margin: 0 !important;
    padding: 0 !important;
}

#disabled-webpage .therapist-photo img {
    margin: 0;
    padding: 0;
}

#disabled-webpage .therapist a {
    text-align: center;
    display: block;
    padding: 10px 0;
    color: #87b725;
    font-size: 1.4em;
    margin: 0 auto;
}

#assistance {
    border-top: 2px solid #b2b2b2;
    padding: 40px 0;
}

#assistance .col-xs-12 {
    text-align: center;
}

#assistance .my-assistance {
    font-size: 1.4em;
    text-align: center;
    font-weight: bolder;
    display: inline-block;
    padding: 5px 10px 130px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url("../images/assistances-block.png") no-repeat 60px 40px;
    color: #628815;
}

#assistance a.prev,
#assistance a.next {
    height: 23px !important;
    width: 13px !important;
    padding: 0 !important;
    z-index: 105 !important;
    display: block;
    margin-top: -140px;
    text-indent: -9999px;
    background: url('//static.dobrydietetyk.pl/clinic/images/home-partners-arrow.png?51683ae4a3ab') no-repeat;
}

#assistance a.next {
    float: right;
    margin-right: -12px;
    background-position: center right
}

#assistance a.prev {
    float: left;
    margin-left: -12px;
    background-position: center left
}

#assistance .item {
    height: 285px;
    width: 240px;
    float: left;
    text-align: center;
}

#assistance .item .round {
    border: 3px solid #ddd;
    -webkit-border-radius: 67px;
    -moz-border-radius: 67px;
    border-radius: 67px;
    height: 131px;
    width: 131px;
    margin: 0 auto;
    overflow: hidden
}

#assistance .item .name {
    font-size: 1.4em;
    text-align: center;
    font-weight: 200;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px
}

#assistance .item .assistant-clinics {
	padding-bottom: 20px;
}

#assistance .item a.website {
	background: #87b626;
	color: #fff;
	padding: 5px 10px;
}

@media(min-width: 992px) {
    .show-md {
        display: none;
    }
}

@media(max-width: 991px) {
    .hide-md {
        display: none;
    }
}

@media (min-width: 768px) {
    .show-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-xs {
        display: none;
    }
    #assistance .item {
        width: 100%;
        margin: 30px 0;
    }
}