
   @media (min-width: 768px) {
    div#block-footer2_0 h2 {
        font-size: 150px;
        font-weight: 700;
    }
    .addon h2 {
    font-size: 32px;
}
.helloholder {
    display: flex
;
    justify-content: space-between;
    width: 89%;
    margin: auto;
}



    .header__content--desktop {
    padding: 0;
}
.form.hide_desktop {
    display: none;
}
.header {
    border-bottom: 1px solid;
}


p.logo__text {
        font-size: 36px;
        margin-bottom: 10px;
        font-weight: 500;
                padding: 0px 10px;

        margin: 0;
}

.header__block--logo {
    border-left: 1px solid;
    border-right: 1px solid;
    height: 100px;
    display: flex !important
;
    align-items: center;
}
}

.footer__content {
    border-bottom: 1px solid;
}
.se-icon svg {
    fill: #fff !important;
    height:50px !important;
    width: 1!important;
}

.se-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


div#section-desktopheader {
    display: none;
}
.header__content.header__content--mobile {
    display: none !important;
}



 @media (min-width: 1024px) {
     
     
p.logo__text {
        font-size: 36px !important;
        margin-bottom: 10px!important;
        font-weight: 500!important;
                padding: 0px 60px!important;

        margin: 0!important;
}

.header .container {
    width: 100%;
    min-width: 100% !important;
    padding: 0 !important;
}
 }
.toplinks .link-list__link {
    margin: 0px 20px !important;

}


   @media (max-width: 768px) {
       .helloholder {display: none;}
   }


