html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation li.menu-item-has-children {
padding-right: 15px;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
:root {
font-size: 14px;
--plyr-color-main: #ffbe00;
--plyr-video-background: transparent;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 100%;
font-weight: 500;
-webkit-font-smoothing: antialiased;
line-height: 1.5;
color: #003897; padding-top: 80px;
background-image: url(//paar.edu.pl/wp-content/uploads/bg_waves_opt-e1561372802907.png);
background-repeat: no-repeat;
background-size: cover;
background-color: hsla(0, 0%, 100%, 0.75);
background-blend-mode: lighten;
}
body.admin-bar .site-header {
top: 32px;
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
@media (max-width: 1199px) {
body {
padding: 0;
}
body.admin-bar {
margin-top: 0;
}
body.admin-bar .site-header {
top: unset;
}
body .site {
margin-top: 0px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Teko, sans-serif;
line-height: 1.5;
}
.page #e3D18r_czater #czater-contener {
z-index: 100;
} .page-breadcrumbs {
margin-top: 30px;
}
.page-breadcrumbs a,
.page-breadcrumbs a:visited {
color: #003897;
text-decoration: none;
}
.page-breadcrumbs a:hover {
text-decoration: underline;
}
.page-breadcrumbs .breadcrumb_last {
color: #003897;
} .page_header_section {
display: flex;
flex-direction: row-reverse;
position: relative;
margin: 30px 0 60px;
}
.page_header_section .module_background {
background-size: cover;
display: -webkit-box;
display: flex;
height: 100%;
width: 66.66667%;
position: absolute;
right: 0;
z-index: 0;
background-position: 50%;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
}
.page_header_section .content_inner {
width: 50%;
margin: 30px auto 30px 0;
background: #003897;
border-radius: 0;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
position: relative;
padding: 60px 25px;
}
.page_header_section .page_header_item {
font-size: 1.2rem;
font-weight: 700;
color: #fff;
line-height: 1;
text-align: center;
margin-bottom: 20px;
display: block;
}
.page_header_section .page_header {
padding: 0;
text-align: center;
color: #fff;
font-size: 3rem;
font-weight: 700;
line-height: normal;
font-family: "Teko", sans-serif;
margin: 0;
}
@media (max-width: 1199px) {
.page_header_section .content_inner {
padding: 30px 25px;
}
}
@media (max-width: 991px) {
.page_header_section .module_background {
width: 100%;
height: 180px;
}
.page_header_section .content_inner {
width: 100%;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 150px;
}
}
@media (max-width: 767px) {
.page_header_section {
margin-bottom: 40px;
}
.page_header_section .content_inner {
padding: 25px;
}
}
.button-accent,
.button-accent:visited {
display: inline-block;
padding: 1rem 2rem;
background: #efc342;
color: #003897;
border-radius: 4px;
background: -webkit-gradient(
linear,
left top,
right top,
from(#ffde7d),
to(#ffbe00)
);
background: -webkit-linear-gradient(left, #ffde7d, #ffbe00);
background: linear-gradient(90deg, #ffde7d, #ffbe00);
box-shadow: none;
font-size: 1.2rem;
font-family: "Teko", sans-serif;
text-transform: uppercase;
font-weight: 700;
transition: transform 0.2s ease-in-out;
} .plyr--stopped .plyr__controls,
.plyr--paused .plyr__controls {
opacity: 0;
}
.plyr__poster {
background-size: cover;
}
video {
object-fit: cover;
} .SuperHero .button-accent {
display: inline-block;
text-decoration: none;
color: #003897;
animation: pulse-menu 1.8s infinite;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
}
.SuperHero .button-accent:hover {
animation: none;
color: #003897;
}
.site-offer .SuperHero p {
background-color: #ffffff;
color: #003897;
}
.hero-section p a,
.hero-section p a:visited,
.site-offer .SuperHero p a,
.site-offer .SuperHero p a:visited {
color: #00bb00;
text-decoration: none;
text-transform: uppercase;
}
@media (min-width: 981px) {
.site-offer .SuperHero__layer--firstContent {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.site-offer .SuperHero h1 {
font-size: 4rem;
font-weight: 700;
line-height: 1;
font-family: Teko, sans-serif;
margin: 0;
}
.site-offer .SuperHero h2 {
font-size: 3rem;
font-family: Teko, sans-serif;
}
.site-offer .SuperHero p {
display: inline-block;
font-size: 16px;
padding: 5px 10px;
background-color: #ffffff;
color: #003897;
border-radius: 3px;
margin-top: 10px;
}
.site-offer .SuperHero p span {
font-weight: 700;
}
.site-offer .SuperHero__continue {
text-decoration: none;
}
}
.profits-section {
padding: 30px 0;
}
.home .profits-section {
padding: 0 0 30px;
}
.section-with-header h2 {
font-size: 3rem;
font-family: Teko, sans-serif;
color: #003897;
font-weight: 700;
line-height: 1;
padding: 60px 0;
text-align: center;
}
.section-with-header h2 span {
font-size: 2.25rem;
line-height: 1.5;
color: #00d2ff;
text-align: center;
padding-bottom: 10px;
}
.profits-list {
margin-top: 30px;
}
.profit-module {
position: relative;
padding: 0 15px;
width: 85%;
margin: 0 auto 80px;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
}
.profit-module .module_background {
background-size: cover;
display: -webkit-box;
display: flex;
height: calc(100% - 45px);
width: calc(50% + 90px);
position: absolute;
z-index: -100;
background-position: 50%;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease 0ms;
transition: all 0.3s ease 0ms;
}
@media (min-width: 1200px) {
.profit-module:hover .module_background {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
}
.profit-module .content_inner {
width: 50%;
margin-left: auto;
margin-top: 90px;
background: #fff;
border-radius: 0;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
position: relative;
padding: 60px;
}
.profit-module .content_inner p {
font-size: 1rem;
color: #003897;
line-height: 2;
}
.profit-module .content_inner img {
position: absolute;
right: 60px;
top: -45px;
width: 90px;
}
.profit-module .content_inner h3 {
font-size: 2.3rem;
color: #003897;
font-weight: 700;
line-height: 1;
padding-bottom: 15px;
}
.content_inner:after {
display: block;
position: absolute;
left: -50%;
transform: translateX(-50%);
bottom: 0;
}
.profit-module .content_inner:after {
content: url(//paar.edu.pl/wp-content/uploads/single_wave.svg);
}
.profit-module:nth-of-type(2n) .content_inner {
margin-left: 0;
margin-right: auto;
}
.profit-module:nth-of-type(2n) .module_background {
right: 15px;
}
.profit-module:nth-of-type(2n) .content_inner img {
left: 60px;
right: unset;
}
.profit-module:nth-of-type(2n) .content_inner:after {
display: none;
}
.profits-section .button-accent {
text-decoration: none;
animation: pulse-menu 1.8s infinite;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
} @media (max-width: 991px) {
.profit-module {
width: 96%;
justify-content: center;
margin-bottom: 40px;
}
.profit-module .module_background {
width: 100%;
height: 220px;
}
.profit-module .content_inner {
width: 100%;
margin-top: 160px;
padding: 60px 30px 30px;
}
.profit-module:nth-of-type(2n) .module_background {
right: unset;
}
.profit-module .content_inner img {
top: -35px;
width: 70px;
right: 30px;
}
.profit-module .content_inner h3 {
font-size: 2rem;
}
.profit-module:nth-of-type(2n) .content_inner img {
left: 30px;
right: unset;
}
}
@media (max-width: 767px) {
.site-offer .signup-form-section {
padding-bottom: 100px;
}
.section-with-header h2 {
font-size: 2rem;
padding-bottom: 30px;
padding-top: 30px;
}
.section-with-header h2 span {
font-size: 1.6rem;
}
.profit-module .content_inner {
width: 100%;
margin-top: 160px;
padding: 60px 15px 15px;
}
.profit-module:last-of-type {
margin-bottom: 40px;
}
}
.site-offer section.video-slider-section {
padding: 50px 0 100px;
}
.video-slider {
position: relative;
}
.video-slider .swiper-slide {
transform: scale(0.75);
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.video-slider .swiper-slide.swiper-slide-active {
transform: scale(1);
}
.video-slider .swiper-button-next {
transform: translateX(calc(4vw + 20px));
right: 25vw;
}
.video-slider .swiper-button-prev {
transform: translateX(calc(-4vw + -20px));
left: 25vw;
}
@media (max-width: 767px) {
.video-slider .swiper-button-next {
transform: unset;
right: 0;
}
.video-slider .swiper-button-prev {
transform: unset;
left: 0;
}
}
.media-section {
padding: 2rem 0;
}
.hero-section.only-mobile,
.hero-subsection.only-mobile {
display: none;
}
.hero-section h2,
.hero-section h1 {
margin-bottom: 0;
color: #ffffff;
}
.hero-section p {
color: #ffffff;
font-size: 16px;
padding-bottom: 2rem;
margin-bottom: 0;
}
.hero-section .button-accent {
display: inline-block;
text-decoration: none;
animation: pulse-menu 1.8s infinite;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
}
.hero-section .button-accent:hover {
transform: unset;
}
@media (max-width: 980px) {
.hero-section.background-image-section.only-mobile {
display: flex;
min-height: 540px;
}
.hero-subsection.only-mobile {
display: block;
}
.hero-section.background-image-section {
position: relative;
min-height: fit-content;
padding: 120px 0;
}
.hero-section.background-image-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.15);
}
.hero-section.background-image-section .container {
position: absolute;
bottom: 72px;
}
.hero-section.background-image-section .hero-column {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.hero-section h2 {
font-size: 2.6rem;
}
.hero-section p {
display: inline-block;
font-size: 16px;
padding: 5px 10px;
background-color: #ffffff;
color: #003897;
border-radius: 3px;
margin: 10px 0 20px;
}
.hero-section p span {
font-weight: 700;
}
.hero-subsection {
display: block;
}
.FlowingHorizontalWave {
margin-left: auto;
margin-right: auto;
width: 33.33%;
overflow: hidden;
}
.FlowingHorizontalWave:after {
content: " ";
display: block;
width: calc(100% + 73px);
height: 15px !important;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="5 0 72 15"><g fill="%2300d2ff"><path d="M38 .3c-4.4 0-7.4 3.3-10 6.2-2.8 2.8-5.2 5.3-8 5.3a1.5 1.5 0 1 0 0 3c4.4 0 7.4-3.4 10-6.3 2.8-2.8 5.2-5.3 8-5.3s5.2 2.5 8 5.3c2.6 3 5.6 6.3 10 6.3s7.4-3.4 10-6.3c2.8-2.8 5.2-5.3 8-5.3a1.5 1.5 0 1 0 0-3c-4.4 0-7.4 3.4-10 6.3-2.8 2.8-5.2 5.3-8 5.3s-5.2-2.5-8-5.3c-2.6-3-5.6-6.3-10-6.3z"/><path d="M2 .3a1.5 1.5 0 1 0 0 3c2.8 0 5.2 2.4 8 5.2 2.6 3 5.6 6.3 10 6.3a1.5 1.5 0 1 0 0-3c-2.8 0-5.2-2.5-8-5.3C9.5 3.5 6.5.2 2 .2zM74 .3a1.5 1.5 0 1 0 0 3c2.8 0 5.2 2.4 8 5.2 2.6 3 5.6 6.3 10 6.3a1.5 1.5 0 1 0 0-3c-2.8 0-5.2-2.5-8-5.3-2.6-3-5.6-6.3-10-6.3z"/></g></svg>')
repeat-x;
-webkit-animation: FlowingHorizontalWave__flow 1.5s linear infinite;
animation: FlowingHorizontalWave__flow 1.5s linear infinite;
}
}
@media (max-width: 767px) {
.hero-section p {
font-size: 14px;
text-align: right;
}
}
@media (max-width: 575px) {
.hero-section.background-image-section .hero-column {
align-items: flex-end;
}
.hero-section h2,
.hero-section h1 {
text-align: right;
}
}
@-webkit-keyframes FlowingHorizontalWave__rotate--gentle {
0% {
-webkit-transform: rotate(-1deg);
transform: rotate(-1deg);
}
to {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
}
@keyframes FlowingHorizontalWave__rotate--gentle {
0% {
-webkit-transform: rotate(-1deg);
transform: rotate(-1deg);
}
to {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
}
@-webkit-keyframes FlowingHorizontalWave__rotate--strong {
0% {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
to {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
}
@keyframes FlowingHorizontalWave__rotate--strong {
0% {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
to {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
}
@-webkit-keyframes FlowingHorizontalWave__flow {
to {
-webkit-transform: translateX(-73px);
transform: translateX(-73px);
}
}
@keyframes FlowingHorizontalWave__flow {
to {
-webkit-transform: translateX(-73px);
transform: translateX(-73px);
}
}
.wave-divider {
position: relative;
background-color: #003897;
padding: 80px 0 150px;
}
.section-with-header.wave-divider h2 {
color: #ffffff;
}
.wave-divider-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.wave-divider-bottom svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 100px;
transform: rotateY(180deg);
}
.wave-divider-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.wave-divider-top svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 100px;
transform: rotateY(180deg);
}
.wave-divider-bottom .shape-fill,
.wave-divider-top .shape-fill {
fill: #ffffff;
}
.wave-divider .paar-widget-root {
background: #003897 !important;
}
.wave-divider .paar-widget-main {
background-color: #ffffff !important;
}
.wave-divider .wizard-title-wrapper .title {
color: #ffffff !important;
}
.site-offer .latest-posts-section {
padding-top: 6rem;
position: relative;
}
.wave-divider .signup-form-wrapper {
padding: 80px 15px 0;
}
@media (max-width: 767px) {
.section-with-header.wave-divider h2 {
padding-top: 60px;
}
.page
#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content {
display: inline-flex;
}
.page #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
padding: 5px 10px;
}
#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
.moove-gdpr-cookie-notice
p,
#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
.moove-gdpr-cookie-notice
p
a {
font-size: 10px;
line-height: 1.5;
}
#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
a.mgbutton,
#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
button.mgbutton {
padding: 2px 15px;
}
}
.reviews-container {
background: #fff;
border-radius: 10px;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
margin: 0 auto 40px;
max-width: 720px;
height: 520px;
padding: 30px;
overflow-y: hidden;
}
#google-reviews {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 15px;
}
.review-wrap {
margin-bottom: 30px;
}
.review-wrap:last-of-type {
margin-bottom: 0;
}
.author {
display: flex;
align-items: center;
}
.author-img {
margin-right: 10px;
max-width: 60px;
transition: filter ease-in-out 0.3s;
border-radius: 50%;
}
.author-img:hover {
filter: brightness(2);
}
.author-name {
font-weight: 600;
font-size: 16px;
}
.rating {
margin-top: 15px;
}
.rating i {
color: gold;
padding-right: 2px;
line-height: 21px;
}
.review-date {
color: rgba(0, 0, 0, 0.54);
margin-left: 10px;
font-size: 13px;
line-height: 21px;
}
.review {
line-height: 22px;
margin-top: 15px;
clear: both;
}
.google-logo {
max-width: 140px;
}
@media (max-width: 767px) {
.review {
font-size: 13px;
line-height: 20px;
}
.reviews-container {
padding: 30px 20px;
}
.author-img {
max-width: 40px;
}
.author-name {
font-weight: 600;
font-size: 14px;
}
.google-logo {
max-width: 100px;
}
}
.site-job {
padding-top: 30px;
}
.job-page-headline {
font-size: 3rem;
font-family: Teko, sans-serif;
color: #003897;
font-weight: 700;
line-height: 1;
padding-bottom: 30px;
text-align: center;
}
.job-header-wrapper {
position: relative;
}
.job-header-wrapper img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: right;
border-radius: 10px;
}
.page-id-5305 .job-header-wrapper img {
object-position: left bottom;
}
.job-form-wrapper {
background-color: #003897;
padding: 50px 30px;
border-radius: 10px;
}
.job-form-wrapper h1,
.job-form-wrapper h2 {
margin-bottom: 30px;
}
.job-form-wrapper h1 {
margin-top: 0;
}
.job-form-wrapper .join-us__title,
.job-form-wrapper .join-us__subtitle {
display: block;
text-align: center;
}
.job-form-wrapper .join-us__title {
font-size: 26px;
}
.job-form-wrapper .join-us__subtitle {
font-size: 20px;
}
.job-form-wrapper input {
width: 100%;
padding: 10px;
}
.job-form-wrapper .form-row__col {
margin-bottom: 10px;
}
.job-form-wrapper textarea {
padding: 10px;
}
.job-form-wrapper .button_root {
margin-bottom: 0;
}
.job-form-wrapper .form-info {
font-size: 12px;
margin: 10px 0 0;
color: #ffffff;
}
.page-id-5280 .media-section {
padding: 0 0 50px;
}
.page-template-template-pricing .media-section {
margin-top: -50px;
padding-bottom: 100px;
}
.site-job .trainers-search-section {
padding-top: 0;
}
.page-id-5275 .link-item-image-wrapper img {
object-position: right;
}
.site-job .wpcf7 form.sent .wpcf7-response-output {
color: #fff;
}
@media (max-width: 1199px) {
.site-job {
padding-top: 0px;
}
.job-header-wrapper {
margin-bottom: 30px;
}
.job-header-wrapper img {
position: relative;
}
}
@media (max-width: 767px) {
.job-page-headline {
font-size: 2rem;
}
.page-id-5280 .media-section {
padding: 20px 0 0;
}
.site-job .trainers-search-section {
padding-bottom: 0;
}
}
@media (max-width: 575px) {
.job-form-wrapper {
padding: 50px 20px;
}
}
.page-template-template-pricing .site-job {
padding-bottom: 30px;
}
.page-template-template-pricing .job-header-wrapper img {
object-position: center;
}
.page-template-template-free-lesson .job-header-wrapper img {
object-position: left;
}
.job-form-wrapper .wpcf7-acceptance {
display: flex;
}
.job-form-wrapper .wpcf7-acceptance label {
font-size: 12px;
margin: 0;
color: #ffffff;
position: relative;
cursor: pointer;
display: flex;
padding-left: 30px;
}
.job-form-wrapper .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
position: relative;
visibility: hidden;
width: 0px;
height: 0px;
}
.job-form-wrapper .wpcf7-acceptance .wpcf7-list-item-label::before {
display: block;
position: absolute;
content: "";
height: 20px;
width: 20px;
top: 2px;
left: 0;
border: 1px solid #ffffff;
background-color: transparent;
}
.job-form-wrapper .wpcf7-acceptance .wpcf7-list-item-label:after {
display: block;
position: absolute;
content: "";
height: 10px;
width: 10px;
top: 7px;
left: 5px;
visibility: hidden;
background-color: #ffffff;
}
.job-form-wrapper
.wpcf7-acceptance
.wpcf7-list-item
input[type="checkbox"]:checked
+ span::after {
visibility: visible;
}
.job-form-wrapper .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0;
}
.job-form-wrapper .wpcf7 form .wpcf7-response-output {
margin: 2em 0 0;
padding: 0.5em 1em;
border-radius: 2px;
}
.job-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.job-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.job-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.job-form-wrapper input[type="submit"] {
border: 0;
margin-top: 20px;
margin-bottom: 20px;
width: auto;
max-width: 250px;
border: none;
border-radius: 40px;
padding: 10px 50px !important;
line-height: 40px;
font-size: 24px;
font-family: Teko, sans-serif;
color: #fff;
transition: .4s;
}
.job-form-wrapper .button_root {
position: relative;
}
.job-form-wrapper .wpcf7-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0 auto;
}  .page-id-5860 .hero-section p {
display: inline-block;
font-size: 16px;
padding: 5px 10px;
background-color: #ffffff;
color: #003897;
border-radius: 3px;
margin: 10px 0 20px;
}
.page-id-5860 .hero-section .hero-column {
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 500px;
}
@media (max-width: 980px) {
.page-id-5860 .hero-section.background-image-section {
display: flex;
min-height: 540px;
}
.page-id-5860 .hero-section .hero-column {
align-items: flex-end;
text-align: right;
margin-right: 0;
margin-left: auto;
}
}
@media (max-width: 767px) {
.page-id-5860 .hero-section p {
font-size: 14px;
}
}
.site-header {
top: 0;
left: 0;
width: 100%;
position: fixed;
z-index: 100;
background-color: rgba(255, 255, 255, 1.0);
padding: 15px 0;
}
.menu-column-wrapper {
display: flex;
align-items: center;
}
.top-menu {
display: flex;
justify-content: space-between;
align-items: center;
}
.top-menu li a {
font-size: 1.3rem;
font-weight: 700;
font-family: Teko, sans-serif;
color: #003897;
text-transform: uppercase;
}
.top-menu li a:hover {
opacity: .7;
transition: opacity .4s ease-in-out, box-shadow .4s ease-in-out;
}
.top-menu li.current-menu-item>a {
color: #2ea3f2;
}
.top-menu li.menu_panel a {
color: #ef0414;
}
.top-menu li.menu_panel a:before {
content: '\f2f6';
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-right: .5em;
}
@-webkit-keyframes pulse-menu {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse-menu {
0% { }
50% {
box-shadow: 0 0 0 10px rgb(255 190 0 / 0%);
}
100% {
box-shadow: 0 0 0 0 rgb(255 190 0 / 0%);
}
}
.top-menu li.menu_signup_button a {
font-size: 1.2rem;
padding: 1rem 2rem;
border-radius: 4px;
-webkit-animation: pulse-menu 1.8s infinite;
animation: pulse-menu 1.8s infinite;
background: -webkit-gradient(linear, left top, right top, from(#ffde7d), to(#ffbe00));
background: -webkit-linear-gradient(left, #ffde7d, #ffbe00);
background: linear-gradient( 90deg, #ffde7d, #ffbe00);
line-height: 1;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
}
.top-menu li.menu_signup_button.current-menu-item a {
color: #003897;
}
.top-menu li.menu_signup_button a:hover {
-webkit-animation: none;
animation: none;
}
.top-menu .menu-item-has-children>a:first-child {
position: relative;
display: flex;
}
.top-menu .menu-item-has-children>a:first-child:after {
content: "\f078";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
position: absolute;
top: 3px;
right: -14px;
font-size: 0.7rem;
font-weight: 900;
margin-left: .8em;
}
.top-menu li ul {
width: auto;
padding: 1rem;
flex-direction: column;
background-color: rgba(255, 255, 255, 1.0);
box-shadow: 0 0 20px rgba(53, 55, 135, .2);
}
.top-menu li ul li {
padding: 0;
line-height: 1.5;
width: 100%;
display: block;
}
.top-menu li ul li a {
display: block;
padding: 0.5rem 1rem;
width: auto;
white-space: nowrap;
}
.main-navigation a.mobile-header-panel-link {
display: none;
}
@media (max-width: 1199px) {
.site-header {
position: relative;
top: unset;
}
.site-header>.container {
position: relative;
}
.menu-main-menu-container {
position: absolute;
left: 10.5px;
top: 60px;
width: calc(100% - 21px);
}
.main-navigation ul {
display: none;
}
.menu-toggle {
display: block;
position: absolute;
margin: 0 0 0 auto;
top: 8px;
right: 5px;
}
.main-navigation.toggled .top-menu {
padding: 1rem;
background: rgba(255, 255, 255, 1.0);
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
}
.top-menu li.menu_signup_button a {
animation: none;
}
.top-menu li a {
line-height: 2;
padding: .2rem 0;
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, .03);
}
.top-menu .menu-item-has-children>a:first-child {
display: block;
line-height: 2;
}
.top-menu .menu-item-has-children>a:first-child:after {
display: none;
}
.desktop_header_only {
display: none;
}
.top-menu li ul {
position: relative;
top: unset;
left: unset;
float: unset;
box-shadow: none;
background-color: transparent;
margin: 0;
padding: 0;
}
.top-menu li ul li a {
font-size: 1rem;
padding: .5rem 1rem;
font-weight: 500;
text-transform: initial;
font-family: 'Open Sans';
}
.top-menu li.menu_signup_button a {
line-height: 1;
}
.hamburger {
padding: 0;
z-index: 4;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
overflow: visible;
outline: 0;
}
.main-navigation .hamburger:hover {
opacity: 0.7;
}
.main-navigation.toggled .hamburger:hover {
opacity: 0.7;
}
.main-navigation.toggled .hamburger .hamburger-inner,
.main-navigation.toggled .hamburger .hamburger-inner::before,
.main-navigation.toggled .hamburger .hamburger-inner::after {
background-color: #003897;
}
.main-navigation .hamburger-box {
width: 36px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 28px;
height: 3px;
background-color: #003897;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: '';
display: block;
}
.hamburger-inner::before {
top: -8px;
}
.hamburger-inner::after {
bottom: -8px;
}
.hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.main-navigation.toggled .hamburger--spin .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-navigation.toggled .hamburger--spin .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.main-navigation.toggled .hamburger--spin .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-header-panel-link,
.mobile-header-panel-link:visited {
display: block;
position: absolute;
right: 60px;
top: 2px;
font-size: 24px;
color: #ef0414;
}
.main-navigation a.mobile-header-panel-link {
display: block;
}
}
@media (max-width: 575px) {
.custom-logo {
width: 150px;
}
.menu-toggle {
top: 8px;
}
}
.background-image-section {
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.content-contact-column {
color: #ffffff;
}
.content-contact-column a,
.content-contact-column a:visited {
text-decoration: none;
color: #efc342;
outline: 0;
transition: all .3s ease-in-out;
}
.content-contact-column a:hover,
.content-contact-column a:focus {
text-decoration: underline;
}
.page-title {
font-size: 4rem;
font-weight: 700;
line-height: 1;
font-family: Teko, sans-serif;
margin-top: 0;
margin-bottom: 15px;
}
.contact-detail {
position: relative;
padding-left: 25px;
}
.contact-detail::before {
content: '';
position: absolute;
top: 0;
left: 0;
font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #efc342;
}
.address-info::before {
content: "\F3C5";
}
.phone-info::before {
content: "\f3cd";
}
.mail-info::before {
content: "\f0e0";
}
.facebook-info::before,
.youtube-info::before,
.instagram-info::before {
font-family: "Font Awesome 5 Brands";
}
.facebook-info::before {
content: "\f09a";
}
.youtube-info::before {
content: "\f167";
}
.instagram-info::before {
content: "\f16d";
}
@media (max-width: 991px) {
.content-contact-column {
margin-bottom: 50px;
}
.page-title {
font-size: 3rem;
}
}
@media (max-width: 767px) {
.background-image-section {
min-height: fit-content;
padding: 100px 0;
}
.content-contact-column {
margin-left: 3rem;
}
} .pricing-background-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
padding-top: 12vh;
padding-bottom: 12vh;
}
.pricing-background-image .row {}
.form-wrapper {
padding: 0;
display: flex;
width: 100%;
flex-wrap: wrap;
max-width: 1024px;
margin: 0 auto;
box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}
.form-wrapper h1 {
text-align: center;
margin-top: 0;
color: #003897;
font-size: 4rem;
font-weight: 700;
line-height: 1;
font-family: Teko, sans-serif;
}
.form-wrapper .half_box {
width: 50%;
}
.form-wrapper .half_box.image {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
margin: 0;
}
.form-wrapper .half_box.form {
padding: 50px;
background-color: #ffffff;
margin: 0;
}
.form-wrapper .half_box input.text,
.form-wrapper input.title,
.form-wrapper .half_box input[type=email],
.form-wrapper .half_box input[type=password],
.form-wrapper .half_box input[type=phone],
.form-wrapper .half_box input[type=text],
.form-wrapper .half_box input.form-control,
.form-wrapper .half_box select.form-control,
.form-wrapper .half_box select,
.form-wrapper .half_box textarea {
max-width: 100%;
border: 0;
background: #f5f5f5;
padding: 0 20px;
line-height: 40px;
width: 100%;
height: 40px;
font-family: inherit;
}
.form-wrapper .half_box select.form-control,
.form-wrapper .half_box select {
appearance: auto;
}
.half_box label {
display: block;
color: #666;
width: 100%;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
margin: 10px 0 5px;
}
.half_box .checkbox label {
position: relative;
padding-left: 20px;
}
.form-wrapper i.fa-check {
margin-left: 0;
left: 0;
}
.form-wrapper p,
.form-wrapper .polityka {
color: #666;
font-size: 1rem;
line-height: 1.5;
font-size: 0.8em;
margin-bottom: 1em;
}
.form-wrapper small {
font-size: 10px;
line-height: normal;
color: #999;
}
.form-wrapper #polityka {
max-height: 15em;
overflow-y: auto;
border: 1px solid #ccc;
}
.form-wrapper .hidden {
display: none;
}
.form-wrapper button.form-button {
width: 100%;
margin: 0 auto;
}
.form-wrapper hr {
margin: 1.2em 0;
}
.form-wrapper #polityka {
padding: 20px;
}
.form-wrapper .polityka h4 {
font-size: 1rem;
font-weight: 600;
}
.form-wrapper .polityka ol {
margin: 0;
}
@media (max-width: 1023px) {
.form-wrapper {
flex-direction: column;
}
.form-wrapper .half_box {
width: 100%;
}
.form-wrapper .half_box.image {
min-height: 300px;
}
}
@media (max-width: 575px) {
.form-wrapper h1 {
font-size: 3rem;
}
.form-wrapper .half_box.form {
padding: 30px 15px;
}
}
.offer-links-list {
padding: 50px 0 80px;
}
.offer-links-list .page-title {
text-align: center;
margin: 50px 0;
}
.link-item {
display: block;
background-color: #ffffff;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
border-radius: 4px;
text-decoration: none;
margin: 15px 15px;
will-change: transform;
transition: transform .2s ease-in-out;
}
.link-item:hover,
.link-item:focus {
transform: translateY(-15px);
}
.link-item-image-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 80%;
}
.link-item-image-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.link-item h2 {
display: block;
min-height: 98px;
font-size: 1.75rem;
font-family: Teko, sans-serif;
font-weight: 700;
color: #003897;
text-align: center;
padding: 20px 30px;
margin: 0 auto;
}
.page-content {
padding: 80px 0;
}
.error-404 {
min-height: fit-content;
padding: 150px 0;
}
.error-404 .page-content {
padding: 0
}
.error-404 .button-accent,
.error-404 .button-accent:visited {
display: inline-block;
margin-top: 50px;
text-decoration: none;
color: #003897;
}
@media (max-width: 991px) {
.error-404 {
padding: 150px 0 100px;
}
}
.home .signup-form-section {
padding-top: 50px;
}
.home .section-testimonials.section-with-header {
margin-top: 0;
padding-bottom: 80px;
}
@media (max-width: 767px) {
.site-offer section.video-slider-section:not(.wave-divider) {
padding: 10px 0 40px;
}
.home .site-offer .signup-form-section {
padding-bottom: 0px;
}
}
.site-trainers .page_header_section .content_inner {
width: 40%;
background: #ffffff;
margin: 60px auto 60px 0;
padding: 60px 40px;
}
.site-trainers .page_header_section .page_header {
text-align: left;
color: #003897;
line-height: normal;
}
.site-trainers .page_header_section .page_description p {
margin-bottom: 0;
}
.site-trainers .page_header_section .page_description ul {
margin: 10px 0 0;
}
.trainers-search-section {
padding-top: 50px;
padding-bottom: 50px;
}
.trainers-search-section h2 {
text-align: center;
line-height: 1.5;
padding-bottom: 1em;
font-family: Teko, sans-serif;
font-weight: 700;
font-size: 3rem;
color: #003897;
margin: 0;
}
.TrainersSearchForm {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding-bottom: 20px;
width: 100%;
}
#trainersSearchModule {
text-align: center;
}
.TrainersList__item,
.TrainersSearchForm__field:nth-child(3n+1),
.TrainersSearchForm__field:nth-child(3n+2),
.TrainersSearchForm__field:nth-child(3n+3) {
width: 33.33%;
}
.TrainersSearchForm__field {
padding: 10px;
}
.TrainersSearchForm__field label {
display: block;
}
.TrainersSearchForm__field--text input {
display: block;
width: 100%;
height: 60px;
border-radius: 4px;
border: 1px solid #dbdbdb;
padding: 21px;
font-size: 14px;
color: #818181;
outline: 0;
}
.TrainersSearchForm .ReactSelect__control {
height: 60px;
}
.TrainersList {
display: flex;
flex-wrap: wrap;
align-items: stretch;
padding-top: 3rem;
padding-bottom: 3rem;
width: 100%;
list-style: none;
padding: 0 10px;
margin: 50px 0 0;
}
.TrainersList__item {
width: 25%;
margin-bottom: 2.5em;
text-decoration: none;
}
.TrainerThumbnail {
text-decoration: none;
}
.TrainerThumbnail__photo {
position: relative;
width: 200px;
height: 200px;
overflow: hidden;
border-radius: 50%;
margin: 0 auto 1.5rem;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
will-change: box-shadow;
transition: box-shadow .3s ease-in-out;
}
.TrainersList__item:focus .TrainerThumbnail__photo,
.TrainersList__item:hover .TrainerThumbnail__photo {
box-shadow: 0 0 35px rgb(53 55 135 / 40%);
}
.TrainerThumbnail__photo img {
position: absolute;
top: 0;
left: 0;
width: 160%;
height: 160%;
object-fit: cover;
}
.TrainerThumbnail__name {
position: relative;
font-family: Teko, sans-serif;
font-size: 22px;
font-weight: 700;
color: #003897;
will-change: color;
transition: color .3s ease-in-out;
}
.TrainerThumbnail__name::after {
content: 'Zobacz baseny, na których prowadzę zajęcia';
color: #2ea3f2;
display: block;
font-size: 16px;
margin: 0 26px;
position: absolute;
line-height: 17px;
will-change: transform;
transform: translateY(20px);
opacity: 0;
transition: opacity .2s ease-in-out, transform .3s ease-in-out;
}
.TrainersList__item:focus .TrainerThumbnail__name::after,
.TrainersList__item:hover .TrainerThumbnail__name::after {
transform: translateY(0px);
opacity: 1;
}
.TrainersPagination {
list-style: none;
padding: 0;
margin-left: 0;
display: flex;
justify-content: center;
}
.TrainersPagination li {
margin: 0 .1em;
font-weight: 700;
text-decoration: none;
color: #003897;
}
.TrainersPagination li.disabled {
opacity: 0;
}
.TrainersPagination li a {
display: block;
min-width: 32px;
padding: .5em;
outline: 0;
}
.TrainersPagination li.page-number {
border: 1px solid #003897;
text-decoration: none;
}
.TrainersPagination li.page-number.selected {
color: #fff;
background-color: #003897;
}
.TrainersPagination li.page-number:hover {
background-color: rgba(0, 56, 151, .1);
}
.TrainersPagination li.page-number.selected:hover {
color: #fff;
background-color: #003897;
}
.TrainersPagination li.break {}
@media (max-width: 1199px) {
.site-trainers .page_header_section .content_inner {
width: 45%;
margin: 40px auto 40px 0;
padding: 60px 20px;
}
.TrainersList__item {
width: 33.3%;
}
}
@media (max-width: 991px) {
.site-trainers .page_header_section .content_inner {
width: 100%;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 150px;
padding: 30px 25px;
}
.site-trainers .page_header_section .module_background {
width: 100%;
height: 250px;
background-position: top center;
}
.TrainersList__item {
width: 50%;
}
}
@media (max-width: 767px) {
.trainers-search-section {
padding-top: 0;
}
.trainers-search-section h2 {
font-size: 2rem;
}
.TrainersSearchForm__field:nth-child(3n+1),
.TrainersSearchForm__field:nth-child(3n+2) {
width: 50%;
}
.TrainersSearchForm__field:nth-child(3n+3) {
width: 100%;
}
.TrainersList__item:focus .TrainerThumbnail__name::after,
.TrainersList__item:hover .TrainerThumbnail__name::after {
display: none;
}
}
@media (max-width: 575px) {
.TrainersSearchForm__field,
.TrainersSearchForm__field:nth-child(3n+1),
.TrainersSearchForm__field:nth-child(3n+2) {
width: 100%;
}
.TrainersList__item {
width: 100%;
}
}
.join-us-section { position: relative;
}
.join-us-section h2 {
position: relative;
font-family: Teko, sans-serif;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
margin: 50px 0;
}
.join-us__title {
color: #fff;
font-weight: 700;
font-size: 3.7rem;
padding-bottom: 0;
line-height: 1.1;
}
.join-us__subtitle {
font-family: Open Sans, san-serif!important;
color: #00d2ff;
font-size: 2.5rem;
line-height: 1.1;
}
.join-us-section .wpcf7 .form-row {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
padding-bottom: 20px;
width: 100%;
}
.join-us-section .wpcf7 .form-row__col {
width: 33.33%;
padding: 0 10px
}
.join-us-section .wpcf7 .form-row__col_full {
width: 100%;
padding: 0 10px
}
.join-us-section .wpcf7 input,
.join-us-section .wpcf7 textarea {
display: block;
font-size: 14px;
border-radius: 5px;
padding: 20px;
width: 100%;
}
.join-us-section .wpcf7 input {
height: 60px;
}
.join-us-section .wpcf7 .form-info {
color: #fff;
font-size: 12px;
padding: 20px 10px;
}
.button_root {
text-align: center;
}
.button_button--secondary:not(:disabled) {
background-color: #00a5ff;
cursor: pointer;
}
.button_button--secondary {
margin-top: 20px;
margin-bottom: 20px;
max-width: 250px;
border: none;
border-radius: 40px;
padding: 10px 50px!important;
line-height: 40px;
font-size: 24px;
font-family: Teko, sans-serif;
background-color: #666;
color: #fff;
-webkit-transition: .4s;
transition: .4s;
cursor: not-allowed;
}
.button_button--secondary:not(:disabled):hover {
opacity: .9;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 0.9em;
font-weight: normal;
display: block;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
color: #fff;
}
@media (max-width: 767px) {
.join-us-section h2 {
margin: 30px 0;
}
.join-us__title {
font-size: 2.5rem;
}
.join-us__subtitle {
font-size: 1.5rem;
}
.join-us-section .wpcf7 .form-row__col {
width: 100%;
padding: 10px;
}
}
.site-trainers .video-section {
padding: 100px 0 60px;
}
.site-trainers .button-accent {
text-decoration: none;
animation: pulse-menu 1.8s infinite;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
}
.site-trainers .button-accent:hover {
animation: none;
color: #003897;
}
.single_trainer_popup {
display: -webkit-box;
display: flex;
position: fixed;
left: 0;
right: 0;
top: 0!important;
bottom: 0;
background-color: hsla(0, 0%, 100%, .95);
z-index: 9999999;
}
.single_trainer_popup.active {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity .4s, -webkit-transform .4s;
transition: opacity .4s, -webkit-transform .4s;
transition: transform .4s, opacity .4s;
transition: transform .4s, opacity .4s, -webkit-transform .4s;
}
.single_trainer_popup.inactive {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
transition: transform .2s, opacity .2s, visibility 0s .2s;
transition: transform .2s, opacity .2s, visibility 0s .2s, -webkit-transform .2s;
}
.single_trainer_popup .popup_content {
position: relative;
width: 100%;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
align-items: center;
justify-content: center;
}
.single_trainer_popup .popup_content .instruktor_big {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-align: center;
align-items: center;
margin-bottom: 0;
max-width: 1180px;
width: 80%;
padding: 30px 0;
margin: auto;
}
.single_trainer_popup .popup_content .instruktor_big .trainer_image_wrapper {
position: relative;
width: 300px;
height: 300px;
display: block;
margin: 0 auto;
}
.single_trainer_popup .popup_content .instruktor_big .trainer_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
}
.single_trainer_popup .popup_content .instruktor_big h3 {
font-family: Teko, sans-serif;
font-size: 2.25rem;
color: #003897;
font-weight: 700;
}
.single_trainer_popup .popup_content .instruktor_big p.ref_objects {
display: block;
}
.single_trainer_popup .popup_content .instruktor_big p.ref_objects a {
display: block;
font-size: 1.75rem;
font-family: Teko, sans-serif!important;
font-weight: 700;
color: #00d2ff;
text-decoration: none;
}
.single_trainer_popup .popup_content .instruktor_big p.ref_objects a:before {
content: "\F3C5";
font-family: Font Awesome\ 5 Free;
margin-right: 1rem;
}
.single_trainer_popup .popup_content .close { position: fixed;
top: 20px;
right: 20px;
}
.single_trainer_popup .popup_content .close::before {
content: '\f00d';
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
font-size: 34px;
cursor: pointer;
opacity: 1;
transition: opacity .3s ease-in-out;
}
.single_trainer_popup .popup_content .close:hover {
opacity: .8;
}
@media (max-width: 575px) {
.single_trainer_popup .popup_content .instruktor_big .trainer_image_wrapper {
width: 200px;
height: 200px;
}
.single_trainer_popup .popup_content .instruktor_big h3 {
margin-top: 15px;
font-size: 2rem
}
.single_trainer_popup .popup_content .instruktor_big p.ref_objects a {
font-size: 1.25rem;
}
}
.site-pools .page_header_section .content_inner {
background-color: #ffffff;
}
.site-pools .page_header_section .page_header {
text-align: left;
color: #003897;
line-height: 1.1;
}
.pools-filter {
padding-bottom: 2rem;
}
.pools-filter label {
display: block;
}
.pools-filter .select2-container--default .select2-selection--single {
background-color: #fff;
border-radius: 4px;
border: 1px solid #ccc;
width: 100%;
}
.pools-filter .select2-selection--single {
padding: 15px;
height: auto;
}
.pools-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
font-size: 16px;
padding: 0;
}
.pools-filter .select2-container--focus .select2-selection--single,
.pools-filter .select2-container--open .select2-selection--single {
border-color: #2684ff;
box-shadow: 0 0 0 1px #2684ff;
}
.pools-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
position: unset;
height: auto;
}
.pools-filter .select2-selection__arrow b {
display: none;
}
.pools-filter .select2-selection__arrow:after {
content: "";
display: block;
width: 20px;
height: 20px;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCI+DQogICAgPHBhdGggZmlsbD0iIzAwQThGRiIgZD0iTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1eiIvPg0KPC9zdmc+DQo=) no-repeat 50%;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-container--open .select2-dropdown--above {
top: 31px;
}
.select2-container--open .select2-dropdown--below {
top: 33px;
}
.select2-results__option[aria-selected] {
cursor: pointer;
color: #000;
padding: 6px;
font-size: 16px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
background: #5897fb;
color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: #fff;
color: #000;
background: rgba(88, 151, 251, .45);
}
.pools-list .object_single {
display: -webkit-box;
display: flex;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
position: relative;
margin-bottom: 3rem;
box-shadow: 0 0 20px rgb(53 55 135 / 10%);
border-radius: 4px;
background-color: #fff;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.pools-list .object_single .object_image,
.pools-list .object_single .object_info {
padding: 5rem 3rem;
}
.pools-list .object_single .object_image {
display: -webkit-inline-box;
display: inline-flex;
width: 100%;
position: relative;
height: auto;
background-color: #f0f0f0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.pools-list .object_single .object_info {
width: 200%;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.pools-list .object_info .object_name {
font-size: 3rem;
font-weight: 700;
font-family: Teko, sans-serif;
color: #003897;
line-height: 1;
padding-bottom: 1rem;
}
.pools-list .object_info .object_details {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-align: start;
align-items: flex-start;
width: 100%;
flex-basis: 0;
-webkit-box-flex: 1;
flex-grow: 1;
}
.pools-list .object_single .object_info .object_details>div {
display: -webkit-inline-box;
display: inline-flex;
position: relative;
margin-right: 1rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: start;
align-items: flex-start;
-webkit-box-pack: center;
justify-content: center;
color: #003897;
}
.pools-list .object_single .object_info .object_details .object_city {
width: 50%;
}
.pools-list .object_single .object_info .object_details .object_city .label {
font-size: .8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
}
.pools-list .object_single .object_info .object_details .object_city .value {
font-size: 1.5rem;
font-weight: 900;
max-width: 100%;
}
.pools-list .object_single .object_info .object_details .object_address {
width: 25%;
}
.pools-list .object_single .object_info .object_details .object_address span {
font-size: .8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
}
.pools-list .object_single .object_info .object_details .object_button {
margin-left: auto;
margin-right: 0!important;
}
.pools-list .object_single .object_info .object_details .object_button a {
text-align: center;
display: block;
padding: 1rem;
color: #003897;
border: 2px solid #efc342;
background: #efc342;
font-family: Teko, sans-serif!important;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-decoration: none;
}
.pools-list .object_single .object_info .object_details .object_button a:hover {
color: #efc342;
border: 2px solid #efc342;
background: transparent;
}
@media (max-width: 991px) {
.pools-list .object_single {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.pools-list .object_single .object_image {
display: -webkit-box;
display: flex;
min-height: 15rem;
}
.pools-list .object_single .object_info {
width: 100%;
padding: 2rem 2rem 4rem;
}
.pools-list .object_single .object_info .object_name {
font-size: 2rem;
}
.pools-list .object_single .object_info .object_details {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%;
}
.pools-list .object_single .object_info .object_details>div {
width: 100%;
margin-top: 1rem;
margin-left: 0;
margin-right: 0;
}
.pools-list .object_single .object_info .object_details .object_button a {
width: 100%;
}
} .site-pool .page_header_section .content_inner {
background-color: #ffffff;
width: 45%;
}
@media (max-width: 991px) {
.site-pool .page_header_section .content_inner {
width: 100%;
}
}
.site-pool .page_header_section .page_header {
text-align: left;
color: #003897;
line-height: 1.1;
margin-bottom: 20px;
}
.site-pool .object_address p,
.site-pool .object_opening p,
.site-pool .object_additional p {
position: relative;
padding-left: 1.8rem;
}
.site-pool .object_address p:before,
.site-pool .object_opening p:before,
.site-pool .object_additional p:before {
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 21px;
font-size: 16px;
font-weight: 900;
margin-right: .5em;
position: absolute;
left: 0;
top: 0;
color: #00d2ff;
}
.site-pool .object_address p:before {
content: "\f3c5";
}
.site-pool .object_opening p:before {
content: "\f017";
}
.site-pool .object_additional p:before {
content: "\f1cd";
}
.site-pool .object_description h2 {
font-size: 2.25rem;
font-weight: 700;
}
.site-pool .pool-trainers {
padding: 50px 0 70px;
}
.site-pool .pool-trainers h2,
.site-pool .nearest-pools h2 {
text-align: center;
margin-bottom: 50px;
}
.site-pool .pool-map-location {
padding-bottom: 100px;
}
.site-pool .nearest-pools {
padding: 100px 0;
}
.site-pool .nearest_place_img {
display: block;
height: 250px;
width: 100%;
border-radius: 4px;
margin-bottom: 1rem;
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
background-color: #f0f0f0;
background-size: cover;
}
.site-pool .nearest_place_title {
text-align: center;
color: #003897;
font-weight: 700;
font-size: 1.75rem;
}
.site-pool .nearest_place_title a,
.site-pool .nearest_place_title a:visited {
text-decoration: none;
color: #003897;
}
.site-pool .pool-item {
transition: transform .3s ease-in-out;
}
.site-pool .pool-item:hover {
transform: translateY(-10px);
}
@media (max-width: 767px) {
.site-pool .pool-item:not(:last-of-type) {
margin-bottom: 30px;
}
.site-pool .signup-form-section {
padding-top: 0px;
}
} .pools .pools-list {
padding: 40px 0 80px;
}
.pools .object_info {
position: relative;
}
.pool-read-more {
cursor: pointer;
font-weight: 700;
position: absolute;
left: 50%;
bottom: 12px;
transform: translateX(-50%);
display: block;
width: 100%;
text-align: center;
z-index: 10;
}
.pools .object_details_expand {
display: none;
padding-top: 30px;
}
.pools .object_details_2col {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.pools .object_params ul {
margin-left: 0;
}
@media (max-width: 1399px) {
.pools .page_header_section .page_header {
font-size: 2.7rem;
}
}
@media (max-width: 991px) {
.pools-list .object_single .object_info .object_details .object_city,
.pools-list .object_single .object_info .object_details .object_address {
width: 100%;
}
}
@media (max-width: 575px) {
.pools.main-about .page_header_section .content_inner {
padding: 30px 15px;
}
.pools .page_header_section .page_header {
font-size: 1.7rem;
}
.pools .object_details_2col {
grid-template-columns: repeat(1, 1fr);
grid-gap: 0;
}
.pools .object_details_expand {
padding-bottom: 30px;
}
}
@media (hover:hover) {
.pool-read-more:hover {
opacity: .8;
}
}
.district-list {
margin: 0;
padding: 0 0 60px;
display: inline-flex;
flex-wrap: wrap;
}
.district-list li {
list-style: none;
width: auto;
display: inline-flex;
}
.district-list li a,
.district-list li a:focus {
text-decoration: none;
padding: 6px 10px;
font-weight: 500;
font-size: 13px;
color: #003897;
margin: 4px;
border: 1px solid #003897;
border-radius: 5px;
transition: all .3s ease-in-out;
}
.district-list li a.active {
background-color: #003897;
color: #fff;
}
@media(hover:hover) {
.district-list li a:hover {
background-color: #003897;
color: #fff;
}
}
.main-about .page_header_section .page_header {
text-align: left;
color: #003897;
}
.main-about .page_header_section .content_inner {
background: #ffffff;
width: 40%;
}
.main-about .page_header_section .page_description p {
margin: 0;
}
.main-about .page_header_section .page_description span {
display: block;
margin-top: 1rem;
font-size: .8rem;
font-style: italic;
}
.section-about-content {
padding-top: 20px;
}
.main-about .button-accent {
text-decoration: none;
animation: pulse-menu 1.8s infinite;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
}
.main-about .button-accent:hover {
animation: none;
color: #003897;
}
.main-about .plyr--video {
margin: 50px 0;
}
.main-about .plyr--paused .plyr__poster {
opacity: 1;
}
@media (max-width: 1199px) {
.main-about .page_header_section .content_inner {
width: 45%;
margin: 40px auto 40px 0;
padding: 60px 20px;
}
}
@media (max-width: 991px) {
.main-about .page_header_section .content_inner {
width: 100%;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 150px;
padding: 30px 25px;
}
}
.main-therapeutic-activities { }
.main-therapeutic-activities .page_header_section .page_header {
text-align: left;
color: #003897;
}
.main-therapeutic-activities .page_header_section .content_inner {
background: #ffffff;
width: 40%;
}
.main-therapeutic-activities h2 {
font-size: 3rem
}
.main-therapeutic-activities h4 {
font-size: 1.75rem;
}
.main-therapeutic-activities .content-section {
margin-bottom: 50px;
}
.main-therapeutic-activities .content-section .row>div {
padding: 20px 0;
}
.main-therapeutic-activities .content-section h2 {
font-size: 1.75rem;
}
.testimonial-box {
position: relative;
margin-top: 30px;
padding: 30px 30px 30px 60px;
background-color: #f5f5f5;
}
.main-therapeutic-activities .testimonial-container {
padding-top: 40px;
padding-bottom: 100px;
}
.blockquote-icon {
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
display: flex;
border: 2px solid #003897;
width: 32px;
height: 32px;
border-radius: 50%;
align-items: center;
justify-content: center;
}
.blockquote-icon i {
font-size: 16px;
}
.signup-form-wrapper {
padding: 0 15px 80px;
}
.home .signup-form-wrapper {
padding-bottom: 20px;
}
.signup-form-wrapper .rootSection {
padding-top: 40px;
}
@media (max-width: 1199px) {
.main-therapeutic-activities .page_header_section .content_inner {
width: 45%;
margin: 40px auto 40px 0;
padding: 60px 20px;
}
}
@media (max-width: 991px) {
.main-therapeutic-activities .page_header_section .content_inner {
width: 100%;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 150px;
padding: 30px 25px;
}
.main-therapeutic-activities h2 {
font-size: 2rem
}
}
@media (max-width: 767px) {
.signup-form-section {
padding-top: 150px;
}
.testimonial-box {
padding: 20px;
}
}
.section-testimonials.section-with-header {
margin-top: 50px;
}
.wprev-no-slider {
max-width: 700px;
margin: 0 auto;
}
.section-testimonials ul {
margin-left: 0;
padding-left: 0;
}
.section-testimonials .wprevpro_t1_DIV_2 {
box-shadow: 0 0 30px rgb(0 0 0 / 10%);
border: 0;
padding: 20px 20px 20px 48px;
font-family: 'Open Sans'!important;
}
.w3_wprs-row-padding>.w3_wprs-col {
padding: 0;
font-family: 'Open Sans'!important;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section-testimonials .wprevpro_star_imgs_T1 {
width: 100%;
display: block;
text-align: center;
align-content: center;
margin: 0 0 10px;
}
.section-testimonials .wprevpro_t1_DIV_2:before {
display: none;
}
.section-testimonials .wprevpro_t1_SPAN_5 {
padding: 10px 0 0;
width: 100%;
text-align: center;
font-weight: bold;
}
.post-grid-item {
margin-bottom: 60px;
}
.post-grid-item img {
max-height: 219px;
object-fit: cover;
margin-bottom: 20px;
}
.post-grid-item .entry-title {
font-family: 'Teko', sans-serif;
font-weight: 600;
font-size: 2.2rem;
line-height: 30px;
}
.post-grid-item .entry-title a {
color: #003897;
text-decoration: none;
}
.post-grid-item .entry-title a:hover {
text-decoration: underline;
}
.post-grid-item .post-categories a {
font-weight: 700;
color: #003897;
text-decoration: none;
}
.post-grid-item .post-categories a:hover {
text-decoration: underline;
} .pagination {
display: block;
width: 100%;
margin-bottom: 4rem;
text-align: center;
}
.pagination .page-numbers {
display: inline-block;
border: 1px solid transparent;
padding: .5em;
font-weight: 700;
text-decoration: none;
color: #003897;
}
.pagination .page-numbers:not(.dots):not(.prev):not(.next) {
border-color: #003897;
color: #003897;
}
.pagination .page-numbers:not(.dots):not(.prev):not(.next).current {
color: #fff;
background-color: #003897;
}
.pagination .page-numbers:not(.dots):hover {
text-decoration: none;
background-color: rgba(0, 56, 151, .1);
}
.widget {
margin: 0 0 3em;
}
.widget-title {
font-size: 1.75rem;
font-family: 'Teko', sans-serif;
}
.widget_search .search-form {
position: relative;
}
.widget_search .search-form label {
position: relative;
width: 100%;
}
.widget_search input.search-field {
height: 40px;
margin: 0;
padding: .7em;
border: 1px solid #ddd;
color: #666;
font-size: 14px;
line-height: normal;
width: 100%;
outline: 0;
}
.widget_search input.search-submit {
height: 40px;
margin: 0;
padding: .7em;
border: 1px solid #ddd;
color: #666;
font-size: 14px;
line-height: normal;
position: absolute;
top: 0;
right: 0;
width: 70px;
border-bottom-right-radius: 3px;
background-color: #ddd;
border-top-right-radius: 3px;
}
.widget select {
width: 100%;
height: 40px;
padding: 0 5px;
}
.wpp-list {
padding: 0;
margin: 0;
}
.wpp-list li {
margin-bottom: .5em;
}
.wpp-list li a {
color: #003897;
text-decoration: none;
}
.wpp-list li a:hover {
text-decoration: underline;
}
.tagcloud a {
display: inline-block;
margin-bottom: 4px;
padding: 2px 8px;
border-radius: 3px;
background: rgba(242, 242, 242, 1.0);
font-size: 12px !important;
transition: all .2s ease-in-out;
color: #003897;
text-decoration: none;
}
.tagcloud a:hover {
background: rgba(217, 217, 217, 1.0);
text-decoration: none;
} .single-post .page_header_section {
margin: 30px 0 250px;
}
.single-post .page_header_section .module_background {
min-height: 453px;
}
.single-post .page_header_section .content_inner {
background: rgba(255, 255, 255, 1.0);
padding: 50px;
}
.single-post .page_header_section .page_header {
color: #003897;
text-align: left;
line-height: 1;
}
.single-post .post-categories {
margin-bottom: .8em;
color: #003897;
}
.single-post .post-categories>a {
color: inherit;
font-weight: 700;
text-decoration: none;
}
.single-post .post-categories>a:hover {
text-decoration: underline;
}
@media (max-width: 1399px) {
.single-post .page_header_section {
margin: 30px 0 200px;
}
.single-post .page_header_section .module_background {
min-height: 391px;
}
.single-post .page_header_section .content_inner {
padding: 40px 25px;
}
}
@media (max-width: 1199px) {
.single-post .page_header_section {
margin: 30px 0 150px;
}
.single-post .page_header_section .module_background {
min-height: 328px;
}
.single-post .page_header_section .content_inner {
padding: 30px 25px;
}
}
@media (max-width: 991px) {
.single-post .page_header_section {
margin: 30px 0 20px;
}
.single-post .page_header_section .module_background {
min-height: unset;
}
.single-post .page_header_section .page_header {
font-size: 2.3rem;
}
}
@media (max-width: 767px) {
.single-post .page_header_section .page_header {
font-size: 1.8rem;
}
.single-post .page_header_section .content_inner {
padding: 25px;
}
}
.single-post-content-row {
justify-content: center;
}
.single-post .entry-content {
font-size: 1.1rem;
line-height: 2;
}
.single-post .entry-content h2 {
font-family: 'Teko', sans-serif;
font-size: 2rem;
font-weight: 700;
line-height: 1.1;
}
.single-post .entry-content h3 {
font-family: 'Teko', sans-serif;
font-size: 1.85rem;
font-weight: 700;
line-height: 1.1;
}
.single-post .entry-content h4 {
font-family: 'Teko', sans-serif;
font-size: 1.75rem;
font-weight: 700;
line-height: 1.5;
}
.single-post .entry-content h5 {
font-family: 'Teko', sans-serif;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.5;
}
.single-post .entry-content h6 {
font-family: 'Teko', sans-serif;
font-size: 1.25rem;
font-weight: 700;
line-height: 1.5;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
margin-left: 0;
}
.single-post .entry-content a {
text-decoration: none;
color: #00d2ff;
}
.single-post .entry-content a:hover {
text-decoration: underline;
}
.signup-button-wrapper {
padding: 4rem 0;
text-align: center;
}
.single-post .entry-content a.button-accent {
color: #003897;
}
.latest-posts-section {
padding-top: 2rem;
padding-bottom: 6rem;
}
h2.latest-post {
font-family: 'Teko', sans-serif;
text-align: center;
font-weight: 700;
font-size: 3rem;
line-height: 1.5;
color: #003897;
margin-bottom: 50px;
}
.latest-posts-section .swiper {
padding: 30px 0;
}
.latest-posts-section .swiper-slide {
box-shadow: 0 0 20px rgb(53 55 135 / 20%);
background: #fff;
transform: translateY(0px);
transition: transform .3s linear;
}
.latest-posts-section .swiper-slide:hover {
transform: translateY(-20px);
}
.swiper-slide .post-grid-item {
margin-bottom: 30px;
}
.swiper-slide .post-grid-item img {
margin-bottom: 0px;
max-height: unset;
}
.post-slider-item.post-grid-item .entry-header {
padding: 1.2rem 1.2rem 0 1.2rem;
}
.post-slider-item.post-grid-item .entry-content {
padding: 0 1.2rem;
}
.swiper-button-next,
.swiper-button-prev {
background-color: #003897;
color: #ffffff;
width: 36px;
height: 36px;
transition: background-color .3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: #00d2ff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 20px;
}
.swiper-button-next {
right: 12px;
}
.swiper-button-prev {
left: 12px;
}
.read-more-button {
width: 100%;
margin: 1.5rem auto 0;
text-align: center;
}
.read-more-btn,
.read-more-btn:visited {
display: inline-block;
border: 2px solid #003897;
padding: 1rem 1.5rem;
font-family: Teko, sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #fff;
background: #003897;
-webkit-transition: all .3s ease 0ms;
transition: all .3s ease 0ms;
text-decoration: none;
}
.read-more-btn:hover {
background: #fff;
color: #003897;
}
@media (max-width: 767px) {
.latest-posts-section {
padding-bottom: 0;
} .signup-button-wrapper {
padding: 1.5rem 0;
}
}
.floating-signup-button {
display: none;
}
@media (max-width: 1199px) {
.floating-signup-button {
display: inline-flex;
position: fixed;
bottom: 20px;
right: 20px;
transform: translateY( calc(100% + 20px));
transition: transform .3s linear;
z-index: 100;
}
.floating-signup-button.sticky {
transform: translateY(0%);
}
.floating-signup-button .button-accent {
text-decoration: none;
animation: pulse-menu 1.8s infinite;
box-shadow: 0 0 0 0 rgb(255 190 0 / 80%);
}
.floating-signup-button .button-accent:hover {
transform: unset;
}
}
@media (max-width: 768px) {
.floating-signup-button {
right: 20px;
}
}
.site-footer {
background-color: #ffffff;
}
.footer-top {
background: -webkit-gradient(linear, left top, left bottom, from(#ffde7d), to(#ffbe00));
background: -webkit-linear-gradient(#ffde7d, #ffbe00);
background: linear-gradient(#ffde7d, #ffbe00);
}
.footer-top-nav {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
justify-content: center;
padding: 30px 0;
margin: 0;
list-style: none;
}
.footer-top-nav li {
display: inline-flex;
padding: 0;
border-right: 2px solid #003897;
line-height: 1;
}
.footer-top-nav li:last-of-type {
border: none;
}
.footer-top-nav li a {
text-decoration: none;
font-family: Teko, sans-serif;
font-weight: 500;
padding-left: 1rem;
padding-right: 1rem;
color: #003897;
transition: all .4s ease-in-out;
}
.footer-top-nav a:hover {
opacity: .7;
text-decoration: underline;
}
.footer-middle {
padding: 2rem 0;
min-height: 106px;
}
.footer-bottom {
padding-top: 2rem;
}
.contact-details {
display: flex;
flex-direction: column;
align-items: center;
}
.footer-contact img {
margin-bottom: 1.5rem;
}
.footer-contact-title {
font-family: 'Teko', sans-serif;
font-size: 1.5rem;
font-weight: 700;
text-align: center;
color: #003897;
padding-bottom: 10px;
}
.footer-contact-details p {
text-align: center;
font-size: 1rem;
line-height: 1.5;
}
.footer-contact-details p a {
color: inherit;
text-decoration: none;
transition: all .4s ease-in-out;
}
.hover-underline:hover {
opacity: .7;
text-decoration: underline;
}
.footer-bottom-info {
padding: 2rem 0;
font-size: .8rem;
line-height: 2;
}
.footer-bottom-info .row>div {
display: flex;
align-items: center;
justify-content: center;
}
.footer-bottom-info .row>div:first-of-type {
justify-content: flex-start;
}
.footer-bottom-info .row>div:last-of-type {
justify-content: flex-end;
}
.footer-site-info {
margin: 0;
}
.footer-social-media a,
.footer-social-media a:visited {
margin: 0 .75rem;
color: #003897;
font-size: 1.4rem;
line-height: 2;
transition: all .4s ease-in-out;
}
.footer-social-media a:hover {
opacity: .7;
}
.footer-bottom-nav {
list-style: none;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: end;
justify-content: flex-end;
margin: 0;
padding: 0;
}
.footer-bottom-nav {
display: inline-flex;
}
.footer-bottom-nav li a,
.footer-bottom-nav li a:visited {
text-decoration: none;
color: #003897;
transition: all .4s ease-in-out;
line-height: 22px;
}
.footer-bottom-nav li a:hover {
opacity: .7;
text-decoration: underline;
}
.footer-bottom-nav li:not(:first-of-type) {
margin-left: 1.5rem;
}
.footer-bottom-nav li.insurance-badge {
display: flex;
align-items: center;
justify-content: center;
}
.footer-bottom-nav li.insurance-badge::before {
content: '';
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background: url(//paar.edu.pl/wp-content/uploads/PZU_logo.png) 50% no-repeat;
display: block;
}
@media (max-width: 1199px) {
.footer-bottom-info .row>div {
margin: 10px 0;
}
.footer-bottom-info .row>div:first-of-type,
.footer-bottom-info .row>div:last-of-type {
justify-content: center;
}
.footer-bottom-info .row>div {
order: 2
}
.footer-bottom-info .row>div:first-of-type {
order: 3;
}
.footer-bottom-info .row>div:last-of-type {
order: 1;
}
.footer-social-media a {
font-size: 2.2rem;
}
}
@media (max-width: 991px) {
.footer-top { }
.footer-top-nav {
flex-wrap: wrap;
}
.footer-top-nav li {
margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.site-footer {
margin-top: 70px;
}
.footer-top-nav {
flex-direction: column;
align-items: center;
}
.footer-top-nav li {
border-right: 0;
margin-bottom: 15px;
}
.footer-top-nav li:last-of-type {
margin-bottom: 0px;
}
.footer-bottom-nav {
flex-direction: column;
}
.footer-bottom-nav li {
text-align: center;
}
.footer-bottom-nav li:not(:first-of-type) {
margin-left: 0;
}
.footer-bottom-nav li a {
padding: 5px 0;
font-size: 1rem;
}
}
#scroll-to-top {
display: inline-block;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
color: #fff;
background: rgba(0, 0, 0, .4);
width: 40px;
height: 40px;
text-align: center;
position: fixed;
bottom: 125px;
right: 0;
transform: translateX( calc(100% + 40px));
transition: transform .3s linear; z-index: 1000;
cursor: pointer;
text-decoration: none;
}
#scroll-to-top::after {
content: "\f106";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
font-size: 27px;
line-height: 40px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
padding-left: 4px;
}
#scroll-to-top:hover,
#scroll-to-top:active {
cursor: pointer;
background: rgba(0, 0, 0, .8);
}
#scroll-to-top.show { transform: translateX(0%);
}
.mautic-popup-wrapper {
position: relative;
font-family: "Teko", sans-serif;
font-weight: 400;
padding: 24px 44px;
letter-spacing: 0.4px;
overflow: hidden;
border-radius: 25px;
}
.pum-theme-lightbox button.popmake-close {
margin-right: 0;
}
.mautic-popup-wrapper .mautic-popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 41px;
line-height: 1;
width: 41px;
text-align: center;
color: #003897;
transition: opacity 0.3s ease-in-out;
}
.mautic-popup-wrapper .mautic-popup-image {
position: absolute;
top: 0;
left: 0;
height: 100% !important;
width: 100%;
object-fit: cover;
opacity: 0.2;
z-index: -1;
}
.mautic-popup-wrapper strong {
font-weight: 700;
}
.mautic-popup-wrapper .mautic-popup-header {
position: relative;
margin: 0 auto;
max-width: 500px;
text-align: center;
letter-spacing: 0.4px;
z-index: 1;
}
.mautic-popup-wrapper .mautic-popup-subheadline {
font-family: "Teko", sans-serif;
font-weight: 700;
font-size: 60px;
line-height: 1;
color: #ff6262;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 0;
letter-spacing: 0.4px;
}
.mautic-popup-wrapper .mautic-popup-headline {
font-family: "Teko", sans-serif;
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
font-size: 48px;
line-height: 1;
color: #003897;
}
.mautic-popup-wrapper .mautic-popup-content {
position: relative;
}
.mautic-popup-wrapper .mautic-popup-description {
width: 100%;
margin: 26px 0 20px;
text-align: center;
font-size: 24px;
line-height: 1;
color: #003897;
letter-spacing: 0.4px;
}
.mautic-popup-wrapper .mauticform-error {
margin-bottom: 20px;
text-align: center;
color: #ff6262;
}
.mautic-popup-wrapper .mauticform-page-wrapper {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px 60px;
}
.mautic-popup-wrapper .mauticform-row {
width: 100%;
}
.mautic-popup-wrapper .mauticform-row:nth-of-type(3),
.mautic-popup-wrapper .mauticform-row:nth-of-type(5) {
grid-column-start: 1;
grid-column-end: 3;
}
.mautic-popup-wrapper .mauticform-input {
box-sizing: border-box;
font-family: "Teko", sans-serif;
font-weight: 300;
padding: 12px 14px;
font-size: 20px;
line-height: 1;
letter-spacing: 0.4px;
text-transform: lowercase;
margin-bottom: 0;
width: 100%;
border-radius: 10px;
color: #003897;
border: 0;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
min-height: 53px;
}
.mautic-popup-wrapper .mauticform-input:focus {
outline: 2px solid #003897;
}
.mautic-popup-wrapper .mauticform-input::placeholder {
color: #a8a8a8;
}
.mautic-popup-wrapper .mauticform-checkboxgrp-row {
display: flex;
}
.mautic-popup-wrapper .mauticform-checkboxgrp-row input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.mautic-popup-wrapper .mauticform-checkboxgrp-row label {
position: relative;
display: flex;
align-items: flex-start;
cursor: pointer;
font-family: "Teko", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1;
color: #003897;
letter-spacing: 0.4px;
}
.mautic-popup-wrapper .mauticform-checkboxgrp-row label:before {
content: "";
-webkit-appearance: none;
background-color: #ffffff;
border: 0;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
padding: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}
.mautic-popup-wrapper .mauticform-checkboxgrp-row input:checked + label:after {
content: "";
display: block;
position: absolute;
top: 4px;
left: 4px;
width: 12px;
height: 12px;
background-color: #003897;
border-radius: 4px;
}
.mautic-popup-wrapper .mauticform-page-wrapper p {
display: none;
}
.mautic-popup-wrapper .mauticform-page-wrapper .mauticform-has-error p {
display: block;
}
.mautic-popup-wrapper .mauticform-button-wrapper {
display: flex;
justify-content: center;
}
.mautic-popup-wrapper .mauticform-button {
display: inline-block;
position: relative;
box-sizing: border-box;
animation: shadow-pulse 1s infinite;
cursor: pointer;
font-family: "Teko", sans-serif;
font-weight: 400;
font-size: 30px;
line-height: 1;
border: 0;
background-color: #ffc313;
color: #003897;
letter-spacing: 0.4px;
padding: 12px 40px;
border-radius: 10px;
will-change: animation;
transition: background-color 0.3s ease-in-out;
min-height: 53px;
}
@media (hover: hover) {
.mautic-popup-wrapper .mauticform-button:hover {
animation: none;
color: #003897;
background-color: #ffbe00;
}
}
@keyframes shadow-pulse {
0% {
box-shadow: 0 0 0 0px rgba(255, 195, 19, 0.6);
}
100% {
box-shadow: 0 0 0 20px rgba(255, 195, 19, 0);
}
}
.wpcf7 .mautic-popup-wrapper .wpcf7-not-valid-tip {
opacity: 1;
color: #dc3232;
margin-top: 0;
background-color: transparent;
}
.wpcf7 .mautic-popup-wrapper .wpcf7-not-valid-tip:after {
display: none;
}
.wpcf7 .mautic-popup-wrapper span.wpcf7-list-item {
margin: 0;
}
.wpcf7 .mautic-popup-wrapper .wpcf7-acceptance label {
position: relative;
cursor: pointer;
display: flex;
padding-left: 24px;
}
.form-fields-wrapper
.wpcf7-form-control-wrap
.wpcf7-acceptance
input[type="checkbox"] {
position: relative;
visibility: hidden;
width: 0px;
height: 0px;
}
.mauticform-row .wpcf7-acceptance input[type="checkbox"] {
display: none;
}
.mauticform-row .wpcf7-acceptance input[type="checkbox"] + span::before {
content: "";
-webkit-appearance: none;
background-color: #fff;
border: 0;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
padding: 10px;
display: inline-block;
position: absolute;
left: 0;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}
.mauticform-row .wpcf7-acceptance input[type="checkbox"] + span:after {
content: "";
display: block;
position: absolute;
top: 4px;
left: 4px;
width: 12px;
height: 12px;
background-color: #003897;
border-radius: 4px;
visibility: hidden;
}
.mauticform-row .wpcf7-acceptance input[type="checkbox"]:checked + span:after {
visibility: visible;
}
.mauticform-row .wpcf7-acceptance .wpcf7-list-item-label {
display: flex;
align-items: flex-start;
cursor: pointer;
font-family: Teko, sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1;
color: #003897;
letter-spacing: 0.4px;
}
.mauticform-row input[type="submit"]:not(.is-form) {
background-color: #ffc313;
}
.mautic-popup-wrapper .mauticform-row:nth-of-type(4) {
grid-column-start: 1;
grid-column-end: 3;
display: flex;
justify-content: center;
position: relative;
}
.mautic-popup-wrapper .mauticform-row:nth-of-type(4) span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.mautic-popup-wrapper .mauticform-button {
text-transform: initial;
margin: 0;
}
.mauticform-page-wrapper.processing:before {
display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.wpcf7 form.sent .wpcf7-response-output {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
@media (max-width: 575px) {
.mautic-popup-wrapper {
padding: 24px 15px;
}
.mautic-popup-wrapper .mautic-popup-header {
max-width: 280px;
}
.mautic-popup-wrapper .mautic-popup-subheadline {
font-size: 32px;
}
.mautic-popup-wrapper .mautic-popup-headline {
font-size: 26px;
}
.mautic-popup-wrapper .mautic-popup-description {
margin: 15px 0;
font-size: 20px;
}
.mautic-popup-wrapper .mauticform-page-wrapper {
grid-template-columns: repeat(1, 1fr);
}
.mautic-popup-wrapper .mauticform-row:nth-of-type(1),
.mautic-popup-wrapper .mauticform-row:nth-of-type(2),
.mautic-popup-wrapper .mauticform-row:nth-of-type(3),
.mautic-popup-wrapper .mauticform-row:nth-of-type(4),
.mautic-popup-wrapper .mauticform-row:nth-of-type(5) {
grid-column-start: 1;
grid-column-end: 1;
}
.mautic-popup-wrapper .mauticform-input {
font-size: 16px;
}
.mautic-popup-wrapper .mauticform-checkboxgrp-row label {
font-size: 14px;
}
.mautic-popup-wrapper .mauticform-button {
font-size: 24px;
padding: 12px 10px;
}
}
.grecaptcha-badge { 
visibility: hidden;
}