.visible1280{display: none;}
/* .container {
  max-width: 1000px;
  margin: 0 auto;
} */

.top-indent{
  height: 100px; 
}
.box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  color: #000;
}

h2.contacts-header {
  font-size: 40px;
  margin: 0;
  letter-spacing: 5px;
  font-weight: 900;
}

label {
  line-height: 48px;
  font-size-adjust: 16px;
  margin: 0;
}

label input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #06114a;
  line-height: 20px;
}

label textarea {
  width: 100%;
  height: 200px;
}
label input,
label textarea {
}
.form-end {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-end img {
  height: 72px;
}

form p{margin: 0;}
.form-end p input {
  width: 170px;
  height: 72px;
  background-color: #5185b5;
  color: #fff;
  border: none;
}

.padding-top-65 {
  padding-top: 65px;
  margin: 0;
}

.text{
    padding-bottom: 60px;
}
div.padding-top-65 h4 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 40px;
}

.phone {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
  color: #06114a;
  margin: 10px 0;
}

.mail {
  font-size: 25px;
  text-decoration: none;
  letter-spacing: 3px;
  margin: 10px 0;
}

.address-contacts {
  padding-top: 100px;
  /*padding-left: 25%;*/
}

.address-contacts .name {
  color: #06114a;
  margin: 5px 0;
}

.address-contacts .adr {
  color: #06114a;
  margin-top: 5px;
  font-weight: bold;
}

.address-contacts .adr a {
  color: red!important;
  text-decoration: none;
}


/* contacts adaptive */
@media (max-width: 1280px) {
  .top-indent{
    height: 45px; 
  }
  .visible1280 {
    display: block;
  }
}
@media (max-width: 768px) {
  .top-indent{
    height: 0px; 
  }
  .padding-top-65 {
    padding-top: 25px;
  }
  .box {
    grid-template-columns: 1fr;
  }
  h2.contacts-header {
    font-size: 30px;
  }
  .phone{
    font-size: 18px;
  }
  .mail{
    font-size: 18px;
  }
  label{
    line-height: 30px;
  }
}
@media (max-width: 480px) {
.padding-top-65 {
  padding-top: 15px;
}
  h2.contacts-header {
    font-size: 25px;
  }
  div h4{
    font-size: 16px;
  }
  .form-end p input {
    width: 150px;
    height: 50px;
  }
  label{
    line-height: 20px;
  }
}
