.search-clinic {
    position: relative;
    display:flex;
    max-width: 1000px;
    margin: 40px auto 40px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0px 0px 28px 0px #838888;
    overflow: auto;
}
.search-clinic .pic {
    flex-basis: 25%;
    display: flex;
    align-items: center;        /* pion */
    justify-content: center;    /* poziom */
}
.search-clinic .pic .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    background-color: #97c142;
    border-radius: 50%;
}
.search-clinic .forms {
    flex-basis: 75%;
    padding-left: 45px;
    padding-bottom: 40px;
}
.search-clinic img {
    max-width: 125%;
    width: 337px;
    height: auto;
    margin-top: 40px;
    margin-left: -15px;
}
.search-clinic .header {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;
}
.search-clinic .header h3 {
    font-size: 22px;
}
.search-clinic .header i {
    font-size: 28px;
    padding-right: 17px;
}
.search-clinic .header span {
    color: #97c142;
    font-weight: 700;
}
.search-clinic button.btn-find {
    width: 120px;
    background-color: #97c142;
    color: #fff;
}
.search-clinic button.btn-mg {
    background-color: #97c142;
    color: #fff;
}
.search-clinic fieldset {
    padding: 20px 0;
}
#geoSearch {

}
#geoSearch input {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #97c142;
}
#geoSearch input:focus-visible {
    outline: 1px solid #ccc;
}
#geoSearch input:focus {
    outline: none;
}

#selectSearch .styled-select {
    position: relative;
}
#selectSearch select {
    width: 100%;
    padding: 7px 0;
    margin-bottom: 1px;
    text-align: center;
    color: #878787;
    border: none;
    background-color: #fff;
}
#selectSearch .styled-select select {
    padding-right: 30px;
    border-bottom: 2px solid #97c142;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
#selectSearch .styled-select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    height: 36px;
    font-size: 16px;
    line-height: 26px;
    pointer-events: none;
    color: #878787;
}
.map-plugin {
    position: relative;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    padding-left: 0;
    padding-right: 0;
}
.map-plugin img.dobrydietetyk-logo{
    position: absolute;
    width: 100px;
    height: auto;
    top: 20px;
    right: 20px;
}
.clinic-regions {
    margin-bottom: 80px;
    padding: 30px 0 30px;
}
.clinic-regions .row {
    min-height: 95px;
    padding-top: 35px;
    border-bottom: 1px solid #d7d7d7;
}
.clinic-regions .region a {
    font-size: 17px;
    font-weight: 600;
}
.clinic-regions .location a {
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #3c3c3b;
}
.clinics .section-header {
    margin-bottom: 35px;
}
.clinics .section-header h3 {
    font-size: 26px;
}
.clinic_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.clinic {
    text-align: left;
    display: inline-block;
    margin-bottom: 40px;
}
.clinic .clinic-photo {
    position: relative;
    display: inline-block;
    max-width: 324px;
    background-color: #f3f3f3;
}
.clinic .clinic-photo .clinic-border {
    position: absolute;
    top: 0;
    left: 0;
}
.clinic .clinic-contact {
    width:100%;
    margin-top: 15px;
    margin-bottom:30px;
    padding-left: 15px;
    border-left: 2px solid #87b725;
}
.clinic p {
    margin: 0;
    font-size: 20px;
}
.clinic .title {
    font-weight: 600;
}
.clinic .phone {
    margin: 3px 0;
    font-size: 21px;
    color: #87b725;
}
.clinic .distance {
    color: #87b725;
    font-size: 15px;
}
.clinic .address {
    font-size: 16px;
}
.clinic .address.other {
    display: none;
    margin-top: 30px;
}
.clinic .btn {
    /*width: 172px;*/
    margin-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #87b725;
    border: none;
    border-radius: 0;
}
.clinic .btn.show-more {
    padding: 4px 20px;
    line-height: 20px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    color: #000;
    background-color: #fff;
    border: 2px solid #87b725;
}
.clinic .btn.show-more i {
    font-size: 22px;
    /*line-height: 32px;*/
    color: #87b725;
    padding-left: 8px;
}
.clinic .btn.show-more i.fa-caret-up {
    padding-left: 4px;
}
.regional-banner {
    margin: 0 30px 40px 15px;
    border: 2px solid #87b626;
    text-align: center;
    overflow: hidden;
    background: url('/static/clinics/images/regional-banner.jpg?6f4e311fdb2e') no-repeat;
    background-position: center bottom;
}
.regional-banner h2 {
    margin-top: 12px;
}
.regional-banner h3 {
    margin-top: 10px;
}
.regional-banner span {
    font-weight: 700;
}
.regional-banner .btn {
    width: 172px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #87b725;
    border: none;
    border-radius: 0;
}

@media (min-width: 992px) {
    .start-search-clinic .search-clinic {
        margin-top: -100px;
    }
    #geoSearch .col-geosearch {
        width: 76%;
        padding-left: 0;
    }
    #selectSearch .col-regions,
    #selectSearch .col-places {
        width: 38%;
        padding-left: 0;
    }
    #geoSearch .col-buttons,
    #selectSearch .col-buttons {
        width: 24%;
        padding-top: 3px;
    }
}

@media (min-width: 1199px) {
    .start-search-clinic .search-clinic {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .search-clinic {
        flex-direction: column;
        margin-top: 0;
        box-shadow: none;
    }
    .search-clinic .header {
        text-align: center;
    }
    .search-clinic .forms {
        flex-basis: 100%;
        padding: 2px 18px 30px 18px;
    }
    .search-clinic .pic {
        flex-basis: 100%;
        padding: 30px 0 0;
    }
    .search-clinic .pic .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    /*.search-clinic .styled-select {*/
    /*    width: 90%;*/
    /*    display: inline-block;*/
    /*}*/
    /*.search-clinic img {*/
    /*    position: absolute;*/
    /*    top: 20px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin-top: 0;*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*}*/
    #geoSearch .col-geosearch,
    #selectSearch .col-regions,
    #selectSearch .col-places {
        margin-bottom: 10px;
    }
    .regional-banner {
        background-position: calc(0px - 40px) bottom;
    }
    .regional-banner h2 {
        font-size: 24px;
    }
}

@media (min-width: 660px) and (max-width: 766px) {
    .regional-banner {
        background-position: 18% bottom;
    }
    .regional-banner .content {
        padding-right: 80px;
    }
}
@media (max-width: 659px) {
   .regional-banner {
        background-position: left bottom;
    }
    /*.search-clinic .forms {*/
    /*    padding-top: 150px;*/
    /*}*/
}
.metamorphosis-carousel {
    padding-top: 30px;
    padding-bottom: 32px;
}
.metamorphosis-carousel .owl-carousel {
    position: relative;
}
.metamorphosis-carousel .metamorphosis-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.metamorphosis-carousel .metamorphosis-item img {
    transition: transform 0.5s ease;
}
.metamorphosis-carousel .metamorphosis-item:hover img {
    transform: scale(1.02);
}
/*.metamorphosis-carousel .target {*/
/*    !*width: 276px;*!*/
/*    height: 46px;*/
/*    padding-top: 6px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-size: 24px;*/
/*    line-height: 30px;*/
/*    font-weight: 300;*/
/*    background-color: #c2c2c2;*/
/*    -webkit-transition: all 1s ease 0s;*/
/*    -moz-transition: all 1s ease 0s;*/
/*    -o-transition: all 1s ease 0s;*/
/*    transition: all 1s ease 0s;*/
/*}*/
/*.metamorphosis-carousel .target img {*/
/*    display: inline-block;*/
/*    width: 28px;*/
/*    height: auto;*/
/*    margin-right: 5px;*/
/*}*/
/*.metamorphosis-carousel .target span {*/
/*    font-weight: 600;*/
/*}*/
/*.metamorphosis-carousel .item-hover {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    min-height: 220px;*/
/*    bottom: -100%;*/
/*    left: 0;*/
/*    opacity: 0;*/
/*    padding: 20px 10px 25px;*/
/*    color: #fff;*/
/*    background-color: #87b725;*/
/*    text-align: center;*/
/*    -webkit-transition: all 0.4s ease 0s, opacity 0.5s;*/
/*    -moz-transition: all 0.4s ease 0s, opacity 0.5s;*/
/*    -ms-transition: all 0.4s ease 0s, opacity 0.5s;*/
/*    -o-transition: all 0.4s ease 0s, opacity 0.5s;*/
/*    transition: all 0.4s ease 0s, opacity 0.5s;*/
/*}*/
/*.metamorphosis-carousel .metamorphosis-item:hover .item-hover {*/
/*    opacity: 1;*/
/*    bottom: 0;*/
/*}*/
/*.metamorphosis-carousel .item-hover h3 {*/
/*    margin: 0;*/
/*    min-height: 66px;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*}*/
/*.metamorphosis-carousel .item-hover img {*/
/*    display: inline-block;*/
/*    width: 28px;*/
/*    height: auto;*/
/*    margin-right: 5px;*/
/*}*/
/*.metamorphosis-carousel .item-hover .target-hover {*/
/*    padding: 20px 0;*/
/*    font-size: 22px;*/
/*}*/
/*.metamorphosis-carousel .item-hover .target-hover span {*/
/*    font-weight: 700;*/
/*}*/
/*.metamorphosis-carousel .item-hover a {*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    padding: 5px 10px;*/
/*    border: 1px solid #fff;*/
/*    text-decoration: none;*/
/*}*/
/*.metamorphosis-carousel .owl-controls {*/
/*right: 15px;*/
/*}*/
.metamorphosis-carousel .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
    margin-bottom: 20px;
    font-size: 0;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 1px;
    padding: 0;
    border-radius: 0;
    background: #87b725;
    cursor: pointer;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav div:hover {
    background: #abcc66;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav i {
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.stories {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.story {
    margin-bottom: 35px;
    padding: 10px;
}
.story .entry {
    height: 100%;
    border-radius: 24px;
    background-clip: border-box;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.story .entry-cover {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.story .entry-cover img {
    border-radius: 24px;
    transition: transform 0.3s ease;
}
.story .entry-cover img:hover {
  transform: scale(1.02);
}

.story .entry-cover a {
    display: block;
    text-align: left;
}
.story img.split {
    display: inline-block;
    max-width: 50%;
}
.story a:hover {
    text-decoration: none;
}
/*.story .target {*/
/*    height: 57px;*/
/*    padding: 10px 0;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-size: 24px;*/
/*    line-height: 30px;*/
/*    font-weight: 300;*/
/*    background-color: #c2c2c2;*/
/*    -webkit-transition: all 1s ease 0s;*/
/*    -moz-transition: all 1s ease 0s;*/
/*    -o-transition: all 1s ease 0s;*/
/*    transition: all 1s ease 0s;*/
/*}*/
/*.story .target img {*/
/*    margin-right: 5px;*/
/*}*/
/*.story .target span {*/
/*    font-weight: 600;*/
/*}*/
/*.story:hover .target {*/
/*    background-color: #87b725;*/
/*}*/
/*.story:hover a.read-more {*/
/*    color: #fff;*/
/*    background-color: #v;*/
/*}*/
.story .entry-title {
    margin: 20px 0 10px;
    min-height: 55px;
    color: #87b725;
    font-size: 24px;
    font-weight: bold;
}
.story .entry-title a {
    line-height: 28px;
    color: #87b725;
}
.story .entry-title a:hover {
    color: #87b725;
}
.story .entry-content {
    margin: 10px 0;
    padding: 0 30px;
    text-align: center;
}
.story .entry-content p {
    font-weight: normal;
    color: #6c6c6c;
}
/*.story a.read-more {*/
/*    margin-top: 15px;*/
/*    padding: 19px;*/
/*    text-transform: capitalize;*/
/*    font-size: 15px;*/
/*    line-height: 16px;*/
/*    text-decoration: none;*/
/*    border: 1px solid #e1e1e1;*/
/*    display: inline-block;*/
/*    color: #585858;*/

/*    -webkit-transition: all 1s ease 0s;*/
/*    -moz-transition: all 1s ease 0s;*/
/*    -o-transition: all 1s ease 0s;*/
/*    transition: all 1s ease 0s;*/
/*}*/
/*.story a.read-more:hover {*/
/*    color: #fff;*/
/*    background-color: #87b725;*/
/*    border-color: #87b725;*/
/*}*/
.story-detail .right-line {
    display: flex;
    justify-content: right;
}
.story-detail .back-btn {
    margin: 5px;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #87b725;
    border-radius: 20px;
    font-size: 14px;
    transition: all .5s ease;
}
.story-detail .back-btn:hover {
    color: #fff;
    background-color: #87b725;
}
.story-detail .main-image {
    text-align: right;
}
.story-detail .story-intro {
    align-self:flex-start;
}
.story-detail .intro {
    /*padding: 0 42px 0 0;*/
    text-align: justify;
}
.story-detail .intro h2 {
    margin: 50px 0 40px;
    color: #87b725;
    font-weight: bold;
}
.story-detail .intro h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin: 15px 0 20px;
    border-bottom: 3px solid #87b725;
}
.story-detail .intro p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
/*.story-detail .gallery {
    margin-top: 50px;
    padding: 0 60px;
}
.story-detail .gallery .bx-wrapper {
    border: none;
    background: none;
    box-shadow: none;
}
.story-detail .gallery .bx-wrapper .bx-next {
    background: url('/static/metamorphosis/images/controls-green.png?6f4e311fdb2e') no-repeat -43px -33px;
}
.story-detail .gallery .bx-wrapper .bx-prev {
    background: url('/static/metamorphosis/images/controls-green.png?6f4e311fdb2e') no-repeat 0 -33px;
}
.story-detail .gallery .bx-wrapper .bx-prev:hover,
.story-detail .gallery .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.story-detail .gallery .bx-wrapper .bx-next:hover,
.story-detail .gallery .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}*/
.story-detail .target-banner {
    display: flex;
    flex-direction: column;
}
.story-detail .target-banner .signature,
.story-detail .target-banner .target {
    margin: 10px 0;
    padding: 10px 40px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #87b725;
    border-radius: 24px;
}
.story-detail .target-banner .target {
    color: #fff;
    background-color: #87b725;
}
.story-detail .story-content {
    padding: 42px;
    text-align: justify;
}
.story-detail .story-content p {
    line-height: 24px;
}
.story-detail .story-content h5 {
    margin-top: 30px;
}
.story-detail .therapist-section {
    display: flex;
    align-items: stretch;
    min-height: 600px;
    margin-top: 70px;
    padding: 0 42px;
    background: #f8f8f8 url('/static/metamorphosis/images/shadow.png?6f4e311fdb2e') no-repeat top;
}
.story-detail .therapist-section .sentence {
    margin: 50px 0 40px;
}
.story-detail .therapist-section .sentence h3 {
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #87b725;
}
.story-detail .therapist-section .text .truncate {
    display: inline;
}
.story-detail .therapist-section .text .full {
    display: none;
}
.story-detail .therapist-section p {
    font-size: 15px;
    line-height: 22px;
}
.story-detail .therapist-section a.show-more {
    display: inline;
}
.story-detail .therapist-section .phone,
.story-detail .therapist-section .email,
.story-detail .therapist-section .website {
    margin-top: 20px;
}
.story-detail .therapist-section i,
.story-detail .therapist-section .text {
    display: inline-block;
    vertical-align: middle;
}
.story-detail .therapist-section .email {
    padding-left: 20px;
}
.story-detail .therapist-section i {
    padding: 5px 10px 5px 0;
}
.story-detail .therapist-section h5 {
    /*font-size*/
    font-weight: 600;
}
.story-detail .therapist-section .clinics {
    margin-top: 50px;
    margin-bottom: 80px;
}
.story-detail .therapist-section .clinics p {
    font-size: 18px;
}
.story-detail .therapist-section .therapist-img {
    display: flex;
    align-items: flex-end;
    position: relative;
    text-align: center;
}
.story-detail .therapist-section .therapist-img img {
    margin-left: 20px;
}
/*.story-filter {*/
/*    margin-bottom: 60px;*/
/*    text-align: center;*/
/*}*/
/*.story-filter h3 {*/
/*    text-align: left;*/
/*    margin-top: 0;*/
/*    margin-bottom: 15px;*/
/*    font-size: 21px;*/
/*    color: #1d1d1b;*/
/*}*/
/*.story-filter h3 i {*/
/*    padding: 0 15px;*/
/*}*/
/*.story-filter form {*/
/*    padding: 20px 10px;*/
/*    text-align: center;*/
/*    border: 1px solid #dddddd;*/
/*    border-top: 2px solid #dddddd;*/
/*}*/
/*.story-filter fieldset {*/
/*    margin-bottom: 25px;*/
/*}*/
/*.story-filter label {*/
/*    width: 100%;*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    color: #5f5f5f;*/
/*}*/
/*.story-filter .checkbox-styled {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin-top: 11px;*/
/*}*/
/*.story-filter .checkbox-styled input[type="checkbox"] {*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 33px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    margin: 0;*/
/*}*/
/*.story-filter .checkbox-styled input[type="checkbox"] + span {*/
/*    display: block;*/
/*    width: 134px;*/
/*    height: 33px;*/
/*    font-size: 13px;*/
/*    line-height: 33px;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*    background-color: #bebebe;*/
/*    -moz-transition: all 0.1s ease-in;*/
/*    -o-transition: all 0.1s ease-in;*/
/*    -webkit-transition: all 0.1s ease-in;*/
/*    transition: all 0.1s ease-in;*/
/*}*/
/*.story-filter .checkbox-styled input[type="checkbox"]:checked + span {*/
/*    background-color: #87b725;*/
/*}*/
/*.story-filter .checkbox-styled i {*/
/*    padding-left: 15px;*/
/*    font-size: 20px;*/
/*    line-height: 20px;*/
/*}*/
/*.story-filter .filter-btn {*/
/*    width: 100%;*/
/*}*/
/*.story-filter button {*/
/*    min-width: 180px;*/
/*    margin-top: 5px;*/
/*    margin-bottom: 5px;*/
/*    color: #87b725;*/
/*    background-color: #fff;*/
/*    border: 2px solid #87b725;*/
/*    border-radius: 0;*/
/*    -webkit-transition: all 1s ease 0s;*/
/*    -moz-transition: all 1s ease 0s;*/
/*    -o-transition: all 1s ease 0s;*/
/*    transition: all 1s ease 0s;*/
/*}*/
/*.story-filter button:hover {*/
/*    color: #fff;*/
/*    background-color: #87b725;*/
/*}*/


@media (max-width: 991px) {
    .story-detail .therapist-section,
    .story-detail .therapist-section .therapist-img {
        display: inline-block;
    }
    .story-detail .therapist-section .therapist-img img {
        width: 280px;
        height: auto;
    }
    .story-detail .therapist-section .email {
        padding-left: 0;
    }
    .story-detail .therapist-section .clinics {
        margin-top: 40px;
    }
}
@media (max-width: 619px) {
    .metamorphosis-carousel .metamorphosis-item {
        margin: auto;
    }
}
