body {
    width: 1604px;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Arial", sans-serif;
    color: #ffffff;
    }

    h1 {
        text-align: left;
        font-size: 22px;
        padding-top: 10px;
        padding-left: 0px;
        color:rgb(212, 203, 203);
       } 

  html {

    background-image: url(img/bgr.png);
    background-repeat: no-repeat;   
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
  
  .site-navigation {
    width: 980px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: url(img/blckph.jpg);
    margin: auto;
  }
  .container2 {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .navbar-menu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
  }

  .navbar-menu li {
    list-style: none;
    position: relative;
  }

  .navbar-menu li a {
    display: inline-block;
    text-decoration: none;
    color: #81919e;
    margin: 5px;
    padding: 0;
  }
  .navbar-menu li a:hover {
    color:rgb(11, 75, 75);
  }
  .navbar-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .navbar-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    left: 0;
    z-index: 2;
  }
  
.navbar-menu li:hover ul {
  display: block;
}

.navbar-menu ul li {
  background: #2b1f1f;
  color: #fff;
  width: 105px;
  margin-bottom: 2px;
}
  .censection {
    position: relative;
    padding-bottom: 5px; /* При необходимости также добавьте отступ снизу внутри блока */
    margin: auto;
    margin-bottom: 7px; /* Добавьте нужный отступ между блоками */
    margin-top: 8px;
    width: 1000px;
    background: url(img/1614289177_31-p-chernii-tsvet-bez-fona-35.jpg);
  /*  min-height: 325px; */
    max-height: 375px;
    border-radius: 10px;
    
  }
  
  .censection a {
    display: flex; /* Сделаем ссылку блочным элементом, чтобы она занимала всю ширину секции */
    position: relative; /* Установим позиционирование для ссылки */
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: flex-start; /* Выравнивание дочерних элементов по вертикали */
  }
  
  .censection img {
    padding: 15px;
    max-height: 350px;
    max-width: 45%; /* Максимальная ширина изображения 50% от контейнера */
    border-radius: 10%;
  }
  
  .censection p {
    font-size: 21px;
    font-family: Arial, Helvetica, sans-serif;
    flex: 1; /* Занимать всю доступную ширину после изображения */
    margin-left: 20px; /* Отступ слева, чтобы текст был справа от изображения */
  }
  
  .censection button {
    background-color: #007bff; /* Цвет фона кнопки */
    color: #fff; /* Цвет текста */
    padding: 10px 20px; /* Отступы внутри кнопки */
    border: none; /* Убираем границу */
    border-radius: 5px; /* Закругляем углы */
    cursor: pointer; /* При наведении меняем курсор на указатель */
    transition: background-color 0.3s, color 0.3s; /* Плавное изменение цветов при наведении */
    position: absolute; /* Установим абсолютное позиционирование для кнопки */
    bottom: 10px; /* Размещение снизу */
    right: 20px; /* Размещение справа */
    width: 140px;
    height: 40px;
    float: 1;
    margin-left: 75%;
  }

/* Стили для кнопки при наведении */
.censection button:hover {
  background-color: #0056b3; /* Цвет фона при наведении */
}

/* Дополнительные стили по желанию */
.censection button:focus {
  outline: none; /* Убираем обводку при фокусе */
}

.censection button:active {
  background-color: #003f80; /* Цвет фона при клике */
}

  .avatar-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    left: 10px;
  }

  .news-section {
    text-align: left;
    position: relative;
    padding: 5px;
    margin: auto;
    margin-bottom: 15px; /* Добавьте нужный отступ между блоками */
    width: 1000px;
    background: url(img/1614289177_31-p-chernii-tsvet-bez-fona-35.jpg);
    min-height: 350px;
  }

  .news-section a {
    display: flex; /* Сделаем ссылку блочным элементом, чтобы она занимала всю ширину секции */
    position: relative; /* Установим позиционирование для ссылки */
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: flex; /* Выравнивание дочерних элементов по вертикали */
  }

  .news-section img {
    display: block;
    margin: auto;
    max-width: 65%; /* Максимальная ширина изображения 50% от контейнера */
    border-radius: 10%;
    max-height: 400px;
  }
  
  .news-section p {
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px; /* Отступ слева, чтобы текст был справа от изображения */
    line-height: 1.35;
  }
  
  