@charset "UTF-8";

.container,
.one_column #main_block {
	max-width: 1100px;
}

.inquire-block iframe {
	height: 1200px;
}

@media screen and (max-width: 768px) {
	.container,
	.one_column #main_block {
		width: auto;
	}

	.inquire-block iframe {
		height: 1600px;
	}
}

@media (min-width: 768px) {
	p.description {
		white-space: normal !important;
	}
}
