/*
 __  __  __  __     __   _____  _____ __  __  __  ____  __   __
|  \/  ||  ||  |  /    \ \   _||_   /|  \/  ||  ||   _||  |_|  |
|      ||  ||  |_|  []  |.\  \  /  /.|      ||  ||  |_ |   _   | _
|__''__||__||____|\ __ / |____||____||__''__||__||____||__| |__||_|

Theme Name: Szablon Adam Michalski
Author: Wincenty Korobacz, Miłosz Michałkiewicz - miloszmich.com
Author URI: https://miloszmich.com/
Version: 1.0
License: NONE GNU General Public License.
Description: Szablon "Adam Michalski" dla Adam Michalski.
*/

html{
    overflow-x: hidden;
    margin: 0;
    font-family: sans-serif;
}
body{
    width: 100vw!important;
    margin: 0;
    position: relative;
}

@font-face{
    font-family: "Montserrat";
    src: url('font/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: "Montserrat Bold";
    src: url('font/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: "Montserrat Semibold";
    src: url('font/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: 'Montserrat Light';
    src: url('font/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: "Raleway";
    src: url('font/Raleway/Raleway-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: "Raleway Semibold";
    src: url('font/Raleway/Raleway-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: "Roboto";
    src: url('font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@media (max-width: 1023px){
    #contact{
        display: none;
    }
}

.contacttitle{
    font-size: 12px;
}

.contacttitle span{
    display: inline-block;
}

.contacttitle span:last-child{
    display: inline-block;
    padding-left: 38px;
}

.contacttitle i{
    font-size: 1.5rem;
}

.contacttitle a{
    text-decoration: none;
    color: #2d3663;
    transition: 0.3s;
}

.contacttitle a:hover, .contacttitle a:active, .contacttitle a:focus{
    color: #3497db;
}

.contactsubtitle{
    font-size: 10px;
}

@media (min-width: 1024px){
    #contact{
        margin: 1rem 10vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    #partscontainer{
        display: flex;
    }
    
    .contactpart{
        margin-right: 20px;
    }

    .icon-phone, .icon-location, .icon-alarm-clock{
        font-size: 40px;
        font-weight: 400;
        height: 46px;
        align-self: center;
        vertical-align: middle;
        color: #2d3663;
    }

    
}

.contacttitle{
    font-family: "Raleway";
    color: #2d3663;
    font-weight: 700;
    line-height: 30px;
}

.contactsubtitle{
    font-family: "Raleway";
    color: #b7b7b7;
    font-weight: 500;
    line-height: 30px;
}

#contact a{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #2d3663;
    align-self: center;
    text-decoration: none;
    transition: 0.3s;
}

#contact a:hover{
    color: #e3e3e3;
}

@media (min-width: 1143px){
    .contacttitle{
        font-size: 15px;
    }
    .contactsubtitle{
        font-size: 14px;
    }
}

nav{
    width: 100%;
    background-color: #2d3663;
    padding: 1rem 10vw; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar{
    list-style-type: none;
    padding: 0;
}

.navbar li{
    display: inline-block;
}

.navbar li a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "Raleway Semibold";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0.5rem;
}

.navbar li a:hover{
    color: #b7b7b7;
}

.mobilenavbar{
    list-style-type: none;
    padding: 0 10vw;
}

.mobilenavbar li{
    display: inline-block;
}

.mobilenavbar li a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "Raleway Semibold";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 1rem;
}

.mobilenavbar li a:hover{
    color: #b7b7b7;
}

#mobilenav{
    display: none;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

#mobilecontainer{
    height: 0px;
    max-height: 600px;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #2d3663;
    color: #fff;
    overflow-x: hidden;
    transition: height 0.4s;
}

#closebtn{
    font-size: 2rem;
}

@media (max-width: 768px){
    .mobilenavbar li{
        display: block;
    }
}

@media (max-width: 1146px){
    .navbar{
        display: none;
    }

    #mobilenav{
        display: block;
    }

}

#logotitle{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

#logosubtitle{
    color: #b7b7b7;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

#cover{
    padding: 1.5rem 0;
    background-color: #5e5e5e;
    height: 40rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url('img/adam-michalski-tlo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px){
    #cover{
        background-position: 100% -70px;
    }
}

@media (min-width: 768px){
    #cover{
        background-position: 100% -40px;
    }
}

#cover h1{
    background-color: #2d3663cc;
    color: #ffffff;
    padding: 0 10px;
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Montserrat';
    text-align: center;
}

#cover p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Raleway Semibold';
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

#cover a{
    display: inline-block;
    border-radius: 30px;
    background-color: #2d3663;
    padding: 0.75rem 1.5rem;
    margin: 1rem 0;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
}

#cover a:hover{
    color: #b7b7b7;
}

#whyus{
    margin: 3rem 10vw;
}

#whyus h3{
    color: #2d3663;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 5.52px;
    text-align: center;
    margin-bottom: 0;
}

#whyus h1{
    font-family: 'Montserrat Bold';
    margin-top: 0;
    color: #2d3663;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

h1 span{
    color: #3497db;
    font-family: "Montserrat Light";
    font-weight: 300;
}

#whyus>div>p{
    font-family: 'Raleway Semibold';
    text-align: justify;
    color: #2d3663;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#whyus>div{
    margin-bottom: 3rem;
}

.wrapper{
    position: relative;
    width: 100%;
}

.dots{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.dots_item{
    width: 6px;
    height: 6px;
    margin: 0 .5rem;
    padding: 0;
    border: 0;
    background-color: #b7b7b7;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
}

.dots_item--active {
    background-color: #2d3663;
}

.servicecard{
    display: flex;
    height: 22rem;
    text-align: left;
    border: 1px solid #e9e7e7;
    padding: 2rem;
    transition: 0.3s;
    flex-direction: column;
}
.servicecard a{
    text-decoration: none
}

.servicecard img{
    width: 20%;
    filter: invert(0.1) sepia(1) hue-rotate(175deg) saturate(10);
    transition: 0.3s;
    margin-bottom: 30px;
    max-width: 70px;
}

.servicecard:hover{
    border: 1px solid #3497db;
}

.servicecard:hover img{
    filter: invert(.4) sepia(1) hue-rotate(160deg) saturate(4.5);
}

.servicecard h2{
    margin: 0;
    font-size: 16px;
    color: #2d3663;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
}

.servicecard p{
    font-family: 'Raleway';
    color: #2d3663;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.servicecard p{
    content: "[...]";
}

.paragraph{
    font-family: 'Raleway';
    color: #2d3663;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

.paragraph a{
    color: #3497db;
    text-decoration: none;
}

.paragraph a:visited{
    color: #537a94;
}

.paragraph a:active{
    color: #0099ff;
}

.icon-left-open, .icon-right-open{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #2d3663;
    padding: 9px 6px 6px 5px;
    vertical-align: middle;
    transition: 0.3s;
    cursor: pointer;
    z-index: 100;
}

.icon-left-open{
    left: -3rem;
}

.icon-right-open{
    right: -3rem;
}

.icon-left-open:hover, .icon-right-open:hover{
    color: #fff;
    background-color: #2d3663;
}

@media (max-width: 767px){
    .icon-left-open, .icon-right-open{
        display: none;
    }
}

#blog, #faq{
    padding-top: 2rem;
    margin: 1rem 10vw;
}

#blog>h3{
    color: #2d3663;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 5.52px;
}

.header1{
    font-family: 'Montserrat Bold';
    color: #2d3663;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-left: -2px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.bottomline{
    margin-left: 2px;
    width: 5px;
    height: 30px;
    background-color: #3497db;
}

.postcontainer{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.faq.postcontainer{
    background-color: #f8f8f8;
    padding: 25px 25px 35px;
}
p, .faq ol, .faq ul{
    font-family: 'Raleway';
    color: #2d3663;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.faq ol, .faq ul{
    padding-left: 15px;
}

@media (max-width: 767px){
    #postcontainer{
        flex-direction: column;
        align-items: center;
    }
}

.contentList .post{
    padding-left: 2px;
}

.contentList .post::after{
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #e9e7e7;
}

.post{
    position: relative;
    padding: 15px;
}
#faq .post{
    padding: 0;
}
#faq .post h3{
    min-height: unset;
}
#faq .post p{
    margin-bottom: 0;
    -webkit-line-clamp: unset;
    height: auto;
    min-height: unset;
}
.post img{
    width: 100%;
    height: auto;
    max-height: 28rem;
}

.post h3 a{
    color: #2d3663;
    font-family: 'Raleway';
    text-decoration: none 
}
@media (min-width:768px){
    .post h3{
        overflow: hidden;
        min-height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .post p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        min-height: 140px;
    }
}

.subscript{
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Montserrat Light';
}

.post p{
    color: #2d3663;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 4rem;
}

.inner{
    margin-bottom: 5rem;
}

.post a.button{
    position: absolute;
    bottom: 2rem;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #2d3663;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid #2d3663;
    font-weight: 700;
    font-family: 'Raleway Semibold';
}

.post a:hover{
    color: #fff;
    background-color: #2d3663;
}

@media (max-width: 768px){
    #cover h1{
        font-size: 30px;
    }
    #cover h1 span{
        margin-left: -100vw;
    }

    #blog h1, #whyus h1{
        font-size: 24px;
    }
    nav{
        padding: 1rem 2vw; 
    }
}

@media (max-width: 375px){
    #cover h1{
        font-size: 24px;
    }
}

#arrows{
    position: absolute;
    bottom: 40px;
    transform: translateY(-2%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

#arrows i{
    padding: 8px;
    margin: 0 10px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    background-color: #2d3663;
    transition: 0.3s;
}

#arrows i:hover{
    background-color: #3497db;
}

.opinionslider{
    margin: 2rem 0 0 0;
    background-color: #2d3663;
    min-height: 30rem;
}

.opinioncontainer{
    margin-left: 2rem;
}

.opinionslide{
    min-height: 30rem;
    margin: 0 10vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5rem;
}

.opinionslide div img{
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: #fff;
}

.opinion{
    margin-top: 0;
    font-family: 'Roboto';
    line-height: 34px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-bottom: 1rem;
}

.name{
    font-family: 'Raleway';
    margin-top: .5rem;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.profession{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Raleway';
}

@media (max-width: 768px){
    .opinion{
        font-size: 16px;
    }

    .opinioncontainer{
        margin-left: 0;
    }

    .opinionslide{
        flex-direction: column;
        padding: 2rem 0 2.5rem 0;
        justify-content: flex-start;
    }

    .opinionslide div img{
        width: 8rem;
        height: 8rem;
    }
}

@media (min-width: 768px){
    .opinionslide p:not(.profession){
        font-size: 18px;
    }
}

@media (min-width: 992px){
    .opinionslide p:not(.profession){
        font-size: 20px;
    }
}

footer{
    width: 100%;
    padding: 3rem;
    background-color: #002222;
}

#footercontainer{
    display: flex;
    justify-content: center;
    align-items: center;


}
footer ul {
    text-align: center;
    padding: 0
}
footer ul li{
    list-style: none;
    display: inline-flex;
}
footer ul li a{
    color: #989898;
    font-family: 'Raleway';
    padding: 3px 10px;
    text-decoration: none
}
#socialmedia{
    display: flex;
    justify-content: center;
    align-items: center;
}

#socialmedia a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    margin: 0 10px 1.5rem 10px;
    padding: 6px 5px 5px 5px;
    transition: 0.2s;
}

#socialmedia a:hover{
    color: #3497db;
    border-color: #3497db;
}

footer span{
    color: #989898;
    font-family: 'Raleway';
}

#copyright{
    display: block;
    text-align: center;
}

@font-face {
    font-family: 'fontello';
    src: url('font/fontello.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
    /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
    /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
    /*
    @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'fontello';
        src: url('../font/fontello.svg?53557703#fontello') format('svg');
    }
    }
    */

    [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

    .icon-plus-circled:before {
    content: '\e800';
    margin-left: 0;
    } /* '' */
    .icon-right-open:before { content: '\e801'; } /* '' */
    .icon-left-open:before { content: '\e802'; } /* '' */
    .icon-alarm-clock:before {
    content: '\e804';
    margin-right: 1rem;
    } /* '' */
    .icon-phone:before { content: '\e805'; } /* '' */
    .icon-location:before { content: '\e806'; } /* '' */
    .icon-left-arrow:before { content: '\e807'; } /* '' */
    .icon-right-arrow:before { content: '\e803'; } /* '' */
    .icon-gplus:before { content: '\f05a'; } /* '' */
    .icon-twitter:before { content: '\f099'; } /* '' */
    .icon-facebook:before { content: '\f09a'; } /* '' */

.post-nav{
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 15px;
}

.post-nav-link a{
    color: #2d3663;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #2d3663;
    font-family: 'Raleway Semibold';
    transition: 0.3s;
    font-size: 12px;
}

@media (min-width: 426px){
    .post-nav{
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .post-nav-link a{
        font-size: 1rem;
    }
}

.post-nav-link a:hover{
    color: #fff;
    background-color: #2d3663;
}

#sidebar{
    margin-top: 15px;
    background-color: #fcfcfc;
    padding: 25px;
    width: 100%;
}

#sidebar ul{
    list-style-position: outside;
    padding: 0;
    list-style-type: none;
}

#sidebar ul li{
    margin: 10px 0;
}

#sidebar ul li a{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    color: #3497db;
    text-decoration: none;
    transition: 0.3s;
}

#sidebar ul li a:hover{
    color: #2d3663;
}

.post-arrow{
    color: #2d3663;
    float: left;
    margin-right: 15px;
}

.ostatnieWpisy{
    color: #2d3663;
    margin-top: 0;
    font-family: 'Montserrat Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}

#side-contact{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    margin-top: 15px;
    background-color: #fcfcfc;
    padding: 25px;
}

#side-contact .contactpart{
    margin: 0;
}

.pageheader{
    padding: 3rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #252d52;
}

.pageheader h1{
    font-family: 'Montserrat Bold';
    color: #fff;
    margin: 0;
    margin-left: 10vw;
    margin-right: 10vw;
    line-height: normal;
}

#cont404{
    text-align: center;
    padding: 5rem;
    background-color: #fff;
    color: #2d3663;
}

#er404{
    font-size: 30pt;
}

.pagecontent{
    margin: 1rem 10vw;
    padding: 2rem 0;
    font-family: 'Raleway';
    color: #333;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem
}
.pagecontent strong{
    font-weight: 900;
    font-family: 'Montserrat Bold';
}

.dropdown-menu{
    display: none;
    padding: 0;
    position: absolute;
    background-color: #2d3663;
    z-index: 100;
}

.dropdown-menu li{
    display: block;
}

#menu-item-2395:hover .dropdown-menu{
    display: block;
}

#zakres-uslug{
    padding: 0;
    list-style-type: none;
}

#zakres-uslug li{
    font-family: 'Raleway';
    color: #2d3663;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#zakres-uslug li::before{
    content: "-";
    padding-right: 5px;
}

#zakres-uslug li a{
    color: #3497db;
    text-decoration: none;
}

#zakres-uslug li a:visited{
    color: #2d3663;
}

#zakres-uslug li a:active{
    color: #0099ff;
}

.contact{
    background-color: #2d3663;
    width: 100%;
    padding: 1rem 2rem;
    margin-top: 4rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#workinghours{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#contact-phone{
    margin-left: -17px;
    color: #3497db;
    font-size: 2rem;
    vertical-align: middle;
}

#contact-clock{
    margin-left: -8px;
    color: #3497db;
    font-size: 2rem;
    vertical-align: middle;
}

.showmore{
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    transform: translateY(-.5rem);
}

.showmore i{
    font-size: 1.5rem;
    color: #2d3663;
    transition: 0.2s;
}

.showmore i:hover{
    color: #3497db;
}


@media (max-width: 768px){
    .contact{
        flex-direction: column;
        padding: 0 3rem;
        font-size: 80%;
    }

    .contactdiv:nth-child(even){
        border-left: none;
        padding-left: auto;
    }

    .services{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 584px){
    .contact{
        padding: 0 1.5rem;
        font-size: 70%;
    }

    .contactdiv p{
        font-size: 100%;
    }

    #contact-phone, #contact-clock{
        font-size: 1.5rem;
    }
}

@media (max-width: 320px){
    .hoursdiv{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.contactdiv{
    color: #fff;
    padding: 1rem .5rem;
}

@media (min-width: 1025px){
    .contactdiv:nth-child(even){
        border-left: 1px solid #5e5e5e;
        padding-left: 5rem;
    }
}

.contactdiv p{
    color: #fff;
    font-family: "Raleway Semibold";
}

.contactheader{
    display: inline-block;
    vertical-align: middle;
    font-family: "Montserrat";
}

#workinghours-title{
    margin-top: 1rem;
    margin-bottom: 0;
}

.hours{
    text-align: center;
}

.header2{
    color: #2d3663;
    font-family: "Montserrat Semibold";
}

.header3{
    color: #2d3663;
    font-family: "Raleway";
    margin-top: 0;
}

#icon-clock::before{
    margin-right: .5rem;
}


.siema{
    text-align: center;
    width: 100%;
}

.siema img{
    max-height: 25rem;
}

@media (max-width: 584px){
    .siema img{
        max-height: 50vw;
    }
}

#gallerynext{
    right: -3rem;
}
.pagecontent hr{
    border: none;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.bio {
    display: flex;
}
.bio .post-author-img,.bio .post-author,.bio .post-date{
    display: flex;
    margin-right: 20px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.bio .post-author-img img{
    border-radius: 50%;
}

#znany-lekarz{
    position: fixed;
    top: 50vh;
    height: 273px;
    width: 300px;
    margin-left: -300px;
    transition: all 0.5s;
}
@media (max-width:990px){
    #znany-lekarz{
       display: none
    }
}
#znany-lekarz:hover{
    margin-left: 0;
    transition: all 0.5s;
}
#zlwidget .opinion-widget{
    border-radius: 0!important;
}
#znany-lekarz iframe{
    height:282px;
}
#znany-lekarz .zl-after{
    content: '';
    background-image: url(img/zl-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(-90deg);
    background: #00c3a5;
    position: absolute;
    transform: translateX(135px) translateY(85px) rotate(-90deg);
    height: 50px;
    width: 220px;
    right: 3px;
    top: 5px;
    border-top: 1px solid #fff;
}
#znany-lekarz .zl-after img{
    max-height: 30px;
    display: block;
    margin: 8px auto;
}

/* #zlwidget .opinion-widget {
    background-image: -webkit-linear-gradient(top,#fafcfc,#f4f7f8);
    background-image: -o-linear-gradient(top,#fafcfc 0,#f4f7f8 100%);
    background-image: linear-gradient(180deg,#fafcfc 0,#f4f7f8);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFAFCFC",endColorstr="#FFF4F7F8",GradientType=0);
    background: #fff;
    border: 2px solid #00c3a5;
    border-radius: 8px;
    box-shadow: inset 0 0 1px #fff;
    float: left;
    font-size: 15px;
    max-width: 380px;
    padding: 10px 8px;
    position: relative;
    width: 100%;
}
#zlwidget .zlw {
    background: #fff;
    border: 1px solid #dcdfe3;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    color: #1b2734;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: 390px;
}
#zlwidget .opinion-widget .branding {
    background: #00c3a5;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 10px 0;
}
#zlwidget .opinion-widget .top__doctor-info, #zlwidget .opinion-widget .top__doctor-photo {
    display: inline-block;
}
#zlwidget .opinion-widget .top__doctor-photo {
    max-width: 270px;
}
#zlwidget .opinion-widget .top__doctor-photo img {
    height: 82px;
    vertical-align: inherit;
    width: auto;
}
#zlwidget .opinion-widget .top__doctor-info, #zlwidget .opinion-widget .top__doctor-photo {
    display: inline-block;
}
#zlwidget .opinion-widget .top__doctor-info {
    max-width: 240px;
    vertical-align: top;
}
#zlwidget .opinion-widget .top__text {
    position: relative;
}

.rating--md {
    font-size: 12px;
    height: 15px;
}
.rating {
    align-items: center;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
}
.rating--md:before {
    width: 84px;
}
.rating--md:after, .rating--md:before {
    height: 15px;
}
.rating--white:before {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='112' height='20' xmlns='http…2h.01l.01.02c3.795.109 6.941.414 6.941.91z' fill='%2300b39b'/%3E%3C/svg%3E);
}
.rating:before {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='112' height='20' xmlns='http…2h.01l.01.02c3.795.109 6.941.414 6.941.91z' fill='%23dcdfe3'/%3E%3C/svg%3E);
}
.rating:after, .rating:before {
    background-repeat: repeat-x;
    background-size: auto 100%;
    content: "";
}
.rating--md[data-score="4.5"]:after {
    width: 76.482px;
}
.rating--md:after, .rating--md:before {
    height: 15px;
}
.rating--white:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='112' height='20' xmlns='http….852h.01l.01.02c3.795.109 6.941.414 6.941.91z' fill='%23fff'/%3E%3C/svg%3E);
}
.rating:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='112' height='20' xmlns='http…2h.01l.01.02c3.795.109 6.941.414 6.941.91z' fill='%2300c3a5'/%3E%3C/svg%3E);
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
}
#zlwidget .opinion-widget .branding__logo {
    display: block;
}
#zlwidget .opinion-widget .branding__logo img {
    height: 18px;
}  */