.heading-menu {
    display: none;
}
.aside-img{
    max-width: 230px;
    float: left;
    margin: 35px 50px;
}
.idc .spl .input-group {
    margin: 30px 0;
}
.spl p {
    max-width: 49%;
}
quote {
    float: left;
    display: inline-block;
    font-style: italic;
    width: 250px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 15px;
    margin: 0px 26px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    line-height: 33px;
}

quote strong{
    display: block;
    font-style: normal;
    color: #666;
    font-weight: normal;
}
.idc .spl {
    margin: 0 auto 45px auto;
}

@media (max-width: 600px){
.spl p {
    display: block;
    max-width: none;
    padding: 10px 0 0px;
}
quote {
    margin-bottom: 30px;
    float: none;
    display: block;
    width: auto;
}

.aside-img {
    display: block;
    margin: 0 auto 15px;
    float: none;
}
.flexMobile {
    padding: 20px;
    font-size: 20px;
    line-height: 40px;
}
}
.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;
}
