/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    overflow: hidden;
}

.form-field > span {
    font-size: 12.6px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.025em;
    display: block;
    margin-bottom: 7px;
}

.form-field input , .form-field select {
    width: 100%;
    border: 1px solid #666666;
    border-radius: 6px;
    height: 35px;
    font-size: 12px;
    padding: 0 8px;
}

.form-field {
    margin-bottom: 42px;
}


.form-field.txtr input {
    text-align: right;
    padding-left: 20px;
}

.field-h {
    position: relative;
}

.field-h .dlr {
    position: absolute;
    left: 8px;
    font-style: normal !important;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.form-field input[type="submit"] {
    background: #999999;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    transition: all 0.3s ease-in-out;
}

.form-field input[type="submit"]:hover{
  background: #21286d;
  border-color: #21286d;
}


.form-field ._checkbox > div > label {
    display: flex;
    align-items: center;
    font-size: 12.6px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
}

.form-field ._checkbox > div > label input {
    position: inherit;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}



.form-field ._checkbox {
    display: flex;
    flex-flow: row wrap;
}

.form-field ._checkbox > div {
    width: calc(100% / 4);
}

.form-field ._checkbox.rf > div{

      width: calc(100% / 3);
}


h2.st {
    font-size: 36px !important;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {


  .form-field ._checkbox > div {
      width: calc(100% / 2);
  }
  .form-field ._checkbox.rf > div {
      width: calc(100% / 2);
  }

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 567px) {

}

@media only screen and (max-width: 480px) {

  .form-field ._checkbox > div {
      width: calc(100% / 1);
  }
  .form-field ._checkbox.rf > div {
      width: calc(100% / 1);
  }

}
