html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.section {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width : 1199px) {
  .section {
    width: 900px;
  }
}
@media only screen and (max-width : 991px) {
  .section {
    width: 720px;
  }
}
@media only screen and (max-width : 767px) {
  .section {
    width: 540px;
  }
}
@media only screen and (max-width : 575px) {
  .section {
    width: calc(100% - 4rem);
  }
}
.section_inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 900px;
}
@media only screen and (max-width : 1399px) {
}
@media only screen and (max-width : 1199px) {
  .section_inner {
    max-width: 720px;
  }
}
@media only screen and (max-width : 767px) {
  .section_inner {
    max-width: 90%;
  }
}
body {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  background-color: #24252a;
  color: #fff;
  font-size: 1.5rem;
  line-height: 150%;
}
@media only screen and (max-width : 1199px) {
  body {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media only screen and (max-width : 991px) {
  body {
    font-size: 1rem;
  }
}
@media only screen and (max-width : 767px) {
}
strong {
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Big Shoulders Text', cursive;
  text-transform: uppercase;
  font-weight: 100;
  font-style: normal;
  color: #b87657;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width : 1199px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 1rem;
  }
}
h1,
.h1 {
  font-size: 4rem;
  line-height: 1.3em;
}
@media only screen and (max-width : 1199px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media only screen and (max-width : 767px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 1.3em;
  }
}
h2,
.h2 {
  font-size: 2rem;
  line-height: 1.3em;
}
@media only screen and (max-width : 767px) {
  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 1.3em;
  }
}
h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1.3em;
}
@media only screen and (max-width : 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
}
h4,
.h4 {
  font-size: 1.4rem;
  line-height: 1.3em;
}
@media only screen and (max-width : 1199px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.3em;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.3em;
}
@media only screen and (max-width : 1199px) {
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.3em;
  }
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.3em;
}
p {
  margin-bottom: 1.5rem;
}
a {
  color: #fff;
}
a:hover {
  color: #b92455;
}
ul {
  margin-bottom: 3rem;
}
@media only screen and (max-width : 767px) {
  ul {
    margin-bottom: 2rem;
  }
}
ul.list-unstyled li:before {
  display: none;
}
ul.list-bullets li {
  position: relative;
}
ul.list-bullets li:before {
  content: '';
  background-color: #b87657;
  width: 8px;
  height: 8px;
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  margin-right: 1rem;
  transform: rotate(45deg);
}
.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #2d2d2d;
}
.clear {
  clear: both;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 450px) {
  .img-fluid {
    max-width: 110px;
  }
}

.container-wide {
  max-width: 1400px;
}
@media only screen and (max-width : 991px) {
  .container-wide {
    max-width: 90%;
  }
}
@media only screen and (max-width : 767px) {
  .container-wide {
    max-width: 575px;
  }
}
.ornament {
  background-image: url(images/ornament.png);
  width: 125px;
  display: block;
  height: 130px;
  background-size: contain;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: calc(50% - 62.5px);
  z-index: 1;
}
@media only screen and (max-width : 575px) {
  .ornament {
    transform: scale(0.8) translateY(-120%);
  }
}
::selection {
  background: #212529;
  color: #fff;
}
::-moz-selection {
  background: #212529;
  color: #fff;
}
.font-body {
  font-family: 'Cormorant Garamond', serif;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.font-md {
  font-size: 1.5rem;
}
.font-lg {
  font-size: 1.75rem;
}
@media only screen and (max-width : 767px) {
  .font-lg {
    font-size: 1.5rem;
  }
}
.font-xl {
  font-size: 2.75rem;
}
@media only screen and (max-width : 767px) {
  .font-xl {
    font-size: 2.25rem;
  }
}
.text-bold {
  font-weight: 700;
}
.text-white {
  color: #fff;
}
.text-green {
  color: #789d62;
}
.text-brown {
  color: #b87657;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Big Shoulders Text', cursive;
  font-weight: 100;
  font-style: normal;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #fff;
  position: relative;
  background-image: url(images/btn_bg.jpg);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 0;
  text-align: center;
}
.btn:before {
  content: '';
  border: 3px solid #fff;
  width: calc(100% - 19px);
  height: calc(100% - 19px);
  position: absolute;
  top: 7px;
  left: 7px;
}
.btn:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  border: 1px solid #fff;
  width: calc(100% - 28px);
  height: calc(100% - 27px);
  position: absolute;
  top: 12px;
  left: 12px;
}
.btn.btn-md {
  padding: 2rem 4rem;
  width: fit-content;
  font-size: 1.75rem;
}
@media only screen and (max-width : 767px) {
  .btn.btn-md {
    padding: 1.75rem 2rem;
    width: fit-content;
    font-size: 1.5rem;
  }
}
.btn.btn-xl {
  padding: 3rem 5rem;
  max-width: calc(200px + 10rem);
  font-size: 2.25rem;
}
@media only screen and (max-width : 767px) {
  .btn.btn-xl {
    padding: 2.6rem 2rem;
    max-width: 200px;
    font-size: 2rem;
  }
}
.btn:hover {
  top: -5px;
  color: #ffffff;
}
.btn:hover:after {
  width: calc(100% - 39px);
  height: calc(100% - 39px);
  top: 18px;
  left: 18px;
}
.container {
  position: relative;
  width: 100%;
}
.container.padding-borderbox {
  padding-bottom: 115px;
  padding-top: 120px;
}
nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}
nav .section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media only screen and (max-width : 767px) {
  nav {
    justify-content: flex-start;
  }
}
nav.fixed {
  background: #24252a;
  background: -moz-linear-gradient(0deg, rgba(36, 37, 42, 0) 0%, #24252a 90%);
  background: -webkit-linear-gradient(0deg, rgba(36, 37, 42, 0) 0%, #24252a 90%);
  background: linear-gradient(0deg, rgba(36, 37, 42, 0) 0%, #24252a 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24252a", endColorstr="#24252a", GradientType=1);
}
nav h1 {
  margin-bottom: 0;
}
nav .top_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  max-width: 125px;
}
@media only screen and (max-width : 767px) {
  nav .top_logo {
    left: 1rem;
  }
}
nav #top_menu {
  display: flex;
  margin: 0;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 0;
}
nav #top_menu li {
  margin-left: 1rem;
}
nav #top_menu li a {
  color: #fff;
  text-decoration: none;
}
nav #top_menu li a:hover {
  color: #b92455;
}
nav #top_menu li.login a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Big Shoulders Text', cursive;
  font-weight: 100;
  font-style: normal;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #fff;
  position: relative;
  background-image: url(images/btn_bg.jpg);
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 0;
  text-align: center;
  padding: 0.2rem 1.5rem;
  width: fit-content;
  opacity: 0.9;
}
nav #top_menu li.login a:before {
  content: '';
  border: 3px solid #fff;
  width: calc(100% - 19px);
  height: calc(100% - 19px);
  position: absolute;
  top: 7px;
  left: 7px;
}
nav #top_menu li.login a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  border: 1px solid #fff;
  width: calc(100% - 28px);
  height: calc(100% - 27px);
  position: absolute;
  top: 12px;
  left: 12px;
}
nav #top_menu li.login a.btn-md {
  padding: 2rem 4rem;
  width: fit-content;
  font-size: 1.75rem;
}
@media only screen and (max-width : 767px) {
  nav #top_menu li.login a.btn-md {
    padding: 1.75rem 2rem;
    width: fit-content;
    font-size: 1.5rem;
  }
}
nav #top_menu li.login a.btn-xl {
  padding: 3rem 5rem;
  max-width: 200px;
  font-size: 2.25rem;
}
@media only screen and (max-width : 767px) {
  nav #top_menu li.login a.btn-xl {
    padding: 2.6rem 2rem;
    max-width: 200px;
    font-size: 2rem;
  }
}
nav #top_menu li.login a:hover {
  top: -5px;
}
nav #top_menu li.login a:hover:after {
  width: calc(100% - 39px);
  height: calc(100% - 39px);
  top: 18px;
  left: 18px;
}
@media only screen and (max-width : 575px) {
  nav #top_menu li.login a {
    /*padding: 1rem 1rem;*/
  }
}
nav #top_menu li.login a:before,
nav #top_menu li.login a:after {
  display: none;
}
nav #top_menu li.login a:hover {
  letter-spacing: 0;
  top: 0;
  opacity: 1;
}
#hero {
  padding-bottom: 10rem;
}
#hero-intro {
  background-image: url(images/bg.svg);
  background-position: bottom 2rem center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 14rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width : 767px) {
  #hero-intro {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width : 1399px) {
  #hero .section_inner {
    max-width: 800px;
  }
}
@media only screen and (max-width : 1199px) {
  #hero .section_inner {
    max-width: 720px;
  }
}
@media only screen and (max-width : 991px) {
  #hero .section_inner {
    max-width: 72vw;
  }
}
#hero .section_inner .mdm_01 {
  position: absolute;
  top: -30%;
  right: 95%;
  width: 39%;
}

#hero .section_inner .hero_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
#hero .section_inner .hero_txt h1 {
  position: absolute;
}
#hero .section_inner .hero_txt img {
  max-width: 940px;
}
.border-section {
  position: relative;
  margin-top: 120px;
  margin-bottom: 115px;
  /*background: url(images/frame_sides.svg) repeat-y;*/
  border-right: 13px double #66676A;
  border-left: 13px double #66676A;
  padding-top: 35px;
  padding-bottom: 40px;
}
.border-section .border-section__top {
  height: 85px;
  margin-left: 57px;
  margin-right: 57px;
  border-top: 13px double #66676a;
  position: relative;
  width: calc(100% - 114px);
  top: -108px;
}
.border-section .border-section__top::before {
  position: absolute;
  right: calc(100% - 12px);
  top: -12px;
  width: 69px;
  height: 70px;
  border-right: 13px double #66676a;
  content: '';
  border-bottom: 13px double #66676a;
}
.border-section .border-section__top::after {
  content: '';
  position: absolute;
  top: -12px;
  left: calc(100% - 12px);
  width: 69px;
  height: 70px;
  border-left: 13px double #66676a;
  border-bottom: 13px double #66676a;
}
/*.border-section:before {*/
/*  content: url(images/frame_top.svg);*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  bottom: 100%;*/
/*  left: 0;*/
/*  overflow: hidden;*/
/*  line-height: 0;*/
/*  font-size: 0;*/
/*}*/
/*.border-section:after {*/
/*  content: url(images/frame_bottom.svg);*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  left: 0;*/
/*  top: 100%;*/
/*  line-height: 0;*/
/*  font-size: 0;*/
/*}*/
.border-section .border-section__bottom {
  height: 85px;
  margin-left: 57px;
  margin-right: 57px;
  position: relative;
  width: calc(100% - 114px);
  border-bottom: 13px double #66676a;
  top: 110px;
}
.border-section .border-section__bottom::before {
  content: '';
  position: absolute;
  top: 2px;
  right: calc(100% - 12px);
  width: 69px;
  height: 70px;
  border-top: 13px double #66676a;
  border-right: 13px double #66676a;
}
.border-section .border-section__bottom::after {
  content: '';
  position: absolute;
  top: 2px;
  left:  calc(100% - 12px);
  width: 69px;
  height: 70px;
  border-left: 13px double #66676a;
  border-top: 13px double #66676a;
}
.border-section .section_inner {
  padding-bottom: 20px;
}
.border-section .section_inner .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.border-section .section_inner .btn:hover {
  top: calc(100% - 5px);
}

@media only screen and (max-width: 990px) {
  .border-section .section_inner {
    padding: 0 15px 20px !important;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 766px) {
  .border-section {
    margin-top: 80px;
  }

  .border-section .border-section__bottom {
    height: 55px;
    width: calc(100% - 86px);
    margin-left: 43px;
    margin-right: 43px;
  }

  .border-section .border-section__top {
    top: -88px;
    height: 55px;
    width: calc(100% - 86px);
    margin-left: 43px;
    margin-right: 43px;
  }
  .border-section .border-section__bottom {
    height: 55px;
    width: calc(100% - 86px);
    margin-left: 43px;
    margin-right: 43px;
    top: 90px;
  }
  .border-section .border-section__top::before, .border-section .border-section__top::after {
    height: 50px;
    width: 55px;
  }
  .border-section .border-section__bottom::before, .border-section .border-section__bottom::after {
    height: 50px;
    width: 55px;
    top: -8px;
  }
}

.columns-2 {
  columns: 2;
  column-gap: 6rem;
}
@media only screen and (max-width : 575px) {
  .columns-2 {
    columns: 1;
    column-gap: 0;
  }
}
#jak-wyglada-kurs .columns-2 {
  position: relative;
  margin-bottom: 2rem;
}
#jak-wyglada-kurs .columns-2 p strong {
  color: #b87657;
}
#video_section {
  margin-bottom: 2rem;
}
#zagadnienia {
  background-image: url(images/bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -3rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#zagadnienia .section .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5rem;
}
#zagadnienia .section .row .col {
  width: 45%;
}
@media only screen and (max-width : 767px) {
  #zagadnienia .section .row .col {
    width: 50%;
  }
}
#zagadnienia .section .row .col.side_img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#dlaczego-warto {
  position: relative;
  text-align: center;
}
/*#dlaczego-warto:before {*/
/*  content: url(images/frame_top_long.svg);*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: calc(100% - 8rem);*/
/*  top: 0;*/
/*  left: 0;*/
/*  overflow: hidden;*/
/*}*/
/*@media only screen and (max-width : 1199px) {*/
/*  #dlaczego-warto:before {*/
/*    height: calc(100% - 6rem);*/
/*  }*/
/*}*/
/*@media only screen and (max-width : 991px) {*/
/*  #dlaczego-warto:before {*/
/*    height: calc(100% - 4rem);*/
/*  }*/
/*}*/
/*#dlaczego-warto:after {*/
/*  content: url(images/frame_bottom.svg);*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*}*/
/*#dlaczego-warto .section_inner {*/
/*  padding-top: 10rem;*/
/*  padding-bottom: 0;*/
/*}*/
/*@media only screen and (max-width : 991px) {*/
/*  #dlaczego-warto .section_inner {*/
/*    width: 90%;*/
/*    padding-top: 8rem;*/
/*  }*/
/*}*/
/*@media only screen and (max-width : 767px) {*/
/*  #dlaczego-warto .section_inner {*/
/*    padding-top: 5rem;*/
/*    width: calc(100% - 8rem);*/
/*  }*/
/*}*/
/*@media only screen and (max-width : 575px) {*/
/*  #dlaczego-warto .section_inner {*/
/*    padding-top: 4rem;*/
/*    width: calc(100% - 4rem);*/
/*    text-align: left;*/
/*  }*/
/*}*/
/*#dlaczego-warto .section_inner .btn {*/
/*  margin-top: 5rem;*/
/*}*/
/*@media only screen and (max-width : 767px) {*/
/*  #dlaczego-warto .section_inner .btn {*/
/*    margin-top: 4rem;*/
/*  }*/
/*}*/
/*@media only screen and (max-width : 575px) {*/
/*  #dlaczego-warto .section_inner .btn {*/
/*    margin-top: 2rem;*/
/*  }*/
/*}*/
.big_wrap {
  background-image: url(images/bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 105% auto;
  padding-bottom: 4rem;
}
#ja-tylko-na-chwile {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width : 575px) {
  #ja-tylko-na-chwile {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
#price_box {
  background-image: url(images/bg_price-box.jpg);
  background-size: cover;
  box-shadow: 0 0 45px -25px #000;
}
#price_box .section {
  max-width: 1000px;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#price_box .section .section_inner h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: normal;
}
@media only screen and (max-width : 767px) {
  #price_box .section .section_inner h2 {
    font-size: 1.8rem;
  }
}
#price_box .section .section_inner .price_frame {
  background-image: url(images/price_frame.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
}
#price_box .section .section_inner .price_frame span {
  position: relative;
  font-family: 'Big Shoulders Text', cursive;
  font-weight: 400;
  display: flex;
  padding: 8rem 3rem;
  font-size: 6rem;
  line-height: normal;
}
@media only screen and (max-width : 991px) {
  #price_box .section .section_inner .price_frame span {
    padding: 6rem 3rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width : 575px) {
  #price_box .section .section_inner .price_frame span {
    padding: 3rem 0rem 6rem;
    font-size: 3rem;
  }
}
#price_box .section .section_inner a {
  max-width: fit-content;
  position: relative;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
#price_box .ornament_bottom {
  background-image: url(images/ornament_bottom.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 348px;
  height: 91px;
  left: calc(50% - 174px);
}
#jestem-zdecydowana {
  padding-top: 5rem;
  padding-bottom: 0;
}
#jestem-zdecydowana .section .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5rem;
}
#jestem-zdecydowana .section .row .col:nth-of-type(1) {
  width: 60%;
  font-size: 1.25rem;
}
@media only screen and (max-width : 991px) {
  #jestem-zdecydowana .section .row .col:nth-of-type(1) {
    font-size: 1rem;
  }
}
@media only screen and (max-width : 767px) {
  #jestem-zdecydowana .section .row .col:nth-of-type(1) {
    width: 100%;
  }
}
#jestem-zdecydowana .section .row .col:nth-of-type(2) {
  width: 40%;
}
#jestem-zdecydowana .section .row .col.side_img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width : 575px) {
  #jestem-zdecydowana .section .row .col.side_img {
    display: none;
  }
}
#jestem-zdecydowana .section .row .col.side_img img {
  transform: translateY(-4%) scale(1.25);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width : 1199px) {
  #jestem-zdecydowana .section .row .col.side_img img {
    transform: none;
  }
}
#warianty {
  background-image: url(images/bg.svg);
  background-position: top -45px center;
  background-repeat: no-repeat;
  background-size: auto 110%;
  padding-top: 14rem;
  margin-top: -5rem;
  position: relative;
  padding-bottom: 3rem;
}
@media only screen and (max-width : 1399px) {
  #warianty {
    margin-top: -2rem;
  }
}
@media only screen and (max-width : 1199px) {
  #warianty {
    padding-top: 8rem;
  }
}
@media only screen and (max-width : 575px) {
  #warianty {
    padding-top: 4rem;
  }
}
#warianty .warianty_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 4rem;
  position: relative;
}
@media only screen and (max-width : 991px) {
  #warianty .warianty_wrap {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
}
#warianty .warianty_wrap .wariant_item {
  position: relative;
  background-image: url(images/price_box_full.svg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 33%;
  padding: 7rem 2.5rem 0 2.5rem;
  height: 500px;
  background-size: 98% 100%;
  box-sizing: initial;
}
@media only screen and (max-width : 1199px) {
  #warianty .warianty_wrap .wariant_item {
    position: relative;
    background-image: url(images/price_box_full.svg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 23%;
    padding: 5rem 2rem 0;
    min-height: 460px;
    background-size: contain;
  }
}
@media only screen and (max-width : 991px) {
  #warianty .warianty_wrap .wariant_item {
    position: relative;
    background-image: url(images/price_frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    padding: 4rem 7rem;
    height: auto;
    background-size: contain;
    min-height: 180px;
  }
}
@media only screen and (max-width : 575px) {
  #warianty .warianty_wrap .wariant_item {
    width: auto;
    padding: 0rem 2rem 1rem 2rem;
    height: auto;
    background-size: contain;
    min-height: auto;
    background-image: none;
  }
}
#warianty .warianty_wrap .wariant_item .wariant_no {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Big Shoulders Text', cursive;
  font-size: 5rem;
  line-height: 50px;
  text-shadow: 1px 4px 7px #000;
}
@media only screen and (max-width : 991px) {
  #warianty .warianty_wrap .wariant_item .wariant_no {
    left: 1.3rem;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width : 575px) {
  #warianty .warianty_wrap .wariant_item .wariant_no {
    left: -9px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 3rem;
  }
}
#warianty .warianty_wrap .wariant_item p {
  font-size: 1.25rem;
}
@media only screen and (max-width : 1199px) {
  #warianty .warianty_wrap .wariant_item p {
    font-size: 1rem;
  }
}
@media only screen and (max-width : 991px) {
  #warianty .warianty_wrap .wariant_item p {
    margin-bottom: 0;
  }
}
#warianty small {
  font-size: 1rem;
  opacity: 0.8;
  margin-top: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.list-dashed li {
  position: relative;
  list-style-position: inside;
}
.list-dashed li:before {
  content: "-";
  margin-right: 1rem;
}
.list-ordered li {
  position: relative;
  list-style: decimal;
  list-style-position: inside;
}
#instrukcje {
  font-size: 1.25rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width : 991px) {
  #instrukcje {
    font-size: 1rem;
  }
}
#instrukcje a {
  color: #fff;
}
#instrukcje a:hover {
  color: #b92455;
}
#instrukcje h2,
#instrukcje h3 {
  color: #fff;
}
#instrukcje .section .section_inner:nth-of-type(1) {
  margin-bottom: 5rem;
}
#instrukcje .section .section_inner:nth-of-type(2) {
  margin-bottom: 5rem;
}
#instrukcje .section .section_inner:nth-of-type(3) {
  margin-bottom: 5rem;
}
#o-instruktorce {
  background-image: url(images/bg_mdm.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 6rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
  box-shadow: 0 0 45px -25px #000;
}
#o-instruktorce p {
  font-size: 1.25rem;
}
@media only screen and (max-width : 991px) {
  #o-instruktorce p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 940px) {
  #hero .section_inner .hero_txt img {
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {
  nav .section {
    justify-content: left;
  }
  #zagadnienia .section .row .col {
    width: 100%;
  }
  #zagadnienia .section .row .col.side_img{
    display: none;
  }
  #hero {
    padding-bottom: 5rem;
  }
  .container.padding-borderbox {
    padding-bottom: 50px;
    padding-top: 60px;
  }
  #zagadnienia {
    padding-bottom: 2rem;
  }
  #ja-tylko-na-chwile, #instrukcje {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #o-instruktorce {
    background-position: top right 10%;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .btn.btn-xl {
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
  }
}

.footer {
  background: #222;
  padding: 35px 0 15px;
  width: 100%; position: relative;}
.footer:before {
  position: absolute;
  bottom: 100%;
  content: url(images/ornament.png);
  left: 50%;
  transform: translate(-50%, 50%); }
.footer .footer__copy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-family: 'Big Shoulders Text', cursive;
  color: #fff;
  color: rgba(255, 255, 255, 0.5); }
.footer .footer__copy a {
  text-decoration: none;
  transition: 300ms;
  color: rgba(255, 255, 255, 0.5); }
.footer .footer__copy a:hover {
  color: #fff; }

@media screen and (max-width: 550px) {
  .footer .footer__copy {
    flex-direction: column;
    gap: 10px; } }
