 * {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.spis {text-align:left;}
.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.joy {color:green;font-size:17px;} 
h2 {color:red;font-size:15px;}
h3 {color:green;}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.scroll-ui {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scroll-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #333;
  color: #fff;
  font-size: 20px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.scroll-btn:hover {
  transform: scale(1.1);
  background: #555;
}


/* по умолчанию скрыта */
.mobile-only {
  display: none;
}

/* показываем только на мобилке */
@media (max-width: 768px) {
  .mobile-only {
    display: inline-block;
  }
}

html {
  scroll-behavior: smooth;
}









@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
 a { text-decoration: none; /* ??????? ????????????? ? ?????? */}
 img {width:32%; height:auto;}
 #blink {color:white;font-style: italic;font-size: 17px;}
  .yol {color:blue;font-style: italic;}
  .sp {color:red;}
   .one {color:white;}
    button{padding:4px 6px;border-radius:9px;background:#333;color:#fff;
text-shadow:1px 0px 2px #000;box-shadow:0px 0px 2px 1px #aaa;
display:block;margin:18px auto;}

 table { float:none;border:solid 4px #333; margin:12px auto;
border-collapse:collapse;text-align: center;}
td,th{padding 16px 32px;}
th {border: 2px solid #800;}
th{background-color:#4CAF50; color:white;font-size:13px;}
td {border: 2px solid #800;font-size:14px;}
tr:nth-child(even){background:rgba(101,101,101,0.3);}
 .prise1 {font-size:15px;color:blue;}


  caption {color:red;font-size:18px;margin:10px;}
  .gis {font-size:14px;font-style: italic;color:white;}
 