@media(max-width:600px) {

.hide-on-phone {
	display: none;
	transition: 0.2s;
}
.hide-on-desktop {
	display: block;
	transition: 0.2s;
}
.modal-dialog {
	width: 95%;
}
.main-title {
	font-size: 30pt; font-weight: 700;
}
.secondary-title {
	font-size: 14pt;
}
.home-cover {
	height: 500px;
}
.m-title {
	font-size: 16pt;
}
.m-body {
	font-size: 12pt;
}
.counter-btn {
	border: 2px solid#B4B5B5;
	padding: 2%;
}
.modal {
	width: 100%;
}
#snav {
  position: fixed;
  top: 19%;
  z-index: 9999;
  font-size: 13px;
  transition: 0.2s;
  transition: 0.2s;
}
.logo {
	width: 70px;
	transition: 0.2s;
}
.intro-pnl-1 {
	height: auto;
	transition: 0.2s;
}
.title {
	font-size: 18pt;
	transition: 0.2s;
}
.btn-fb, .btn-tw, .btn-ig, .btn-in {
	font-size: 10pt;
	text-align: center;
}
.ac-q {
	font-size: 13pt;
	transition: 0.2s;
}
.bz-img {
	width: 100px;
	transition: 0.2s;
}
.intro-find {
	height: auto;
	transition: 0.2s;
}
.intro-hd-txt {
	font-size: 16pt;
}
.intro-cover-inp {
	height: 40px;
	transition: 0.2s;
}
.intro-cover-btn {
	width: 100px;
	height: 40px;
	transition: 0.2s;
}
.intro-cover-btn:hover {
	width: 100px;
	height: 40px;
	transition: 0.2s;
}
.intro-cover {
	height: 405px;
	transition: 0.2s;
}
.work-img {
	height: 300px;
	width: 100%;
	transition: 0.2s;
}
.search-inp {
	width: 100%;
	transition: 0.2s;
}
.btn-filter {
	position: absolute;
	top: 200px;
	left: -1.9px;
	z-index: 5;
	border-radius: 0;
	border: none;
	transition: 0.2s;
	margin-top: 10%;
	background-color: #0E43E1;
	border: 1px solid#0E43E1;
	color: #fff;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 80px;
  right: -20px;
  background-color: #f2f2f2;
  overflow-x: hidden;
  transition: 0.5s;

  padding: 2%;

}
section {
	width: 100%;
}
.form-cover {
  background-color: transparent;
  border-radius: 3px;
  border: none;
  padding: 1%;
  height: 100%;
  color: #FFF;
  padding: 0;
  height: auto;
}
.big-text {
	font-size: 30pt; font-weight: 700;
	margin-top: 10px;
}
.m-margin-10 {
	margin: 10px;
}
.m-margin-bottom-10 {
	margin-bottom: 10px;
}
.bayer {
	width: 100px; height: 100px;
}
.coopers {
	max-width: 200px; height: 100px;
}
.npk {
	max-width: 200px; height: 100px;
}
.syngenta {
	max-width: 200px; height: 100px;
}
.miracle {
	max-width: 100px; height: 100px;
}
.ultravetis {
	max-width: 200px; height: 100px;
}
}