/* Generated by less 2.5.1 */
@import "fonts.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
body {
  font-size: 16px;
  /* font-family: 'AvenirNextLTPro-Cn'; */
  font-family: 'Montserrat';
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0 0 0.5em;
}
h2 {
  text-transform: uppercase;
  font-size: 55px;
  color: #fff;
}
.button {
  display: inline-block;
  color: #fff;
  background-color: #7da61d;
  border-radius: 50px;
  font-size: 19px;
  line-height: 1;
  padding: 12px 44px;
  transition: all 0.3s;
}
.btnright {
  position: absolute;
  right: 2%;
  bottom: 50%;
  z-index: 9999;
  font-size: 24px;
  transition: all 0.3s;
}
.button:hover, .btnright:hover {
  background-color: #fff;
  color: #7da61d;
  text-decoration: none;
}
.hidetext {
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
  padding: 0;
}
#header {
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(22, 22, 22, 0.89);
  margin-bottom: 0;
  height: 100px;
  font-family: 'Bebas Neue', cursive;
}
#header .navbar-brand {
  padding: 0;
  margin: 17px 0 20px 40px;
  background: url(../img/logo-cl.png);
  width: 80px;
  height: 63px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #header .navbar-brand {
    margin-left: 20px;
  }
}
#header .navbar-toggle {
  margin-top: 30px;
}
#header .icon-bar {
  background: #fff;
  width: 32px;
  height: 3px;
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  #header .navbar-nav li a{
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header #header-navbar {
  text-align: center;
}
@media (max-width: 1199px) {
  #header .navbar-collapse {
    background-color: rgba(22, 22, 22, 0.89);
    text-align: right !important;
  }
}
#header .navbar-nav {
  margin-top: 25px;
}
#header .navbar-nav.social {
  margin-right: 30px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  #header .navbar-nav.social {
    margin-right: 0;
  }
}
#header .navbar-nav.social li {
  display: inline-block;
}
#header .navbar-nav.navbar-center {
  display: inline-block;
  float: none;
}
@media screen and (max-width: 1199px) {
  #header .navbar-nav.navbar-center {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 1199px) {
  #header .navbar-nav.navbar-center {
    font-size: 20px;
    margin-right: 0px;
  }
}
#header .navbar-nav li a {
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.3s;
}
#header .navbar-nav li a:focus,
#header .navbar-nav li a:hover {
  color: #89bc00;
  background-color: transparent;
}
#section-video {
  min-height: unset;
  max-height: calc(100vh - 100px);
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #2C673D;
  padding: 0 !important;
  line-height: 0;
}
#section-video .arr {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  background: url(../img/slider-navi-prev.png);
  border-radius: 50%;
  transform: rotate(-90deg);
}

/* @media screen and (max-width: 1800px) {
  #section-video .text {
    height: 800px;
  }
}

@media screen and (max-width: 1800px) {
  #section-video .text {
    height: 800px;
  }
} */

#section-video .text p {
  font-size: 34px;
}
.sound-controlls{
  position: absolute;
  right: 35px;
  bottom: 35px;
  cursor: pointer;
}
#sound-off{
  display: none;
}
#sound-on{
  display: block;
}
.sound-active #sound-off{
  display: block;
}
.sound-active #sound-on{
  display: none;
}
.sound-controlls img{
  width: 33px;
}
@media screen and (max-width: 1200px) {
  .sound-controlls{
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sound-controlls{
    right: 10px;
    bottom: 10px;
  }
  .sound-controlls img{
    width: 30px;
  }
}
#bgvid {
  z-index: -100;
  width: 100%;
}
section {
  position: relative;
  margin: 0;
  padding: 0px 160px;
  min-height: 650px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  section {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 0px;
  }
}
section h2 {
  position: relative;
  margin-top: 25px;
  font-size: 55px;
  line-height: 1;
  font-family: 'Bebas Neue', cursive
}
@media (max-width: 767px) {
  section h2 {
    font-size: 45px;
  }
}
section h2:before {
  content: "";
  position: absolute;
  top: 45px;
  right: 100%;
  width: 120vw;
  margin-right: 20px;
  border-top: solid 1px #fff;
}
@media (max-width: 767px) {
  section h2:before {
    display: none;
  }
}
#section-bottles {
  overflow: hidden;
  /* background: -webkit-radial-gradient(top ellipse, #5da92a 0%, #216c09 100%);
  background: radial-gradient(ellipse at top, #5da92a 0%, #216c09 100%); */
  background-color: #2c673d;
  
}
@media (max-width: 767px) {
  #section-bottles {
    /* height: ;  is this correct */
  }
}

#section-bottles h2 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  max-width: 400px;
}
@media (max-width: 767px) {
  #section-bottles h2 {
    position: static;
  }
}
#section-bottles .close-zoom {
  position: absolute;
  display: block;
  z-index: 3;
  right: 0px;
  top: 30px;
  background: url(../img/close-zoom.png);
  width: 74px;
  height: 74px;
  opacity: 0;
  -webkit-transform: rotate(180deg) scale(0.5);
  transform: rotate(180deg) scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #section-bottles .close-zoom {
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
#section-bottles .close-zoom.active {
  opacity: 1;
  transform: rotate(0) scale(1);
}
#section-bottles .bottle-details {
  position: absolute;
  z-index: 2;
  top: 50px;
  opacity: 0;
}
@media (max-width: 767px) {
  #section-bottles .bottle-details {
    top: 0;
    left: 15px;
    right: 15px;
  }
}
#section-bottles .bottle-details > div {
  display: none;
}
#section-bottles .bottle-details > div.active {
  display: block;
}
#section-bottles .bottle-details.active {
  opacity: 1;
}
@media (max-width: 767px) {
  #section-bottles .bottle-details.active {
    margin-top: 20px;
  }
}
#section-bottles .bottle-details h3 {
  font-size: 65px;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  max-width: 50%;
}

#section-bottles .bottle-details .sh4 {
  font-size: 25px;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  max-width: 50%;
}
@media (max-width: 1505px) {
  #section-bottles .bottle-details h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #section-bottles .bottle-details h3 {
    font-size: 36px;
    max-width: inherit;
  }
}
@media (max-width: 991px) {
  #section-bottles .bottle-details h3 {
    max-width: 90%;
  }
}
#section-bottles .bottle-details p {
  font-size: 18px;
  max-width: 60%;
}
@media (max-width: 991px) {
  #section-bottles .bottle-details p {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  #section-bottles .bottle-details p {
    max-width: inherit;
  }
}
#section-bottles .bottle-details ul.icons {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  max-width: 75%;

}

@media (min-width: 1505px) {
  #section-bottles .bottle-details ul.icons {
    max-width: 50%;
  }
}
@media (max-width: 1505px) {
  #section-bottles .bottle-details ul.icons {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #section-bottles .bottle-details ul.icons {
    max-width: inherit;
  }
}
@media (max-width: 479px) {
  #section-bottles .bottle-details ul.icons {
    margin-top: 10px;
  }
  #section-bottles .bottle-details p{
	  font-size: 18px;
  }
  .btnright {
  position: absolute;
  right: 15%;
  bottom: 5%;
  z-index: 9999;
  font-size: 24px;
}
}
#section-bottles .bottle-details ul.icons.icons__second{
    margin-top:0px;
}
#section-bottles .bottle-details ul.icons li {
  display: inline-block;
  min-height: 57px;
  min-width: 170px;
  padding: 20px 30px 0px 70px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media (max-width: 1505px) {
  #section-bottles .bottle-details ul.icons li {
    background-size: 50px 50px;
    padding: 15px 10px 0px 60px;
    min-width: inherit;
  }
}
@media (max-width: 991px) {
  #section-bottles .bottle-details ul.icons li {
    background-size: 30px 30px;
    padding: 5px 10px 0px 40px;
    min-width: inherit;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #section-bottles .bottle-details ul.icons li {
    background-size: 40px 40px;
    padding: 10px 10px 0px 60px;
    display: block;
  }
}
#section-bottles .bottle-details ul.icons li.icon-slodki {
  background-image: url(../img/icon-slodki.png);
}
#section-bottles .bottle-details ul.icons li.icon-procent {
  background-image: url(../img/icon-procent.png);
}
#section-bottles .bottle-details ul.icons li.icon-pojemnosc {
  background-image: url(../img/icon-pojemnosc.png);
}
#section-bottles .bottle-details ul.icons li.icon-kcal {
  background-image: url(../img/icon-kcal.png);
}
#section-bottles .bottle-details ul.icons li.icon-nogluten {
  background-image: url(../img/icon-nogluten.png);
}
@media (max-width: 1400px) {
  #section-bottles.zoom {
    height: 770px;
  }
}
@media (max-width: 767px) {
  #section-bottles.zoom {
    height: 920px;
  }
}
@media (max-width: 600px) {
  #section-bottles.zoom {
    height: 1000px;
  }
}
@media (max-width: 435px) {
  #section-bottles.zoom {
    height: 1100px;
  }
}
@media (max-width: 400px) {
  #section-bottles.zoom {
    height: 1200px;
  }
}
@media (max-width: 340px) {
  #section-bottles.zoom {
    height: 1300px;
  }
}
@media (min-width: 768px) {
  #section-bottles.zoom h2 {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
#section-bottles.zoom .bottle {
  opacity: 0 !important;
  pointer-events: none;
}
@media (min-width: 992px) {
  #section-bottles.zoom .bottle.active {
    opacity: 1 !important;
  }
}
#section-bottles.zoom .swiper-navi {
  display: none;
}
#section-bottles.zoom .swiper-container {
  pointer-events: none;
}
#section-bottles .swiper-container {
  height: 770px; /*650px*/
  margin-left: -180px;
  margin-right: -180px;
}
@media (max-width: 767px) {
  #section-bottles .swiper-container {
    height: 600px !important;
  }
}
#section-bottles .swiper-navi {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #section-bottles .swiper-navi {
    position: static;
  }
}
#section-bottles .swiper-navi a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#section-bottles .swiper-navi a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#section-bottles .swiper-navi a:before:hover {
  transform: scale(1);
}
#section-bottles .swiper-navi a.swiper-button-prev {
  background: url(../img/slider-navi-prev.png);
}
#section-bottles .swiper-navi a.swiper-button-next {
  background: url(../img/slider-navi-next.png);
  margin-left: 30px;
}
#section-bottles .bottles {
  margin-top: 170px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 650px;
}
@media (max-width: 767px) {
  #section-bottles .bottles {
    margin-left: 0;
    margin-top: 30px;
  }
}
#section-bottles .bottles .empty {
  width: 100px;
  height: 440px;
}
#section-bottles .bottles .bottle {
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 440px;
  width: 250px;
  padding: 0 60px;
  margin-right: 45px;
}
#section-bottles .bottles .bottle.active {
  z-index: 10;
}
#section-bottles .bottles .bottle.active:before,
#section-bottles .bottles .bottle.active .bottle-text {
  opacity: 0;
}
#section-bottles .bottles .bottle .bottle-text {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 0.3s;
}
#section-bottles .bottles .bottle .bottle-text.pos-1 {
  right: 0;
  top: 70px;
}
#section-bottles .bottles .bottle .bottle-text.pos-2 {
  /*right: 0;*/
  left: 0;
  top: 70px;
  transform: rotate(5deg);
}
#section-bottles .bottles .bottle .bottle-text.pos-3 {
  left: 0;
  top: -15px;
}
#section-bottles .bottles .bottle .bottle-text.pos-4 {
  left: -20px;
  top: -15px;
}
#section-bottles .bottles .bottle .bottle-text.pos-5 {
  left: -54px;
  bottom: 30px;
  transform: rotate(5deg);
}
#section-bottles .bottles .bottle .bottle-text.pos-6 {
  left: -20px;
  bottom: 20px;
  transform: rotate(7deg);
}
#section-bottles .bottles .bottle .bottle-text.pos-7 {
  left: -40px;
  bottom: 20px;
}
#section-bottles .bottles .bottle .bottle-text.pos-8 {
	left: -55px;
    bottom: 60px;
    transform: rotate(5deg);
}
#section-bottles .bottles .bottle .bottle-text.pos-9 {
  left: -20px;
  bottom: 20px;
  transform: rotate(5deg);
}
#section-bottles .bottles .bottle .bottle-image {
  position: relative;
}
#section-bottles .bottles .bottle .bottle-image,
#section-bottles .bottles .bottle .bottle-image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#section-bottles .bottles .bottle .bottle-image:before {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: -10px;
  content: "";
  display: block;
  background: url(../img/bottle-shadow.png);
  width: 129px;
  height: 36px;
}
#section-bottles .bottles .bottle:before {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  content: "";
  display: block;
  background: url(../img/bottle-plus.png);
  width: 37px;
  height: 37px;
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  34% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  36% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  34% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  36% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#section-how {
  background-image: url(../img/section-3-bg.jpg);
  background-size: cover;
  font-size: 18px;
  font-family: 'Montserrat';
  position: relative;
}
#section-how .container-fluid {
  position: relative;
  min-height: 650px;
}
#section-how h2 {
  margin-bottom: 0;
  max-width: 212px;
}
@media (max-width: 1505px) {
  #section-how .row > div {
    margin-left: 0;
    width: 100%;
  }
}
#section-how .bottle {
  position: absolute;
  z-index: 2;
  right: 100%;
  top: -80px;
  background: url(../img/how-bottle.png) left top no-repeat;
  width: 264px;
  height: 606px;
}
@media (max-width: 1199px) {
  #section-how .bottle {
    display: none;
  }
}
#section-how .bar {
  background-color: #2c673d;
  border-radius: 50px;
  margin-left: -200px;
  padding: 30px 30px 25px 200px;
}
@media (max-width: 991px) {
  #section-how .bar {
    height: inherit;
    margin-bottom: 40px;
    border-radius: 100px;
    padding-right: 50px;
  }
}
#section-how .bar h4 {
  font-size: 28px;
  color: #ffffff;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
@media (max-width: 991px) {
  #section-how .bar h4 {
    display: block;
    width: inherit;
  }
}
#section-how .bar p {
  display: inline-block;
  width: 60%;
  font-style: italic;
  font-size: 14px;
}
@media (max-width: 991px) {
  #section-how .bar p {
    display: block;
    width: inherit;
  }
}
#section-how .info {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 590px;
}
@media (min-width: 1505px) {
  #section-how .info {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  #section-how .info {
    margin-bottom: 40px;
  }
}
#section-how #play {
  position: relative;
  display: block;
  background: url(../img/play-text.png) left center no-repeat;
  height: 85px;
  width: 300px;
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
  padding: 0;
  text-align: right;
}
#section-how #play:focus {
  outline: none;
}
@media (min-width: 992px) {
  #section-how #play {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 100%;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  #section-how #play {
    margin: 50px 0;
  }
}
#section-how #play .icon {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  background: url(../img/play.png);
  width: 69px;
  height: 69px;
  -webkit-animation: play 1.5s infinite ease-out;
  animation: play 1.5s infinite ease-out;
}
#section-how p strong {
  color: #d6df76;
  font-size: 28px;
  font-family: turbinado-pro;
}
@media (min-width: 768px) {
  #section-how p + p {
    margin-top: 50px;
  }
}
#section-pysznepl {
  background-color: #ee7202;
  background-image: url(../img/pyszne-baner.jpg);
  background-position: bottom right;
  background-size: curtain;
  background-repeat: no-repeat;
  font-family: 'AvenirNextLTPro-UltLtCn';
  font-size: 18px;
  position: relative;
  min-height: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#section-pysznepl .container-fluid {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
}
#section-pysznepl .pysznepl-title {
  text-transform: uppercase;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 53px;
  color: #fff;
  margin-bottom: 20px;
  width: 100%
}
#section-pysznepl .pysznepl-logo {
  display: block;
  width: 300px;
  height: 96px;
  background-image: url(../img/pysznepl.png);  
  margin: 0 0 20px;
}
#section-pysznepl .pysznepl-subtitle {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 20px;
  clear: both;
}
#section-pysznepl .pysznepl-subtitle span {
  color: #ff8000;
}
#section-pysznepl .pysznepl-button {
  display: inline-block;
  border: 2px #fff solid;
  border-radius: 2px;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  padding: 0 58px 0 28px;
  background: url(../img/arrow.png) no-repeat calc(100% - 17px) center;
}
#section-pysznepl .pysznepl-button:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  #section-pysznepl {
    max-height: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #section-pysznepl .container-fluid {
    max-height: 450px;
  }
  #section-pysznepl .pysznepl-title {
    float: left;
    margin-bottom: 30px;
  }
  #section-pysznepl .pysznepl-logo {
    float: left;
    margin: 2px 0 0 25px;
  }
  #section-pysznepl .pysznepl-subtitle {
    margin-bottom: 35px;
  }
  #section-pysznepl .pysznepl-button {
    font-size: 50px;
    line-height: 56px;
  }
}
#section-maps {
  position: relative;
  overflow: hidden;
  /* background: -webkit-radial-gradient(bottom ellipse, #5da92a 0%, #216c09 100%);
  background: radial-gradient(ellipse at bottom, #5da92a 0%, #216c09 100%); */
  background-color: #2c673d;
  font-family: 'Montserrat';
  padding-top: 170px;
}
#section-maps h2{
  max-width: 400px;
}

@media (max-width: 767px) {
  #section-maps {
    padding-bottom: 30px;
  }
}
#section-maps .bottle {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 296px;
  height: 620px;
  display: block;
  background: url(../img/map-bottle.png);
}
@media (max-width: 1505px) {
  #section-maps .bottle {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  #section-maps .bottle {
    right: -150px;
    display: none;
  }
}
#section-maps .map-holder {
  position: static;
}
@media (max-width: 991px) {
  #section-maps .map-holder {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
@media (max-width: 991px) {
  #section-maps .map-holder {
    display: none;
  }
}
@media (min-width: 992px) {
  #section-maps .map-wraper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1505px) {
  #section-maps .map-wraper {
    right: 200px;
  }
}
@media (max-width: 1199px) {
  #section-maps .map-wraper {
    right: 50px;
  }
}
#section-maps .map {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 991px) {
  #section-maps .map {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}
@media (min-width: 992px) {
  #section-maps .map img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #section-maps .map img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #section-maps .map img {
    max-width: inherit;
    height: 500px;
  }
}
#section-maps .map .pin {
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  margin-left: -10px;
  background: url(../img/pin2.png) left center no-repeat;
  padding-left: 30px;
}
#section-maps .map .pin a {
  color: #fff;
  position: absolute;
  display: block;
  left: 0;
  padding-left: 30px;
}
#section-maps .map .pin.pin-lublin {
  top: 49%;
  right: 21%;
}
#section-maps .map .pin.pin-mikolajowka {
  top: 65%;
  right: 23.5%;
}
#section-maps .map .pin.pin-bilgoraj {
  top: 78%;
  right: 15%;
}
#section-maps h2 {
  position: absolute;
  top: 0px;
  z-index: 2;
}
#section-maps h3 {
  font-size: 30px;
  margin-bottom: 70px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 1505px) {
  #section-maps h3 {
    margin-bottom: 30px;
  }
  #section-maps h3 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  #section-maps h3 {
    max-width: 65%;
  }
}
@media (max-width: 991px) {
  #section-maps h3 {
    font-size: 26px;
    margin-bottom: 10px;
    max-width: inherit;
  }
}
#section-maps h3 strong {
  /* color: #a4b92f; */
  color: #d6df76;
}
#section-maps .text {
  overflow: hidden;
  position: relative;
}
@media (min-width: 991px) {
  #section-maps .details {
    position: absolute;
    padding: 200px 160px 0 160px;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: -webkit-radial-gradient(bottom ellipse, #5da92a 0%, #216c09 100%);
    background: radial-gradient(ellipse at bottom, #5da92a 0%, #216c09 100%); */
  background-color: #2c673d;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
  }
  #section-maps .details .row {
    -webkit-transform: translateX(100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #section-maps .text {
    max-width: 720px;
  }
}
@media (max-width: 1199px) {
  #section-maps .details {
    padding: 200px 50px 0;
  }
}
@media (max-width: 991px) {
  #section-maps .details {
    padding: 20px 0px 0;
  }
}
#section-maps .details.active {
  pointer-events: inherit;
  opacity: 1;
}
#section-maps .details.active,
#section-maps .details.active .row {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#section-maps .details.active .image {
  left: 50%;
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
#section-maps .details h3 {
  /* color: #a4b92f; */
  color: #d6df76;
}
#section-maps .details .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#section-maps .details .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  opacity: 0;
}
#section-maps .details .image img.active {
  opacity: 1;
}
@media (max-width: 767px) {
  #section-maps .details .image {
    display: none;
  }
}
#section-maps p {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
#section-maps .close-details {
  position: absolute;
  display: block;
  z-index: 2;
  left: 50%;
  margin-left: 100px;
  top: 30px;
  background: url(../img/close-zoom.png);
  width: 74px;
  height: 74px;
  opacity: 0;
  -webkit-transform: rotate(180deg) scale(0.5);
  transform: rotate(180deg) scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#section-maps .close-details.active {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
#section-maps .slider-navi {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  opacity: 0;
}
#section-maps .slider-navi.active {
  opacity: 1;
}
@media (max-width: 767px) {
  #section-maps .slider-navi {
    right: 15px;
  }
}
#section-maps .slider-navi a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#section-maps .slider-navi a:before:hover {
  transform: scale(1);
}
#section-maps .slider-navi a.prev {
  background-image: url(../img/slider-navi-prev.png);
}
#section-maps .slider-navi a.next {
  background-image: url(../img/slider-navi-next.png);
  margin-left: 16px;
}
#section-event-1,
#section-event-2 {
  background-size: cover;
  min-height: inherit;
  padding-bottom: 40px;
}
#section-event-1 h3,
#section-event-2 h3 {
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  font-size: 50px;
  /* color: #a4b92f; */
  color: #d6df76;
}
#section-event-1 {
  padding-top: 60px;
  background: #18161e url(../img/cydr-lubelski-spragnieni-lata.jpg) left top no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #section-event-1 {
    background: #18161e;
    padding-top: 40px;
  }
}
#section-event-2 {
  padding-top: 40px;
  background: #2a2a2a url(../img/lubelskie-swieto-mlodego-cydru.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #section-event-2 {
    background: #2a2a2a;
  }
}
#section-gallery {
  padding: 0;
  background-color: #363636;
  overflow: hidden;
}
#section-gallery h2 {
  position: absolute;
  z-index: 2;
  margin-left: 175px;
}
@media (max-width: 1199px) {
  #section-gallery h2 {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  #section-gallery h2 {
    margin-left: 15px;
  }
}
#section-gallery2 {
  padding: 0;
  background-color: #363636;
  overflow: hidden;
}
#section-gallery2 h2 {
  position: absolute;
  z-index: 2;
  margin-left: 175px;
}
@media (max-width: 1199px) {
  #section-gallery2 h2 {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  #section-gallery2 h2 {
    margin-left: 15px;
  }
}
#section-gallery #gallery {
  position: relative;
}
#section-gallery #gallery:after {
  content: "";
  position: absolute;
  background: url(../img/gallery-shadow.png) repeat-x;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
#section-gallery #gallery .gallery-navi {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  #section-gallery #gallery .gallery-navi {
    right: inherit;
    left: 20px;
    top: 120px;
  }
}
#section-gallery #gallery .gallery-navi a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#section-gallery #gallery .gallery-navi a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#section-gallery #gallery .gallery-navi a:before:hover {
  transform: scale(1);
}
#section-gallery #gallery .gallery-navi a.prev {
  background-image: url(../img/slider-navi-prev.png);
}
#section-gallery #gallery .gallery-navi a.next {
  background-image: url(../img/slider-navi-next.png);
  margin-left: 16px;
}
#section-gallery #gallery .gallery-row {
  position: relative;
  overflow: hidden;
  height: 340px;
}
#section-gallery #gallery .gallery-row .items {
  position: absolute;
  width: 2000em;
}
#section-gallery #gallery .gallery-row .items .item {
  float: left;
  overflow: hidden;
}
#section-gallery #gallery .gallery-row .items .item img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#section-gallery #gallery .gallery-row .items .item:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
#section-gallery2 #gallery2 {
  position: relative;
}
#section-gallery2 #gallery2:after {
  content: "";
  position: absolute;
  background: url(../img/gallery-shadow.png) repeat-x;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
#section-gallery2 #gallery2 .gallery-navi2 {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  #section-gallery2 #gallery2 .gallery-navi2 {
    right: inherit;
    left: 20px;
    top: 120px;
  }
}
#section-gallery2 #gallery2 .gallery-navi2 a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#section-gallery2 #gallery2 .gallery-navi2 a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#section-gallery2 #gallery2 .gallery-navi2 a:before:hover {
  transform: scale(1);
}
#section-gallery2 #gallery2 .gallery-navi2 a.prev {
  background-image: url(../img/slider-navi-prev.png);
}
#section-gallery2 #gallery2 .gallery-navi2 a.next {
  background-image: url(../img/slider-navi-next.png);
  margin-left: 16px;
}
#section-gallery2 #gallery2 .gallery-row2 {
  position: relative;
  overflow: hidden;
  height: 340px;
}
#section-gallery2 #gallery2 .gallery-row2 .items {
  position: absolute;
  width: 2000em;
}
#section-gallery2 #gallery2 .gallery-row2 .items .item {
  float: left;
  overflow: hidden;
}
#section-gallery2 #gallery2 .gallery-row2 .items .item img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#section-gallery2 #gallery2 .gallery-row2 .items .item:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
#section-facebook {
  background-color: #273d6c;
  min-height: inherit;
  padding-top: 55px;
  padding-bottom: 55px;
}
#section-facebook h5 {
  padding: 0 18px 18px;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #466686;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 3px;
}
#section-facebook .post {
  padding: 18px;
  font-size: 18px;
}
#section-facebook .post .author {
  margin-top: 40px;
  padding-left: 30px;
  background: url(../img/fb-author.png) no-repeat;
  font-size: 12px;
}
#section-facebook .post .author em {
  display: block;
}
@media (max-width: 991px) {
  #section-facebook .col-md-6 + .col-md-6 {
    margin-top: 30px;
  }
}
#section-recipes {
  position: relative;
  /* background: -webkit-radial-gradient(bottom ellipse, #5da92a 0%, #216c09 100%);
  background: radial-gradient(ellipse at bottom, #5da92a 0%, #216c09 100%); */
  background-color: #2c673d;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #section-recipes {
    padding-bottom: 0;
  }
}
#section-recipes .container-fluid {
  height: 100%;
  position: static;
}
#section-recipes .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background: url(../img/recipe/nalesniki_gryczanowo_cydrowe.png);
  background-size: cover;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  #section-recipes .image {
    position: static;
    height: 200px;
    width: 100%;
    margin-top: 30px;
    background-size: 190%;
    background-position: center center;
  }
}
#section-recipes .col-image {
  position: static;
}
button:focus{
  outline:none;
}
#section-recipes h2 {
  position: absolute;
  top: 0px;
  z-index: 2;
}
.recipes-slider {
  position: relative;
  margin-top: 110px;
}
@media (max-width: 767px) {
  .recipes-slider {
    margin-left: 0;
    margin-top: 90px;
  }
}
.recipes-slider .cook.title {
  background-image: url(../img/cook-title-icon.png);
  padding-left: 100px;
}
.recipes-slider .drink.title {
  background-image: url(../img/cook-drink-icon.png);
  padding-left: 75px;
}
.recipes-slider .slider-navi {
  position: absolute;
  z-index: 2;
  left: 100%;
  margin-top: 20px;
  width: 100px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .recipes-slider .slider-navi {
    position: static;
    margin: 0 0 20px;
  }
}
.recipes-slider .slider-navi a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transform: scale(1.2);
}
.recipes-slider .slider-navi a.prev {
  background-image: url(../img/slider-navi-prev.png);
}
.recipes-slider .slider-navi a.next {
  background-image: url(../img/slider-navi-next.png);
  margin-left: 16px;
}
.recipes-slider .title {
  color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 60px;
}
@media (max-width: 767px) {
  .recipes-slider .title {
    background-position: left top;
    padding-top: 80px !important;
    padding-left: 0 !important;
  }
}
.recipes-slider > .row {
  clear: both;
}
.recipes-slider .recipe {
  overflow: hidden;
}
@media (max-width: 767px) {
  .recipes-slider .recipe {
    padding: 0 15px;
    margin: 0;
  }
}
.recipes-slider .recipe h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .recipes-slider .recipe h4 {
    font-size: 22px;
  }
}
.recipes-slider .recipe p {
  padding-bottom: 30px;
}
.recipes-slider .recipe h5 {
  font-weight: 700;
  margin-bottom: 2em;
  padding-left: 0;
  font-family: 'Bebas Neue', cursive;
}
.recipes-slider .recipe ul {
  font-size: 15px;
  margin-left: 0;
  padding-left: 18px;
  font-family: 'Montserrat';
}
.recipes-slider .recipe ul li.accent {
  color: #000000;
}
#section-contact {
  background: url(../img/section-contact-bg.jpg) center top;
  background-size: cover;
}
#section-contact h2 {
  margin-bottom: 70px;
}
#section-contact h3 {
  /* color: #8cb650; */
  color: #d6df76;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #section-contact form {
    max-width: 370px;
  }
}
#section-contact form input,
#section-contact form textarea {
  padding: 7px 3px;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
  width: 100%;
  margin-top: 20px;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  outline: 0;
}
#section-contact form textarea {
  height: 120px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.4);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.4);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.4);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.4);
}
:placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.4);
}

#section-contact form .submit {
  float: right;
  background-color: transparent;
  border: 0;
  padding: 10px 15px;
  letter-spacing: 1px;
}
#section-contact .contact-map {
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  #section-contact .contact-map {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  #section-contact .contact-map {
    margin: 30px 0;
    display: none;
  }
}
#section-contact .contact-map img {
  max-width: 100%;
}
#section-contact .contact-map .pin {
  position: absolute;
  padding: 5px 35px 5px 0;
  height: 29px;
  background: url(../img/pin.png) right center no-repeat;
}
#section-contact .contact-map .pin.pin-1 {
  top: 38%;
  right: 28%;
}
#section-contact .contact-map .pin.pin-2 {
  top: 72%;
  right: 13%;
}
#footer {
  position: relative;
  background: #fff;
  padding: 20px 160px 50px;
  font-size: 14px;
  color: #000;
}
@media (max-width: 1199px) {
  #footer {
    padding: 20px 50px 50px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 20px 0;
  }
}
#createdby {
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  background: url(../img/createdby_ee.png);
  width: 116px;
  height: 21px;
  float: right;
}

#agecheck {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: rgba(111,176,55,0.97);
    text-align: center;
    padding: 200px 10px 0
}

@media (max-width: 767px) {
    #agecheck {
        padding-top:50px
    }
}

#agecheck h1 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600
}

@media (max-width: 767px) {
    #agecheck h1 {
        font-size:26px;
        margin-bottom: 10px
    }
}

#agecheck a.agecheck-side {
    display: inline-block;
    vertical-align: text-top;
    font-size: 20px;
    font-weight: 300;
    width: 300px;
    color: rgba(255,255,255,0.66)
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side {
        width:100%;
        padding: 20px 0;
        font-size: 16px
    }
}

#agecheck a.agecheck-side span {
    display: block;
    height: 150px
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side span {
        height:inherit;
        margin-bottom: 20px
    }
}

#agecheck a.agecheck-side:hover {
    text-decoration: none
}

#agecheck a.agecheck-side:hover:after {
    display: block !important
}

#agecheck a.agecheck-side#agecheck-confirm {
    text-align: left;
}
@media (min-width: 768px) {
#agecheck a.agecheck-side#agecheck-confirm {    
    padding-right: 40px;
}
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side#agecheck-confirm {
        text-align:center;
    }
}

#agecheck a.agecheck-side#agecheck-confirm:after {
    content: "WCHODZĘ";
    display: none;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600
}

@media (min-width: 768px) {
    #agecheck a.agecheck-side#agecheck-confirm:after {
        float:left
    }
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side#agecheck-confirm:after {
        margin:0 30px;
        display: block
    }
}

#agecheck a.agecheck-side#agecheck-deny {
    text-align: right;
    
}
@media (min-width: 768px) {
#agecheck a.agecheck-side#agecheck-deny span{
    padding-left: 40px;
    
}
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side#agecheck-deny {
        text-align:center
    }
}

#agecheck a.agecheck-side#agecheck-deny:before {
    content: "";
    display: inline-block;
    height: 100px;
    border: solid 1px rgba(255,255,255,0.66)
}

@media (min-width: 768px) {
    #agecheck a.agecheck-side#agecheck-deny:before {
        float:left
    }
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side#agecheck-deny:before {
        height:1px;
        width: 100px;
        margin: 0 auto 30px
    }
}

#agecheck a.agecheck-side#agecheck-deny:after {
    content: "WYCHODZĘ";
    display: none;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600
}

@media (min-width: 768px) {
    #agecheck a.agecheck-side#agecheck-deny:after {
        float:right
    }
}

@media (max-width: 767px) {
    #agecheck a.agecheck-side#agecheck-deny:after {
        margin:0 30px;
        display: block
    }
}

.contest-link{
  color: #2c673d !important;
  font-weight: 700;
}
.contest-link-li::before{
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d6df76 !important;
}
@media screen and (max-width: 1199px) {
  .contest-link-li::before{
    height: 100%;
  }
}
#section-contest{
  background-color: #f2efdc;
  color: #2c673d;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive !important;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 45px;
  padding-right: 45px;
  min-height: unset;
}
.contest-container{
  display: flex;
  max-width: 1100px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #section-contest{
    padding-left:15px;
    padding-right: 15px;
  }
  .contest-container{
    flex-direction: column-reverse;
  }
}
.text-left{
  width: 60%;
  font-size: 30px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rewards-img{
  width: 40%;
}
@media screen and (max-width: 800px) {
  .text-left{
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .rewards-img{
    width: 100%;
    margin-bottom: 50px;
  }
}
.rewards-img img{
  max-width: 100%;
}
#section-contest h2{
  font-family: 'Bebas Neue', cursive !important;
  color: #2c673d;
  font-size: 92px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 10px;
}
#section-contest h2::before{
  content: unset;
}
.contest-text{
  font-size: 31px;
  letter-spacing: 0px;
  line-height: 36px;
  font-family: 'Montserrat';
  text-transform: none;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #section-contest h2{
    font-size: 52px;
    line-height: 50px;
  }
  .contest-text{
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
  }
}
.hand-writed-font{
  font-family: turbinado-pro;
  color: #579130;
  text-transform: lowercase;
  font-size: 1.7em;
  display: inline-block;
  transform: translateY(10%);
}
.button-konkurs{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 388px;
  padding: 12px 0;
  background-color: #d6df76;
  color: #2c673d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 29px;
  letter-spacing: 1.6px;
  border: none;
  outline: none;
  font-family: 'Bebas Neue', cursive;
  border-radius: 0;
  line-height: normal;
  margin-top: 15px;
}
.button-konkurs img{
  margin-left: 12px;
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .button-konkurs{
    width: 100%;
  }
}
#section-bottles .button-konkurs {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 9999;
  width: 388px;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  #section-bottles .button-konkurs {
    position: absolute;
  }
}
@media (max-width: 600px) {
  #section-bottles .button-konkurs {
    font-size: 25px;
    max-width: calc(100vw - 30px);
  }
}
.mail-success{background:#cf082c;color:#fff;margin-top:1em;width:100%;display:none;padding:15px}
p, li, label{
  font-weight: 300;
}
.modal-body{ background-image: url( "../img/tlo.jpg"); }
span{font-family: 'Montserrat'; color: #C2A467}

p{font-family: 'Montserrat';}
.nopad{padding: 0px}
.btn_black{background-color: #2c673d;  color: #ffffff; border-radius: 50px; font-size: 2rem; padding: 10px 50px; margin-top: 20px; line-height: auto; margin-bottom: 20px}
.btn_black:hover{background-color: #000000;color:#ffffff}

.modal .info{background-color: rgba(0,0,0,0.75); position: relative;
margin: 0;
padding: 0px 160px;
min-height: 650px;
color: #fff;
overflow: hidden;


}
.modal-body{padding: 0px}
.modal-body h2{  position: relative;
  margin-top: 25px;
  font-size: 55px;
  line-height: 1;
  font-family: 'Bebas Neue', cursive;
font-weight: 700}

.modal-body h2:before {
  content: "";
  position: absolute;
  top: 45px;
  right: 100%;
  width: 120vw;
  margin-right: 20px;
  border-top: solid 1px #fff;
}
.modal-body .form-row .col{margin-bottom: 10px}
@media (max-width: 767px) {
 .modal-body h2:before {
    display: none;
  }
}

@media (max-width: 992px){
	.btn_black{font-size: 1rem;}
		.modal .info{padding: 0px 20px;}
	.modal-body h2{font-size: 35px;}
	.modal-body p{font-size: 14px}
	}	
	
