:root {
	--main-green: #358E03;
}
body.with-banner {
    margin: 48px 0 0;
}
main .products__tizers {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    main .banner__slider {
        margin-bottom: 300px;
    }
}
@media (max-width: 1550px) {
	main .banner {
		padding-bottom: 150px;
	}
}
@media (max-width: 1400px) {
	main .banner {
		padding-bottom: 200px;
	}
}
@media (max-width: 992px) {
	main .banner {
		padding-bottom: 100px;
	}
}
@media (max-width: 450px) {
	main .banner {
		padding-bottom: 0;
	}
}
.custom-less-xl-open-cart-and-lang-wrapper {
	    align-items: center;
}
.header-full__menu-list-sub {
    width: 100%;
    min-width: 230px;
	grid-row-gap: 0px;
    padding: 24px 25px 18px;
}
.header-full__menu-list-sub li a {
	display: inline-block;
    padding-bottom: 10px; 
    padding-top: 10px;
}
.header-full__menu-list-sub-sub {
    display: none;
    list-style: none;
    flex-direction: column;
    position: absolute;
    left: 100%;
	top: -20px;
    opacity: 1;
    transition: .3s;
    z-index: 2;
	grid-row-gap: 0px;
    width: 100%;
    min-width: 280px;
    padding: 24px 25px 16px;
    background-color: #fff;
    box-shadow: 0 11px 14px rgba(101, 101, 101, .5);
    border-radius: 15px;
}
.header-full__menu-list li.parent .icon-down.icon-right {
	top: 16px;
    transform: rotate(-90deg);
}
.header-full__menu-list li.sub-parent {
    padding-right: 20px;
    position: relative;
}
.header-full__menu-list-sub a {
    font-weight: 600;
}
.header-full__menu-list-sub-sub a {
    font-weight: 500;
}
@media (min-width: 1200px) {
	.header-full__menu-list li.sub-parent:hover .header-full__menu-list-sub-sub {
		display: flex;
		opacity: 1;
		transition: .3s;
	}
}
@media (max-width: 1199px) {
	.header-full__menu-list-sub-sub {
        position: relative;
        box-shadow: none;
        margin-left: 15px;
        padding: 10px 0 15px;
        width: 100%;
		left: 0;
		top: 0;
    }
	.header-full__menu-list li.parent .icon-down.icon-right {
		transform: none;
		width: 40px;
        height: 30px;
	}
	.header-full__menu-list li.sub-parent.opened .icon-down.icon-right {
		transform: rotate(180deg);
	}
	.header-full__menu-list li.sub-parent {
		padding-right: 0;
    }
	.header-full__menu-list li.sub-parent,
	.header-full__menu-list li.parent {
		padding-right: 0;
    }
	.header-full__menu-list-sub-sub li {
        padding-bottom: 0;
    }
	.header-full__menu-list-sub li {
        padding-bottom: 0;
	}
	.header-full__menu-list-sub-sub li a {
        padding-left: 12px;
        padding-bottom: 16px;
        padding-top: 16px;
    }
	.header-full__menu-list-sub li a {
        padding-bottom: 20px;
        padding-top: 20px;
	}
	.header-full__menu-list-sub li {
		max-width: 550px;
	}
}
@media (max-width: 575px) {
    .header-full__menu-list-sub-sub li {
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
	.header-full__menu-list li.sub-parent {
		padding-right: 0;
	}
	.header-full__menu-list-sub li {
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        max-width: 100%;
        width: 100%;
    }
	.header-full__menu-list-sub-sub li,
	.header-full__menu-list-sub li {
		margin-right: 0;
	}
	.header-full__menu-list-sub-sub {
		min-width: auto;
	}
}
.header-full__menu-list li.sub-parent.opened .header-full__menu-list-sub-sub {
    display: flex;
    opacity: 1;
    transition: .3s;
}
.header-full__menu-list li.sub-parent {
    padding-right: 20px;
    position: relative;
}
.top-banner {
	display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
	min-height: 48px;
    background-image: url("/wp-content/themes/ekor/assets/img/top-banner-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.customize-support .top-banner {
    top: 32px;
}
.top-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 20px;
    color: #fff;
	font-weight: 500;
	font-size: 12px;
    position: relative;
}
.top-banner-close {
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    display: block;
    background-image: url('/wp-content/themes/ekor/assets/img/close.png');
	background-size: contain;
	filter: invert(1);
	opacity: .7;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 12;
    cursor: pointer;
    transition: .3s;
}
.top-banner-close:hover {
	opacity: 1;
    transition: .3s;
}

.header-full__menu-callback {
	line-height: 24px;
}

.grey-button-inactive {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.customer-fields-not-filled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.open-cart-btn {
	width: 44px;
	height: 44px;
	border-radius: 30px;
	border: 1px solid var(--main-green);
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.open-cart-btn:hover {
	background-color: var(--main-green);
	border-color: var(--main-green);
}
.open-cart-btn:hover svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(58deg) brightness(109%) contrast(101%);
}
.open-cart-btn:hover .open-cart-btn__count {
	background-color: #C8C8C8;
}

.open-cart-btn__count {
	transition: .3s;
	height: 15px;
	line-height: 15px;
	border-radius: 30px;
	background: var(--main-green);
	color: white;
	position: absolute;
	top: -4px;
	right: -5px;
	padding-inline: 6px;
	text-align: center;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
}

.first__right-buy form.cart {
	padding: 0 !important;
	background-image: none !important;
	background-size: auto !important;
}

.banner__slider {
  /* visibility: hidden; */
  /* aspect-ratio: 16 / 9; */
}
.banner__slider.slick-initialized {
  /* visibility: visible; */
  /* max-height: 361px; */
  /* height: 361px;
  overflow: hidden; */
}

main .banner__slider-item:after {
	z-index: 0;
}

@media (max-width: 768px) {
    main .banner__slider-item > img {
        margin-left: -15px;
		margin-right: -15px;
    }
}
.products-new__slider-item-right-btn.green {
	background: #358e03;
	width: 220px;
	padding: 15px 30px;
}
.wpcf7-response-output {
	color: #000;
}
.header-full {
	z-index: 3;
}
.catalog-blocks__row-item-info-title {
	font-size: 23px;
	line-height: 30px;
	min-height: 58px;
	margin-bottom: 15px;
}
.catalog-blocks__row-item {
	align-items: center;
	padding: 65px 70px 60px;
}
.catalog-blocks__row-item-image {
	width: 45%;
	position: relative;
}
.catalog-blocks__row-item-info {
    width: 55%;
}
.catalog-blocks__row-item-info-packing-title {
    font-size: 18px;
}
.other-products__slider-item {
	padding: 45px 20px 60px;
}
.other-products__product-title {
	font-size: 24px;
    line-height: 30px;
	white-space: normal;
	min-height: 60px;
}

/*  Вибір фасування в каталозі */
.catalog-blocks__row-item:hover .catalog-blocks__row-item-info-packing-item.active {
	color: #202020;
}
.catalog-blocks__row-item-info-packing-item {
	cursor: pointer;
}
.catalog-blocks__row-item-info-packing-item.active {
	background: #eaf3e5;
	border: 1px solid var(--main-green);
}
.catalog-blocks__row-item-image img.active {
	display: block;
}
.catalog-blocks__row-item-image img {
	display: none;
}
.catalog-blocks__row-item-info-price.active {
	display: block;
}
.catalog-blocks__row-item-info-price {
	display: none;
}
@media screen and (max-width: 768px) {
	.catalog-blocks__row-item-image {
		padding-left: 0;
		max-width: 230px;
	}
	.other-products__product-title {
        font-size: 18px;
		font-weight: 600;
        line-height: 25px;
    }
}
/* ------------------------------ */

/* Відступ для секції "Продукція вторинної переробки" */
.catalog-blocks2 {
	padding-top: 60px;
}
/* ------------------------------ */

/* Ховати/показувати хедер під час скролу */
.header-full {
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 9;
	transition: top 0.4s ease;
}
.header-full {
	margin-bottom: -96px;
}
@media screen and (max-width: 992px) {
	.header-full {
		margin-bottom: -75px;
	}
}
@media screen and (max-width: 768px) {
	.header-full {
		margin-bottom: -65px;
	}
}
@media screen and (max-width: 340px) {
	.header-full {
		margin-bottom: -60px;
	}
}
.header-full.header-hidden {
	top: -120px;
}
main {
	padding-top: 95px;
}
@media screen and (max-width: 992px) {
	main {
		padding-top: 74px;
	}
}
@media screen and (max-width: 768px) {
	main {
		padding-top: 63px;
	}
}
@media screen and (max-width: 340px) {
	main {
		padding-top: 59px;
	}
}
/* ------------------------------ */

/* Кнопка скролу вверх */
@-webkit-keyframes border-transform{
	0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}
.progress-container {
	position: absolute;
	bottom: 90px;
	right: 10px;
}
.progress-wrap {
	position: relative;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: '';
	background-image: url(/wp-content/themes/ekor/assets/img/arrow-up.svg);
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 46px;
	opacity: 0.5;
	left: 11px;
	top: 10px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0.9;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #358E03;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
/* ------------------------------ */

/* Додати зернятка на сторінці каталогу */
.catalog, .profitable, .sposib-pryhotuvannya, .inform {
	position: relative;
}
.moving-element {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	width: 100px;
	height: 80px;
	background-size: contain;
	z-index: 2;
}
.moving-element-first {
	top: 8%;
	right: 5px;
}
.moving-element-second {
	bottom: 100px;
	left: 0;
}
.moving-element-third {
	bottom: 0;
	right: 0;
}
@media (max-width: 960px) {
	.inform {
		padding: 50px 0 70px 0;
	}
	.profitable {
		padding-top: 0;
	}
}
@media (max-width: 575px) {
	.moving-element {
		width: 60px;
		height: 50px;
	}
	.moving-element-first {
		top: 4%;
		right: 20px;
	}
	.moving-element-second {
		bottom: 50px;
	}
	/*.header-full__menu-lang.mobile{
		right: 9% !important;
	}*/
}
.mobile-lang-swicher-li {
	display: none;
}



main .products-new:after {
	opacity: .4;
}

.products-new__slider-pagination {
	overflow-x: scroll;
	overflow-y: hidden;
}
main .products-new__slider-pagination ul li button:after,
main .products-new__slider-pagination ul li button:before {
	display: none;
}
main .products-new__slider-pagination ul li button {
	width: 190px;
    height: 270px;
}
main .products-new__slider-pagination button img {
    width: 120px;
    height: auto;
    background-size: contain;
    position: absolute;
    transition: .3s;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
main .products-new__slider-pagination button span {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
	max-width: 160px;
    position: absolute;
    color: #000;
    left: 50%;
    top: 175px;
    transform: translateX(-50%);
}
main .products-new__slider-pagination ul li.slick-active button span {
    font-weight: 700;
    transition: .3s;
}
@media (max-width: 1600px) {
	main .products-new__slider-pagination ul li button {
		width: 160px;
		height: 250px;
	}
	main .products-new__slider-pagination button img {
		width: 100px;
	}
	main .products-new__slider-pagination button span {
		top: 150px;
	}
}
@media (max-width: 1360px) {
	main .products-new__slider-pagination ul li button {
		width: 150px;
		height: 230px;
	}
	main .products-new__slider-pagination button img {
		width: 90px;
	}
	main .products-new__slider-pagination button span {
		top: 140px;
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 768px) {
	main .products-new__slider-pagination ul li button {
		width: 120px;
		height: 180px;
	}
	main .products-new__slider-pagination button img {
		width: 70px;
		top: 20px;
	}
	main .products-new__slider-pagination button span {
		top: 110px;
		font-size: 12px;
		line-height: 16px;
	}
}


.catalog-product-out-of-stock {
	font-weight: 600; 
	font-size: 18px; 
	margin-top: 15px;
    color: #86140C;
}
.catalog-blocks__row-item:hover .catalog-product-out-of-stock {
    color: white;
}

.sposib-pryhotuvannya__row-item-text {
	min-height: 170px;
}
.catalog-blocks__row-item.rice:before {
    background-image: url(/wp-content/themes/ekor/assets/img/preview-bg-rice.png);
}

main .products-new__slider-item-bg-element-2.rice {
    background-image: url(/wp-content/themes/ekor/assets/img/rice3-3.png);
    width: 90px;
    height: 90px;
    top: 23%;
    left: 68%;
}
main .products-new__slider-item-bg-element-4.rice {
    background-image: url(/wp-content/themes/ekor/assets/img/rice3-2.png);
    width: 120px;
    height: 111px;
    top: 75%;
    left: 80%;
}
main .products-new__slider-item-bg-element-2.kukurudza {
    background-image: url(/wp-content/themes/ekor/assets/img/kukurudza-4.png);
    width: 60px;
    height: 60px;
    top: 16%;
    left: 48%;
}
main .products-new__slider-item-bg-element-4.kukurudza {
    background-image: url(/wp-content/themes/ekor/assets/img/kukurudza-5.png);
    width: 80px;
    height: 60px;
    top: 75%;
    left: 80%;
}


.products-new__pagination-wrapper {
	padding: 0 20px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.products-new__slider-arrow button {
	border: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 40px;
	font-size: 1px;
	color: transparent;
	transition: .3s;
	box-shadow: 0 4px 64px #a5a5a5;
	position: relative;
}
.products-new__slider-arrow button::before {
	content: "";
    background-image: url(/wp-content/themes/ekor/assets/img/right-arrow.png);
    width: 20px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .7;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.products-new__slider-arrow.prev button::before {
	background-image: url(/wp-content/themes/ekor/assets/img/left-arrow.png);
}
.products-new__slider-arrow {
	padding: 15px;
}
@media (max-width: 768px) {
	.products-new__slider-arrow {
		display: none;
	}
}

.contact-info__left-block-icons-phones-phone-number {
	min-width: 182px;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap {
	display: inline-block;
}
.wpcf7-form.invalid button {
	position: absolute;
}
.wpcf7-form.sent button.form__container-submit,
.wpcf7-form.sent button.form-header__content-submit,
.wpcf7-form.sent input.wpcf7-submit,
.wpcf7-form.sent div,
.wpcf7-form.sent span {
	display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
	display: block;
	padding: 0;
	margin: 0!important;
    border: 0;
	font-size: 23px;
}
.hidden {
    display: none;
}
.form-header .wpcf7-form.invalid button,
.popup_content_footer_tables_right .wpcf7-form.invalid button,
.contact-info__right .wpcf7-form.invalid button {
	position: relative;
}
.contact-info__right .wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 4em;
}
.contact-info__right-form .wpcf7-response-output {
    color: #fff;
}
.contact-info__right-form .wpcf7-not-valid-tip,
.form .wpcf7-not-valid-tip {
    color: #ffb900;
    font-size: 13px;
    font-weight: normal;
    display: block;
}
.bottom-right-banner.visible {
    display: block;
}
.bottom-right-banner {
    display: none;
    position: fixed;
	inset: auto 20px 20px 20px;
    z-index: 3;
    box-shadow: 0 10px 15px rgb(0 0 0 / 25%);
	max-width: 620px;
	max-height: 441px;
	border-radius: 15px;
}
.bottom-right-banner img {
    border-radius: 15px;
	width: 100%;
}
.bottom-right-banner .close-btn {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background-color: #fff;
	box-shadow: 0px 34px 84px #000000;
	border-radius: 20px;
	cursor: pointer;
	z-index: 2;
}
.bottom-right-banner .close-btn:hover {
	box-shadow: 0px 44px 94px #000000;
}
.bottom-right-banner .close-btn:before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2022/10/vector-close.png');
    width: 13px;
    height: 13px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.koalamasters-development {
	text-align: right;
}
@media (max-width: 450px){
	.koalamasters-development {
		text-align: center;
	}
}
	
.koalamasters-development a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    transition: .2s;
	text-decoration: none;
}

.koalamasters-development a:hover {
    transition: .2s;
	text-decoration: underline;
}
.koalamasters-development .koala-heart{
	display: inline-block;
	width: 20px;
    transition: .2s;
    animation: heart 2s infinite;
    margin-left: 3px;
}

@keyframes heart {
    0% {
        transform: scale(1);
    }
    19% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}


.form__container  .wpcf7-response-output {
	max-width: 810px;
    color: #fff;
}
.contact-info__left-title {
	font-size: 45px;
}
.policy-info-links,
.delivery-info-links {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.plant__background-image #toggleSoundButton {
	position: absolute;
    top: 200px;
    right: 65px;
	padding: 10px 25px;
	padding-left: 55px;
    background: 0 0;
    border: 1px solid #358e03;
    border-radius: 30px;
    color: #333;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    transition: .2s;
	background-color: #fff;
}
.plant__background-image #toggleSoundButton:hover {
	background-color: #358e03;
    color: #fff;
    transition: .2s;
}
.plant__background-image #toggleSoundButton:before {
	content: "";
	width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
	background-size: cover;
	background-image: url("/wp-content/themes/ekor/assets/img/volume.png");
	background-position: 0 0;
}
.plant__background-image #toggleSoundButton:hover:before {
	background-position: -24px 0;
}
.plant__background-image #toggleSoundButton.muted:before {
	background-image: url("/wp-content/themes/ekor/assets/img/mute.png");
}
.plant__background-image #toggleSoundButton.muted:hover:before {
	background-position: -24px 0;
}
.policy-info-links a,
.delivery-info-links a {
    color: #fff;
	text-decoration: underline;
}
.policy-info-links a:hover,
.delivery-info-links a:hover {
	text-decoration: none;
}

.popup_content_footer_tables_right .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.popup_content_footer_tables_right .custom-radio .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
}
.popup_content_footer_tables_right .custom-radio .wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.popup_content_footer_tables_right .custom-radio .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}
.popup_content_footer_tables_right .custom-radio input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}

.popup_content_footer_tables_right .custom-radio input[type="radio"]:checked + .wpcf7-list-item-label {
	font-weight: bold;
}

.popup_content_footer_tables_right .wpcf7-list-item {
	margin: 0;
}
.popup_content_footer_tables_right .first:before {
	display: none;
}
.popup_content_footer_tables_right .first {
	padding: 0;
}
.popup_content_footer_tables_right-delivery .wpcf7-list-item input, 
.popup_content_footer_tables_right-payment .wpcf7-list-item input {
    margin-right: 0;
}
.other-products__slider-item-inner {
	row-gap: 30px;
}

.header-full__menu-list {
	grid-column-gap: 45px;
}
@media (max-width: 1550px){
	.header-full__menu-list {
		grid-column-gap: 15px;
	}
	.header-full__menu {
		grid-column-gap: 45px;
	}
	.catalog-blocks__row-item-info-title {
		font-size: 18px;
		line-height: 25px;
	}
	.catalog-blocks__row-item-info-packing-title {
		font-size: 14px;
	}
	.catalog-blocks__row-item {
        padding: 40px 50px;
    }
}
@media (max-width: 1400px){
	.header-full__menu {
		grid-column-gap: 18px;
	}
	.wpcf7-form.invalid .raw-materials__form-container-submit {
		position: relative;
		max-width: 400px;
	}
	.catalog-blocks__row-item-info-title {
		font-size: 18px;
	}
	.catalog-blocks__row-item {
        padding: 30px 50px;
    }
}
@media (max-width: 1199px){
	.wpcf7-form.invalid button {
		position: relative;
	}
	.wpcf7 .wpcf7-response-output {
		max-width: 400px;
	}
}
@media (max-width: 991px){
	.wpcf7 .wpcf7-response-output {
		max-width: initial;
	}
	.wpcf7-form.invalid .raw-materials__form-container-submit {
		max-width: initial;
	}
	.catalog-blocks__row-item-info-title {
		min-height: auto;
	}
}
@media (max-width: 768px){
	.grecaptcha-badge {
		z-index: 3;
	}
	.popup {
		height: 100%;
	}
	.catalog-blocks__row-item-info-title {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}
	.catalog-blocks__row-item-image,
	.catalog-blocks__row-item-info {
		width: 100%;
	}
	.other-products__slider-item-inner {
		row-gap: 20px;
	}
}
@media (max-width: 765px) {
	.bottom-right-banner {
		bottom: 180px;
	}
	.other-products__product-title {
        min-height: auto;
    }
}
@media (max-width: 420px){
	.bottom-right-banner {
		max-width: 90%;
	}
	.bottom-right-banner .close-btn {
		width: 26px;
		height: 26px;
	}
	.description .before-element {
		z-index: -2;
	}
}

.tpl-info{
	padding: 60px 0;
}

.tpl-info ul{
	padding-left: 30px;
}

.tpl-info li{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.tpl-info a{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	text-decoration: underline;
}

.tpl-info a:hover{
	color: #358e03;
	text-decoration: none;
}

main .tpl-info__title {
	font-weight: 600;
	font-size: 55px;
	line-height: 70px;
	margin-bottom: 50px;
}


.first__right-buy-link {
	display: block;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}

.first__right-buy-link:hover{
	color: #358e03;
	text-decoration: none;
}

.footer__list{
	list-style: none;
	padding: 0;
}
.footer__item a{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
}
.footer__item a:hover{
	color: #358e03;
}
.first__right-options {
	align-items: center;
}
.first__right-buy-price {
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
.first__right-buy-price .price-old {
	color: #9d9d9d;
	font-size: 20px;
	line-height: 24px;
}
.catalog-blocks__row-item-info-price .price-old {
	color: #9d9d9d;
	font-size: 18px;
	line-height: 22px;
}
.has-sale .catalog-blocks__row-item-regular-price,
.first__right-buy-price .first__right-current-price {
	color: #428e00;
}
.catalog-blocks__row-item:hover .has-sale .catalog-blocks__row-item-regular-price {
    color: white;
}
.catalog-blocks__row-item:hover .price-old {
    color: white;
}
.cart__row-main-list-items-item-info-block-summary-price-total {
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
.cart__row-main-list-items-item-info-block-summary-price-total .price-old,
.cart__row-main-list-items-item-info-block-summary-price-total .price-old span {
	color: #9d9d9d;
	font-size: 18px;
	line-height: 20px;
}
.cart__row-main-list-items-item-info-block-summary-price-total.product-total .price-old,
.cart__row-main-list-items-item-info-block-summary-price-total.product-total .price-old span {
	color: #9d9d9d;
	font-size: 14px;
	line-height: 16px;
}
.first__left-discount-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    border-radius: 30px;
    background: #b71a1a;
    color: #FFF;
    font-size: 16px;
	font-weight: 700;
	padding: 8px 20px;
}
.catalog-blocks__row-item-image .first__left-discount-badge {
	top: -20px;
	left: -20px;
    font-size: 14px;
	padding: 5px 12px;
}




@media (max-width: 1540px) {
	.plant__background-image #toggleSoundButton {
		right: 270px;
	}
}

@media (max-width: 1400px) {
	main .tpl-info__title {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.plant__background-image #toggleSoundButton {
		right: 470px;
	}
}
@media (max-width: 991px) {
	.plant__background-image #toggleSoundButton:hover {
		background-color: #fff;
		color: #333;
	}
	.plant__background-image #toggleSoundButton.muted:hover:before {
		background-position: 0 0;
	}
	.plant__background-image #toggleSoundButton:hover:before {
		background-position: 0 0;
	}
	.plant__background-image #toggleSoundButton {
		right: 320px;
		top: 20px;
	}
	.mobile-lang-swicher-li {
		display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
		padding-bottom: 30px;
	}
	.mobile-lang-swicher-li .header-full__menu-lang {
		display: block;
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
    }
}
@media (max-width: 768px) {
	main .tpl-info__title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	.plant__background-image #toggleSoundButton {
		right: 10px;
		top: 150px;
		padding: 7px 15px;
		padding-left: 45px;
	}
	.plant__background-image #toggleSoundButton:before {
		left: 14px;
	}
	.footer__links {
		margin-bottom: 0;
		margin-top: 20px;
		text-align: center;
	}
	.first__right-buy-price .price-old {
		text-align: center;
	}
	.cart__row-main-list-items-item-info-block-summary-price-total .price-old,
	.cart__row-main-list-items-item-info-block-summary-price-total .price-old span {
		font-size: 14px;
		line-height: 20px;
	}
	.cart__row-main-list-items-item-info-block-summary-price-total.product-total .price-old,
	.cart__row-main-list-items-item-info-block-summary-price-total.product-total .price-old span {
		color: #9d9d9d;
		font-size: 10px;
		line-height: 18px;
	}
	main .products-new__slider-item-right {
		width: 80%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 450px) {
	main .tpl-info__title{
		font-size: 35px;
		line-height: 45px;
	}
	.plant__background-image #toggleSoundButton {
		top: 180px;
	}
	main .products-new__slider-item-right-title {
		font-size: 18px;
        line-height: 28px;
	}
	.first__left-discount-badge {
		left: 10px;
	}
	.catalog-blocks__row-item-image .first__left-discount-badge {
		left: -30px;
	}

}
@media (max-width: 375px) {
	.plant__background-image #toggleSoundButton {
		top: 160px;
	}
}

.grecaptcha-badge {
	display: none;
}

@media (max-width: 768px) {
	.footer .koalamasters-development {
		text-align: center;
	}
} 

@media (min-width: 575px) and (max-width: 768px) {
	.footer__content-logo {
			max-width: none;
	}
}

@media (max-width: 575px) {
	.form.white-mobile .container:after {
		height: 130px;
	}
	.form.white-mobile .wpcf7-response-output {
		color: black;
	}
}

@media (max-width: 400px) {
	.popup_content_footer_tables_right-payment-radio-info {
		margin-left: 0;
	}
}

@media (min-width: 680px) and (max-width: 1199px) {
    .popup_content_footer_tables_right {
        width: 45% !important;
    }
	.popup_content_footer_tables_right-payment-radio-info {
		margin-left: 0;
	}
}




/* Main page - Cereals slider fixes */
@media screen and (min-width: 768px) {
	.products-new__slider-pagination::-webkit-scrollbar {
		width: 10px;
		height: 5px;
	}
	.products-new__slider-pagination::-webkit-scrollbar-track {
		background: transparent;
		border-radius: 10px;
	}
	.products-new__slider-pagination::-webkit-scrollbar-thumb {
		background: #c4c4c4;
		border-radius: 10px;
	}
	.products-new__slider-pagination::-webkit-scrollbar-thumb:hover {
		background: #a5a5a5;
	}
}
@media (min-width: 1930px) and (max-width: 2400px) {
	.products-new__slider-item-right {
		padding-left: 300px;
	}
}

@media (max-width: 1199px) {
	main .products-new__slider-pagination ul {
	  justify-content: flex-start !important;
	  padding-left: 0;
	}
	.top-banner {
		min-height: 66px;
	}
	.top-banner-content {
		padding-right: 50px;
	}
	body.with-banner {
		margin: 66px 0 0;
	}
}
@media (max-width: 768px) {
    main .products-new .relative-container:after {
        right: 0 !important;
    }
	body.with-banner {
        margin: 80px 0 0;
    }
    .top-banner-content {
        font-size: 11px;
    }
	.customize-support .top-banner {
		top: 45px;
	}
	.top-banner {
		min-height: 80px;
	}
}
@media (max-width: 768px) {
    main .products-new .relative-container:before {
        content: "";
        width: 60px;
        height: 250px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent 0, #f2f2f2 100%);
		z-index: 1;
        transform: rotate(180deg);
    }
}
@media (max-width: 400px) {
	main .products-new .relative-container:after,
	main .products-new .relative-container:before {
        height: 150px;
    }
}
@media (max-width: 350px) {
	.top-banner-content {
        padding-right: 25px;
    }
}


/* Partners Home Page */
main .partners {
	padding-bottom: 600px;
}
main .partners__logos {
	bottom: -800px;
}
@media (max-width: 1200px) {
	main .partners {
		padding-bottom: 500px;
	}
	main .partners__logos {
		bottom: -700px;
	}
}
@media (max-width: 992px) {
	main .partners {
		padding-bottom: 300px;
	}
	main .partners__logos {
		bottom: -500px;
	}
}
@media (max-width: 768px) {
	main .partners {
		padding-bottom: 700px;
	}
	main .partners__logos {
		bottom: -900px;
	}
}
@media (max-width: 520px) {
	main .partners {
		padding-bottom: 600px;
	}
	main .partners__logos {
		bottom: -800px;
	}
}
@media (max-width: 450px) {
	main .partners {
		padding-bottom: 500px;
	}
	main .partners__logos {
		bottom: -650px;
	}
}
@media (max-width: 370px) {
	main .partners {
		padding-bottom: 400px;
	}
	main .partners__logos {
		bottom: -550px;
	}
}
main .partners__logos-item:nth-of-type(12) {
	border-right: none;
}
main .partners__logos-item:nth-of-type(16) {
	border-right: none;
}
main .partners__logos-item img {
	max-width: 200px;
}
@media (max-width: 1400px) {
	main .partners__logos-item img {
		max-width: 80%;
	}
}
@media (max-width: 768px) {
	main .partners__logos-item:nth-of-type(10) {
		border-right: none;
	}
	main .partners__logos-item:nth-of-type(13) {
		display: none;
	}
	main .partners__logos-item:nth-of-type(15) {
		border-right: none;
	}
	main .partners__logos-item:nth-of-type(16) {
		display: none;
	}
}

/* Fix mobile menu */
@media (max-width: 1199px) {
	.header-full__menu-list {
		border-top: 70px solid #fff;
		padding-top: 20px !important;
		padding-bottom: 100px !important;
	}
}

.mobile-social-icons {
	display: none !important;
	z-index: 99;
	background-color: white;
	justify-content: center;
}
@media (max-width: 1200px) {
	.mobile-social-icons {
		z-index: 99;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
		bottom: 0;
		border-top: 1px solid #e5e5e5;
		right: 0;
		width: 80vw;
		max-width: 700px;
	}
}
@media (max-width: 992px) {
	.mobile-social-icons {
		width: 90vw;
	}
}
@media (max-width: 768px) {
	.mobile-social-icons {
		width: 85vw;
	}
}
@media (max-width: 375px) {
	.mobile-social-icons {
		width: 100vw;
	}
}
.mobile-social-icons.visible {
	display: flex !important;
}

@media (min-width: 1200px) {
	.contact-popup {
		bottom: 100px !important;
	}
	.contact-popup .progress-container {
		bottom: -70px !important;
	}
}



/* Зменшення відступів на головній сторінці */
section.certificates {
	padding-top: 0 !important;
	margin-top: -50px;
	padding-bottom: 0;
}
section.certificates:after {
	height: 135px;
}
section.partners {
	margin-top: -50px;
	padding-bottom: 450px;
}
main .partners__logos {
	bottom: -680px;
}
main .raw-materials {
	padding-bottom: 250px;
}
main .raw-materials__form {
	bottom: -380px;
}
@media (max-width: 1400px) {
  section.company {
	padding-top: 0;
  }
  section.partners {
	padding-top: 50px;
	padding-bottom: 400px;
  }
  main .partners__logos {
	bottom: -650px;
  }
  main .raw-materials__form {
	bottom: -500px;
  }
}
@media (max-width: 1200px) {
	section.certificates {
		padding-bottom: 100px;
	}
	main .certificates__right {
		margin-top: -50px;
	}
	section.partners {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 650px;
	}
	main .partners__logos {
		bottom: -800px;
	}
	main .raw-materials {
		padding-top: 250px;
		padding-bottom: 200px;
	}
	main .raw-materials__form {
		bottom: -450px;
	}
}
@media (max-width: 992px) {
	section.certificates {
		padding-bottom: 50px;
	}
	main .certificates__left-text {
		margin-bottom: 0 !important;
	}
	main .certificates__right {
		margin-top: -50px;
	}
	section.partners {
		padding-bottom: 650px;
	}
	main .partners__logos {
		bottom: -800px;
	}
	main .raw-materials__form {
		bottom: -400px;
	}
}
@media (max-width: 768px) {
	main .certificates__right {
		margin-top: 0;
	}
	section.partners {
		padding-bottom: 1100px;
	}
	main .partners__logos {
		bottom: -1250px;
	}
	main .raw-materials__form {
		bottom: -350px;
	}
}
@media (max-width: 530px) {
	section.partners {
		padding-bottom: 750px;
	}
	main .partners__logos {
		bottom: -950px;
	}
}
@media (max-width: 450px) {
	section.partners {
		padding-bottom: 750px;
	}
	main .partners__logos {
		bottom: -950px;
	}
}

/* Зменшення відступів на сторінці продукту */
section.description {
	margin-top: 0;
}
section.table {
	padding: 0;
	margin-top: 70px;
}
.description .before-element {
	width: 324px;
    height: 355px;
}
@media (max-width: 1600px) {
	section.description {
		padding-top: 100px;
	}
	section.table {
		margin-top: 30px;
	}
	section.cooking {
		padding-bottom: 50px;
	}
}

/* Зменшення відступів на сторінці "Про нас" */
.from-past-to-future {
	padding-top: 40px;
}
.years-way {
	padding-top: 0;
}
.years-way__right-content {
	row-gap: 30px;
}
@media (max-width: 1400px) {
	.general-way {
        padding-bottom: 0;
    }
	.from-past-to-future {
		padding-top: 0;
	}
	.from-past-to-future__row-title {
		margin-bottom: 0;
	}
	.years-way {
		margin-bottom: 50px;
	}
	.сoverage-map {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
	.general-way__row2 {
		margin-top: 50px;
		grid-row-gap: 50px;
	}
	.years-way__right-content-block {
		padding-top: 0;
	}
}
@media (max-width: 550px) {
	.years-way {
		margin-bottom: 0;
	}
	body.with-banner {
        margin: 86px 0 0;
    }
	.top-banner {
		min-height: 86px;
	}
	.top-banner {
		padding: 10px 0;
	}
}

/* Зменшення відступів на сторінці "Управління якістю" */
.stages {
	padding-bottom: 50px;
}
.partnerss {
	padding-top: 100px;
} 
@media (max-width: 1200px) {
	.stages {
		padding-top: 100px;
		padding-bottom: 0;
	}
	.stages__title {
		margin-bottom: 70px;
	}
	.partnerss {
		padding-top: 50px;
	} 
}

/* Зменшення відступів на сторінці Контакти */
.contact-info {
	padding-bottom: 100px;
}

/* Зменшення відступів на сторінці Каталогу (іноземна версія) */
.inform .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 1400px) {
    .sposib-pryhotuvannya {
        padding-bottom: 100px;
    }
}
@media (max-width: 1199px) {
	.catalog-blocks {
        padding: 50px 0;
    }
	section.form.white-mobile {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.inform .container {
		padding-bottom: 0;
	}
	section.profitable {
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.profitable__left-title {
		padding-top: 0;
	}
	.inform .container {
		padding-top: 0;
	}
	.sposib-pryhotuvannya__title {
		margin-bottom: 50px;
		font-size: 45px;
	}
	.profitable .container {
		grid-row-gap: 50px;
	}
}
@media (max-width: 767px) {
	.sposib-pryhotuvannya__title {
		font-size: 26px;
		margin-bottom: 30px;
	}
}

.breadcrumbs-wrapper {
	font-size: 14px;
    padding-bottom: 20px;
    color: #8A8A8A;
}
.breadcrumbs-wrapper a {
	color: #8A8A8A;
	transition: 0.3s;
	text-decoration: none;
	font-size: 14px;
}
.breadcrumbs-wrapper a:hover {
	color: #358e03;
}

@media (min-width: 700px) and (max-width: 768px) {
	section.plant {
		padding-top: 90px;
	}
}
@media (max-width: 600px) {
	section.plant {
		padding-top: 60px;
	}
}

@media (max-width: 1200px) {
  .catalog__background-image {
	max-width: 520px !important;
  }
}
@media (max-width: 992px) {
  .catalog__background-image {
	max-width: 420px !important;
  }
}

section.content .post__text a {
	transition: 0.3s;
	color: #358E03;
}

/* Блок партнерів */
main .partners__logos-item:nth-of-type(20) {
    border-right: none;
}
main .partners__logos {
	padding: 15px;
}
main .partners__logos-item {
	padding: 10px;
	height: 140px;
}
main .partners__logos-item img {
    max-height: 100%;
}
@media (max-width: 768px) {
    main .partners__logos-item:nth-of-type(18) {
        border-right: none;
    }
	main .partners__logos-item {
		height: 130px;
	}
}
@media (max-width: 576px) {
	main .partners__logos-item {
		height: 100px;
	}
}

.footer__menu-social-icons {
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding-top: 30px;
}
@media (max-width: 768px) {
	.footer__menu-social-icons {
		justify-content: center;
		padding-top: 0;
		padding-bottom: 30px;
	}
  
}
.footer__menu-social-icon {
	display: inline-block;
	width: 40px;
}
.footer__menu-social-icon-instagram {
	width: 44px;
}
.footer__menu-social-icon img {
	width: 100%;
	height: auto;
}

.fly-socials {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 9999;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
@media (max-width: 1200px) {
  .fly-socials {
	display: none;
  }
}
.fly-socials__inner {
	display: flex;
	flex-direction: column;
	row-gap: 1px;
}
.fly-socials__inner a {
	width: 50px;
	height: 50px;
	background-color: #358e0380;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.fly-socials__inner a:hover {
	background-color: #358e03;
}
.fly-socials__inner a img {
	width: 50%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(69deg) brightness(103%) contrast(101%);
}
main .products-new__slider-pagination ul {
	width: fit-content;
    margin: 0 auto;
    padding-left: 0;
	padding-bottom: 20px;
	padding-top: 30px;
}
.quality-certificates__certificate-image{
	max-height: 241px;
	
}
.certificates__right-slider-item-img{
	max-height: 480px;
}
.woocommerce .cart-empty-notices .woocommerce-notices-wrapper {
	display: none;
}