body {
	background:#17D5DC;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
img {border: 0;}
.logo {
	text-align: left;
	margin: 10px;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
}
.logo a {
	text-decoration:none;
	color:#FF1515;
}
.gl {
	position:relative;
	text-align:left;
	margin-left:50px;
}
a:hover {text-decoration:none;}

.content {min-height: 500px;}
.podval {text-align: center;}

table.pohody td {
	vertical-align: top;
	padding: 10px;
	border-top: 1px solid;
}
table.glavnaya {
	width: 100%;
	height: 100%;
	border: 0;
}
table.glavnaya td {
	vertical-align: top;
	padding: 0 0 20px 0;
	text-align: center;
}
table.glavnaya td img {
	width: 190px;
	height: 250px;
}
img.photo-ch {
	float: left;
	margin-right: 20px;
}
table.galery td {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    vertical-align: top;
    width: 25%;
}
table.galery td img:hover,
table.galery2 td img:hover,
table.galery3 td img:hover,
table.glavnaya td img:hover {opacity: 0.5;}

table.galery td a img {
    width: 100%;
    border-radius: 10px;
}
table.galery2 {
	float: right;
	width: 220px;
	text-align: right;
	line-height: 1;
	margin: 0 0 20px 20px;
	font-size: 14px;
}
table.galery2 td img {
	width: 220px;
	border-radius: 10px;
}

table.galery3 {width: 100%;}
table.galery3 td img {
    border-radius: 10px;
    height: 150px;
    float: left;
    margin: 0 10px 10px 0;
}
.galery4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.galery4 div {width: calc(25% - 15px);}
.galery4 a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.galery4 a img:hover {opacity: 0.5;}