*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Azo-sans';
    src: url('../fonts/AzoSans-Regular.woff2') format('woff2'),
        url('../fonts/AzoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo-sans';
    src: url('../fonts/AzoSans-Bold.woff2') format('woff2'),
        url('../fonts/AzoSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Azo-sans';
    font-weight: 400;
}
img{
    max-width: 100%;
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.form{
    padding: 31px 0 122px;
    background-size: cover;
}
.form .logo{
    margin-bottom: 27px;
    display: block;
    text-align: center;
    width: 100%;
}
.page-id-6868 main{
    background-size:cover;
  }
  .form-astra,.form-tack{
    margin:0 auto;
    width: 743px;
    box-shadow: 0 2px 94px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    background-color: #ffffff;
  }
  .form-astra-inner{
    padding:37px 67px;
  }
  .form-astra-wrapper{
    display:flex;
    flex-wrap:wrap;
  }
  .form-astra-title{
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 33px;
  }
  .form-astra-desc{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .form-astra-row{
      display: flex;
      flex-wrap: wrap;
      width: calc(100% + 8px);
      margin-right: -8px;
      margin-bottom: 9px;
  }
  .form-astra-label{
      flex: 1;
  }
  .form-astra-label .wpcf7-form-control-wrap input{
    width: calc(100% - 8px);
    margin-right: 8px;
    display: flex;
    height: 59px;
    padding: 12px 32px;
    color: #918f8f;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    border: 2px solid #cbcbcb;
    font-family: 'Azo-sans';
  }
  .form-astra-textarea{
    width: calc(100% - 8px);
    margin-bottom: 29px;
  }
  .form-astra-textarea textarea{
    width: 100%;
    height: 131px;
    border-radius: 4px;
    border: 2px solid #cbcbcb;
    resize: none;
    padding: 12px 32px;
    color: #918f8f;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Azo-sans';
  }
  .form-astra-send{
      width: 100%;
  }
  .form-astra-btn{
    width: 100%;
    outline: none;
    appearance: none;
    height: 48px;
    border-radius: 30px;
    background-color: #df0011;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: white;
  }
  .form-astra-radios{
      margin-bottom: 26px;
  }
  .form-astra-radios .wpcf7-form-control{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px;
  }
  .form-astra-radios .wpcf7-form-control .wpcf7-list-item{
      margin-left: 0;
      font-size: 14px;
      white-space: nowrap;
  }
  span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    }
    .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
    }
    .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    }
    .wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 22px;
    height: 22px;
    top:  0px;
    left: 0;
    }
    .wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
    }
    .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #cbcbcb;
    background-color: #ffffff;
    border-radius: 50%;
    top: -4px;
    left: 0px;
  
    }
    .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #4d4d4d;
    border-radius: 50%;
    top: 1px;
    left: 5px;
    visibility: hidden;
    }
    .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
    }
    .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    }
    .wpcf7-list-item-label {
    margin-left: 30px;
    display: inline-block;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
        color: white;
        border-color: #df0011;
    }
    .form-tack-inner{
        padding: 229px 121px;
    }
    .form-tack-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tack-icon{
        margin-bottom: 14px;
    }
    .tack-title{
        color: #8ac832;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
    .tack-desc{
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 30px;
        text-align: center;
    }
    .btn-home{
        width: 220px;
        height: 48px;
        border-radius: 30px;
        background-color: #000000;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .wpcf7-not-valid-tip{
        margin-top: 8px;
        color: #df0011;
        font-size: 12px;
    }
@media (max-width:1080px){
    .form .logo{
        margin-bottom: 94px;
        text-align: center;
    }
    .form-form .logo{
        margin-bottom: 27px;
    }
    .container{
        max-width: 716px;
        margin: auto;
        width: 100%;
        padding: 0 10px;
    }
    .container-tack{
        max-width: 568px;
        width: 100%;
        margin: auto;
        padding: 0 10px;
    }

    .form-astra{
        max-width: 716px;
        width: 100%;
    }
    .form-tack{
        max-width: 548px;
        width: 100%;
    }
    .form-tack-inner{
        padding: 58px 32px;
    }
    .form-astra-inner{
        padding: 45px 39px;
    }
    .form-astra-title{
        font-size: 41px;
        margin-bottom: 22px;
    }
    .form-astra-desc{
        font-size: 15px;
        margin-bottom: 24px;
    }
    .form-astra-row{
        width: auto;
        margin-right: 0;
    }
    .form-astra-label .wpcf7-form-control-wrap input{
        width: 200px;
    }
    .form-astra-row.form-textarea,.form-astra-textarea{
        width: 100%;
        margin-right: 0;
    }
    .wpcf7-email{
        margin-right: 0!important;
    }
    .form-astra-label .wpcf7-form-control-wrap input{
        height: 48px;
        padding: 10 25px;
        font-size: 15px;
    }
    .form-astra-textarea textarea{
        height: 106px;
    }
    .wpcf7-not-valid-tip{
        width: 200px;
    }
    .form-astra-btn{
        height: 39px;
        font-size: 15px;
    }
}
@media (max-width:810px){
    .form{
        padding-bottom: 324px;
    }
    .form-tack{
        max-width: 548px;
        width: 100%;
    }
    .form .logo{
        margin-bottom: 229px;
        text-align: right;
    }
}
@media (max-width:726px){
    .form{
        padding-bottom: 150px;
    }
    .form .logo img{
        width: 207px;
    }
    .form .logo{
        margin-bottom: 53px;
        text-align: center;
    }
    .container-tack{
        max-width: 355px;
    }
    .form-tack{
        max-width: 355px;
        width: 100%;
    }
    .form-tack-inner{
        padding: 70px 25px;
    }
    .tack-icon{
        width: 50px;
        margin-bottom: 15px;
    }
    .tack-title{
        font-size: 30px;
        margin-bottom: 24px;
    }
    .tack-desc{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 31px;
    }
    .btn-home{
        max-width: 325px;
        width: 100%;
    }
    .form-astra-inner{
        padding: 36px 18px 58px;
    }
    .form-astra-label{
        width: 100%;
        flex: unset;
        margin-bottom: 12px;
    }
    .form-astra-label .wpcf7-form-control-wrap input{
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        padding: 18 10px;
    }
    .form-astra-row{
        width: 100%;
        margin-bottom: 0;
    }
    .form-astra-textarea textarea{
        font-size: 14px;
        padding: 18 10px;
    }
    .form-astra-radios .wpcf7-form-control{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .form-astra-radios .wpcf7-form-control .wpcf7-list-item{
        font-size: 12px;
    }
    .wpcf7-checkbox input[type=checkbox] {

        width: 17px;
        height: 17px;
        top:  0px;
        left: 0;
        }
        .wpcf7-checkbox input[type=checkbox] + span {
        /* border: 3px solid red; */
        }
        .wpcf7-checkbox input[type=checkbox] + span:before {
        width: 14px;
        height: 14px;
        top: -4px;
        left: 0px;
      
        }
        .wpcf7-checkbox input[type=checkbox] + span:after {
            width: 10px;
            height: 10px;
            top: -0.5px;
            left: 3.5px;
        }
}