<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: "Kelly Slab", cursive;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: rosybrown;
  background-image: url(img/bg-grass.jpg);
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

/* Header */

.title_rate {
  margin: 0;
  padding: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  text-shadow: greenyellow 0 0 2rem;
  animation: title 5s linear infinite;
  /* animation-name: title;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; */
}

@keyframes title {
  from {
    font-size: 1.3rem;
  }

  50% {
    font-size: 1.4rem;
    color: red;
    text-transform: uppercase;
  }

  to {
    font-size: 1.3rem;
  }
}

.navbar {
  border-radius: 10%;
  box-shadow: 0 0 2rem 0 grey;
}

.title_small {
  display: none;
}

/* Main */

.main {
  width: 80%;
  /* min-height: calc(100vh - 1rem); */
  background-image: url(img/bg.jpg);
  margin: 1rem auto;
  padding: 0.5rem;
  border: 0.2rem solid greenyellow;
  border-radius: 10%;
  box-shadow: 0 0 2rem 0 grey;
}
.title_competition {
  text-align: center;
  padding: 0.5rem;
}

/* .carousel {
  margin: 0.5rem;
  padding: 0.5rem 5rem;
}

.carousel-item {
  margin: 0.5rem auto;
  padding: 0.5rem auto;
} */

.carousel-caption {
  background: rgba(192, 192, 192, 0.7);
  border-radius: 10%;
  box-shadow: 0 0 2rem 0 grey;
}

/* Footer */
.contacts_text,
.contacts_numbers {
  margin: 0;
  padding: 0.5rem;
  text-align: right;
  text-shadow: greenyellow 0 0 1rem;
}

.contacts-links {
  margin-right: 2rem;
  color: darkblue;
  font-size: 1.2rem;
  font-family: Lobster;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s linear;
  padding: 0.5rem;
  flex-grow: 1;
}

.contacts-links:hover {
  color: rgb(125, 125, 180);
  text-decoration: underline;
}

/* РџРѕСЃРёР»Р°РЅРЅСЏ */

.tournament a {
  color: rgba(212, 22, 9, 0.5);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s linear;
}

.tournament a:hover {
  color: rgba(212, 22, 9, 0.9);
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.2s linear;
}

.season a {
  font-size: 1rem;
  color: rgba(17, 212, 238, 0.9);
  text-decoration: none;
  transition: color 0.2s linear;
}

.season a:hover {
  font-size: 1.2rem;
  color: rgba(7, 98, 110, 0.9);
  text-decoration: underline;
  transition: color 0.2s linear;
}


A.a3:link { color: B22222; font-weight: bolder; TEXT-DECORATION: none}

A.a3:visited { color: B22222; font-weight: bolder; TEXT-DECORATION: none }

A.a3:active { color: B22222; font-weight: bolder; TEXT-DECORATION: none}

A.a3:hover { color: 006400; font-weight: bolder; TEXT-DECORATION: none}

A.a7:link { color: #1A77F0; font-weight: none;  BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a7:visited { color: #1A77F0; font-weight: none;  BACKGROUND-COLOR: none; TEXT-DECORATION: none }

A.a7:active { color: #2A2AFF; font-weight: bolder;  BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a7:hover {
	COLOR: #2A2AFF; font-weight: bolder;  TEXT-DECORATION: none; BACKGROUND-COLOR: white; CURSOR: hand
}

/* Р¤РѕС‚Рѕ РЅР° РіРѕР»РѕРІРЅС–Р№ */

.img-main {
  width: 100%;
  height: auto;
  border-radius: 10% 30% 10% 10%;
  box-shadow: 0 0 1rem 0 rgb(154, 205, 50);
}

/* РўР°Р±Р»РёС†СЏ */

.name,
.rate,
.contacts {
  width: 80%;
  background-image: url(img/bg.jpg);
  margin: 1rem auto;
  padding: 0.5rem;
  border: 0.2rem solid greenyellow;
  border-radius: 10%;
  box-shadow: 0 0 2rem 0 grey;
}

.contacts_numbers {
  display: flex;
  flex-direction: row;
}

.rate_standart {
  margin: 1rem auto;
  width: 80%;
  border: 0.2rem dashed rgba(0, 100, 0, 0.5);
  box-shadow: 0 0 2rem 0 black;
  cursor: url(img/ball-cursor.cur), auto;
}

.rate_standart td {
  padding: 0.5rem;
  text-align: center;
}

.rate_standart th {
  padding: 0.5rem;
  background-color: rgba(0, 100, 0, 0.5);
}

.rate_standart tr:nth-child(even) {
  background-color: rgba(192, 192, 192, 0.5);
}

.rate_standart tr:nth-child(odd) {
  background-color: rgba(128, 128, 128, 0.5);
}

/* Р’РёРїР°РґР°СЋС‡РёР№ СЃРїРёСЃРѕРє */

.tournament {
  list-style-type: none;
  display: inline-block;
  position: relative;
  background: rgba(192, 192, 192, 0.8);
  padding: 10px 15px;
  width: 30%;
  margin: 10px;
  border: 1px solid red;
  box-shadow: 0 0 2rem 0 black;
}

.tournament:hover .season {
  display: block;
  z-index: 10;
}

.season {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 38px;
  left: 0;
  background: rgba(131, 131, 105, 0.9);
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.logo {
  position: absolute;
  top: -50%;
  right: 0;
}

/* Media */

@media (max-width: 810px) {
  .contacts_numbers {
    flex-direction: column;
  }
}

@media (max-width: 385px) {
  .title_big {
    display: none;
  }
  .title_small {
    display: block;
  }
}

@media (max-width: 960px) {
  .tournament {
    width: 45%;
  }
}

@media (max-width: 642px) {
  .tournament {
    width: 90%;
  }
  .title_competition {
    font-size: 1.5rem;
  }
}
</pre></body></html>