@charset "UTF-8";
@import url("font/font.css");
@keyframes sway {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateX(0.5vw) translateY(0vw);
  }
  15% {
    opacity: 1;
    transform: rotate(2deg) translateX(0.5vw) translateY(-0.5vw);
  }
  30% {
    opacity: 1;
    transform: rotate(-1deg) translateX(0.5vw) translateY(0.5vw);
  }
  50% {
    opacity: 1;
    transform: rotate(1deg) translateX(0.5vw) translateY(-0.1vw);
  }
  85% {
    opacity: 1;
    transform: rotate(-1deg) translateX(0.5vw) translateY(0.3vw);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translateX(0.5vw) translateY(0);
  }
}
@keyframes sway-revers {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateX(0.5vw) translateY(0);
  }
  15% {
    opacity: 1;
    transform: rotate(-1deg) translateX(0.5vw) translateY(0.3vw);
  }
  30% {
    opacity: 1;
    transform: rotate(1deg) translateX(0.5vw) translateY(-0.1vw);
  }
  50% {
    opacity: 1;
    transform: rotate(-1deg) translateX(0.5vw) translateY(0.5vw);
  }
  85% {
    opacity: 1;
    transform: rotate(2deg) translateX(0.5vw) translateY(-0.5vw);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translateX(0.5vw) translateY(0vw);
  }
}
.moveLeaf {
  animation: 8.5s sway infinite 0s forwards;
}

.moveLeafreverse {
  animation: 8.5s sway-revers infinite 0s forwards;
}

body {
  background-color: #F8F2EB;
  color: #656565;
  font: normal 20px/normal "Open Sans", Arial, sans-serif;
  overflow-x: hidden;
}
body .tk-franklin-gothic-condensed {
  font-family: "franklin-gothic-condensed", sans-serif;
}
body .tk-franklin-gothic {
  font-family: "franklin-gothic", sans-serif;
}
body .tk-franklin-gothic-compressed {
  font-family: "franklin-gothic-compressed", sans-serif;
}
body .tk-franklin-gothic-extra-compre {
  font-family: "franklin-gothic-extra-compre", sans-serif;
}
body a {
  color: #656565;
}
body a:hover, body a:focus, body a:active {
  color: #656565;
}
body img {
  max-width: 100%;
}
body .text-underline {
  text-decoration: underline;
}
body .green-c {
  color: #004C1D;
}
body .red-c {
  color: #E92729;
}
body .yellow-c {
  color: #FFED00;
}
body .brown-c {
  color: #4C1212;
}
@media (max-width: 768px) {
  body .d-none-768 {
    display: none !important;
  }
}
body .d-block-768 {
  display: none !important;
}
@media (max-width: 768px) {
  body .d-block-768 {
    display: block !important;
  }
}
body .d-block-375 {
  display: none !important;
}
@media (max-width: 375px) {
  body .d-block-375 {
    display: block !important;
  }
}
@media (max-width: 375px) {
  body .d-none-375 {
    display: none !important;
  }
}
body .btn {
  font: 700 1.88vw/normal "bebas-neue-pro-expanded", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 0.31vw;
  background-color: #E92729;
  border: 1px solid #E92729;
  color: #fff;
  padding: 0.76vw 1.5vw;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  min-width: 13.9vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #E92729;
  border-color: #E92729;
  color: #fff;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
}
@media (min-width: 1280px) {
  body .btn {
    font-size: 1.88vw;
    border-radius: 0.31vw;
  }
}
@media (min-width: 1920px) {
  body .btn {
    border-radius: 6px;
    min-width: 266px;
    font-size: 36px;
    padding: 14.5px 30px;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 19.5vw;
    font-size: 3vw;
    padding: 2.2vw 3.4vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 375px) {
  body .btn {
    min-width: 33vw;
    font-size: 6.4vw;
    padding: 2.2vw 3.4vw;
    border-radius: 1.07vw;
  }
}
body .header {
  width: 100%;
  height: 7.81vw;
  z-index: 10000;
  position: fixed;
  background: #fff;
  font: 700 1.25vw/normal "bebas-neue-pro", Arial, sans-serif;
  color: #002856;
  box-shadow: 0px 0px 2vw rgb(255, 233, 206);
  border-bottom: 1px solid rgba(255, 232, 206, 0);
}
@media (min-width: 1280px) {
  body .header {
    font-size: 1.25vw;
  }
}
@media (min-width: 1920px) {
  body .header {
    height: 150px;
    font-size: 24px;
  }
}
body .header .wez-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4vw;
}
@media (min-width: 769px) {
  body .header .wez-btn {
    top: 1.46vw;
  }
}
@media (max-width: 768px) {
  body .header .wez-btn {
    min-width: 19.5vw;
    font-size: 3vw;
    padding: 2.2vw 3.4vw;
    border-radius: 0.5vw;
  }
}
body .header .navbar {
  max-width: 100vw;
  margin: auto;
  min-height: 7.81vw;
}
@media (min-width: 1920px) {
  body .header .navbar {
    min-height: 150px;
    max-width: 1920px;
  }
}
body .header .navbar-collapse {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}
body .header .navbar .navbar-nav {
  padding: 0 0.5vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav {
    padding: 0 9px;
  }
}
body .header .navbar .navbar-nav .nav-item:last-of-type {
  margin-left: 1.1vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 20px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.25vw;
  line-height: normal;
  color: #002856;
  padding: 0.2vw 2vw;
  text-transform: uppercase !important;
}
@media (min-width: 1280px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.25vw;
  }
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.7vw;
    padding: 3.6px 38px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo {
  padding-top: 1.7vw;
  padding-bottom: 0.5vw;
  position: absolute;
  left: 0;
  top: 0;
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
  width: 11.48vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
    width: 220px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.2vw 0.5vw;
  min-width: 7.45vw;
  border-radius: 0.19vw;
  color: #fff;
  text-transform: none;
  font-family: "bebas-neue-pro";
}
@media (min-width: 1280px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    border-radius: 0.19vw;
  }
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 3.8px 9.6px;
    min-width: 143px;
    border-radius: 3.6px;
  }
}
@media (min-width: 769px) {
  body .header .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  body .header {
    height: 15.7vw;
    background: #fff;
  }
  body .header .navbar-expand-md {
    min-height: 15.7vw;
    max-width: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    display: flex !important;
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  body .header .navbar-expand-md.show {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
  body .header .navbar .collapse:not(.show) {
    display: none !important;
  }
  body .header .navbar .collapse.in {
    display: block !important;
  }
  body .header .navbar .navbar-nav {
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-top: 15vw;
  }
  body .header .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #fff;
    width: 40vw;
  }
  body .header .navbar .navbar-nav .nav-item:first-of-type, body .header .navbar .navbar-nav .nav-item:last-of-type {
    border-bottom: 0;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 4.2vw;
    padding: 3.5vw 0;
    color: #002856;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 1.3vw 3.4vw;
    border-radius: 0.5vw;
  }
  body .header .navbar .navbar-nav .nav-item:nth-of-type(2) {
    margin-left: 0 !important;
  }
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 0;
    margin-bottom: 3.5vw;
  }
  body .header .navbar .logo-click {
    position: absolute;
    left: 3%;
    top: 2vw;
  }
  body .header .navbar .logo-click .logo-img {
    width: 28.27vw;
    margin-top: 0;
  }
  body .header .navbar .box-button {
    position: absolute;
    right: 0;
  }
  body .header .navbar .box-button .navbar-toggler {
    padding: 5vw 8.2vw 1.25vw;
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: 6.5vw;
    transform: scale(1);
    float: right;
    position: absolute;
    right: 0;
    display: block;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar {
    display: block;
    background-color: #002856;
    width: 8vw;
    height: 0.73vw;
    border-radius: 0px;
    box-shadow: 0 0 0px 0 #fff;
    transition: 0.8s;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--1 {
    transform: rotate(-45deg) translate(-2.5vw, 2.7vw);
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--2 {
    opacity: 0;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--3 {
    transform: rotate(45deg) translate(-1.2vw, -1.2vw);
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 1.93vw;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar {
    background-color: #002856;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--1 {
    transform: rotate(0deg) translate(0px, 0px);
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--2 {
    opacity: 1;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--3 {
    transform: rotate(0deg) translate(0px, 0px);
  }
  body .header .navbar .box-button .navbar-toggler:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }
}
@media (max-width: 768px) {
  body .header.show-menu {
    background: #fff;
  }
  body .header.show-menu .navbar-expand-md {
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
}
body .header.show-menu .bottom-hr {
  display: none !important;
}
body .footer {
  font-size: 0.94vw;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  background-color: #4C1212;
  color: #F8F2EB;
}
body .footer .container {
  max-width: 69.79vw;
  padding-bottom: 0;
}
body .footer .container .row {
  margin: 1.56vw auto;
  text-align: center;
}
body .footer .container .row .nav-link {
  color: #F8F2EB;
}
@media (max-width: 768px) {
  body .footer .container .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  body .footer {
    font-size: 0.94vw;
  }
}
@media (min-width: 1920px) {
  body .footer {
    font-size: 18px;
  }
  body .footer .container {
    max-width: 1340px;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 1.5vw;
  }
  body .footer .container {
    max-width: 84vw;
  }
}
@media (max-width: 375px) {
  body .footer {
    font-size: 3.2vw;
  }
}
body .footer .img-desktop {
  width: 100vw;
  padding-top: 0;
}
body .bottom-hr {
  z-index: 1;
  position: relative;
  background-color: #E92729;
  height: 6.77vw;
  font: bold 2.88vw/normal "bebas-neue-pro", Arial, sans-serif;
  margin-top: -4.69vw;
  color: #fff;
  text-transform: uppercase;
}
body .bottom-hr-text {
  margin: 0 2.08vw;
}
body .bottom-hr .img {
  width: 5.94vw;
  height: 5.47vw;
  display: none;
}
@media (min-width: 1280px) {
  body .bottom-hr {
    font-size: 2.88vw;
    height: 7.03vw;
  }
}
@media (min-width: 1920px) {
  body .bottom-hr {
    height: 130px;
    font-size: 46px;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
  }
  body .bottom-hr-text {
    margin: 0 40px;
  }
  body .bottom-hr .img {
    width: 114px;
    height: 105px;
  }
}
@media (max-width: 768px) {
  body .bottom-hr {
    font-size: 4vw;
    color: #fff;
    height: 10.38vw;
    margin-top: -71.69vw;
  }
  body .bottom-hr .img {
    width: 9.38vw;
    height: 8.75vw;
  }
}
@media (max-width: 375px) {
  body .bottom-hr {
    font-size: 4.8vw;
    height: 22.13vw;
    margin-top: -48.69vw;
  }
  body .bottom-hr .img {
    width: 20vw;
    height: 18.67vw;
  }
  body .bottom-hr-text {
    text-align: left;
    font-size: 4.8vw;
  }
}
body .container {
  max-width: 100%;
  text-align: center;
}
body .container .title {
  position: relative;
  font: 700 3.75vw/normal "bebas-neue-pro-expanded", Arial, sans-serif;
  color: #4C1212;
  margin: 0.8vw auto;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  body .container .title {
    font-size: 3.75vw;
  }
}
@media (min-width: 1920px) {
  body .container .title {
    max-width: 1340px;
    margin: 15px auto;
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 6vw;
    margin: 1.6vw auto;
  }
}
@media (max-width: 375px) {
  body .container .title {
    font-size: 8.72vw;
  }
}
body .container h3.title {
  position: relative;
  font: 700 1.75vw/normal "bebas-neue-pro-expanded", Arial, sans-serif;
  color: #4C1212;
  margin: 0.8vw auto;
  text-transform: none;
  z-index: 1;
}
@media (min-width: 1280px) {
  body .container h3.title {
    font-size: 1.95vw;
  }
}
@media (min-width: 1920px) {
  body .container h3.title {
    max-width: 1340px;
    margin: 15px auto;
    font-size: 1.45vw;
    margin-top: 2vw;
  }
}
@media (min-width: 2320px) {
  body .container h3.title {
    max-width: 1340px;
    margin: 15px auto;
    font-size: 1.45vw;
    margin-top: 2vw;
  }
}
@media (max-width: 768px) {
  body .container h3.title {
    font-size: 2.9vw;
    margin: 1.6vw auto;
  }
}
@media (max-width: 375px) {
  body .container h3.title {
    font-size: 8.72vw;
  }
}
body .container .subtitle {
  font: 300 1.25vw/normal "Open Sans", Arial, sans-serif;
  margin: 0 auto 2vw;
}
@media (min-width: 1280px) {
  body .container .subtitle {
    font-size: 1.25vw;
  }
}
@media (min-width: 1920px) {
  body .container .subtitle {
    margin: 0 auto 40px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .container .subtitle {
    margin: 0 auto 3.6vw;
    font-size: 2vw;
  }
}
@media (max-width: 375px) {
  body .container .subtitle {
    font-size: 4.27vw;
  }
}
body .container-plug {
  background: url(img/Desktop_zaslepka.jpg) no-repeat center top;
  background-size: 100%;
  color: #656565;
  width: 100vw;
  height: 59.84vw;
  max-width: 100%;
}
body .container-plug .btn-plug {
  position: absolute;
  margin-top: 54.5vw;
  display: block;
  font-size: 1.1vw;
  color: #fff;
}
@media (max-width: 768px) {
  body .container-plug {
    background: url(img/Mobile_zaslepka.jpg) no-repeat center top;
    background-size: 100%;
    height: 179.95vw;
  }
  body .container-plug .btn-plug {
    margin-top: 181.5vw;
    font-size: 3.1vw;
  }
}
body .container-home {
  padding: 0 0 0;
  height: 65.1vw;
  margin-bottom: 5.21vw;
}
@media (min-width: 1920px) {
  body .container-home {
    padding-top: 0;
    height: 63vw;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  body .container-home {
    padding: 15.6vw 0 0;
    height: 184.8vw;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  body .container-home {
    padding: 15.6vw 0 0;
    height: 213.8vw;
    margin-bottom: 0;
  }
}
body .container-home .img-desktop {
  width: 100vw;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  body .container-home .img-desktop {
    width: 100vw;
    margin: auto;
  }
}
body .container-home .btn-take-part {
  margin-top: -20.57vw;
  padding: 1.1vw 2.8vw;
  min-width: 12.29vw;
}
@media (min-width: 1920px) {
  body .container-home .btn-take-part {
    margin-top: -395px;
    min-width: 236px;
    padding: 21.5px 53px;
  }
}
@media (max-width: 768px) {
  body .container-home .btn-take-part {
    margin-top: -145vw;
    min-width: 26.4vw;
    padding: 2.2vw 3.4vw;
  }
}
@media (max-width: 375px) {
  body .container-home .btn-take-part {
    margin-top: -125vw;
    min-width: 53.4vw;
    padding: 3.2vw 3.4vw;
  }
}
body .container-home .btn-beige {
  background-color: #F8F2EB;
  border-color: #F8F2EB;
  color: #4C1212;
}
body .container-home .btn-beige:hover, body .container-home .btn-beige:focus, body .container-home .btn-beige:active, body .container-home .btn-beige:not(:disabled):not(.disabled):active {
  background-color: #F8F2EB;
  border-color: #F8F2EB;
  color: #4C1212;
}
@media (max-width: 768px) {
  body .container-home .btn-beige {
    max-width: 24.4vw;
    padding: 1.2vw 3.4vw;
  }
}
@media (max-width: 375px) {
  body .container-home .btn-beige {
    max-width: 29.07vw;
    font-size: 4.27vw;
    padding: 2.2vw 3.4vw;
  }
}
body .container-awards {
  background: #f8f2eb;
}
@media (min-width: 1920px) {
  body .container-awards .sztabka-contrainer {
    top: 10.7vw;
  }
}
@media (min-width: 1920px) {
  body .container-awards {
    padding-top: 100px;
    /*height: 820px;*/
  }
}
@media (max-width: 768px) {
  body .container-awards {
    padding: 10.6vw 0 0;
    height: 105vw;
    margin-top: -18vw;
  }
}
@media (max-width: 375px) {
  body .container-awards {
    padding: 18.6vw 0 0;
    height: 316vw;
  }
}
body .container-awards .img-desktop {
  width: 100vw;
  display: block;
  margin: auto;
  margin-top: -4.87vw;
}
@media (min-width: 1920px) {
  body .container-awards .img-desktop {
    margin: -6vw auto auto;
  }
}
@media (max-width: 768px) {
  body .container-awards .img-desktop {
    width: 100vw;
    margin: -13vw auto auto;
  }
}
@media (max-width: 375px) {
  body .container-awards .img-desktop {
    width: 100vw;
    margin: -13vw auto auto;
  }
  body .container-awards .img-desktop.d-block-768 {
    display: none !important;
  }
}
body .container-rules {
  position: relative;
  background-color: #E92729;
  padding: 5.21vw 0 0;
  margin-top: 5.21vw;
  color: #fff;
  font-size: 0.83vw;
  font-family: "Open Sans", sans-serif;
  min-height: 45vw;
  z-index: 10;
}
body .container-rules:before {
  position: absolute;
  top: -7.6vw;
  width: 0;
  height: 0;
  border-top: 0 solid transparent; /* 150px solid $red-c Wysokość trójkąta */
  border-right: 0 solid transparent; /* 150px solid transparent Szerokość trójkąta */
  border-bottom: 7.81vw solid #E92729;
  border-left: 100vw solid transparent;
}
body .container-rules:after {
  position: absolute;
  bottom: -7.6vw;
  width: 0;
  height: 0;
  border-top: 7.81vw solid #E92729;
  border-right: 100vw solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
}
@media (min-width: 1920px) {
  body .container-rules {
    padding-top: 100px;
    margin-top: 100px;
    font-size: 16px;
    min-height: 860px;
  }
  body .container-rules:before {
    position: absolute;
    top: -149px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 150px solid #E92729;
    border-left: 100vw solid transparent;
  }
  body .container-rules:after {
    position: absolute;
    bottom: -149px;
    width: 0;
    height: 0;
    border-top: 150px solid #E92729;
    border-right: 100vw solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
  }
}
@media (max-width: 768px) {
  body .container-rules {
    padding: 18.6vw 0 0;
    min-height: 135vw;
    font-size: 1.44vw;
  }
}
@media (max-width: 375px) {
  body .container-rules {
    min-height: 260vw;
    font-size: 2.31vw;
  }
}
body .container-rules .title {
  color: #fff;
}
body .container-rules .img-desktop {
  display: block;
  margin: 3vw auto;
  width: 68.96vw;
  z-index: 10;
  position: relative;
}
body .container-rules .img-desktop.img-bg {
  width: 100vw;
  position: absolute;
  top: -17vw;
  z-index: 0;
}
@media (min-width: 1920px) {
  body .container-rules .img-desktop {
    width: 1324px;
  }
}
@media (max-width: 768px) {
  body .container-rules .img-desktop {
    width: 62.76vw;
    margin: 7vw auto;
  }
}
@media (max-width: 375px) {
  body .container-rules .img-desktop {
    width: 69.33vw;
  }
  body .container-rules .img-desktop.d-block-768 {
    display: none !important;
  }
}
body .container-rules .btn-take-part {
  position: absolute;
  color: transparent;
  top: 21.88vw;
  left: 39.06vw;
  width: 16.15vw;
  height: 2.6vw;
}
@media (min-width: 1920px) {
  body .container-rules .btn-take-part {
    top: 420px;
  }
}
@media (max-width: 768px) {
  body .container-rules .btn-take-part {
    top: 71.88vw;
    left: 40.06vw;
    width: 46.15vw;
    height: 9.6vw;
  }
}
body .container-rules .btn-border {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
  position: relative;
}
body .container-rules .btn-border:hover, body .container-rules .btn-border:focus, body .container-rules .btn-border:active, body .container-rules .btn-border:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .container-rules .bottom-text {
  margin: 3vw auto;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  body .container-rules .bottom-text {
    margin: 7vw 18vw;
  }
}
@media (max-width: 375px) {
  body .container-rules .bottom-text {
    margin: 7vw auto;
  }
}
body .container-recipes {
  padding: 5.21vw 0 0;
}
@media (max-width: 768px) {
  body .container-recipes {
    padding: 18.6vw 0 0;
  }
}
body .container-recipes .img-desktop {
  width: 22.97vw;
}
@media (min-width: 1920px) {
  body .container-recipes .img-desktop {
    width: 441px;
  }
}
@media (max-width: 768px) {
  body .container-recipes .img-desktop {
    width: 86.07vw;
  }
}
body .container-contact {
  padding: 11.98vw 0 5.21vw;
  overflow-x: hidden;
  background: #fff url("img/contact-bg-d.png") no-repeat center bottom;
  background-size: 100%;
  min-height: 46.51vw;
}
@media (min-width: 1925px) {
  body .container-contact {
    min-height: 45vw;
    background: #fff url("img/contact-bg-d.png") no-repeat center bottom;
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  body .container-contact .title {
    margin: -5vw auto 2vw;
  }
}
@media (max-width: 375px) {
  body .container-contact .title {
    margin: -5vw auto 7vw;
  }
}
body .container-contact .subtitle {
  font-size: 1.25vw;
  position: relative;
}
body .container-contact .subtitle a {
  margin-top: 3vw;
  font-weight: bold;
}
@media (min-width: 1280px) {
  body .container-contact .subtitle {
    font-size: 1.25vw;
  }
}
@media (min-width: 1920px) {
  body .container-contact .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .container-contact .subtitle {
    font-size: 2vw;
  }
  body .container-contact .subtitle a {
    margin: 5vw auto 7vw;
  }
}
@media (max-width: 375px) {
  body .container-contact .subtitle {
    font-size: 4.27vw;
  }
  body .container-contact .subtitle a {
    margin: 7vw auto 10vw;
  }
}
@media (max-width: 768px) {
  body .container-contact .img-desktop {
    max-width: 81.25vw;
  }
}
body .container-contact .text-click {
  font-size: 0.78vw;
  max-width: 40.1vw;
  margin: auto;
}
@media (min-width: 1920px) {
  body .container-contact .text-click {
    font-size: 15px;
    max-width: 31vw;
  }
}
@media (max-width: 768px) {
  body .container-contact .text-click {
    font-size: 1.26vw;
    max-width: 50vw;
  }
}
@media (max-width: 375px) {
  body .container-contact .text-click {
    font-size: 2.67vw;
    max-width: 60vw;
  }
}
body .container-contact .text-click .more-text {
  cursor: pointer;
}
body .container-contact .text-click #AllTextContact {
  transition: all 0.1s;
  display: block !important;
  overflow: hidden;
}
body .container-contact .text-click .collapse:not(.show) {
  height: 0px !important;
}
body .container-contact .text-click .collapse.in {
  height: auto !important;
  display: block !important;
}
@media (min-width: 1920px) {
  body .container-contact {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  body .container-contact {
    background: #fff url("img/contact-bg-m.png") no-repeat center bottom;
    background-size: 100%;
    min-height: 50vw;
    padding: 18.6vw 0;
  }
}
@media (max-width: 375px) {
  body .container-contact {
    background: #fff url("img/contact-bg-m.png") no-repeat center bottom;
    background-size: 100%;
  }
}
body .container-register {
  padding: 5.21vw 0 0;
  background: #fff;
  background: linear-gradient(180deg, #F8F2EB 0%, #fff 100%);
  width: 100vw;
  min-height: 48vw;
}
body .container-register .img-register {
  position: absolute;
  right: 0;
  top: -12vw;
  z-index: 0;
  width: 32.6vw;
  height: 35.63vw;
}
@media (min-width: 1920px) {
  body .container-register {
    /*padding-top: 100px;*/
    /*min-height: 920px;*/
  }
  body .container-register .img-register {
    width: 626px;
    height: 684px;
  }
}
@media (max-width: 768px) {
  body .container-register {
    padding: 18.6vw 0 0;
    width: 100vw;
    min-height: 50vw;
  }
  body .container-register .img-register {
    top: -26vw;
  }
}
body .container-register.no-bg {
  background: none;
}
body .container-register #register-form {
  max-width: 34vw;
  margin: 3vw auto 0;
  text-align: left;
  background: transparent;
  border-radius: 1.77vw;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  body .container-register #register-form {
    max-width: 100vw;
    border-radius: 9.38vw;
  }
}
body .container-register #register-form .control-label {
  font-size: 0.84vw;
  font-weight: normal;
}
@media (min-width: 1920px) {
  body .container-register #register-form .control-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .control-label {
    font-size: 2.09vw;
  }
}
body .container-register #register-form .field-registerform-agree {
  color: #656565;
  font-size: 0.78vw;
  font-family: "Open Sans", sans-serif;
  margin: 1vw 0;
  text-align: left;
}
body .container-register #register-form .field-registerform-agree .help-block {
  max-width: 100vw !important;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree {
    font-size: 1.26vw;
    margin-top: 2vw;
    text-align: left;
    max-width: 81.25vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .field-registerform-agree {
    font-size: 2.67vw;
  }
}
body .container-register #register-form .field-registerform-agree a {
  color: #656565;
}
body .container-register #register-form .field-registerform-agree a:hover, body .container-register #register-form .field-registerform-agree a:focus, body .container-register #register-form .field-registerform-agree a:active {
  color: #656565;
}
body .container-register #register-form .field-registerform-agree label {
  font-weight: normal;
  position: relative;
  left: 1.6vw;
  cursor: pointer;
  margin: 0.5rem 0;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree label {
    left: 30px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree label {
    left: 3.2vw;
    max-width: 95%;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .field-registerform-agree label {
    left: 5.2vw;
  }
}
body .container-register #register-form .field-registerform-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .container-register #register-form .field-registerform-agree .checkmark {
  position: absolute;
  top: -2px;
  left: -1.6vw;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #656565;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree .checkmark {
    left: -30px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree .checkmark {
    top: 0;
    left: -3.2vw;
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .field-registerform-agree .checkmark {
    top: 0;
    left: -5.2vw;
    width: 4.27vw;
    height: 4.27vw;
  }
}
body .container-register #register-form .field-registerform-agree .checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #656565;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.35vw;
  top: 0.1vw;
  width: 0.4vw;
  height: 0.7vw;
  border: solid #656565;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 0.5vw;
    top: 0;
    width: 0.7vw;
    height: 1.3vw;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 1.05vw;
    top: 0.1vw;
    width: 1.7vw;
    height: 3.2vw;
  }
}
body .container-register #register-form .btn-file {
  padding: 0.42vw 0;
  font-size: 0.94vw;
  line-height: 0.94vw;
  /*background-color: transparent;
  border: 1px solid transparent;*/
  color: #656565;
  cursor: pointer;
}
body .container-register #register-form .btn-file:hover, body .container-register #register-form .btn-file:focus, body .container-register #register-form .btn-file:active, body .container-register #register-form .btn-file:not(:disabled):not(.disabled):active {
  /*background-color: transparent;
  border: 1px solid transparent;*/
  color: #656565;
}
body .container-register #register-form .btn-file .hidden-xs {
  height: calc(2.3vw + 2px);
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  body .container-register #register-form .btn-file {
    padding: 8px 0;
    font-size: 18px;
    line-height: 18px;
  }
  body .container-register #register-form .btn-file .hidden-xs {
    height: 48px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .btn-file {
    min-width: 73.4vw;
    font-size: 5.5vw;
    line-height: 5.5vw;
    padding: 2vw 3.4vw;
    /*margin: 5vw auto 0;*/
  }
  body .container-register #register-form .btn-file .hidden-xs {
    display: flex !important;
    height: calc(9.6vw + 2px);
  }
}
body .container-register #register-form .btn-register {
  margin: 0;
}
@media (max-width: 768px) {
  body .container-register #register-form .btn-register {
    margin: 5vw auto;
  }
}
body .container-register #register-form .form-control {
  color: #656565;
  font-size: 1.09vw;
  font-family: "Open Sans", sans-serif;
  border: 0;
  border-bottom: 0px solid #656565;
  border-radius: 0.31vw;
  text-align: left;
  height: calc(2.6vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  background-color: #fff;
  padding: 0.31vw 0.63vw;
  max-width: 21.88vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
body .container-register #register-form .form-control[readonly] {
  background-color: #fff;
}
@media (min-width: 1920px) {
  body .container-register #register-form .form-control {
    font-size: 20px;
    height: 37px;
    border-radius: 6px;
    padding: 6px 12px;
    max-width: 395px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .form-control {
    font-size: 2.5vw;
    height: calc(4.6vw + 2px);
    padding: 0.75vw 1.5vw;
    max-width: 35vw;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .form-control {
    font-size: 4.17vw;
    height: calc(9.6vw + 2px);
    max-width: 80vw;
  }
}
body .container-register #register-form .form-control::placeholder {
  color: #656565;
  opacity: 1;
}
body .container-register #register-form .form-control:focus {
  color: #656565;
  outline: 0;
  box-shadow: 0 0 0 0 #fff;
}
body .container-register #register-form .container-form {
  padding: 0;
  position: relative;
}
body .container-register #register-form .container-form .help-block {
  max-width: 21.88vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  body .container-register #register-form .container-form {
    padding: 0;
  }
  body .container-register #register-form .container-form .help-block {
    max-width: 395px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .container-form {
    margin-top: 5vw;
  }
  body .container-register #register-form .container-form .help-block {
    max-width: 35vw;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .container-form {
    margin-top: 10vw;
  }
  body .container-register #register-form .container-form .help-block {
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .container-register #register-form .text-bottom {
  margin-top: 1.5vw;
  color: #656565;
  font-size: 0.78vw;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 1920px) {
  body .container-register #register-form .text-bottom {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .text-bottom {
    font-size: 1.26vw;
    max-width: 81.25vw;
    margin: auto;
  }
}
@media (max-width: 375px) {
  body .container-register #register-form .text-bottom {
    font-size: 2.67vw;
  }
}
body .container-register #register-form .text-bottom .more-text {
  cursor: pointer;
}
body .container-register #register-form .text-bottom .collapse.in {
  display: block !important;
}
body .container-register .pop-up {
  position: relative;
  /*padding: 3vw 2vw;*/
  background: #F8F2EB;
  width: 23.75vw;
  height: 18.65vw;
  margin: auto;
  font-size: 1.04vw;
}
@media (min-width: 1820px) {
  body .container-register .pop-up {
    width: 30.75vw;
    height: auto !important;
    font-size: 20px;
  }
  body .container-register .pop-up img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up {
    width: 59.38vw;
    height: 46.61vw;
    border-radius: 3.91vw;
    /*padding: 5vw;*/
    font-size: 5.21vw;
  }
}
body .container-register .pop-up .draw-box {
  width: 19.8vw;
  height: 13.8vw;
  margin: auto;
}
body .container-register .pop-up .draw-box .img-desktop {
  width: 5.99vw;
  margin: auto;
}
@media (min-width: 1920px) {
  body .container-register .pop-up .draw-box {
    width: 295px;
    height: 265px;
  }
  body .container-register .pop-up .draw-box .img-desktop {
    width: 115px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up .draw-box {
    width: 73.83vw;
    height: 43.83vw;
  }
  body .container-register .pop-up .draw-box .img-desktop {
    width: 31.51vw;
  }
}
body .container-register .pop-up .btn-close {
  font-family: "bebas-neue-pro", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 4vw;
  color: #4C1212;
}
@media (max-width: 768px) {
  body .container-register .pop-up .btn-close {
    font-size: 10vw;
  }
}
body .container-register .pop-up .btn-close:hover, body .container-register .pop-up .btn-close:focus {
  text-decoration: none;
}
body .container-register .pop-up .text-bottom {
  color: #4C1212;
  font-family: "bebas-neue-pro-condensed", sans-serif;
  text-transform: uppercase;
}
body .container-register .pop-up.box-loose {
  height: 18.65vw;
}
@media (min-width: 1920px) {
  body .container-register .pop-up.box-loose {
    height: 358px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up.box-loose {
    height: 46.61vw;
  }
}
body .container-register .pop-up.box-loose .btn-recipes {
  margin: -1vw auto 2vw;
}
body .container-register .blank-box {
  height: 20vh;
}
@media (min-width: 1920px) {
  body .container-register .blank-box {
    height: 200px;
  }
}
body .container-register.register-end {
  background: none;
  min-height: initial;
}
body .container-register.register-end .pop-up {
  padding: 3vw 0;
  height: 22.4vw;
  font-family: "bebas-neue-pro";
  font-weight: 300;
  font-size: 1.25vw;
}
body .container-register.register-end .pop-up strong {
  font-weight: 700;
}
@media (min-width: 1920px) {
  body .container-register.register-end .pop-up {
    height: 430px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body .container-register.register-end .pop-up {
    font-size: 3vw;
    height: 62.4vw;
  }
  body .container-register.register-end .pop-up .img-desktop {
    width: 19.25vw;
  }
}
@media (max-width: 375px) {
  body .container-register.register-end .pop-up {
    font-size: 4.53vw;
    height: 82.4vw;
    padding: 13vw 0;
  }
  body .container-register.register-end .pop-up .img-desktop {
    width: 28.8vw;
  }
}
body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
  color: #E92729 !important;
  font-size: 0.78vw;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
    font-size: 1.26vw;
  }
}
@media (max-width: 375px) {
  body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
    font-size: 2.67vw;
  }
}
body .has-error .form-control {
  border-color: #E92729 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 0.78vw;
}
@media (max-width: 768px) {
  body .has-error .form-control {
    font-size: 2vw;
  }
}
@media (max-width: 375px) {
  body .has-error .form-control {
    font-size: 2.67vw;
  }
}

#wez-udzial.haveCanvas {
  max-width: 100%;
  padding-bottom: 0;
}
#wez-udzial.haveCanvas .title {
  margin-top: 1.4vw;
}
#wez-udzial.haveCanvas .subtitle {
  font-size: 4vw;
  margin-top: 0;
}
@media (max-width: 768px) {
  #wez-udzial.haveCanvas .subtitle {
    margin-top: 0;
  }
}
#wez-udzial.haveCanvas .subtitle-loose {
  font-size: 1.5vw;
  margin-top: 0;
}
@media (max-width: 768px) {
  #wez-udzial.haveCanvas .subtitle-loose {
    font-size: 3.5vw;
    margin-top: 0;
  }
}
#wez-udzial .pop-up-draw {
  position: relative;
  width: auto;
  height: 481px;
  margin: auto;
  overflow: visible !important;
}
@media (max-width: 768px) {
  #wez-udzial .pop-up-draw {
    width: 99.87vw;
    height: 178.39vw;
  }
}
#wez-udzial .pop-up-draw .draw-bg {
  background: url("img/scratch-bg-d.png") no-repeat center top;
  width: 660px;
  height: 481px;
  padding-bottom: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  #wez-udzial .pop-up-draw .draw-bg {
    background: url("img/scratch-bg-m.png") no-repeat center top;
    background-size: 100%;
    width: 100vw;
    height: 178.39vw;
  }
}
#wez-udzial .pop-up-draw .btn-close {
  font-family: "bebas-neue-pro", Arial, sans-serif;
  opacity: 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 5vw;
  color: #4C1212;
}
@media (max-width: 768px) {
  #wez-udzial .pop-up-draw .btn-close {
    font-size: 10vw;
  }
}
#wez-udzial .pop-up-draw .btn-close:hover, #wez-udzial .pop-up-draw .btn-close:focus {
  text-decoration: none;
}
#wez-udzial .pop-up-draw .text-bottom {
  color: #4C1212;
  font-family: "bebas-neue-pro-expanded", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#wez-udzial .pop-up-draw .section-draw {
  position: relative;
  height: inherit;
  z-index: 100000;
}
#wez-udzial .pop-up-draw .section-draw .btn-transparent {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  /*width: 22.92vw;
  height: 4.06vw;
  top: 23.5vw;*/
  width: 440px;
  height: 78px;
  top: 450px;
  position: relative;
}
@media (min-width: 1920px) {
  #wez-udzial .pop-up-draw .section-draw .btn-transparent {
    width: 440px;
    height: 78px;
    top: 450px;
  }
}
@media (max-width: 768px) {
  #wez-udzial .pop-up-draw .section-draw .btn-transparent {
    height: 15.36vw;
    top: 132.81vw;
  }
}
#wez-udzial .not-form-img {
  display: block;
  margin: auto;
  /* Desktop — domyślnie */
  padding-top: 3.75vw;
  width: 19.14vw;
  /* Tablet */
  /* Telefon poziomo / mały tablet */
  /* Telefon */
  /* Mały telefon */
}
@media (max-width: 991px) {
  #wez-udzial .not-form-img {
    /* CSS */
  }
}
@media (max-width: 767px) {
  #wez-udzial .not-form-img {
    /* CSS */
  }
}
@media (max-width: 575px) {
  #wez-udzial .not-form-img {
    /* CSS */
  }
}
@media (max-width: 375px) {
  #wez-udzial .not-form-img {
    /* CSS */
  }
}

#js-container {
  background: url("img/scratch-bg-d.png") no-repeat center top;
  width: 660px;
  height: 481px;
  margin: auto;
}
#js-container canvas {
  width: 660px;
  height: 481px;
}
@media (max-width: 480px) {
  #js-container {
    background: url("img/scratch-bg-d.png") no-repeat center top;
    width: auto;
    height: auto;
    background-size: contain;
  }
  #js-container canvas {
    width: auto;
    height: auto !important;
  }
}

.select2-container--krajee-bs3 .select2-selection:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px rgba(102, 175, 233, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px rgba(102, 175, 233, 0) !important;
  border-color: #656565 !important;
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--single {
  color: #656565;
  font-size: 0.78vw;
  font-family: "Open Sans", sans-serif;
  border: 0;
  border-bottom: 1px solid #004C1D;
  border-radius: 0;
  text-align: left;
  height: calc(2.3vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  padding: 0.375rem 0;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single {
    font-size: 15px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single {
    font-size: 4.17vw;
    height: calc(9.6vw + 2px);
  }
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--single .select2-selection__placeholder {
  color: #656565 !important;
  height: calc(2.3vw + 2px);
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single .select2-selection__placeholder {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single .select2-selection__placeholder {
    height: calc(9.6vw + 2px);
  }
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #656565 !important;
  height: calc(2.3vw + 2px);
  display: flex !important;
  align-items: center;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single .select2-selection__rendered {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single .select2-selection__rendered {
    height: calc(9.6vw + 2px);
  }
}
.select2-container--krajee-bs3.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px rgba(102, 175, 233, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px rgba(102, 175, 233, 0) !important;
  border-color: #656565 !important;
}
.select2-container--krajee-bs3 .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !important;
  border-color: #656565 !important;
  color: #656565 !important;
  font-size: 0.78vw;
  font-family: "franklin-gothic-condensed", sans-serif;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-dropdown {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-dropdown {
    font-size: 4.17vw;
  }
}

.select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
  color: #656565;
  font-size: 0.78vw;
  font-family: "Open Sans", sans-serif;
  border: 0;
  border-bottom: 1px solid #004C1D;
  border-radius: 0;
  text-align: left;
  min-height: calc(2.3vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  padding: 0.375rem 0 0;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
    font-size: 15px;
    min-height: 48px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
    font-size: 4.17vw;
    min-height: calc(9.6vw + 2px);
  }
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--multiple .select2-selection__placeholder {
  color: #656565 !important;
  height: calc(2.3vw + 2px);
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple .select2-selection__placeholder {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple .select2-selection__placeholder {
    height: calc(9.6vw + 2px);
  }
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--multiple .select2-selection__rendered {
  color: #656565 !important;
  min-height: calc(1.98vw + 2px);
  display: block !important;
  align-items: center;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple .select2-selection__rendered {
    min-height: 38px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple .select2-selection__rendered {
    min-height: calc(9.6vw + 2px);
    padding-top: 1.6rem !important;
  }
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected] {
  color: #656565 !important;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  background-color: #656565 !important;
  color: #fff !important;
}

.select2-container--krajee-bs3 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs3 .select2-results__option[aria-selected=true] {
  background-color: #b2c9bb !important;
  color: #656565 !important;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  height: calc(2.3vw + 2px) !important;
  border-left: 0 !important;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: calc(9.6vw + 2px) !important;
  }
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
  border-color: #656565 transparent transparent transparent !important;
  left: initial !important;
  right: 0;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 9px 0 9px !important;
    margin-left: -9px;
  }
}

.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #656565 transparent !important;
  border-width: 0 4px 5px 4px;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 9px 10px 9px !important;
  }
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
  top: 1.04vw !important;
  color: #656565;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    top: 15px !important;
    right: 20px !important;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    top: 1.95vw !important;
    right: 2.6vw !important;
    font-size: 4.17vw !important;
  }
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
  color: #656565 !important;
  padding: 0.375rem 0 0 !important;
  height: calc(1.98vw + 2px) !important;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 38px !important;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: calc(4.95vw + 2px) !important;
  }
}

.s2-togall-button {
  color: #656565 !important;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
  color: #656565 !important;
}

.select2-container--krajee-bs3 .select2-selection.select2-selection--single, .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
  font-size: 0.78vw;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single, .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--single, .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
    font-size: 4.17vw;
  }
}

.select2-container--krajee-bs3 .select2-search__field::placeholder {
  opacity: 1 !important;
  color: #656565 !important;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
section:not(.active) .cssanimation {
  opacity: 0;
}

section.active .cssanimation {
  animation-duration: 1s;
  animation-fill-mode: both;
}
section.active .cssanimation-delay-1 {
  animation-delay: 0.1s;
}
section.active .cssanimation-delay-2 {
  animation-delay: 0.2s;
}
section.active .cssanimation-delay-3 {
  animation-delay: 0.3s;
}
section.active .cssanimation-delay-4 {
  animation-delay: 0.4s;
}
section.active .cssanimation-delay-5 {
  animation-delay: 0.5s;
}
section.active .cssanimation-delay-6 {
  animation-delay: 0.6s;
}
section.active .cssanimation-delay-7 {
  animation-delay: 0.7s;
}
section.active .cssanimation-delay-8 {
  animation-delay: 0.8s;
}
section.active .cssanimation-delay-9 {
  animation-delay: 0.9s;
}
section.active .cssanimation-delay-10 {
  animation-delay: 1s;
}
section.active .fadeInBottom {
  animation-name: fadeInBottom;
}

:focus-visible {
  outline: none;
}

#AllText a {
  color: #656565;
  text-decoration: underline;
}

*:focus {
  outline: none !important;
}

.select2-container--krajee-bs3 .select2-selection.select2-selection--multiple {
  position: relative;
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--multiple:after {
  content: "";
  border-color: #656565 transparent transparent transparent !important;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple:after {
    right: 0;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection.select2-selection--multiple:after {
    right: 0;
    border-width: 10px 9px 0 9px !important;
  }
}

.select2-container--krajee-bs3.select2-container--open .select2-selection.select2-selection--multiple:after {
  border-color: transparent transparent #656565 transparent !important;
  border-width: 0 4px 5px 4px;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3.select2-container--open .select2-selection.select2-selection--multiple:after {
    border-width: 0 9px 10px 9px !important;
  }
}

body.disable-scroll {
  touch-action: none !important;
  overflow: hidden !important;
}
body.disable-scroll header {
  pointer-events: none;
  touch-action: none !important;
}
body.disable-scroll *:not(.section-draw) {
  overflow: hidden !important;
  touch-action: none !important;
}

.sztabka-contrainer {
  position: absolute;
  left: calc(50% - 15.5vw);
  width: 32vw;
  z-index: 1111;
  top: 7vw;
}
.sztabka-contrainer .sztabka_center {
  position: absolute;
  left: 3vw;
  top: 2vw;
  width: 26vw;
  z-index: 11111;
}
.sztabka-contrainer .sztabka_left {
  position: absolute;
  left: -2vw;
  top: 8vw;
  width: 16vw;
}
.sztabka-contrainer .sztabka_right {
  position: absolute;
  left: 18vw;
  top: 8vw;
  width: 14vw;
}

.paragon-wrapper {
  position: relative;
}
.paragon-wrapper .paragon-wrapper-img {
  position: absolute;
  right: 9vw;
  object-fit: contain;
  cursor: pointer;
  width: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 4920px) {
  .paragon-wrapper .paragon-wrapper-img {
    right: 6vw;
    width: 1.8vw;
    max-width: 33px;
  }
}
@media (max-width: 1920px) {
  .paragon-wrapper .paragon-wrapper-img {
    right: 6vw;
    width: 1.8vw;
  }
}
@media (max-width: 1300px) {
  .paragon-wrapper .paragon-wrapper-img {
    right: 4vw;
    width: 2.4vw;
  }
}
@media (max-width: 768px) {
  .paragon-wrapper .paragon-wrapper-img {
    right: 24vw;
    width: 4.5vw;
  }
}
@media (max-width: 375px) {
  .paragon-wrapper .paragon-wrapper-img {
    right: 9vw;
    width: 6.5vw;
  }
}

.pop-up.box-paragon {
  position: fixed !important;
  top: 15vh !important;
  left: calc(50% - 12.5vw);
  width: 25vw !important;
  z-index: 10000000;
  background: transparent !important;
  display: none;
}
.pop-up.box-paragon .show {
  display: block;
}

img.refresh-on-click {
  max-height: 100%;
}

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