body {
  font-size: 18px;
}
.hrader-page {
  margin-bottom: 2rem;
}
.map-main{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.map-main > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-main{
  --tw-aspect-h: 12;
  position: relative;
  z-index: 0;
}
.contacts-container {
  width: 100%;
  margin-bottom: 30px;;
}

.form-container {
  width: 100%;
  border-radius: 20px;
  padding: 2rem;
  background-color: #ffffff;
  align-self: flex-start;
}

.mat-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  opacity: .7;
  padding: 0 5px 5px;
}
.mat-label:hover {
  opacity: 100;
  cursor: pointer;
}

.form-control {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 5.3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #006072;
}

@media (min-width: 768px){
  .map-main{
    --tw-aspect-h: 7;
  }
}

@media (min-width: 1024px){
  .map-main{
    --tw-aspect-h: 4;
  }
}

@media (min-width: 1536px){
  .map-main{
    --tw-aspect-h: 4;
  }
}

.map-main iframe{
  border: none!important;
}


button.btn-send{
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #fdbf26;
}


button.btn-send:hover {
  background-color: #00bc00;
}

button.btn-send:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.contacts__title{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #fdbf26;
}

@media (min-width: 1024px){
  .contacts__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .contacts-container {
    width: 65%;
  }
  
  .form-container {
    width: 35%;
  }
}

.contacts__title span{
  color: #006072;
}

@media (min-width: 768px){
  button.btn-send{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.board-directors__btn{
  display: flex;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.board-directors__btn:hover{
  color: #00bc00;
}