.slide .icons {
    padding-top: 3.4rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #959595;
    text-align: center;
}
.slide .icons a {
    padding: 3.1rem 2rem;
}
.slide .info {
    margin: 3rem 0 2.5rem 0;
    font-size: 0.9rem;
    font-family: 'Arial Regular';
}
.contact .ub-container {
    max-width: 1220px;
}

.form{
    background: url('/vendor/CmsThemeHjflet/images/bg_lx.webp') no-repeat;
    background-position: top center;
    color: #ffffff;    
    padding-bottom: 100px;
}
.form .ub-container {
    max-width: 762px;
}
.form h2.title {
    font-size: 3.17708333333333vw;
    text-align: center;
    line-height: 3.1;
    width: 150%;
    margin-left: -25%;
}
.ub-form .line {
    padding: 15px 8px 0 8px;
    width: 100%;
}
.ub-form .line .label {
    float: none;
    margin: 0;
    text-align: left;
    color: #fafafa;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}
.ub-form .line .field {
    text-align: center;
}
.form .ub-form .line .field input {
    width: 100%;
    height: 42px;
}
.form .ub-form .line .field textarea {
    background: #ffffff;
}
.form .btn-primary {
    min-width: 231px;
    height: 59px;
    background-color: #00448d;
    margin: 43px auto;
    margin-bottom: 62px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
}

@media screen and (max-width: 40rem) {
    .form .ub-form .line {
        padding: 2px 0.5rem !important;
    }
    .form h2.title {
        font-size: 30px;
    }
    .slide .icons a {
        padding: 3.1rem 1rem;
    }
}

