.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__register-submit{
    border: 2px solid #000000;
        background: linear-gradient(#EB7527, #CD5709 50%);
        color: #FFFFFF;
        font-size: 0.9907rem;
        font-family: Arial;
        font-weight: 400;
        font-style: normal;
        height: 3rem;
        width: 7.3125rem;
        border-radius: 0;
}
.landing-footer .landing-section-block{
    background-color:#384f65;
}
@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;
    }
}