.heading-menu {
    display: none;
}
@charset "UTF-8";
/* CSS Document */


.idc .spl {
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    padding: 15px 30px;
    line-height: 30px;
    display: flex;
    max-width: 700px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 30px auto;
}
.idc .spl input#submit {
    display: block;
    background-color: #069a50;
    color: #fff;
    padding: 14px 18px;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    vertical-align: top;
    text-align: center;
    height: auto;
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.idc .spl a:hover {
    background-color: #fff;
    color: #069a50;
    border: 1px solid #069a50;
}

.idc .spl input {
    width: 266px;
    display: block;
    padding: 16px;
    margin-right: 0;
    margin-left: 0;
    vertical-align: top;
    font-size: 15px;
    border: 1px solid #ccc;
    line-height: normal;
    background-color: #fff;
    border-radius: 0;
}
.idc .spl input:focus{
    outline:none;
}

.idc .spl .input-group{
    position: relative;
    max-width: 300px;
}
.input-group span.error{
    display: none;
    position: absolute;
    bottom: -16px;
    left: 0;
    background-color: #e9132c;
    border-radius: 0 0 5px 5px;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: normal;
}
.input-group .error.active{
    display: block;
}
.idc .spl .input-group {
    margin: 0;
}
.fbutton.offset input#gdpr_reset {
    bottom: 25px;
    top: auto !important;
}
