body,
div,
ul,
li,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
li {
  list-style: none;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  text-align: center;
  color: #ffffff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrap {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  background: linear-gradient(to bottom, #7ab6d9 0%, #1c5595 100%);
  height: auto;
}
#content {
  display: grid;
  grid-template-columns: 2fr 7fr;
}
.float-l {
  float: left;
}
.folat-r {
  float: right;
}
.clearfix {
  clear: both;
}
.left {
  width: auto;
}
.right {
  width: 90%;
  background: linear-gradient(to bottom, #7ab6d9 0%, #549cc4 100%);
  padding: 0 50px;
  color: #fff;
  border: 6px solid #135889;
  margin: 70px auto 0 auto;
  box-sizing: border-box;
}
.right img {
  padding: 30px 0;
}
.right a {
  color: #135889;
}
/* header */
#logo {
  margin-top: 70px;
  color: #000000;
  background: url("boisko.jpeg");
  height: 177px;
  background-position: bottom right;
  background-size: contain;
}
#logo img {
  width: 100%;
}
#header h1 {
  font-size: 32px;
  text-align: center;
  padding-top: 30px;
}
#logo div {
  text-align: right;
  padding-right: 50px;
}
ul#nav {
  padding-left: 50px;
  box-sizing: border-box;
  padding-top: 28px;
}
ul#nav li {
  line-height: 30px;
}
ul#nav a {
  color: #ffffff;
  font-weight: 700;
}
/* content */
#top h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 25px 0;
}
#top h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 40px 0 10px 0;
}
#top p {
  padding-bottom: 5px;
  font-size: 1rem;
}
#top p:last-of-type {
  margin-bottom: 30px;
}
#top p  a{
  color: #FFFFC0;
  text-decoration: underline;
}
#top p  a:hover{
  text-decoration: none;
}
.section {
  float: left;
  width: 190px;
}
div.section h2 {
  font-size: 20px;
  padding: 10px 0;
}
div.section ul {
  padding: 0px 20px;
}

.margin {
  padding-left: 25px;
}
footer {
  border-top: 2px solid #76b2d6;
  margin-top: 25px;
  padding: 15px 50px;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.8;
}

footer a {
  color: #FFFFC0;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}


.top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("pilka-nozna.jpg");
  background-position: center;
  height: 200px;
}
.top p {
  font-size: 2rem;
  text-shadow: 1px 1px 8px #000000ad;
  font-style: italic;
}
