/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/

body {
    margin: 0;
    background: #fff;
    color: #333;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}


a {
    color: #98d810;
    background-color: transparent;
}

a:active,
a:hover {
    color: #98d810;
    outline: 0;
    text-decoration: none;
}


input[type="submit"] {
    width: auto;
}

input[type="submit"]:hover {}

.more {
    line-height: 38px;
    align-items: center;
    text-align: center;
    min-width: 99vw;
}

.more a {
    transition: .2s ease-in-out;
    background: #98d810;
    border: 2px solid #98d810;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 700;
}

.more a:hover {
    background: #0f85b5;
    border: 2px solid #39c1fb;
}

.more-inverse a {
    background: #0f85b5;
    border: 2px solid #39c1fb;
}

.more-inverse a:hover {
    background: #98d810;
    border: 2px solid #98d810;
}


.more .fal,
.more .fad {
    padding-left: 1rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.anniversary {
    position: fixed;
    /* Pozycjonowanie elementu względem okna przeglądarki */
    right: 0;
    /* Przypięcie do prawej strony ekranu */
    bottom: 0;
    /* Przypięcie do dolnej krawędzi ekranu */
    max-width: 320px;
    /* Maksymalna szerokość obrazka */
    z-index: 1000;
    /* Zapewnia, że obrazek będzie widoczny nad innymi elementami */
}

.anniversary img {
    max-width: 100%;
}

.close-anniversary {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: .5rem .8rem;
}

.mastheader {
    padding: 0rem;
}

.mh-ed {
    position: fixed;
    right: 0;
    top: 25%;
    transition: right .4s;
    width: 0rem;
    z-index: 999999;
}

.swh {
    border-right: none;
    left: -4em;
    position: absolute;
    text-align: center;
    width: 4em;
    padding: 1rem;
}

.swh a {
    color: #fff;
    font-weight: 700;
    transition: .2s ease-in-out;
}

.swh-1 {
    background: #0042b9;
    border: 1px solid #0042b9;
    transition: .2s ease-in-out;
}

.swh-2 {
    top: 60px;
    background: #ca0000;
    border: 1px solid #ca0000;
    transition: .2s ease-in-out;
}

.swh-1:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.swh-2:hover {
    background: #fff600;
    border-color: #fff600
}

.swh-2:hover a {
    color: #111;
}


.top-header {
    position: relative;
    z-index: 9999;
    padding: .5rem 0 .5rem 0;
    color: #fff;
    font-size: .8rem;
    background: #0000000f;
}

.top-header .widget {
    margin: 0;
}

.top-header .row>*:first-child {
    text-align: left;

}

.top-header .row>* {
    text-align: right;
}

.top-header .row>* .fab,
.top-header .row>* .fad {
    padding-right: .5rem;
    padding-left: 1rem;
    color: #98d810
}

.top-header a.phone-1 {
    margin: 0 1rem 0 0;
}

.top-header .row>* a {
    color: #fff;
    font-weight: 700;
    transition: .2s ease-in-out;

}

.top-header .row>* a:hover {
    text-decoration: underline;
}

.main-header {
    padding: 2rem 0;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #49bcf099;
}


.logo {
    height: auto;
}

.logo img {}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 1rem;
    padding: 1.32rem 0;
    font-weight: 700;
    font-size: .9rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #98d810
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #98d810
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 0;
    margin: 3rem 0 0 0;
    font-size: .8rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #98d810;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-menu .dropdown-toggle::after {
    display: none;
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 240px;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 240px;
    padding: 0;
    margin: 0;
    font-size: .8rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #87c10c;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6e9e18
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6e9e18
}

.quick-contact {
    text-align: right;
    margin: .82rem 0;
}

.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.welcome {
    position: relative;
    margin: -181px 0 0 0;
    padding: 17rem 0 7rem;
    background: url('https://www.remediumeuropa.pl/wp-content/uploads/2019/12/hp-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}


.scroll-down {
    position: absolute;
    padding: 1.8rem 0;
    width: 100px;
    left: 50%;
    bottom: -2.9rem;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #8cc511;
    text-align: center;
    font-size: 1.4rem;
    transition: .2s ease-in-out;

}

.scroll-down:hover {
    background: #a5e61a;
}

.scroll-down a {
    color: #fff;
}

.envelope-emails {
    width: calc(50% - 50px);
    right: 0;
    position: absolute;
    padding: 1.81rem 2rem;
    left: auto;
    bottom: 0rem;
    color: #fff;
    background: #98d810;
    text-align: left;
    font-size: 1.4rem;
}

.envelope-emails a {
    color: #fff;
    font-weight: 700;
}

.w-left {
    max-width: 60%;
}

.w-left h1 {
    margin: 0rem 0 .5rem 0;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.w-left h3 {
    margin: .5rem 0 3rem;
    color: #98d810;
    font-size: 2rem;
    font-weight: 700;
    max-width: 80%;
    letter-spacing: 4px;
}

.w-left h4 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 3rem 0 2rem;
    max-width: 85%;

}

.w-left .w-desc {
    font-size: 1rem;
    margin: 0 0 4rem 0;
    color: #fff;
    max-width: 80%;
}

.w-left .desc p:last-child {
    margin: 0;
}


.envelope-email {
    position: absolute;
    width: 50%;
    height: 5rem;
    background: #3ea6d6;
    color: #fff;
    padding: 2rem;
    right: 0;
    left: auto;
    bottom: 0;
    padding: 1rem 2rem;
    line-height: 3rem;
    font-size: 1.4rem;
}

.envelope-email a {
    color: #fff;
}

.envelope-email .fad {
    padding: 0 .5rem 0 1rem;
}

#offers {
    padding: 5rem 0 5rem 0;
    background: url('https://www.remediumeuropa.pl/wp-content/uploads/2019/12/o-bg.jpg') center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title {
    max-width: 75%;
}

.section-title h2 {
    margin: 0rem 0 1rem 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.section-title h4 {
    margin: 0 0 5rem;
    color: #eaeaea;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.section-title h5 {
    color: #98d810;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 2rem 0;
}

.o-inner {
    margin-right: 3rem;
    margin-left: 3rem;
}

#offers .section-title {
    margin: 0 auto;
    text-align: center;
}

#offers .box {
    padding: 2rem;
    margin-bottom: 3rem;
    min-height: 480px;
    position: relative;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
}


#offers .box .b-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    max-width: 100%;
    max-height: 50%;
    min-height: 150px;
    background: rgb(11, 154, 212, 0.85);
    padding: 2rem;
    transition: .2s ease-in-out;
}

#offers .box .b-txt:hover {
    max-width: 100%;
    min-height: 250px;
    background: rgb(152, 216, 16, 0.85);
}

#offers .box .b-txt h2 {
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-size: 1.2rem;
}

#offers .box .b-txt h2 a {

    color: #fff;
}

#offers .box .b-txt .description {
    margin: 0 0 1.5rem;
    color: #f4f4f4;
    font-size: .9rem;
    font-weight: 400;
}

#offers .box .b-txt .link a {
    font-weight: 700;
    color: #fff;
    font-size: .8rem;
    transition: .2s ease-in-out;
}

#offers .box .b-txt .link a .fal {
    padding: 0 0 0 1rem;
    transition: .2s ease-in-out;

}

#offers .box .b-txt .link a:hover .fal {
    padding: 0 0 0 2rem;
}

.slider-wrapper {
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('https://www.remediumeuropa.pl/wp-content/uploads/2019/11/s-bg.jpg') center top;
}

#slider {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.12);
}

#slider .item {
    min-height: 640px;
    padding: 10rem 3rem;
    position: relative;
}

#slider .item .box {
    position: absolute;
    bottom: 0;
    width: 60%;
    min-height: 250px;
    background: #0b9ad4;
    padding: 2rem;
    left: auto;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.12);
    right: 0;
}

#slider .item h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

#slider .item h3 {}

#slider .item h4 {}

#slider .item .extra-txt {
    font-size: .9rem;
    color: #f4f4f4;
}


#slider .owl-controls {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}

#slider .owl-controls .owl-page span {
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #98d810;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.link a {
    font-weight: 700;
    color: #fff;
    font-size: .8rem;
}

.link a .fal {
    padding: 0 0 0 1rem;
}

.s-right {
    padding: 3rem;
}

.s-right article {
    margin-bottom: 2.5rem;
}

.s-right article:last-child {
    margin-bottom: 0rem;
}

.s-right h2 {
    margin: 0 0 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s ease-in-out;

}

.s-right h2:hover {
    text-decoration: underline;

}

.s-right .thumb-img img {
    transition: .2s ease-in-out;
}

.s-right .thumb-img img:hover {
    opacity: .8
}

.s-right h2 a {
    color: #fff;
}

.s-right .entry-meta {
    font-size: .8rem;
    margin: .5rem 0 0rem 0;
    color: #eaeaea;
}

.s-right .entry-meta .far {
    padding-right: .25rem;
    color: #98d810;
}

.team {

    background: url('https://www.remediumeuropa.pl/wp-content/uploads/2019/12/t-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.team .section-title {
    text-align: left;
    max-width: 50%;
}

.team .t-inner {
    max-width: 84%;
    margin-bottom: 5rem;
    border-bottom: 1px solid #44a5f3;
    padding-bottom: 5rem;
}

#slider-team .item {
    padding-right: 2rem;
}

#slider-team .owl-controls .owl-page span {
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
}

#slider-team .owl-controls .owl-page.active span,
#slider-team .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

.t-inner img {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
}

.t-inner .item h3 a {
    color: #fff;
}

.t-inner .t-desc {
    font-size: .9rem;
    color: #98d810;
    font-weight: 700;
}

.t-inner .t-skills span {
    font-weight: 700;
}

.t-inner .t-skills {
    margin: 1rem 0 0 0;
    font-size: .9rem;
    color: #fff
}

.t-inner .t-bio {
    margin-top: 1rem;
    font-size: .8rem;
    color: #ddd;
    max-height: 80px;
    overflow: hidden;
}

.t-inner h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2rem 0 0rem 0;
}

.t-inner .flag {
    position: absolute;
    top: 1rem;
    left: -.5rem;
    max-width: 70px;
}

.t-bottom {
    max-width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.number {
    width: 20%;
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    line-height: 3rem;
}

.n-txt {
    width: 45%;
    margin-right: 5%;
    font-size: 1rem;
    color: #ddd;
}

.t-bottom .more {
    width: 30%;
    line-height: 52px;
    text-align: right;
}

.reference {
    background: url('https://www.remediumeuropa.pl/wp-content/uploads/2019/12/r-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.reference .section-title {
    margin: 0 auto;
    text-align: center;
}

.reference .section-title h2 {
    margin-bottom: 3rem;
}

#r-inner .item {
    text-align: center;
}

#r-inner img {
    max-width: 175px;

}

#r-inner .r-txt {
    margin-top: -5rem;
    padding: 4rem 2rem 2rem 2rem;
    background: #1899ce6b;
    color: #fff;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.11);
    border: 0px solid #318188;
    margin-right: 1rem;
    margin-left: 1rem;
}

#r-inner .r-txt h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 3.5rem 0 .5rem 0;
}

#r-inner .r-txt .txt {
    color: #eaeaea;
    font-size: .9rem;
}

#r-inner .r-txt h4 {
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: 1rem;
    color: #98d810
}

#r-inner .owl-controls {
    margin-top: 3rem;
}

#r-inner .owl-controls .owl-page span {
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
}

#r-inner .owl-controls .owl-page.active span,
#r-inner .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

.covid-info {
    background: url('https://www.new.remediumeuropa.pl/wp-content/uploads/2025/06/zajecia-online.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7.5rem 0;
    text-align: right;
}

.covid-info h3 {
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    margin: 0 0 2rem auto;
    max-width: 70%;
}

.covid-info p {
    max-width: 50%;
    font-size: 1.1rem;
    color: #fff;
    margin-left: auto;
}

.covid-info p:last-child {
    margin-bottom: 0;
}

.info-online {
    background: #ca0000;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
}

.info-online h4 {
    font-size: 1.6rem;
    margin: 0;
}

.paralax {
    background: url('https://www.new.remediumeuropa.pl/wp-content/uploads/2025/06/Projekt-bez-nazwy-3.png') center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0;
    text-align: right;
}

.paralax h3 {
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    margin: 0 0 2rem auto;
    max-width: 70%;
}

.paralax .more a {
    background: #0d75b4;
    border-color: #0d75b4;
}

.mm {
    background: url('https://www.new.remediumeuropa.pl/wp-content/uploads/2025/06/maryla-kolaz.png') center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0 0 0;
    height: 540px;
    position: relative;
}

.mm .mm-box {
    position: relative;
    color: #fff;
    z-index: 9999;
    align-items: center;
}

.mm .mm-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    margin: 0 0 2rem;
    text-align: center;;
}

.mm .mask {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease-in-out;
    z-index: 9;
}

.meta {
    padding: 10rem 0;
    position: relative;
}

.meta .overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0) 100%);
}

.m-box img {
    position: relative;
    max-width: 75%;

}

.m-box {
    position: relative;
    z-index: 9999;
}

.m-box h2 {
    margin: 1.5rem 0 .5rem 0;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
}

.m-box p {
    margin: 0 0 2rem;
    color: #eaeaea;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.29735644257703087) 0%, rgba(0, 0, 0, 0.75) 100%);
    transition: .2s ease-in-out;
    z-index: 9;
}

.gdansk {
    padding: 10rem 0;
    position: relative;
}

.g-box {
    position: relative;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
}

.g-box>* {
    margin-right: 2rem;
}

.g-box h2 {
    margin: 0rem 0 .5rem 0;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
}

.g-box p {
    margin: 0 0 2rem;
    color: #eaeaea;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.page-title {
    position: relative;
    margin: -181px 0 0 0;
    padding: 15rem 0 4rem;
    background: url(https://www.remediumeuropa.pl/wp-content/uploads/2019/12/page-title-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.page-title h1 {
    font-weight: 700;
    color: #fff;
    margin: 0;

}

.page-title h3 {
    font-weight: 300;
    font-size: 1.1rem;
    color: #98d810;
    margin: .5rem 0 00;

}

.page-wrapper {
    padding: 5rem 0;
    background: url(https://www.remediumeuropa.pl/wp-content/uploads/2019/12/page-wrapper-bg.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.entry-page {
    padding: 3rem;
    background: #1899ce6b;
}

.entry-content {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

#iframe-mr {
    max-width: 360px;
    margin: 0 auto;
}

.entry-content h2:first-child {
    margin-top: 0
}

.entry-content h2,
.entry-content h3 {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 3rem 0 1.5rem 0;
}


.entry-content h2::after {
    display: inline-block;
    content: "";
    margin-left: 2rem;
    width: 70px;
    height: 2px;
    background: #98d810
}

.entry-content strong {
    font-weight: 700;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content label,
.entry-content .wpcf7 p label {
    font-size: .9rem;
    font-weight: 700;
}

.entry-content textarea,
.entry-content input {
    background-color: #1487b7;
    border-color: #1279a5;
}

.entry-content .wpcf7 p label {
    margin-top: 1rem
}

.entry-content input[type="submit"] {
    transition: .2s ease-in-out;
    background: #98d810;
    border: 2px solid #98d810;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 700;
}

.entry-content input[type="submit"]:hover {
    background: #0f85b5;
    border: 2px solid #39c1fb;
}

.entry-content ul {
    list-style-type: none;
    margin: 0 0 3rem 0;
    padding: 0 0 0 1.5rem;
}

.entry-content ul li {
    margin-bottom: .75rem;
}

.entry-content ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin: 0 1rem 0 0;
    color: #98d810;
}

.entry-content .blocks-gallery-item::before {
    content: none;
}

.sidebar {
    background: #98d810;
    padding: 3rem;
    color: #fff;
    margin-left: 3rem;
}

.sidebar>*:last-child {
    margin: 0;
}

.sidebar h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0 0 1.5rem 0;
}

.sidebar p {}

.sidebar .widget {}

.sidebar .envelope-emails {
    position: static;
    width: 100%;
    padding: 2rem;
    color: #fff;
    background: #0f85b5;
    text-align: left;
    font-size: 1.2rem;
}

.sidebar #text-4 {
    padding: 2rem;
    background: #80b70a;
}

.pw-news article {
    margin-bottom: 2rem;
}

.pw-news h2 {
    margin: 2rem 0 1rem 0;
    font-weight: 700;
    font-size: 1.4rem;
}

.pw-news h2 a {
    color: #fff;
}

.pw-news .description {
    margin: 0 0 2rem;
    color: #f4f4f4;
    font-size: .9rem;
    font-weight: 400;
}

.pw-rekomendations h2,
.pw-lektorzy h2 {
    color: #fff;
    margin: .5rem 0 1rem 0;
    font-weight: 700;
}

.pw-rekomendations .txt {
    margin: 0 0 1rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    background: #0a7caf94;
    padding: 1rem 1rem 1rem 1rem;
}

.pw-rekomendations .txt p {
    margin: 0;
}

.pw-rekomendations .r-txt h4 {
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: 1rem;
    color: #98d810
}

.pw-rekomendations .row>*:nth-child(2n+2),
.pw-lektorzy .row>*:nth-child(2n+2) {
    margin-bottom: 4rem;
}

.pw-rekomendations .row>*:nth-child(2n+2) .row>*:nth-child(2n+2),
.pw-lektorzy .row>*:nth-child(2n+2) .row>*:nth-child(2n+2) {
    margin-bottom: 0rem;
}

.pw-lektorzy .t-desc {
    font-size: .9rem;
    color: #98d810;
    font-weight: 700;
}

.pw-lektorzy .t-bio {
    margin-top: 1rem;
    font-size: .8rem;
    color: #ddd;
    max-height: 80px;
    overflow: hidden;
}

.pw-lektorzy .t-skills {
    margin: 1rem 0 0 0;
    font-size: .9rem;
    color: #fff;
}

.pw-lektorzy .r-txt {
    margin: 0 0 2rem;
    color: #f4f4f4;
    font-size: 1rem;
    font-weight: 400;
}

.sp-lektorzy .r-txt {
    margin: 0 0 2rem;
    color: #f4f4f4;
    font-size: 1rem;
    font-weight: 400;
    max-width: 75%;
}

.sp-lektorzy .t-desc {
    font-size: 1.2rem;
    color: #98d810;
    font-weight: 700;
}

.sp-lektorzy .t-bio {
    margin-top: 1rem;
    font-size: 1rem;
    color: #ddd;
    max-height: 100%;
    overflow: hidden;
}

.sp-lektorzy .t-skills {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    color: #fff;
}

.wp-pagenavi {
    margin-top: 4rem;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: .5rem 1rem;
    margin: 2px;
    color: #fff;
    background: #1180af;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #98d810;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {

    background: #98d810
}

.box-pp img {
    transition: .2s ease-in-out;
}

.box-pp img:hover {
    opacity: .8
}

.box-pp .more {
    margin-bottom: 2rem;
}

.box-pp h2 a:hover {
    text-decoration: underline
}

.pw-komunikacja h2 {
    font-size: 6rem;
    color: #fff;
    font-weight: 700;
    margin: 4rem 0 4rem 0rem;
}

.pw-komunikacja .second-line .pw-k-right {
    text-align: right;
}

.pw-komunikacja img {
    transition: .2s ease-in-out;
}

.pw-komunikacja img:hover {
    opacity: .8
}

.pw-szb-lk {
    margin-top: 4rem;
    text-align: center;
    border-top: 8px solid #0e89bd;
    padding-top: 4rem;
}

.pw-szb-lk .fas {
    display: block;
    margin: 0 0 0rem 0;
    font-size: 2rem;
    text-align: center;
    line-height: 80px;
}

.pw-szb-lk h2::after {
    content: none;
}

.pw-szb-lk p {
    font-size: 1rem;
}

.pw-szb-lk .fas::before {
    background: #98d810;
    padding: 1.5rem;
    coloR: #ffffff;
    border-radius: 8px;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-widget {
    background: url('https://www.remediumeuropa.pl/wp-content/uploads/2019/12/f-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    color: #fff;
    border-bottom: 1px solid #28aee4;
}

#footer-widget h3 {
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0 0 2rem 0;
}

#footer-widget h3::after {
    display: inline-block;
    content: "";
    margin-left: 2rem;
    width: 70px;
    height: 2px;
    background: #fff;
}

#footer-widget h4 {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
}

#footer-widget .widget {
    margin: 0;
}

#footer-widget #text-3 {
    margin: 5rem auto 0;
    max-width: 75%;
    font-size: .8rem;
    text-align: center;
}

#footer-widget .widget p:last-child {
    margin: 0;
}

#footer-widget ul li .nav-link {
    padding: 0;
    margin: 0 0 1rem 0;
    transition: .2s ease-in-out;
}

#footer-widget ul li .nav-link::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    padding-right: .5rem;
    transition: .2s ease-in-out;
}

#footer-widget ul li .nav-link:hover::before {
    padding-left: 1rem;
}

#footer-widget a {
    coloR: #fff;
}

#footer-widget .widget .fad,
#footer-widget .widget .fab {
    padding-right: .5rem;
}

footer#colophon {
    background: #0d78b7;
    padding: 2.5rem 0;
    color: #fff;
}

.footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-author {
    text-align: right;
}

.footer-credits a,
footer#colophon a,
.footer-author a {
    font-weight: 700;
    color: #fff;
}

.footer-credits a:hover,
footer#colophon a:hover,
.footer-author a:hover {}