
    .sidewidget_wrapper {
        position: fixed;
        z-index: 110;
        right: 5px;
        bottom: 20%;
    }

    .sidewidget__block {
        margin: 1px;
        align-items: center;
        font-size: 12px;
        background-color: var(--main-color);
        height: 90px;
        display: flex;
        border: none;
        width: 90px;
        justify-content: center;
        border-radius: 10%;
    }

    .sidewidget__block:hover, #close-btn {
        cursor: pointer;
    }

    .sidewidget__content > a, .sidewidget__content > a:hover, .sidewidget__content > a:active {
        text-decoration: none;
        color: white;
    }

    .sidewidget__block:active {
        background-color: var(--main-color);
        transform: translateY(4px);
    }

    .sidewidget_wrapper .icon-mail {
        font-size: 36px;
        padding-right: 0;
    }

    body .card-body nf-fields-wrap {
        display: flex;
        flex-direction: column;
    }

    body .card-body .checkbox-wrap .nf-field-label label::after, body .card-body .checkbox-wrap .nf-field-label label::before {
        left: -28px;
    }

    body .card-body .nf-field-container {
        margin-bottom: 15px;
    }

    body .card-body .nf-after-field {
        display: none;
    }

    #nf-form-4-cont, #nf-form-11-cont  {
        width: 300px;
        position: fixed;
        z-index: 10;
        right: 8%;
        bottom: 8vw;
        max-height: fit-content;
        background-color: var(--main-color-grey);
        border-radius: 2rem;
        border: none;
        padding: 20px;
    }

    body .card-body .nf-form-cont .one-half {
        width: 95%;
    }

    body .card-body {
        padding: 0;
    }

    body .card {
        display: contents;
    }

    @media only screen and (min-width: 1023px) and (max-width: 1025px) {
        .sidewidget_wrapper {
            width: 140px;
        }

        .sidewidget__block {
            font-size: 19px;
        }


    }

    @media only screen and (min-width: 767px) and (max-width: 1023px) {
        .sidewidget__block {
            font-size: 11px;
        }

        .sidewidget_wrapper {
            margin-top: 5rem;
        }
    }

