::before, ::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

@font-face {
  font-family: 'RoundyRainbows';
  src: url("../fonts/RoundyRainbows/RoundyRainbows.ttf"); }
html {
  font-size: 62.5%; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5;
  background-color: #fff; }

p {
  line-height: 1.8; }

img {
  max-width: 100%; }

a {
  color: #00a8f7; }

a:hover {
  color: inherit; }

h2 {
  font-size: 3.4rem;
  font-family: 'RoundyRainbows';
  font-weight: 700;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  width: 100%; }
  h2::after {
    content: '';
    background-color: #fda100;
    width: 80px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.subtitle {
  padding-bottom: 2rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold; }

.btn:not(:disabled):not(.disabled) {
  color: #fff; }

.btn {
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 1rem; }
  .btn:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%); }

.btn-orange {
  background-color: #fda100;
  border-bottom: solid 3px #b17000; }

.btn-green {
  background-color: #17c2a4;
  border-bottom: solid 3px #0f7e6a; }

.btn-blue {
  background-color: #00a8f7;
  border-bottom: solid 3px #0074ab; }

.btn-red {
  background-color: #ee4263;
  border-bottom: solid 3px #d11337; }

.page__header {
  padding-top: 3rem; }

.page-nav {
  position: relative;
  padding-top: 2rem; }
  .page-nav::before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00a8f7), color-stop(50%, #fda100));
    background: -webkit-linear-gradient(left, #00a8f7 50%, #fda100 50%);
    background: -moz-linear-gradient(left, #00a8f7 50%, #fda100 50%);
    background: -o-linear-gradient(left, #00a8f7 50%, #fda100 50%);
    background: linear-gradient(90deg, #00a8f7 50%, #fda100 50%);
    height: 4px;
    width: 99%;
    position: absolute;
    top: 0; }

.page__nav-ul {
  width: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

header, section, footer {
  max-width: 1920px;
  margin: auto; }

.main {
  max-width: 1920px;
  margin: auto;
  position: relative; }

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  font-size: 8.8rem;
  font-family: 'AlwaysForeverBold';
  padding-right: 1rem;
  line-height: 1;
  color: #fff; }

.logo-info {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter; }

.home {
  background: url(../img/bg-top-m-2.png) no-repeat;
  background-position: 15% 10%;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 4rem 0; }
  .home .subtitle {
    padding-bottom: 0; }

.home__title {
  font-size: 3.6rem;
  font-weight: bold;
  padding-top: 4rem; }

.home__subtitle {
  font-size: 2.4rem;
  padding-top: 4rem; }

.home__ul {
  list-style: none;
  position: relative; }

.home__li {
  position: relative;
  padding: 1rem 0 1rem 3rem;
  font-size: 1.6rem; }
  .home__li::before {
    content: url(../img/plus-red.png);
    position: absolute;
    left: 0; }

.benefits {
  padding: 4rem 0;
  margin-bottom: 4rem;
  background: url(../img/benefits-m.png) no-repeat center bottom;
  background-size: cover;
  color: #fff; }
  .benefits .title {
    font-size: 2.5rem;
    font-weight: bold; }

.benefits__item1,
.benefits__item2 {
  padding-left: 4rem; }

.benefits__item2 {
  padding-top: 6rem; }

.benefits__ul-item1 {
  list-style: none;
  position: relative; }

.benefits__li-item1 {
  position: relative;
  padding: 0.5rem 0 0.5rem 3rem;
  font-size: 1.8rem; }
  .benefits__li-item1::before {
    content: url(../img/plus-blue.png);
    position: absolute;
    left: 0; }

.benefits__ul-item2 {
  list-style: none;
  position: relative; }

.benefits__li-item2 {
  position: relative;
  padding: 0.5rem 0 0.5rem 3rem;
  font-size: 1.8rem; }
  .benefits__li-item2::before {
    content: url(../img/plus-green.png);
    position: absolute;
    left: 0; }

.virtual-learning {
  padding: 2rem 0; }
  .virtual-learning .title {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0; }
    .virtual-learning .title::after {
      width: 0;
      height: 0; }
  .virtual-learning .subtitle {
    position: relative; }
    .virtual-learning .subtitle::after {
      content: '';
      background-color: #00a8f7;
      width: 80px;
      height: 6px;
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      left: 40px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.virtual-learning__ul {
  list-style: none;
  position: relative; }

.virtual-learning__li {
  position: relative;
  padding: 1rem 0 1rem 3rem;
  font-size: 1.6rem; }
  .virtual-learning__li::before {
    content: url(../img/plus-red.png);
    position: absolute;
    left: 0; }

.animators {
  padding: 4rem 0; }
  .animators .box {
    text-align: center; }
  .animators .box-title {
    font-weight: bold;
    padding: 1rem 0; }

.form-top2 {
  background: url(../img/bg-orange.jpg) no-repeat center;
  background-size: cover;
  padding: 4rem 0;
  text-align: center;
  color: #fff; }
  .form-top2 .title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 2rem; }
  .form-top2 .subtitle {
    max-width: 620px;
    margin: auto; }

.contact-thanks {
  font-size: 2rem;
  text-align: center; }

.form .title-form {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  font-weight: bold; }
.form p {
  text-align: center;
  font-size: 1.8rem; }

.form a {
  color: inherit; }

.form-label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: left; }

.form-label::after {
  content: '*';
  color: #ff0b0b; }

.form-input {
  border: 1px solid #a1a1a1;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 1rem; }

.form .warunki {
  padding: 0.7rem 0;
  padding-top: 0.5rem;
  text-align: left; }

.form .warunki .info {
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  text-align: justify;
  color: inherit; }

.form .warunki label {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  display: inherit;
  font-weight: 300;
  cursor: pointer; }

.form .warunki span {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  display: -webkit-inline-box;
  font-size: 0.9rem;
  color: inherit;
  text-align: justify;
  font-weight: 300; }

.form .checkbox_ramka {
  padding: 4px 4px;
  margin: 4px 8px 1px 10px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 0px;
  float: left; }

.form .checkbox_ramka_all {
  margin: 4px 8px 1px 0px; }

.form .first span {
  font-weight: bold; }

.form .checkbox_input {
  display: none; }

.form .checkbox_input:checked ~ .checkbox_ramka {
  background-color: #ffa61b; }

.section-form-1 {
  background-color: #00a8f7;
  color: #fff; }

.form-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #fff;
  color: #000;
  border-radius: 1rem; }
  .form-1 .btn {
    margin: auto;
    display: block;
    max-width: 300px;
    margin-top: 2rem; }

.what-we-offer {
  padding: 5rem 0 2rem 0; }
  .what-we-offer .box {
    text-align: center;
    font-size: 1.4rem; }
  .what-we-offer .box-title {
    padding: 2rem 0;
    font-weight: bold; }

.why-is-it-worth, .section-buy {
  padding: 5rem 0; }
  .why-is-it-worth .title, .section-buy .title {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0; }
    .why-is-it-worth .title::after, .section-buy .title::after {
      width: 0;
      height: 0; }
  .why-is-it-worth .subtitle, .section-buy .subtitle {
    position: relative; }
    .why-is-it-worth .subtitle::after, .section-buy .subtitle::after {
      content: '';
      background-color: #fda100;
      width: 80px;
      height: 6px;
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      left: 40px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.why-is-it-worth__ul, .section-buy__ul {
  list-style: none;
  position: relative; }

.why-is-it-worth__li, .section-buy__li {
  position: relative;
  padding: 0.6rem 0 0.6rem 3rem;
  font-size: 1.6rem; }
  .why-is-it-worth__li::before, .section-buy__li::before {
    content: url(../img/plus-red.png);
    position: absolute;
    left: 0; }

.section-buy .subtitle::after {
  background-color: #ee4263; }
.section-buy .price {
  color: #ee4263;
  font-size: 3.6rem;
  font-weight: bold;
  padding-right: 1rem; }
.section-buy .old-price {
  color: #d2d2d2;
  text-decoration: line-through;
  font-size: 3rem;
  font-weight: bold; }

.section-buy__item-1 {
  min-height: 280px;
  max-height: 490px; }
  .section-buy__item-1 img {
    position: relative;
    top: 0;
    left: -10px; }

.section-form-2 {
  background-color: #b07fc5;
  padding: 8rem 0;
  color: #fff; }
  .section-form-2 .container {
    position: relative; }
    .section-form-2 .container::before {
      content: url(../img/cloud-form-right.png);
      position: absolute;
      right: 0;
      top: -130px; }
    .section-form-2 .container::after {
      content: url(../img/cloud-form-left.png);
      position: absolute;
      left: 0;
      bottom: -150px; }
  .section-form-2 .title::after {
    background-color: #886298; }
  .section-form-2 .btn {
    background-color: #ee4263;
    border-bottom-color: #b91131;
    max-width: 300px;
    margin: auto;
    display: block; }

.section-form-3 {
  background: url(../img/bg-chmurka-text.png) no-repeat center #3c5499;
  background-size: contain;
  padding: 6rem 0;
  color: #fff; }
  .section-form-3 .btn {
    background-color: #30bae7;
    border-bottom-color: #2d9bbf;
    max-width: 300px;
    display: block;
    margin: auto; }
  .section-form-3 .form-input {
    border-color: #273a71;
    background-color: #273a71;
    color: #fff; }
  .section-form-3 .title::after {
    background-color: #273a71; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #696969; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #696969; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #696969; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #696969; }

.page-footer {
  padding: 3rem 0; }
  .page-footer a {
    color: #222; }

.page-footer__box {
  padding: 2rem 0;
  margin-bottom: 1rem;
  text-align: left; }

.footer__title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold; }

.footer__subtitle {
  font-size: 1.4rem;
  text-align: left;
  color: #878787; }

@media (min-width: 576px) {
  .educators .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }
@media (min-width: 768px) {
  .form-1 {
    padding-top: 1.5rem; }

  .form .title-form {
    font-size: 3rem; }

  .what-we-offer .title {
    font-size: 4.8rem;
    margin-bottom: 5rem; }

  .benefits {
    background-position: 50% 20%; }
    .benefits .title {
      font-size: 3.6rem; }

  .form-top2 .title {
    font-size: 3rem; } }
@media (min-width: 992px) {
  .container {
    max-width: 1250px; }

  .home {
    padding: 6rem 0 4rem 0;
    background: url(../img/bg-top.png) no-repeat;
    background-position: center;
    background-size: cover; }

  .home__title {
    font-size: 4.8rem; }

  .page-nav {
    padding-top: 0; }

  .page__nav-ul {
    position: relative;
    top: 3rem; }

  h2 {
    font-size: 4.8rem; }

  .navbar-nav {
    padding-left: 100px;
    font-size: 1.8rem; }

  .navbar-collapse {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .why-is-it-worth {
    background: url(../img/children.png) no-repeat center;
    background-size: contain; }

  .benefits {
    background: url(../img/benefits.jpg) no-repeat center;
    background-size: cover; }

  .benefits__item2 {
    padding-top: 0; }

  .virtual-learning {
    background: url(../img/teacher.jpg) no-repeat;
    background-position: center;
    background-size: cover; } }

/*# sourceMappingURL=style.css.map */