body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

footer {
	height: 50px;
	background-color: #333;
	color: white;
	text-align: center;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer a {
	color: white;
}

.logo {
	width: 130px;
	height: 40px;
	margin-left: 20px;
}

.breadcrumb-img-container {
	width: 25px;
	height: 25px;
}

.breadcrumb-img-container a {
	text-decoration: unset;
	color: #9f0e58;
}


.breadcrumb-img-container a {
	text-decoration: unset;
}

.breadcrumb {
	color: #9f0e58;
	margin: 20px;
}

.breadcrumb img {
	width: 20px;
	height: 20px;
}


footer {
	margin-top: 90px;
}

header {
	height: 70px;
	background-color: #9f0e58;
	color: white;
	text-align: center;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.header-container img {
	max-height: 40px;
}

.column {
	flex: 0.40;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.column h2 {
	margin-top: 0px;
}

.breadcrumb {
	justify-content: space-between;
	align-items: center;
	margin-left: 155px;
	margin-top: 50px;
	color: #9f0e58;
}

.logo {
	max-height: 40px;
}

header h1 {
	margin: 0;
	margin-right: 250px;
}

.container {
	display: flex;
	min-height: calc(100vh - 270px);
	justify-content: space-around;
	margin: 50px;
}

.column img {
	max-width: 100%;
	height: 100%;
	align-self: stretch;
	object-fit: cover;
}

.column ul {
	list-style: none;
	padding: 0;
}

.column li {
	margin-bottom: 10px;
	display: flex;
}

.column li img {
	margin: 14px 10px 0 0;
	width: 20px;
	height: 20px;
}

.price {
	color: #9f0e58;
	font-weight: bold;
	font-size: x-large;
}


.button-container {
	margin-top: 40px;
}

.phone-container {
	margin-top: 10px;
}

.common-button {
	display: inline-block;
	position: relative;
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.phone-icon {
	margin-right: 10px;
}

.mail-button {
	background-color: #9f0e58;
	color: #ffffff;
	cursor: pointer;

}

.tel-button {
	background-color:#ffffff;
	color:#9f0e58;
	border-color: #9f0e58;
	border-style: solid;
	margin-top: 10px;
	width: 312px;
}

.arrow-button img {
	width: 20px;
	height: auto;
	vertical-align: middle;
}

.arrow-button span {
	display: inline-block;
	vertical-align: middle;
}

.arrow-button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.divider {
	border-style: solid;
    border-color: #b6b6b6;
    border-block-width: 1px;
}

.offers {
	display: flex;
	align-items: center;
	justify-content: center;
	height:150px;
}

h3 {
	margin-bottom: 35px;
    margin-top: 0;
}

.paragraph {
	margin-top: 0;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}
	.column {
		flex: 1;
	}
}
