table.form-table {

    width: 100%;

    background-color: white;

    border-collapse: collapse;

    font-size: 100%;

    font-weight: normal;

    line-height: 160%;

}



table.form-table th,
table.form-table td {

    border: 1px solid #ADC3D5;

    padding: 5px 5px;

    vertical-align: top;

}



table.form-table th {

    background-image: url(images/table_head.gif);

    background-repeat: repeat-x;

    text-align: left;

    color: #25639A;

}





table.form-table td {

    padding: 15px 5px;

}



.form-required {

    color: red;

}



.error-fld {

    display: block;

    float: left;

    height: 13px;

    width: 15px;

    background-repeat: no-repeat;

    background-image: url(images/icon_warn.gif);

}

.subscription {

    border-top: 2px #cccccc solid;

    margin: 0 0 51px 0;

}

.subscription>.title::before {

    display: none;

}

.subscription>.title {

    padding: 52px 0 38px 0;

    margin: 0;

}

.subscription ul.advantage {

    display: flex;

    margin: 0;

    justify-content: center;

    gap: 32px;

}

.subscription .email-field {

    position: relative;

    flex: 1 1 auto;

    max-width: 100%;

    margin: 0 4px 0 48px;

}

.subscription .email-field .email-field__label {

    position: absolute;

    top: 51px;

    left: 0;

    /* height: 100%; */

    /* padding: 1rem .75rem; */

    pointer-events: none;

    border: 1px solid transparent;

    transform-origin: 0 0;

    transition: color .15s ease-in-out, transform .15s ease-in-out;

}

.subscription .email-field__input {

    display: block;

    width: 100%;

    height: 49px;

    padding: 0.375rem 0.75rem;

    font-family: inherit;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #bdbdbd;

    border-radius: 0.25rem;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

.subscription .subscribe form {

    display: flex;

    justify-content: center;

}

.subscription .subscribe .btn {

    height: 49px;

}

@media (max-width:680px) {

    .subscribe form img {

        display: none;

    }

    .subscription .email-field {

        margin: 0 4px 0 0;

    }

    .subscription ul.advantage {

        display: flex;

        margin: 0 10px;

        justify-content: center;

        gap: 5px;

        flex-wrap: wrap;

    }

}

@media (max-width:520px) {

    .subscription .subscribe form {

        display: flex;

        justify-content: center;

        flex-wrap: wrap;

        gap: 30px;

    }

    .subscription .email-field {

        margin: 0 0 0 0;

    }

    .subscription .email-field {

        width: 100%;

    }

}

@media (max-width:390px) {

    .subscription {

        border-top: 2px #cccccc solid;

        margin: 0 0 0 0;

        padding: 0 0 22px 0;

    }

    .subscription>.title {

        padding: 22px 0 18px 0;

        margin: 0;

    }

}