/*
Theme name: Helen Doron Witryna Ogólnopolska
Description: Custom Theme, based on Roots Mipo
*/

/* General */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap&subset=latin-ext');

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("fonts/fa-solid-900.woff");
  font-weight: 900;
}

*:not(input) {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style-type: none;
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  width: 100%;
}

h2 {
  color: rgb(2, 183, 250);
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0px 0 14px 0;
}

.guzik {
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 53px;
  line-height: 20px;
  margin-bottom: 44px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 44px;
  padding-bottom: 0px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 0px;
  position: relative;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  width: 235px;
  -moz-appearance: button;
}

.guzik::before {
  position: absolute;
  left: 0px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #fff transparent transparent transparent;
}

.guzik::after {
  position: absolute;
  right: 15px;
  top: 20px;
  content: "";
  width: 22px;
  height: 15px;
  background-image: url("graphics/arrow_down.png");
  background-repeat: no-repeat;
}

.guzik.zielony {
  background-color: rgb(127, 186, 24);
  color: rgb(255, 255, 255);
}

.page-banner {
  width: 100%;
  display: block;
  height: auto;
}

/* Logo */

.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: white;
}

.site-header .first-header-row {
  display: flex;
  justify-content: space-between;
}

.site-header .logo {
  margin-left: 6vw;
}

.site-header .logo img {
  display: block;
  height: 58px;
  line-height: 25px;
  margin-bottom: 8px;
  margin-right: 0px;
  margin-top: 8px;
  max-width: 100%;
  width: 206px;
}

.site-header .first-header-row div {
  display: flex;
  align-items: center;
  margin-right: 5vw;
}

.site-header .first-header-row div > * {
  padding-left: 27px;
  line-height: 24px;
  margin-right: 3vw;
  color: rgb(163, 162, 162);
}

.site-header .first-header-row div > *:hover {
  color: #707070;
  cursor: pointer;
}

.site-header .contactus {
  background-image: url("graphics/ContactUs.svg");
  background-size: 24px;
  font-size: 16px;
}

.site-header .signin {
  background-image: url("graphics/SignIn.svg");
  background-size: 24px;
  font-size: 16px;
}

.site-header .international {
  background-image: url("graphics/Polska.svg");
  background-size: 20px;
  font-size: 16px;
  /* width: 9em; */
}

/* /Logo */

/* Menu główne */

.second-header-row nav {
  position: relative;
}

#menu-primary-navigation {
  padding-left: 6vw;
  background-color: rgb(31, 193, 253);
  display: flex;
  position: relative;
}

#menu-primary-navigation a {
  color: rgb(255, 255, 255);
}

#menu-primary-navigation > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1em;
  flex-shrink: 0;
  text-transform: uppercase;
  font-weight: 600;
}

#menu-primary-navigation > li > ul > li > a {
  height: 50px;
  display: flex;
  align-items: center;
}

#menu-primary-navigation > li {
  display: flex;
  flex-direction: column;
  height: 50px;
}

#menu-primary-navigation > li:hover > .sub-menu {
  max-height: 300px;
  visibility: visible;
}

/* #menu-primary-navigation>li>.sub-menu:nth-child(2) {    visibility: visible!important;    max-height: 300px!important;} */

#menu-primary-navigation > li > .sub-menu {
  visibility: hidden;
  display: flex;
  position: absolute;
  background: #0994EB;
  top: 50px;
  width: 100vw;
  left: 0;
  padding-left: 8vw;
  max-height: 0px;
  transition: max-height 0.5s;
  overflow: hidden;
  z-index: 1;
}

#menu-primary-navigation > li > .sub-menu > a {
  text-transform: uppercase;
}

#menu-primary-navigation > li > .sub-menu > li {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}

#menu-primary-navigation > li > ul > li a:hover {
  text-decoration: underline;
}

#menu-primary-navigation > li:nth-child(2) > .sub-menu > li:first-child {
  border-right: 1px solid #53b4f1;
  padding-right: 3em;
}

#menu-primary-navigation > li > .sub-menu > li + li {
  margin-left: 3em;
}

#menu-primary-navigation > li > .sub-menu > li > .sub-menu li {
  height: 3em;
}

/* Media menu */

#menu-media {
  position: absolute;
  right: 3vw;
  top: 12px;
}

.social-menu {
  display: flex;
}

.social-menu a {
  font-family: "Font Awesome 5 Brands";
  font-size: 0;
  color: white;
  border-radius: 50%;
  background: #4E4E4E;
  height: 27px;
  width: 27px;
  text-align: center;
  display: block;
  line-height: 27px;
}

.social-menu a::before {
  font-size: 15px;
  margin: auto;
}

.social-menu li + li {
  margin-left: 5px;
}

.social-menu .facebook a::before {
  content: "\f39e";
}

.social-menu .instagram a::before {
  content: "\f16d";
}

.social-menu .twitter a::before {
  content: "\f099";
}

.social-menu .linkedin a::before {
  content: "\f08c";
}

.social-menu .youtube a::before {
  content: "\f167";
}

.social-menu .podzielsie a::before {
  content: "\f1e0";
  font-family: fontawesome;
}

.socialfooter {
  position: relative;
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}

.socjale {
  display: none;
}

.socjale.fleks {
  display: flex;
  justify-content: flex-end;
  padding: 3px 3vw 0 0;
}

.socjale.stopka {
  position: absolute;
  top: 40px;
  padding: 0;
}

/* /Main menu row */

/* Strona główna */

.home .main-section {
  width: 100%;
}

.home .main-section .main-banner {
  position: relative;
  margin-bottom: -5px;
}

.home .main-section .main-banner img {
  width: 100%;
}

.home .main-section .main-page-menu {
  position: absolute;
  bottom: 5px;
}

.home .main-section nav {
  width: 100%;
}

.home .main-section nav ul {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 0;
  text-align: center;
  height: 105px;
}

.home .main-section nav ul {
  display: flex;
  justify-content: center;
}

.home .main-section nav ul li {
  width: 20%;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.home .main-section nav ul li a {
  color: white;
}

.home .main-section .parent {
  background-image: url("graphics/Parent.svg");
}

.home .main-section .student {
  background-image: url("graphics/Student.svg");
}

.home .main-section .teacher {
  background-image: url("graphics/Teacher.svg");
}

.home .main-section .franchiser {
  background-image: url("graphics/Franchiser.svg");
}

/* Strona główna > slajder duży */

.home .strona-glowna-slajder-duzy .slick-slide {
  display: flex;
  position: relative;
}

.home .strona-glowna-slajder-duzy {
  margin-bottom: 0;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="0"] {
  background-color: #e11082;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="1"] {
  background-color: #96c93d;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="2"] {
  background-color: #ef7922;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="3"] {
  background-color: #0d6ea5;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="4"] {
  background-color: #ffee0b;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="4"] a {
  color: black;
}

.home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__media {
  display: block;
  flex-basis: Calc(100% - 400px);
}

.home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__media img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__content {
  flex-basis: 400px;
  color: white;
  padding: 35px;
  font-size: 26px;
  line-height: 37px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__content > p + p {
  margin-top: 1em;
}

.home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__content a {
  color: white;
  text-decoration: underline;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="4"] .wp-block-media-text__content {
  color: black;
}

.home .strona-glowna-slajder-duzy .slick-slide[data-slick-index="4"] .wp-block-media-text__content a {
  color: black;
}

.home .strona-glowna-slajder-duzy .slick-dots {
  position: absolute;
  width: 400px;
  bottom: 25px;
  right: 0;
}

.home .strona-glowna-slajder-duzy .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.home .strona-glowna-slajder-duzy .slick-dots li button::before {
  content: '';
}

.home .strona-glowna-slajder-duzy .slick-dots li.slick-active button {
  background: black;
}

/* Strona główna > slajder mały */

.home .strona-glowna-slajder-maly h2 {
  background: #96c93d;
}

.home .strona-glowna-slajder-maly {
  background: #96c93d;
}

/* Globe search */

.globe_search {
  background-image: url("graphics/globe_BG.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 1em 0;
  margin: 1em 0;
}

.globe_search > * {
  margin: 0 1em;
}

.globe_search span {
  font-size: 24px;
  line-height: 24px;
  margin: auto;
  font-weight: 400;
}

.globe_search form {
  margin-top: 15px;
}

.globe_search input[type="text"] {
  font-size: 20px;
  border: none;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  width: 450px;
  height: 51px;
  vertical-align: top;
}

.globe_search input[type="text"]::placeholder {
  color: #A3A2A2;
}

.globe_search input[type="submit"] {
  vertical-align: text-top;
  width: 96px;
  border: 2px solid #fff;
  background: #0083E3;
  color: white;
  font-weight: 700;
  font-size: 24px;
  height: 51px;
  cursor: pointer;
  -webkit-appearance: none;
}

.globe_search input[type="submit"]:hover {
  background: #02acf1;
}

/* /Globe search */

/* Posts */

.posts {
  display: flex;
}

.thumbnail {
  width: 30%;
  /* height: 0;
    padding-bottom: 30%; */
  margin-right: 1em;
}

.posts .attachment-post-thumbnail {
  object-fit: contain;
  width: 100%;
  border: 3px solid #02b7fa;
}

.posts .news {
  flex-basis: 60%;
  border-right: 1px solid #dadada;
}

.posts .blog {
  flex-basis: 40%;
}

.posts header time {
  font-size: 15px;
}

.posts header h4 a {
  color: rgb(30, 171, 227);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: rgb(30, 171, 227);
  text-decoration-color: rgb(30, 171, 227);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}

.posts header h4 a:hover {
  text-decoration: underline;
}

.posts article {
  width: 80%;
  margin: auto;
}

.posts .news article {
  display: flex;
}

.posts article + article {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding-top: 1em;
}

.posts article .content {
  flex-basis: 75%;
  color: rgb(41, 43, 44);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.posts h3 {
  box-sizing: border-box;
  color: rgb(41, 43, 44);
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 17px;
  padding-top: 17px;
  text-align: center;
  background: #6DD0F6;
  margin-bottom: 1em;
}

.posts .wiecej {
  margin: 0.5em 0;
}

.posts .wiecej a {
  color: rgb(30, 171, 227);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: rgb(30, 171, 227);
  text-decoration-color: rgb(30, 171, 227);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}

.posts .wiecej a:hover {
  text-decoration: underline;
}

/* /Main section

/* Kursy - kategorie */

.tax-kategorie_kursow h1 {
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 18px;
  padding-top: 15px;
  text-align: center;
}

.tax-kategorie_kursow > h2:first-of-type {
  background: #f0f0f0;
}

.tax-kategorie_kursow h2 {
  color: rgb(30, 171, 227);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 1em 15%;
}

.tax-kategorie_kursow .miniatura {
  margin-right: 40px;
}

.tax-kategorie_kursow .miniatura img {
  max-width: 220px;
}

.tax-kategorie_kursow .kurs {
  border-bottom: 1px solid #ccc;
  transition: background-color 2s;
  background-color: #fff;
  padding-top: 50px;
}

.tax-kategorie_kursow .kurs.pelen {
  background-color: rgb(240, 240, 240);
}

.tax-kategorie_kursow .kurs .naglowek {
  display: flex;
  align-items: flex-start;
  margin: 0 15%;
}

.tax-kategorie_kursow .kurs + .kurs {
  margin-top: 50px;
}

.tax-kategorie_kursow .kurs .szczegoly {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 2s;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}

.tax-kategorie_kursow .kurs .szczegoly iframe {
  width: 100%;
  height: auto;
  max-height: 0;
  transition: max-height 2s;
  margin-bottom: 50px;
}

.tax-kategorie_kursow .kurs .szczegoly iframe.rozwinieta {
  max-height: 1000px;
}

.tax-kategorie_kursow .szczegoly .kolumna1 {
  flex-basis: 60%;
}

.tax-kategorie_kursow .szczegoly > div {
  padding-top: 50px;
}

.tax-kategorie_kursow .szczegoly .kolumna1 .content p {
  color: rgb(85, 84, 84);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.tax-kategorie_kursow .szczegoly .kolumna2 {
  flex-basis: 35%;
}

.tax-kategorie_kursow .kurs .szczegoly.rozwiniety {
  max-height: 10000px;
  margin-bottom: 50px;
}

.tax-kategorie_kursow .kurs h2 {
  color: rgb(144, 42, 140);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
}

.tax-kategorie_kursow .szczegoly li {
  position: relative;
  height: 60px;
  margin-left: 80px;
}

.tax-kategorie_kursow .szczegoly li + li {
  margin: 50px 0 0 80px;
}

.tax-kategorie_kursow .szczegoly ul li span {
  color: rgb(110, 109, 109);
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.tax-kategorie_kursow .szczegoly ul li strong {
  color: rgb(110, 109, 109);
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.tax-kategorie_kursow .szczegoly li strong {
  display: block;
}

.tax-kategorie_kursow .szczegoly .kolumna2 li::before {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  left: -80px;
  background-color: #902a8c;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
}

.tax-kategorie_kursow .wiek::before {
  background-image: url("graphics/toddler.svg")
}

.tax-kategorie_kursow .lekcje::before {
  background-image: url("graphics/calendar.svg")
}

.tax-kategorie_kursow .slowa::before {
  background-image: url("graphics/check.svg")
}

.tax-kategorie_kursow .czas::before {
  background-image: url("graphics/wall-clock.svg")
}

.tax-kategorie_kursow .piosenka {
  background-color: rgb(139, 197, 82);
  border-bottom-color: rgb(139, 197, 82);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-style: solid;
  border-bottom-width: 5.6px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(139, 197, 82);
  border-left-style: solid;
  border-left-width: 5.6px;
  border-right-color: rgb(139, 197, 82);
  border-right-style: solid;
  border-right-width: 5.6px;
  border-top-color: rgb(139, 197, 82);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-top-style: solid;
  border-top-width: 5.6px;
  box-sizing: border-box;
  color: rgb(41, 43, 44);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 76px;
  line-height: 25px;
  margin: 55px 0;
  position: relative;
  width: 425px;
  cursor: pointer;
}

.tax-kategorie_kursow .piosenka span {
  color: #ffffff;
  display: block;
  padding: 18px 36px;
  height: 100%;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.45px;
  line-height: 21px;
  text-decoration: none;
  position: relative;
}

.tax-kategorie_kursow .piosenka::after {
  background-image: url("https://www.helendoron.com/wp-content/themes/roots-mipo/assets/img//music.png");
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  height: 158px;
  line-height: 25px;
  position: absolute;
  right: -249px;
  top: -62px;
  width: 203px;
}

.tax-kategorie_kursow .piosenka span img {
  position: absolute;
  right: -7px;
  top: -7px;
}

.tax-kategorie_kursow .kafelki {
  text-align: center;
}

.tax-kategorie_kursow .szczegoly .kafelek {
  display: inline-block;
  vertical-align: top;
  width: 236px;
  height: auto;
  background-color: #ffffff;
  margin-right: 100px;
}

.tax-kategorie_kursow .kafelek img {
  width: 100%;
  padding: 10px 10px 0 10px;
}

.tax-kategorie_kursow .kafelek span.pobierz {
  background-color: rgb(144, 42, 140);
  color: rgb(255, 255, 255);
  display: block;
  font-size: 22px;
  font-weight: 700;
  height: 56px;
  line-height: 23px;
  padding-bottom: 14px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 14px;
  text-align: center;
  text-decoration: rgb(255, 255, 255);
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  touch-action: manipulation;
  width: 236px;
}

.tax-kategorie_kursow .kafelek span.podejrzyj {
  background-color: rgb(222, 222, 222);
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-style: solid;
  border-bottom-width: 2.4px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  border-left-width: 2.4px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 2.4px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-top-style: solid;
  border-top-width: 2.4px;
  color: rgb(144, 42, 140);
  display: block;
  font-size: 22px;
  font-weight: 700;
  height: 52px;
  letter-spacing: -0.56px;
  line-height: 22px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  text-decoration: rgb(144, 42, 140);
  text-decoration-color: rgb(144, 42, 140);
  text-decoration-line: none;
  text-decoration-style: solid;
  margin: auto;
  top: -10px;
  touch-action: manipulation;
  width: 211px;
}

.tax-kategorie_kursow .kategoriewstopce {
  background-color: #6dd0f6;
  color: #292b2c;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 18px;
  margin-bottom: 20px;
}

.tax-kategorie_kursow .kategorie {
  padding: 0 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tax-kategorie_kursow .separator {
  color: #007dcb;
}

.tax-kategorie_kursow .kategorie li {
  text-align: center;
}

/* .tax-kategorie_kursow .kategorie li+li::before {
    content: '|';
    color: #007dcb;
    position: relative;
    top: -3px;
} */

.tax-kategorie_kursow .kategorie a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
}

/* Kursy - strona */

.page-kursy .kategorie {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1%;
}

.page-kursy .kategorie li {
  /* flex: 1; */
  text-align: center;
  flex-basis: 19%;
  background-image: linear-gradient(180deg, #fff 0%, #f7f7f7 48%, #e8e8e8 100%);
}

.page-kursy .kategorie li:hover {
  background-image: linear-gradient(180deg, #fff 0%, #eaeaea 48%, #d9d9d9 100%);
}

.page-kursy .kategorie a {
  /* text-decoration: underline; */
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.page-kursy .kategorie li {
  border-width: 2px;
  border-style: solid;
  padding: 5px 25px 10px 10px;
  position: relative;
}

.page-kursy .kategorie li::before {
  width: 0;
  position: absolute;
  top: -2px;
  right: -2px;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent white transparent transparent;
  content: '';
  display: block;
}

.page-kursy .kategorie li::after {
  width: 0;
  position: absolute;
  top: -2px;
  right: -2px;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent transparent;
  content: '';
  display: block;
}

.page-kursy .babies-bg {
  border-color: #902a8c;
}

.page-kursy li.babies-bg::after {
  border-left-color: #902a8c;
}

.page-kursy .kids-bg {
  border-color: #016ea4;
}

.page-kursy li.kids-bg::after {
  border-left-color: #016ea4;
}

.page-kursy .tweens-bg {
  border-color: #b8ce10;
}

.page-kursy li.tweens-bg::after {
  border-left-color: #b8ce10;
}

.page-kursy .teens-bg {
  border-color: black;
}

.page-kursy li.teens-bg::after {
  border-left-color: black;
}

.page-kursy .holiday-bg {
  border-color: #f26822;
}

.page-kursy li.holiday-bg::after {
  border-left-color: #f26822;
}

.term-babies-toddlers-wiek-0-4 h1 {
  background-color: #902a8c;
  color: white;
}

.babies-bg a {
  color: #902a8c;
}

.term-kids-wiek-4-9 h1 {
  background-color: #016ea4;
  color: white;
}

.tax-kategorie_kursow .guzik {
  background-color: rgb(189, 211, 20);
}

.term-babies-toddlers-wiek-0-4 .guzik {
  background-color: #902a8c;
}

.term-teens-wiek-12-19 .guzik {
  background-color: #FFE000;
  color: black;
}

.term-teens-wiek-12-19 .szczegoly .kolumna2 li::before {
  background-color: #FFE000;
}

.term-kursy-wakacyjne-kids-wiek-4-9 .guzik {
  background-color: #EF7922;
}

.term-kursy-wakacyjne-kids-wiek-4-9 .szczegoly .kolumna2 li::before {
  background-color: #EF7922;
}

.term-kursy-wakacyjne-tweens-wiek-9-12 .guzik {
  background-color: #EF7922;
}

.term-kursy-wakacyjne-tweens-wiek-9-12 .szczegoly .kolumna2 li::before {
  background-color: #EF7922;
}

.term-kursy-wakacyjne-dla-teens-wiek-12-19 .guzik {
  background-color: #EF7922;
}

.term-kursy-wakacyjne-dla-teens-wiek-12-19 .szczegoly .kolumna2 li::before {
  background-color: #EF7922;
}

.term-tweens-wiek-9-12 .guzik {
  background-color: #b8ce10;
}

.term-tweens-wiek-9-12 .szczegoly .kolumna2 li::before {
  background-color: #b8ce10;
}

.term-kids-wiek-4-9 .guzik {
  background-color: #b8ce10;
}

.term-kids-wiek-4-9 .szczegoly .kolumna2 li::before {
  background-color: #b8ce10;
}

.kids-bg a {
  color: #016ea4;
}

.term-tweens-wiek-9-12 h1 {
  background-color: #b8ce10;
  color: white;
}

.tweens-bg a {
  color: #b8ce10;
}

.term-teens-wiek-12-19 h1 {
  background-color: #FFE000;;
  color: black;
}

.teens-bg a {
  color: black;
}

.term-kursy-wakacyjne-tweens-wiek-9-12 h1 {
  background-color: #EF7922;
  color: white;
}

.holiday-tweens-bg a {
  color: #EF7922;
}

.term-kursy-wakacyjne-dla-teens-wiek-12-19 h1 {
  background-color: #EF7922;
  color: white;
}

.holiday-teens-bg a {
  color: #EF7922;
}

.term-kursy-wakacyjne-kids-wiek-4-9 h1 {
  background-color: #EF7922;
  color: white;
}

.holiday-kids-bg a {
  color: #EF7922;
}

.term-kursy-wakacyjne h1 {
  background-color: #f26822;
  color: white;
}

.holiday-bg a {
  color: #f26822;
}

.page-kursy .kursy-slajder-maly {
  background: #6dd0f6;
}

.page-kursy .kursy-slajder-maly figcaption {
  color: white;
}

.page-kursy .kursy-3-akapit-z-broszura .wp-block-button__link::after {
  content: " \f063";
  font-family: "Font Awesome 5 Free";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-size: 20px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  text-rendering: auto;
}

.page-kursy .kursy-4-co-mowia-o-nas-rodzice {
  background: #96C93D;
}

.page-kursy .kursy-4-co-mowia-o-nas-rodzice h2 {
  background: #96C93D;
}

.page-kursy .kursy-4-co-mowia-o-nas-rodzice figcaption {
  color: white;
}

.page-kursy .kursy-6-wyprobuj-bezplatnie-nasze-kolumny-z-linkami h2 {
  background: transparent;
}

.page-kursy .kursy-6-wyprobuj-bezplatnie-nasze-kolumny-z-linkami {
  background: url("graphics/Games_bg.png");
  padding-bottom: 0;
  margin-bottom: 1em;
}

.page-kursy .kursy-8-najczestsze-pytania-rodzicow {
  padding-bottom: 0;
}

.page-kursy h2.kategoriewstopce {
  padding: 20px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  background: #6dd0f6;
  color: white;
  margin-bottom: 1em;
}

.page-kursy h2.kategoriewstopce + .kategorie {
  margin-bottom: 1em;
}

.page-kursy .kursy-9-formularz-wiecej-o-kursach .gform_heading {
  color: white;
}

.page-kursy .kursy-9-formularz-wiecej-o-kursach {
  background: #6DD0F6;
}

/* Stopka */

.stopka-witryny h6 {
  background-color: rgb(109, 208, 246);
  color: rgb(41, 43, 44);
  font-size: 26px;
  font-weight: 600;
  line-height: 28.6px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  text-align: center;
}

.stopka-witryny .helen-adresy a {
  color: rgb(0, 125, 203);
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 13px;
  padding-bottom: 0px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0px;
  text-align: center;
  text-decoration: rgb(0, 125, 203);
  text-decoration-color: rgb(0, 125, 203);
  text-decoration-line: none;
  text-decoration-style: solid;
  touch-action: manipulation;
}

.stopka-witryny .helen-adresy a:hover {
  text-decoration: underline;
}

.stopka-witryny .helen-adresy li + li a {
  border-left-color: rgb(0, 125, 203);
  border-left-style: solid;
  border-left-width: 0.8px;
}

.stopka-witryny .helen-adresy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}

.stopka-witryny .dolna-stopka {
  padding: 28px 5% 13px;
  color: #fff;
  font-size: 16px;
  display: flex;
  background-image: url("graphics/Envelopes_bg.png");
  background-color: #0474af;
  background-position-x: 80%;
  background-position-y: 50%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  padding-bottom: 0.5em;
}

.stopka-witryny .dolna-stopka .kontakt li b {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}

.stopka-witryny .dolna-stopka .kontakt li:nth-child(2) {
  color: rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.stopka-witryny .dolna-stopka .kontakt li a {
  color: rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  white-space: nowrap;
}

.stopka-witryny .dolna-stopka .odnosniki {
  margin-left: 100px;
}

.stopka-witryny .dolna-stopka .odnosniki b {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 700;
  color: white;
}

.stopka-witryny .dolna-stopka .odnosniki div {
  display: flex;
}

.stopka-witryny .dolna-stopka .odnosniki ul li {
  margin-right: 3em;
  min-width: 200px;
}

.stopka-witryny .dolna-stopka .odnosniki a {
  color: rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  list-style-type: none;
  text-decoration: rgb(222, 222, 222);
  text-decoration-color: rgb(222, 222, 222);
  text-decoration-line: none;
  text-decoration-style: solid;
}

.stopka-witryny .footer-menu {
  background-color: #0474af;
}

.stopka-witryny .footer-menu {
  display: flex;
  padding: 0 5%;
}

.stopka-witryny .footer-menu a {
  color: rgb(201, 200, 200);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  list-style-type: none;
  text-decoration: rgb(201, 200, 200);
  text-decoration-color: rgb(201, 200, 200);
  text-decoration-line: none;
  text-decoration-style: solid;
}

.stopka-witryny .footer-menu li + li {
  margin-left: 2em;
}

.stopka-witryny .footer-menu a:hover {
  color: #fff;
}

/* Nasza metoda */

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego {
  background: #f0f0f0;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego p + p {
  margin-top: 2em;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child strong {
  color: #777676;
  display: block;
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: 20px;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-columns > .wp-block-column:nth-child(2) > .wp-block-columns {
  background-color: #fff;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego br {
  display: none;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-button::after {
  border-right-color: white;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child .wp-block-button {
  margin: 1em 0;
  display: block;
  width: 33%;
  background: #02b7fa;
  text-align: center;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child .wp-block-button::after {
  border-right-color: #f0f0f0;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child .wp-block-button a {
  color: white;
}

.page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child .wp-block-group {
  display: none;
}

.page-nasza-metoda .nasza-metoda-2-swiat-helen-doron-english h2 {
  background: #b2b2b2;
}

.page-nasza-metoda .nasza-metoda-2-swiat-helen-doron-english {
  background: #b2b2b2;
  color: white;
  margin-top: 0;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english h2 {
  background: white;
  color: #1bb7f1;
  font-weight: 700;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english img {
  height: 100px;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure strong {
  font-size: 22px;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure[data-slick-index="0"] strong {
  color: #96c341;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure[data-slick-index="1"] strong {
  color: #e11082;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure[data-slick-index="2"] strong {
  color: #ef7922;
}

.page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure[data-slick-index="3"] strong {
  color: #a546b2;
}

/* Aplikacje - strona */

.page-aplikacje hr {
  border-top: 1px solid #aaa;
  width: 100vw;
  position: absolute;
  left: 0;
}

.page-aplikacje hr + .aplikacja {
  margin-top: 50px;
}

.page-aplikacje main {
  background-color: rgb(240, 240, 240);
  padding: 50px 15%;
}

.page-aplikacje .aplikacja {
  display: flex;
  margin: auto;
  padding-bottom: 50px;
  /* border-bottom: 1px solid #aaa; */
}

.page-aplikacje hr:last-of-type {
  display: none;
}

.page-aplikacje .aplikacja + .aplikacja {
  margin-top: 50px;
}

.page-aplikacje .aplikacja h2 {
  color: rgb(0, 130, 204);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.page-aplikacje .kolumna1 {
  width: 25%;
}

.page-aplikacje .kolumna1 img {
  width: 170px;
  display: block;
  margin: auto;
}

.page-aplikacje .kolumna2 {
  width: 60%;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.page-aplikacje .aplikacja ul {
  margin: 1em 0;
}

.page-aplikacje .aplikacja ul li {
  list-style: disc inside;
  line-height: 2em;
  padding-left: 2em;
}

.page-aplikacje .wp-block-button a {
  background-color: rgb(2, 183, 250);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: rgb(255, 255, 255);
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  padding: 0 1em;
  touch-action: manipulation;
  width: auto;
  margin-top: 1em;
}

.page-aplikacje .wp-block-button a::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 14.4px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 14.4px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-style: solid;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  content: "";
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 14.4px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 14.4px;
}

/* Moduły - blog */

.blok > h2:first-of-type {
  font-size: 1rem;
}

.modul-blog > h2 {
  display: flex;
  padding: 1em 15%;
  background-color: rgb(240, 240, 240);
  color: rgb(41, 43, 44);
  box-sizing: border-box;
  color: rgb(4, 116, 175);
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  padding-left: 10%;
  position: relative;
  justify-content: space-between;
  margin-bottom: 50px;
}

.modul-blog .search-form input[type="search"] {
  border: 1px solid #bfbdbd;
  border-right: none;
  padding: 0.5em;
  color: rgb(170, 170, 170);
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  height: 40px;
}

.modul-blog .search-form input[type="submit"] {
  border: 1px solid #bfbdbd;
  border-left: none;
  box-sizing: border-box;
  background: white;
  color: rgb(191, 189, 189);
  direction: ltr;
  display: inline-block;
  line-height: 18px;
  height: 40px;
  /* position: relative;
    bottom: 1px; */
}

.modul-blog .search-form input[type="submit"]::after {
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.modul-blog .theloop {
  width: 70%;
  margin: auto;
}

.modul-blog .theloop article {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.modul-blog .theloop .thumbnail {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-right: 2em;
}

.modul-blog .theloop .thumbnail img {
  max-width: 100%;
  object-fit: contain;
  padding: 3px;
  border: 3px solid rgb(2, 183, 250);
}

.modul-blog .theloop article h3 {
  margin-bottom: 1em;
}

.modul-blog .theloop article h3 a {
  color: #0474AF;
  font-weight: 700;
}

.modul-blog .theloop .wiecej {
  margin-top: 1em;
}

.modul-blog .theloop .wiecej a {
  color: rgb(30, 171, 227);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.modul-blog .theloop .wiecej a::after {
  content: " >";
}

.modul-blog .blogheader {
  width: 70%;
  margin: 1rem auto 1rem auto;
}

/* Kontakt */

.page-kontakt main {
  font-size: 18px;
  color: #403f3f;
}

.page-kontakt main > .wp-block-columns {
  display: flex;
  justify-content: space-between;
}

.page-kontakt main h3 {
  font-size: 22px;
  color: #777676;
}

.page-kontakt .contact_page .sideRight .gfield.hide_title, .contact_page .sideRight .gform_wrapper h3.gform_title {
  color: #403f3f;
}

.page-kontakt .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 400;
  color: #777676;
  font-size: 18px;
}

.page-kontakt main > .wp-block-columns > .wp-block-column {
  width: 47%;
}

.page-kontakt main {
  padding: 0 15%;
  background: #f0f0f0;
  padding-top: 50px;
}

.page-kontakt main > .wp-block-columns > .wp-block-column:nth-of-type(1):not(br) > * {
  margin-bottom: 1em;
}

.page-kontakt .gform_wrapper .top_label input.medium, .page-kontakt .gform_wrapper .top_label select.medium, .page-kontakt .gform_wrapper .top_label textarea.medium {
  width: 100%;
  border-bottom-color: rgb(191, 189, 189);
  border-bottom-style: solid;
  border-bottom-width: 0.8px;
  border-left-color: rgb(191, 189, 189);
  border-left-style: solid;
  border-left-width: 0.8px;
  border-right-color: rgb(191, 189, 189);
  border-right-style: solid;
  border-right-width: 0.8px;
  border-top-color: rgb(191, 189, 189);
  border-top-style: solid;
  border-top-width: 0.8px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  height: 37px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  text-indent: 0px;
}

.page-kontakt .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    box-sizing: border-box;
    height: 44px !important;
}

.page-kontakt .gform_wrapper .top_label textarea.medium {
  height: 5em;
}

.page-kontakt .ginput_container_radio ul {
  display: flex;
  justify-content: space-between;
}

.page-kontakt .gform_wrapper .gform_footer input.button {
  background-color: rgb(2, 183, 250);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: sans-serif;
  font-size: 29px;
  font-weight: 700;
  height: 60px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 16px;
  margin-top: 0px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  border: none;
  margin: 1em 0;
}

.page-kontakt .gchoice_select_all, .page-kontakt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .page-kontakt .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  box-sizing: border-box;
  color: rgb(119, 118, 118);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
  margin-top: -1px;
  max-width: 85%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-indent: 0px;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: normal;
  /* width: 59.3667px; */
}

.page-kontakt .gchoice_select_all, .page-kontakt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, .page-kontakt .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
  color: rgb(119, 118, 118);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
  margin-top: -1px;
  max-width: 85%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-indent: 0px;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: normal;
}

.page-kontakt #gform_fields_3 > li + li {
  margin-top: 1em;
}

.page-kontakt #field_3_17 > label {
  float: left;
}

.page-kontakt #choice_3_17_1 {
  transform: scale(1.5);
}

/* Uczniowie */

.page-uczniowie .uczniowie-1-angielski-dla-nastolatkow h2 {
  padding: 0 15%;
  padding-top: 1em;
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 13px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background: none;
  text-align: left;
}

.page-uczniowie .uczniowie-2-let-the-learning-begin {
  padding-bottom: 0;
}

.page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie {
  margin-top: 0;
}

.page-uczniowie .uczniowie-3-baner-teen-buzz {
  padding-bottom: 0;
}

.page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie {
  color: #fff100;
  font-size: 20px;
}

.page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie figcaption {
  margin-top: 0.5em;
}

.page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie iframe {
  border: 3px solid #fff100;
}

.page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie h2 {
  color: #fff100;
  background: none;
}

.page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie {
  background: linear-gradient(180deg, #414141 0%, #0d0d0d 100%);
}

.page-uczniowie .uczniowie-5-grafiki-cwicz-swoj-angielski h2 {
  background: none;
  color: black;
  padding-left: 15%;
  text-align: left;
  margin-top: 1em;
  font-weight: 700;
  padding-bottom: 0;
}

.page-uczniowie .uczniowie-5-grafiki-cwicz-swoj-angielski p {
  text-align: left;
  font-size: 18px;
  padding-left: 15%;
  padding-bottom: 1em;
}

.page-uczniowie .uczniowie-5-grafiki-cwicz-swoj-angielski .wp-block-group__inner-container a {
  color: black;
  font-weight: 700;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app {
  background: #000;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app h2 {
  background: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 39.6px;
  margin-bottom: 18px;
  margin-top: 0px;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app {
  color: #dedede;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column {
  flex: 1;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns img {
  width: 100%;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns {
  display: flex;
  width: 70%;
  margin: auto;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns .wp-block-column:nth-of-type(2) {
  flex-basis: 15%;
  margin: 0 2em;
}

.page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns .wp-block-column:nth-of-type(2) strong {
  font-size: 32px;
}

.page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button {
  background: #fff100;
  border-color: black;
}

.page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button a {
  color: black;
}

.page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button::before {
  border-color: black;
}

.page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button::after {
  border-right-color: white;
}

.page-uczniowie .uczniowie-7-formularz-wiecej-o-kursach-nastolatkow {
  background-image: linear-gradient(180deg, #414141 0%, #0d0d0d 100%);
  margin-bottom: 5px;
}

.page-uczniowie .uczniowie-7-formularz-wiecej-o-kursach-nastolatkow .gform_title {
  color: #FFF100;
  margin-top: 0;
}

/* Nauczyciele (ucz razem z nami) */

.page-ucz-razem-z-nami .ucz-z-nami-1-ucz-z-nami-bok-tekstu h2, .page-ucz-razem-z-nami h2 {
  background: none;
  color: #7fba18;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}

.page-ucz-razem-z-nami .ucz-z-nami-1-ucz-z-nami-bok-tekstu strong {
  color: #777676;
}

.page-ucz-razem-z-nami .ucz-z-nami-1-ucz-z-nami-bok-tekstu p {
  color: #292b2c;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem li {
  margin-left: 20px;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem li + li {
  margin-top: 1em;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem li::before {
  content: " ";
  width: 34px;
  height: 34px;
  left: -20px;
  position: relative;
  top: 10px;
  background-size: cover;
  display: inline-block;
  background-image: url("graphics/check_list.png");
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) {
  background-color: #5f9501;
  width: 414px;
  text-align: center;
  color: #fff;
  padding: 30px 36px 28px;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) img {
  width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 1em;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) .wp-block-button {
  background: #02b7fa;
  border-color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) p {
  font-size: 24px;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) .wp-block-button::after {
  border-right-color: #5f9501;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) .wp-block-button::before {
  border-right-color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) .wp-block-button a {
  color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-3-slajder-yt-co-mowia-nauczyciele h2 {
  background: #7fba18;
}

.page-ucz-razem-z-nami .posts h3 {
  background: #7fba18;
  color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-5-najczestsze-pytania-nauczycieli h2 {
  background: #7fba18;
}

.page-ucz-razem-z-nami .ucz-z-nami-5-najczestsze-pytania-nauczycieli td:nth-child(1)::after {
  border-left-color: #7fba18;
}

.page-ucz-razem-z-nami .ucz-z-nami-5-najczestsze-pytania-nauczycieli td.open::after {
  border-top-color: #7fba18;
  border-left-color: transparent;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-columns > .wp-block-column:nth-child(2) h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) {
  background-color: #5f9501;
  width: 414px;
  text-align: center;
  color: #fff;
  padding: 30px 36px 28px;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) img {
  width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 1em;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) .wp-block-button {
  background: #02b7fa;
  border-color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) p {
  font-size: 24px;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) .wp-block-button::after {
  border-right-color: #5f9501;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) .wp-block-button::before {
  border-right-color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) .wp-block-button a {
  color: white;
}

.page-ucz-razem-z-nami .ucz-z-nami-6-formularz-wiecej-o-szkoleniach {
  background: #7fba18
}

/* Zostań nauczycielem */

.page-zostan-nauczycielem main {
  padding: 0 15%;
  background: #f0f0f0;
}

.page-zostan-nauczycielem .gform_description {
  color: rgb(95, 149, 1);
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 27px;
  padding-top: 40px;
  text-align: left;
}

.page-zostan-nauczycielem .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.page-zostan-nauczycielem .gfield {
  flex-basis: 50%;
  margin-top: 16px;
}

.page-zostan-nauczycielem .gfield_label {
  color: rgb(119, 118, 118);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 9px;
  flex-basis: 50%;
}

.page-zostan-nauczycielem .gfield_required {
  color: rgb(2, 183, 250);
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin-left: 4px;
}

.page-zostan-nauczycielem input:not([type="checkbox"]), .page-zostan-nauczycielem select, .page-zostan-nauczycielem textarea {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  text-align: start;
  text-indent: 0px;
  width: 95%;
}

.page-zostan-nauczycielem .file_upload input[type="file"] {
  visibility: hidden;
  position: absolute;
}

.page-zostan-nauczycielem #field_2_19 label::after {
  content: attr(after);
  background-color: rgb(255, 255, 255);
  background-image: url("graphics/upload_blue.png");
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 0.8px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 0.8px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 0.8px;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 0.8px;
  color: rgb(51, 51, 51);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  letter-spacing: normal;
  line-height: 38px;
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  outline-color: rgb(51, 51, 51);
  outline-style: none;
  outline-width: 0px;
  padding: 2px 12px 2px 5px;
  text-align: start;
  width: 450px;
}

.page-zostan-nauczycielem select {
  background-color: rgb(255, 255, 255);
  background-image: url("graphics/select_blue.png");
  background-position: 100% 50%;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 0.8px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 0.8px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 0.8px;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 0.8px;
  color: rgb(51, 51, 51);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.page-zostan-nauczycielem textarea {
  border: 0.8px solid rgb(204, 204, 204);
  width: 100%;
}

.page-zostan-nauczycielem .radio_field {
  flex-basis: 100%;
  border-bottom: 1px solid #dedede;
  display: flex;
  margin: 1em 0;
}

.page-zostan-nauczycielem .gfield_radio {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.page-zostan-nauczycielem .gfield_radio li {
  flex-basis: 150px;
  height: 40px;
}

.page-zostan-nauczycielem .ginput_container_radio {
  flex: 1
}

.page-zostan-nauczycielem input[type="radio"], .page-zostan-nauczycielem input[type="checkbox"] {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

.page-zostan-nauczycielem .gfield_radio input + label {
  position: relative;
  color: rgb(119, 118, 118);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: 0px;
  margin-top: 2px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: middle;
}

.page-zostan-nauczycielem .gfield_checkbox input + label {
  position: relative;
}

.page-zostan-nauczycielem .gfield_radio input + label::before, .page-zostan-nauczycielem .gfield_checkbox input + label::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  left: -2.5em;
  border: 1px solid #02b7fa;
  border-radius: 50%;
  background: white;
  top: 0;
}

.page-zostan-nauczycielem .gfield_radio input:checked + label::before, .page-zostan-nauczycielem .gfield_checkbox input:checked + label::before {
  background: #02b7fa;
}

.page-zostan-nauczycielem .gfield_checkbox input + label::before {
  border-radius: 0;
}

.page-zostan-nauczycielem .file_upload {
  flex-basis: 100%;
}

.page-zostan-nauczycielem #field_2_20 {
  flex-basis: 100%;
}

.page-zostan-nauczycielem #field_2_21 {
  flex-basis: 100%;
}

.page-zostan-nauczycielem #field_2_23 {
  flex-basis: 100%;
}

.page-zostan-nauczycielem #field_2_23 .gfield_label {
  display: none;
}

.page-zostan-nauczycielem .gfield_checkbox label {
  color: #777676;
}

.page-zostan-nauczycielem input[type="submit"] {
  background-color: rgb(2, 183, 250);
  border: none;
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  font-size: 29px;
  font-weight: 700;
  height: 60px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 16px;
  margin-top: 0px;
  max-width: 100%;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  width: 315px;
  -moz-appearance: button;
  margin: 1em 0 2em 0;
}

.page-zostan-nauczycielem #gfield_description_2_23 {
  margin: 2em 0;
  color: rgb(2, 183, 250);
  font-size: 14.6333px;
  font-weight: 400;
  line-height: 25px;
}

/* Zostań franczyzobiorcą */

.page-zostan-franczyzobiorca main {
  padding: 0 15%;
  background: #f0f0f0;
}

.page-zostan-franczyzobiorca .gform_description {
  color: rgb(95, 149, 1);
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 27px;
  padding-top: 40px;
  text-align: left;
}

.page-zostan-franczyzobiorca .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.page-zostan-franczyzobiorca .gfield {
  flex-basis: 50%;
  margin-top: 16px;
}

.page-zostan-franczyzobiorca .gfield_label, .page-zostan-franczyzobiorca label {
  color: rgb(119, 118, 118);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 9px;
  flex-basis: 50%;
}

.page-zostan-franczyzobiorca .gfield_required {
  color: rgb(2, 183, 250);
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin-left: 4px;
}

.page-zostan-franczyzobiorca input:not([type="checkbox"]), .page-zostan-franczyzobiorca select, .page-zostan-franczyzobiorca textarea {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  text-align: start;
  text-indent: 0px;
  width: 95%;
}

.page-zostan-franczyzobiorca select {
  background-color: rgb(255, 255, 255);
  background-image: url("graphics/select_blue.png");
  background-position: 100% 50%;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 0.8px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 0.8px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 0.8px;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 0.8px;
  color: rgb(51, 51, 51);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.page-zostan-franczyzobiorca textarea {
  border: 0.8px solid rgb(204, 204, 204);
  width: 100%;
}

.page-zostan-franczyzobiorca .radio_field {
  flex-basis: 100%;
  border-bottom: 1px solid #dedede;
  display: flex;
  margin: 1em 0;
}

.page-zostan-franczyzobiorca .gfield_radio {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.page-zostan-franczyzobiorca .gfield_radio li {
  flex-basis: 150px;
  height: 40px;
}

.page-zostan-franczyzobiorca .ginput_container_radio {
  flex: 1
}

.page-zostan-franczyzobiorca input[type="radio"], .page-zostan-franczyzobiorca input[type="checkbox"] {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

.page-zostan-franczyzobiorca .gfield_radio input + label {
  position: relative;
  color: rgb(119, 118, 118);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: 0px;
  margin-top: 2px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: middle;
}

.page-zostan-franczyzobiorca .gfield_checkbox input + label {
  position: relative;
}

.page-zostan-franczyzobiorca .gfield_radio input + label::before, .page-zostan-franczyzobiorca .gfield_checkbox input + label::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  left: -2.5em;
  border: 1px solid #02b7fa;
  border-radius: 50%;
  background: white;
  top: 0;
}

.page-zostan-franczyzobiorca .gfield_radio input:checked + label::before, .page-zostan-franczyzobiorca .gfield_checkbox input:checked + label::before {
  background: #02b7fa;
}

.page-zostan-franczyzobiorca .gfield_checkbox input + label::before {
  border-radius: 0;
}

.page-zostan-franczyzobiorca .file_upload {
  flex-basis: 100%;
}

.page-zostan-franczyzobiorca .gfield_checkbox label {
  color: #777676;
}

.page-zostan-franczyzobiorca input[type="submit"] {
  background-color: rgb(2, 183, 250);
  border: none;
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  font-size: 29px;
  font-weight: 700;
  height: 60px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 16px;
  margin-top: 0px;
  max-width: 100%;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  width: 315px;
  -moz-appearance: button;
  margin: 1em 0 2em 0;
}

.page-zostan-franczyzobiorca #field_1_17 .gfield_label {
  flex-basis: 30%;
}

.page-zostan-franczyzobiorca #field_1_21 {
  flex-basis: 100%;
}

.page-zostan-franczyzobiorca #field_1_23 {
  flex-basis: 100%;
  margin-left: 3em;
}

.page-zostan-franczyzobiorca #field_1_23 .gfield_label {
  display: none;
}

.page-zostan-franczyzobiorca .gform_title {
  display: none;
}

/* Nauczyciele - nasze historie */

.page-nasze-historie-nauczyciele div.blogheader {
  display: flex;
  height: 100px;
  background: #f0f0f0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

.page-nasze-historie-nauczyciele div.blogheader h2 {
  color: #5f9501;
  padding-left: 15vw;
}

.page-nasze-historie-nauczyciele div.blogheader form {
  margin-right: 15vw;
  display: flex;
  align-items: center;
  transform: scale(1.2);
}

.page-nasze-historie-nauczyciele .modul-blog .theloop article h3 a {
  color: #5f9501;
}

.page-nasze-historie-nauczyciele .modul-blog .theloop .wiecej a {
  color: #5f9501;
}

/* Szkolenie dla nauczycieli */

.page-szkolenie-dla-nauczycieli .bloktyp2 h2 {
  color: #7fba18;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.page-szkolenie-dla-nauczycieli .bloktyp2 strong {
  font-size: 22px;
}

.page-szkolenie-dla-nauczycieli p strong {
  color: #777676;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-columns > .wp-block-column:nth-child(2) h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-columns > .wp-block-column:first-child {
  padding-right: 2em;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) {
  background-color: #5f9501;
  width: 414px;
  text-align: center;
  color: #fff;
  padding: 30px 36px 28px;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) img {
  width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 1em;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) .wp-block-button {
  background: #02b7fa;
  border-color: white;
  width: 100%;
  display: block;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) p {
  font-size: 24px;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) .wp-block-button::after {
  border-right-color: #5f9501;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) .wp-block-button::before {
  border-right-color: white;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) .wp-block-button a {
  color: white;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:first-of-type p {
  margin-top: 2em;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:first-of-type strong {
  display: block;
  margin-bottom: 0.5em;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:first-of-type br {
  display: none;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere h2 {
  background: none;
  text-align: left;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns {
  margin-bottom: 1em;
  border: 3px solid rgb(127, 186, 24);
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 40px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 40px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-style: solid;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(119, 118, 118);
  content: "";
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  line-height: 28px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 40px;
  z-index: 2;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 36px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(127, 186, 24);
  border-right-style: solid;
  border-right-width: 36px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-style: solid;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(119, 118, 118);
  content: "";
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 36px;
  line-height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  z-index: 1;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere br {
  display: none;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(1) p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(1) {
  flex-basis: 35%;
  background: rgb(127, 186, 24);
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 3em 0; */
  text-align: center;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(1) * {
  color: white;
  font-size: 40px;
  font-weight: 700;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(1) strong {
  font-size: 22px;
}

.page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(2) {
  flex-basis: 65%;
  background: #f0f0f0;
  color: rgb(119, 118, 118);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 3em;
}

.page-szkolenie-dla-nauczycieli .wp-block-group__inner-container h3 {
  box-sizing: border-box;
  color: rgb(119, 118, 118);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 9px;
  margin-top: 6px;
}

.page-szkolenie-dla-nauczycieli .ucz-z-nami-5-najczestsze-pytania-nauczycieli h2 {
  background: rgb(127, 186, 24);
}

.page-szkolenie-dla-nauczycieli .ucz-z-nami-5-najczestsze-pytania-nauczycieli td:nth-child(1)::after {
  border-left-color: rgb(127, 186, 24);
}

.page-szkolenie-dla-nauczycieli .ucz-z-nami-5-najczestsze-pytania-nauczycieli td.open::after {
  border-top-color: rgb(127, 186, 24);
  border-left-color: transparent;
}

.page-szkolenie-dla-nauczycieli .ucz-z-nami-6-formularz-wiecej-o-szkoleniach {
  background: rgb(127, 186, 24);
}

.page-szkolenie-dla-nauczycieli .ucz-z-nami-6-formularz-wiecej-o-szkoleniach .gform_title {
  color: white;
}

/* Franczyza */

.page-franczyza .blok h2 {
  color: #0474af;
  font-size: 30px;
  font-weight: 700;
}

.page-franczyza .franczyza-modele-4-formularz-wiecej-o-franczyzie {
  background-color: #0474af;
}

.page-franczyza .franczyza-1-tekst-z-grafika-firma-zmieniajaca-zycie img {
  height: auto;
  width: 100%;
  margin: auto;
  margin-left: auto;
  display: block;
  margin-left: 1em;
  border: 3px solid #0474af;
}

.page-franczyza .wp-block-button {
  border-color: #0474af;
}

.page-franczyza .wp-block-button::before {
  border-color: #0474af;
}

.page-franczyza .wp-block-button::after {
  border-right-color: white;
}

.page-franczyza .wp-block-button a {
  color: #0474af;
}

.page-franczyza .franczyza-1-tekst-z-grafika-firma-zmieniajaca-zycie img.wp-image-5793 {
  height: 50px;
  float: left;
  width: auto;
  border: 0;
  margin-top: -10px;
  margin-right: 5px;
  margin-left: 0;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie li {
  position: relative;
  margin: 2em;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie li::before {
  content: " ";
  width: 34px;
  height: 34px;
  left: -3em;
  background-size: cover;
  background-image: url("graphics/check_list1.png");
  position: absolute;
  top: -3px;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) {
  background-color: #0474af;
  width: 414px;
  text-align: center;
  color: #fff;
  padding: 30px 36px 28px;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) img {
  width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 1em;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) .wp-block-button {
  background: #02b7fa;
  border-color: white;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) p {
  font-size: 24px;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) .wp-block-button::after {
  border-right-color: #0474af;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) .wp-block-button::before {
  border-right-color: white;
}

.page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) .wp-block-button a {
  color: white;
}

.page-franczyza .franczyza-3-slajder-yt h2 {
  background: #0474af;
  color: white;
}

.page-franczyza .franczyza-3-slajder-yt {
  color: white;
  background: #0474af;
  font-size: 18px;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) {
  background-color: #0474af;
  width: 414px;
  text-align: center;
  color: #fff;
  padding: 30px 36px 28px;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) img {
  width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 1em;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) .wp-block-button {
  background: #02b7fa;
  border-color: white;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) p {
  font-size: 24px;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) .wp-block-button::after {
  border-right-color: #0474af;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) .wp-block-button::before {
  border-right-color: white;
}

.page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) .wp-block-button a {
  color: white;
}

.page-franczyza .posts h3 {
  background: #0474af;
  color: white;
}

.page-franczyza .franczyza-5-najczestsze-pytania-franczyzobiorcow h2 {
  background: #0474af;
  color: white;
}

.page-franczyza .franczyza-5-najczestsze-pytania-franczyzobiorcow td:nth-child(1)::after {
  border-left-color: #005d8e;
}

.page-franczyza .franczyza-5-najczestsze-pytania-franczyzobiorcow td.open::after {
  border-left-color: transparent;
}

/* Modele franczyzowe */

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group {
  display: flex;
  width: 70%;
  margin: auto;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border: 0;
  margin: 0.5em;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy figure {
  background: #0474af;
  display: flex;
  color: white;
  font-weight: 700;
  min-height: 85px;
  position: relative;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy p {
  background: #f0f0f0;
  border: 1px solid #0474af;
  color: #0474af;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding: 1em 0;
  min-height: 5em;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy figcaption {
  padding: 1em 15px 0 0;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > h2 {
  background: none;
  color: #0474af;
  font-weight: 700;
  margin: 1.5em 0;
  padding: 0;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy .wp-block-group__inner-container {
  padding-bottom: 20px;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > div:nth-child(3) {
  position: relative;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  display: block;
}

.franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  width: auto;
  flex: 1;
}

.franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group + .wp-block-group {
  margin-left: 1em;
}

.page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group figure::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  right: 0;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach {
  background: #02b7fa;
  padding-bottom: 0;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach h2 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 1em;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach img {
  height: 152px;
  width: auto;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button {
  border-color: white;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button a {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button a::after {
  margin-left: 0.5em;
  content: "\f063";
  font-family: "Font Awesome 5 Free";
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button::after {
  z-index: 2;
  content: '';
  position: absolute;
  top: -3.5155px;
  right: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #02b7fa transparent transparent;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button:hover {
  background: white;
}

.page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button:hover a {
  color: #02b7fa;
}

.page-modele-franczyzowe .wp-block-button {
  border-color: #0474af;
}

.page-modele-franczyzowe .wp-block-button a {
  color: #0474af;
}

.page-modele-franczyzowe .wp-block-button::after {
  border-color: #0474af;
  border-right-color: white;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto h2 {
  background: white;
  color: #0474af;
  margin-top: 1em;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto > p {
  box-sizing: border-box;
  color: rgb(119, 118, 118);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 18px;
  margin-top: 0px;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 3em;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto figure {
  height: 100px;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto img {
  width: auto;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto figcaption {
  color: rgb(4, 116, 175);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0.5em;
}

.page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto p {
  padding: 0 2em;
  color: rgb(85, 84, 84);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.page-modele-franczyzowe .franczyza-5-najczestsze-pytania-franczyzobiorcow h2 {
  color: black;
}

.page-modele-franczyzowe .franczyza-5-najczestsze-pytania-franczyzobiorcow td:nth-child(1):after {
  border-left-color: rgb(4, 116, 175);
}

.page-modele-franczyzowe .franczyza-5-najczestsze-pytania-franczyzobiorcow td:nth-child(1).open:after {
  border-left-color: transparent;
}

.page-modele-franczyzowe .posts {
  margin-bottom: 3em;
}

.page-modele-franczyzowe .franczyza-modele-4-formularz-wiecej-o-franczyzie {
  background: #0474af;
  margin-bottom: 0.5em;
}

/* Blog */

.theloop.onlythumbnail {
  display: flex;
  flex-wrap: wrap;
}

.theloop.onlythumbnail article {
  flex-basis: 33%;
  border: none;
  display: block;
  color: #707070;
  padding: 0 20px;
}

.onlythumbnail .thumbnail {
  height: 230px;
  flex: 1;
  width: 100%;
}

.theloop.onlythumbnail .thumbnail img {
  height: 230px;
  border: none;
  object-fit: cover;
  display: block;
}

.onlythumbnail time {
  color: rgb(112, 112, 112);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 3px;
}

.theloop.onlythumbnail article h3 a {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.theloop.onlythumbnail article h3 a:hover {
  text-decoration: underline;
}

.onlythumbnail .more {
  margin-top: 1em;
}

.onlythumbnail .more a {
  color: #0275d8;
  font-size: 20px;
  font-weight: 700;
  height: 27px;
  line-height: 25px;
}

/* Wpis */

.single main {
  background: rgb(240, 240, 240);
  padding: 3em 15%;
}

.single p + p {
  margin-top: 1em;
}

.single time {
  color: rgb(41, 43, 44);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.single .single_columns {
  display: flex;
}

.single .single_columns > div:nth-child(1) {
  width: 60%;
}

.single .single_columns > div:nth-child(2) {
  width: 40%;
}

.single .single_header {
  box-sizing: border-box;
  color: rgb(64, 63, 63);
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 28px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  max-width: 750px;
}

.single .attachment-post-thumbnail, .single article img {
  display: block;
  width: 80%;
  height: auto;
  margin: 1em auto;
}

.single article {
  color: rgb(41, 43, 44);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
}

.single .zobacztakze {
  width: 90%;
  margin: auto;
  background: #fff;
  padding-bottom: 10px;
}

.single .zobacztakze h2 {
  background-color: rgb(109, 208, 246);
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 400;
  height: 46px;
  line-height: 25px;
  padding-top: 9px;
  text-align: center;
}

.single .zobacztakze li {
  color: rgb(41, 43, 44);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  height: 80px;
  line-height: 25px;
  margin-bottom: 42px;
  margin-left: 46px;
  margin-right: 46px;
  margin-top: 42px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 16px;
  padding-top: 0px;
  position: relative;
}

.single .zobacztakze li:nth-child(1) {
  background-color: rgb(30, 171, 227);
}

.single .zobacztakze li:nth-child(2) {
  background-color: #0d6ea5;
}

.single .zobacztakze li:nth-child(3) {
  background-color: #96c341;
}

.single .zobacztakze li:nth-child(4) {
  background-color: #81d742;
}

.single .zobacztakze li:hover {
  opacity: 0.8;
}

.single .zobacztakze li a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.single .zobacztakze li::after {
  z-index: 2;
  content: '';
  position: absolute;
  top: -3.5155px;
  right: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent #fff transparent transparent;
}

/* Lokalizacje */

.page-lokalizacje :target::before {
  content: "";
  display: block;
  height: 130px;
  /* fixed header height*/
  margin: -130px 0 0;
  /* negative fixed header height */
}

.page-lokalizacje main {
  padding: 0 10%;
}

.page-lokalizacje .columnsmap {
  display: flex;
  position: relative;
}

.page-lokalizacje .columnsmap > div:nth-child(1) {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 29px;
  display: flex;
  align-items: center;
}

.page-lokalizacje .columnsmap > div:nth-child(2) {
  padding: 1em;
  width: 50%;
}

.map-box {
  width: 100%;
  height: 75vh;
  position: fixed;
  top: 0;
}

.map-box.relative {
  position: relative;
}

.page-kontakt .map-box {
  height: 55vh;
}

.page-wyszukiwanie-lokalizacji .map-box {
  height: 55vh;
}

.page-lokalizacje h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.page-lokalizacje ul + h3 {
  margin-top: 1em;
}

.page-lokalizacje .location-list {
  display: flex;
  flex-wrap: wrap;
}

.page-lokalizacje .location-list > li {
  cursor: pointer;
  font-size: 22px;
  height: 88px;
  line-height: 22.1px;
  background-color: #f4f4f5;
  width: 174px;
  margin: 3px;
  padding: 10px;
  position: relative;
}

.page-lokalizacje .location-list > li h4 {
  color: rgb(52, 152, 219);
}

.page-lokalizacje .location-list > li h5 {
  color: #aaa;
  font-size: 14px;
}

.page-lokalizacje .location-list > li.open::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 172px;
  height: 1px;
  background-color: #f4f4f5;
  z-index: 200;
}

.page-lokalizacje .info-win {
  display: none;
  z-index: 2;
}

.page-lokalizacje .location-list > li.open {
  border-width: 1px 1px 0 1px;
  border-color: rgb(191, 189, 189);
  border-style: solid;
  z-index: 5;
}

.page-lokalizacje .info-win {
  position: absolute;
  top: 87px;
  left: -1px;
  z-index: 2;
  border: 1px solid rgb(191, 189, 189);
  background-color: #f4f4f5;
  min-width: 300px;
  padding-right: 1em;
}

.page-lokalizacje .info-win li {
  padding-left: 50px;
  background-size: 20px;
  background-repeat: no-repeat;
  min-height: 30px;
  margin-top: 5px;
  background-position-x: 10px;
}

.page-lokalizacje .info-win .title {
  color: #0474af;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 6px;
}

.page-lokalizacje .info-win .address {
  background-image: url("graphics/search-location.svg");
}

.page-lokalizacje .info-win .phone {
  background-image: url("graphics/search-phone.svg");
}

.page-lokalizacje .info-win .mail {
  background-image: url("graphics/search-envelope.svg");
}

.page-lokalizacje .info-win .www, .page-lokalizacje .info-win .contact {
  padding-left: 0;
  white-space: nowrap;
}

.page-lokalizacje .info-win .www a, .page-lokalizacje .info-win .contact a {
  color: white;
  background-color: #02b7fa;
  font-size: 18px;
  padding: 9px 20px;
  display: block;
  font-weight: 700;
  position: relative;
  min-height: 44px;
  margin: 5px;
}

.page-lokalizacje .info-win .contact a {
  background-color: #96c93d;
}

.page-lokalizacje .info-win .www a::after, .page-lokalizacje .info-win .contact a::after {
  position: absolute;
  right: -14px;
  top: 0;
  content: '';
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 15px solid #02b7fa;
}

.page-lokalizacje .info-win .contact a::after {
  border-left-color: #96c93d;
}

.page-lokalizacje .info-win, .page-lokalizacje .info-win a {
  color: #555454;
  font-weight: 600;
  font-size: 18px;
}

.page-lokalizacje .info-win h4 {
  padding-left: 25px;
}

.page-lokalizacje .info-win h4 a {
  cursor: pointer;
  color: #0474af;
  font-size: 26px;
  font-weight: 400;
  line-height: 25px;
}

/* Dostępne lokalizacje */

.page-dostepne-lokalizacje main {
  padding: 1% 15%;
  display: flex;
  flex-wrap: wrap;
}

.page-dostepne-lokalizacje .wp-block-group {
  background: #f4f4f4;
  margin: 1em;
  flex-basis: calc(50% - 2em);
  border: 1px solid #d6d6d6;
  padding: 1em;
}

.page-dostepne-lokalizacje .wp-block-group h2 {
  padding-left: 30px;
  background-image: url("graphics/Blue.svg");
  background-size: 30px;
  color: #0474af;
  font-size: 26px;
  margin-bottom: 6px;
  padding-left: 33px;
}

.page-dostepne-lokalizacje .wp-block-group li:first-child {
  color: white;
  padding-left: 33px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #aaa url("graphics/tag.svg") 7px center no-repeat;
  background-size: auto;
  background-size: 18px;
  margin-bottom: 6px;
}

.page-dostepne-lokalizacje .wp-block-group a[href^="tel:"] {
  margin-bottom: 6px;
  color: #555454;
  display: block;
  height: 26px;
}

.page-dostepne-lokalizacje .wp-block-group a[href^="tel:"]::before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #0082cc;
  margin-right: 1em;
}

.page-dostepne-lokalizacje .wp-block-group a[href^="mailto:"] {
  background: url("graphics/search-envelope.svg") left center no-repeat;
  background-size: contain;
  padding-left: 33px;
  background-size: 18px;
  margin-bottom: 6px;
  color: #555454;
}

.page-dostepne-lokalizacje .wp-block-group p {
  margin-top: 1em;
  color: rgb(85, 84, 84);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 18px;
}

.page-dostepne-lokalizacje .wp-block-group a:hover {
  text-decoration: underline;
}

/* Konferencje */

.page-konferencje main {
  padding: 0% 15% 1% 15%;
  color: black;
  font-size: 18px;
  background: rgba(240, 240, 240, 0.8);
}

.page-konferencje main a {
  letter-spacing: normal;
}

.page-konferencje p {
  margin-top: 1em;
}

.page-konferencje main img {
  width: 100%;
}

.page-konferencje h2 {
  color: rgb(64, 63, 63);
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  vertical-align: middle;
  margin-bottom: 1em;
  padding-top: 1em;
}

/* Blok - najczęściej zadawane pytania */

.bloktyp11 > h2 {
  position: relative;
  cursor: pointer;
}

.bloktyp11 > h2:first-child::after {
  content: '';
  background-image: url("graphics/plus.png");
  border: 2px solid #fff;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.bloktyp11.open > h2:first-child::after {
  background-image: url("graphics/minus.png");
}

.bloktyp11 .wp-block-table {
  max-height: 0px;
  transition: max-height 1s;
  overflow: hidden;
}

.bloktyp11.open .wp-block-table {
  max-height: 10000px;
  overflow: visible;
}

/* Polityka prywatności */

.page-polityka-prywatnosci main p {
  padding: 0 15%;
  color: rgb(119, 118, 118);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.page-polityka-prywatnosci h2 {
  color: rgb(0, 130, 204);
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  background: #f0f0f0;
  padding: 30px 15% 15px 15%;
  margin-bottom: 30px;
  text-align: left;
}

.page-polityka-prywatnosci p + h3 {
  margin-top: 1em;
}

.page-polityka-prywatnosci a {
  text-decoration: underline;
}

.page-polityka-prywatnosci h3 {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  color: rgb(119, 118, 118);
}

.page-polityka-prywatnosci p:last-child {
  margin-bottom: 1em;
}

/* O nas */

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera {
  background-color: #f0f0f0;
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera h2 {
  font-size: 30px;
  margin-bottom: 0.5em;
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera p {
  color: rgb(41, 43, 44);
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera strong {
  color: rgb(119, 118, 118);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 9px;
  margin-top: 0px;
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera .wp-block-button {
  margin: 1em 0;
  display: block;
  width: 33%;
  background: #02b7fa;
  text-align: center;
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera .wp-block-group {
  display: none;
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera .wp-block-button a {
  color: white;
}

.page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera .wp-block-button::after {
  border-right-color: #f0f0f0;
}

.page-o-nas .blok.o-nas-2-grafiki-kolek {
  padding-bottom: 0;
  background-color: #f0f0f0;
}

.page-o-nas .blok.o-nas-2-grafiki-kolek .wp-block-group__inner-container img {
  border: 0;
}

.page-o-nas .blok.o-nas-2-grafiki-kolek .wp-block-group__inner-container {
  padding-bottom: 10px;
}

.page-o-nas .o-nas-2-grafiki-kolek figure {
  padding: 10px;
}

.page-o-nas .o-nas-3-grafiki-z-linkami h2 {
  color: black;
}

.page-lokalizacje .naglowek_wojewodztwa {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
}

.page-lokalizacje .naglowek_wojewodztwa:hover {
  color: rgb(52, 152, 219);
}

.input-hidden {
  display: none;
}

.gfield_required {
  color: #02b7fa;
  display: inline-block;
  margin-left: 3px;
}

.gform_validation_error .gform_heading {
  color: #d9534f;
}

.gform_wrapper .validation_error {
  display: block;
  width: 100%;
  border: 1px #d9534f solid;
  padding: 6px 12px;
  margin: 12px 0;
  font-weight: bold;
  color: #d9534f;
  font-size: 16px;
}

.gfield_description.validation_message {
  font-weight: bold;
  color: #d9534f;
  font-size: 14px;
}

.gfield_error .gfield_label, .gfield_error .gfield_required {
  color: #d9534f !important;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border: 1px #d9534f solid !important;
}

.top-center-search {
  position: absolute;
  bottom: 36px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.top-center-search.relative {
  position: relative;
  bottom: 0;
  width: auto;
}

.top-center-search.relative .search-backdrop {
  margin: 0;
}

.top-center-search .search-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 530px;
  margin: auto;
  height: 105px;
  padding: 12px;
}

.top-center-search .search-backdrop.transparent {
  padding: 0;
  height: auto;
  background-color: transparent;
}

.top-center-search .search-backdrop .container {
  width: 100%;
}

.top-center-search .search-backdrop .section-title {
  margin-bottom: 10px;
}

.top-center-search .search-backdrop form {
  display: flex;
}

.top-center-search .search-backdrop input[type=submit] {
  color: #fff;
  background-color: #02b7fa;
  font-size: 20px;
  font-weight: 700;
  width: 89px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border: none;
  opacity: 1;
  margin-left: 10px;
  -webkit-appearance: none;
}

.top-center-search .search-backdrop input[type=submit]:hover {
  background: #02acf1;
}

.top-center-search .search-backdrop input[type=text] {
  flex-grow: 1;
  line-height: 40px;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  padding: 0 16px;
  border: none;
}

.top-center-search .search-backdrop.transparent input[type=text] {
  border: 1px #ddd solid;
}

.top-center-search .search-backdrop .clearable__clear {
  top: 7.5px;
}

.top-center-search .find-form {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.schools-search-list {
  margin-top: 20px;
}

.schools-search-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.schools-search-list li {
  padding: 0;
  margin: 0 0 25px;
}

.schools-search-list .inner {
  border: 2px solid #bfbdbd;
  background-color: #f4f4f5;
  padding: 20px 30px;
  font-weight: 600;
}

.schools-search-list h3 {
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 15px;
  color: #0474af;
}

.schools-search-list .detail {
  display: block;
  color: #555454;
  padding: 5px 0 5px 30px;
  background-repeat: no-repeat;
  background-position: 0 57%;
  background-size: 17px;
}

.schools-search-list .detail a {
  color: #555454;
}

.schools-search-list .detail a:hover {
  text-decoration: underline;
}

.schools-search-list .address {
  background-image: url("graphics/search-location.svg");
}

.schools-search-list .phone {
  background-image: url("graphics/search-phone.svg");
}

.schools-search-list .email {
  background-image: url("graphics/search-envelope.svg");
}

.schools-search-list .buttons {
  width: calc(100% - 14px);
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.schools-search-list .buttons a {
  color: white;
  background-color: #02b7fa;
  font-size: 16px;
  padding: 9px 12px;
  display: block;
  font-weight: 700;
  position: relative;
  min-height: 40px;
  width: 45%;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.schools-search-list .buttons a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 14px solid #02b7fa;
}

.schools-search-list .buttons a.contact {
  background-color: #96c93d;
}

.schools-search-list .buttons a.contact:after {
  border-left-color: #96c93d;
}

.bloktyp10 .wp-block-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  padding: 35px 0 24px;
}

.bloktyp10 .wp-block-columns > div:not(.wp-block-column) {
  width: 100%;
}

.bloktyp10 .wp-block-column {
  padding: 0 15px;
  box-sizing: border-box;
}

.bloktyp10 .wp-block-column:first-of-type {
  width: 40%;
}

.bloktyp10 .wp-block-column:last-of-type {
  width: 60%;
}

.gfield_required {
    color: #02b7fa;
    display: inline-block;
    margin-left: 3px;
}

.gform_validation_error .gform_heading {
    color: #d9534f;
}

.gform_wrapper .validation_error {
    display: block;
    width: 100%;
    border: 1px #d9534f solid;
    padding: 6px 12px;
    margin: 12px 0;
    font-weight: bold;
    color: #d9534f;
    font-size: 16px;
}

.gfield_description.validation_message {
    font-weight: bold;
    color: #d9534f;
    font-size: 14px;
}

.gfield_error .gfield_label, .gfield_error .gfield_required {
    color: #d9534f !important;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
    border: 1px #d9534f solid !important;
}

.school-map-popup, .school-map-popup a {
  color: #555454;
  font-weight: 600;
  font-size: 16px;
}

.school-map-popup h4 {
  color: #0474af;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2px;
  padding-left: 35px;
}

.school-map-popup .address, .school-map-popup .phone {
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  display: block;
  padding: 4px 0 4px 35px;
}

.school-map-popup .address {
  background-image: url("graphics/search-location.svg");
}

.school-map-popup .phone {
  text-decoration: underline;
  background-image: url("graphics/search-phone.svg");
}

.school-map-popup .wrapper {
  padding-right: 12px;
}

.school-map-popup .contact:after, .school-map-popup .www:after {
  position: absolute;
  right: -12px;
  top: 0;
  content: '';
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 12px solid #02b7fa;
}

.school-map-popup .contact, .school-map-popup .www {
  color: white;
  background-color: #02b7fa;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 11px 8px;
  display: block;
  font-weight: 700;
  position: relative;
  min-height: 38px;
  width: calc(100% - 0px);
  white-space: nowrap;
  margin: 5px 0;
}

.school-map-popup .contact:after {
  border-left-color: #96c93d;
}

.school-map-popup .contact {
  background-color: #96c93d;
}

.school-map-popup .contact {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  html {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 5vw;
  }

  h2 {
    line-height: initial;
  }

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

  .top-center-search .search-backdrop input[type=submit] {
    width: auto;
    padding: 0 10px;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
  }

  .first-header-row {
    width: 100%;
    overflow: hidden;
  }

  .second-header-row nav.showmobile #menu-primary-navigation {
    display: block;
    z-index: 2;
  }

  .second-header-row nav.showmobile {
    background-image: url("graphics/x.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  #menu-primary-navigation > li > .sub-menu > li > .sub-menu li {
    height: auto;
  }

  #menu-primary-navigation > li > .sub-menu > li {
    margin: 0;
    display: block;
  }

  #menu-primary-navigation > li > a {
    display: inline;
  }

  #menu-primary-navigation a {
    line-height: 2rem;
  }

  #menu-primary-navigation > li > ul > li > a {
    display: inline;
  }

  #menu-primary-navigation > li > a {
    max-width: 75%;
  }

  #menu-primary-navigation > li {
    margin: 0;
  }

  #menu-primary-navigation > li > ul > li > a {
    height: unset;
  }

  .showmobile #menu-primary-navigation > .menu-item-has-children {
    background-image: url("graphics/plus.png");
    background-position: right 1rem top 5px;
    background-size: 1.5rem;
  }

  .showmobile #menu-primary-navigation > .menu-item-has-children.showmobilesub {
    background-image: url("graphics/minus.png");
    background-position: right 1rem top 17px;
  }

  /* .showmobile #menu-primary-navigation>.menu-item-has-children.showmobilesub{background:none;} */
  #menu-primary-navigation {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    top: 48px;
    padding-left: 0;
    overflow-y: scroll;
    max-height: 80vh;
  }

  .second-header-row nav {
    position: static;
    display: block;
    height: 100%;
    line-height: unset;
    background-size: contain;
    background-position: top left;
    width: 46px;
    background: url("graphics/burger.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
  }

  #menu-primary-navigation > li {
    /* margin: 1vh 0; */
    height: auto;
  }

  #menu-primary-navigation > li > .sub-menu a {
    font-size: 0.85rem;
  }

  #menu-primary-navigation > li.showmobilesub:hover > .sub-menu {
    max-height: unset;
  }

  #menu-primary-navigation > li.showmobilesub > .sub-menu {
    /* .menu-item-has-children .sub-menu { */
    display: block;
  }

  .menu-item-has-children .sub-menu {
    display: block;
    margin-left: 1rem;
  }

  #menu-primary-navigation > li > .sub-menu {
    visibility: visible;
    max-height: unset;
    display: none;
    position: static;
    background: unset;
  }

  #menu-primary-navigation > li > .sub-menu > li + li {
    margin-left: 0;
  }

  /* .social-menu {
        display: none;
    } */
        .site-header .logo img {
          width: 30vw;
          height: auto;
        }

  .site-header .contactus, .site-header .signin {
    font-size: 0;
  }

  .site-header .first-header-row div {
    margin-right: 0;
  }

  .site-header .first-header-row div > * {
    display: block;
    height: 36px;
    line-height: 100%;
    background-size: contain;
    background-position: center;
    width: 46px;
    margin-right: 0;
  }

  .home .main-section .main-banner {
    overflow: hidden;
  }

  .home .main-section .main-banner img {
    margin-left: -35%;
    width: 150vw;
  }

  .home .main-section .main-page-menu {
    position: static;
  }

  .home .main-section nav ul {
    height: auto;
    padding: 0;
    background: none;
    flex-wrap: wrap;
    margin-top: -15px;
  }

  .home .main-section nav ul li {
    width: 50%;
    background-size: 500%;
    font-size: 0.75rem;
    height: 50px;
    position: relative;
  }

  .home .main-section nav ul li::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    border-top: 20px solid white;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 20px;
    border-left: 20px solid transparent;
    width: 0;
  }

  .single main {
    padding: 10vw 5vw;
  }

  .single .single_columns {
    flex-direction: column;
  }

  .single .single_columns > div {
    width: 100% !important;
  }

  .single .single_columns > div:first-of-type {
    margin-bottom: 2rem;
  }

  .single .zobacztakze {
    width: 100%;
  }

  .is-type-video .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }

  .is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .blok.bloktyp1 > .wp-block-columns {
    display: block;
  }

  .blok.bloktyp1 .wp-block-columns > .wp-block-column {
    width: 100%;
  }

  .blok.bloktyp1 figure {
    margin: 0;
  }

  .blok.bloktyp1, .blok.bloktyp2, .blok.bloktyp4 .wp-block-group, .blok.bloktyp3 .wp-block-group__inner-container {
    padding: 0 5vw;
    font-size: 1rem;
  }

  .blok.bloktyp4 .wp-block-group, .blok.bloktyp3 .wp-block-group__inner-container {
    width: unset;
  }

  .blok.bloktyp4 .wp-block-group {
    padding: 0 1vw;
  }

  .blok {
    font-size: 0.75rem;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
  }

  .blok h2, .blok.bloktyp1 h2 {
    font-size: 1rem;
  }

  .blok .wp-block-button {
    display: block;
    font-size: 1rem;
    line-height: unset;
  }

  .blok .wp-block-button::after, .blok .wp-block-button::before {
    border-width: 0 1rem 1rem 0;
  }

  .home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__media img {
    height: 200px;
  }

  .home .strona-glowna-slajder-duzy {
    padding: 0;
  }

  .home .strona-glowna-slajder-duzy .slick-slide {
    display: block;
  }

  .globe_search {
    margin: 0;
    display: block;
    padding: 5vw;
  }

  .globe_search > * {
    margin: 0;
  }

  .globe_search > img {
    margin: 0 auto 1rem;
    display: block;
  }

  .globe_search input[type="text"] {
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
  }

  .posts article {
    width: 100%;
    padding: 0 5vw;
  }

  .posts {
    display: block;
  }

  .posts h3 {
    font-size: 1rem;
  }

  .posts header time {
    font-size: 0.8rem;
  }

  .posts .news article {
    display: block;
  }

  .posts article .content {
    font-size: 1rem;
    line-height: unset;
  }

  .posts header h4 a {
    font-size: 1rem;
  }

  .thumbnail {
    width: auto;
  }

  body:not(.home) .blok.bloktyp1 .wp-block-embed-youtube iframe:first-of-type {
    height: calc(100vw * 0.5);
    width: 100%;
  }

  .blok.bloktyp1 .wp-block-embed-youtube iframe:first-of-type {
    height: calc(100vw * 0.5);
    width: 100%;
  }

  .blok.bloktyp12 {
    margin-bottom: 2vh;
  }

  .blok.bloktyp12 .wp-block-group {
    width: 100%;
  }

  .blok.bloktyp12 .wp-block-embed__wrapper {
    width: 100%;
  }

  .blok.bloktyp2 {
    margin-bottom: 2vh;
  }

  .blok.bloktyp2 img {
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
  }

  .blok.bloktyp2 .wp-block-columns {
    display: block;
  }

  .blok.bloktyp2 h2 {
    font-size: 1rem;
  }

  .blok.bloktyp2 > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-column:nth-child(2) {
    align-items: center;
  }

  .blok.bloktyp2 > .wp-block-columns > .wp-block-column:nth-child(2) h2 {
    font-size: 1rem;
    line-height: initial;
  }

  .stopka-witryny h6 {
    font-size: 1rem;
  }

  .stopka-witryny .helen-adresy a {
    line-height: initial;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .stopka-witryny .dolna-stopka .kontakt li b, .stopka-witryny .dolna-stopka .kontakt li:nth-child(2), .stopka-witryny .dolna-stopka .kontakt li a, .stopka-witryny .dolna-stopka .odnosniki b, .stopka-witryny .dolna-stopka .odnosniki a, .stopka-witryny .footer-menu a {
    font-size: 1rem;
    line-height: initial;
  }

  .stopka-witryny .dolna-stopka {
    display: block;
  }

  .stopka-witryny .dolna-stopka .odnosniki {
    margin: 2vh 0 0 0;
  }

  .home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__content {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp1 .wp-block-embed-youtube figcaption:first-of-type {
    font-size: 1rem;
    line-height: unset;
  }

  .page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera strong {
    font-size: 1rem;
  }

  .blok.bloktyp4 figure {
    font-size: 1rem;
  }

  .blok.bloktyp4 .wp-block-group__inner-container {
    flex-wrap: wrap;
  }

  .blok.bloktyp4 figure + figure {
    margin: 0;
  }

  .page-o-nas .blok.o-nas-2-grafiki-kolek .wp-block-group__inner-container {
    padding: 0 15vw;
  }

  .page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child strong {
    font-size: 1rem;
  }

  .page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure strong {
    font-size: 1rem;
  }

  .modul-blog .theloop article {
    display: block;
    font-size: 1rem;
  }

  .page-blog .theloop.onlythumbnail article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
  }

  .page-blog .modul-blog .theloop .thumbnail img {
    width: 100%;
  }

  .page-blog .modul-blog .theloop article h3 {
    margin-bottom: 1rem;
  }

  .page-blog .modul-blog .theloop article h3 a {
    color: #0474af;
    font-weight: 600;
  }

  .modul-blog .theloop {
    width: unset;
    padding: 0 5vw;
  }

  .modul-blog .theloop .thumbnail {
    margin-right: 0;
  }

  .modul-blog .theloop .wiecej a {
    font-size: 1rem;
  }

  .page-kontakt main {
    padding: 0 5vw;
  }

  .page-kontakt main > .wp-block-columns {
    display: block;
  }

  .page-kontakt main {
    font-size: 1rem;
  }

  .page-kontakt main > .wp-block-columns > .wp-block-column {
    width: auto;
  }

  .page-kontakt main h3 {
    font-size: 1rem;
  }

  h2 {
    font-size: 1rem;
  }

  .page-kontakt .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 97% !important;
  }

  .page-kontakt .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 1rem;
  }

  .page-kontakt .gform_wrapper .top_label input.medium, .page-kontakt .gform_wrapper .top_label select.medium, .page-kontakt .gform_wrapper .top_label textarea.medium {
    font-size: 1rem;
    height: auto;
    line-height: unset;
  }

  .page-kontakt .gchoice_select_all, .page-kontakt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, .page-kontakt .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
    font-size: 1rem;
    line-height: unset;
  }

  .page-kontakt #choice_3_17_1 {
    /*transform: scale(3.5);*/
  }

  .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
  }

  .page-kontakt .ginput_container_radio ul {
    display: block;
  }

  .page-kontakt .gchoice_select_all, .page-kontakt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .page-kontakt .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-size: 1rem;
  }

  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    transform: scale(3.5);
  }

  .blok.bloktyp4 img {
    width: 50%;
  }

  .page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english img {
    height: unset;
  }

  .blok.bloktyp4 .wp-block-group__inner-container img {
    margin: 0 auto 1rem auto;
  }

  .page-kursy .kategorie {
    flex-wrap: wrap;
  }

  .page-kursy .kategorie li {
    flex-basis: 45vw;
    height: 2rem;
    border-radius: 0 1rem 1rem 0;
    border-right-color: transparent;
    padding: 0 10px 0 10px;
    margin: 5px;
    border-width: 4px;
    flex-shrink: 0;
  }

  .page-kursy .kategorie li a .wiek {
    display: none;
  }

  .blok.bloktyp9 > .wp-block-columns {
    display: block;
    width: 100%;
    padding: 5vw;
  }

  .blok.bloktyp9 .wp-block-columns > .wp-block-column {
    width: 100%;
  }

  .page-kursy .kategorie {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3vw;
  }

  .page-kursy .kategorie a {
    font-size: 0.6rem;
    padding-right: 2rem;
    line-height: 2rem;
  }

  .page-kursy li.babies-bg::after {
    background-image: url("graphics/Babies.svg");
  }

  .page-kursy li.kids-bg::after {
    background-image: url("graphics/Kids.svg");
  }

  .page-kursy li.tweens-bg::after {
    background-image: url("graphics/Tweens.svg");
  }

  .page-kursy li.teens-bg::after {
    background-image: url("graphics/Teens.svg");
  }

  .page-kursy li.holiday-bg::after {
    background-image: url("graphics/Holiday.svg");
  }

  .page-kursy .kategorie li::after {
    height: 2rem;
    border: 0;
    width: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: -4px;
  }

  .page-kursy .kategorie .holiday-bg {
    flex-basis: 100%;
  }

  .blok > h2:first-of-type {
    line-height: unset;
    padding: 0 5vw;
  }

  .blok.bloktyp4 img {
    width: 100%;
  }

  .blok.bloktyp4 .wp-block-group__inner-container a {
    font-size: 1rem;
  }

  .blok.bloktyp11 td:nth-child(1) {
    font-size: 1rem;
    line-height: unset;
    height: unset;
  }

  .page-kursy h2.kategoriewstopce {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp10 .wp-block-button {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-width: 100%;
  }

  .posts .wiecej a {
    font-size: 1rem;
  }

  .blok {
    font-size: 1rem;
  }

  .tax-kategorie_kursow .kategorie {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tax-kategorie_kursow .kategorie a {
    font-size: 1rem;
  }

  .tax-kategorie_kursow .separator {
    display: none;
  }

  .tax-kategorie_kursow .kategoriewstopce {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .kurs h2 {
    font-size: 1rem;
    line-height: unset;
    text-align: center;
  }

  .guzik {
    font-size: 1rem;
    height: unset;
    line-height: unset;
    width: unset;
  }

  .guzik::after {
    background-size: cover;
    width: 1rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
  }

  .tax-kategorie_kursow .kurs {
    padding: 0 5vw;
    display: block;
  }

  .tax-kategorie_kursow .kurs .naglowek {
    margin: 0;
    display: block;
  }

  .tax-kategorie_kursow .miniatura {
    margin: 0;
  }

  .tax-kategorie_kursow .miniatura img {
    max-width: 100%;
    margin: auto;
    display: block;
  }

  .tax-kategorie_kursow .guzik {
    width: 100%;
    height: 2rem;
  }

  .tax-kategorie_kursow > h2:first-of-type {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow h2 {
    padding: 5vw;
  }

  .tax-kategorie_kursow h1 {
    font-size: 1rem;
    padding: 5px;
    height: unset;
    line-height: unset;
  }

  .tax-kategorie_kursow .szczegoly .kolumna1 .content p {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .kurs .szczegoly {
    display: block;
    padding: 0;
  }

  .tax-kategorie_kursow .szczegoly div:not(.kolumna2) li {
    list-style: initial;
  }

  .tax-kategorie_kursow .szczegoly li {
    height: unset;
  }

  .tax-kategorie_kursow .szczegoly ul {
    margin-bottom: 1rem;
  }

  .tax-kategorie_kursow .szczegoly ul li strong {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .szczegoly ul li span {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .szczegoly .kolumna2 li::before {
    height: 3rem;
    width: 3rem;
    left: -3.5rem;
  }

  .tax-kategorie_kursow .szczegoly .kolumna2 li + li {
    margin-left: 3.5rem;
  }

  .tax-kategorie_kursow .szczegoly .kolumna2 li {
    margin-left: 3.5rem;
  }

  .tax-kategorie_kursow .kategorie a {
    line-height: 2rem;
  }

  .tax-kategorie_kursow .szczegoly .kafelek {
    display: block;
    width: 100%;
  }

  .tax-kategorie_kursow .piosenka {
    height: unset;
    line-height: unset;
  }

  .tax-kategorie_kursow .piosenka span {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp1 .gform_title {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp1 .gform_fields input, .blok.bloktyp1 .gform_fields select {
    font-size: 1rem;
    width: 95%;
    color: #292b2c;
  }

  .blok.bloktyp1 .gform_fields input::placeholder, .blok.bloktyp1 .gform_fields select::placeholder {
    color: gray;
  }

  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    transform: none;
  }

  .blok.bloktyp1 .gform_fields li {
    flex-basis: 100%;
  }

  .blok.bloktyp1 .gform_fields input, .blok.bloktyp1 .gform_fields select {
    height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0;
    background-size: 2em;
    width: 97%;
  }

  .blok.bloktyp1 .gform_fields li:last-child {
    font-size: 1rem;
  }

  .blok.bloktyp1 .gform_fields input[type="checkbox"] {
    width: 4rem;
    height: 1.5rem;
  }

  .blok.bloktyp1 .gform_footer .gform_button {
    font-size: 1rem;
    width: 100%;
    height: 2rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow h2 {
    text-align: center;
    margin-top: 1rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow {
    font-size: 0.9rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-embed__wrapper {
    padding-top: 75%;
    position: relative;
  }

  /* .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow {position:relative;top:-75;} */
  .blok .wp-block-button a {
    white-space: unset;
  }

  .blok.bloktyp3 .wp-block-group__inner-container {
    display: block;
  }

  .blok.bloktyp3 .wp-block-group__inner-container a {
    font-size: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns {
    width: 100%;
    padding: 0 5vw;
    display: block;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app h2 {
    font-size: 1rem;
    text-align: center;
    line-height: unset;
    margin-bottom: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns .wp-block-column:nth-of-type(2) strong {
    font-size: 1rem;
  }

  .page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .blok > h2:first-of-type {
    text-align: center;
  }

  .page-zostan-nauczycielem .gform_fields {
    display: block;
  }

  .page-zostan-nauczycielem .gform_description {
    font-size: 1rem;
    line-height: unset;
  }

  .page-zostan-nauczycielem .gfield_label {
    font-size: 1rem;
    flex-basis: 60%;
  }

  .page-zostan-nauczycielem .gfield_required {
    font-size: 1rem;
  }

  .page-zostan-nauczycielem select {
    font-size: 1rem;
  }

  .page-zostan-nauczycielem .gfield_label {
    line-height: unset;
  }

  .page-zostan-nauczycielem .gfield_radio input + label {
    font-size: 0.8rem;
  }

  .page-zostan-nauczycielem input:not([type="checkbox"]), .page-zostan-nauczycielem select, .page-zostan-nauczycielem textarea {
    font-size: 0.8rem;
    height: 1.5rem;
    padding: 0 0.2rem;
  }

  .page-zostan-nauczycielem select {
    height: 1.5rem;
    line-height: unset;
  }

  .page-zostan-nauczycielem .gfield_radio {
    flex-direction: column;
  }

  .page-zostan-nauczycielem input[type="submit"] {
    height: 2rem;
  }

  .page-zostan-nauczycielem .file_upload input[type="file"] {
    width: auto;
  }

  .page-szkolenie-dla-nauczycieli .bloktyp2 strong {
    font-size: 1rem;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(1) strong {
    font-size: 1rem;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(2) {
    font-size: 1rem;
    line-height: unset;
  }

  .page-szkolenie-dla-nauczycieli .wp-block-group__inner-container h3 {
    font-size: 1rem;
    line-height: unset;
  }

  .modul-blog > h2 {
    font-size: 1rem;
  }

  .page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-franczyza .blok h2 {
    font-size: 1rem;
  }

  .page-franczyza .franczyza-3-slajder-yt {
    font-size: 1rem;
  }

  .page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group {
    flex-direction: column;
  }

  .blok.bloktyp4 .wp-block-group__inner-container img {
    margin: 20px;
    max-height: 4rem;
    max-width: 4rem;
    display: block;
    margin: auto;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group figure::after {
    border-width: 0 50px 50px 0;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy figcaption {
    flex-basis: 70%;
    padding: 3vw;
  }

  .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group + .wp-block-group {
    margin: 0;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy p {
    font-size: 1rem;
    min-height: unset;
    line-height: unset;
  }

  .page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach img {
    width: 100%;
    height: auto;
  }

  .page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button a {
    font-size: 1rem;
  }

  .page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto p {
    font-size: 1rem;
    line-height: unset;
    padding: 0;
  }

  .page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto figcaption {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .page-zostan-franczyzobiorca .gform_description {
    font-size: 1rem;
    line-height: unset;
  }

  .page-zostan-franczyzobiorca .gform_fields {
    display: block;
  }

  .page-zostan-franczyzobiorca .gfield_label, .page-zostan-franczyzobiorca label {
    font-size: 1rem;
    line-height: unset;
  }

  .page-zostan-franczyzobiorca .gfield_required {
    font-size: 1rem;
  }

  .page-zostan-franczyzobiorca input:not([type="checkbox"]), .page-zostan-franczyzobiorca select, .page-zostan-franczyzobiorca textarea {
    font-size: 1rem;
    line-height: unset;
    width: 100%;
  }

  .page-zostan-franczyzobiorca main {
    padding: 0 5vw;
  }

  .page-zostan-franczyzobiorca select {
    height: unset;
  }

  .page-zostan-franczyzobiorca .gfield_radio {
    flex-direction: column;
    align-items: center;
  }

  .page-zostan-franczyzobiorca .gfield_radio input + label {
    font-size: 1rem;
  }

  .page-zostan-franczyzobiorca .gfield_radio input + label::before, .page-zostan-franczyzobiorca .gfield_checkbox input + label::before {
    top: -25px;
  }

  .page-zostan-franczyzobiorca .gfield_radio li {
    width: 2rem;
  }

  .page-zostan-franczyzobiorca input[type="submit"] {
    height: 2rem;
  }

  .page-lokalizacje main {
    padding: 0 5vw;
  }

  .page-lokalizacje .columnsmap {
    display: block;
  }

  .page-lokalizacje .columnsmap > div:nth-child(1) {
    width: 100%;
    height: 25vh;
    position: static;
    display: block;
  }

  .page-lokalizacje .map-box {
    height: 100%;
  }

  .page-lokalizacje .columnsmap > div:nth-child(2) {
    padding: 0;
    width: 100%;
  }

  .page-lokalizacje .location-list > li {
    width: 32%;
    height: auto;
    min-height: 3rem;
    line-height: unset;
    font-size: 0.6rem;
    word-break: break-word;
  }

  .page-lokalizacje .location-list > li h5 {
    font-size: 0.5rem;
  }

  .page-aplikacje main {
    padding: 5vw;
  }

  .page-aplikacje .aplikacja {
    display: block;
  }

  .page-aplikacje .kolumna1 {
    width: 100%;
  }

  .page-aplikacje .kolumna1 img {
    width: auto;
  }

  .page-aplikacje .aplikacja h2 {
    font-size: 1rem;
    line-height: unset;
  }

  .page-aplikacje .kolumna2 {
    font-size: 1rem;
    line-height: unset;
    width: auto;
  }

  .page-aplikacje .wp-block-button a {
    line-height: 2rem;
    height: 2rem;
    font-size: 1rem;
    height: unset;
  }

  .page-aplikacje .wp-block-button {
    text-align: center;
  }

  .theloop.onlythumbnail {
    display: block;
  }

  .onlythumbnail .thumbnail {
    height: auto;
  }

  .theloop.onlythumbnail .thumbnail img {
    height: auto;
  }

  .onlythumbnail time {
    font-size: 1rem;
  }

  .theloop.onlythumbnail article h3 a {
    font-size: 1rem;
  }

  .onlythumbnail .more a {
    font-size: 1rem;
  }

  .hidemobile {
    display: none;
  }

  .onlythumbnail .more {
    visibility: hidden;
    height: 0;
    clear: both;
  }

  .page-aktualnosci .modul-blog .theloop article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .page-aktualnosci .modul-blog .theloop .thumbnail {
    float: right;
    width: 40%;
    margin-left: 1rem;
  }

  .page-aktualnosci .theloop.onlythumbnail article h3 a {
    color: #0474af;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: unset;
  }

  .page-aktualnosci .onlythumbnail time {
    font-size: 0.7rem;
  }

  .page-aktualnosci .theloop.onlythumbnail article h3 {
    margin: 0;
  }

  .page-nasze-historie-nauczyciele div.blogheader h2 {
    padding-left: 5vw;
  }

  .page-nasze-historie-2 div.blogheader h2 {
    color: #5f9501;
    padding-left: 5vw;
  }

  .page-nasze-historie-2 div.blogheader form {
    display: flex;
    align-items: center;
    transform: scale(1.5);
    margin-right: 10vw;
  }

  .page-nasze-historie-2 div.blogheader {
    display: flex;
    height: 100px;
    background: #f0f0f0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }

  .page-nasze-historie-nauczyciele div.blogheader form {
    margin-right: 5vw;
  }

  .page-zostan-nauczycielem #field_2_19 label::after {
    width: 66vw;
    height: 1.5rem;
    background-size: 1.5rem;
  }

  .page-zostan-nauczycielem textarea {
    width: 95%;
  }

  .page-zostan-nauczycielem .ginput_container_radio {
    margin-left: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column:nth-child(3) {
    display: flex;
    margin-top: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column:nth-child(3) figure {
    flex: 1;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column:nth-of-type(1) img {
    width: 65%;
    display: block;
    margin: auto;
  }

  .page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie figcaption {
    font-size: 1rem;
  }

  .page-uczniowie .uczniowie-5-grafiki-cwicz-swoj-angielski p {
    font-size: 1rem;
    padding: 0 5vw;
    margin-bottom: 1rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button::after {
    display: none;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button::before {
    display: none;
  }

  .page-kursy .kursy-6-wyprobuj-bezplatnie-nasze-kolumny-z-linkami .wp-block-group__inner-container img {
    max-width: unset;
    max-height: unset;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button {
    margin-bottom: 1em;
  }

  .page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie li::before {
    width: 1em;
    height: 1em;
    left: -1.5em;
    top: 17px;
  }

  .stopka-witryny .dolna-stopka .odnosniki div {
    display: block;
  }

  .page-konferencje h2 {
    font-size: 1.5rem;
    line-height: unset;
    text-align: center;
  }

  .page-konferencje main {
    font-size: 1rem;
    padding: 5vw;
  }

  .page-dostepne-lokalizacje .wp-block-group li:first-child {
    font-size: 1rem;
  }

  .page-dostepne-lokalizacje .wp-block-group p {
    font-size: 1rem;
    line-height: unset;
  }

  .page-dostepne-lokalizacje .wp-block-group a[href^="mailto:"] {
    font-size: 1rem;
    line-height: unset;
    background-size: 1rem;
    padding-left: 2rem;
  }

  .page-dostepne-lokalizacje .wp-block-group h2 {
    font-size: 1rem;
    line-height: unset;
  }

  .page-dostepne-lokalizacje .wp-block-group a[href^="tel:"] {
    height: auto;
  }

  .page-dostepne-lokalizacje .wp-block-group h2 {
    background-size: 1rem;
    padding-left: 2rem;
  }

  .page-dostepne-lokalizacje main {
    padding: 0;
    display: block;
  }

  .page-kontakt .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    transform: scale(3.5);
  }

  .page-kontakt .gfield_radio li {
    position: relative;
  }

  .page-kontakt .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
    width: unset;
    position: absolute;
    right: 30%;
    top: 0.5rem;
  }

  .page-zostan-nauczycielem .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
    width: unset;
  }

  .page-lokalizacje .location-list li:last-child {
    margin-right: auto;
  }

  .page-lokalizacje h3 {
    font-size: 0.8rem;
    line-height: unset;
  }

  #catapultCookie {
    font-size: 0.5rem;
  }

  .page-lokalizacje .location-list {
    display: none;
  }

  .page-lokalizacje .location-list.widoczne {
    display: flex;
  }

  .page-lokalizacje .naglowek_wojewodztwa {
    cursor: pointer;
  }

  .page-lokalizacje .naglowek_wojewodztwa::after {
    content: url('graphics/plus.png');
    color: black;
    background: black;
    filter: invert(100%);
    margin-left: 0.2rem;
    cursor: pointer;
  }

  .page-lokalizacje .naglowek_wojewodztwa.rozwiniete::after {
    content: url('graphics/minus.png');
    position: relative;
    background-color: transparent;
    bottom: 0.2rem;
  }

  .tax-kategorie_kursow .miniatury {
    display: flex;
    justify-content: space-evenly;
  }

  .tax-kategorie_kursow .szczegoly .kafelek {
    margin: 0;
    flex-basis: 45%;
    border-radius: 10%;
  }

  .tax-kategorie_kursow .kafelek span.pobierz {
    margin: auto;
    border-radius: 25px;
    padding-bottom: 25px;
    position: relative;
    top: 0.5rem;
  }

  .tax-kategorie_kursow .kafelek span.podejrzyj {
    margin: auto;
    border-radius: 25px;
    position: relative;
    top: -0.5rem;
  }

  .site-header .international {
    background-image: url("graphics/Polska.svg");
  }

  .site-header .international option:first-child span {
    display: none;
  }

  header .social-menu {
    display: none;
  }

  footer .social-menu a::before {
    font-size: 1.4rem;
    margin: auto;
  }

  footer .social-menu {
    justify-content: space-evenly;
    margin: 1rem 0;
    width: 100%;
  }

  footer .social-menu a {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }

  .ginput_recaptcha > div {
    margin-bottom: 10%;
    max-width: 100vw;
  }

  .page-kontakt .gform_wrapper .gform_footer input.button {
    height: 2rem;
    width: 75%;
    font-size: 1rem;
  }

  .page-kontakt .gform_wrapper .gchoice_3_17_1 input {
    position: relative;
    top: -1rem;
    left: 1rem;
    margin-right: 1rem;
  }

  .bloktyp10 .wp-block-columns {
    width: 100%;
  }

  .bloktyp10 .wp-block-column {
    padding: 0;
  }

  .site-header .logo img {
    width: 30vw;
    height: auto;
  }

  .site-header .contactus, .site-header .signin {
    font-size: 0;
  }

  .site-header .first-header-row div {
    margin-right: 0;
  }

  .site-header .first-header-row div > * {
    display: block;
    height: 36px;
    line-height: 100%;
    background-size: contain;
    background-position: center;
    width: 46px;
    margin-right: 0;
  }

  .home .main-section .main-banner {
    overflow: hidden;
  }

  .home .main-section .main-banner img {
    margin-left: -35%;
    width: 150vw;
  }

  .home .main-section .main-page-menu {
    position: static;
  }

  .home .main-section nav ul {
    height: auto;
    padding: 0;
    background: none;
    flex-wrap: wrap;
    margin-top: -15px;
  }

  .home .main-section nav ul li {
    width: 50%;
    background-size: 500%;
    font-size: 0.75rem;
    height: 50px;
    position: relative;
  }

  .home .main-section nav ul li::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    border-top: 20px solid white;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 20px;
    border-left: 20px solid transparent;
    width: 0;
  }

  .blok.bloktyp1 > .wp-block-columns {
    display: block;
  }

  .blok.bloktyp1 .wp-block-columns > .wp-block-column {
    width: 100%;
  }

  .blok.bloktyp1 figure {
    margin: 0;
  }

  .blok.bloktyp1, .blok.bloktyp2, .blok.bloktyp4 .wp-block-group, .blok.bloktyp3 .wp-block-group__inner-container {
    padding: 0 5vw;
    font-size: 1rem;
  }

  .blok.bloktyp4 .wp-block-group, .blok.bloktyp3 .wp-block-group__inner-container {
    width: unset;
  }

  .blok.bloktyp4 .wp-block-group {
    padding: 0 1vw;
  }

  .blok {
    font-size: 0.75rem;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
  }

  .blok h2, .blok.bloktyp1 h2 {
    font-size: 1rem;
  }

  .blok .wp-block-button {
    display: block;
    font-size: 1rem;
    line-height: unset;
  }

  .blok .wp-block-button::after, .blok .wp-block-button::before {
    border-width: 0 1rem 1rem 0;
  }

  .home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__media img {
    height: 200px;
  }

  .home .strona-glowna-slajder-duzy {
    padding: 0;
  }

  .home .strona-glowna-slajder-duzy .slick-slide {
    display: block;
  }

  .globe_search {
    margin: 0;
    display: block;
    padding: 5vw;
  }

  .globe_search > * {
    margin: 0;
  }

  .globe_search > img {
    margin: 0 auto 1rem;
    display: block;
  }

  .globe_search input[type="text"] {
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
  }

  .posts article {
    width: 100%;
    padding: 0 5vw;
  }

  .posts {
    display: block;
  }

  .posts h3 {
    font-size: 1rem;
  }

  .posts header time {
    font-size: 0.8rem;
  }

  .posts .news article {
    display: block;
  }

  .posts article .content {
    font-size: 1rem;
    line-height: unset;
  }

  .posts header h4 a {
    font-size: 1rem;
  }

  .thumbnail {
    width: auto;
  }

  body:not(.home) .blok.bloktyp1 .wp-block-embed-youtube iframe:first-of-type {
    height: calc(100vw * 0.5);
    width: 100%;
  }

  .blok.bloktyp1 .wp-block-embed-youtube iframe:first-of-type {
    height: calc(100vw * 0.5);
    width: 100%;
  }

  .blok.bloktyp12 {
    margin-bottom: 2vh;
  }

  .blok.bloktyp12 .wp-block-group {
    width: 100%;
  }

  .blok.bloktyp12 .wp-block-embed__wrapper {
    width: 100%;
  }

  .blok.bloktyp2 {
    margin-bottom: 2vh;
  }

  .blok.bloktyp2 img {
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
  }

  .blok.bloktyp2 .wp-block-columns {
    display: block;
  }

  .blok.bloktyp2 h2 {
    font-size: 1rem;
  }

  .blok.bloktyp2 > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-column:nth-child(2) {
    align-items: center;
  }

  .blok.bloktyp2 > .wp-block-columns > .wp-block-column:nth-child(2) h2 {
    font-size: 1rem;
    line-height: initial;
  }

  .stopka-witryny h6 {
    font-size: 1rem;
  }

  .stopka-witryny .helen-adresy a {
    line-height: initial;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .stopka-witryny .dolna-stopka .kontakt li b, .stopka-witryny .dolna-stopka .kontakt li:nth-child(2), .stopka-witryny .dolna-stopka .kontakt li a, .stopka-witryny .dolna-stopka .odnosniki b, .stopka-witryny .dolna-stopka .odnosniki a, .stopka-witryny .footer-menu a {
    font-size: 1rem;
    line-height: initial;
  }

  .stopka-witryny .dolna-stopka {
    display: block;
  }

  .stopka-witryny .dolna-stopka .odnosniki {
    margin: 2vh 0 0 0;
  }

  .home .strona-glowna-slajder-duzy .slick-slide .wp-block-media-text__content {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp1 .wp-block-embed-youtube figcaption:first-of-type {
    font-size: 1rem;
    line-height: unset;
  }

  .page-o-nas .o-nas-1-od-pomyslu-do-swiatowego-lidera strong {
    font-size: 1rem;
  }

  .blok.bloktyp4 figure {
    font-size: 1rem;
  }

  .blok.bloktyp4 .wp-block-group__inner-container {
    flex-wrap: wrap;
  }

  .blok.bloktyp4 figure + figure {
    margin: 0;
  }

  .page-o-nas .blok.o-nas-2-grafiki-kolek .wp-block-group__inner-container {
    padding: 0 15vw;
  }

  .page-nasza-metoda .nasza-metoda-1-jak-uczymy-angielskiego .wp-block-column:first-child strong {
    font-size: 1rem;
  }

  .page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english figure strong {
    font-size: 1rem;
  }

  .modul-blog .theloop article {
    display: block;
    font-size: 1rem;
  }

  .page-blog .theloop.onlythumbnail article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
  }

  .page-blog .modul-blog .theloop .thumbnail img {
    width: 100%;
  }

  .page-blog .modul-blog .theloop article h3 {
    margin-bottom: 1rem;
  }

  .page-blog .modul-blog .theloop article h3 a {
    color: #0474af;
    font-weight: 600;
  }

  .modul-blog .theloop {
    width: unset;
    padding: 0 5vw;
  }

  .modul-blog .theloop .thumbnail {
    margin-right: 0;
  }

  .modul-blog .theloop .wiecej a {
    font-size: 1rem;
  }

  .page-kontakt main {
    padding: 0 5vw;
  }

  .page-kontakt main > .wp-block-columns {
    display: block;
  }

  .page-kontakt main {
    font-size: 1rem;
  }

  .page-kontakt main > .wp-block-columns > .wp-block-column {
    width: auto;
  }

  .page-kontakt main h3 {
    font-size: 1rem;
  }

  h2 {
    font-size: 1rem;
  }

  .page-kontakt .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 97% !important;
  }

  .page-kontakt .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 1rem;
  }

  .page-kontakt .gform_wrapper .top_label input.medium, .page-kontakt .gform_wrapper .top_label select.medium, .page-kontakt .gform_wrapper .top_label textarea.medium {
    font-size: 1rem;
    height: auto;
    line-height: unset;
  }

  .page-kontakt .gchoice_select_all, .page-kontakt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, .page-kontakt .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
    font-size: 1rem;
    line-height: unset;
  }

  .page-kontakt #choice_3_17_1 {
    /*transform: scale(3.5);*/
  }

  .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
  }

  .page-kontakt .ginput_container_radio ul {
    display: block;
  }

  .page-kontakt .gchoice_select_all, .page-kontakt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .page-kontakt .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-size: 1rem;
  }

  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    transform: scale(3.5);
  }

  .blok.bloktyp4 img {
    width: 50%;
  }

  .page-nasza-metoda .nasza-metoda-3-cztery-zasady-helen-doron-english img {
    height: unset;
  }

  .blok.bloktyp4 .wp-block-group__inner-container img {
    margin: 0 auto 1rem auto;
  }

  .page-kursy .kategorie {
    flex-wrap: wrap;
  }

  .page-kursy .kategorie li {
    flex-basis: 45vw;
    height: 2rem;
    border-radius: 0 1rem 1rem 0;
    border-right-color: transparent;
    padding: 0 10px 0 10px;
    margin: 5px;
    border-width: 4px;
    flex-shrink: 0;
  }

  .page-kursy .kategorie li a .wiek {
    display: none;
  }

  .blok.bloktyp9 > .wp-block-columns {
    display: block;
    width: 100%;
    padding: 5vw;
  }

  .blok.bloktyp9 .wp-block-columns > .wp-block-column {
    width: 100%;
  }

  .page-kursy .kategorie {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3vw;
  }

  .page-kursy .kategorie a {
    font-size: 0.6rem;
    padding-right: 2rem;
    line-height: 2rem;
  }

  .page-kursy li.babies-bg::after {
    background-image: url("graphics/Babies.svg");
  }

  .page-kursy li.kids-bg::after {
    background-image: url("graphics/Kids.svg");
  }

  .page-kursy li.tweens-bg::after {
    background-image: url("graphics/Tweens.svg");
  }

  .page-kursy li.teens-bg::after {
    background-image: url("graphics/Teens.svg");
  }

  .page-kursy li.holiday-bg::after {
    background-image: url("graphics/Holiday.svg");
  }

  .page-kursy .kategorie li::after {
    height: 2rem;
    border: 0;
    width: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: -4px;
  }

  .page-kursy .kategorie .holiday-bg {
    flex-basis: 100%;
  }

  .blok > h2:first-of-type {
    line-height: unset;
    padding: 0 5vw;
  }

  .blok.bloktyp4 img {
    width: 100%;
  }

  .blok.bloktyp4 .wp-block-group__inner-container a {
    font-size: 1rem;
  }

  .blok.bloktyp11 td:nth-child(1) {
    font-size: 1rem;
    line-height: unset;
    height: unset;
  }

  .page-kursy h2.kategoriewstopce {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp10 .wp-block-button {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-width: 100%;
  }

  .posts .wiecej a {
    font-size: 1rem;
  }

  .blok {
    font-size: 1rem;
  }

  .tax-kategorie_kursow .kategorie {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tax-kategorie_kursow .kategorie a {
    font-size: 1rem;
  }

  .tax-kategorie_kursow .separator {
    display: none;
  }

  .tax-kategorie_kursow .kategoriewstopce {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .kurs h2 {
    font-size: 1rem;
    line-height: unset;
    text-align: center;
  }

  .guzik {
    font-size: 1rem;
    height: unset;
    line-height: unset;
    width: unset;
  }

  .guzik::after {
    background-size: cover;
    width: 1rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
  }

  .tax-kategorie_kursow .kurs {
    padding: 0 5vw;
    display: block;
  }

  .tax-kategorie_kursow .kurs .naglowek {
    margin: 0;
    display: block;
  }

  .tax-kategorie_kursow .miniatura {
    margin: 0;
  }

  .tax-kategorie_kursow .miniatura img {
    max-width: 100%;
    margin: auto;
    display: block;
  }

  .tax-kategorie_kursow .guzik {
    width: 100%;
    height: 2rem;
  }

  .tax-kategorie_kursow > h2:first-of-type {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow h2 {
    padding: 5vw;
  }

  .tax-kategorie_kursow h1 {
    font-size: 1rem;
    padding: 5px;
    height: unset;
    line-height: unset;
  }

  .tax-kategorie_kursow .szczegoly .kolumna1 .content p {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .kurs .szczegoly {
    display: block;
    padding: 0;
  }

  .tax-kategorie_kursow .szczegoly div:not(.kolumna2) li {
    list-style: initial;
  }

  .tax-kategorie_kursow .szczegoly li {
    height: unset;
  }

  .tax-kategorie_kursow .szczegoly ul {
    margin-bottom: 1rem;
  }

  .tax-kategorie_kursow .szczegoly ul li strong {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .szczegoly ul li span {
    font-size: 1rem;
    line-height: unset;
  }

  .tax-kategorie_kursow .szczegoly .kolumna2 li::before {
    height: 3rem;
    width: 3rem;
    left: -3.5rem;
  }

  .tax-kategorie_kursow .szczegoly .kolumna2 li + li {
    margin-left: 3.5rem;
  }

  .tax-kategorie_kursow .szczegoly .kolumna2 li {
    margin-left: 3.5rem;
  }

  .tax-kategorie_kursow .kategorie a {
    line-height: 2rem;
  }

  .tax-kategorie_kursow .szczegoly .kafelek {
    display: block;
    width: 100%;
  }

  .tax-kategorie_kursow .piosenka {
    height: unset;
    line-height: unset;
  }

  .tax-kategorie_kursow .piosenka span {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp1 .gform_title {
    font-size: 1rem;
    line-height: unset;
  }

  .blok.bloktyp1 .gform_fields input, .blok.bloktyp1 .gform_fields select {
    font-size: 1rem;
    width: 95%;
    color: #292b2c;
  }

  .blok.bloktyp1 .gform_fields input::placeholder, .blok.bloktyp1 .gform_fields select::placeholder {
    color: gray;
  }

  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    transform: none;
  }

  .blok.bloktyp1 .gform_fields li {
    flex-basis: 100%;
  }

  .blok.bloktyp1 .gform_fields input, .blok.bloktyp1 .gform_fields select {
    height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0;
    background-size: 2em;
    width: 97%;
  }

  .blok.bloktyp1 .gform_fields li:last-child {
    font-size: 1rem;
  }

  .blok.bloktyp1 .gform_fields input[type="checkbox"] {
    width: 4rem;
    height: 1.5rem;
  }

  .blok.bloktyp1 .gform_footer .gform_button {
    font-size: 1rem;
    width: 100%;
    height: 2rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow h2 {
    text-align: center;
    margin-top: 1rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow {
    font-size: 0.9rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-embed__wrapper {
    padding-top: 75%;
    position: relative;
  }

  /* .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow {position:relative;top:-75;} */
  .blok .wp-block-button a {
    white-space: unset;
  }

  .blok.bloktyp3 .wp-block-group__inner-container {
    display: block;
  }

  .blok.bloktyp3 .wp-block-group__inner-container a {
    font-size: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns {
    width: 100%;
    padding: 0 5vw;
    display: block;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app h2 {
    font-size: 1rem;
    text-align: center;
    line-height: unset;
    margin-bottom: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-columns .wp-block-column:nth-of-type(2) strong {
    font-size: 1rem;
  }

  .page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-ucz-razem-z-nami .ucz-z-nami-2-lista-broszura-czy-moge-zostac-nauczycielem .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-ucz-razem-z-nami .ucz-z-nami-4-pobierz-e-booka .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .blok > h2:first-of-type {
    text-align: center;
  }

  .page-zostan-nauczycielem .gform_fields {
    display: block;
  }

  .page-zostan-nauczycielem .gform_description {
    font-size: 1rem;
    line-height: unset;
  }

  .page-zostan-nauczycielem .gfield_label {
    font-size: 1rem;
    flex-basis: 60%;
  }

  .page-zostan-nauczycielem .gfield_required {
    font-size: 1rem;
  }

  .page-zostan-nauczycielem select {
    font-size: 1rem;
  }

  .page-zostan-nauczycielem .gfield_label {
    line-height: unset;
  }

  .page-zostan-nauczycielem .gfield_radio input + label {
    font-size: 0.8rem;
  }

  .page-zostan-nauczycielem input:not([type="checkbox"]), .page-zostan-nauczycielem select, .page-zostan-nauczycielem textarea {
    font-size: 0.8rem;
    height: 1.5rem;
    padding: 0 0.2rem;
  }

  .page-zostan-nauczycielem select {
    height: 1.5rem;
    line-height: unset;
  }

  .page-zostan-nauczycielem .gfield_radio {
    flex-direction: column;
  }

  .page-zostan-nauczycielem input[type="submit"] {
    height: 2rem;
  }

  .page-zostan-nauczycielem .file_upload input[type="file"] {
    width: auto;
  }

  .page-szkolenie-dla-nauczycieli .bloktyp2 strong {
    font-size: 1rem;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-1-blok-z-broszura .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(1) strong {
    font-size: 1rem;
  }

  .page-szkolenie-dla-nauczycieli .szkolenie-nauczycieli-2-5-dni-aby-rozpoczac-swoja-kariere .wp-block-columns .wp-block-column:nth-of-type(2) {
    font-size: 1rem;
    line-height: unset;
  }

  .page-szkolenie-dla-nauczycieli .wp-block-group__inner-container h3 {
    font-size: 1rem;
    line-height: unset;
  }

  .modul-blog > h2 {
    font-size: 1rem;
  }

  .page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-franczyza .blok h2 {
    font-size: 1rem;
  }

  .page-franczyza .franczyza-3-slajder-yt {
    font-size: 1rem;
  }

  .page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) {
    width: 100%;
  }

  .page-franczyza .franczyza-4-broszura-historia-helen-doron .wp-block-column:nth-last-of-type(1) p {
    font-size: 1rem;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group {
    flex-direction: column;
  }

  .blok.bloktyp4 .wp-block-group__inner-container img {
    margin: 20px;
    max-height: 4rem;
    max-width: 4rem;
    display: block;
    margin: auto;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group figure::after {
    border-width: 0 50px 50px 0;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy figcaption {
    flex-basis: 70%;
    padding: 3vw;
  }

  .franczyza-modele-1-ktory-model-franczyzowy > .wp-block-group > .wp-block-group__inner-container > .wp-block-group + .wp-block-group {
    margin: 0;
  }

  .page-modele-franczyzowe .franczyza-modele-1-ktory-model-franczyzowy p {
    font-size: 1rem;
    min-height: unset;
    line-height: unset;
  }

  .page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach img {
    width: 100%;
    height: auto;
  }

  .page-modele-franczyzowe .franczyza-modele-2-broszura-info-o-modelach .wp-block-button a {
    font-size: 1rem;
  }

  .page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto p {
    font-size: 1rem;
    line-height: unset;
    padding: 0;
  }

  .page-modele-franczyzowe .franczyza-modele-3-grafiki-z-opisami-dlaczego-warto figcaption {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .page-zostan-franczyzobiorca .gform_description {
    font-size: 1rem;
    line-height: unset;
  }

  .page-zostan-franczyzobiorca .gform_fields {
    display: block;
  }

  .page-zostan-franczyzobiorca .gfield_label, .page-zostan-franczyzobiorca label {
    font-size: 1rem;
    line-height: unset;
  }

  .page-zostan-franczyzobiorca .gfield_required {
    font-size: 1rem;
  }

  .page-zostan-franczyzobiorca input:not([type="checkbox"]), .page-zostan-franczyzobiorca select, .page-zostan-franczyzobiorca textarea {
    font-size: 1rem;
    line-height: unset;
    width: 100%;
  }

  .page-zostan-franczyzobiorca main {
    padding: 0 5vw;
  }

  .page-zostan-franczyzobiorca select {
    height: unset;
  }

  .page-zostan-franczyzobiorca .gfield_radio {
    flex-direction: column;
    align-items: center;
  }

  .page-zostan-franczyzobiorca .gfield_radio input + label {
    font-size: 1rem;
  }

  .page-zostan-franczyzobiorca .gfield_radio input + label::before, .page-zostan-franczyzobiorca .gfield_checkbox input + label::before {
    top: -25px;
  }

  .page-zostan-franczyzobiorca .gfield_radio li {
    width: 2rem;
  }

  .page-zostan-franczyzobiorca input[type="submit"] {
    height: 2rem;
  }

  .page-lokalizacje main {
    padding: 0 5vw;
  }

  .page-lokalizacje .columnsmap {
    display: block;
  }

  .page-lokalizacje .columnsmap > div:nth-child(1) {
    width: 100%;
    height: 25vh;
    position: static;
    display: block;
  }

  .page-lokalizacje .map-box {
    height: 100%;
  }

  .page-kontakt .map-box {
    height: 100%;
  }

  .page-lokalizacje .columnsmap > div:nth-child(2) {
    padding: 0;
    width: 100%;
  }

  .page-lokalizacje .location-list > li {
    width: 32%;
    height: auto;
    min-height: 3rem;
    line-height: unset;
    font-size: 0.6rem;
    word-break: break-word;
  }

  .page-lokalizacje .location-list > li h5 {
    font-size: 0.5rem;
  }

  .page-aplikacje main {
    padding: 5vw;
  }

  .page-aplikacje .aplikacja {
    display: block;
  }

  .page-aplikacje .kolumna1 {
    width: 100%;
  }

  .page-aplikacje .kolumna1 img {
    width: auto;
  }

  .page-aplikacje .aplikacja h2 {
    font-size: 1rem;
    line-height: unset;
  }

  .page-aplikacje .kolumna2 {
    font-size: 1rem;
    line-height: unset;
    width: auto;
  }

  .page-aplikacje .wp-block-button a {
    line-height: 2rem;
    height: 2rem;
    font-size: 1rem;
    height: unset;
  }

  .page-aplikacje .wp-block-button {
    text-align: center;
  }

  .theloop.onlythumbnail {
    display: block;
  }

  .onlythumbnail .thumbnail {
    height: auto;
  }

  .theloop.onlythumbnail .thumbnail img {
    height: auto;
  }

  .onlythumbnail time {
    font-size: 1rem;
  }

  .theloop.onlythumbnail article h3 a {
    font-size: 1rem;
  }

  .onlythumbnail .more a {
    font-size: 1rem;
  }

  .hidemobile {
    display: none;
  }

  .onlythumbnail .more {
    visibility: hidden;
    height: 0;
    clear: both;
  }

  .page-aktualnosci .modul-blog .theloop article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .page-aktualnosci .modul-blog .theloop .thumbnail {
    float: right;
    width: 40%;
    margin-left: 1rem;
  }

  .page-aktualnosci .theloop.onlythumbnail article h3 a {
    color: #0474af;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: unset;
  }

  .page-aktualnosci .onlythumbnail time {
    font-size: 0.7rem;
  }

  .page-aktualnosci .theloop.onlythumbnail article h3 {
    margin: 0;
  }

  .page-nasze-historie-nauczyciele div.blogheader h2 {
    padding-left: 5vw;
  }

  .page-nasze-historie-2 div.blogheader h2 {
    color: #5f9501;
    padding-left: 5vw;
  }

  .page-nasze-historie-2 div.blogheader form {
    display: flex;
    align-items: center;
    transform: scale(1.5);
    margin-right: 10vw;
  }

  .page-nasze-historie-2 div.blogheader {
    display: flex;
    height: 100px;
    background: #f0f0f0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }

  .page-nasze-historie-nauczyciele div.blogheader form {
    margin-right: 5vw;
  }

  .page-zostan-nauczycielem #field_2_19 label::after {
    width: 66vw;
    height: 1.5rem;
    background-size: 1.5rem;
  }

  .page-zostan-nauczycielem textarea {
    width: 95%;
  }

  .page-zostan-nauczycielem .ginput_container_radio {
    margin-left: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column:nth-child(3) {
    display: flex;
    margin-top: 1rem;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column:nth-child(3) figure {
    flex: 1;
  }

  .page-uczniowie .uczniowie-6-czarny-blok-enjoy-free-radio-app .wp-block-column:nth-of-type(1) img {
    width: 65%;
    display: block;
    margin: auto;
  }

  .page-uczniowie .uczniowie-4-slajder-yt-sluchaj-i-ucz-sie figcaption {
    font-size: 1rem;
  }

  .page-uczniowie .uczniowie-5-grafiki-cwicz-swoj-angielski p {
    font-size: 1rem;
    padding: 0 5vw;
    margin-bottom: 1rem;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button::after {
    display: none;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button::before {
    display: none;
  }

  .page-kursy .kursy-6-wyprobuj-bezplatnie-nasze-kolumny-z-linkami .wp-block-group__inner-container img {
    max-width: unset;
    max-height: unset;
  }

  .page-uczniowie .uczniowie-1-angielski-dla-nastolatkow .wp-block-button {
    margin-bottom: 1em;
  }

  .page-franczyza .franczyza-2-lista-broszura-czy-franczyza-jest-dla-mnie li::before {
    width: 1em;
    height: 1em;
    left: -1.5em;
    top: 17px;
  }

  .stopka-witryny .dolna-stopka .odnosniki div {
    display: block;
  }

  .page-konferencje h2 {
    font-size: 1.5rem;
    line-height: unset;
    text-align: center;
  }

  .page-konferencje main {
    font-size: 1rem;
    padding: 5vw;
  }

  .page-dostepne-lokalizacje .wp-block-group li:first-child {
    font-size: 1rem;
  }

  .page-dostepne-lokalizacje .wp-block-group p {
    font-size: 1rem;
    line-height: unset;
  }

  .page-dostepne-lokalizacje .wp-block-group a[href^="mailto:"] {
    font-size: 1rem;
    line-height: unset;
    background-size: 1rem;
    padding-left: 2rem;
  }

  .page-dostepne-lokalizacje .wp-block-group h2 {
    font-size: 1rem;
    line-height: unset;
  }

  .page-dostepne-lokalizacje .wp-block-group a[href^="tel:"] {
    height: auto;
  }

  .page-dostepne-lokalizacje .wp-block-group h2 {
    background-size: 1rem;
    padding-left: 2rem;
  }

  .page-dostepne-lokalizacje main {
    padding: 0;
    display: block;
  }

  .page-kontakt .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    transform: scale(3.5);
  }

  .page-kontakt .gfield_radio li {
    position: relative;
  }

  .page-kontakt .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
    width: unset;
    position: absolute;
    right: 30%;
    top: 0.5rem;
  }

  .page-zostan-nauczycielem .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
    width: unset;
  }

  .page-lokalizacje .location-list li:last-child {
    margin-right: auto;
  }

  .page-lokalizacje h3 {
    font-size: 0.8rem;
    line-height: unset;
  }

  #catapultCookie {
    font-size: 0.5rem;
  }

  .page-lokalizacje .location-list {
    display: none;
  }

  .page-lokalizacje .location-list.widoczne {
    display: flex;
  }

  .page-lokalizacje .naglowek_wojewodztwa {
    cursor: pointer;
    display: block;
  }

  .page-lokalizacje .naglowek_wojewodztwa::after {
    content: url('graphics/plus.png');
    color: black;
    background: black;
    filter: invert(100%);
    margin-left: 0.2rem;
    cursor: pointer;
  }

  .page-lokalizacje .naglowek_wojewodztwa.rozwiniete::after {
    content: url('graphics/minus.png');
    position: relative;
    background-color: transparent;
    bottom: 0.2rem;
  }

  .tax-kategorie_kursow .miniatury {
    display: flex;
    justify-content: space-evenly;
  }

  .tax-kategorie_kursow .szczegoly .kafelek {
    margin: 0;
    flex-basis: 45%;
    border-radius: 10%;
  }

  .tax-kategorie_kursow .kafelek span.pobierz {
    margin: auto;
    border-radius: 25px;
    padding-bottom: 25px;
    position: relative;
    top: 0.5rem;
  }

  .tax-kategorie_kursow .kafelek span.podejrzyj {
    margin: auto;
    border-radius: 25px;
    position: relative;
    top: -0.5rem;
  }

  .site-header .international {
    background-image: url("graphics/Polska.svg");
  }

  .site-header .international option:first-child span {
    display: none;
  }

  header .social-menu {
    display: none;
  }

  footer .social-menu a::before {
    font-size: 1.4rem;
    margin: auto;
  }

  footer .social-menu {
    justify-content: space-evenly;
    margin: 1rem 0;
    width: 100%;
  }

  footer .social-menu a {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }

  .ginput_recaptcha > div {
    margin-bottom: 10%;
    max-width: 100vw;
  }

  .page-kontakt .gform_wrapper .gform_footer input.button {
    height: 2rem;
    width: 75%;
    font-size: 1rem;
  }

  .page-kontakt .gform_wrapper .gchoice_3_17_1 input {
    position: relative;
    top: -1rem;
    left: 1rem;
    margin-right: 1rem;
  }

  .bloktyp10 .wp-block-columns {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
  }

  .bloktyp10 .wp-block-column:first-of-type {
    display: none;
  }

  .bloktyp10 .wp-block-column {
    width: 100% !important;
    padding: 0;
  }

  .schools-search-list .buttons {
    flex-direction: column;
  }

  .schools-search-list .buttons a {
    width: 95%;
    margin-bottom: 10px;
  }

  .schools-search-list .buttons a:last-of-type {
    margin-bottom: 0;
  }
}
