html{
    height: 100%;
}

body {
    /*overflow: hidden;*/
    background-color: #1b1b1b;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    overflow: hidden; /* Запретить прокрутку при открытой клавиатуре */
	background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(https://250bar.ru/without-text.jpg);
    background-size: cover;

}

.wg28_form_question_text.quizai {
    background: #2c2c2c;
}
.wg28_form__question_whatsapp.quizai {
    font-size: 70%;
    width: auto;
    margin: 10px 5px;
    padding-left: 0;
    padding-right: 0;

}


.wg28_footer_desctop_popup{
    position: fixed !important;
    bottom: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 48px;
    align-items: center;
    background-color: #1b1b1b;
    z-index: 999;
}

.wg28_answer_description.quizai {
    color: #ffffffb3;
    padding-bottom: 0;
    width: 90%;
    margin-top: -15px;
}
.wg28_answer.quizai {
    margin: 3px;
    border: 1px solid #363636;
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #1b1b1b;
    width: auto;
    z-index: 99;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: flex-end;
}

.wg28_form__question_whatsapp.wg28_close {
    /*display: none;*/
}

.wg28_pos_relative {
    position: relative;
    height: 100%;
}

.wg28_close_widget{
    z-index: 999;
    position: absolute;
    top: -32px;
    right: 6px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    --weight: 3px;
    --aa: 1px;
    --color: #4b2929;
    border: 2px solid #0b5300;
    border-radius: 30px;
    background: linear-gradient(45deg, transparent calc(50% - var(--weight) - var(--aa)), #338311 calc(50% - var(--weight)), #32641d calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa))), linear-gradient(-45deg, transparent calc(50% - var(--weight) - var(--aa)), #4e8a35 calc(50% - var(--weight)), #0c580c calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa)));
}

.wg28_container-video {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.wg28_video-player {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--font), Gilroy, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 220px;
    width: 100%;
    z-index: 1000;
}

.wg28_video-player video.wg28_video {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--font), Gilroy, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    max-width: 100%;
    outline: none;
    position: absolute;
    /*   top: 50% !important; */
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*   min-width: 125%; */
    min-height: 140vh;
    pointer-events: none;
    -o-object-fit: initial;
    object-fit: initial;
}

.wg28_video_options {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--font), Gilroy, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    -webkit-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    opacity: 1;
}

.wg28_info-video {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.6;
}

.wg28_info-video .wg28_info-video-duration {
    margin-left: 5px;
}

.wg28_custom-controllers__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 8px;
    padding: 0 8px;
}

.wg28_custom-controllers__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    margin: 0px 5px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.7);
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

.wg28_widget-k-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wg28_container-quiz {
    width: 100%;
    color: #d1d1d1;
    margin-bottom: 50px;
    height: 100%;
}

.wg28_container-quiz.height_min{
    height: 28% !important;
}


.wg28_container-quiz::-webkit-scrollbar {
    background-color: transparent;
}
.wg28_container-quiz::-webkit-scrollbar-thumb {
    background-color: #13623d;
}

.wg28_form_question_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0px 15px 10px;
}

.wg28_form_question_input{
    padding: 0px;
}

.wg28_form_question_input .wg28_app-content{
    display: flex;
    width: 92%;
    margin-top: 15px;
    align-self: flex-start;
}

.wg28_form_question_input .wg28_name{
    width: 100%;
}
.wg28_form_question_input .wg28_first-name{
    width: 100%;
}

.wg28_form_question_text .wg28_name{
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0px 16px 3px;
}
.wg28_form_question_text .wg28_first-name{
    width: 100%;
    text-align: left;
}


.wg28_form_question_title {
    font-size: 18px;
    margin-bottom: 3px !important;
    width: 100%;
    padding: 5px 5px 5px 15px;
    display: flex;
    align-items: center;
}

.wg28_input_write{
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin-top: 35px;
    justify-content: center;
}
.wg28_question_text{
    font-size: 22px;
    width: inherit;
}
.wg28_input_answer, .wg28_input_answer1{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.wg28_input_answer input, .wg28_input_answer1 input{
    outline: none !important;
    width: 100% !important;
    font-size: 20px !important;
    height: 45px !important;
    background-color: #2e2e2e !important;
    color: white !important;
    border: 1px solid #4f4f4f !important;
    padding: 9px !important;
    touch-action: none !important;
    border-radius: 5px !important;
}

.wg28_personal_data{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 10px;
    align-items: center;
}

.widget_shopping_cart .wg28_personal_data {
    width: 92%;
    margin-top: 25px;
}

.wg28_personal_data .wg28_personal_text{
    width: 93%;
}

.wg28_personal_data .wg28_personal_check{
    width: 17px !important;
    height: 22px !important;
    padding: 0px !important;
    margin-top: 4px;
}
.popclassquiz .wg28_personal_data .wg28_personal_text{
    width: 90%;
    text-align: left;
    padding: 6px 0px 7px 8px;
}


.wg28_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 25px;
    margin-top: 10px;
}
.tags_disable{
    display: none !important;
}

.wg28_tag-1 {
    background-color: #02ad5e33 !important;
    border: 1px solid #02ad5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wg28_tag1-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wg28_tag1-svg svg.wg28_svg {
    color: #02ad5e;
    width: 16px;
    height: 16px;
    background-color: transparent;
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    pointer-events: none;
}

.wg28_tag-1, .wg28_tag-2 {
    font-size: 10px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    letter-spacing: 0.6px;
}

.wg28_tag-2 {
    background: #2e2e2e;
    border: 1px solid #363636 !important;
    margin-left: 10px;
}

.wg28_form_question_variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wg28_answer {
    margin: 10px 0px;
    border: 1px solid #363636;
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #1b1b1b;
    width: 100%;
    z-index: 99;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: flex-end;
}

.wg28_answer:last-child{
    margin-bottom: 55px;
}

.wg28_answer_variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    align-self: flex-start;
    padding: 10px;
}

.wg28_answer_check, .wg28_title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wg28_title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wg28_answer_title {
    width: 90%;
}

.wg28_desc-row{
    display: flex;
}

.wg28_answer_title, .wg28_answer_description{
    margin-left: 10px;
}

.wg28_answer_description {
    color: #ffffffb3;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

.wg28_box{
    display: flex;
}
.wg28_answer .wg28_check{
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background-color: #363636;
    border-radius: 4px;
}

.wg28_check-hidden{
    opacity: 0;
}

.wg28_answer_check {
    font-weight: 600;
    width: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

.wg28_answer.wg28_select {
    border: 1px solid #02ad5e80;
}


.wg28_select .wg28_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #02ad5e;
    border-color: #02ad5e;
    width: 20px;
    height: 20px;
}

.wg28_check svg.wg28_svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.wg28_dop-height {
    height: 36px;
}

.wg28_footer {
    position: fixed !important;
    bottom: 0.5px;
    background-color: #000000f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    height: 55px;
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wg28_form_question_button .wg28_widget-k-icon {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em;
    height: 1.5em;
    width: 1.5em;
}

.wg28_form_question_button .wg28_widget-k-icon svg.wg28_svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.wg28-button-quit{
    text-size-adjust: 100%;
    box-sizing: inherit;
    margin: 0;
    font-family: Gilroy,Helvetica,Arial,sans-serif;
    -webkit-appearance: none;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    user-select: none;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border-radius: 24px;
    line-height: 1.3rem;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px!important;
    z-index: 100;
    font-weight: 500;
    overflow: hidden;
    padding: 0;
    width: 35px;
    height: 35px;
    background-color: transparent!important;
    transition: .2s ease-out;
    box-shadow: none;
    color: hsla(0,0%,100%,.3)!important;
    opacity: 1;
}
.wg28-button-quit.disabled {
    border: 1px solid #7f7d7dc2 !important;
    cursor: not-allowed;
}
.wg28-button-quit.disabled .icon svg{
    fill: #7f7d7dc2;
    stroke: #7f7d7dc2;
}
.wg28-button-quit.enabled{
    border: 1px solid #ffffffc2 !important;
    cursor: pointer;
}
.wg28-button-quit.enabled .icon svg{
    fill: #ffffffc2;
    stroke: #ffffffc2;
}

.wg28-button-quit .icon:first-child:last-child{
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px);
}
.wg28-button-quit .icon svg {
    width: 18px;
    height: 18px;
    background-color: transparent;
    stroke-width: 0;
    pointer-events: none;
}

.wg28_form_question_button {
    color: #ffffff;
    background-color: #02ad5e !important;
    -webkit-box-shadow: 0 3px 10px 0 #02ad5e80;
    box-shadow: 0 3px 10px 0 #02ad5e80;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
    transition: -webkit-box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
    font-size: 16px !important;
    height: 43px;
    z-index: 100;
    padding: 0 16px 0 22px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 10px;
}

.wg28_footer a.wg28_a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    margin-left: 15px;
}

@media (orientation: landscape) {
    .wg28_pos_relative {
        position: relative;
        display: flex;
    }
    .wg28_pos_relative_input{
        width: 100%;
    }

    .wg28_footer.wg28-video-exist{
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
    .wg28_footer.wg28-video-exist a.wg28_a{
        margin-right: 20%;
    }
}

.wg28_widget {
    height: 100px;
    width: calc(100% - 24px);
    position: fixed;
    display: none;
    bottom: 12px;
    left: 12px;
    right: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    z-index: 1000;
}

.wg28_widget .wg28_app {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #363636;
    border-radius: 40px 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.wg28_app-content {
    width: 95%;
    height: inherit;
    display: -webkit-bo;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    align-items: center;
}
.wg28_app_title-content{
    width: 35%;
    height: 83px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.wg28_content {
    width: 88%;
    height: 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px;
    align-self: center;
}

.wg28_app_title-content .wg28_content{
    margin-left: 0px;
    justify-content: center;
    font-size: 15px;
    display: flex;
}
.wg28_app_title-content .wg28_name{
    justify-content: center;
    align-self: flex-start;
    line-height: 18px;
}
.wg28_app_title-content .wg28_first-name{
    text-align: center;
}

.wg28_widget .wg28_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 145px;
    font-size: 12px;
    height: 21px;
}

.wg28_first-name {
    font-weight: 600;
}

.wg28_name .wg28_proff {
    color: #ffffffb3 !important;
}

.wg28_ball-icon {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #11983f;
    margin: 0 7px 0 0;
    margin-left: 8px;
}


.wg28_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95%;
}

.wg28_title-preview {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}

.wg28_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 45px;
}

.wg28_widget .wg28_image img.wg28_img, .wg28_form_question_text img.wg28_img {
    border-radius: 35px;
    width: 45px;
    height: 45px;
}


@media only screen and (min-width: 1001px) {
    .wg28_form__question_whatsapp.quizai.wg28_form_desctop {
        width: 50%;
        margin: 0 auto;
    }
    .wg28_footer.quizai.wg28_footer_desctop.wg28-video-none {
        width: 50% !important;
    }
}


@media (max-width: 480px) {
    .wg28_marquiz-widget__container {
        width: calc(100% - 24px);
        bottom: 12px;
        right: 12px;
    }
}