@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap');

:root {
	--color-light-green: #CFDB9C;
	--color-green: #4CB66B;
	--color-green-strong: #63B32F;
	--color-purple: #9D3CBD;
	--color-dark-purple: #43093B;
	--color-dark-green: #003F1B;
	--color-red: #A60404;
	--color-orange: #E35306;
	--font-primary: "Moderustic", serif;
	--color-title: #1D2321;
	--color-text: #2E3835;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
    outline: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
	font-family: var(--font-primary);
	color: var(--color-text);
}

.e-con>.e-con-inner {
    max-width: 1290px !important;
    padding-top: 0 !important;
	display: block !important;
}

.e-con {
    gap: 0px !important;
}

.elementor-element {
    padding: 0 !important;
}

.container {
    max-width: 1290px;
    margin: 0 auto;
	 
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--color-dark-green);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-dark-green);
}

a {
	text-decoration: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}
.nav__current-item {
	background-color: var(--color-dark-green);
	color:var(--color-light-green) !important;
}

h1 {
	color: #000;
	font-size: 88px;
	font-weight: 700;
	line-height: 90%;
}

h2 {
	color: #000;
	font-size: 78px;
	font-weight: 600;
	line-height: 120%;
}

h3 {
	color: #000;
	font-size: 60px;
	font-weight: 500;
	line-height: 120%;
}

h4 {
	color: #000;
	font-size: 48px;
	font-weight: 500;
	line-height: 120%;
}

h5 {
	color: #000;
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
}

h6 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
}

.btn {
	padding: 12px 24px;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	border-radius: 16px;
	font-size: 17px;
	font-weight: 500;
	line-height: 160%;
	transition: .3s ease;
}

.btn__light-green {
	color: #FFF;
	background-color: var(--color-green-strong);
	border: 2px solid var(--color-green-strong);
	transition: .3s ease;
}

.btn__light-green:hover {
	background-color: transparent;
	transition: .3s ease;
	cursor: pointer;
}

.btn__red {
	background-color: var(--color-red);
    color: #FFF;
	transition: .3s ease;
}

.btn__red:hover {
	transition: .3s ease;
	cursor: pointer;
	background-color: var(--color-dark-green);
}

main {
	padding-top: 77px;
}

.home main {
	padding-top: 0;
}

#header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: var(--color-light-green);
	transition: .4s ease;
}

#header.header__homepage {
	background-color: transparent;
	transition: .4s ease;
}

#header.header__scroll {
    background-color: var(--color-light-green);
	transition: .4s ease;
}

.header__wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 100px;
}

.header__nav {
	display: flex;
	align-items: center;
}

.header__nav a {
	display: inline-flex;
    padding: 10px;
    color: var(--color-title);
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
	border-radius: 100px;
	transition: .4s ease;
}

.header__nav a:hover {

}

.header__homepage .header__nav a {
	display: inline-flex;
    padding: 10px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
	transition: .4s ease;
}

.header__homepage .header__nav a:hover {
    background-color: rgba(255, 255, 255, 0.30);
	transition: .4s ease;
}

.header__scroll .header__nav a {
    color: var(--color-title);
	transition: .4s ease;
}

.header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__languages {
	display: flex;
	align-items: center;
}

.header__homepage .header__languages .header__language {
	width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.60);
	text-align: center;
    font-size: 14px;
    font-weight: 500;
	transition: .4s ease;
}

.header__homepage .header__languages .header__language:hover {
	background-color: rgba(255, 255, 255, 0.20);
	color: #FFF;
	transition: .4s ease;
	cursor: pointer;
}

.header__languages .header__language {
	width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525A46;
	text-align: center;
    font-size: 14px;
    font-weight: 500;
	transition: .4s ease;
}

.header__scroll .header__languages .header__language {
    color: #525A46;
	transition: .4s ease;
}

.header__homepage .header__languages .header__language.language__active {
	background-color: rgba(255, 255, 255, 0.20);
	color: #FFF;
	transition: .4s ease;
}

.header__languages .header__language.language__active {
	background-color: #C5D094;
	color: var(--color-dark-green);
	transition: .4s ease;
}

.header__scroll .header__languages .header__language.language__active {
	background-color: #C5D094;
	color: var(--color-dark-green);
	transition: .4s ease;
}

.header__logo svg {
	height: 50px;
    width: 125px;
}

.header__logo svg path {
	transition: .4s ease;
	fill: revert-layer;
}

.header__homepage .header__logo svg path {
	transition: .4s ease;
	fill: #FFF;
}

.header__scroll .header__logo svg path {
	transition: .4s ease;
	fill: revert-layer;
}

.mersel__elementor-video-banner {
	position: relative;
    width: 100%;
    height: 920px;
}

.mersel__elementor-video-banner video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 840px;
    object-fit: cover;
    border-radius: 0 0 80px 80px;
}

.video__overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 840px;
    z-index: 2;
    border-radius: 0 0 80px 80px;
}

.video__banner-wrapper {
	position: absolute;
    z-index: 5;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1290px;
	width: 100%;
}

.video__banner-title {
	color: #FFF;
    text-align: center;
}

.video__banner-description {
	text-align: center;
    color: #FFF;
    margin-top: 5px;
    font-size: 23px;
    font-weight: 500;
    line-height: 140%;
}

.mersel__elementor-our-story {
	padding: 80px 0;
}

.our__story-wrapper {
	display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    grid-column-gap: 60px;
}

.our__story-btn {
	margin-top: 40px;
}

.mersel__elementor-our-story .our__story-left img {
	width: 100%;
    border-radius: 40px;
    height: auto;
	margin-top: 80px;
}

.our__story-right {
	padding: 70px 0;
}

.our__story-title {
	color: var(--color-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.our__story-description {
	color: var(--color-title);
    font-size: 42px;
    font-weight: 400;
    line-height: 90%;
}

.btn__our-story {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.btn__bordered-dark-green {
	border: 2px solid var(--color-dark-green);
	color: var(--color-title);
	transition: .3s ease;
}

.btn__bordered-dark-green:hover {
	transition: .3s ease;
	background-color: var(--color-dark-green);
	color: #FFF;
	cursor: pointer;
}

.mersel__elementor-discover-products {
	padding: 80px 0;
}

.discover__products-titlte {
	text-align: center;
    color: var(--color-title);
}

.discover__products-description {
	max-width: 850px;
    text-align: center;
    color: var(--color-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    margin: 20px auto 0;
}

.discover__products-list {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.discover__product-img {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: .4s ease;
}

.discover__product-img:before {
	content: '';
	width: 320px;
	height: 320px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #C7D48C;
	border-radius: 50%;
	opacity: 1;
	transition: .4s ease;
}

.discover__products-list a:hover .discover__product-img:before {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	opacity: 0;
	transition: .4s ease;
}

.discover__products-list a:hover .discover__product-img {
	transform: scale(1.05);
	transition: .4s ease;
}

.discover__products-list > a {
	display: inline-flex;
	flex-direction: column;
	width: 360px;
	padding: 20px;
	margin-right: 30px;
}

.discover__products-list > a:last-child {
	margin-right: 0;
}

.discover__product-img img {
	position: relative;
}

.discover__products-list .discover__product-img img {
	max-width: 300px;
    max-height: 300px;
	min-height: 250px;
    width: auto;
    height: 80%;
}

.discover__product-title {
	margin-top: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
	color: var(--color-title);
}

.mersel__elementor-steps-slider {
	margin: 80px 0;
}

.steps__slider-wrapper {
	padding: 60px;
    margin: 0 20px;
    border-radius: 40px;
	transition: .4s ease;
}

.steps__content {
	transition: .4s ease;
	overflow: hidden;
}

.steps__wrapper {
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 70px;
}

.steps__left {
    width: 100%;
    height: 95%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.steps__right {
	padding: 0px 0;
    color: #FFF;
    margin-bottom: 20px;
}

.slide-in-top {
	-webkit-animation: fade-in-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-in-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-in-top {
	0% {
	  -webkit-transform: translateY(-50px);
			  transform: translateY(-50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
  }
  @keyframes fade-in-top {
	0% {
	  -webkit-transform: translateY(-50px);
			  transform: translateY(-50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
  }
  

.slide-out-bottom {
	-webkit-animation: fade-out-bottom 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: fade-out-bottom 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes fade-out-bottom {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateY(50px);
			  transform: translateY(50px);
	  opacity: 0;
	}
  }
  @keyframes fade-out-bottom {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateY(50px);
			  transform: translateY(50px);
	  opacity: 0;
	}
  }  
  
  
.steps__description p {
	color: rgba(255, 255, 255, 0.70);
    font-size: 17px;
    font-weight: 400;
    line-height: 120%
}

.steps__description ul {
	list-style: none;
}

.steps__description ul li {
	position: relative;
	padding-left: 25px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	padding-top: 10px;
	 
}

.steps__description ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 19px;
}

.steps__title {
	color: #FFF;
	margin-bottom: 10px;
	font-size: 24px;
}

.steps__contents {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.10);
    padding: 50px;
    border-radius: 40px;
}

.steps__switcher {
	background-color: rgba(0, 0, 0, 0.10);
	height: 75px;
	border-radius: 100px;
	position: relative;
    display: grid;
    grid-template-columns: 77px minmax(0, 1fr) 77px;
	align-items: center;
}

.steps__prev {
	height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    left: 12px;
	transition: .4s ease;
}

.steps__next {
	height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    right: -12px;
	transition: .4s ease;
}

.steps__switcher-tabs {
	display: flex;
	justify-content: space-between;
	padding: 0 72px;
	height: 75px;
	/* position: relative; */
}

.steps__step {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	 
	color: #FBF6E9;
	font-size: 24px;
	font-weight: 600;
	line-height: 100%;
	transition: .4s ease;
}

.steps__step svg {
	display: none;
	position: absolute;
}

.steps__step.active__step {
	opacity: 1;
}

.active__step svg {
	display: block;
}

.steps__next:hover {
	cursor: pointer;
	transition: .4s ease;
	background-color: #ececec;
}

.steps__prev:hover {
	cursor: pointer;
	transition: .4s ease;
	background-color: #d1d1d1;
}

.steps__step:hover {
	opacity: 1;
	cursor: pointer;
	transition: .4s ease;
}

.mersel__elementor-get-in-touch {
	margin: 80px 0 60px;
}

.touch__wrapper {
	max-width: 850px;
    margin: 0 auto;
}

.touch__upper {
	font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.touch__title {
	color: var(--color-title);
    font-size: 88px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.touch__btn {
	display: flex;
    justify-content: center;
}

.mersel__elementor-text-accordion {
	margin: 40px 0 80px;
}

.text__accordion-corn {
	text-align: center;
    margin-bottom: -2px;
}

.text__accordion-content {
	background-color: var(--color-dark-green);
    position: relative;
    border-radius: 40px;
    padding: 110px 110px 200px;
    margin-left: -110px;
    margin-right: -110px;
}

.text__accordion-grid {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	position: relative;
}

.text__accordion-left {
	width: 410px;
}

.text__accordion-title {
	color: #FFF;
    margin-bottom: 20px;
}

.text__accordion-description {
	color: rgba(255, 255, 255, 0.70);
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
}

.text__accordion-right {
	width: 630px;
}

.text__accordion-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
}

.text__accordion-bg svg {
	width: 100%;
    height: auto;
}

.text__accordion-wrapper {
	position: relative;
}

.text__accordion-content:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/wp-content/themes/wb/assets/images/mersel-logo-element.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
}

.accordion__item-header {
	padding: 30px 0;
    display: flex;
    position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	align-items: center;
}

.accordion__item-number {
	color: rgba(255, 255, 255, 0.40);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    margin-right: 40px;
}

.accordion__item-title {
	color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    padding-right: 20px;
	transition: .4s ease;
}

.accordion__item-icon {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion__item-content {
	display: none;
}

.accordion__item:hover {
	cursor: pointer;
}

.accordion__item:hover .accordion__item-title {
	color: var(--color-green-strong);
	transition: .4s ease;
}

.accordion__item:last-child .accordion__item-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.accordion__item-content * {
	color: rgba(255, 255, 255, 0.70);
}

.accordion__item-content {
	padding-bottom: 30px;
}

.text__accordion-fruits {
	position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 40px;
	pointer-events: none;
}

.text__accordion-fruits img {
	border-bottom-left-radius: 40px !important;
    margin-bottom: -2px;
	pointer-events: none;
}

.latest__news-title {
	color: var(--color-title);
}

.latest__news-list {
	margin: 40px 0;
}

.mersel__elementor-latest-news {
	margin: 80px 0;
}

.latest__news-title {
	color: var(--color-title);
}

.latest__news-list {
	margin: 40px 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 30px;
}

.news__item-featured {
	height: 308px;
    border-radius: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}

.news__item .news__item-featured img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
	transition: .4s ease;
	transform: scale(1);
}

.news__item:hover .news__item-featured img {
	transform: scale(1.05);
	transition: .4s ease;
}

.news__item-title {
	color: var(--color-title);
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
	transition: .4s ease;
}

.news__item-excerpt {
	color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.news__item-footer {
	margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.news__item-category .news__item-category-label {
	border-radius: 6px;
    background: rgba(79, 160, 25, 0.10);
    color: #4FA019;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news__item-date {
	font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}

.news__item:hover .news__item-title {
	color: var(--color-dark-green);
	transition: .4s ease;
}

.footer__contacts {
	background-color: var(--color-orange);
    border-radius: 0 0 80px 80px;
	margin-top: -80px;
    padding-top: 220px;
	position: relative;
	z-index: 2;
}

.footer__contacts:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/wp-content/themes/wb/assets/images/mersel-logo-overlay.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0 0 80px 80px;
}

.footer__contacts-content {
	position: relative;
	max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.footer__contacts-description {
	margin-top: 20px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.footer__contacts-btn {
	margin-top: 40px;
    text-align: center;
}

.footer__contacts-content h2 {
	color: #FFF;
	text-align: center;
}

#wb__page main .elementor-element {
	position: relative;
	z-index: 3;
}

footer {
	background-color: var(--color-light-green);
	position: relative;
	margin-top: -80px;
    padding-top: 220px;
	z-index: 1;
	overflow: hidden;
	 
}

.footer__fruits {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer__fruits img {
	width: 100%;
    height: auto;
}

.footer__content {
	position: relative;
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-column-gap: 100px;
	z-index: 2;
	padding-bottom: 120px;
	color: black !important;
}

.footer__right {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 20px;
}

.footer__right .footer__column a {
	color: black;
	font-size: 17px;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 6px;
	display: block;
	transition: .3s ease;
}

.footer__right .footer__column a:hover {
	color: rgba(255, 255, 255, 0.80);
	transition: .3s ease;
	cursor: pointer;
}

.footer__left {
	width: 100%;
}

.footer__contacts-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.footer__contacts-title {
	color: black;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 10px;
}

.footer__contacts-group *,
.footer__right .footer__contacts-group a {
	color: black;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
}

.footer__subscribe-title {
	color: black;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
}

#subscribe_form_footer {
	margin-top: 30px;
    margin-bottom: 15px;
}

.footer__subscribe-input {
	position: relative;
    width: 100%;
    height: 55px;
}

.footer__subscribe-input input {
	border-radius: 10px;
    background: rgba(0, 0, 0, 0.10);
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    width: 100%;
    height: 55px;
	border: none;
}

.footer__subscribe-btn {
	position: absolute;
    right: 20px;
    top: 14px;
	border: none;
	background-color: transparent;
}

.footer__subscribe-btn:hover {
	cursor: pointer;
}

.footer__subscribe-description {
	color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.footer__socials {
	margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer__socials a svg path {
	transition: .4s ease;
}

.footer__socials a {
	width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .4s ease;
}

.footer__socials a:hover {
	background: #FFF;
	transition: .4s ease;
}

.footer__socials a svg path {
 
	fill: black;
}

.footer__socials a:hover svg path {
	transition: .4s ease;
	fill: var(--color-dark-green);
}

.footer__lower {
	margin: 0 auto;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer__lower svg {
	margin-bottom: 10px;
}

.mersel__footer-copyright {
	color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}

.container__404 {
	background-color: var(--color-light-green);
    padding-top: 120px;
    padding-bottom: 200px;
    position: relative;
    z-index: 3;
    border-radius: 0 0 80px 80px;
}

.content__404 {
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title__404 {
	color: #BAC58C;
    font-size: 230px;
    margin-bottom: 80px;
    text-align: center;
}

.not__found {
	color: var(--color-dark-green);
    font-size: 88px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.description__404 {
	text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

.button__404 {
	text-align: center;
}

.mersel__elementor-page-header {
	min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 0 80px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.mersel__elementor-page-header:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 0 0 80px 80px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 19.06%, rgba(0, 0, 0, 0.20) 100%);
}
 

.page__header-upper {
	display: none;
	text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page__header-title {
	color: #FFF;
    text-align: center;
}

.page__header-content {
	margin-top: -50px;
	position: relative;
	z-index: 2;
}

.mersel__elementor-large-text {
	margin-top: 80px;
    margin-bottom: 40px;
}

.large__text {
	color: var(--color-title);
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
}

.mersel__elementor-image-text-overlay {
	margin: 20px 0;
}

.image__text-overlay-element {
	height: 635px;
    width: 100%;
    position: relative;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image__text-overlay {
	background-color: #E35306;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 40px;
    border-radius: 40px;
    color: #FFf;
    font-size: 60px;
    font-weight: 500;
    line-height: 105%;
}
#wb__page main .elementor-element-102c8859 {
	padding-top: 0px !important;
}

#wb__page main .elementor-element.mersel__container {
	border-bottom-left-radius: 80px !important;
	border-bottom-right-radius: 80px !important;
	padding-top: 80px ;
	padding-bottom: 80px !important;
}

.home #wb__page main .elementor-element.mersel__container {
	padding-top: 0px !important;
}

 .elementor-widget-container {
	 background-color:#CFDB9C;
 }

#wb__page main .elementor-element.mersel__header {
	 
    z-index: 4;
}
 

.mersel__elementor-text-two-columns {
	margin-top: 40px;
    margin-bottom: 60px;
}

.two__columns-text {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 50px;
}

.statistics__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-column-gap: 12px;
	grid-row-gap: 12px;
}

.statistics__item {
	background-color: #C5D094;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.statistics__upper {
	color: var(--color-dark-green);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}

.statistics__lower {
	color: var(--color-title);
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
}

.mersel__elementor-statistics {
	margin: 40px 0;
}

.gallery__slider-wrapper {
	background-color: var(--color-dark-green);
    margin-left: -110px;
    margin-right: -110px;
    padding: 110px;
    border-radius: 40px;
}

.gallery__slider-title {
	text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}

.gallery__slider-description {
	color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 40px;
}

.gallery__slider .slick-slide img {
	border-radius: 40px;
    height: 635px;
    object-fit: cover;
    width: 100%;
}

.gallery__slider-nav img.slick-slide {
	height: 65px;
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
}

.gallery__slider-nav .slick-slide {
	margin: 0 5px;
}

.gallery__slider-nav .slick-list {
	margin: 0 -5px;
}

.mersel__slider-btn {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-light-green);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
}

.mersel__slider-btn:hover {
	cursor: pointer;
}

.mersel__slider-btn.slick-prev {
	left: -80px;
}

.mersel__slider-btn.slick-next {
	right: -80px;
}

.gallery__slider-nav .slick-slide {
	opacity: 0.4;
	transition: .4s ease;
}

.gallery__slider-nav .slick-slide.slick-current {
	opacity: 1;
	transition: .4s ease;
}

.gallery__slider-nav {
	margin-top: 20px;
}

.mersel__elementor-steps-slider {
	margin: 60px 0;
}

.mersel__elementor-full-width-texts {
	position: relative;
	margin: 60px 0;
}

.full__width-texts-wrapper {
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full__width-left {
	margin-left: -110px;
}

.full__width-right {
	margin-right: -110px;
}

.full__width-upper-title {
	padding: 14px 24px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 30px;
	display: inline-flex;
}

h3.full__width-title {
	color: #FFF;
	font-size: 30px;
}

.full__width-left-content {
	padding: 140px 140px 140px 0;
}

.full__width-right-content {
	padding: 140px 0 140px 140px;
}

.full__width-left-content,
.full__width-right-content {
	position: relative;
}

.full__width-left:before {
	content: '';
	width: 50%;
	height: 100%;
	background-color: #4CB66B;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 60px 60px 0;
}

.full__width-right:before {
	content: '';
	width: 50%;
	height: 100%;
	background-color: var(--color-orange);
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 60px 0 0 60px;
}

.full__width-left .full__width-content-wrapper {
	position: relative;
	background-image: url('/wp-content/themes/wb/assets/images/mersel-text-bg-left.svg');
	background-size: cover;
    background-repeat: no-repeat;
	border-radius: 0 60px 60px 0;
}

.full__width-right .full__width-content-wrapper {
	position: relative;
	background-image: url('/wp-content/themes/wb/assets/images/mersel-text-bg-right.svg');
	background-size: cover;
    background-repeat: no-repeat;
	border-radius: 60px 0 0 60px;
	background-position: right;
}

.logos__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	margin-bottom: 40px;
}

.logo__block-item {
	border-radius: 20px;
    background-color: #C5D094;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos__list .logo__block-item img {
	max-height: 120%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.large__text-upper {
	font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.input__checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
    width: 20px;
    height: 20px;
    background-color: white;
}

.input__checkbox input:checked ~ .checkmark {
	background-color: var(--color-purple)
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.input__checkbox input:checked ~ .checkmark:after {
	display: block;
}

.input__checkbox .checkmark:after {
	left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact__form {
	background-color: var(--color-dark-green);
    border-radius: 40px;
    margin-left: -110px;
    margin-right: -110px;
    padding: 110px;
}

.contact__form-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 140px;
	position: relative;
}

h3.contact__form-title {
	color: #FFF;
    line-height: 100%;
	margin-bottom: 30px;
}

.contact__form-description {
	color: rgba(255, 255, 255, 0.70);
	font-size: 17px;
	font-weight: 500;
	line-height: 160%;
}

.contact__form {
	position: relative;
}

.contact__form .contact__form-fruits {
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact__form .contact__form-fruits img {
	border-bottom-left-radius: 40px;
    display: block;
}

.form__input {
	display: flex;
    flex-direction: column;
	gap: 5px;
	margin-bottom: 12px;
}

.form__input label {
	color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
}

.form__input input[type="text"],
.form__input input[type="number"],
.form__input input[type="tel"],
.form__input input[type="email"],
.form__input textarea {
	width: 100%;
    background-color: white;
    border-radius: 12px;
    padding: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    color: var(--color-text);
	border: none;
}

.form__input input::placeholder,
.form__input textarea::placeholder {
	color: #957C91;
}

.form__input textarea {
	min-height: 115px;
}

.form__row.form__columns-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 12px;
}

.form__input .select2-container--default .select2-selection--single {
	width: 100%;
    background-color: #4E2448;
    border-radius: 12px;
    padding: 16px;
	font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    color: #FFF;
	border: none;
	height: initial;
}

.form__input .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    color: #FFF;
}

.form__input .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 17px;
	right: 10px;
}

.contact__form-fruits {
	pointer-events: none;
}

.form__gdpr {
	display: flex;
    gap: 10px;
    margin-bottom: 35px;
	color: rgba(255, 255, 255, 0.70);
	margin-top: 20px;
}

.form__gdpr div {
	color: rgba(255, 255, 255, 0.70);
}

.form__gdpr a {
	color: rgba(255, 255, 255, 0.70);
	text-decoration: underline;
}

button.btn {
	border: none;
}

.form__button #submit_contact_form {
	display: flex;
	width: 100%;
    justify-content: center;
	transition: .4s ease;
	border: 2px solid var(--color-green-strong)
}

.form__button #submit_contact_form:hover {
	transition: .4s ease;
	background-color: transparent;
}

.mersel__elementor-contact-form {
	margin: 60px 0;
}

.form__input input:focus,
.form__input select:focus,
.form__input textarea:focus {
	outline: none;
}

.certificates__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.certificates__list a {
	border-radius: 20px;
}

.certificates__list a img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.certificates__list a:hover {
	cursor: pointer;
}

.mersel__elementor-certificates {
	margin: 40px 0 60px;
}

.mersel__elementor-page-header.mersel__page-header-no-img:after {
	content: none !important;
}

.mersel__elementor-page-header.mersel__page-header-no-img .page__header-upper,
.mersel__elementor-page-header.mersel__page-header-no-img .page__header-title {
	color: var(--color-dark-green);
}

.location__switchers {
	display: flex;
    justify-content: center;
}

.location__switcher-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #BAC58C;
	border-radius: 100px;
	padding: 10px;
}

.location__switcher {
	padding: 12px 25px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
	color: #525A46;
	transition: .4s ease;
}

.location__switcher:hover {
	cursor: pointer;
	transition: .4s ease;
	background-color: var(--color-dark-green);
    color: var(--color-light-green);
}

.location__switcher.location__switcher-active {
	background-color: var(--color-dark-green);
    color: var(--color-light-green);
}

.location__content {
	display: none;
}

.location__content.location__content-active {
	display: block;
}

.location__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.location__column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 370px;
}

.location__column-icon {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #C5D094;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.location__column-title {
	text-align: center;
    color: var(--color-title);
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
}

.location__column-content {
	text-align: center;
    color: var(--color-title);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.location__map {
	width: 100%;
}

.location__map iframe {
	width: 100%;
	border-radius: 20px;
	background-color: #C5D094;
	padding: 25px;
}

.location__map iframe {
	height: 480px;
	border-radius: 20px;
}

.mersel__elementor-contacts-locations {
	margin-bottom: 60px;
}

.news__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: 60px 0;
}

.news__filters {
	display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    grid-column-gap: 110px;
    align-items: center;
	padding-top: 100px;
}

.news__filters-category {
	display: flex;
    align-items: center;
    gap: 40px;
	position: relative;
}

.news__filters-category:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #C5D094;
	border-radius: 10px;
	width: 100%;
}

.news__category-filter {
	padding: 14px 0;
    color: #525A46;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
	position: relative;
	transition: .4s ease;
}

.news__category-filter.news__filter-active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--color-green-strong);
	border-radius: 10px;
	z-index: 2;
}

.news__category-filter.news__filter-active {
	color: var(--color-title);
}

.news__filter-sort .select2-container {
	width: 100% !important;
}

.news__filter-sort .select2-container--default .select2-selection--single {
    border-radius: 12px;
    background-color: #C5D094;
    border: none;
	height: initial;
	padding: 16px;
}

.news__filter-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--color-title);
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
}

.news__filter-sort .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 26px;
    right: 16px;
    left: initial;
	border-color: var(--color-title) transparent transparent transparent;
}

.news__category-filter:hover {
	cursor: pointer;
	transition: .4s ease;
	color: var(--color-title);
}

.news__pagination {
	display: flex;
    justify-content: center;
}

.news__pagination ul.page-numbers {
	display: flex;
	align-items: center;
}

.news__pagination li span,
.news__pagination li a {
    width: 48px;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--color-title);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.news__pagination li .current {
	background-color: var(--color-green-strong);
	color: #FFF;	
}

.single__post {
	border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 40px;
    padding-bottom: 80px;
	background-color: #CFDB9C;
	position: relative;
	z-index: 3;
}

.single__post-container {
	max-width: 1070px;
    margin: 0 auto;
	padding-bottom: 80px;
}

.single__post-header {
	padding-bottom: 60px;
    border-bottom: 1px solid #BAC58C;
}

.single__post-featured img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.single__post-upper-title {
	margin-top: 40px;
    color: var(--color-dark-green);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h1.single__post-title {
	color: var(--color-dark-green);
    font-size: 78px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.single__post-statistics {
	display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    color: var(--color-dark-green);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.single__post-seperator {
	height: 1px;
	background-color: #BAC58C;
	width: 100%;
	display: block;
}

.single__post-share {
	margin-top: 60px;
}

.single__post-share-title {
	text-align: center;
    color: var(--color-dark-green);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.single__post-share-socials {
	margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.single__post-share-socials a {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #C5D094;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.single__post-latest {
	padding: 80px 0 120px;
}

.single__post-latest-list {
	margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
}

.single__post-content {
	padding-top: 60px;
}

.elementor-widget-text-editor ul {
	position: relative;
	list-style: none;
	padding-left: 20px;
}

.elementor-widget-text-editor ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #336549;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -20px;
}

.elementor-widget-text-editor ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	position: relative;
	margin-bottom: 8px;
}

.elementor-widget-text-editor ol {
    list-style: decimal;
	padding-left: 18px;
}

.elementor-widget-text-editor ol li {
	padding-left: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 8px;
}

.elementor-widget-text-editor ol li::marker {
    color: #336549;
	font-size: 17px;
	font-weight: 500;
	line-height: 160%;
}

.single__post-back {
	position: absolute;
    left: 100px;
    top: 40px;
}

.single__post-back a {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    padding: 12px 16px;
    color: var(--color-title);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 16px;
}

.number__list-items {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.number__list-header {
	display: grid;
	grid-template-columns: 21px minmax(0, 1fr);
	grid-column-gap: 12px;
}

.number__list-number {
	color: #336549;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.number__list-title {
	font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.number__list-content {
	padding-left: 33px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.singpe__product-header-wrapper {
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 780px;
}

.single__product-header-left {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 780px;
	border-bottom-left-radius: 80px;
}

.single__product-header-right {
	height: 780px;
    position: relative;
    background-color: var(--color-dark-green);
    display: flex;
    align-items: center;
	border-bottom-right-radius: 80px;
}

.single__product-header-right-content {
	position: relative;
    width: 645px;
    padding-left: 125px;
	z-index: 2;
}

.single__product-header-upper-title {
	color: var(--color-light-green);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h1.single__product-header-title {
	color: var(--color-light-green);
    line-height: 100%;
}

.single__product-header-urls {
	margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-products #wb__page main .single__product .elementor-element.mersel__container:first-child {
	padding-top: 0 !important;
}

.btn__single-product {
	border: 2px solid rgba(255, 255, 255, 0.10);
    color: var(--color-light-green);
}

.btn__single-product svg path {
	stroke: var(--color-light-green);
	transition: .4s ease;
}

.btn__single-product:hover {
	color: var(--color-dark-green);
	background-color: var(--color-light-green);
	transition: .4s ease;
}

.btn__single-product:hover svg path {
	stroke: var(--color-dark-green);
	transition: .4s ease;
}

.single__product-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.mersel__elementor-product-characteristics {
	margin: 40px 0 60px;
}

.product__characteristics-wrapper {
	display: grid;
	grid-template-columns: 410px minmax(0, 1fr);
	grid-column-gap: 12px;
	margin-bottom: 12px;
}
 
.product__characteristics-left,
.product__characteristics-right {
	background-color: #C5D094;
    border-radius: 40px;
    padding: 60px;
}
.product__characteristics-left {
	
	padding: 20px;
}
h5.product__characteristics-block-title {
    color: var(--color-title);
    margin-bottom: 40px;
}

.product__characteristic-title {
	color: #525A46;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

.product__characteristic-value {
	padding:0px;
	color: var(--color-title);
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
}

.product__packaging-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 12px;
}

.product__packaging-title {
	color: var(--color-title);
	font-size: 17px;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 15px;
}

.product__packaging-list-item {
	color: var(--color-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.product__packaging-list-item:before {
	content: '';
	background-image:url('/wp-content/themes/wb/assets/images/mersel-tick.svg');
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
}

.mersel__elementor-our-process {
	margin: 60px 0;
}

h4.our__process-title {
	text-align: center;
    color: var(--color-title);
}

.our__process-list {
	margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.our__process-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.our__process-item img.our__process-item-icon {
	margin-bottom: 20px;
    max-height: 48px;
    width: auto;
    height: 100%;
}

.our__process-item-title {
	text-align: center;
    font-size: 24px;
    color: var(--color-title);
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 5px;
}

.our__process-item-text {
	text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
}

.steps__active-bg {
	position: absolute;
	top: -12px;
	transition: .4s ease;
}

.open__mobile-menu {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #C5D094;
}

.open__mobile-menu:hover {
	cursor: pointer;
}

.open__mobile-menu svg path {
	stroke: var(--color-dark-green);
}

#contact_form .form__input .select2-container {
	width: 100% !important;
}

.latest__news-list .slick-slide {
	margin: 0 15px;
}

.latest__news-list .slick-list {
	margin: 0 -15px;
}

.single__post-latest-list .slick-slide {
	margin: 0 15px;
}

.single__post-latest-list .slick-list {
	margin: 0 -15px;
}

.mobile__menu {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: var(--color-dark-green);
	display: none;
	padding-bottom: 80px;
}

.mobile__menu-bg {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mobile__menu-bg svg {
	width: 100%;
    height: auto;
}

.mobile__menu-header {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	margin-bottom: 100px;
}

.mobile__menu-nav {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 70vh;
    overflow-y: auto;
}

.mobile__menu-nav::-webkit-scrollbar-thumb {
	background-color: var(--color-green);
}

.mobile__menu-nav a {
	color: #FFF;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile__menu-social {
	z-index: 2;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
	gap: 8px;
}

.mobile__menu-social a {
	width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 50%;
}

.mobile__menu-close {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	padding: 10px;
}

.fade-in-right {
	-webkit-animation: fade-in-right 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-right {
	0% {
	  -webkit-transform: translateX(50px);
			  transform: translateX(50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
}

@keyframes fade-in-right {
	0% {
	  -webkit-transform: translateX(50px);
			  transform: translateX(50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
}
  
.fade-out {
	-webkit-animation: fade-out 0.5s ease-out both;
	        animation: fade-out 0.5s ease-out both;
}

@-webkit-keyframes fade-out {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
@keyframes fade-out {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
  
.mobile__menu-close:hover {
	cursor: pointer;
}

.mobile__header-right {
	display: flex;
    align-items: center;
    gap: 20px;
}

.fade-in {
	-webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
	0% {
	  	opacity: 0;
		/* max-height: 0px; */
	}
	100% {
	  	opacity: 1;
		/* max-height: 1500px; */
	}
}
@keyframes fade-in {
	0% {
	  	opacity: 0;
		/* max-height: 0px; */
	}
	100% {
	  	opacity: 1;
		/* max-height: 1500px; */
	}
}
  
.fade-out_s {
	-webkit-animation: fade-out_s 0.3s ease-out both;
	        animation: fade-out_s 0.3s ease-out both;
}

@-webkit-keyframes fade-out_s {
	0% {
	  	opacity: 1;
		/* max-height: 1500px; */
	}
	100% {
	  	opacity: 0;
		/* max-height: 0px; */
	}
}
@keyframes fade-out_s {
	0% {
	  	opacity: 1;
		/* max-height: 1500px; */
	}
	100% {
	  	opacity: 0;
		/* max-height: 0px; */
	}
}
.contact_buttons{
    border: solid 1px #003F1B;
    border-radius: 40px;
	color: #003F1B;
	margin-bottom: 10px;
}
.elementor-element a.contact_buttons:hover{
	background: #003F1B;
	transition: .3s ease;
    
} .contact_buttons:hover span strong {
    color: #CFDB9C;
}
