@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
	/*background-image: url(../images/background.jpg);*/
  }
}

.logo-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.div-centered {
  text-align: center;
}

.menu-block {
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(to right, #F9F1F1 0%, #FFD471 100%);
}

.menu {
	background-image: linear-gradient(to right, #F9F1F1 0%, #C29494 100%);
    max-width: 1450px !important;
}

.navbar-brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.navbar-brand__text {
  font-size: 20px;
  font-weight: 700;
  color: #414141 !important;
  margin-right: 50px;
  margin-left: 8px;
}

.nav-item {
  margin-right: 30px;
  font-weight: 600;
}

.buttonregistartion {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #A5260A 0%, #D83913 100%);
  border: none;
  padding: 9px 25px;
  align-items: center;
}

.buttons {
  color: #fff;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #A5260A 0%, #D83913 100%);
  border: none;
  padding: 9px 25px;
  align-items: center;
  font-weight: bolder;
  
}

.buttons-craft {
  color: #fff;
  width: 870px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #A5260A 0%, #D83913 100%);
  border: none;
  padding: 9px 25px;
  
}


.buttons-craft:hover {
  color: #fff;
  text-decoration: none;
}

.buttons-light {
  color: #1a1a1a;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.09);
  border: none;
  padding: 9px 25px;
}

.buttons-light:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.gallery {
    border: 2px solid #212121; /* Рамка вокруг фотографии */
    padding: 15px; /* Расстояние от картинки до рамки */
    background-color: rgba(0, 0, 0, 0.09); /* Цвет фона */
    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
   }
   
.header {
  background: url(../images/background.png);
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;  
  display: -ms-flex;
  background-size: 100%;
  display: flex;
  height: 850px;
  border: 6px solid #FFFFFF;
  -ms-align-items: center;
  align-items: center;
}
.monitoringBottom {
  background: url(https://i.pinimg.com/originals/72/e3/14/72e314e538b368b3d05f9b8998f43676.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border: 6px solid #FFFFFF;
  -ms-align-items: center;
  align-items: center;
}

.header-text__h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #DB0000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.main_page_img {
  max-width: 100%; /* Максимальная ширина – 100% */
  max-height: 400px; /* Максимальная высота – 500px */
  /*height: auto; /* Высота автоматическая */
  object-fit: contain;
  border-radius: 10px;
}

.registration-button {
	width: 300px;
	height: 150;
}

.vk-group-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #DB0000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.header-text__p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 20px;
  text-align: center;
}

.inputs {
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.login-links {
  display: block;
  color: #1a1a1a;
  transition: 0.2s;
}

.login-links:hover {
  color: #1a1a1a;
  text-decoration: none;
  padding-left: 10px;
  transition: 0.2s;
}

.notification {
  background: #A5260A;
  padding: 20px;
}

.notification li {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  list-style-type: none;
}

.notification ul {
  margin: 0;
  padding: 0;
}

.notification > h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: -3px;
}

.notification > p {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0.8;
	font-size: 16px;
}

.content-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px, 0px,10px, rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}
.content-block-right {
	background: url(../images/right_border.png);
    background: #aaa;
    border-radius: 10px;
    box-shadow: 0px, 0px,10px, rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}
.content-block__name {
  font-weight: 600px;
  margin-bottom: 20px;
}

