


/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.header_page {
		margin: 30px 0 30px;
	}
	.page_main .header_section {
		margin: 30px 0 30px;
	}
	.block_how_work {
		padding: 0;
		max-width: initial;
	}
	.block_how_work p {
		max-width: initial
	}

	.news-detail.text-block img {
		width: 100%;
		height: auto;
	}
	a.fancybox-close {
		background-size: auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 380px) {
	.block_how_work>div:nth-child(1), .block_how_work>div:nth-child(2) {
		min-height: 290px;
	}
	.block_how_work h3 {
		min-width: 142px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 240px) {

}