.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;
}

.img-right {
	transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
	margin-top: 0;
}

.svg:hover path {
	fill: #5d7ddb;
	transition: .5s linear;
}

.svg path {
	fill: #0038e3;
	transition: .5s linear;
}

.grecaptcha-badge {
	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;
}

.body-no-scroll {
	overflow: hidden;
}

@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;
	}
}