﻿html {
    -webkit-text-size-adjust : none;
    text-size-adjust         : none;
}

body {
font-family: Arial, sans-serif;
font-size: 20px; 
background-color: #FEFEFE;
margin: 0;
padding: 20px;
}

h1 {
color: #444444;
}

h2 {
color: #444444;
}

h3 {
color: #444444;
}

p {
color: #444444;
text-align: justify;
font-size: 20px; 

}

a:link {
color: #444444;
text-decoration: none; 
font-size: 20px; 

}

a:visited {
color: #444444;
text-decoration: none; 
font-size: 20px; 
}

a:hover {
color: #444444;
text-decoration: underline; 
font-size: 20px; 
}

a:active {
color: #444444;
text-decoration: none;
font-size: 20px; 
}


.mainpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.toplogo {
  display: block;
  margin-left: 0;
  margin-right: 0;
  height: 150;
  
}

.home {
  display: block;
  margin-left: 0;
  margin-right: auto;
  height: 50;
}

.scale {
    height: 300px; /* Высота картинок */
     transition: 1s; /* Время эффекта */
   }
.scale:hover {
    transform: scale(2); /* Увеличиваем масштаб */
}

.aligncenter {
    text-align: center;
}





.feedback-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
font-family: Arial, sans-serif;
font-size: 20px; 
}

.feedback-form label {
    display: block;
    margin-bottom: 5px;
}

.feedback-form input, .feedback-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px;
    box-sizing: border-box;
font-family: Arial, sans-serif;
font-size: 20px; 
}

.consent-block {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    margin-bottom: 15px;
font-family: Arial, sans-serif;
font-size: 20px; 
}

.consent-block input {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
}

.consent-block a {
color: #444444;
    text-decoration: underline;
}

button {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}