/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.img1 img {
			width: 90%;
			height: 90%;
		}
	#dlForm {
			width: 100%;
		}
		.call_btn {
		bottom: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
		}
		#form_img {
			width: 100%;
		}
		.yandexMaps iframe {
		width: 650px;
		height: 350px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.img1 img {
		width: 0;
		height: 0;
	}
	.team_item {
	padding-top: 25px;
	padding-bottom: 25px;
	}
	.download_block {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.footer_item {
		padding-bottom: 20px;
	}
	#dlForm {
		width: 100%;
		}
	.call_btn {
		bottom: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
		}
	.modal_img {
			width: 100%;
		}
	.yandexMaps iframe {
		width: 500px;
		height: 350px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.call_btn {
		bottom: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
		}
	.modal_img {
			width: 100%;
		}
		.yandexMaps iframe {
	width: 350px;
	height: 200px;
}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.yandexMaps iframe {
		width: 230px;
		height: 130px;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.advantages_block {
    font-size: 24px;
}
