html {
	scroll-behavior: smooth;
}

p {
	white-space: pre-line;
}

.alt-font.cd-headline.slide span {
	display: block;
}

.cd-words-wrapper {
	width: auto !important;
	margin-left: 10px;
}

.btn-tag-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.alt-font.cd-headline {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-category a {
	color: #232323;
}

.news-category a:hover {
	color: #828282;
}

.wpcf7-form p {
	margin: 0;
}

.wpcf7-response-output {
	font-size: 12px;
}

.img-right {
	transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
	margin-top: 0;
}

.scroll-top-arrow + a {
	display: none;
}

.form-calculator__question {
	width: 24px;
	height: 24px;
	background-image: url("/wp-content/themes/agrointech/assets/img/svg/vector-25.svg");
	background-repeat: no-repeat;
	z-index: 10;
	cursor: pointer;
}

.modal_question {
	display: none;
	position: fixed;
	z-index: 1090;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	overflow: auto;
}

.modal-content_question {
	background-color: #fff;
	margin: 10% auto;
	border: 1px solid #888;
	width: 90%;
	max-width: 900px;
	border-radius: 6px;
	position: relative;
	z-index: 9999;
	cursor: default;
	padding: 20px;
	box-sizing: border-box;
}

.close_question {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.close_question:hover {
	color: #f00;
}

.modal_title_question {
	padding: 0;
	letter-spacing: -.5px;
	font-weight: inherit;
	margin-top: 25px;
	font-size: 2.85rem;
	line-height: 3.4rem;
}

@media screen and (max-width: 768px) {
	.modal-content_question {
		width: 95%;
		margin: 10% auto;
	}
	
	.modal_title_question {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

@media screen and (min-width: 280px) and (max-width: 1200px) {
	.alt-font.cd-headline {
		flex-direction: column;
	}
}

span[data-name="terms"] label {
	display: flex;
	gap: 10px;
}

span[data-name="terms"] .wpcf7-list-item {
	margin: 0;
}

span[data-name="terms"] .politics {
	margin: 0;
}

span[data-name="terms"] .wpcf7-list-item-label {
	text-align: left;
	line-height: 1;
}