.nav-right-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.nav-contact-box {
	display: flex;
	flex-direction: column;
}

.nav-contact-box a.agrointech-phone, .nav-contact-box a.agrointech-mail {
	color: #232323;
	font-size: 16px;
	padding: 0 5px;
	cursor: pointer;
}

.nav-contact-box a.agrointech-phone:hover, .nav-contact-box a.agrointech-mail:hover {
	color: inherit;
}

.nav-right-box a.btn.btn-fancy.btn-large.nav-right-box-link {
	height: fit-content;
	padding: 8px 10px;
}

@media screen and (max-width: 1200px) {
	.nav-contact-box a.agrointech-phone, .nav-contact-box a.agrointech-mail {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.nav-right-box {
		flex-direction: column;
		align-items: normal;
		padding: 15px;
		padding-left: 30px;
	}
	
	.nav-contact-box a.agrointech-phone, .nav-contact-box a.agrointech-mail {
		padding: 0;
	}
	
	.nav-right-box a.btn.btn-fancy.btn-large.nav-right-box-link {
		width: fit-content;
	}
}

.wpcf7-form-control-wrap .medium-input {
	position: relative;
}

#modal-kp {
	border: none;
	background: transparent;
	padding: 0;
}

#modal-kp::backdrop {
	backdrop-filter: blur(10px);
}

#modal-kp .modal-kp-box {
	position: relative;
}

#modal-kp-box__close-button {
	position: absolute;
	top: 0;
	right: 11px;
	cursor: pointer;
}