body {
    background-color: #1E1E1E;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: left center;
    position: relative;
    background-repeat: no-repeat;
    /* backdrop-filter: blur(1px); */
}
body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1E1E1E;
    z-index: -1;
    opacity: 0.8;
}
* {
    font-family: 'Roboto', sans-serif;
    backface-visibility: hidden;
    outline: none;
    text-transform: none;
    text-decoration: none!important;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.2px;
}
h1 {
    font-size:  50px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.main-bg {
    display: flex;
    justify-content: center;
    padding: 100px 50px;
    align-items: center;
}
.main-bg img {
    max-width: 60%;
}
.title {
    text-align: center;
}
section {
    width: 1200px;
    max-width: 90vw;
    margin: 0 auto;
}
.table-wrap {
    width: 1200px;
    max-width: 90vw;
    margin: 50px auto;
    overflow: auto;
}
table {
    width: 100%;
}
th {
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    background-color: #000;
    font-size: 16px;
}
td {
    font-size: 14px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: lighter;
}
td,th {
    padding: 10px 20px;
}
tbody:nth-child(odd) {
    background: #3a3a3a;
}
tbody tr:first-child td:first-child {
    font-weight: bold;
    background: #000;
}
.form-wrap {
    padding-bottom: 100px;
}
.input-wrap {
    max-width: calc(50% - 40px);
    flex: 0 0 50%;
    margin: 0 0 30px;
    padding: 0 20px;
}
.input-wrap label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.input-wrap input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: transparent;
    border-style: solid;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    color: #fff;
    max-width: 100%;
}
.input-wrap select {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: transparent;
    border-style: solid;
        border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    max-width: 100%;
}
.input-wrap select option {
    background-color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
input[type="submit"] {
    width: 200px;
    margin: 0 0 0 auto;
    display: block;
    background: #000;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 15px 40px;
}
input[type="submit"]:hover {
    border-color: #fff;
    background: transparent;
}
form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    align-items: end;
}
input::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}
  
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}

input::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}
span.field-validation-error {
    font-size: 12px;
    color: red;
    margin: 5px 0 0;
    display: inline-block;
    width: 100%;
}
.header-wrap {
    width: 1200px;
    max-width: 90vw;
    padding: 20px 0;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.back-top {
    padding: 20px 0;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.back-top.active {
    opacity: 1;
    visibility: visible;
}
.header-wrap > * {
    max-width: 40%;
}
.back-top a,
.header-wrap a {
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
    color: #fff;
}
.back-top a {
    background: #1E1E1E;
    border: 1px solid #000;
    padding: 10px 20px;
}
.back-top a:hover {
    border: 1px solid #fff;
}
.header-wrap a:hover {
    border-bottom: 1px solid #fff;
}
.hs-custom-style {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.hs-custom-style label span {
    font-size: 16px;
}
.hs-form-field {
    padding: 0 20px;
    max-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    margin: 0 0 20px;
}
.hs-submit,.hs_error_rollup {
    padding: 0 20px;
    max-width: calc(100% - 40px)!important;
    flex: 0 0 calc(100% - 40px)!important;
    margin: 0 0 20px;
}
.hs-form-field input,
.hs-form-field select {
    height: 50px;
    background: transparent;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #fff;
}
.hs-main-font-element,
.hs-error-msg {
    font-size: 14px;
    color: red;
}
.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
}
@media(min-width: 768px) {
    body {
        background-attachment: fixed;
    }
    .hs-submit,
    .hs-form-field {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
}
@media(max-width: 767px) {
    * {
        font-size: 16px;
    }
    h1 {
        font-size:  30px;
    }
    h2 {
        font-size: 24px;
    }
    .input-wrap {
        max-width: 100%;
        flex: 0 0 100%;
    }
    form {
        margin: 0;
    }
}

.modal-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
}
.inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inner img {
    width: 100px;
    max-width: 100%;
    height: auto;
}

#return-result{
    text-align:center;
    margin:20px;
}

.sent-success{
    font-size:25px;
    color:green;
}

.sent-failed {
    font-size: 25px;
    color: red;
}
select option {
    background-color: #000;
}
.submitted-message.hs-main-font-element {
    color: green;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}