.top-block.top-block-v1 {
    display: none;
}
.padding-def {
    padding-bottom: 100px;
}
.support-title {
    font-weight: 700;
    color: #000;
    font-size: 30px;
    text-align: center;
    margin: 34px auto 60px;
    line-height: 100%;
}
body .maxwidth-theme.maxwidth-theme-dig {
    max-width: 1300px !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}
div#headerfixed {
    display: none !important;
}
.support-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000094;
    backdrop-filter: blur(4px);
    z-index: 9999;
}
.support-popup-inner {
    background-color: #fff;
    padding: 70px 35px 35px;
    border-radius: 10px;
    position: relative;
}

.support-close {
    color: #000;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

form.support-form {
    display: flex;
    flex-direction: column;
}

.input-list-lic {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

input.input-lic {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    padding-left: 15px;
    width: 100%;
}

.ord-btn-lic {
    height: 37px;
    border: none;
    background-color: #feed01;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    border: none;
    border-radius: 30px;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.ord-btn-lic:hover {
    background-color: #cec000;
}

.support-popup-inner .single-item-order {
    font-size: 15px;
    color: #feed01;
    transition: all .2s ease-in-out;
}

.support-popup-inner .single-item-order:hover {
    color: #cec000;
}

.info-bottom-lic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.formopen {
    max-width: 700px;
    margin: 20px auto 0;
}
.formopen a.single-item-order {
    font-size: 15px;
    color: #feed01;
    transition: all .2s ease-in-out;
}
@media (max-width: 1300px) {
    .support-title {
        margin: 0 auto 30px;
        font-size: 25px;
    }
    .container.container-support {
        width: 90% !important;
    }
    .padding-def {
        padding-bottom: 65px;
    }
    .support-subtitle {
        width: 100%;
        text-align: center;
    }
}