html {
	font-family:arial;
}
body {
	background-color: #fff;
	line-height: 1.3;
}
div {
	display: block;
}
.anl-img {
	width:430px;
	height: auto;
	border-radius: 5px;
}
a {
	color:#000;
	text-decoration: none;
}
p {
	margin-top:0px;
	margin-bottom: 30px;
}
h2 {
	margin:10px 0;
}
.card {
	flex-basis: 430px;
	margin:20px;
	width:910px;
	padding:15px 15px;
    border-radius: 8px;
    width:430px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #f4f4f4;

}
.boka {
	padding:15px;
	background-color: #000;
	color:#fff;
	border-radius: 8px;
	font-weight: bold;
}
.kontor {
	width:1100px;
	padding:40px 0;
	background-color: #f0f0f0;
	display:flex;
	justify-content: center; 
	flex-wrap: wrap;
}