@import url("font/font.css");
body {
  background-color: #004C1D;
  color: #fff;
  font: normal 20px/normal "franklin-gothic", Arial, sans-serif;
}
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: #fff;
}
body a:hover, body a:focus, body a:active {
  color: #fff;
}
body img {
  max-width: 100%;
}
body .text-underline {
  text-decoration: underline;
}
body .green-c {
  color: #004C1D;
}
body .red-c {
  color: #D10503;
}
body .yellow-c {
  color: #FFED00;
}
@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 .btn {
  font: bold 1.04vw/normal "franklin-gothic-condensed", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 1.05vw;
  background-color: #FFED00;
  border: 1px solid #FFED00;
  color: #004C1D;
  padding: 0.76vw 1.5vw;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  min-width: 13.9vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #FFED00;
  border-color: #FFED00;
  color: #004C1D;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1920px) {
  body .btn {
    border-radius: 20px;
    min-width: 266px;
    font-size: 20px;
    padding: 14.5px 30px;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 73.4vw;
    font-size: 5.5vw;
    padding: 4.2vw 3.4vw;
    border-radius: 5vw;
  }
}
body .header {
  width: 100%;
  height: 5.21vw;
  z-index: 10000;
  position: fixed;
  background: #004C1D;
  font: normal 1.05vw/normal "franklin-gothic-condensed", Arial, sans-serif;
  color: #FFED00;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .header {
    height: 100px;
    font-size: 20px;
  }
}
body .header .navbar {
  max-width: 68vw;
  margin: auto;
  min-height: 5.21vw;
}
@media (min-width: 1920px) {
  body .header .navbar {
    min-height: 100px;
  }
}
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.05vw;
  line-height: normal;
  color: #FFED00;
  padding: 0.2vw 2vw;
  letter-spacing: 2px;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 3.6px 38px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo {
  padding-top: 0.4vw;
  padding-bottom: 0.5vw;
  position: fixed;
  left: 0;
  top: 0;
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
  max-width: 13.7vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
    max-width: 263px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.2vw 0.5vw;
  min-width: 9vw;
  border-radius: 0.8vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 3.8px 9.6px;
    min-width: 173px;
    border-radius: 15px;
  }
}
@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: #D10503;
  }
  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: #D10503;
    border-left: 1px solid #D10503;
    border-right: 1px solid #D10503;
  }
  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: #FFED00;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 1.3vw 3.4vw;
    border-radius: 1.95vw;
  }
  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-img {
    width: 40vw;
    margin-top: 2.2vw;
  }
  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 #FFED00;
    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: #FFED00;
    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: #FFED00;
  }
  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: #004C1D;
  }
  body .header.show-menu .navbar-expand-md {
    background: #004C1D;
    border-left: 1px solid #004C1D;
    border-right: 1px solid #004C1D;
    -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: 1.25vw;
  font-family: "franklin-gothic-condensed", Arial, sans-serif;
  font-weight: bold;
  background-color: #8FB43F;
}
body .footer .container {
  max-width: 69.79vw;
  padding-bottom: 0;
}
body .footer .container .row {
  margin: 1.56vw auto;
  text-align: center;
}
@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: 1920px) {
  body .footer {
    font-size: 24px;
  }
  body .footer .container {
    max-width: 1340px;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 3.13vw;
  }
  body .footer .container {
    max-width: 84vw;
  }
}
body .footer .img-desktop {
  width: 100vw;
  padding-top: 0;
}
body .bottom-hr {
  position: relative;
  background-color: #D10503;
  height: 5.73vw;
  text-transform: uppercase;
  font: bold 5vw/normal "franklin-gothic-condensed", Arial, sans-serif;
  margin-top: -18vw;
  letter-spacing: 5px;
}
@media (min-width: 1920px) {
  body .bottom-hr {
    height: 110px;
    font-size: 96px;
    margin-top: -345px;
  }
}
@media (max-width: 768px) {
  body .bottom-hr {
    font-size: 8.85vw;
    color: #fff;
    height: initial;
    margin: auto;
    background: transparent;
  }
}
body .container {
  max-width: 100%;
  text-align: center;
}
body .container .title {
  position: relative;
  font: bold 3.33vw/normal "franklin-gothic-condensed", Arial, sans-serif;
  color: #FFED00;
  margin: 0.8vw auto;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .container .title {
    max-width: 1340px;
    margin: 15px auto;
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 8.72vw;
    margin: 1.6vw auto;
  }
}
body .container .subtitle {
  font: normal 1.67vw/normal "franklin-gothic-condensed", Arial, sans-serif;
  margin: 0 auto 2vw;
}
@media (min-width: 1920px) {
  body .container .subtitle {
    margin: 0 auto 40px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body .container .subtitle {
    margin: 0 auto 3.6vw;
    font-size: 5.47vw;
  }
}
body .container-plug {
  background: url(img/Zaslepka.jpg) no-repeat center top;
  background-size: 100%;
  color: #000;
  width: 100vw;
  height: 54.58vw;
  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/Zaslepka_mobile.jpg) no-repeat center top;
    background-size: 100%;
    height: 178.39vw;
  }
  body .container-plug .btn-plug {
    margin-top: 181.5vw;
    font-size: 3.1vw;
  }
}
body .container-home {
  padding: 2.6vw 0 0;
  height: 44.5vw;
  margin-bottom: 5.21vw;
}
@media (min-width: 1920px) {
  body .container-home {
    padding-top: 50px;
    height: 820px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  body .container-home {
    padding: 18.6vw 0 0;
    height: 172.8vw;
    margin-bottom: 0;
  }
}
body .container-home .img-desktop {
  width: 76.98vw;
  display: block;
  margin: auto;
}
@media (min-width: 1920px) {
  body .container-home .img-desktop {
    width: 1478px;
  }
}
@media (max-width: 768px) {
  body .container-home .img-desktop {
    width: 100vw;
    margin: auto;
  }
}
body .container-home .btn {
  margin-top: -42.5vw;
  padding: 0.55vw 1.5vw;
  min-width: 12.29vw;
  /*&-no-bg {
      background-color: transparent;
      border: 1px solid $white-c;
      color: $white-c;
      &:hover, &:focus, &:active, &:not(:disabled):not(.disabled):active {
          background-color: transparent;
          border: 1px solid $white-c;
          color: $white-c;
      }
  }*/
}
@media (min-width: 1920px) {
  body .container-home .btn {
    margin-top: -815px;
    min-width: 236px;
    padding: 10.5px 30px;
  }
}
@media (max-width: 768px) {
  body .container-home .btn {
    margin-top: -10vw;
    min-width: 66.4vw;
    padding: 3.2vw 3.4vw;
  }
}
body .container-awards {
  padding: 5.21vw 0 0;
}
@media (min-width: 1920px) {
  body .container-awards {
    padding-top: 100px;
    /*height: 820px;*/
  }
}
@media (max-width: 768px) {
  body .container-awards {
    padding: 18.6vw 0 0;
    height: 180vw;
  }
}
body .container-awards .img-desktop {
  width: 81.61vw;
  display: block;
  margin: auto;
  margin-left: 11.98vw;
  margin-top: 3.13vw;
}
@media (min-width: 1920px) {
  body .container-awards .img-desktop {
    width: 1567px;
    margin-left: calc((100% - 1460px) / 2);
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  body .container-awards .img-desktop {
    width: 100vw;
    margin: -7vw auto auto;
  }
}
body .container-rules {
  position: relative;
  background-color: #FFED00;
  padding: 5.21vw 0 0;
  color: #004C1D;
  font-size: 0.83vw;
  font-family: "franklin-gothic-condensed", sans-serif;
}
@media (min-width: 1920px) {
  body .container-rules {
    padding-top: 100px;
    /*height: 820px;*/
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-rules {
    padding: 18.6vw 0 0;
    /*height: 180vw;*/
    font-size: 3.31vw;
  }
}
body .container-rules .title {
  color: #004C1D;
}
body .container-rules .img-desktop {
  display: block;
  margin: 3vw auto;
  width: 42.24vw;
}
@media (min-width: 1920px) {
  body .container-rules .img-desktop {
    width: 811px;
  }
}
@media (max-width: 768px) {
  body .container-rules .img-desktop {
    width: 85.03vw;
    margin: 7vw auto 7vw 9vw;
  }
}
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 {
  border: 1px solid #004C1D;
}
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 {
  border-color: #004C1D;
}
body .container-rules .bottom-text {
  margin: 3vw auto;
}
@media (max-width: 768px) {
  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: 5.21vw 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body .container-contact .title {
    margin: -5vw auto 7vw;
  }
}
body .container-contact .subtitle {
  font-size: 1.82vw;
  position: relative;
}
body .container-contact .subtitle a {
  margin-top: 3vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  body .container-contact .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  body .container-contact .subtitle {
    font-size: 5.52vw;
  }
  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.63vw;
  max-width: 40.1vw;
  margin: auto;
}
@media (min-width: 1920px) {
  body .container-contact .text-click {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body .container-contact .text-click {
    font-size: 3vw;
    max-width: 100vw;
  }
}
body .container-contact .text-click .more-text {
  cursor: pointer;
}
body .container-contact .text-click .collapse.in {
  display: block !important;
}
@media (min-width: 1920px) {
  body .container-contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  body .container-contact {
    min-height: 150vw;
    padding: 18.6vw 0;
  }
}
body .container-register {
  padding: 5.21vw 0 0;
  background: url(img/register-d.png) no-repeat center 12vw;
  background-size: 58.96vw 36.35vw;
  width: 100vw;
  min-height: 48vw;
}
@media (min-width: 1920px) {
  body .container-register {
    /*padding-top: 100px;*/
    /*min-height: 920px;*/
  }
}
@media (max-width: 768px) {
  body .container-register {
    padding: 18.6vw 0 0;
    background: url(img/register-d.png) no-repeat center 32vw;
    background-size: 200vw;
    width: 100vw;
    min-height: 50vw;
  }
}
body .container-register.no-bg {
  background: none;
}
body .container-register #register-form {
  max-width: 40.1vw;
  /*min-height: 26.04vw;*/
  margin: 5vw auto 0;
  text-align: left;
  background: #fff;
  border-radius: 1.77vw;
}
@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: #004C1D;
  font-size: 0.78vw;
  font-family: "franklin-gothic-condensed", sans-serif;
  margin: 1vw 0;
  text-align: center;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree {
    font-size: 3.91vw;
    margin-top: 5vw;
    text-align: left;
  }
}
@media (max-width: 576px) {
  body .container-register #register-form .field-registerform-agree {
    /*font-size: 2vw;*/
  }
}
body .container-register #register-form .field-registerform-agree a {
  color: #004C1D;
}
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: #004C1D;
}
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: 5.2vw;
    max-width: 95%;
  }
}
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.1vw;
  height: 1.1vw;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #004C1D;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree .checkmark {
    left: -30px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree .checkmark {
    top: 0;
    left: -5.2vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
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 #004C1D;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.31vw;
  top: 0.1vw;
  width: 0.4vw;
  height: 0.7vw;
  border: solid #004C1D;
  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: 1.2vw;
    top: 0.4vw;
    width: 1vw;
    height: 2.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: #004C1D;
  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: #004C1D;
}
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: #004C1D;
  font-size: 0.78vw;
  font-family: "franklin-gothic-condensed", 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;
}
body .container-register #register-form .form-control[readonly] {
  background-color: transparent;
}
@media (min-width: 1920px) {
  body .container-register #register-form .form-control {
    font-size: 15px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .form-control {
    font-size: 4.17vw;
    height: calc(9.6vw + 2px);
  }
}
body .container-register #register-form .form-control::placeholder {
  color: #004C1D;
  opacity: 1;
}
body .container-register #register-form .form-control:focus {
  color: #004C1D;
  outline: 0;
  box-shadow: 0 0 0 0 #fff;
}
body .container-register #register-form .container-form {
  padding: 3.13vw 1.56vw 1.56vw;
  position: relative;
}
body .container-register #register-form .container-form:before {
  content: "";
  background: url("img/register-before.png") no-repeat center top;
  background-size: 100%;
  width: 9.27vw;
  height: 7.55vw;
  position: absolute;
  left: 15.5vw;
  top: -4.04vw;
}
@media (min-width: 1920px) {
  body .container-register #register-form .container-form {
    padding: 60px 30px 30px;
  }
  body .container-register #register-form .container-form:before {
    width: 179px;
    height: 172px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .container-form {
    margin-top: 15vw;
    padding: 7.81vw 3vw;
  }
  body .container-register #register-form .container-form:before {
    width: 20.83vw;
    height: 17.06vw;
    left: 39.5vw;
    top: -12.04vw;
  }
}
@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: #004C1D;
  font-size: 0.63vw;
  font-family: "franklin-gothic-condensed", sans-serif;
}
@media (min-width: 1920px) {
  body .container-register #register-form .text-bottom {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .text-bottom {
    font-size: 3.26vw;
  }
}
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: #004C1D;
  width: 20.83vw;
  height: 15.63vw;
  margin: auto;
  border-radius: 1.56vw;
  font-size: 1.04vw;
}
body .container-register .pop-up hr {
  border-top: 1px solid #FFED00;
}
@media (min-width: 1920px) {
  body .container-register .pop-up {
    width: 400px;
    height: 300px;
    border-radius: 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up {
    width: 91.15vw;
    height: 38.36vw;
    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: "franklin-gothic", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 4vw;
  color: #FFED00;
}
@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: #FFED00;
  font-family: "franklin-gothic-condensed", sans-serif;
  text-transform: uppercase;
}
body .container-register .pop-up.box-loose {
  height: 21.88vw;
}
@media (min-width: 1920px) {
  body .container-register .pop-up.box-loose {
    height: 420px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up.box-loose {
    height: 81.88vw;
  }
}
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;
}
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: #D10503 !important;
  font-size: 0.78vw;
  font-family: "franklin-gothic-condensed", 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: 4.17vw;
  }
}
body .has-error .form-control {
  border-color: #D10503 !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: 4.17vw;
  }
}

#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;
  background: #004C1D;
  width: 767px;
  height: 600px;
  margin: auto;
}
@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: 767px;
  height: 600px;
  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: "franklin-gothic", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 5vw;
  color: #FFED00;
}
@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: #FFED00;
  font-family: "franklin-gothic-condensed", sans-serif;
  text-transform: uppercase;
}
#wez-udzial .pop-up-draw .section-draw {
  position: relative;
  height: inherit;
}
#wez-udzial .pop-up-draw .section-draw .img-desktop-bg-draw, #wez-udzial .pop-up-draw .section-draw .img-desktop-draw {
  position: absolute;
  left: 0;
}
#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;
  }
}

#js-canvas {
  background: url("img/scratch-bg-d.png") no-repeat center top;
}
@media (max-width: 768px) {
  #js-canvas {
    background: url("img/scratch-bg-m.png") no-repeat center top;
    background-size: 100%;
    width: 100vw;
    height: 178.39vw;
  }
}

.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: #004C1D !important;
}
.select2-container--krajee-bs3 .select2-selection.select2-selection--single {
  color: #004C1D;
  font-size: 0.78vw;
  font-family: "franklin-gothic-condensed", 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: #004C1D !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: #004C1D !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: #004C1D !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: #004C1D !important;
  color: #004C1D !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: #004C1D;
  font-size: 0.78vw;
  font-family: "franklin-gothic-condensed", 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: #004C1D !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: #004C1D !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: #004C1D !important;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  background-color: #004C1D !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: #004C1D !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: #004C1D 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 #004C1D 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: #004C1D;
}
@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: #004C1D !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: #004C1D !important;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
  color: #004C1D !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: "franklin-gothic-condensed", 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: #004C1D !important;
}

:focus-visible {
  outline: none;
}

#AllText a {
  color: #004C1D;
  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: #004C1D 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 #004C1D 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 {
  overflow: hidden !important;
}
body.disable-scroll header {
  pointer-events: none;
}
body.disable-scroll * {
  overflow: hidden !important;
}

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