@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1200px) {
	header {
		height: 300px;
	}
	.images-1 {
		height: 180px;
	}
	.images-3 {
		height: 200px;
	}
	.images-4 {
		height: 205px;
	}
	.images-5 {
		height: 220px;
	}
	.images-6 {
		height: 195px;
	}
}
@media only screen and (max-width: 992px) {
	header {
		height: 230px;
	}
	.images-1 {
		height: 135px;
	}
	.images-3 {
		height: 155px;
	}
	.images-4 {
		height: 155px;
	}
	.images-5 {
		height: 170px;
	}
	.images-6 {
		height: 150px;
	}
	footer .col-md-6:last-child {
		text-align: left;
	}
}
@media only screen and (max-width: 768px) {
	header {
		height: 200px;
	}
	header h1 {
		margin-bottom: 15px;
	}
	.heading--section {
		padding: 0;
		text-align: center;
	}
	.images-1 {
		height: 130px;
	}
	.images-1 img {
		height: 100%;
	}
	.images-1 > * {
		border: solid 2px #cfc2ff;
	}
	.images-3 img {
		border: solid 2px #cfc2ff;
	}
	.cont--why {
		flex-direction: column;
	}
	.cont--why .col-md-6:nth-child(2) {
		order: 1;
	}
	.col--why {
		order: 2;
		text-align: center !important;
	}
	.col--why-2 {
		flex-direction: column;
	}
	.col--why-2 .single--why {
		width: 100%;
		text-align: center !important;
	}
	.images-4 img, .images-5 img {
		width: 50%;
		border: solid 2px #cfc2ff;
	}
	.steps {
		flex-wrap: wrap;
	}
	.single--steps {
		flex-basis: 30%;
	}
	.images-6 {
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.images-6 img {
		height: auto;
		width: 100%;
		border: solid 2px #cfc2ff;
	}
	.cont--form {
		width: 90%;
	}
	footer > * {
		padding-bottom: 10px;
	}
	.cont--price {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.single--price {
		flex-basis: 33%;
		margin-bottom: 30px;
	}
	.pink {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	header {
		height: 230px;
		background-size: cover;
		background-position: center 25%;
	}
}
@media only screen and (max-width: 360px) {
	header {
		background-size: cover;
		background-position: center 25%;
	}
	header h1 {
		font-size: 1.5em;
		font-weight: 600;
	}
	.sub--header {
		font-size: 0.9em;
		font-weight: 600;
	}
	.images-1 img {
		object-fit: cover;
	}
	.button--plain-text div {
		display: block;
		width: auto;
		margin-top: 20px;
	}
	.single--steps {
		flex-basis: 45%;
		margin-bottom: 10px;
	}
	.cont--price {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.single--price {
		flex-basis: 45%;
	}
	input[type="text"] {
		width: 100%;
	}
}