* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}
/* 
.container {
  margin-left: 32px;
  margin-right: 32px;
}

.header {
  display: flex;
  flex-direction: column;
   background-color: #428bca;
}
.header .header-container {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  row-gap: 30px;
  height: 70px;
  box-sizing: border-box;
}
.header .header-container .logo {
  display: flex;
  align-items: center;
  width: 70%;
  color:#fff;
}
.header .header-container .logo .logo-text {
  text-transform: uppercase;
}
.header .header-container .menu-header {
  color: #4181FF;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.header .header-container .menu-header .menu {
  list-style: none;
  display: flex;
}
.header .header-container .menu-header .menu .menu-link {
  color: #cbcdd1;
  text-decoration: none;
}
.menu-item{
  color: #fff;
  text-decoration: none;
} */


.form-container {
  background: #fff;
  padding: 0px 0px 32px 32px;
  display: flex;


}

.form-h4 {
  padding: 32px 20px 0px 32px;
  color: #333;
  font-family:inherit;
  font-size: 24px;

}



.box {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  row-gap: 8px;
}

.proposal {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  column-gap: 25px;


}

.select1 {

  width: 250px;
  text-transform: capitalize;
  box-shadow: 1px 2px 5px grey;
  outline: none;
  border-radius: 2.5px;
  background-color: #f6f7f8;
  color: #383636;
  box-shadow: none;
}

.select1:hover {
  border: 1px solid black;
  box-shadow: none;
  outline: none;
}

.button {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn {
  padding: 2px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  background: #428bca;
  color: #FFF;

}

.btn_modal{
  margin: 10px;
  background: #40cc94;
}
.link-sl-img{
  text-align: center;
  padding:6px 15px;
  font-size: 12px;
  text-decoration: none;
}
.link-newzayavka{
  text-decoration: none;
  color: #fff;
}

.proposal-modal {


}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




.menu-link-registry {
  width: 300px;
  justify-content: flex-end;
}

.section {
  height: 90vh;
}

.form_table_section{
  margin-top:32px;
  border:1px solid #ddd;
  border-radius: 5px;
 
}

table, th, td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 6px;
}
.table-section{

  padding: 30px 0px 0px 0px;
}
table{
  width: 100%;

}
th{
  background-color:#cbcdd1;
  color: #333;
}


