:root {
  --color-active: #136089;
  --color-primary: #e28cb1;
  --color-background: #564f7d;
  --color-background-light  : #ffffff;
  --color-primary-light: #194562;
  --color-white: #fff;
}

body {
  font-size: 1.5em;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: var(--color-primary-light);
  text-align: center;
}

.repo-link a {
  color: var(--color-primary-light)
}

  textarea {
  font-family: Arial;
  font-size: 12pt; 
  width:100%;
  height:50%;
  background-color: #ffffff;  
  color: #194562;
}  

/* textarea:invalid {
  border: 2px dashed red;
}

textarea:valid {
  border: 2px solid lime;
} */

input[type=submit] {
  /* padding:5px 15px; 
  background:#ccc; 
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;  */

  appearance: none;
  border: solid 2px var(--color-active);
  background-color: #2e89b8;
  color: var(--color-white);
  padding: 2rem 1rem;
  /*border-radius: px;*/
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.3ch;
}

button {
  appearance: none;
  border: solid 2px var(--color-active);
  background-color: #2e89b8;
  color: var(--color-white);
  padding: 2rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.3ch;
}

@media screen and (min-width: 640px) {
  button {
    padding: 2rem 4rem;
  }
}

button:disabled {
  background-color: var(--color-background);
  color: var(--color-background-light);
  border: none;
}

button:hover:not(:disabled),
button:focus {
  background-color: var(--color-active);
}

.elements {
  counter-reset: the-counter;
}

.element {
  counter-increment: the-counter;
  margin: 1.5rem 3rem;
  background-color: var(--color-background-light);
  padding: 1.5rem 3.5rem;
  word-break: break-word;
}

.element::before {
  content: counter(the-counter);
  font-weight: bold;
  font-size: 5.5rem;
}

.element h2 {
  margin-top: 0;
}

ol > li {
  text-align: start;
}
.div_top {
  background-color: #136089;
  height: 100px;
  width: 100%;
}

.logo{
  width: 240px;
  padding-top: 35px;
  left: 204px;
  position: absolute;
}
.bottom{
width: 100%;
background-color: #136089;
height: 400px;

}
.logo_bottom{
  width: 240px;
  left: 204px;
  position: absolute;
  padding-top: 35px;
}

.colum_adres {
  max-width: 250px;
  flex: 0 0 calc(25% - 30px);
  min-height: 1px;
  list-style-type: none;
  color: #fff;
  float: right;
  margin-right: 104px;
  margin-left: 204px;
  padding-top: -25px;
  text-align: start;
  font-size: 17px;

}
.contact {
   max-width: 100%;
  flex: 0 0 calc(25% - 30px);
  min-height: 1px;
  margin-left: 150px;
  margin-top: 200px;
  position: absolute;
  
}

.colum_contact{
  max-width: 260px;
  flex: 0 0 calc(25% - 30px);
  min-height: 1px;
  list-style-type: none;
  color: #fff;
  display: table-cell;  
  margin-left: 204px;
  text-align: start;
  font-size: 17px;
  }

ul.colum_adres{
  margin-left: 40px;
}
ul.colum_contact{
  padding-right: 50px;  
  
}

li {
  font-size: 17px;
}

