.productGridWrap{
        position: relative;
    display: block;
    max-width: 86.5em;
    width: 100%;
    margin: 0 auto;
    padding: 0 2em;
}
td:nth-child(2), th:nth-child(2) {
    width: 300px;
  }
.landing__nav-wrap{
    height:220px;
}
.landing__nav-logo-wrap{
    margin:auto;
    height:170px;
}
.mod-page-wrap--landing .landing__block{
    background-repeat:no-repeat;
    background-size:cover;
    height:560px;
}

.fancyTable .fancyTableHead th {
    background: #384f65;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.landing__register-wrap .contact-form-v2__form{
    background:#384f65;
    padding:1em;
}

.landing-footer .landing-section-block{
    background-color:#384f65;
}
@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .landing__register-wrap {
        width:1120px;
    }
    
}
@media screen and (max-width:768px){
    .mod-page-wrap--landing .landing__block{
        height:675px;
    }
    .landing__nav {
        width: auto;
        margin: auto;
    }
        .landing__register-wrap .contact-form-v2__form {
        width: auto;
        }
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect, select.landing__register-dropdown{
        font-size:13px;
    }
}
@media screen and (max-width: 768px) {
    .landing__register-wrap .contact-form-v2__layout {
        padding: 4px 0;
    }
}

@media screen and (max-width: 768px) {
    .landing__register-disclaimer {
        text-align: center;
        line-height: normal;
    }
}
@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 680px;
        max-width: 100vw;
    }
}
@media screen and (max-width: 400px) {
.contact-form-v2__layout {
    width:100%;
}

button.landing__register-submit.clearBtn {
    width: 100%;
    font-size: .75em;
}
}