/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 800;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 700;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  box-sizing: border-box;
}

body {
  font-family: "Spartan", sans-serif;
  color: #192026;
  padding-top: 100px;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 1500px) {
  body {
    padding-top: 80px;
  }
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  transition: all 0.5s;
}

.container {
  width: 100%;
  max-width: 1175px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

img {
  max-width: 100%;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  margin: 0 26px 10px 9px;
  color: #fff;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    margin: 0 34px 10px 0;
  }
}
.breadcrumbs li:not(:last-child) {
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  right: -21px;
  color: #fff;
  position: absolute;
}
.breadcrumbs a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid #fff;
}
.breadcrumbs span {
  background: #fff;
  color: #33ffcc;
  font-weight: bold;
  padding: 0 5px;
}

.module__embed__inner iframe {
  max-width: 100%;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

button {
  color: inherit;
  -webkit-appearance: none;
}

.display_sm {
  display: none;
}
@media (min-width: 576px) {
  .display_sm {
    display: block;
  }
}

.display_mobile {
  display: block;
}
@media (min-width: 576px) {
  .display_mobile {
    display: none;
  }
}

.masterclass {
  min-height: 100vh;
  background: #000;
  padding-top: 0;
}
.masterclass img {
  height: auto;
}
.masterclass p {
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .masterclass p {
    font-size: 16px;
    line-height: 24px;
  }
}
.masterclass .logo_mobile_only {
  display: inline-block;
}
@media (min-width: 1024px) {
  .masterclass .logo_mobile_only {
    display: none;
  }
}
.masterclass .logo_desktop_only {
  display: none;
}
@media (min-width: 1024px) {
  .masterclass .logo_desktop_only {
    display: inline-block;
  }
}
.masterclass .hide_mobile {
  display: none;
}
@media (min-width: 768px) {
  .masterclass .hide_mobile {
    display: inline-block;
  }
}
.masterclass .hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 1.8rem;
  width: 2.4rem;
  height: 1.8rem;
  overflow: hidden;
  z-index: 15;
  transition: 0.3s all;
  margin-left: 40px;
}
.masterclass .hamburger__line {
  display: block;
  min-width: 2.5rem;
  min-height: 0.3rem;
  width: 2.5rem;
  height: 0.3rem;
  background-color: #33ffcc;
  border-radius: 0;
  transition: 0.3s all;
}
.masterclass .hamburger__line--top, .masterclass .hamburger__line--middle {
  margin-bottom: 0.5rem;
}
.hamburger--active .masterclass .hamburger__line--top {
  transform: rotate(45deg) translate(0.6rem, 0.6rem);
}
.hamburger--active .masterclass .hamburger__line--middle {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.hamburger--active .masterclass .hamburger__line--bottom {
  transform: rotate(-45deg) translate(0.5rem, -0.6rem);
}
.masterclass .hamburger {
  background: #33ffcc;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  align-items: center;
}
.masterclass .hamburger__line {
  background: #fff;
  width: 15px;
  min-width: 15px;
  border-radius: 1px;
  height: 1px;
}
.masterclass .hamburger__line--top {
  margin-bottom: 3px;
}
.masterclass .hamburger__line--middle {
  margin-bottom: 3px;
}
.masterclass .hamburger--active .hamburger__line--top {
  transform: rotate(45deg) translate(0.4rem, 0.4rem);
}
.masterclass .hamburger--active .hamburger__line--bottom {
  transform: rotate(-45deg) translate(0.4rem, -0.4rem);
}
.masterclass .header {
  background: transparent;
  padding-top: 40px;
  z-index: 100;
}
@media (max-width: 1023px) {
  .masterclass .header {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .masterclass .header {
    padding-top: 15px;
    transition: 0.5s all;
  }
  .masterclass .header--hidden {
    transform: translateY(-100px);
  }
}
.masterclass .header .container {
  align-items: center;
}
.masterclass .header__nav {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.masterclass .header__nav .masterclass_menu {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .masterclass .header__nav .masterclass_menu {
    border: none;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1024px) {
  .masterclass .header__nav .masterclass_menu {
    padding-left: 110px;
    flex-grow: 1;
    text-align: center;
  }
}
.masterclass .header__nav .masterclass_menu li {
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .masterclass .header__nav {
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.masterclass .header__right, .masterclass .header__logo .master_mobile {
  display: inline-block;
}
@media (min-width: 1024px) {
  .masterclass .header__right, .masterclass .header__logo .master_mobile {
    display: none;
  }
}
.masterclass__youtube_video {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .masterclass__youtube_video {
    padding: 4rem 0 2rem;
  }
}
.masterclass__youtube_video a {
  position: relative;
  display: block;
}
.masterclass__youtube_video a img {
  display: block;
}
.masterclass__youtube_video a:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: url("../images/video_play.svg") center center no-repeat rgba(0, 0, 0, 0.7);
  background-size: 60px auto;
  opacity: 0.6;
  transition: 0.3s all;
  z-index: 1;
}
.masterclass__youtube_video a:hover::after {
  opacity: 1;
  background-color: transparent;
}
.masterclass__youtube_video img {
  border: 8px solid #fff;
}
.masterclass .header__nav > ul.masterclass_menu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.masterclass .btn,
.masterclass input[type=submit] {
  background: #0fdaa8;
  border-radius: 0;
  color: #fff;
  line-height: 1;
  border: 2px solid #0fdaa8;
}
.masterclass .btn:hover,
.masterclass input[type=submit]:hover {
  background: transparent;
  border: 2px solid #35eabd;
}
@media (max-width: 1023px) {
  .masterclass .btn,
.masterclass input[type=submit] {
    padding: 14px 32px;
  }
}
.masterclass .btn--blue {
  background: #1b4898;
  border-color: #1b4898;
}
.masterclass .btn--blue:hover {
  border-color: #1b4898;
}
.masterclass .menu_buttons .btn {
  border-radius: 12px;
  padding: 5.5px 12px 4px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  height: 24px;
}
.masterclass .menu_buttons .btn:hover {
  color: #fff;
}

.footer_masterclass {
  text-align: center;
  padding: 10rem 0;
  line-height: 2.5rem;
  color: #fff;
  background: #000;
}
@media (max-width: 767px) {
  .footer_masterclass {
    padding: 4rem 0 4rem;
  }
}
.footer_masterclass a {
  text-decoration: none;
}
.footer_masterclass p {
  margin-bottom: 1.6rem;
}
.footer_masterclass p img {
  margin-bottom: 1.6rem;
}
.footer_masterclass p strong {
  font-weight: bold;
  color: #33ffcc;
}
.footer_masterclass__columns {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .footer_masterclass__columns {
    flex-direction: column;
  }
}
.footer_masterclass__column {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .footer_masterclass__column {
    width: 100%;
  }
}
.footer_masterclass__column--kontakt {
  font-size: 1.8rem;
}
.footer_masterclass__column--kontakt a {
  font-weight: bold;
  color: #33ffcc;
}
.footer_masterclass__column--copyrights {
  font-size: 1.6rem;
  color: #33ffcc;
}
.footer_masterclass__column--copyrights a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
}

.section_masterclass {
  color: #fff;
  padding: 15rem 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .section_masterclass {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .section_masterclass {
    padding: 8rem 0 4rem;
  }
  .section_masterclass:first-of-type {
    padding: 8rem 0 4rem;
  }
}
.section_masterclass.section--smaller .container {
  max-width: 970px;
  margin: 0 auto;
}
.section_masterclass h1 {
  font-weight: 900;
  font-size: 36px;
}
.section_masterclass__nadtytul {
  font-size: 1.6rem;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 1.6rem;
  width: 100%;
}
.section_masterclass__tytul {
  color: #33ffcc;
  text-align: center;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .section_masterclass__tytul {
    font-size: 34px;
  }
}
.page-szkolenie-masterclass .section_masterclass .section_masterclass__tytul {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .page-szkolenie-masterclass .section_masterclass .section_masterclass__tytul {
    font-size: 34px;
  }
}
.section_masterclass__opis {
  text-align: center;
}
.section_masterclass__opis i,
.section_masterclass__opis em {
  font-style: normal;
  color: #33ffcc;
}
.section_masterclass__opis i a,
.section_masterclass__opis em a {
  color: #33ffcc;
  text-decoration: none;
}
.section_masterclass.bg-niebieskie {
  background-color: #1b37a0;
}
.section_masterclass.bg-ciemne {
  background-color: #001321;
}
.section_masterclass.bg-czarne {
  background-color: #000;
}
.section_masterclass-parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 56rem;
}
.section_masterclass__two_columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .section_masterclass__two_columns {
    margin-top: 3rem;
  }
}
.section_masterclass__two_columns h1 {
  color: #33ffcc;
  margin-top: 0;
}
.section_masterclass__two_columns h3 {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .section_masterclass__two_columns h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.section_masterclass__two_columns h3 + p {
  font-size: 16px;
  line-height: 24px;
}
.section_masterclass__two_columns h4 {
  color: #33ffcc;
}
.section_masterclass__two_columns__column {
  width: 50%;
}
.section_masterclass__two_columns__column--column_2 {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .section_masterclass__two_columns__column--column_2 {
    padding: 0;
  }
}
.section_masterclass__two_columns__column--youtube_video {
  background: url("../images/home_vide_bg.svg") center center no-repeat transparent;
  background-size: contain;
}
.section_masterclass__two_columns__column--youtube_video a {
  float: left;
}
.section_masterclass__two_columns__column--youtube_video a img {
  float: left;
}
.section_masterclass__two_columns + .over_btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section_masterclass__two_columns {
    flex-direction: column;
  }
  .section_masterclass__two_columns__column {
    text-align: center;
    width: 100%;
  }
}
.section_masterclass#sekcja_czesc .section_masterclass__two_columns {
  align-items: flex-start;
}
.section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column p {
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column p {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column h4 {
  font-size: 17px;
  line-height: 25px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column h4 strong {
  color: #fff;
}
.section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column:first-child {
  width: 40%;
}
@media (max-width: 767px) {
  .section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column:first-child {
    width: 100%;
  }
  .section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column:first-child div {
    text-align: center !important;
  }
}
.section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column:last-child {
  width: 60%;
}
@media (max-width: 767px) {
  .section_masterclass#sekcja_czesc .section_masterclass__two_columns .section_masterclass__two_columns__column:last-child {
    width: 100%;
  }
}
.section_masterclass ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.section_masterclass ul li {
  background: url("../images/punktor.svg") left top no-repeat transparent;
  padding-left: 32px;
  margin-bottom: 20px;
}
.section_masterclass .over_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_masterclass .wpcf7 {
  text-align: left;
}
.section_masterclass .wpcf7 input[type=text],
.section_masterclass .wpcf7 input[type=tel],
.section_masterclass .wpcf7 input[type=email] {
  border: none;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 16px;
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
}
.section_masterclass .wpcf7 p {
  font-size: 11px;
}
.section_masterclass .wpcf7 input[type=submit] {
  transition: 0.3s all;
}
.section_masterclass .wpcf7 input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.section_masterclass .wpcf7 .wpcf7-acceptance {
  position: relative;
  z-index: 2;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  margin-left: 2.9rem;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.9rem;
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  border: 6px solid #fff;
  border-radius: 50%;
  margin-right: 1rem;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  left: -3.7rem;
  top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  border-radius: 50%;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #fff;
  transition: 0.3s all;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: #fff;
}
.section_masterclass .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.section_masterclass .wpcf7 .over_btn {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section_masterclass .wpcf7 .wpcf7-form {
    font-size: 11px;
  }
}
.section_masterclass .wpcf7 .wpcf7-form-control.wpcf7-acceptance {
  display: block;
  margin-bottom: 16px;
}
.section_masterclass .wpcf7 .wpcf7-acceptance input + span:after {
  background: #fa9c22;
  content: "";
  width: 10px;
  height: 10px;
}
.section_masterclass .wpcf7 .wpcf7-acceptance input:checked + span:after {
  visibility: visible;
  opacity: 1;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 4.2rem;
}
.section_masterclass .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before {
  left: -4.2rem;
  border: 6px solid #fff;
  width: 9px;
  height: 9px;
  background: #fff;
}
.section_masterclass .form_columns {
  display: flex;
  margin-top: 70px;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section_masterclass .form_columns__column {
  max-width: 50% !important;
  padding: 0 15px;
}
.section_masterclass .form_columns__column--minus {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .section_masterclass .form_columns {
    flex-direction: column;
  }
  .section_masterclass .form_columns__column {
    padding: 0;
    max-width: 100% !important;
  }
  .section_masterclass .form_columns__column--minus {
    margin-top: 0;
  }
  .section_masterclass .form_columns__column .wpcf7-acceptance {
    margin: 15px 0;
  }
  .section_masterclass .form_columns__column .wpcf7-list-item {
    margin: 0;
  }
}
.section_masterclass .prowadzacy {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15rem 0 12rem;
}
@media (max-width: 767px) {
  .section_masterclass .prowadzacy {
    flex-direction: column-reverse;
    margin: 8rem 0 3rem;
  }
}
.section_masterclass .prowadzacy:last-child {
  margin-bottom: 0;
}
.section_masterclass .prowadzacy:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section_masterclass .prowadzacy:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
}
.section_masterclass .prowadzacy:nth-child(2n+1) .prowadzacy__column {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .section_masterclass .prowadzacy:nth-child(2n+1) .prowadzacy__column {
    padding: 0;
    width: 100%;
  }
}
.section_masterclass .prowadzacy__name {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section_masterclass .prowadzacy__name {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
    padding: 0 10px;
  }
}
.section_masterclass .prowadzacy__opis {
  letter-spacing: 0.02em;
}
.section_masterclass .prowadzacy__opis p {
  font-size: 14px;
  line-height: 22px;
}
.section_masterclass .prowadzacy__opis strong {
  color: #33ffcc;
}
@media (max-width: 767px) {
  .section_masterclass .prowadzacy__opis {
    text-align: center;
  }
}
.section_masterclass .prowadzacy__column {
  width: calc(100% - 380px);
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .section_masterclass .prowadzacy__column {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section_masterclass .prowadzacy__overimg {
  width: 380px;
  max-width: 100%;
}
.section_masterclass .prowadzacy__www {
  text-decoration: none;
  color: #ffb300;
  font-weight: bold;
}
.section_masterclass .prowadzacy__www:hover {
  color: #fff;
}
.section_masterclass .prowadzacy__linkedin {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-end;
  transition: 0.3s all;
}
.section_masterclass .prowadzacy__linkedin svg path {
  transition: 0.3s all;
}
.section_masterclass .prowadzacy__linkedin:hover {
  color: #33ffcc;
}
.section_masterclass .prowadzacy__linkedin:hover svg path {
  fill: #33ffcc;
}
.section_masterclass .prowadzacy__linkedin svg {
  margin-right: 8px;
}

#konsultacje .section_masterclass__two_columns__column--column {
  text-align: right;
}

.page-szkolenie-masterclass #o-szkoleniu .container,
.page-rejestracja-masterclass #czego-sie-dowiesz .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-szkolenie-masterclass #o-szkoleniu .container .section_masterclass__two_columns,
.page-rejestracja-masterclass #czego-sie-dowiesz .container .section_masterclass__two_columns {
  width: 90%;
}
.page-szkolenie-masterclass #o-szkoleniu .container .section_masterclass__two_columns .section_masterclass__two_columns__column,
.page-rejestracja-masterclass #czego-sie-dowiesz .container .section_masterclass__two_columns .section_masterclass__two_columns__column {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-szkolenie-masterclass #o-szkoleniu .container,
.page-rejestracja-masterclass #czego-sie-dowiesz .container {
    align-items: flex-start;
  }
  .page-szkolenie-masterclass #o-szkoleniu .container .section_masterclass__two_columns .section_masterclass__two_columns__column,
.page-rejestracja-masterclass #czego-sie-dowiesz .container .section_masterclass__two_columns .section_masterclass__two_columns__column {
    justify-content: flex-start;
    padding: 0;
  }
  .page-szkolenie-masterclass #o-szkoleniu .container ul,
.page-rejestracja-masterclass #czego-sie-dowiesz .container ul {
    margin: 0;
  }
  .page-szkolenie-masterclass #o-szkoleniu .container ul li,
.page-rejestracja-masterclass #czego-sie-dowiesz .container ul li {
    text-align: left;
  }
}

.page-rejestracja-masterclass #o-szkoleniu .section_masterclass__two_columns .section_masterclass__two_columns__column:first-child {
  width: 60%;
}
.page-rejestracja-masterclass #o-szkoleniu .section_masterclass__two_columns .section_masterclass__two_columns__column:last-child {
  width: 40%;
}
@media (max-width: 767px) {
  .page-rejestracja-masterclass #o-szkoleniu .section_masterclass__two_columns .section_masterclass__two_columns__column:first-child, .page-rejestracja-masterclass #o-szkoleniu .section_masterclass__two_columns .section_masterclass__two_columns__column:last-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #dziekujemy h1 {
    color: #33ffcc;
    font-size: 30px;
  }
  #dziekujemy a {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
  }
  #dziekujemy a:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
  }

  #rejestracja .section_masterclass__tytul {
    font-size: 28px;
  }

  #sekcja_video .masterclass__youtube_video {
    position: absolute;
    transform: translateY(66%);
    padding: 50px 15px;
  }
  #sekcja_video .section_masterclass__two_columns {
    margin-top: 0;
  }
  #sekcja_video .section_masterclass__two_columns__column--column_2 img {
    max-width: 80%;
  }
  #sekcja_video .section_masterclass__two_columns__column h3 {
    padding-top: 120%;
  }
}
.header__nav > ul > li {
  margin-bottom: 0;
}
.header__nav > ul > li > a {
  border-top: 4px solid transparent;
}