  * {
  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: justify;
  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:blue;font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;} 
h2 {color:red;}
h3 {color:white;}

.call-btn {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 260px;
}

.call-btn:hover {
  background: #218838;
}







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

@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%;}
}



@media (max-width: 768px) {
  .joy {
    font-size: 16px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 15px;
    max-width: 100%;
  }
  .let {color:blue;
            font-size: 15px; /* Размер шрифта */
            font-style: italic; /* Курсивное начертание */
            font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
             font-weight:bolder ; 
}
  
}



 a { text-decoration: none; /* Убираем подчеркивание у ссылок */}
 img {width:32%; height:auto;}
 #blink {color:red;font-style: italic;}
  .yol {color:red;font-style: italic;}
 .letter {color:red;
            font-size: 20px; /* Размер шрифта */
            font-style: italic; /* Курсивное начертание */
            font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */

} 
 .let {color:blue;
            font-size: 20px; /* Размер шрифта */
            font-style: italic; /* Курсивное начертание */
            font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
             font-weight:bolder ; 
}
    
  .lety {color:orange;
            font-size: 18px; /* Размер шрифта */
            font-style: italic; /* Курсивное начертание */
            font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
             font-weight:bolder ; }  
    
    
     #main {max-width:750px; margin:0 auto;
        text-align: justify;  /* Выравнивание по ширине */
        font-size: 16px; /* Размер шрифта */
        font-style: italic; /* Курсивное начертание */
        color:blue;}
    
     .gallery {
    display: flex;
    gap: 15px; /* Расстояние между картинками */
    justify-content: center; /* Выравнивание по центру */
    flex-wrap: wrap; /* Перенос, если картинки не помещаются */
  }
  .gallery img {
    max-width: 100%;
    height: auto;
  }
    
    
    
    
   
    
    
    
.let1 {color:red;
            font-size: 20px; /* Размер шрифта */
            font-style: italic; /* Курсивное начертание */
            font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
             font-weight:bolder ;} 
  .mix {color:red;font-style: italic; /* Курсивное начертание */
  font-size: 18px; /* Размер шрифта */} 
  
   table {float:none;border:solid 4px #333; margin:15px auto;
border-collapse:collapse;text-align: center;}
td,th{padding 32px 32px;}
th {border: 1px solid #800;}
th{background-color:#4CAF50; color:white;font-size:13px;}
td {border: 2px solid #800;font-size:15px;text-align:center;}
tr:nth-child(even){background:rgba(101,101,101,0.3);} 
caption {color:#008000;font-size:15px;margin:15px;}
.prise {font-size:14px;color:white;text-align:center;}   
  