/*!
Theme Name: Benevia
Author: Esumo
Author URI: https://esumohq.com
Version: 1.1.7
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.container {
  width: 95%;
  max-width: 1240px;
  margin:0 auto;
}

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.row.align-center, .align-center {
  align-items: center !important;
}

.row.justify-center {
  justify-content: center;
}

.column {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

footer.main{
  padding:56px 0 32px;
  background-color:#fff;
}

 footer.main .copyrights{
  margin-top:40px;
} 

footer.main .additional-info{
  margin:16px 0 40px;
}

footer.main .additional-info p{
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  max-width: 800px;
  margin:8px 0;
}

footer.main .fmc--brand img{
  width: 250px;
  display: block;;
}

footer.main .copyrights ul li a{
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

footer.main .copyrights ul{
  display: flex;
  gap: 16px;
  padding:0;
  margin:0;
  list-style: none;
}

footer.main nav ul{
  padding:0;
  list-style: none;
  display:flex;
  gap:32px;
  margin:0 0 64px;
}

footer.main nav ul a{
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

footer.main .copyrights span{
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.youtube--cta{
  padding: 56px 0;
  background-color:#6D2077;
}

.youtube--cta h3{
  margin:0;
  font-size:32px;
  color:#fff;
  font-weight: 700;
  letter-spacing: -.5px;
}

.primary--outline{
  border:2px solid #fff;
  color:#fff;
  background-color:transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 24px;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 100%;
  transition:.5s;
}

.primary--outline:hover{
  background-color:#fff;
  color:#6D2077;
}

header.main{
  background-color:#fff;
  position:sticky;
  top:0;
  z-index:10;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
}

header.main .brand{
  text-decoration: none;
}

header.main .fmc img{
  max-width:140px;
}

header.main .brand h1, header#mobile .brand h1{
  font-size: 28px;
  letter-spacing: -1px;
  margin:0;
  color:#6D2077;
}

.brand h1 sup{
  font-size: 16px;
  font-weight: 500;
}

header.main nav ul{
  padding:0;
  list-style: none;
  display:flex;
  gap:16px;
  margin:0;
}

header.main nav ul li{
  padding: 0 8px;
  position: relative;
  transition:.5s;
}

header.main nav ul li.with--sub:hover{
  background-color:#6D2077;
}

header.main nav ul li.with--sub:hover a{
  color:#fff;
}

header.main nav > ul > li > a{
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  display: block;
  padding:40px 0px 32px;
  border-bottom:8px solid transparent;
  transition:.5s;
}

header.main nav ul li:not(.with--sub) a:hover{
  border-bottom:8px solid #6D2077;
}

header.main nav ul li.with--sub ul{
  position:absolute;
  display:flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background-color: #6D2077;
  display:none;
  left: 0;
  gap:0;
}

header.main nav ul li.with--sub:hover ul{
  display:flex;
}

header.main nav ul li.with--sub:hover ul li{
  padding:0;
}

header.main nav ul li.with--sub ul li a{
  padding: 16px 32px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  white-space: nowrap;
  color:#fff;
  width: 100%;
  border:0;
}

header.main nav ul li.with--sub ul li a:hover{
  background-color:rgba(0,0,0,0.12);
  border:0;
}

header.contact--cta{
  display: inline-block;
  position: fixed;
  top: 240px;
  left: -112px;
  transform: rotate(270deg);
  z-index: 1000;
}

header.contact--cta a{
  background-color: #EF3E33;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 48px 12px 24px;
    text-decoration: none;
    display: inline-block;
    border-left:12px solid #D42014;
    font-weight: 600;
    background-image:url('https://accudo.pl/wp-content/uploads/2024/02/phone-bg.png');
    background-position: right center;
    background-repeat: no-repeat;
}

@media (max-width:1366px){
	header.contact--cta{
		display:none;
	}
}

.home--hero.product-title--wrapper{
  background-color: transparent;
  transform: translateY(-100%);
  position: relative;
  z-index: 1;
  padding:0;
  margin-bottom: -292px;
}


.home--hero{
  background-color: #F7F6F4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom:292px;
}

body:not(.home) .home--hero:not(.product-title--wrapper):before{
  content:"";
  background-image:linear-gradient(to right, rgba(0,0,0,0.40), rgba(0,0,0,0.0));
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:0;
} 

.page-template:not(.page-template-page-home) .home--hero{
  background-size:cover;
  position: relative;
}

.home--slider .owl-dots{
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 300px;
}

.home--slider .owl-prev{
  position: absolute;
    left: 24px;
    top: 50%;
    z-index: 2;
    width: 64px !important;
    height: 64px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-size: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform:translateY(-50%);
}

.home--slider .owl-next{
  position: absolute;
    right: 24px;
    top: 50%;
    z-index: 2;
    width: 64px !important;
    height: 64px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-size: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform:translateY(-50%);
}

.home--slider .owl-next span, .home--slider .owl-prev span{
  display: block;
  margin-bottom:5px;
}

.home--hero img{
  width: 100%;
  max-width: 640px;
  margin: -10px auto 0 auto;
}

.home--slider .owl-nav{
margin:0;
}

.home--slider .owl-dots {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 320px;
}


.home--hero .rank-math-breadcrumb p{
  color: #fff;
  font-size: 14px;
  margin: 24px 0 0;
  display:flex;
  gap:8px;
  position: relative;
}


.home--hero .rank-math-breadcrumb p .separator{
  color:#fff;
}

.home--hero .rank-math-breadcrumb a{
  font-weight: 500;
  color:#fff;
  text-decoration: none;
}

.home--hero .row.align-center{
  min-height:475px;
  position:relative;
  z-index:1;
}

.home--hero .row > h1{
  color: #fff;
  font-size: 52px;
  letter-spacing: -1px;
  line-height: 60px;
  max-width: 580px;
  margin: 0;
}

.home--slider .home--hero .row > h1{
  color:#000;
}

.home--slider .home--hero .row > h1 span{
  display: block;
  margin-top: 16px;
  font-size: 46px;
  line-height: 120%;
  font-weight: 600;
}

@media (max-width:800px){
  .home--slider .home--hero .row > h1 span{
    font-size:28px;
  }
}

.home--hero .row > h1 strong{
  color:#6D2077;
}

.page-template:not(.page-template-page-home) .home--hero h1{
  color: #fff;
  font-size: 64px;
  letter-spacing: -2px;
  margin:0 0 12px;
}

/* .home--hero:not(.product-title--wrapper):before{
  content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
} */

.page-template:not(.page-template-page-home) .home--hero .row.align-center{
  min-height: 300px;
}

.home--hero .row > h1:after{
  width: 100px;
  height: 4px;
  content:"";
  display:block;
  background-color:#6D2077;
  margin-top: 32px;
}

.home--hero .title--wrapper{
  background-color: #6D2077;
  width: 120%;
  padding: 32px 10% 40px 10%;
  margin-left: -10%;
  margin-right: -10%;
  position: relative;
}

.home--hero .title--wrapper h1{
  margin: 0 0 8px;
    color: #fff;
    font-size: 40px !important;
    letter-spacing: -1px !important;
    line-height: 48px;
}

.home--hero .title--wrapper:before{
  content: "";
  background-color: #fff;
  height: 30px;
  position: absolute;
  display: block;
  width: 7%;
  left: 0px;
  top: 47px;
}

.home--hero .title--wrapper h2{
  font-weight: 500;
    font-size: 24px;
    color: rgba(255,255,255,.9);
    margin: 0;
    line-height: 32px;
}

.home--hero .title--wrapper p.description{
  color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: 24px 0 0;
}

.home--hero .title--wrapper p.description strong{
  display: block;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 32px;
}

.home--hero.special .row.align-center{
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  gap:24px;
}


.home--hero.special .row.align-center > *{
  margin:0;
}

.home--hero.special .row h1{
  margin-bottom:0;
}

.home--hero.special .row h1:after{
  display:none;
}

.home--hero.special .row h1 em{
  color:#6D2077
}

.home--hero.special .row > p{
  width: 100%;
  max-width: 550px;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  margin: 32px 0;
  padding-left:20px;
}

.home--hero.special h3{
  
  margin-top: 104px;
  font-size: 28px;
}

.home--hero.special p em{
  position: absolute;
  font-weight: 700;
  color:#6D2077;
  lefT:0;
  top:0;
}

.home--hero.special .primary{
  border: 2px solid #6D2077;
  color: #fff;
  background-color: #6D2077;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 100%;
  transition: .5s;
  display: inline-block;
  text-align: center;
}

sup{
  font-weight: 400;
  font-size:21px;
}

.home--about{
  padding:64px 0;
}

.home--about h3{
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin:16px 0;
}

.home--about h3 strong{
  color:#6D2077;
  display: block;
  font-weight: 600;
}

.home--profits{
  padding:80px 0;
  background-image: linear-gradient(to right, #ECE4ED, #F6F6F6);
}

.home--profits .row > h3{
  font-size: 36px;
  text-align: center;
  margin: 0 0 64px;
  width: 100%;
}

.home--profits .row > p{
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 16px auto 64px;
}

.home--profits .row > ul{
  display:flex;
  gap:32px;
  align-items: center;
  list-style: none;
  padding:0;
  margin:0;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home--profits .row > ul li{
  display:flex;
  gap:24px;
  align-items: center;
}

.home--profits ul .icon--wrapper{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 0 rgba(198, 87, 154, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(198, 87, 154, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(198, 87, 154, 0);
  }
}

.home--profits ul span{
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}

.home--profits.home--how .row > h3{
  margin:0 0 80px;
}

.home--profits.home--how .row > ul{
   gap: 32px;
    align-items: flex-start;
    row-gap: 54px;
}

.home--profits.home--how .row > ul li{
  width: 48%;
  align-items: flex-start;
}

.home--profits.home--how ul li div{
  max-width: calc(100% - 96px);
}

.home--profits.home--how ul li div span{
  width: 90%;;
}

.home--profits.home--how ul li div ul{
  padding: 0 0 0 24px;
  margin-top: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.home--videos{
  padding:80px 0;
  background-color:#fff;
}

.home--videos .row{
	row-gap:24px;
}

.home--videos h3{
  font-size: 36px;
  text-align: center;
  margin: 0 0 80px;
  width: 100%;
  line-height: 40px;
}

.home--videos .single--video{
  width: 600px;
    height: 340px;
    background-size: cover;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.home--videos .single--video:before{
  content: "";
  background-image: linear-gradient(45deg, rgba(0,0,0,.6), rgba(151,183,64,0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home--videos .single--video img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.home--videos .single--video h4{
  text-transform: uppercase;
  color: #fff;
  margin: 24px 0 0;
  font-size: 21px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width:400px;
}

/* .home--videos .single--video h4:after{
  width: 75px;
  height: 3px;
  background-color:#6D2077;
  display: block;
  content:"";
  margin-left:12px;
} 
 */


.home--parallax{
  padding: 184px 0 64px;
  background-size:cover;
  background-position: right center;
  position: relative;
}

.home--parallax:before{
  content: "";
  background-image: linear-gradient(45deg, rgba(0,0,0,1), rgba(151,183,64,0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home--parallax .desc{
  position: relative;
  z-index:1;
}

.home--parallax .desc h3{
  color: #fff;
  font-size: 56px;
  margin: 0;
  line-height: 64px;
}

.home--parallax .desc h3 span{
  color:#6D2077;
  padding-bottom:1px;
  font-size:72px;
}

.home--parallax .desc h4{
  text-transform: uppercase;
  color: #fff;
  margin:24px 0 0;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.home--parallax .desc h4:after{
  width: 75px;
  height: 3px;
  background-color:#6D2077;
  display: block;
  content:"";
  margin-left:12px;
}

.home--download{
  padding: 56px 0;
  background-color:#6D2077;
}

.home--download h3{
  margin:0 0 40px;
  width: 100%;
  text-align: center;
  font-size:32px;
  color:#fff;
  font-weight: 700;
  letter-spacing: -.5px;
}

.home--download .row{
	gap:24px;
	row-gap:24px;
	justify-content: center;
}

.home--download .row.justify-center .single--button{
  margin:0 16px;
}

.home--download .additional-files{
  padding-top: 40px;
  border-top: 1px solid #6D6D6D;
  margin-top: 48px;
	row-gap:0;
}

.home--download .additional-files p{
  color: #fff;
    font-size: 16px;
    margin: 0 0 32px;
    width: 100%;
    text-align: center;
    line-height: 24px;
}

.home--download .additional-files .buttons{
  display:flex;
  gap:24px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.home--download .additional-files .buttons .primary{
  border: 2px solid #6D2077;
  color: #fff;
  background-color: #6D2077;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 100%;
  transition: .5s;
  display: inline-block;
}

.home--download .additional-files .buttons .primary:hover{
  background-color: #fff;
  border-color: #fff;
  color: #0B0706;
}

.home--download .single--button{
  width: 31%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home--offer{
  background-color:#6D2077;
}

.home--offer h3{
  font-size:36px;
  color:#fff;
  width: 100%;
  text-align: center;
  margin:64px 0;
}

.home--offer .single--offer{
  width: calc(100% / 5);
  height:375px;
  position: relative;
  overflow: hidden;
  transition: .5s;
  background-position: center center;
  background-size:cover;
}

.home--offer .single--offer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  z-index:0;
  transition: transform 0.4s ease-in-out;
}

.home--offer .single--offer:focus::after, .home--offer .single--offer:hover::after {
  transform: scale(1.05);
}


.home--offer .single--offer:before{
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content:"";
  left: 0;
  z-index:1;
}


.home--offer .single--offer .title{
  position: absolute;
    width: 100%;
    bottom: 48px;
    z-index: 2;
    transition:.5s;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home--offer .single--offer .title h4{
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  margin:0 0 24px;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  gap:12px;
  justify-content: center;
  width: 100%;
}

.home--offer .single--offer .title h4:before, .home--offer .single--offer .title h4:after{
  width: 45px;
  height: 3px;
  background-color:#6D2077;
  display: block;
  content:"";
}

.home--offer .single--offer .title .primary{
  border: 2px solid #6D2077;
    color: #fff;
    background-color: #6D2077;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 32px;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 100%;
    transition: .5s;
    display: inline-block;
    width:300px;
    max-width:90%;
    text-align: center;
}

.home--offer .single--offer .title .primary:hover{
  background-color:#fff;
  border-color:#fff;
  color:#0B0706
}


.home--numbers{
  padding:80px 0;
}

.home--numbers h3{
  font-size: 28px;
    line-height: 44px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    margin:0 0 80px;
}

.home--numbers h3 strong{
  display: block;
}

.single--number{
  width: 19%;
}

.single--number .thumb{
  background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height:200px;
}

.single--number .thumb .value{
  width: 100%;
  height:200px;
  position: relative;
  overflow:hidden;
}


.single--number .thumb .value img{
  position: absolute;
  width: 100%;
  bottom: 0;
  transition:.5s;
}

.single--number .thumb .value span{
  position: absolute;
  right: 16px;
  bottom: 24px;
  color: #fff;
  font-size: 44px;
}

.single--number .thumb .value span.dark{
  color:#0B0706;
}

.single--number h4{
  font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin: 16px 0 12px;
    width: 100%;
}

.single--number h5{
  font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    margin:0;
    color:#6D2077;
}

.animate i, .animate  strong{
  font-style: normal;
  font-weight: inherit;
}

header.main #menu-toggler{
  display:none;
}

header.main #menu-toggler img{
  display: block;
}

header#mobile{
  display:none;
}

@media (max-width:900px){
  .container{
    width: 100%;
    padding:0 16px;
  }
  header.main nav{
    display:none;
  }
  .home--hero{
    padding:40px 0 0;
  }
  .home--hero .row > h1, .page-template:not(.page-template-page-home) .home--hero .align-center > h1{
    font-size: 32px;
    text-align: center;
    width: 100%;
    border: 0;
    line-height: 40px;
    margin: 32px 0 96px;
  }
  .home--hero.special{
  }
  .home--hero.special .row.align-center {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    text-align:center;
}
  .home--about h3, .home--numbers h3 {
    font-size: 21px;
    line-height: 30px;
    width:95%;
    margin:0 auto;
}
.home--hero.special .row > p{
  font-size:17px;
  line-height:24px;
}
.home--slider .owl-next, .home--slider .owl-prev{
  width: 48px !important;
  height: 48px !important;
  font-size: 32px !important;
}
.home--hero.special h3{
  margin-top:24px;
}
.home--about br{
  display:none;
}
.home--about h3 strong{
  display:inline;
}
.home--hero .title--wrapper {
  padding: 24px 0 32px 50px;
  margin-left: -16px;
  margin-right: -16px;
}
.home--hero .title--wrapper h1 {
  font-size: 32px !important;
  line-height: 48px !important;
}
.home--hero .title--wrapper h2 {
  font-size: 16px;
  line-height: 24px;
}
.home--hero .title--wrapper:before {
  height: 28px;
  width: 35px;
  top: 40px;
}
.home--profits .row > h3 {
  font-size: 28px;
}
.home--profits .row > p {
  font-size: 17px;
  line-height: 24px;
}
.home--profits .row > ul{
  justify-content: flex-start;
}
.home--parallax .desc h3, .home--offer h3 {
  font-size: 32px;
  line-height: 40px;
}
.home--parallax .desc h3 span {
  font-size: 48px;
}
.home--parallax .desc h4{
  font-size:21px;
}
sup{
  font-size:14px;
}
.single--number{
  width: 90%;
  margin: 0 auto 32px;
}
.home--numbers h3{
  margin-bottom:64px;
}
.home--parallax{
  padding-top:128px;
}
.home--prpfits, .home--about{
  padding:64px 0;
}
.home--numbers{
  padding:64px 0 32px;
}
.home--profits.home--how .row > ul li{
  width: 100%;
}
.home--offer .single--offer {
  flex: none;
}
.home--offer .single--offer .title h4{
  font-size:24px;
}
.home--offer .single--offer .description{
  padding:32px;
}
.home--offer .single--offer .description h4{
  font-size:19px;
}
.home--download .single--button {
  width: 100%;
}
.home--download{
  padding-bottom:32px;
}
.home--videos .single--video {
  width: 100%;
  height: 200px;
  margin-bottom:32px;
}
.home--videos .single--video img{
  width: 48px;
  transform:translate(-50%,-60%);
}
.home--videos{
  padding:64px 0 32px;
}
.home--videos h3 {
  font-size: 28px;
  line-height: 32px;
}
.youtube--cta h3{
  text-align: center;
  width: 100%;
  margin-bottom:32px;
  font-size:28px;
}
.youtube--cta  .primary--outline{
  margin:0 auto
}
footer.main nav ul{
  gap:16px;
  flex-direction: column;
}
footer.main nav, footer.main nav ul{
  width: 100%;
}
footer.main nav ul a{
  width: 100%;
  text-align: center;
  display: block;;
}
footer.main .copyrights span{
  margin-bottom:8px;
  text-align: center;
  width: 100%;
}
footer.main .fmc--brand{
  margin:0 auto 32px;
}
header.main{
  padding:28px 0;
}
header.main .brand h1,  header#mobile .brand h1{
  font-size:19px;
}
header#mobile .brand h1{
  color:#fff;
}
header.main .fmc img{
  display: block;
  width: 120px;
  margin-left:12px;
}
header.main #menu-toggler{
  margin-left:auto;
  display: block;
}
header#mobile{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 120px 0 56px 0;
}
header#mobile #menu-closer{
  position: absolute;
  right: 16px;
  top: 75px;
}
header#mobile #menu-closer img{
  display: block;
  width: 27px;
}
header#mobile nav{
  width:100%;
}
header#mobile nav ul{
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

header#mobile nav ul a{
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 21px;
}

header#mobile nav ul .subnav a{
  font-size:19px;
  font-weight: 400;
}

header#mobile .brand img{
  width: 110px;
}

header#mobile nav ul li.button a {
  width:100%;
  font-size:16px;
}
}

.map-wrapper .row > h2{
	width: 100%;
    text-align: center;
    font-size: 40px;
    margin: 0;
}

.map-wrapper .row > p{
	    width: 100%;
    text-align: center;
    line-height: 160%;
    font-size: 17px;
    margin: 24px 0 56px;
}

@media (max-width:1340px){
  .map-wrapper .row > h2{
    font-size: 32px;
}
	.map-wrapper .row > p{
    font-size: 16px;
}
}

.map-wrapper .container-fluid{
  width:90%;
  margin:0 auto;
}

@media (max-width:1340px){
  .map-wrapper .container-fluid{
    width:95%;
  }
}

.map-wrapper{
  background-color:#F3F1EE;
  padding:64px 0;
}

.map-wrapper .col{
  width:31%;
}


.map-wrapper .col.centered img{
  width: 100%;
  display: block;;
}

.map-wrapper .col h3{
  font-size: 21px;
  width: 100%;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}

.map-wrapper .col h3:after{
  width: calc(100% - 75px);
  height: 3px;
  background-color:#6D2077;
  display: block;
  content:"";
  margin-left:12px;
}

.map-wrapper .col ul{
  display:flex;
  list-style: none;
  gap:12px;
  padding: 0;
  margin: 8px 0 0;
  color:rgba(0,0,0,0.5)
}

.map-wrapper .col ul a{
  color:#000;
  text-transform: uppercase;
  text-decoration: none;
}

.map-wrapper .col .person{
  display:flex;
  align-items: flex-start;
  gap:32px;
  margin-bottom:32px;
}

.map-wrapper .col .person div{
  max-width: calc(100% - 72px);
}

.map-wrapper .col .person span{
  width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
}

.map-wrapper .col .person h4{
  
  margin: 0;
  font-size: 19px;
}

.map-wrapper .col .person h5{
  margin: 4px 0 0px;
  text-transform: uppercase;
  font-size: 17px;
}

.map-wrapper .col .red h3:after{
  background-color:#6D2077;
}

.map-wrapper .col .red .person h5, .map-wrapper .col .red .featured span{
  color:#6D2077;
}

.map-wrapper .col .green h3:after{
  background-color:#4F8C24;
}

.map-wrapper .col .green .person h5, .map-wrapper .col .green .featured span{
  color:#4F8C24;
}


.map-wrapper .col .blue h3:after{
  background-color:#2A4FB8;
}

.map-wrapper .col .blue .person h5, .map-wrapper .col .blue .featured span{
  color:#2A4FB8;
}


.map-wrapper .col .purple h3:after{
  background-color:#72217B;
}

.map-wrapper .col .purple .person h5, .map-wrapper .col .purple .featured span{
  color:#72217B;
}

.map-wrapper .col .red, .map-wrapper .col .green{
  margin-bottom:56px;
}

.contact--wrapper{
  padding: 72px 0 24px;
    background-color: #6D2077;
    color:#fff;
}

.contact--wrapper .see-more{
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.contact--wrapper .more{
  font-size: 11px;
    line-height: 18px;
    margin-top: 8px;
    display: none
}

.contact--wrapper .more a{
  color:#fff;
}

.contact--wrapper form .forminator-button.forminator-button-submit{
  background-color:#fff !important;
  font-weight: 600 !important;
  color:#6D2077 !important;
  font-size:18px!important;
  width: 100%!important;
  padding:24px !important;
  font-family: "Barlow Condensed", sans-serif!important;
}

.contact--wrapper form.forminator-ui .forminator-label{
  color:#fff!important;
  font-family: "Barlow Condensed", sans-serif!important;
  font-weight:500!important;
  font-size:16px!important;
  margin-bottom:8px!important;
}

.forminator-edit-module{
  display:none !important
}

@media (max-width:900px){
  .map-wrapper{
    padding:56px 0 16px;
  }
  .map-wrapper .col.centered{
    order:1;
  }
  .map-wrapper .col{
    width:100%;
    margin-bottom:40px;
    order:2;
  }
  .map-wrapper .col ul{
    flex-wrap: wrap;
  }
  header.contact--cta{
    display:none;
  }
}

.home--pluses{
  padding:96px 0 96px;
}

.home--pluses h2{
  font-size: 40px;
    text-align: center;
    margin: 0 0 12px;
    width: 100%;
}

.home--pluses h2 span{
  display: block;
  font-weight: 600;
  font-size: 28px;
  margin-top: 24px;
}

.home--pluses .single--pluse{
  width: 31%;
    background-color: #E5EBE7;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:.5s;
    align-items: center;
    margin-bottom:32px;
}

.home--pluses .single--pluse img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-shadow: 0 0 0 0 rgba(198, 87, 154, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.home--pluses .single--pluse h4{
  margin: 24px 0;
    color: #6D2077;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.5px;
    transition:.5s;
    text-align:center;
    width: 100%;
}

.home--pluses .single--pluse hr{
  margin: 0;
    width: 75px;
    height: 4px;
    background: #6D2077;
    transition:.5s;
}

.home--pluses .single--pluse:hover{
  background-color:#6D2077
}

.home--pluses .single--pluse:hover h4{
  color:#fff;
}

.home--pluses .single--pluse:hover hr{
  background-color:#fff;
}

.home--pluses .image--wrapper{
  width:22%;
}

.home--pluses .image--wrapper img{
  display:block;
  width: 100%;
}

.home--pluses .desc{
  width: 70%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.home--pluses .desc > h4{
  font-size: 24px;
  margin: 0 0 12px;
}

.home--pluses .row > p{
  color: #6D2077;
  width:100%;
  font-size: 19px;
  text-align:center;
  margin: 0 0 56px;
}

.home--pluses .desc ul{
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
    width:100%;
}

.home--pluses .desc ul li{
  padding: 16px;
    background-image: linear-gradient(to right, #fff, #EEE7EF);
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 32px 32px 56px;
}

.home--pluses .desc ul li > *{
  margin:0;
}

.home--pluses .desc ul li .icon{
  background-color: #6D2077;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.home--pluses .desc ul li .icon img{
  width:28px;
}

.home--pluses .desc ul li span{
  display: flex;
  background-color: #6D2077;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 24px 0 -36px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
}

.home--pluses .desc ul li h4{
  font-size: 19px;
  margin: 0;
}

.home--pluses .desc ul li p{
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
  margin:12px 0 0;
}

.home--boxes{
  background-color:#F4F1F2;
  padding:0 0 96px;
}

.home--boxes .single--box{
  width:31%;
  background-color:#6D2077;
  margin-top: -96px;
}

.home--boxes .single--box h4{
  height: 230px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  margin: 0;
  padding: 32px;
  font-size: 21px;
  line-height: 32px;
}

.home--boxes .single--box img{
  display:block;
  width: 100%;
}

.jagody--photo{
  padding: 120px 0;
  background-color: #6D2077;
  position: relative;
}

.jagody--photo  .image--wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
}

.jagody--photo .image--wrapper img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index:0;
}

.jagody--photo .image--wrapper:before{
  content:"";
  z-index:1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #6D2077, transparent);
}

.jagody--photo .number{
  position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 40px;
}

.jagody--photo .number h3{
  color: #fff;
  font-size: 56px;
  margin: 0;
  line-height: 64px;
}

.jagody--photo .number  h3 span{
  color:#6D2077;
  padding-bottom:1px;
  font-size:120px;
}

.jagody--photo .number  h4{
  text-transform: uppercase;
  color: #fff;
  margin:24px 0 0;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.jagody--photo .number  h4:after{
  width: 75px;
  height: 3px;
  background-color:#6D2077;
  display: block;
  content:"";
  margin-left:12px;
}

.jagody--photo .desc{
  width: 48%;
  border-left: 2px solid rgba(255, 255, 255, .2);
  margin-left: auto;
  padding-left: 48px;
}

.jagody--photo .desc p{
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, .9);
  margin: 0;
}


.jagody--photo .desc h3{
  color: #fff;
  font-size: 32px;
  margin: 0 0 24px;
}

.jagody--uprawy{
  padding:96px 0;
}

.jagody--uprawy .desc{
  width:100%;
}

.jagody--uprawy h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 auto 32px;
  width: 100%;
  max-width: 960px;
}

.jagody--uprawy p{
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 8px auto;
  line-height: 150%;
  font-size: 19px;
  font-weight: 500;
  color: #1E1E1E;
}

.jagody--uprawy p.disclaimer{
  font-size:14px;
  font-weight: 400;
  margin-top:32px;
}

.jagody--uprawy p strong{
  font-weight: 600;
  color:#6D2077;
}

.jagody--uprawy .boxes{
  margin-top:48px;
  gap:16px;
  row-gap:16px;
}

.jagody--uprawy .single--uprawa {
  flex:1;
  min-width:calc(20% - 20px);
  position: relative;
  height: 275px;
  overflow: hidden;
}

.jagody--uprawy .single--uprawa img{
  width: 100%;
  height: 275px;
  display: block;
  object-fit: cover;
  position:absolute;
  top:0;
  left:0;
  transition:.5s;
}

.jagody--uprawy .single--uprawa:hover img{
  transform:scale(1.1);
}

.jagody--uprawy .single--uprawa h4{
  position: absolute;
  width: 101%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 21px;
  background-image: linear-gradient(to top, rgba(109, 32, 119, 1), rgba(109, 32, 119, 0.9), rgba(109, 32, 119, 0.0));
  margin: 0;
  padding: 72px 0 24px 0;
  text-transform: uppercase;
}

.jagody--about{
  padding:96px 0 0;
  background-image: linear-gradient(to right, #ECE4ED, #F6F6F6);
}

.jagody--about h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 64px;
  width: 100%;
}

.jagody--about .single--about {
  width: 31%;
  position: relative;
  margin-bottom: -120px;
  height: 575px;
  overflow: hidden;
}

.jagody--about .single--about img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position:absolute;
  top:0;
  left:0;
  transition:.5s;
}

.jagody--about .single--about:hover img{
  transform:scale(1.1);
}

.jagody--about .single--about h4{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  background-image: linear-gradient(to top, rgba(198, 87, 154, 1), rgba(198, 87, 154, 0.9), rgba(198, 87, 154, 0.0));
  margin: 0;
  padding: 96px 12px 32px 12px;
}

.jagody--table{
  padding:96px 0;
  background-color:#6D2077;
}

.jagody--table .row{
  align-items: stretch;
}

.jagody--table h2 {
  font-size: 36px;
  text-align: center;
  color:#fff;
  margin: 0 0 64px;
  width: 100%;
}


.jagody--table  h5{
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin: 64px 0 0;
  font-weight: 500;
}

.jagody--table  h5 a{
  color:#fff;
  font-weight: 600;
}

.jagody--table .single--table{
  width:31%;
  background-color:#326046;
  padding:40px 24px;
  position: relative;
}

.jagody--table .single--table > *{
  position: relative;
  z-index:4;
}

.jagody--table .single--table .img--wrapper{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index:0;
  top: 0;
}

.jagody--table .single--table .img--wrapper:after{
  content:"";
  background-image:linear-gradient(to top, rgba(50, 96, 70), rgba(50, 96, 70, 0.8));
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index:1;
  top: 0;

}

.jagody--table .single--table .img--wrapper img{
  position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jagody--table .single--table h4{
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0;
  display:flex;
  align-items: flex-start;
  display:inline-flex;
  gap:16px;
  padding-right:100px;
}

.jagody--table .single--table h4:after{
  content:"";
  width: 75px;
  height: 3px;
  background-color:#D42014;
  position: absolute;
    right: 0;
    top: 12px;
}

.jagody--table .single--table p{
    font-size: 16px;
    color: #fff;
    width: 95%;
    display: block;
    line-height:25px;
    margin: 32px 0;
}

.jagody--table .single--table ul{
  color:#fff;
  list-style: none;
  padding:0;
  margin:0;
}

.jagody--table .single--table ul li{
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 16px;
}

.jagody--table .single--table ul li img{
  position: absolute;
  left: 0;
  width: 20px;
  display: block;
  height: 20px;
}

.jagody--table .single--table ul li:last-of-type{
  margin-bottom:0;
}

@media (max-width:800px){
  .home--hero {
    background-position:top center;
  }
  .home--hero .row > h1:after{
    margin:24px auto 0 auto;
  }
  .home--hero .row.align-center {
    min-height: 500px !important;
	  position:relative;
}
	.home--hero .row.align-center > *{
		position:relative;
		z-index:1;
	}
	.home--hero.special .row.align-center:after{
		z-index: 0;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: -16px;
        width: calc(100% + 32px);
        height: 100%;
        background-image: linear-gradient(to top, #F7F6F4, transparent);
	}
.jagody--about h2, .jagody--uprawy h2, .jagody--table h2{
  font-size:28px;
}
.jagody--table .single--table, .jagody--uprawy .single--uprawa, .jagody--about .single--about, .home--pluses .single--pluse{
  width:100%;
  margin-bottom:32px;
}
.jagody--about .single--about {
  height: 375px;
}
.jagody--uprawy{
  padding-top:96px;
}
.jagody--photo .desc{
  width:100%;
  padding:64px 0;
}
.jagody--photo{
  padding:0;
}
.jagody--photo .image--wrapper {
  position: relative;
  display: block;
  width: calc(100% + 32px);
  margin-left:-16px;
  height: 500px;
  margin-bottom: 24px;
}

.jagody--photo .number h3 span {
  font-size: 80px;
}

.jagody--photo .number h3 {
  font-size: 28px;
  line-height: 40px;
}

.jagody--photo .number h4 {
  font-size: 20px;
}

  .jagody--photo .desc p, .jagody--photo .desc h4{
    font-size:21px;
  }
  .home--videos .single--video h4:after{
    display:none;
  }
  .home--videos .single--video h4{
    font-size:17px;
    display:block;
    max-width:calc(95% - 24px);
  }
  .home--offer .single--offer{
    background-size: cover;
  }
  .home--download .additional-files p{
    margin-bottom:32px;
  }
  .home--download .additional-files p br{
    display: none;
  }
	.home--pluses .image--wrapper img{
    max-width: 300px;
    margin: 0 auto;
	}
  .home--slider .home--hero{
    background-position:67% 0%;
  }
  .home--slider     .home--hero .row > h1{
    margin:264px 0 0;
  }
}

.ziemniak--profits .row > h3{
  margin-bottom:64px;
}

.ziemniak--profits .row > ul li{
  width:23%;
  flex-direction: column;
}

.home--profits .row > ul{
  row-gap: 48px;;
}

.ziemniak--profits  ul li h4{
  font-size: 20px;
  color: #6D2077;
  width: 100%;
  text-align: center;
  margin: 0;
}

.ziemniak--profits  ul li span {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;

}

.ziemniak--about{
  background-color:#326046;
}

.ziemniak--about h2{
  color:#fff;
}

.ziemniak--about .single--about{
  width:24%;
}

.ziemniak--divider{
  padding:96px 0;
  background-color:#F3F1EE;
}

.jagody--table.ziemniak--table{
  background-color:#F3F1EE;
}

.jagody--table.ziemniak--table h2{
  color:#000;
}

.jagody--table.ziemniak--table .single--table h4:after{
  display:none;
}

.jagody--table.ziemniak--table .single--table h4{
  padding-right: 0;
  padding-left:32px;
}

.jagody--table.ziemniak--table .single--table hr{
  width: 100%;
  height: 1px;
  display: block;
  margin: 32px 0;
  background-color: Rgba(255, 255, 255, .4);
  border: 0;
}

.jagody--table.ziemniak--table .single--table h4 span{
  width: 64px;
  height: 64px;
  background: #6D2077;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -56px;
}

.jagody--photo.ziemniak--photo{

}

.jagody--photo.ziemniak--photo .desc p{
  font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 90%;
}

.jagody--photo.ziemniak--photo .desc p a{
  font-weight: 600;
  color:#000;
}

.jagody--photo.ziemniak--photo .desc h3{
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
}

.jagody--photo.ziemniak--photo .icon--wrapper{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 0 rgba(198, 87, 154, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.jagody--photo.ziemniak--photo ul{
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin:32px 0;
  padding: 0;
}

.jagody--photo.ziemniak--photo li{
  display: flex;
    gap: 28px;
    align-items: center;
}

.jagody--photo.ziemniak--photo li h5{
  font-size: 24px;
  margin: 8px 0 0;
}

.ziemniak--video {
  padding:96px 0;
}

.ziemniak--video .row > img{
  width: 45%;
  height: auto;
  display:block;
}

.ziemniak--video .desc{
  width: 50%;;
}

.ziemniak--video .desc p{
  width: 100%;
  font-size: 17px;
  margin: 16px 0;
  line-height: 28px;
}

.ziemniak--video .desc h3{
  font-size:36px;
  font-weight: 700;
  color:#000;
  margin-top:0;
  line-height: 44px;
}

.ziemniak--video .desc h3 strong{
  display: block;
    color: #6D2077;
    margin-top: 24px;
}

.ziemniak--video .desc .primary{
  border: 2px solid #6D2077;
  color: #fff;
  background-color: #6D2077;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 24px;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 100%;
  transition: .5s;
  display:inline-block;
  margin-top:24px;
}

.home--videos p.no-videos{
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px;
}

@media (max-width:800px){
  .home--profits .row > ul li{
      width: 100%  !important;
  }
  .ziemniak--about .single--about{
      width:100%;
  }
  .ziemniak--divider{
    padding:0;
  }
  .home--download .row.justify-center .single--button{
    margin-bottom:16px;
  }
  .ziemniak--video .desc, .ziemniak--video a.single--video{
    width: 100% !important;
    margin:24px 0;
  }
  .ziemniak--video a.single--video{
    height: 250px;
  }
  .ziemniak--video .row > img{
    width:100% !important;
    height: auto;
  }
  .ziemniak--video .desc h3 {
    font-size: 24px;
    line-height: 36px;
}
.home--slider .owl-dots{
  bottom:290px;
}
.home--boxes .single--box{
  width: 100%;
  margin:0 0 32px;
}
.home--boxes{
  padding:64px 0 32px;
}
.home--pluses h2{
  font-size:28px;
}
.home--pluses .image--wrapper
{
  width:50%;
  margin:0 auto;
}
.home--pluses .desc{
  width: 100%;
  padding-left: 16px;
}
.home--pluses{
  padding:64px 0;
}
.home--pluses .desc ul li p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  max-width: calc(100% - 74px);
}
}

.verimark--szkodnik{
  padding:96px 0;
}

.verimark--szkodnik .image--wrapper{
  width: 45%;
}

.verimark--szkodnik .image--wrapper img{
  display:block;
  width: 100%;
}

.verimark--szkodnik  .desc{
  width: 50%;
}

.verimark--szkodnik  .desc p{
  font-size: 17px;
  width: 90%;
  line-height: 26px;
}

.verimark--szkodnik .desc p strong{
  color:#6D2077;
}

.verimark--szkodnik  .desc h3{
  margin: 0 0 32px;
  font-size: 36px;
  line-height: 44px;
}

.verimark--szkodnik  .desc h3 em{
  font-weight: 400;
  font-size: 20px;
  display: block;
  margin-top:4px;
  font-style: italic;
}

@media (max-width:800px){
  .verimark--szkodnik .image--wrapper{
    width:100%;
    margin-bottom:32px;
  }
  .verimark--szkodnik .desc{
    width:100%;
  }
  .verimark--szkodnik .desc h3 {
    font-size: 24px;
    line-height: 36px;
}
}


.kapustne--porownanie{
  padding:64px 0 160px;
  background-color:#6D2077;
}

.kapustne--porownanie h2{

  font-size: 36px;
  text-align: center;
  margin: 0;
  width: 100%;
}

.kapustne--porownanie p{
  margin: 32px auto 40px;
  width: 100%;
  text-align: center;
  max-width: 800px;
  line-height: 25px;
  font-size: 17px;
}

.kapustne--porownanie-v2{
  margin-top:-140px;
  padding:0 0 96px;
}

.kapustne--porownanie-v2 .col{
  width: 48%;;
}

.kapustne--porownanie-v2 .col h3 strong{
  color:#6D2077;
  font-size:24px;
}

.kapustne--porownanie-v2 img{
  display:block;
  width: 100%;
  margin-bottom:40px;
}

.kapustne--porownanie-v2 p{
  line-height: 25px;
  font-size: 16px;
}

@media (max-width:800px){
  .kapustne--porownanie-v2 .col{
    width: 100%;
    margin-bottom:32px;
  }
  .kapustne--porownanie h2{
    font-size:28px;
  }
  .home--download .row.justify-center .single--button{
    margin:0 0 24px
  }
  .home--download .row{
    margin-top:0 !important;
  }
	.home--hero.m160{
		background-size:160%;
	}
}

.ziemniak--video ul{
  display: flex;
      flex-direction: column;
      gap: 12px;
      margin: 16px 0;
      padding: 0 0 0 24px;
      font-size: 16px;
      line-height: 150%;
}

.page-id-271 .home--about{
  background-color:#F3F1EE;
}

.page-id-271 .jagody--uprawy{
  background-color:#fff;
}

/* Style dla tabeli */
.ziemniak--video .styled-table {
  border-collapse: collapse; /* Łączy ramki komórek */
  width: 100%; /* Tabela zajmuje całą dostępną szerokość */
  margin-bottom: 20px; /* Odstęp pod tabelą */
  font-size: 0.9em;
  border: 2px solid #fff; /* Subtelna ramka wokół tabeli */
  background-color: #ffffff; /* Białe tło dla ciała tabeli */
  text-align:center;
  margin:24px 0;
}

/* Style dla nagłówka tabeli */
.ziemniak--video .styled-table thead tr {
  background-color: #72217B; /* Kolor tła nagłówka (zbliżony do zrzutu) */
  color: #ffffff; /* Biały kolor tekstu w nagłówku */
  text-align: center; /* Wyśrodkowanie tekstu w nagłówku */
  font-weight: bold; /* Pogrubienie tekstu */
}

/* Style dla komórek nagłówka (th) i komórek danych (td) */
.ziemniak--video .styled-table th,
.ziemniak--video .styled-table td {
  padding: 12px 15px; /* Wewnętrzne odstępy w komórkach */
  border-bottom: 2px solid #fff; /* Dolna linia oddzielająca wiersze */
  border-left: none; /* Usunięcie lewej ramki */
  border-right: none; /* Usunięcie prawej ramki */
  vertical-align: middle; /* Wyrównanie w pionie do środka */
}

/* Style dla komórek danych (td) */
.ziemniak--video .styled-table td {
  text-align: center; /* Wyrównanie tekstu do lewej */
}

/* Style dla wierszy w ciele tabeli (tbody) */
.ziemniak--video .styled-table tbody tr {
  background-color: #f8f0f8; /* Jasny fioletowo-szary kolor tła wierszy (zbliżony) */
  border-bottom: 2px solid #fff; /* Linia oddzielająca wiersze */
}

/* Usunięcie dolnej ramki dla ostatniego wiersza */
.ziemniak--video .styled-table tbody tr:last-of-type {
  border-bottom: none; /* Usuwa dolną ramkę ostatniego wiersza */
}

/* Opcjonalnie: dodanie efektu hover dla wierszy */
.ziemniak--video .styled-table tbody tr:hover {
  background-color: #ece0ec; /* Lekkie podświetlenie wiersza po najechaniu */
}

/* Opcjonalnie: Responsywność dla małych ekranów */
@media screen and (max-width: 600px) {
  .ziemniak--video .styled-table {
      border: 0;
      box-shadow: none;
  }

  .ziemniak--video .styled-table thead {
      display: none; /* Ukryj nagłówek w widoku mobilnym */
  }

  .ziemniak--video .styled-table tr {
      margin-bottom: 10px;
      display: block;
      border: 1px solid #d3d3d3;
      background-color: #f8f0f8;
  }

   .ziemniak--video .styled-table td {
      display: block;
      text-align: right; /* Wyrównaj wartość do prawej */
      padding-left: 50%; /* Zostaw miejsce na etykietę */
      position: relative;
      border-bottom: 1px dotted #ccc; /* Linia między "polami" */
      vertical-align: top; /* Wyrównanie do góry dla dłuższych tekstów */
  }

  .ziemniak--video .styled-table td:last-child {
      border-bottom: 0; /* Usuń linię dla ostatniego pola */
  }

  /* Dodanie "etykiety" przed każdą komórką danych */
  .ziemniak--video .styled-table td::before {
      content: attr(data-label); /* Pobierz etykietę z atrybutu data-label */
      position: absolute;
      left: 10px;
      width: calc(50% - 20px); /* Szerokość etykiety */
      padding-right: 10px;
      white-space: nowrap;
      text-align: left; /* Wyrównaj etykietę do lewej */
      font-weight: bold;
      color: #555; /* Kolor etykiety */
  }
  
  .jagody--uprawy .single--uprawa {
    min-width: 100%!important;
  }
  .home--pluses .desc{
    flex-wrap: wrap;
    margin-top:40px;
    row-gap:24px;
  }
  .home--pluses .desc ul{
    width:100%;
  }
  .home--offer .single--offer{
    width:100% !important;
  }
  .jagody--photo .desc h3{
    font-size:36px;
  }
  .jagody--photo .desc{
    border:0;
  }
  .jagody--photo .image--wrapper{
    height:300px;
  }
}

@media (min-width:1200px){
	.home--hero .first-slide-text{
		display:flex;
		width: 100%;
		max-width: 100%;
		height: 450px;
		justify-content: space-between;
		flex-direction: column;
	}
	.home--hero .first-slide-text h1{
		width:100%;
		color: #000;
		font-size: 40px;
		letter-spacing: -1px;
		line-height: 52px;
	}
	.home--hero .first-slide-text h2{
		text-align:right;
		width:100%;
		color: #000;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 52px;
		font-weight:400;
	}
	.home--hero .first-slide-text h2 strong{
		font-weight:700;
	}
}
@media (max-width:900px){
	.home--hero .first-slide-text h1, .home--hero .first-slide-text h2{
		font-size: 32px;
        text-align: center;
        width: 100%;
        border: 0;
        line-height: 40px;
	}
	.home--hero .first-slide-text h2 strong{
		font-weight:700;
	}
  .home--hero.product-title--wrapper{
    transform:none;
    margin-bottom:0;
  }
}