.remodal-wrapper {
    overflow: hidden!important;
}

@media screen and (max-width: 475px) {
    .up-core-huge {
        height: 100%;
    }

    .quiz-form-block {
        display: flex;
    }

    .quiz__result .cross.w-inline-block {
        right: 0;
        top: 50px;
    }

    .quiz__result .tw-logo.tw-logo-top.tw-hiden-logo {
        width: 160px;
    }

    .social-link--phone svg path {
        fill: #ffffff;
        transition: all .2s ease-in-out;
    }

    .social-link--phone:hover svg circle {
        fill: #ffffff;
    }

    .member-table__phone--mobile:hover svg path {
        fill: #07becb;
    }

    .members-table__row:nth-child(odd) .social-link:not(.social-link__website) {
        background-color: #ffffff;
    }
}

@media screen and (max-width: 375px) {
    .quiz__result .tw-logo.tw-logo-top.tw-hiden-logo {
        width: 120px;
    }
}


