﻿.wpcf7-response-output {
	color: #000;
}
.header-full {
	z-index: 3;
}
.catalog-blocks__row-item-info-title {
	font-size: 30px;
}

main .products-new__slider-pagination ul li:nth-of-type(6) button:before {
    background-image: url(assets/img/rice-mini.png);
}
main .products-new__slider-pagination ul li:nth-of-type(6) button:after {
    content: "Крупи рисові";
}

main .products-new__slider-pagination ul li:nth-of-type(7) button:before {
    background-image: url(assets/img/bulgur-mini.png);
}
main .products-new__slider-pagination ul li:nth-of-type(7) button:after {
    content: "Булгур";
}

main .products-new__slider-pagination.ro_lang ul li:nth-of-type(7) button:before,
main .products-new__slider-pagination.pl_lang ul li:nth-of-type(7) button:before,
main .products-new__slider-pagination.en_lang ul li:nth-of-type(7) button:before {
    background-image: url(/wp-content/themes/ekor/assets/img/rice-dot-sider.png);
}
main .products-new__slider-pagination.ro_lang ul li:nth-of-type(7) button:after {
    content: "Rice cereals";
}
main .products-new__slider-pagination.en_lang ul li:nth-of-type(7) button:after {
    content: "Rice cereals";
}
main .products-new__slider-pagination.pl_lang ul li:nth-of-type(7) button:after {
    content: "Kasza ryżowa";
}

main .products-new__slider-pagination.ro_lang ul li:nth-of-type(8) button:before,
main .products-new__slider-pagination.pl_lang ul li:nth-of-type(8) button:before,
main .products-new__slider-pagination.en_lang ul li:nth-of-type(8) button:before {
    background-image: url(/wp-content/themes/ekor/assets/img/bulgur-main-dot.png);
}
main .products-new__slider-pagination.ro_lang ul li:nth-of-type(8) button:after {
    content: "Bulgur";
}
main .products-new__slider-pagination.en_lang ul li:nth-of-type(8) button:after {
    content: "Bulgur";
}
main .products-new__slider-pagination.pl_lang ul li:nth-of-type(8) button:after {
    content: "Bulgur";
}

.catalog-blocks__row-item.rice:before {
    background-image: url(assets/img/preview-bg-rice.png);
}

main .products-new__slider-item-bg-element-2.rice {
    background-image: url(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(assets/img/rice3-2.png);
    width: 120px;
    height: 111px;
    top: 75%;
    left: 80%;
}

.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;
    bottom: 20px;
    right: 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("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;
}



@media (max-width: 1550px){
	.header-full__menu-list {
		grid-column-gap: 22px;
	}
	.header-full__menu {
		grid-column-gap: 45px;
	}
	.catalog-blocks__row-item-info-title {
		font-size: 28px;
	}
}
@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: 30px;
		min-height: 70px;
	}
}
@media (max-width: 1199px){
	.wpcf7-form.invalid button {
		position: relative;
	}
	.wpcf7 .wpcf7-response-output {
		max-width: 400px;
	}
	.catalog-blocks__row-item-info-title {
		font-size: 26px;
	}
}
@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%;
	}
}
@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: 100px 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;
}




@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;
	}
}
@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;
	}
}
@media (max-width: 450px) {
	main .tpl-info__title{
		font-size: 35px;
		line-height: 45px;
	}
	.plant__background-image #toggleSoundButton {
		top: 180px;
	}
}
@media (max-width: 375px) {
	.plant__background-image #toggleSoundButton {
		top: 160px;
	}
}
a.green{
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    color: white;
    display:block;
    width:150px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 8px;
    margin: 0px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    }
    a.green {
    background-color: rgb(91, 164, 39);
    border: 1px solid rgb(91, 164, 39);
    }
    
    a.green:hover {
    background-color: rgb( 75, 183, 141 );
    }
	@media (max-width: 420px) {
		a.green {
			font-size: 16px;
			line-height: 40px;
			margin-left: auto;
    margin-right: auto;
	margin-bottom: 90px;
			
		}
	}
	a.green2{
		border-radius: 12px;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
		color: white;
		display:block;
		width:150px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		padding: 8px;
		margin: 0px;
		text-decoration: none;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: background-color 0.1s linear;
		-moz-transition: background-color 0.1s linear;
		-o-transition: background-color 0.1s linear;
		transition: background-color 0.1s linear;
		}
		a.green2 {
		background-color: rgb(91, 164, 39);
		border: 1px solid rgb(91, 164, 39);
		}
		
		a.green2:hover {
		background-color: rgb( 75, 183, 141 );
		}
		@media (max-width: 420px) {
			a.green2 {
				font-size: 14px;
				line-height: 40px;
				margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;

		padding: 0px;
				
			}
		}
		.tovarn{
			color:darkred;
		}