/* 
green: #00978f;
red: #ff0000;
black: #1d1d1b; 
*/

html {
  scroll-behavior: smooth;
  /* ładne przewijanie smoth scroll */
}

body {
  color: #404040;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  background-color: #ebebeb !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p a {
  color: #1d1d1b;
  text-decoration: underline;
  transition: all 0.7s;
}

p a:hover {
  color: #00978f;
  text-decoration: none;
  transition: all 0.7s;
}

/* BUTTON */
.text-center{
  margin: auto;
}

.nowygrad{
  background: linear-gradient(to right, #04b3e2, #e61873) !important;
  border: 0 !important;
}

.btn-prim {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url("../img/ico-arrow-forward-white.svg");
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0px;
  padding: 10px 70px 8px 50px;
  transition: all 0.5s;
}

.btn-prim:hover {
  color: #fff;
  background-color: #008167;
  background-position: center right 10px;
  transition: all 0.5s;
}

.btn-prim2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url("../img/ico-arrow-back-white.svg");
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0px;
  padding: 10px 50px 8px 70px;
  transition: all 0.5s;
}

.btn-prim2:hover {
  color: #fff;
  background-color: #008167;
  background-position: center left 10px;
  transition: all 0.5s;
}


.przypisy{
  font-size: 11px;
  color: #404040;
}

.text-color-01 {
  color: #e61873 !important;
}

.no-brake {
  white-space: nowrap;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}



/* LOADER */

#loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ecf0f1;
  display: none;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: none;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #00978f;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #ee237b;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #00978f;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #ee237b;
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }

  25% {
    transform: translate(160%);
  }

  50% {
    transform: translate(160%, 160%);
  }

  75% {
    transform: translate(0, 160%);
  }
}

.js .load,
.js #loader-wrapper {
  display: block;
}

/* NAV */

.navbar {
  /* max-height: 75px; */
  background-color: #E71D73 !important;
  font-weight: 700;
  padding: 0.25rem;
  /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); */
  transition: all 0.7s;
}

.navbar .navbar-brand a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 15px;
  transition: all 0.7s;
}

.navbar .navbar-brand a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.7s;
}

.navbar-nav li {
  font-size: 1rem;
  font-weight: 700;
  /* letter-spacing: 1px; */
  padding: 0 0 0 40px;
  text-transform: uppercase;
}

.navbar-nav li:first-child {
  padding: 0;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
  padding: 20px 0px 20px 0px;
  position: relative;
  transition: all 0.7s;
}

.logologin{
  max-width: 400px !important;
}

.logonav{
  width: 175px;
}

/*.navbar-dark .navbar-nav .nav-link:hover {
	color:#e30613;
	border-bottom:solid 3px rgba(227,6,19,1.0);
	transition:all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:focus {
	color:#00344f;
}
.navbar-dark .navbar-nav .nav-item .active {
	color:#e30613;
	border-bottom:solid 3px rgba(227,6,19,1.0);
	transition:all 0.7s;
}*/
.navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar .navbar-nav .nav-link:focus {
  color: #ffffff;
}

.navbar .navbar-nav .nav-link:before {
  /* color: #fff; */
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  padding: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar .navbar-nav .active:before,
.navbar .navbar-nav .nav-link:hover:before {
  /* color: #00a8c1; */
  visibility: visible;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* NAV DROPDOWN */

.dropdown-menu {
  /* color: #287abe; */
  /* text-align: left; */
  width: 700px;
  background-color: rgba(255, 255, 255, 0.95) !important;
  margin: 0;
  padding: 15px 25px 25px 25px;
  border: none;
  border-radius: 0;
  left: -300px;
  right: auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.7s;
}

/* .dropdown-menu:hover {
	background-color: #4488c8 !important;
	transition: all 0.7s;
} */

.dropdown-menu .dropdown-item {
  color: #323a3f;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  padding: 5px;
  border-bottom: solid 1px rgba(40, 122, 190, 0.33);
  transition: all 0.7s;
}

.dropdown-menu .dropdown-item:hover {
  color: #287abe;
  background-color: rgba(255, 255, 255, 0) !important;
  transition: all 0.7s;
}

/* rozwijak */
.dropdown-toggle::after {
  color: #dd3035;
  display: none;
  margin-left: 10px;
  vertical-align: 3px;
  content: "";
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

/* .dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #00a8c1 !important;
} */

.navbar .navbar-nav .dropdown .nav-link {
  /* color: #fff; */
  /* font-size: 1.0rem; */
  /* font-weight: 700; */
  /* background-color: #00a8c1; */
  /* padding: 25px 0px; */
  margin-right: auto;
}

/* #navi-spy.navbar-dark .navbar-nav .dropdown .nav-link:hover {
	color: #fff;
	background-color: #4488c8;
} */

.navbar .navbar-nav .dropdown .nav-link:before {
  visibility: hidden;
  /* ukrywa pasek hover */
}

/* .scroll {
	background-color: rgba(255, 255, 255, 0.95) !important;
	transition: all 0.3s;
}

.scroll .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.95) !important;
} */

.scroll .navbar-nav .nav-link {
  padding: 10px 0px;
}

/* HEADER */

header {
  height: 100vh;
    background-image: url('../img/v2/slider_bg.png'), linear-gradient(to right, #008280, #00A199);
    background-position: bottom center, center center;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
}

.myauto{
  margin: auto !important;
}

.logo_slider{
  max-width: 335px;
}

.sliderp{
  color: #fff;
  font-size: 1.5rem;
}

.pb-20{
  padding-bottom: 20px;
}

.piza{
  max-height: 80vh;
  width: auto;
}


.slider_ul{
	color: #fff;
}

.slider_ul li{
    list-style:none!important;
    list-style-type:none!important;
	padding: 14px 0px 10px 40px;
	background-image: url(../img/v2/ico.svg) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
	text-align: left !important;
}

.slider_ul li:before{
	content: '';
}




.reka_mobile {
  margin-top: 30px;
}

.txt-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.txt-box p {
  color: #404040;
  font-size: 22px;
  margin: 0;
}

header h3 {
  color: #00978f;
  font-size: 2rem;
  margin: 0;
}

header hr {
  width: 120px;
  height: 5px;
  background-color: #ee237b;
}

header p {
  font-size: 1.5rem;
}

header ul {
  list-style: none;
}

header ul li::before {
  content: "\2022";
  color: #00978f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

header ul li {
  font-size: 1.5rem;
}

/* Carousel */

.carousel {
  height: 100vh;
}

.carousel-indicators li {
  width: 50px;
  height: 3px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
  opacity: 0.3;
}

.carousel-indicators .active {
  opacity: 0.9;
}

/* .carousel-item {
    height: 200px;
	padding-top: 60px;
}

#carousel-packshot .carousel-item {
    min-height: 330px;
	padding-top: 50px;
}

#carousel-mobile-packshot .carousel-item {
    min-height: 310px;
	padding-top: 50px;
} */

.carousel-control-prev-icon {
  background-image: url(../img/ico-carousel-left.svg);
}

.carousel-control-next-icon {
  background-image: url(../img/ico-carousel-right.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 18px;
  height: 30px;
}

.carousel-control-prev {
  margin-left: 40px;
  justify-content: left;
}

.carousel-control-next {
  margin-right: 40px;
  justify-content: right;
}

.carousel button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

/* SCT-H2 */

.sct-h2 h2 {
  color: #06b3e2;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.sct-h2 hr {
  width: 120px;
  height: 5px;
  background-color: #ee237b;
}

/* SCT-QUIZ */

.color01{
  color: #414141 !important;
}

.btnbg01{
  background-color: #D04C92 !important;
}

.dblocka{
  width: 100%;
  padding: 14px;
  font-size: 1.65rem;
}

.w_tekst {
  width: 225px;
  padding-top: 20px;
}


.silp{
  color: #fff;
  font-size: 14px !important;
  text-align: justify;
}

.sct-quiz {
  /* min-height: 850px; */

  /*background-image: url(../img/neurax/bg_quiz_index.png);*/
  /* background-size: cover; */
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #7FC0BF;
}

.sct-quiz p {
  font-size: 1.675rem;
  margin: 0px 0px 20px 0px;
}

.sct-quiz .rules {
  font-size: 1rem;
}

.sct-quiz .rules a {
  color: #1d1d1b;
  text-decoration: underline;
}

.sct-quiz .rules a:hover {
  color: #00978f;
  text-decoration: none;
}

.sct-quiz h3 {
  color: #00978f;
  font-size: 2rem;
  margin: 0px 0px 20px 0px;
}

.bg_sil{
    background-image: linear-gradient(to right, #008280, #00A199);
}


.quizh2{
  background-image: linear-gradient(to right, #008280, #00A199);
  color: #fff;
  padding: 10px 40px 10px 40px;
  text-transform: uppercase;
  display: inline;
}


/* SIL */

.h2sil{
  color: #CFFFFE;
}

.sil {
  /* min-height: 850px; */
  background-color: #dde1e4;
  background-image: url(../img/sct-quiz-bg-01.jpg);
  /* background-size: cover; */
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg_kropki {
  background-image: url(../img/bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg_kropki2 {
  background-image: url(../img/bg_quiz.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.padmar{
  padding: 1300px !important;
  margin: -1300px !important;
}


.sil p {
  font-size: 1rem;
  text-align: justify;
}

/* FOOTER */

.footer {
  color: #fff;
  background-color: #D04C92;
  text-align: center;
  padding: 40px 0;
  /*border-top: 2px solid #ff0000;*/
}

/* .footer .logo-01 {
	max-width: 300px;
} */

.footer .navi {
  margin: 0 auto;
  font-weight: 700;
}

.footer .navi li {
  font-size: 1rem;
  display: inline;
  list-style: disc;
}

.footer .navi li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.7s;
}

.footer .navi li a:hover {
  color: #c9c9c9;
  transition: all 0.5s;
  text-decoration: none;
  transition: all 0.7s;
}

.footer ul li {
  padding: 0 15px;
}

.footer ul li:first-child {
  border: none;
}

.footer ul {
  padding-inline-start: 0px;
}

.footer p {
  font-size: 0.75rem;
}

/* LOGIN */

.e-login-bg {
  height: 100vh;
  min-height: 500px;
  background-color: #dde1e4;
  background-image: url(../img/neurax/bg_quiz.png);
  /* background-size: cover; */
  background-position: center center, top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.e-login {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-top: 80px;
  padding: 5rem;
  border-radius: 20px;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

.e-login h2 {
  color: #00978f;
  font-size: 2rem;
}

.e-login p {
  font-size: 1.125rem;
  margin: 1.5rem 0;
}

.e-login .pdane {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.e-login .login {
  width: 100%;
  text-align: center;
}

.e-login .login-input {
  color: #1d1d1b;
  text-align: center;
  width: 100%;
  height: calc(3.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.675rem;
  border: solid 1px #00978f;
  border-radius: 10px;
}

.e-login .login-input::placeholder {
  color: #1d1d1b;
}

.e-login .login-input:focus {
  outline: 0;
  /*box-shadow:0 0 0 3px rgba(243,147,19, 1.0);*/
  box-shadow: none;
}

.e-login .btn-login {
  color: #fff;
  width: 100%;
  font-size: 1.5rem;
  border-radius: 10px;
  margin: 0.5rem 0 0 0;
  padding: 1rem;
  background-color: #00978f;
  border: none;
  transition: all 0.7s;
}

.e-login .btn-login:hover {
  background-color: #008167;
  border: none;
  transition: all 0.7s;
}

.e-login .btn-login:focus {
  background-color: #00978f;
  border: none;
}

/* LOGIN END */

/* COOKIES */

.box-cookies {
  font-size: 0.75rem;
  background-color: rgba(245, 245, 245, 0.85);
  padding: 10px 100px 10px 10px;
  width: 100%;
  z-index: 1040;
}

.box-cookies a {
  color: #1d1d1b;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.7s;
}

.box-cookies a:hover {
  color: #00978f;
  text-decoration: none;
  transition: all 0.3s;
}

.box-cookies p {
  padding: 0;
  margin: 10px;
}

.box-cookies button {
  color: #fff;
  text-transform: uppercase;
  background-color: #00978f;
  /* background-color: rgba(50, 58, 63, 0.8); */
  border-radius: 10px;
  background-image: url("../img/ico-close-24px.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px 40px 10px 20px;
  border: none;
  transition: all 0.7s;
}

.box-cookies button:hover {
  background-color: #008167;
  transition: all 0.3s;
}

.box-cookies button:focus {
  outline: 0;
  box-shadow: none;
}

.hop-top {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border-top-right-radius: 0; */
  /* border-bottom-right-radius: 0; */
  text-align: center;
  background-color: #00978f;
  position: fixed;
  bottom: 20px;
  right: -60px;
  z-index: 1030;
  transition: all 0.7s;
}

.hop-top img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.hop-top:hover {
  background-color: #008167;
}

.scroll .hop-top {
  right: 20px;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /* HEADER */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* NAV */

  .navbar .navbar-brand a {
    margin-left: 10px;
  }

  .navbar-toggler {
    padding: 0.8rem 0.8rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #e61873;
    border: none;
    border-radius: 0;
  }

  .navbar-toggler-icon {
    color: #fff;
  }

  .navbar {
    padding-left: 10px;
    /* background-color: rgba(255, 255, 255, 0.90) !important; */
  }

  .navbar-nav li {
    font-size: 1.25rem;
    padding: 0 0 0 10px;
  }

  .navbar-nav li:first-child {
    padding: 0 0 0 10px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 15px 15px;
    transition: all 0s;
  }

  .navbar .navbar-nav .active:before,
  .navbar .navbar-nav .nav-link:hover:before {
    visibility: hidden;
  }

  .navbar .navbar-nav .nav-link.active {
    border-left: 2px solid #ffffff;
    padding-left: 13px;
  }

  /* HEADER */

  .txt-box {
    padding: 18px;
  }

  .txt-box p {
    font-size: 18px;
  }

  header h3 {
    font-size: 1.75rem;
  }

  /* Carousel */

  .carousel-control-prev {
    margin-left: 10px;
  }

  .carousel-control-next {
    margin-right: 10px;
  }

  /* SCT-H2 */

  .sct-h2 h2 {
    font-size: 2.5rem;
  }

  /* SCT-QUIZ */

  .sct-quiz p {
    font-size: 1.45rem;
  }

  .sct-quiz h3 {
    font-size: 1.65rem;
  }

  /* LOGIN */

  .e-login-bg {
  background-image: url(../img/neurax/bg_quiz.png);
    background-position: center center, top right -100px;
  }
}

.reka_mobile {
  visibility: hidden;
  display: none;
}


.onlypc{
display: block;
visibility: visible;
width: 100%;
height: auto;
}

.onlymobile{
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  .nomobile{
    display: none;
    visibility: hidden;
  }

  .mobile_padding{
  width: 100%;
  height: 60px;
}

.pbm20{
padding-bottom: 20px;
}


.h2sil{
  font-size: 1.75rem;
}

.silp{
  font-size: 0.55rem !important;
}

  .bg_kropki {
    background-image: url(../img/bg_mm.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .onlymobile{
    display: block;
    visibility: visible;
    width: 100%;
    height: auto;
    }
    
    .onlypc{
      display: none;
      visibility: hidden;
      width: 0;
      height: 0;
    }


  .padtopmob{
    padding-top: 20px;
  }

  .reka_mobile {
    visibility: visible;
    display: block;
  }

  header {
    height: 100vh;
    min-height: calc(100vh + 270px);

    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .carousel {
    height: 100vh;
    min-height: calc(100vh + 270px);
  }

  /* BUTTON */

  .btn-prim {
    font-size: 1rem;
    background-size: 24px;
    padding: 8px 60px 8px 40px;
  }

    .btn-prim2 {
    font-size: 1rem;
    background-size: 24px; 
    padding: 8px 40px 8px 60px;
  }

  .mt-20 {
    margin-top: 10px !important;
  }

  .mt-30 {
    margin-top: 15px !important;
  }

  .mt-40 {
    margin-top: 20px !important;
  }

  .mt-50 {
    margin-top: 25px !important;
  }

  .mt-60 {
    margin-top: 30px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mt-150 {
    margin-top: 50px !important;
  }

  .pt-20 {
    padding-top: 10px !important;
  }

  .pt-30 {
    padding-top: 15px !important;
  }

  .pt-40 {
    padding-top: 20px !important;
  }

  .pt-50 {
    padding-top: 25px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-150 {
    padding-top: 50px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-150 {
    padding-bottom: 50px !important;
  }

  /* HEADER */

  /* SIL */

  .sil p {
    font-size: 0.875rem;
    text-align: left;
  }

  /* FOOTER */

  .footer {
    padding: 20px 20px 20px 20px;
    text-align: left;
  }

  .footer .navi {
    text-align: left;
  }

  .footer .navi li {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
  }


  /* LOGIN */

  .e-login-bg {
  background-image: url(../img/neurax/bg_quiz.png);
    background-position: center center, top right;
  }

  .e-login {
    background-color: rgba(255, 255, 255, 0);
    text-align: left;
    margin-top: 0rem;
    padding: 2rem;
    box-shadow: none;
  }

  /* LOGIN END */
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  header {
    height: 100vh;
    /*min-height: calc(100vh + 150px);*/
    /*background-color: #dde1e4;
    background-image: linear-gradient(
      to bottom,
      #ebebeb,
      #ebebeb
    );*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .carousel {
    height: 100vh;
    min-height: calc(100vh + 150px);
  }

  /* NAV */

  .navbar .navbar-brand a {
    font-size: 1.25rem;
  }

  .txt-box {
    padding: 12px;
  }

  .txt-box p {
    font-size: 12px;
  }

  /* HEADER */

  header h3 {
    font-size: 1.5rem;
  }

  header p {
    font-size: 1.125rem;
  }

  header ul li {
    font-size: 1.125rem;
  }

  /* SCT-H2 */

  .sct-h2 h2 {
    font-size: 2rem;
  }

  /* SCT-QUIZ */

  .sct-quiz p {
    font-size: 1.35rem;
  }

  .sct-quiz h3 {
    font-size: 1.45rem;
  }
}

.quiz_size1 {
  font-size: 16px !important;
}

.quiz_size2 {
  font-size: 18px !important;
}

@media (max-width: 494px) {
  .w_tekst {
    width: 200px;
    padding-top: 6px;
  }
}
