
body {
background:#0A5EFF;
color:#fff;
}
body a {
color:#fff;
}
.header__logo {
  filter: invert(1);
}
.btn__black a, .btn__black button {
    color: #0A5EFF;
background:#fff;
}
.header__nav-button {
  filter: invert(1);
}
.contacts__left_mail {
font-weight:600;
font-size:18px;
text-transform:uppercase;
}

.contacts__left_p {
margin-top:48px;
font-weight:300;
text-transform:uppercase;
}

.contacts__left_list {
display:flex;
flex-wrap:wrap;
gap:10px 35px;
text-transform:uppercase;
font-weight:600;
margin-top:25px;
max-width:300px;
}
.contacts__left_list li {
min-width:124px;
}
.contacts__left {
max-width:400px;
width:100%;
text-transform:uppercase;
}
.contacts__right {
width:100%;
margin-top:80px!important;
}
.contacts {
padding-top:30px;
padding-bottom: 30px;
justify-content: space-between;
}
.contacts h2 {
text-transform:uppercase
}
.contacts__checkbox  {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
margin: 30px 0 0;
}
.contacts__checkbox .wpcf7-list-item {
position:relative;
margin: 0 0 0;
}
.contacts__checkbox input {
position:absolute;
left:0;
top:0;
opacity:0;
}
.contacts__checkbox input + .wpcf7-list-item-label {
display:flex;
height:36px;
padding:0 20px;
border:1px solid #fff;
border-radius:999px;
align-items:center;
cursor:pointer;
}
.contacts__checkbox input:checked + .wpcf7-list-item-label{
background:#fff;
color:#0A5EFF
}
.contacts__heading2 {
font-size:24px;
font-weight:600;
text-transform:uppercase;
}
.contacts__fieldset {
padding-top: 66px;
    display: block;
}
.contacts__heading3 {
text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    margin-top: 24px;
}
.contacts__input {
 font: 400 16px "Unbounded", sans-serif;
color:#fff;
border:none;
border-bottom:1px solid #fff;
height:42px;
width:100%;
outline:none;
margin:0;
background:none;
}
textarea.contacts__input {
height:140px;
margin-top:33px;
}
.contacts__input::placeholder{
opacity:1;
color:#fff;
font-weight:300
}
.contacts__input:focus::placeholder{
opacity:0;
}
.contacts__inputs > p {
display:flex;
gap:30px;
flex-direction: column;
}

.contacts__inputs {
  margin-top: 25px;
}
.contacts__sub{
width:340px;
height:67px;
outline:none;
border:2px solid #fff;
border-radius:999px;
 font: 400 16px "Unbounded", sans-serif;
background:transparent;
color:#fff;
margin-top:70px;
cursor:pointer;
transition: all 0.3s ease;
font-weight: 600;
text-transform: uppercase;
}
.contacts__sub:hover {
  background:#fff;
  color:#0A5EFF;
}
.contacts__sub_p {
  text-align: center;
}

@media (min-width: 782px) {
  .contacts {
    padding-top:70px;
    padding-bottom: 70px;
    }
  .contacts__sub_p {
    text-align: left;
  }
  
  .contacts__left {
    max-width:400px;
    width:42%;
    }
    .contacts__right {
    width:57.5%;
    margin-top:-5px!important;
    }
    .contacts__inputs > p {
      flex-direction: row;
      }
}


@media (min-width: 992px) {
   .contacts h2 {
        font-size: 60px;

    }
    .contacts__left_mail {
      font-size: 24px;
  }
}
