@charset "UTF-8";
/**
 * @file
 * Subtheme specific CSS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("font/font.css");
.green-c {
  color: #8eb76d;
}

.dark-green-c {
  color: #8EB76D;
}

.KitchenCupboard {
  font-family: "KitchenCupboardPl-Regular", "Roboto", sans-serif;
}

.d-block-390 {
  display: none;
}

.d-block-768 {
  display: none;
}

@media (max-width: 768px) {
  .d-block-768 {
    display: block;
  }
  .d-none-768 {
    display: none;
  }
}
@media (max-width: 390px) {
  .d-block-390 {
    display: block;
  }
  .d-none-390 {
    display: none;
  }
}
@keyframes move {
  0% {
    top: -290px;
  }
  100% {
    top: 0;
  }
}
.header {
  width: 100%;
}
.header #navbar-main {
  background: url("../img/header-bg.jpg") no-repeat top center;
  background-size: 100%;
  padding: 0;
  z-index: 10000;
}
.header #navbar-main .container {
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 576px) {
  .header #navbar-main .container {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .header #navbar-main {
    position: fixed;
    width: 100%;
    min-height: 80px;
    z-index: 100;
    background-image: none;
    background-color: rgb(255, 243, 62);
    box-shadow: 0 0px 10px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 10px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 10px 8px rgba(0, 0, 0, 0.1);
  }
  .header #navbar-main.fixed-menu {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0px 10px 8px rgba(0, 0, 0, 0.15);
  }
}
.header #navbar-main .navbar-toggler {
  /*display: none;
  border: 0;*/
  position: relative;
  padding: 14px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #ffef2c;
  background-image: none;
  border-radius: 30px;
  float: right;
  border: 0px;
  z-index: 10;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
.header #navbar-main .navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
@media (max-width: 768px) {
  .header #navbar-main .navbar-toggler {
    display: block;
  }
}
.header #navbar-main .navbar-toggler .icon-bar {
  display: block;
  background-color: #000;
  width: 30px;
  height: 2px;
  border-radius: 0px;
  box-shadow: 0 0 1px 0 #000;
  transition: 0.8s;
}
.header #navbar-main .navbar-toggler .icon-bar--1 {
  transform: rotate(-45deg) translate(-7px, 9px);
}
.header #navbar-main .navbar-toggler .icon-bar--2 {
  opacity: 0;
}
.header #navbar-main .navbar-toggler .icon-bar--3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
.header #navbar-main .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 7px;
}
.header #navbar-main .navbar-toggler.collapsed .icon-bar {
  background-color: #000;
}
.header #navbar-main .navbar-toggler.collapsed .icon-bar--1 {
  transform: rotate(0deg) translate(0px, 0px);
}
.header #navbar-main .navbar-toggler.collapsed .icon-bar--2 {
  opacity: 1;
}
.header #navbar-main .navbar-toggler.collapsed .icon-bar--3 {
  transform: rotate(0deg) translate(0px, 0px);
}
.header #navbar-main .navbar-toggler:focus {
  outline: 0px !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}
.header #navbar-main .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}
.header #navbar-main .navbar-collapse .block-menu {
  position: initial;
}
@media (min-width: 769px) {
  .header #navbar-main .navbar-collapse {
    display: none !important;
    flex-basis: auto;
  }
  .header #navbar-main .navbar-collapse.show {
    display: block !important;
    max-width: 400px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFFFF;
    animation: move 0.5s;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0px 10px 8px rgba(0, 0, 0, 0.15);
    z-index: 11;
  }
  .header #navbar-main .navbar-toggler {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
  }
  .header #navbar-main .nav {
    margin-bottom: 50px;
  }
}
.header #navbar-main .navbar-collapse .nav {
  flex-direction: column;
}
.header #navbar-main .navbar-collapse .nav .nav-item {
  margin: 10px auto;
}
.header #navbar-main .navbar-collapse .nav .nav-item .nav-link {
  color: #000;
  font: normal 28px/normal "KitchenCupboardPl-Regular", "Roboto", sans-serif;
  text-transform: uppercase;
}
.header #navbar-main .navbar-collapse .nav .nav-item .nav-link:hover, .header #navbar-main .navbar-collapse .nav .nav-item .nav-link:focus, .header #navbar-main .navbar-collapse .nav .nav-item .nav-link:active {
  color: #000;
}
.header #navbar-main .navbar-collapse .nav .nav-item:first-of-type {
  background-color: #e2000a;
  max-width: 300px;
  width: 100%;
  height: 46px;
  margin: 70px auto 10px;
}
@media (max-width: 768px) {
  .header #navbar-main .navbar-collapse .nav .nav-item:first-of-type {
    margin: 10px auto;
  }
}
.header #navbar-main .navbar-collapse .nav .nav-item:first-of-type .nav-link {
  color: #FFFFFF;
  font: normal 16px/31px "Roboto", sans-serif;
  text-transform: none;
}
.header #navbar-main .navbar-collapse .nav .nav-item:first-of-type .nav-link:hover, .header #navbar-main .navbar-collapse .nav .nav-item:first-of-type .nav-link:focus, .header #navbar-main .navbar-collapse .nav .nav-item:first-of-type .nav-link:active {
  color: #FFFFFF;
}
.header #navbar-main .navbar-collapse .nav .nav-item:first-of-type .nav-link:before {
  border: solid #ffef2c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 10px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .header #navbar-main .navbar-collapse .nav {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.header #navbar-main .navbar-brand {
  position: fixed;
  width: 15%;
  margin: auto;
  left: 1.5vw;
  top: 0;
  z-index: 10;
  margin-left: 15px;
}
.header #navbar-main .navbar-brand img {
  width: 317px;
}
@media (max-width: 768px) {
  .header #navbar-main .navbar-brand {
    position: absolute;
    width: 17.7%;
    margin-top: -5px;
    left: 15px;
    /*top: 0;*/
    padding: 0;
    margin-left: auto;
  }
  .header #navbar-main .navbar-brand img {
    max-width: 110px;
  }
  .header #navbar-main .navbar-brand.fixed-menu {
    display: none;
  }
}

.site-footer {
  background: #FFFFFF !important;
}
.site-footer section {
  width: 100% !important;
}
.site-footer section .nav {
  justify-content: center !important;
}
.site-footer section .nav .nav-item {
  /*&:last-of-type {
    visibility: hidden;
  }*/
}
.site-footer section .nav .nav-item:nth-of-type(2n) {
  text-align: left;
}
.site-footer section .nav .nav-item:nth-of-type(2n+1) {
  text-align: right;
  position: relative;
}
.site-footer section .nav .nav-item:nth-of-type(2n+1):after {
  /*content: '•';
  position: absolute;
  right: -5px;
  top: 9px;*/
  content: "\a";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -3px;
  top: 19px;
}
@media (max-width: 768px) {
  .site-footer section .nav .nav-item:nth-of-type(2n+1):after {
    top: 9px;
  }
}
.site-footer section .nav .nav-item .nav-link {
  color: #000;
}
.site-footer section .nav .nav-item .nav-link:hover, .site-footer section .nav .nav-item .nav-link:focus, .site-footer section .nav .nav-item .nav-link:active {
  color: #000;
}
@media (max-width: 768px) {
  .site-footer section .nav .nav-item .nav-link {
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

body {
  background: #FFFFFF !important;
  color: #000 !important;
  text-align: center;
  /*paginacja-newsy*/
}
body #main-wrapper {
  font: normal 20px/normal "Roboto", sans-serif;
}
body #main-wrapper #main .main-content.col {
  padding-right: 0;
  padding-left: 0;
}
body #main-wrapper #main .content {
  background-color: #FFFFFF;
  color: #000;
  /*Twoje losy*/
  /*list history*/
  /*Twoje konto*/
  /*aktualnosci*/
  /*strony tekstowe*/
}
body #main-wrapper #main .content a, body #main-wrapper #main .content a:hover, body #main-wrapper #main .content a:focus, body #main-wrapper #main .content a:active {
  color: #000;
}
body #main-wrapper #main .content p {
  margin: 0;
}
body #main-wrapper #main .content img {
  max-width: 100%;
}
body #main-wrapper #main .content .arrow {
  display: inline-block;
  padding: 4px;
  margin-right: 10px;
}
body #main-wrapper #main .content .right {
  border: solid #ffef2c;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body #main-wrapper #main .content .left {
  border: solid #ffef2c;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
body #main-wrapper #main .content .up {
  border: solid #ffef2c;
  border-width: 0 2px 2px 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
body #main-wrapper #main .content .down {
  border: solid #ffef2c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body #main-wrapper #main .content .btn-primary { /* button*/
  background-color: #e2000a;
  border: 2px solid #e2000a;
  color: #FFFFFF;
  border-radius: 0;
  padding: 12px 5px;
  font-weight: normal;
  font-size: 16px;
  max-width: 300px;
  width: 100%;
  box-shadow: rgba(49, 132, 253, 0) 0px 0px 0px 4px;
}
@media (max-width: 991px) {
  body #main-wrapper #main .content .btn-primary {
    padding: 8px 5px;
  }
}
body #main-wrapper #main .content .btn-primary.btn--red {
  background-color: #e2000a;
  border-color: #e2000a;
  color: #FFFFFF;
  padding: 0.8vw 0.3vw;
  margin-bottom: 0.5vw !important;
  font-size: 0.9vw;
}
@media (max-width: 390px) {
  body #main-wrapper #main .content .btn-primary.btn--red {
    padding: 3.9vw 0.3vw;
    font-size: 16px;
  }
}
body #main-wrapper #main .content .btn-primary.btn--yellow, body #main-wrapper #main .content .btn-primary.btn--yellow:hover, body #main-wrapper #main .content .btn-primary.btn--yellow:active, body #main-wrapper #main .content .btn-primary.btn--yellow:focus {
  background-color: #ffef2c;
  border-color: #ffef2c;
  color: #000;
  padding: 0.8vw 0.3vw;
  margin-bottom: 0.5vw !important;
  font-size: 0.9vw;
}
@media (max-width: 390px) {
  body #main-wrapper #main .content .btn-primary.btn--yellow, body #main-wrapper #main .content .btn-primary.btn--yellow:hover, body #main-wrapper #main .content .btn-primary.btn--yellow:active, body #main-wrapper #main .content .btn-primary.btn--yellow:focus {
    padding: 3.9vw 0.3vw;
    font-size: 16px;
  }
}
body #main-wrapper #main .content .btn-primary.btn--brown, body #main-wrapper #main .content .btn-primary.btn--brown:hover, body #main-wrapper #main .content .btn-primary.btn--brown:active, body #main-wrapper #main .content .btn-primary.btn--brown:focus {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
body #main-wrapper #main .content .btn-primary.btn--brown--all, body #main-wrapper #main .content .btn-primary.btn--brown--all:hover, body #main-wrapper #main .content .btn-primary.btn--brown--all:active, body #main-wrapper #main .content .btn-primary.btn--brown--all:focus {
  background-color: #000;
  border: 2px solid #000;
  color: #FFFFFF;
}
body #main-wrapper #main .content .btn-check:active + .btn:focus, body #main-wrapper #main .content .btn-check:checked + .btn:focus, body #main-wrapper #main .content .btn.active:focus, body #main-wrapper #main .content .btn.show:focus, body #main-wrapper #main .content .btn:active:focus {
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 4px;
}
body #main-wrapper #main .content :focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
body #main-wrapper #main .content .node__content {
  margin-top: 0;
  font-size: 18px;
}
body #main-wrapper #main .content .title-text {
  font: normal 40px/normal "KitchenCupboardPl-Regular", "Roboto", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .title-text {
    padding-top: 80px !important;
  }
}
body #main-wrapper #main .content #zwyciezcy-nagrod-miesiecznych .title-text, body #main-wrapper #main .content #daty-losowan .title-text, body #main-wrapper #main .content .etap .title-text {
  margin-bottom: 4.3vw !important;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #zwyciezcy-nagrod-miesiecznych .title-text, body #main-wrapper #main .content #daty-losowan .title-text, body #main-wrapper #main .content .etap .title-text {
    margin-bottom: 0vw !important;
    padding-top: 0 !important;
  }
}
body #main-wrapper #main .content .ml-auto {
  margin-left: auto;
}
body #main-wrapper #main .content form {
  max-width: 650px;
  margin: auto;
}
body #main-wrapper #main .content form .js-form-item {
  text-align: left;
}
body #main-wrapper #main .content form .js-form-item label {
  /*display: none;*/
}
body #main-wrapper #main .content form .js-form-item .form-control {
  color: #000;
}
body #main-wrapper #main .content form .js-form-item .form-control::placeholder {
  color: #000;
  opacity: 1;
}
body #main-wrapper #main .content form .js-form-item .error {
  font-size: 15px;
  font-weight: normal;
  color: #e2000a;
  padding: 0.375rem 0.75rem;
}
body #main-wrapper #main .content .field__item {
  max-width: 1100px;
  margin: auto;
}
body #main-wrapper #main .content .field__item:first-of-type {
  max-width: initial;
}
body #main-wrapper #main .content .field__item .text-container {
  margin: auto;
}
body #main-wrapper #main .content .field__item .text-container .field--name-field-c-advanced-title {
  text-align: center;
}
body #main-wrapper #main .content #home, body #main-wrapper #main .content #home1 {
  background: #FFFFFF url("../img/home-bg.jpg") no-repeat center top;
  background-size: 100%;
  width: 100vw;
  height: 50vw;
  max-width: 100%;
}
body #main-wrapper #main .content #home #myVideo, body #main-wrapper #main .content #home .home--bg, body #main-wrapper #main .content #home .mute-unmute, body #main-wrapper #main .content #home1 #myVideo, body #main-wrapper #main .content #home1 .home--bg, body #main-wrapper #main .content #home1 .mute-unmute {
  display: none;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home, body #main-wrapper #main .content #home1 {
    background-position: center 0;
    background-image: url("../img/home-bg-mobile768.jpg");
    height: 220vw;
  }
}
@media (max-width: 390px) {
  body #main-wrapper #main .content #home, body #main-wrapper #main .content #home1 {
    background-image: url("../img/home-bg-mobile.png");
  }
}
body #main-wrapper #main .content #home .field__item, body #main-wrapper #main .content #home1 .field__item {
  position: relative;
  height: 49vw;
}
body #main-wrapper #main .content #home .field__item:first-of-type, body #main-wrapper #main .content #home1 .field__item:first-of-type {
  display: none;
}
body #main-wrapper #main .content #home .field__item .box-btn, body #main-wrapper #main .content #home1 .field__item .box-btn {
  position: absolute;
  bottom: 1vw;
  left: 35.5%;
  width: 29%;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
body #main-wrapper #main .content #home .field__item .box-btn .btn-primary.btn--red, body #main-wrapper #main .content #home1 .field__item .box-btn .btn-primary.btn--red {
  padding: 0.6vw 0.3vw;
}
@media (max-width: 991px) {
  body #main-wrapper #main .content #home .field__item .box-btn, body #main-wrapper #main .content #home1 .field__item .box-btn {
    /*font-size: 1.3vw;*/
  }
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home .field__item .box-btn, body #main-wrapper #main .content #home1 .field__item .box-btn {
    bottom: -148vw;
    left: 1%;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  body #main-wrapper #main .content #home .field__item .box-btn .btn-primary.btn--red, body #main-wrapper #main .content #home1 .field__item .box-btn .btn-primary.btn--red {
    margin-bottom: 3.5vw !important;
    font-size: 24px;
  }
}
@media (max-width: 390px) {
  body #main-wrapper #main .content #home .field__item .box-btn, body #main-wrapper #main .content #home1 .field__item .box-btn {
    bottom: -158vw;
    font-size: 16px;
    line-height: 22px;
  }
  body #main-wrapper #main .content #home .field__item .box-btn .btn-primary.btn--red, body #main-wrapper #main .content #home1 .field__item .box-btn .btn-primary.btn--red {
    font-size: 16px;
    margin-bottom: 4.5vw !important;
  }
}
body #main-wrapper #main .content #home3 {
  background-size: 100%;
  width: 100vw;
  height: 50vw;
  max-width: 100%;
}
body #main-wrapper #main .content #home3 .home3--bg {
  background: url("../img/header3_desktop.png") no-repeat center top;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: 49vw;
  left: 0;
  z-index: 10;
  background-size: cover;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home3 .home3--bg {
    background-position: center 0;
    background-image: url("../img/header3_mobile_768.png");
    height: 270vw;
    top: 216vw;
  }
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home3 {
    height: 270vw;
  }
}
body #main-wrapper #main .content #home3 .field__item {
  position: relative;
  height: 49vw;
}
body #main-wrapper #main .content #home3 .field__item:first-of-type {
  display: none;
}
body #main-wrapper #main .content #home3 .field__item .box-btn {
  z-index: 45;
  position: absolute;
  bottom: 1vw;
  left: 35.5%;
  width: 29%;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
body #main-wrapper #main .content #home3 .field__item .box-btn .btn-primary.btn--red {
  padding: 0.6vw 0.3vw;
}
body #main-wrapper #main .content #home3 .field__item .box-btn .arrow {
  padding: 0.25vw;
}
@media (max-width: 991px) {
  body #main-wrapper #main .content #home3 .field__item .box-btn {
    /*font-size: 1.3vw;*/
  }
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home3 .field__item .box-btn {
    bottom: -140vw;
    left: 1%;
    width: 100%;
    font-size: 3vw;
    line-height: 4vw;
  }
  body #main-wrapper #main .content #home3 .field__item .box-btn .btn-primary.btn--red {
    margin-bottom: 3.5vw !important;
    font-size: 3vw;
    line-height: 5vw;
    max-width: 39vw;
    padding: 0.6vw 0.3vw;
  }
  body #main-wrapper #main .content #home3 .field__item .box-btn .arrow {
    padding: 0.7vw;
  }
}
body #main-wrapper #main .content #home4 {
  background-size: 100%;
  width: 100vw;
  height: 50vw;
  max-width: 100%;
}
body #main-wrapper #main .content #home4 .home4--bg {
  background: url("../img/header4_desktop.png") no-repeat center top;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: 100vw;
  left: 0;
  z-index: 10;
  background-size: cover;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home4 .home4--bg {
    background-position: center 0;
    background-image: url("../img/header4_mobile_768.png");
    height: 141vw;
    top: 481vw;
  }
}
body #main-wrapper #main .content #home4 .btn--black {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  max-width: 40%;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home4 {
    height: 175vw;
  }
}
body #main-wrapper #main .content #home4 .field__item {
  position: relative;
  height: 49vw;
}
body #main-wrapper #main .content #home4 .field__item:first-of-type {
  display: none;
}
body #main-wrapper #main .content #home4 .field__item .box-btn {
  z-index: 45;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
body #main-wrapper #main .content #home4 .field__item .box-btn .btn-primary.btn--black {
  padding: 0.6vw 0.3vw;
}
body #main-wrapper #main .content #home4 .field__item .box-btn .arrow {
  padding: 0.25vw;
}
@media (max-width: 991px) {
  body #main-wrapper #main .content #home4 .field__item .box-btn {
    /*font-size: 1.3vw;*/
  }
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home4 .field__item .box-btn {
    bottom: -121vw;
    left: 1%;
    width: 100%;
    font-size: 3vw;
    line-height: 4vw;
  }
  body #main-wrapper #main .content #home4 .field__item .box-btn .btn-primary.btn--black {
    margin-bottom: 3.5vw !important;
    font-size: 4vw;
    line-height: 5vw;
    max-width: 92%;
    padding: 2.6vw 0.3vw;
  }
  body #main-wrapper #main .content #home4 .field__item .box-btn .arrow {
    padding: 0.7vw;
  }
}
body #main-wrapper #main .content #home5 {
  background-size: 100%;
  width: 100vw;
  height: 84vw;
  max-width: 100%;
}
body #main-wrapper #main .content #home5 .home5--bg {
  background: url("../img/header5_desktop.jpg") no-repeat center top;
  width: 100%;
  height: 84vw;
  position: absolute;
  top: 153vw;
  left: 0;
  z-index: 10;
  background-size: cover;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home5 .home5--bg {
    background-position: center 0;
    background-image: url("../img/header5_mobile_768.jpg");
    height: 385vw;
    top: 665vw;
  }
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home5 {
    height: 385vw;
  }
}
body #main-wrapper #main .content #home5 .field__item {
  position: relative;
  height: 49vw;
}
body #main-wrapper #main .content #home5 .field__item:first-of-type {
  display: none;
}
body #main-wrapper #main .content #home5 .field__item .box-btn {
  z-index: 45;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
body #main-wrapper #main .content #home5 .field__item .box-btn .btn-primary.btn--red {
  padding: 0.6vw 0.3vw;
}
body #main-wrapper #main .content #home5 .field__item .box-btn .arrow {
  padding: 0.25vw;
}
@media (max-width: 991px) {
  body #main-wrapper #main .content #home5 .field__item .box-btn {
    /*font-size: 1.3vw;*/
  }
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #home5 .field__item .box-btn {
    bottom: -140vw;
    left: 1%;
    width: 100%;
    font-size: 3vw;
    line-height: 4vw;
  }
  body #main-wrapper #main .content #home5 .field__item .box-btn .btn-primary.btn--red {
    margin-bottom: 3.5vw !important;
    font-size: 3vw;
    line-height: 5vw;
    max-width: 39vw;
    padding: 0.6vw 0.3vw;
  }
  body #main-wrapper #main .content #home5 .field__item .box-btn .arrow {
    padding: 0.7vw;
  }
}
body #main-wrapper #main .content .submenu-login {
  max-width: 700px;
  width: 100%;
  font: bold 15px/normal "Roboto", sans-serif;
  /*top: 41vw !important;*/
  bottom: 0;
  position: fixed;
  left: calc((100% - 650px) / 2);
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 4px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 15px 15px 20px !important;
}
@media (max-width: 650px) {
  body #main-wrapper #main .content .submenu-login {
    left: 0;
    font-size: 12px;
    padding: 15px 0px !important;
  }
}
@media (max-width: 400px) {
  body #main-wrapper #main .content .submenu-login {
    font-size: 11px;
  }
}
body #main-wrapper #main .content .submenu-login .submenu-item {
  width: 20%;
}
@media (max-width: 650px) {
  body #main-wrapper #main .content .submenu-login .submenu-item {
    padding: 0px !important;
  }
}
body #main-wrapper #main .content .submenu-login .submenu-item a {
  text-decoration: none;
}
body #main-wrapper #main .content .submenu-login .submenu-item a:hover {
  text-decoration: underline;
}
body #main-wrapper #main .content .box-wrapper {
  max-width: 650px;
  margin: auto;
  border-radius: 40px;
  padding: 30px 15px;
}
body #main-wrapper #main .content .box-wrapper.yellow {
  background-color: #ffef2c;
}
body #main-wrapper #main .content #zasady, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom {
  background: #FFFFFF;
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #zasady, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom {
    font-size: 16px;
  }
}
body #main-wrapper #main .content #zasady p, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom p {
  padding: 15px 0;
}
body #main-wrapper #main .content #zasady .box-wrapper.yellow img, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom .box-wrapper.yellow img {
  width: 350px;
}
@media (max-width: 390px) {
  body #main-wrapper #main .content #zasady .box-wrapper.yellow img, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom .box-wrapper.yellow img {
    width: 299px;
  }
}
body #main-wrapper #main .content #zasady ul, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom ul {
  list-style-type: none;
}
body #main-wrapper #main .content #zasady ul li .fa-circle:before, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom ul li .fa-circle:before {
  content: "\a";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  top: -3px;
  position: relative;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #zasady ul li .fa-circle:before, body #main-wrapper #main .content #pomagamy-szkolnym-stolowkom ul li .fa-circle:before {
    width: 5px;
    height: 5px;
  }
}
body #main-wrapper #main .content .list-schools {
  margin-bottom: 30px;
}
body #main-wrapper #main .content .list-schools .arrow {
  position: absolute;
  background-position: center center;
  background-image: url("../img/arrow-list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2vw;
  height: 2vw;
  border: none;
}
body #main-wrapper #main .content .list-schools .arrow.left {
  transform: rotate(0deg) translateX(-6vw) translateY(-3vw);
  -webkit-transform: rotate(0deg) translateX(-6vw) translateY(-3vw);
}
body #main-wrapper #main .content .list-schools .arrow.right {
  transform: rotate(-180deg) translateX(-6vw) translateY(3vw);
  -webkit-transform: rotate(-180deg) translateX(-6vw) translateY(3vw);
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .list-schools .arrow {
    width: 6vw;
    height: 6vw;
  }
  body #main-wrapper #main .content .list-schools .arrow.left {
    transform: rotate(0deg) translateX(-16vw) translateY(-8vw);
    -webkit-transform: rotate(0deg) translateX(-16vw) translateY(-8vw);
  }
  body #main-wrapper #main .content .list-schools .arrow.right {
    transform: rotate(-180deg) translateX(-16vw) translateY(8vw);
    -webkit-transform: rotate(-180deg) translateX(-16vw) translateY(8vw);
  }
}
@media (max-width: 450px) {
  body #main-wrapper #main .content .list-schools .arrow {
    width: 8vw;
    height: 8vw;
  }
  body #main-wrapper #main .content .list-schools .arrow.left {
    transform: rotate(0deg) translateX(-23vw) translateY(-13vw);
    -webkit-transform: rotate(0deg) translateX(-23vw) translateY(-13vw);
  }
  body #main-wrapper #main .content .list-schools .arrow.right {
    transform: rotate(-180deg) translateX(-23vw) translateY(13vw);
    -webkit-transform: rotate(-180deg) translateX(-23vw) translateY(13vw);
  }
}
body #main-wrapper #main .content .list-schools .title-text {
  position: relative;
}
@media (max-width: 450px) {
  body #main-wrapper #main .content .list-schools .title-text {
    font-size: 24pt;
  }
}
body #main-wrapper #main .content .list-schools .title-text > a {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1vw);
}
body #main-wrapper #main .content .list-schools .list-item {
  font-size: 16px;
  line-height: 23px;
}
body #main-wrapper #main .content .list-schools .list-item .number-school {
  margin-right: 15px;
  background-color: #8eb76d;
  width: 23px;
  height: 23px;
  line-height: 24px;
  border-radius: 15px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}
body #main-wrapper #main .content .list-schools .list-item .name-school {
  font-weight: bold;
  width: 70%;
  text-align: left;
}
@media (max-width: 450px) {
  body #main-wrapper #main .content .list-schools .list-item .name-school {
    width: 60%;
  }
}
body #main-wrapper #main .content .list-schools .list-item .points-school {
  font-weight: bold;
  font-size: 12px;
  margin-top: -7px;
}
body #main-wrapper #main .content .list-schools .list-item .points-school .points {
  display: inline-flex;
  background-color: #ffef2c;
  border-radius: 30px;
  padding: 8px 5px;
  margin-right: -7px;
  min-width: 40px;
  text-align: center;
  justify-content: center;
}
body #main-wrapper #main .content .list-schools .btn-box {
  margin-left: 25px;
}
body #main-wrapper #main .content .list-schools .btn-box .arrow {
  border: solid #ffef2c;
  border-width: 0 2px 2px 0;
  padding: 4px;
}
body #main-wrapper #main .content .list-schools .btn-box .arrow.right {
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
}
body #main-wrapper #main .content .list-schools .btn--red, body #main-wrapper #main .content .list-schools .btn--red:hover, body #main-wrapper #main .content .list-schools .btn--red:focus, body #main-wrapper #main .content .list-schools .btn--red:active {
  padding: 12px 5px;
  font-size: 14px;
}
body #main-wrapper #main .content .list-schools .btn--yellow, body #main-wrapper #main .content .list-schools .btn--yellow:hover, body #main-wrapper #main .content .list-schools .btn--yellow:focus, body #main-wrapper #main .content .list-schools .btn--yellow:active {
  padding: 12px 5px;
  font-size: 14px;
}
body #main-wrapper #main .content .list-schools .btn--green, body #main-wrapper #main .content .list-schools .btn--green:hover, body #main-wrapper #main .content .list-schools .btn--green:focus, body #main-wrapper #main .content .list-schools .btn--green:active {
  padding: 12px 5px;
  font-size: 14px;
  background: #8eb76d;
  border-color: #8eb76d;
  color: #FFFFFF;
}
body #main-wrapper #main .content .school-list-search {
  position: relative;
}
body #main-wrapper #main .content .school-list-search .search-input {
  border-radius: 0.375rem;
  border: 1px solid #000;
  color: #000;
  max-width: 300px;
  margin: auto;
  padding-right: 45px;
  position: relative;
}
body #main-wrapper #main .content .school-list-search .search-input::placeholder {
  color: #000;
  opacity: 1;
}
body #main-wrapper #main .content .school-list-search .search-input:after {
  content: "";
  position: absolute;
  background: url("../img/icon-search.svg") no-repeat;
  color: #000;
  width: 19px;
  height: 19px;
  top: 8px;
  left: 450px;
  cursor: pointer;
  z-index: 100;
}
body #main-wrapper #main .content .school-list-search .search-icon {
  display: block;
  position: absolute;
  content: url("../img/icon-search.svg");
  background: transparent;
  color: #000;
  width: 19px;
  height: 19px;
  top: 8px;
  left: 450px;
  cursor: pointer;
  z-index: 100;
}
body #main-wrapper #main .content .school-popup {
  font-size: 16px;
}
body #main-wrapper #main .content .school-popup .box-wrapper.text-justify {
  text-align: justify;
}
body #main-wrapper #main .content .school-popup .box-wrapper.yellow {
  padding: 25px 35px;
  font-weight: bold;
}
body #main-wrapper #main .content .school-popup .owl-carousel .owl-item img, body #main-wrapper #main .content .school-popup .owl-carousel .owl-item video {
  width: auto;
  max-height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin: auto;
}
body #main-wrapper #main .content #nagrody, body #main-wrapper #main .content #loteria {
  background: #FFFFFF;
  font-size: 24px;
  line-height: normal;
}
body #main-wrapper #main .content #nagrody .f-s-38, body #main-wrapper #main .content #loteria .f-s-38 {
  font-size: 38px;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content #nagrody, body #main-wrapper #main .content #loteria {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  body #main-wrapper #main .content #nagrody .f-s-38, body #main-wrapper #main .content #loteria .f-s-38 {
    font-size: 29px;
  }
}
body #main-wrapper #main .content #nagrody p, body #main-wrapper #main .content #loteria p {
  padding: 15px 0;
}
body #main-wrapper #main .content #nagrody .box-wrapper.yellow img, body #main-wrapper #main .content #loteria .box-wrapper.yellow img {
  width: 270px;
}
@media (max-width: 390px) {
  body #main-wrapper #main .content #nagrody .box-wrapper.yellow img, body #main-wrapper #main .content #loteria .box-wrapper.yellow img {
    width: 299px;
  }
}
body #main-wrapper #main .content .paragraph--type--accordion, body #main-wrapper #main .content #faq {
  background-color: #FFFFFF;
}
body #main-wrapper #main .content .paragraph--type--accordion .accordion-item, body #main-wrapper #main .content #faq .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  color: #000;
}
body #main-wrapper #main .content .paragraph--type--accordion .accordion-button:not(.collapsed), body #main-wrapper #main .content #faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: 0 0 0 0;
}
body #main-wrapper #main .content .paragraph--type--accordion .accordion-button::after, body #main-wrapper #main .content #faq .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 40px;
  font-weight: 100;
  margin-top: -25px;
}
body #main-wrapper #main .content .paragraph--type--accordion .accordion-button:not(.collapsed)::after, body #main-wrapper #main .content #faq .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(45deg) translateX(15px);
}
body #main-wrapper #main .content #kontakt .bottom-text {
  font: normal 40px/normal "KitchenCupboardPl-Regular", "Roboto", sans-serif;
  text-transform: uppercase;
}
body #main-wrapper #main .content #kontakt .bottom-text .small-text {
  font-size: 30px;
}
body #main-wrapper #main .content .section-tickets .title-text {
  margin-bottom: 4.3vw;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .section-tickets .title-text {
    margin-bottom: 0.5rem;
    padding-top: 0 !important;
  }
}
body #main-wrapper #main .content .section-tickets .subtitle-tickets-text {
  font: normal 16px/normal "Roboto", sans-serif;
}
@media (max-width: 767px) {
  body #main-wrapper #main .content .section-tickets .list-tickets {
    flex: 0 0 auto;
    width: 25%;
  }
}
body #main-wrapper #main .content .section-tickets .list-tickets .btn-ticket {
  border: 0;
}
body #main-wrapper #main .content .section-tickets .list-tickets .btn-ticket:hover {
  border: 0;
}
body #main-wrapper #main .content .section-tickets .list-tickets .btn-ticket img {
  width: 100px;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .section-tickets .list-tickets .btn-ticket img {
    width: initial;
  }
}
body #main-wrapper #main .content .section-tickets .list-tickets .date-end {
  font: normal 16px/normal "Roboto", sans-serif;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .section-tickets .list-tickets .date-end {
    font-size: 10px;
  }
}
body #main-wrapper #main .content .section-tickets .popup {
  max-width: 650px;
  margin: auto;
  font-size: 16px;
}
body #main-wrapper #main .content .section-tickets .popup .close {
  position: absolute;
  right: 30px;
}
body #main-wrapper #main .content .history .title-text {
  margin-bottom: 4.3vw !important;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .history .title-text {
    margin-bottom: 1.5rem !important;
    padding-top: 0 !important;
  }
}
body #main-wrapper #main .content .history .item-history {
  font: normal 16px/normal "Roboto", sans-serif;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .history .item-history {
    font-size: 13px;
  }
}
body #main-wrapper #main .content .history .item-history .box {
  max-width: 300px;
  width: 100%;
  height: 100%;
  display: table;
}
body #main-wrapper #main .content .history .item-history .box-left {
  border: 1px solid;
  float: right;
  padding: 10px;
}
@media (max-width: 576px) {
  body #main-wrapper #main .content .history .item-history .box-left {
    padding: 3px;
  }
}
body #main-wrapper #main .content .history .item-history .box-right {
  float: left;
  height: 100%;
}
body #main-wrapper #main .content .history .item-history .box .btn, body #main-wrapper #main .content .history .item-history .box-text {
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  max-width: 300px;
  width: 100%;
}
body #main-wrapper #main .content .history .item-history .box .btn {
  font: normal 22px/normal "KitchenCupboardPl-Regular", "Roboto", sans-serif;
  text-transform: uppercase;
  height: 85px;
  position: relative;
}
body #main-wrapper #main .content .history .item-history .box .btn .img {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
body #main-wrapper #main .content .history .item-history .box-text .item {
  display: table;
  background: #ffef2c;
  padding: 5px;
  border-radius: 20px;
  max-width: 100px;
}
@media (max-width: 576px) {
  body #main-wrapper #main .content .history .item-history .box-text .item {
    max-width: 19vw;
  }
}
body #main-wrapper #main .content .history .item-history .box-text .item-cell {
  font-size: 10px;
  display: table-cell;
  max-width: 50px;
  line-height: 10px;
  vertical-align: middle;
  font-weight: bold;
}
body #main-wrapper #main .content .history .item-history .box-text .item-cell:nth-of-type(2) {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  background: red;
  border-radius: 14px;
  width: 25px;
  height: 25px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  body #main-wrapper #main .content .history .item-history .box-text .item-cell {
    font-size: 8px;
    line-height: 8px;
  }
  body #main-wrapper #main .content .history .item-history .box-text .item-cell:nth-of-type(2) {
    font-size: 10px;
  }
}
body #main-wrapper #main .content .history .item-history .box-text .item-left {
  margin-right: 0.25rem;
}
@media (max-width: 576px) {
  body #main-wrapper #main .content .history .item-history .box-text .item-left {
    margin-right: 0.15rem;
  }
}
body #main-wrapper #main .content .history .item-history .box-text .item-right {
  margin-left: 0.25rem;
}
@media (max-width: 576px) {
  body #main-wrapper #main .content .history .item-history .box-text .item-right {
    margin-left: 0.15rem;
  }
}
body #main-wrapper #main .content .history .popup {
  position: absolute;
  width: 325px;
  max-width: 100%;
  background: #FFFFFF;
  padding: 25px;
  font-size: 18px;
  border-radius: 30px;
  z-index: 10;
  display: none;
  left: calc((100% - 325px) / 2);
  top: 220px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 4px;
}
body #main-wrapper #main .content .history .popup a {
  text-decoration: none;
  font-weight: bold;
}
body #main-wrapper #main .content .account .title-text {
  margin-bottom: 4.3vw;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .account .title-text {
    margin-bottom: 0.5rem;
    padding-top: 0 !important;
  }
}
body #main-wrapper #main .content .account .btn {
  max-width: 300px;
  width: 100%;
  padding: 12px 5px;
}
body #main-wrapper #main .content .account .points-school {
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
}
body #main-wrapper #main .content .account .points-school .points {
  display: inline-flex;
  background-color: #ffef2c;
  border-radius: 40px;
  padding: 20px 5px;
  margin-right: -12px;
  min-width: 70px;
  text-align: center;
  justify-content: center;
}
body #main-wrapper #main .content .account .tickets-box {
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  padding: 15px 30px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
body #main-wrapper #main .content .account .tickets-box:after {
  content: "";
  position: absolute;
  top: -17px;
  right: 35px;
  background-color: #FFF33E;
  border-radius: 40px;
  margin-right: -12px;
  width: 70px;
  height: 70px;
  z-index: 0;
}
body #main-wrapper #main .content .account .tickets-box:before {
  content: "";
  position: absolute;
  background-image: url("../img/ticket-text.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 5px;
  top: 10px;
  width: 22px;
  height: 40px;
}
body #main-wrapper #main .content .account .tickets-box .tickets-number {
  position: relative;
  z-index: 10;
  border: 3px solid;
  border-radius: 10px;
  padding: 15px 30px;
}
body #main-wrapper #main .content .btn-secondary, body #main-wrapper #main .content .btn-secondary:hover, body #main-wrapper #main .content .btn-secondary:active, body #main-wrapper #main .content .btn-secondary:focus {
  background: #ffef2c;
  border-color: #ffef2c;
  color: #000;
  border-radius: 0;
  box-shadow: rgba(49, 132, 253, 0) 0px 0px 0px 4px;
}
body #main-wrapper #main .content .btn-green, body #main-wrapper #main .content .btn-green:hover, body #main-wrapper #main .content .btn-green:active, body #main-wrapper #main .content .btn-green:focus {
  background: #8eb76d;
  border-color: #8eb76d;
  color: #FFFFFF;
  border-radius: 0;
}
body #main-wrapper #main .content .btn-primary, body #main-wrapper #main .content .btn-primary:hover, body #main-wrapper #main .content .btn-primary:active, body #main-wrapper #main .content .btn-primary:focus {
  background: #e2000a;
  border-color: #e2000a;
  border-radius: 0;
  color: #FFFFFF;
}
body #main-wrapper #main .content #aktualnosci a {
  text-decoration: none;
}
body #main-wrapper #main .content #aktualnosci .news-box {
  max-width: 650px;
  margin: auto;
}
body #main-wrapper #main .content #aktualnosci .news-box .text-align-justify {
  display: none;
}
body #main-wrapper #main .content article.node--type-news {
  max-width: 650px;
  margin: auto;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content article.node--type-news {
    margin-top: 80px;
  }
}
body #main-wrapper #main .content article.node--view-mode-full p {
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  body #main-wrapper #main .content article.node--view-mode-full p {
    margin: 0 15px 1rem;
  }
}
body #main-wrapper #main .content .table-responsive .news-title {
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 640px) {
  body #main-wrapper #main .content .table-responsive .news-title {
    margin: 0 15px;
    display: inline-block;
  }
}
body #main-wrapper #main .content .view-news {
  max-width: 650px;
  margin: auto;
}
body #main-wrapper #main .content .view-news .view-content {
  font-size: 20px;
}
body #main-wrapper #main .content .view-news .view-content a.news-text {
  text-decoration: none;
}
body #main-wrapper #main .content .view-news .view-content a.news-text p {
  display: none;
}
body #main-wrapper #main .content .view-news .view-content a.news-text p.news-img {
  display: block;
}
@media (max-width: 640px) {
  body #main-wrapper #main .content .view-news .view-content a.news-text p.news-img {
    margin: 0 !important;
  }
}
body #main-wrapper #main .content .view-news .view-content p.link-text {
  display: none;
}
body #main-wrapper #main .content .view-news .view-content img {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  body #main-wrapper #main .content .view-news .view-content img {
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  body #main-wrapper #main .content .news-img {
    margin: 0 0 1rem !important;
  }
}
body #main-wrapper #main .content .news-img img {
  border-radius: 40px;
}
@media (max-width: 640px) {
  body #main-wrapper #main .content .news-img img {
    border-radius: 0;
  }
}
body #main-wrapper #main .content .doc-sites {
  text-align: left;
}
body #main-wrapper #main .content .doc-sites p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body #main-wrapper #main .content .doc-sites {
    padding-top: 80px;
  }
}
body #main-wrapper #main .content .etap .arrow {
  border: solid #000;
  border-width: 0 4px 4px 0;
  margin-right: 5px;
  padding: 10px;
}
body #main-wrapper #main .content .etap .arrow.left {
  transform: rotate(135deg) translateY(4px);
  -webkit-transform: rotate(135deg) translateY(4px);
}
body #main-wrapper #main .content .etap .arrow.right {
  transform: rotate(-45deg) translateY(-4px);
  -webkit-transform: rotate(-45deg) translateY(-4px);
}
body #main-wrapper #main .content .etap table tr {
  background: none;
}
body #main-wrapper #main .content .etap table tr td {
  border-bottom: 1px solid #000;
  padding: 8px;
}
body #main-wrapper #main .popup {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 4px;
  border-radius: 30px;
  cursor: pointer;
  background: #FFFFFF;
}
body #main-wrapper #main .popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
}
body #main-wrapper #main .popup .btn-primary.btn--red {
  padding: 12px 5px;
  font-size: 14px;
}
body #main-wrapper #main .popup-no-win {
  cursor: auto;
  max-width: 650px;
  margin: auto;
}
body #main-wrapper #main .popup-school-transfer {
  position: fixed;
  top: 30%;
  left: 0;
  width: 350px;
  max-width: 100%;
  margin-left: calc((100% - 350px) / 2);
  z-index: 999;
}
@media (max-width: 350px) {
  body #main-wrapper #main .popup-school-transfer {
    margin-left: 0;
  }
}
body #main-wrapper #main .popup-school-transfer-point {
  position: fixed;
  top: 30%;
  left: 0;
  width: 650px;
  max-width: 100%;
  margin-left: calc((100% - 650px) / 2);
  z-index: 999;
}
@media (max-width: 650px) {
  body #main-wrapper #main .popup-school-transfer-point {
    margin-left: 0;
  }
}
body.page-user-login .header #navbar-main .navbar-brand, body.path-tfa .header #navbar-main .navbar-brand {
  display: none;
}
@media (max-width: 768px) {
  body.page-node-2 .header #navbar-main .navbar-brand, body.page-node-7 .header #navbar-main .navbar-brand {
    display: block;
  }
}
body.user-logged-in {
  margin-bottom: 165px;
}
body.user-logged-in #main-wrapper #main .content #home, body.user-logged-in #main-wrapper #main .content #home1 {
  background: #FFFFFF url("../img/home-bg.jpg") no-repeat center top;
  background-size: 100%;
  width: 100vw;
  height: 50vw;
  max-width: 100%;
}
body.user-logged-in #main-wrapper #main .content #home #myVideo, body.user-logged-in #main-wrapper #main .content #home .home--bg, body.user-logged-in #main-wrapper #main .content #home .mute-unmute, body.user-logged-in #main-wrapper #main .content #home1 #myVideo, body.user-logged-in #main-wrapper #main .content #home1 .home--bg, body.user-logged-in #main-wrapper #main .content #home1 .mute-unmute {
  display: none;
}
@media (max-width: 768px) {
  body.user-logged-in #main-wrapper #main .content #home, body.user-logged-in #main-wrapper #main .content #home1 {
    background-position: center 0;
    background-image: url("../img/home-bg-mobile768.jpg");
    height: 220vw;
  }
}
@media (max-width: 390px) {
  body.user-logged-in #main-wrapper #main .content #home, body.user-logged-in #main-wrapper #main .content #home1 {
    background-image: url("../img/home-bg-mobile.png");
  }
}
body.user-logged-in #main-wrapper #main .content #home .field__item, body.user-logged-in #main-wrapper #main .content #home1 .field__item {
  position: relative;
  height: 49vw;
}
body.user-logged-in #main-wrapper #main .content #home .field__item:first-of-type, body.user-logged-in #main-wrapper #main .content #home1 .field__item:first-of-type {
  display: none;
}
body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn {
  position: absolute;
  bottom: 1vw;
  left: 35.5%;
  width: 29%;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn .btn-primary.btn--red, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn .btn-primary.btn--red {
  padding: 0.6vw 0.3vw;
}
@media (max-width: 991px) {
  body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn {
    /*font-size: 1.3vw;*/
  }
}
@media (max-width: 768px) {
  body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn {
    bottom: -148vw;
    left: 1%;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn .btn-primary.btn--red, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn .btn-primary.btn--red {
    margin-bottom: 3.5vw !important;
    font-size: 24px;
  }
}
@media (max-width: 390px) {
  body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn {
    bottom: -158vw;
    font-size: 16px;
    line-height: 22px;
  }
  body.user-logged-in #main-wrapper #main .content #home .field__item .box-btn .btn-primary.btn--red, body.user-logged-in #main-wrapper #main .content #home1 .field__item .box-btn .btn-primary.btn--red {
    font-size: 16px;
    margin-bottom: 4.5vw !important;
  }
}
body.user-logged-in #main-wrapper #main .content .field__item {
  /*&:nth-of-type(1) {
    #home, #home1 {
      height: 52vw;
    }
  }*/
}
body.user-logged-in #main-wrapper #main .content .field__item:nth-of-type(2) #home {
  display: none;
}
body.path-skanuj-dowod-zakupu .skan-img {
  /*padding-top:8vw;*/
}
body.path-skanuj-dowod-zakupu .skan-img button {
  margin-bottom: 0.3rem;
}
body.path-twoje-losy #main-wrapper #main .content, body.path-skanuj-dowod-zakupu #main-wrapper #main .content, body.path-twoje-konto #main-wrapper #main .content, body.path-historia-konta #main-wrapper #main .content, body.page-node-20 #main-wrapper #main .content, body.page-node-21 #main-wrapper #main .content, body.page-node-22 #main-wrapper #main .content {
  background-color: transparent;
}
@media (max-width: 768px) {
  body.path-twoje-losy #main-wrapper #main .content, body.path-skanuj-dowod-zakupu #main-wrapper #main .content, body.path-twoje-konto #main-wrapper #main .content, body.path-historia-konta #main-wrapper #main .content, body.page-node-20 #main-wrapper #main .content, body.page-node-21 #main-wrapper #main .content, body.page-node-22 #main-wrapper #main .content {
    margin-top: 30px;
  }
}
body.path-twoje-losy #block-bootstrap-barrio-subtheme-content, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content, body.path-historia-konta #block-bootstrap-barrio-subtheme-content, body.page-node-20 #block-bootstrap-barrio-subtheme-content, body.page-node-21 #block-bootstrap-barrio-subtheme-content, body.page-node-22 #block-bootstrap-barrio-subtheme-content {
  padding-top: 2.5vw;
  position: relative;
  z-index: 0;
}
body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:before, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:before, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:before, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:before, body.page-node-20 #block-bootstrap-barrio-subtheme-content:before, body.page-node-21 #block-bootstrap-barrio-subtheme-content:before, body.page-node-22 #block-bootstrap-barrio-subtheme-content:before {
  content: "";
  position: absolute;
  background-image: url("../img/top-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 9vw;
  z-index: -1;
}
body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:after, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:after, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:after, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:after, body.page-node-20 #block-bootstrap-barrio-subtheme-content:after, body.page-node-21 #block-bootstrap-barrio-subtheme-content:after, body.page-node-22 #block-bootstrap-barrio-subtheme-content:after {
  content: "";
  position: fixed;
  background-image: url("../img/footer-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
  width: 100vw;
  height: 9.5vw;
}
@media (max-width: 1200px) {
  body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:before, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:before, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:before, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:before, body.page-node-20 #block-bootstrap-barrio-subtheme-content:before, body.page-node-21 #block-bootstrap-barrio-subtheme-content:before, body.page-node-22 #block-bootstrap-barrio-subtheme-content:before {
    background-size: 120%;
    height: 11vw;
  }
  body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:after, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:after, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:after, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:after, body.page-node-20 #block-bootstrap-barrio-subtheme-content:after, body.page-node-21 #block-bootstrap-barrio-subtheme-content:after, body.page-node-22 #block-bootstrap-barrio-subtheme-content:after {
    background-size: 120%;
  }
}
@media (max-width: 992px) {
  body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:before, body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:after, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:before, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:after, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:before, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:after, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:before, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:after, body.page-node-20 #block-bootstrap-barrio-subtheme-content:before, body.page-node-20 #block-bootstrap-barrio-subtheme-content:after, body.page-node-21 #block-bootstrap-barrio-subtheme-content:before, body.page-node-21 #block-bootstrap-barrio-subtheme-content:after, body.page-node-22 #block-bootstrap-barrio-subtheme-content:before, body.page-node-22 #block-bootstrap-barrio-subtheme-content:after {
    background-size: 130%;
  }
}
@media (max-width: 768px) {
  body.path-twoje-losy #block-bootstrap-barrio-subtheme-content, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content, body.path-historia-konta #block-bootstrap-barrio-subtheme-content, body.page-node-20 #block-bootstrap-barrio-subtheme-content, body.page-node-21 #block-bootstrap-barrio-subtheme-content, body.page-node-22 #block-bootstrap-barrio-subtheme-content {
    padding-top: 80px;
  }
  body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:before, body.path-twoje-losy #block-bootstrap-barrio-subtheme-content:after, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:before, body.path-skanuj-dowod-zakupu #block-bootstrap-barrio-subtheme-content:after, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:before, body.path-twoje-konto #block-bootstrap-barrio-subtheme-content:after, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:before, body.path-historia-konta #block-bootstrap-barrio-subtheme-content:after, body.page-node-20 #block-bootstrap-barrio-subtheme-content:before, body.page-node-20 #block-bootstrap-barrio-subtheme-content:after, body.page-node-21 #block-bootstrap-barrio-subtheme-content:before, body.page-node-21 #block-bootstrap-barrio-subtheme-content:after, body.page-node-22 #block-bootstrap-barrio-subtheme-content:before, body.page-node-22 #block-bootstrap-barrio-subtheme-content:after {
    background-image: none;
  }
}
body button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffef2c;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 15px;
  bottom: 20px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body button.back-to-top:hover, body button.back-to-top:active, body button.back-to-top:focus {
  outline: 0 !important;
}
body button.back-to-top:before, body button.back-to-top:after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #000;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
body button.back-to-top.show:after, body button.back-to-top.show:before {
  visibility: visible;
}
body button.back-to-top:after {
  border-bottom-color: #ffef2c;
  position: relative;
  top: -24px;
}
body button.back-to-top.show {
  display: block;
  background: #ffef2c;
  color: #000;
  font-size: 25px;
  right: 15px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
body button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
body #BASE_CAROUSEL .owl-dots {
  display: none;
}
body #SCHOOL_CONTAINER .owl-carousel .owl-dots.disabled {
  display: block !important;
}
body .pagination {
  max-width: 650px;
  margin: auto;
  padding-top: 1rem !important;
}
body .pagination .page-item.active .page-link {
  background-color: #e2000a;
  border-color: #e2000a;
}
body .pagination .page-item.active .page-link:hover {
  color: #FFFFFF;
}

/*.gigya-layout-row {
  button {
    background-color: transparent !important;
    border: 0 !important;
    padding: initial !important;
    max-width: initial !important;
  }
}*/
body #main-wrapper #main .content .section-tickets .modal {
  cursor: pointer;
  display: block;
  z-index: 10000;
}
body #main-wrapper #main .content .section-tickets .modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}
body #main-wrapper #main .content .section-tickets .modal .modal-dialog .modal-content {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  height: 100vh;
}
body #main-wrapper #main .content .section-tickets .modal .modal-dialog .modal-content .modal-body {
  margin-top: 6vh;
}
body #main-wrapper #main .content .section-tickets .modal .modal-dialog .modal-content .modal-body img {
  max-height: 80vh;
}
body #main-wrapper #main .content .section-tickets .modal .modal-dialog .modal-content .modal-body .btn-profile {
  width: 27vh;
  height: 65px;
  position: relative;
  display: block;
  margin: auto;
  bottom: 52vh;
}
body .site-footer .menu--d-footer .nav .nav-item:last-of-type {
  text-align: center;
}
body .site-footer .menu--d-footer .nav .nav-item:last-of-type:after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
