*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 100%;
}

body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    /* background-image: url("/assets/images/black_bg3.jpg"); */
    background-position: top center;
    background-repeat: repeat;
    /* background: #33313A; */
    /* -webkit-box-shadow: inset 0px 8.75rem 8.75rem 3.563rem rgba(0, 0, 0, 0.4), inset 0px -16.25rem 16.25rem -9.375rem rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 8.75rem 8.75rem 3.563rem rgba(0, 0, 0, 0.4), inset 0px -16.25rem 16.25rem -9.375rem rgba(0, 0, 0, 0.4); */
    min-width: 320px;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden__range {
    display: none;
}

.all__comments__holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 1.8rem;
}

.btn__base {
    /* display: inline-block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    background: transparent;
    /* color: #fff; */
    color: #000;
    /* height: 4.8125rem; */
    /* line-height: 4.8125rem; */
    text-align: center;
    font-size: 2.625rem;
    font-weight: 600;
    padding: 0 0.3125rem;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    /* border: 1px solid #a5a4a7; */
    border-radius: 50%;
    border: 3px solid transparent;
    padding: 8px;
    /* box-shadow: 0 0 10px 2px rgba(0,0,0, 0.10); */
}

.btn__base:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #000;
}

.btn__small {
    min-width: 0;
    height: auto;
    line-height: normal;
}

.text__uppercase {
    text-transform: uppercase;
}

::placeholder {
    color: #ffffff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ffffff;
}

::-ms-input-placeholder {
    color: #ffffff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#main-container {
    max-width: 1026px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    /* padding: 0 3% 0 3%; */
    /* padding-bottom: 11.56rem; */
}

/* .question {
    position: relative;
}

.question:after {
    content: "";
    display: block;
    background-image: url("/assets/images/bgcover.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 30.375rem;
    position: absolute;
    bottom: -3.75rem;
    left: 0.438rem;
    z-index: -1;
} */

.container {
    padding: 0;
}

header {
    text-align: center;
    margin: auto;
}

header>h1 {
    color: #ffffff;
    padding: 2.125rem 0;
    font-weight: 100;
    font-size: 2rem;
}

#logo {
    width: 22%;
    margin-top: 1rem;
    margin-bottom: 1% !important;
}

.happy__polls__logo {
    width: 19.438rem;
    /* margin: 7rem auto 3rem auto; */
    margin: 1.563rem auto;
}

.text__notification {
    font-size: 27px;
}

.text__notification__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text__notification__button+.text__notification__button {
    margin-left: 15px;
}

header .dropdown:not(.sidecart__options__container) {
    display: inline-block;
    position: absolute;
    float: right;
    right: 0;
    margin: 0.75rem 0.625rem;
    border: none;
    border-radius: 14px;
    outline: none;
}

header .dropdown button:not(.btn__sidecart__options) {
    background: #000;
    padding: 0.75rem;
    color: #fff;
    border: none !important;
    outline: none;
    border-radius: 14px;
    margin-top: 0.25rem;
    -webkit-box-shadow: 0 0 31px 15px rgba(0, 0, 0, .33);
    box-shadow: 0 0 31px 15px rgba(0, 0, 0, .33);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 11.94rem;
    height: 4.938rem;
}

header .dropdown .dropdown-menu:not(.sidecart__option__dropdown) {
    min-width: initial;
    background-color: transparent;
    padding: 0;
    color: #ffffff;
    border: 1px solid #fff;
    border-top: none;
    width: inherit;
}

header .dropdown .dropdown-menu.show {
    width: 100%;
    border: 0;
    border-radius: 14px;
    border-bottom-right-radius: 50px 20px;
}

header .dropdown .dropdown-menu.show.sidecart__option__dropdown {
    border-radius: 12px;
}

header .dropdown .dropdown-menu.show .dropdown-item:not(.sidecart__option):first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header .dropdown .dropdown-menu.show .dropdown-item:not(.sidecart__option):last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header .dropdown .dropdown-menu .dropdown-item:not(.sidecart__option) {
    padding: .55rem 1.3rem;
    color: #ffffff;
    background: #080808;
}

.dropdown-item:not(.sidecart__option):focus,
.dropdown-item:not(.sidecart__option):hover {
    color: #fff;
    text-decoration: none;
    background: #333 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #181818 !important;
}

header .dropdown.sidecart__options__container span {
    font-size: 100%;
    margin: 0;
}

header .dropdown span {
    font-size: 1.813rem;
    margin-right: 4px;
}

header .dropdown img {
    margin-right: 4px;
}

header .dropdown .dropdown-toggle:after {
    font-size: 14px;
}

#login-heading {
    padding-bottom: 10rem;
    color: #787778;
    font-size: 2.875rem;
    font-weight: 700;
}

#thanks-heading,
#thanksEval-heading {
    font-size: 1.7rem;
    color: #f8f8f8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

#thanks-heading {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 15rem;
}

.keeper>#buttonHolder .rejectPollBut,
.keeper>#buttonHolder .submitPollBut {
    width: 33%;
}

.main_content {
    /* background: #070708;
    background: -moz-linear-gradient(top, #070708 0%, #0a0a0c 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #070708 0%, #0a0a0c 100%, #7db9e8 100%);
    background: linear-gradient(to bottom, #070708 0%, #0a0a0c 100%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070708', endColorstr='#7db9e8', GradientType=0);
    -webkit-box-shadow: 0 0 51px 19px rgba(0, 0, 0, .33), inset 2px 7px 9px -7px rgba(255, 255, 255, .4);
    box-shadow: 0 0 51px 19px rgba(0, 0, 0, .33), inset 2px 7px 9px -7px rgba(255, 255, 255, .4);
    margin: auto;
    padding: 2.5rem;
    border-radius: 17px;*/
    position: relative;
    /* overflow: hidden; */
}

.main_content--modified {
    padding: 2.5rem 2.5rem 9.375rem 3.25rem;
}

.login_form>form,
.login_form>#submit-poll,
#thanks,
#thanksEval {
    width: 100%;
    margin: auto;
}

.login_form>form,
#thanks,
#thanksEval {
    padding: 5% 0 30.6% 0;
}

#thanks {
    padding: 6rem 0;
}

#thanksEval {
    padding-bottom: 0;
}

#confirmForm {
    background: url("../images/innerlayout.png") no-repeat center 54%;
    background-size: cover;
    border-radius: 1%;
}

#thanks .keeper,
#thanksEval .keeper {
    position: relative;
}

.login_form>#submit-poll {
    padding: 0 0 42% 0;
}

.login_form>form label {
    color: #fff;
    font-size: 2.250rem;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.login_form>form input {
    width: 76%;
    height: 5.313rem;
    border: 3px solid #4b4b4b;
    border-radius: 5px;
    background-color: black;
    color: #ffffff;
    outline: none !important;
    font-size: 3rem;
    text-align: center;
}

#startPoll {
    width: 40%;
    height: 5rem;
    margin: auto;
    display: block;
    position: relative;
    text-transform: uppercase;
    background-color: #E10000;
    color: white;
    border-radius: 38px;
    font-size: 1.8rem;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none;
    outline: none !important;
    cursor: pointer;
}

#startPoll:hover {
    background-color: #A10101;
}

.question {
    background: #f5f2e9;
    /* background: -moz-linear-gradient(top, #1f1d23 0%, #1f1d23 0%, #1a181e 100%);
    background: -webkit-linear-gradient(top, #1f1d23 0%, #1f1d23 0%, #1a181e 100%);
    background: linear-gradient(to bottom, #1f1d23 0%, #1f1d23 0%, #1a181e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1d23', endColorstr='#1a181e', GradientType=0); */
    width: 100%;
    text-align: center;
    margin-bottom: 1.938rem;
    position: relative;
    /* min-height: 29.56rem; */
    /* min-height: 22.56rem; */
    min-height: 14rem;
    padding-bottom: 1.625rem;
    border-radius: 4px;
    padding-bottom: 1.625rem;
}

.question:last-of-type {
    margin-bottom: 0;
}

.question .question__title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    padding: 2rem 0 1rem 0;
    /* padding: 3.125rem 0 1rem 0; */
    position: relative;
    margin: 0;
    font-family: "roboto_condensedbold", sans-serif;
}

.question .question__title--reset {
    padding-bottom: 0.2rem;
}

.question .subquestion {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

.question .slide-answer {
    position: relative;
}

.question .slide-answer .sadface {
    width: 7%;
    float: left;
    margin: -2.5% 0 0 1.5%;
}

.question .slide-answer .happyface {
    width: 7%;
    float: right;
    margin: -2.5% 1.5% 0 0;
}

.question .addComment {
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    /* font-size: 2.125rem; */
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* padding-bottom: 1.875rem; */
    padding-bottom: 0.188rem;
    font-family: "roboto_condensedbold", sans-serif;
}

/* .question .addComment:hover {
    color: #eaeaea;
} */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.question .addComment img {
    width: 3.25rem;
    height: 3.25rem;
    margin-left: 1.5rem;
}

.question textarea {
    display: none;
    width: 100%;
    height: 7.563rem;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    background: #f5f2e9;
    resize: none;
    padding: 0.4375rem 8.125rem 0.3125rem 1.438rem;
    font-size: 2rem;
    font-weight: 300;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    font-family: "Roboto-Bold", sans-serif;
}

.question .hiddenTextareaWrapper .halfTextarea {
    display: block;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .question .hiddenTextareaWrapper .halfTextarea {
        font-size: 2.6rem;
    }
}

.hiddenTextareaWrapper {
    display: none;
}

.block-textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}

.question .comment-actions {
    display: none;
}

.comment-actions button:not(.btn-primary):not(.addImage) {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.comment-actions .close-comment, .comment-actions .close-commentQ1 {
    background: #E10000;
}

.comment-actions .submit-comment, .comment-actions .submit-commentQ1 {
    background: #0c8f47;
}

.comment-actions .close-comment img, .comment-actions .close-commentQ1 img {
    width: 1.5rem;
    height: auto;
}

.comment-actions .submit-comment img, .comment-actions .submit-commentQ1 img {
    width: 1.875rem;
    height: auto;
}

.btn__spacing+.btn__spacing {
    /* margin-left: 2.875rem; */
    margin-left: 5px;
}

.pollButton {
    color: #fff;
    /* width: 40%; */
    /* width: 33.69rem; */
    width: 16rem;
    height: 4rem;
    border-radius: 38px;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin: 2.313rem 1.125rem 4.5rem 1.125rem;
    outline: none !important;
    cursor: pointer;
    border: none;
}

.rejectPollBut {
    border: 0;
    background: rgba(0, 0, 0, 0.5);
}

.rejectPollBut:hover {
    background: #161616;
}

.submitPollBut {
    background-color: #E10000;
}

.submitPollBut:hover,
.modalWrapper button:hover {
    background-color: #A10101;
}

.card-img-left {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.field-error .col-form-label,
.field-error .fv-control-feedback,
.field-error .form-control-feedback {
    color: #ff0039;
}

.field-error .form-control {
    border-color: #ff0039;
}

.field-success .col-form-label,
.field-success .fv-control-feedback,
.field-success .form-control-feedback {
    color: #5cb85c;
}

.field-success .form-control {
    border-color: #5cb85c;
}

.captcha_img {
    float: left;
}

.modalWrapper {
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 0.9375rem;
    -webkit-box-shadow: 0 0 39px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 39px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 39px 12px rgba(0, 0, 0, 0.4);
}

.modalWrapper button {
    background-color: #E10000;
    color: #ffffff;
    width: 23.38rem;
    border-radius: 38px;
    font-size: 2.875rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin: 0 auto;
    outline: none !important;
    cursor: pointer;
    border: none;
}

.modalWrapper .uglipop_popbox h5 {
    font-size: 3rem;
}

#uglipop_content_fixed {
    z-index: 8000;
}

#managerTalk,
#compensation {
    -webkit-appearance: none;
    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.5%;
    margin-right: .5%;
    cursor: pointer;
}

#managerTalk+label,
#compensation+label {
    color: #fff;
    font-size: 2.1rem;
    cursor: pointer;
}

#managerTalk:checked::before,
#compensation:checked::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8em;
    vertical-align: middle;
}

#checkboxHolder {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 60%);
    z-index: 200;
    width: 100%;
}

.checkbox__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 2.125rem;
    font-family: "roboto_condensedbold", sans-serif;
    text-align: left;
}

/*
    FLIP CLOCK
*/

.flip-clock-wrapper ul {
    width: 5%;
    height: 5.8rem;
    line-height: normal;
    background: transparent;
    box-shadow: none;
}

.flip-clock-wrapper ul li {
    height: 80%;
    line-height: 85%;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 60px;
}

.flip-clock-divider {
    margin-top: -6px;
}

.flip-clock-wrapper .flip {
    box-shadow: none;
}

.selectr-options,
.selectr-container.open .selectr-options-container {
    width: 300px;
}

/*
 * Footer
 */

.footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.footer p:last-child {
    margin-bottom: 0;
}

.customer__rate__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-bottom: 0.5rem; */
    /* margin-bottom: 2rem; */
    margin-bottom: 1.75rem;
    

    display: none;
}

.customer__rate__icons .customer__rate__icons__sadface {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer__rate__icons .customer__rate__icons__sadface img {
    margin: 0 1rem 0 0;
    width: 2.75rem;
    height: auto;
}

.customer__rate__icons .customer__rate__icons__happy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer__rate__icons .customer__rate__icons__happy img {
    margin: 0 0 0 1rem;
    width: 2.75rem;
    height: auto;
}

.customer__rate__icons .customer__rate__icons__text {
    font-size: 1.875rem;
    color: #000;
    margin: 0;
}

.answer__buttons {
    /* margin-bottom: 2.5rem; */
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    /* -ms-flex-pack: justify; */
    /* justify-content: space-between; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 800px;
    margin: 0 auto;
}
.progress__bar__holder {
    width: 100%;
    height: 8px;
    border-radius: 3px;
    background: #444247;
    box-shadow: 0 0 11px 10px rgba(0, 0, 0, .03);
    /* margin-bottom: 25px; */
    margin-bottom: 39px;
    display: none;
}

.progress__bar__holder .progress-bar__first,
.progress__bar__holder .progress-bar__top,
.progress__bar__holder .progress-bar__middle,
.progress__bar__holder .progress-bar__bottom {
    border-radius: 3px;
    height: 8px;
    background-image: linear-gradient(to right, #fe0d0c, #fe0d0c);
    transition: all .6s linear;
}

.progress__bar__holder .progress-bar__first__modified0,
.progress__bar__holder .progress-bar__top__modified0,
.progress__bar__holder .progress-bar__middle__modified0,
.progress__bar__holder .progress-bar__bottom__modified0 {
    background-image: linear-gradient(to right, #fe0d0c, #fe0d0c);
}

.progress__bar__holder .progress-bar__first__modified01,
.progress__bar__holder .progress-bar__top__modified01,
.progress__bar__holder .progress-bar__middle__modified1,
.progress__bar__holder .progress-bar__bottom__modified1 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00);
}

.progress__bar__holder .progress-bar__first__modified2,
.progress__bar__holder .progress-bar__top__modified2,
.progress__bar__holder .progress-bar__middle__modified2,
.progress__bar__holder .progress-bar__bottom__modified2 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800);
}

.progress__bar__holder .progress-bar__first__modified3,
.progress__bar__holder .progress-bar__top__modified3,
.progress__bar__holder .progress-bar__middle__modified3,
.progress__bar__holder .progress-bar__bottom__modified3 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00);
}

.progress__bar__holder .progress-bar__first__modified4,
.progress__bar__holder .progress-bar__top__modified4,
.progress__bar__holder .progress-bar__middle__modified4,
.progress__bar__holder .progress-bar__bottom__modified4 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500);
}

.progress__bar__holder .progress-bar__first__modified5,
.progress__bar__holder .progress-bar__top__modified5,
.progress__bar__holder .progress-bar__middle__modified5,
.progress__bar__holder .progress-bar__bottom__modified5 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500, #f9ff02);
}

.progress__bar__holder .progress-bar__first__modified6,
.progress__bar__holder .progress-bar__top__modified6,
.progress__bar__holder .progress-bar__middle__modified6,
.progress__bar__holder .progress-bar__bottom__modified6 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500, #f9ff02, #dcff0a);
}

.progress__bar__holder .progress-bar__first__modified7,
.progress__bar__holder .progress-bar__top__modified7,
.progress__bar__holder .progress-bar__middle__modified7,
.progress__bar__holder .progress-bar__bottom__modified7 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500, #f9ff02, #dcff0a, #a6e91a);
}

.progress__bar__holder .progress-bar__first__modified8,
.progress__bar__holder .progress-bar__top__modified8,
.progress__bar__holder .progress-bar__middle__modified8,
.progress__bar__holder .progress-bar__bottom__modified8 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500, #f9ff02, #dcff0a, #a6e91a, #74cd29);
}

.progress__bar__holder .progress-bar__first__modified9,
.progress__bar__holder .progress-bar__top__modified9,
.progress__bar__holder .progress-bar__middle__modified9,
.progress__bar__holder .progress-bar__bottom__modified9 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500, #f9ff02, #dcff0a, #a6e91a, #74cd29, #40ad38);
}

.progress__bar__holder .progress-bar__first__modified10,
.progress__bar__holder .progress-bar__top__modified10,
.progress__bar__holder .progress-bar__middle__modified10,
.progress__bar__holder .progress-bar__bottom__modified10 {
    background-image: linear-gradient(to right, #fe0d0c, #ff3d00, #ff7800, #ffae00, #ffe500, #f9ff02, #dcff0a, #a6e91a, #74cd29, #40ad38, #0f9047);
}

.answer__action.active[data-index="-30"] {
    /* background: #e30613; */
    /* border-color: #e30613; */
    /* color: #fff; */

    background: #fff;
    border: 3px solid #ff000e;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="-15"] {
    /* background: #e30613; */
    /* border-color: #e30613; */
    /* color: #fff; */

    background: #fff;
    border: 3px solid #ff7d52;
    padding: 8px;
    color: #fff;
}
.answer__action.active[data-index="-5"] {
    /* background: #e30613; */
    /* border-color: #e30613; */
    /* color: #fff; */

    background: #fff;
    border: 3px solid #ffa900;
    padding: 8px;
    color: #fff;
}
/* 30a900 */



.answer__action.active[data-index="-30"],
.answer__action.active[data-index="0"] {
    /* background: #e30613; */
    /* border-color: #e30613; */
    /* color: #fff; */

    background: #fff;
    border: 3px solid #ff000e;
    padding: 8px;
    color: #fff;
}
.answer__action.active[data-index="-30"],
.answer__action.active[data-index="1"] {
    /* background: #EE4C34;
    border-color: #EE4C34;
    color: #fff; */

    background: #fff;
    border: 3px solid #ff000e;
    padding: 8px;
    color: #fff;
}
.answer__action.active[data-index="-15"],
.answer__action.active[data-index="2"] {
    /* background: #EF6B37;
    border-color: #EF6B37;
    color: #fff; */

    background: #fff;
    border: 3px solid #ff7d52;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="-5"],
.answer__action.active[data-index="3"] {
    /* background: #F4A340;
    border-color: #F4A340;
    color: #fff; */

    background: #fff;
    border: 3px solid #ffa900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="4"] {
    /* background: #F8C446;
    border-color: #F8C446;
    color: #fff; */

    background: #fff;
    /* border: 3px solid #F8C446; */
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="5"] {
    /* background: #FDF24F;
    border-color: #FDF24F;
    color: #fff; */

    background: #fff;
    /* border: 3px solid #FDF24F; */
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="6"] {
    /* background: #DBE447;
    border-color: #DBE447;
    color: #fff; */

    background: #fff;
    /* border: 3px solid #DBE447; */
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="7"] {
    /* background: #ADCF3D;
    border-color: #ADCF3D;
    color: #fff; */

    background: #fff;
    /* border: 3px solid #ADCF3D; */
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="8"] {
    /* background: #8EC236;
    border-color: #8EC236;
    color: #fff; */

    background: #fff;
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="9"] {
    /* background: #66AF2D;
    border-color: #66AF2D;
    color: #fff; */

    background: #fff;
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="10"] {
    /* background: #459724;
    border-color: #459724;
    color: #fff; */

    background: #fff;
    border: 3px solid #30a900;
    padding: 8px;
    color: #fff;
}

.answer__action.active[data-index="-30"],
.answer__action.active[data-index="-15"],
.answer__action.active[data-index="-5"],
.answer__action.active[data-index="0"],
.answer__action.active[data-index="1"],
.answer__action.active[data-index="2"],
.answer__action.active[data-index="3"],
.answer__action.active[data-index="4"],
.answer__action.active[data-index="5"],
.answer__action.active[data-index="6"],
.answer__action.active[data-index="7"],
.answer__action.active[data-index="8"],
.answer__action.active[data-index="9"],
.answer__action.active[data-index="10"] {
    box-shadow: 0 0 32px 0 rgba(1, 1, 1, 0.23);
}

/* Thank you  Page */

.evaluation__poll .emoji__icon__wrapper {
    position: relative;
    margin-bottom: 13.98rem;
}

.evaluation__poll .emoji__icon__wrapper .balloon__icon {
    background: url('/assets/images/balloon_icon.png') center center no-repeat;
    width: 29.13rem;
    background-size: cover;
    min-height: 23.63rem;
    position: relative;
}

.evaluation__poll .emoji__icon__wrapper .balloon__icon .balloon__icon__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -ms-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 8.188rem;
    text-transform: uppercase;
}

.evaluation__poll .emoji__icon__wrapper .balloon__icon .balloon__icon__text--ru {
    font-size: 5.188rem;
}

.evaluation__poll .emoji__icon__wrapper .balloon__icon .balloon__icon__text p {
    margin-bottom: 0;
}

.evaluation__poll .emoji__icon__wrapper .emoji__icon {
    position: absolute;
    top: 15.31rem;
    left: 44%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.evaluation__poll .emoji__icon__wrapper .emoji__icon img {
    width: 16.56rem;
    height: auto;
}

.evaluation__poll .service__title,
.evaluation__poll .opinion__title {
    font-size: 3.063rem;
    color: #fff;
    font-weight: 500;
}

.evaluation__poll .service__title {
    margin-bottom: 5rem;
}

.evaluation__poll .opinion__title {
    margin-bottom: 4.625rem;
    margin-left: 6.25rem;
}

.evaluation__poll .question__title {
    color: #fff;
    font-size: 5.188rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 5.875rem;
}

.question__mark {
    font-size: 19.44rem;
    font-weight: 900;
    font-style: italic;
    color: #E10000;
    position: absolute;
    top: -7rem;
    right: 1.25rem;
}

.radio__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10rem;
}

.radio__holder .input__field {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    outline: 0;
    font-size: 3rem;
    text-align: left;
}

.inner__radio__boxes .label__radio__text {
    display: flex;
    align-items: center;
    padding-left: 0;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
    flex: 1 0 345px;
}

.inner__radio__boxes .checkbox-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner__radio__boxes .label__radio__text span {
    cursor: pointer;
}

.checkbox-custom {
    position: relative;
    min-width: 400px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]~b {
    cursor: pointer;
    outline: 0;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    background-color: #fff;
    border: 1px solid #afadaa;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    /* font-size: 24px; */
    font-size: 22px;
    color: #000;
}

.mypage__poll .modal__login__form input[type=checkbox]~b {
    width: 18px;
    height: 18px;
}
 
input[type=checkbox]:checked~b:after {
    content: "\f00c";
    /* content: '\2713'; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#thanks-heading,
#thanksEval-heading {
    font-size: 4rem;
    margin-bottom: 20rem;
}

#thanks .keeper__reject,
#thanksEval .keeper__reject {
    margin-bottom: 20rem;
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #000;
}

.checkboxes__wrapper .label__radio__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    /* margin-bottom: 0; */
}

.checkboxes__wrapper .inner__checkboxes__wrapper .label__radio__text {
    margin-bottom: 0;
}

.checkboxes__wrapper .label__radio__text span:not(.dark__text) {
    font-size: 1.3rem;
    line-height: 1.3rem !important;
    color: #4e4e4e;
    text-align: left;
    font-weight: 400;
}

@media(max-width: 1200px) {
    .mypage__poll .modal__login__form .base__field {
        font-size: 15px;
    }

    .mypage__poll .modal__login__form .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width: 1160px) {
	.checkboxes__wrapper .label__radio__text span:not(.dark__text) {
		line-height: 2.6rem !important;	
	}
}

@media (max-width: 768px) {
    .checkboxes__wrapper .label__radio__text span:not(.dark__text) {
        font-size: 2.4rem;
    }
}

@media(max-width: 524px) {
    .mypage__poll .modal__login__form .checkbox__red span {
        font-size: 14px;
        line-height: 16px;
    }
}

.checkboxes__wrapper .label__radio__text span.active:not(.dark__text) {
    color: #000;
}

.hiddenCheckboxWrapper {
    display: none;
}

.checkboxes__wrapper input[type=checkbox]~b {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 1px;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 24px 0 0;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkboxes__wrapper input[type=checkbox]:checked~b:after {
    color: #fff;
    background: #E10000;
    border: 1px solid #E10000;
    width: 25px;
    height: 25px;
    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;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 1px;
}

.food__select {
    display: none;
    /* max-width: 585px; */
    margin-bottom: 36px;
}

.food__select--visible {
    display: flex;
}

.food__select .selectr-option {
    font-size: 16px;
    text-align: left;
}


.food__select li.selectr-option.selected:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    padding-left: 5px;
    color: #E10000;
}

.food__select .selectr-selected {
    background: #E10000;
    border-radius: 23px;
    min-width: 189px;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 1px;
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food__select .selectr-container.open .selectr-selected {
    border-color: transparent;
    border-radius: 23px;
}

.food__select .selectr-container.has-selected .selectr-selected {
    background: transparent;
    line-height: 18px;
    height: auto;
}

/* .food__select .selectr-container.open .selectr-selected:before, */

.food__select .selectr-container.has-selected .selectr-selected:before {
    display: none;
}

.food__select .selectr-container.has-selected {
    position: relative;
    display: flex;
    align-items: center;
}

.food__select .has-selected .selectr-label {
    padding-left: 44px;
    /* margin-top: -10px; */
}

.food__select .selectr-container.has-selected:before {
    content: "\f067";
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #E10000;
    border-radius: 50%;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}

.food__select .selectr-tag {
    color: #ff0000;
    background: transparent;
    font-size: 16px;
    line-height: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.food__select .multiselect-selected-text {
    padding: 0 30px;
}

.food__select .selectr-selected::before {
    position: absolute;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    left: 16px;
    font-size: 15px;
    border-width: medium !important;
    border-color: transparent !important;
}

.food__select .dropdown-toggle:after {
    display: none;
}

.food__select .dropdown-menu {
    width: 100%;
    background: #E10000;
}

.food__select .selectr-placeholder {
    color: #fff;
    outline: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    padding-left: 28px;
}

.food__select .multiselect-container>li>a>label {
    padding-left: 16px;
    padding-right: 16px;
}

.selectr-tag-remove {
    display: none;
}

.question .user__reply__title {
    font-size: 28px;
    line-height: 28px;
    color: #F8C446;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.exclamation__mark__circle {
    vertical-align: text-top;
    margin-right: 3px;
    width: 32px;
}

.hascomment__none {
    display: none;
}

.btn__small {
    width: 6.5rem;
}

.question1__addImage__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    position: relative;
}

.question1__addImage__btn i {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.question1__addImage__btn span {
    margin-left: 20px;
}

.checkboxes__wrapper__top {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.checkboxes__wrapper__middle {
    padding: 0 15px;
}

.more__dishes__outer__wrapper {
    display: flex;
    flex-direction: column;
}

.more__dishes {
    color: #000;
    /* width: 50.5rem; */
    /* height: 4.125rem; */
    /* width: 30rem;
    height: 4rem; */
    width: 28rem;
    height: 3rem;
    font-size: 1.25rem;
    border-radius: 52px;
    /* font-size: 1.75rem; */
    font-family: "Roboto-Bold", sans-serif;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin: 0 auto 2.313rem auto;
    padding: 0 1rem;
    outline: none !important;
    cursor: pointer;
    border: 2px solid #c8c8c8;
    /* background: #fff; */
    background: #f5f2e9;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.more__dishes.active {
    color: #fff;
    background: #30a900;
    border: 2px solid #30a900;
}

.more__dishes:hover {
    color: #000;
    text-decoration: none;
}

.more__dishes.active:hover {
    color: #fff;
    border: 2px solid #30a900;
} 

.more__dishes img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0%);
}

.more__dishes.active img {
    filter: none;
}

/* .more__dishes__wrapper {
    display: none;
} */

.more__dishes__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}

.more__dishes__container--center {
    justify-content: center;
}

.more__dishes__container.active {
    display: flex;
}

.more__dishes__container .more__dishes__list {
    flex: 0 1 31%;
    max-width: 31%;
    margin: 0 0 20px 2%;
}

.more__dishes__container .more__dishes__list .more__dishes__item {
    border: 4px solid #c8c8c8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
    height: 16rem;
}

.more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__cover {
    margin-bottom: 1rem;
}

.more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__cover img {
    /* height: 11.875rem; */
    height: 10rem;
    object-fit: cover;
}

.more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__item__text {
    color: #000;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.40rem;
    line-height: 1.40rem;
    text-transform: lowercase;
    display: flex;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* min-height: 3.95rem; */
    /* max-height: 3.95rem; */
    min-height: 3rem;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__item__text p:first-letter,
.more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__item__text:first-letter {
    text-transform: capitalize;
}

.more__dishes__container .more__dishes__list .more__dishes__item .check__dish__icon {
    display: none;
}

.more__dishes__container .more__dishes__list .more__dishes__item.active {
    border: 4px solid #30a900;
}

.more__dishes__container .more__dishes__list .more__dishes__item.active .check__dish__icon {
    display: flex;
    position: absolute;
    top: 12px;
    left: 12px;
    background: #30a900;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

/* 1800px */

@media only screen and (min-width: 112.5em) {
    html {
        font-size: 100%;
    }
}

@media(max-width: 1460px) {
    .question__mark {
        font-size: 13.44rem;
        top: -1rem;
        right: -5px;
    }
}

/* 1350px */

@media(max-width: 1350px) {

    .question .user__reply__title,
    .checkboxes__wrapper .label__radio__text span {
        font-size: 24px;
        line-height: 24px;
    }

    .exclamation__mark__circle {
        width: 27px;
    }

    .checkboxes__wrapper input[type=checkbox]~b {
        font-size: 16px;
    }

    .food__select .selectr-selected {
        min-width: 150px;
        height: 39px;
        padding-left: 37px;
    }

    .question .user__reply__title {
        margin: 5px 0 15px 0;
    }

    .question__mark {
        font-size: 8.44rem;
        top: 1rem;
        right: 40px;
    }

    .evaluation__poll .question__title {
        font-size: 4.188rem;
    }
}

/* 1200px */

@media only screen and (max-width: 75em) {
    html {
        font-size: 56.25% !important
    }

    header .dropdown img {
        width: 20px;
    }

    /* .question__mark {
        right: auto;
    } */
    .food__select .btn {
        height: 34px;
    }

    .btn__small {
        width: 12rem;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item, .more__dishes__container .more__dishes__list .more__dishes__item.active {
        border-width: 2px;
    }
}

@media(max-width: 1160px) {
    .checkboxes__wrapper input[type=checkbox]~b {
        margin-right: 20px;
        width: 22px;
        height: 22px;
    }

    .question .user__reply__title,
    .checkboxes__wrapper .label__radio__text span {
        font-size: 17px;
        line-height: 17px;
    }

    .exclamation__mark__circle {
        width: 20px;
    }

    .checkboxes__wrapper input[type=checkbox]:checked~b:after {
        width: 22px;
        height: 22px;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item.active .check__dish__icon {
        top: 10px;
        left: 10px;
        width: 22px;
        height: 22px;
        font-size: 12px;
        border-radius: 4px;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__item__text {
        font-size: 2.4rem;
        line-height: 2.4rem;
        min-height: 3rem;
        max-height: 3rem;
    }

    .more__dishes img {
        width: 20px;
    }
}

@media (max-width: 1024px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 48px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 40px;
    }

    .flip-clock-wrapper ul {
        height: 4.5rem;
    }

    .flip-clock-wrapper ul li {
        line-height: 72%;
    }

    .flip-clock-divider {
        margin-top: -10px;
    }

    .flip-clock-dot.bottom {
        bottom: 40px;
    }

    .food__select {
        margin-bottom: 20px;
    }
}


@media(max-width: 993px) {
    #main-container {
        max-width: 752px;
        /* padding: 0 3%; */
    }
}



/* 900px */

@media only screen and (max-width: 56.25em) {

    html {
        /* font-size: 40% !important; */
        font-size: 6.2px !important;
    }

    .text__notification {
        font-size: 16px;
    }

    .checkbox__title {
        margin-top: 2.5rem;
        font-size: 2.15rem;
        line-height: 2.15rem;
    }

    .checkbox__wrapper__right {
        margin-bottom: 2rem;
    }

    .inner__radio__boxes .label__radio__text {
        font-size: 15px;
    }

    .checkbox-custom input[type=checkbox]~b {
        width: 17px;
        height: 17px;
        font-size: 14px;
    }

    .question__mark {
        font-size: 80px;
        top: -17px;
    }

    #thanks-heading {
        font-size: 40px;
    }

    .timeover__text {
        font-size: 20px !important;
        padding-bottom: 20% !important;
    }

    .food__select .selectr-selected {
        min-width: 100%;
        height: 24px;
    }

    .food__select .selectr-selected::before {
        font-size: 9px;
    }

    .food__select .selectr-placeholder {
        font-size: 12px;
    }

    .food__select .selectr-container.has-selected:before {
        width: 21px;
        height: 21px;
        font-size: 9px;
    }

    .food__select .has-selected .selectr-label {
        padding-left: 20px;
    }

    .food__select .selectr-tag {
        font-size: 12px;
        line-height: 12px;
        text-align: left;
    }

    .food__select .selectr-container.multiple.has-selected .selectr-selected {
        padding: 0 0 0 10px;
    }

    .btn__small {
        width: 14rem;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item.active .check__dish__icon {
        top: 8px;
        left: 8px;
        width: 18px;
        height: 18px;
        font-size: 10px;
        border-radius: 2px;
    }

    .more__dishes img {
        width: 18px;
    }
}

@media (max-width: 820px) {
    .flip-clock-wrapper ul {
        margin: 3px 0;
    }

    .flip-clock-divider {
        margin-top: -24px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px;
    }

    .flip-clock-wrapper ul li {
        width: 80%;
        line-height: 40%;
    }

    .flip-clock-wrapper ul li a {
        height: 34px;
    }

    .flip-clock-dot {
        width: 8px;
        height: 8px;
        left: 3px;
    }

    .flip-clock-dot.top {
        top: 34px;
    }

    .flip-clock-dot.bottom {
        bottom: 44px;
    }

    .flip-clock-dot {
        background: #000 !important;
    }
}

@media (max-width: 770px) {
    .flip-clock-wrapper ul {
        margin: 3px 0;
    }

    .flip-clock-divider {
        margin-top: -24px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px;
    }

    .flip-clock-wrapper ul li {
        width: 80%;
        line-height: 40%;
    }

    .flip-clock-wrapper ul li a {
        height: 34px;
    }

    .flip-clock-dot {
        width: 8px;
        height: 8px;
        left: 3px;
    }

    .flip-clock-dot.top {
        top: 34px;
    }
}

@media(max-width: 768px) {
    #main-container {
        max-width: 672px;
        /* padding: 0 3%; */
    }
}

@media(max-width: 679px) {
    #main-container {
        max-width: 1230px;
        padding: 0 3%;
    }
}

@media(max-width: 625px) {
    .checkboxes__wrapper input[type=checkbox]~b {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        font-size: 12px;
    }

    .checkboxes__wrapper input[type=checkbox]:checked~b:after {
        width: 20px;
        height: 20px;
    }

    .question .user__reply__title,
    .checkboxes__wrapper .label__radio__text span {
        font-size: 14px;
        line-height: 14px;
    }

    .exclamation__mark__circle {
        width: 15px;
    }

    .progress__bar__holder {
        margin-bottom: 10px;
    }

    .food__select .selectr-tag {
        font-size: 14px;
        line-height: 14px;
    }

    .answer__action[data-index="0"],
    .answer__action[data-index="1"],
    .answer__action[data-index="2"],
    .answer__action[data-index="3"],
    .answer__action[data-index="4"],
    .answer__action[data-index="5"],
    .answer__action[data-index="6"],
    .answer__action[data-index="7"],
    .answer__action[data-index="8"],
    .answer__action[data-index="9"],
    .answer__action[data-index="10"],
    .answer__action[data-index="-30"],
    .answer__action[data-index="-15"],
    .answer__action[data-index="-5"] {
        border: 3px solid transparent;
        padding: 4px;
    }

    .answer__action.active[data-index="-30"],
    .answer__action.active[data-index="0"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="-30"],
    .answer__action.active[data-index="1"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="-15"],
    .answer__action.active[data-index="2"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="-5"],
    .answer__action.active[data-index="3"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="4"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="5"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="6"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="7"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="8"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="9"] {
        border-width: 3px;
        padding: 4px;
    }
    
    .answer__action.active[data-index="10"] {
        border-width: 3px;
        padding: 4px;
    }

    .answer__buttons {
        margin: .5rem 0 .5rem 0;
    }

    .btn__small {
        /* width: 11rem; */
        width: 12.5rem;
    }

    .more__dishes {
        width: 38rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2rem;
    }

}

@media(max-width: 680px) {
    .more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__item__text {
        font-size: 2.20rem;
        line-height: 2.20rem;
        min-height: 4.5rem;
        max-height: 4.5rem;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item {
        height: 22rem;
    }
}

/* 600px */

@media only screen and (max-width: 37.5em) {
    html {
        /* font-size: 5px !important; */
        /* font-size: 4.8px !important; */
        /* font-size: 6.2px !important; */
        font-size: 5.6px !important;
    }

    .happy__polls__logo {
        margin: 7.5rem auto 3rem auto;
    }

    .main_content {
        /* padding-bottom: 4rem; */
        padding-bottom: 2rem;
    }

    .question .question__title {
        padding: 5% 0 1% 0;
    }

    .login_form>form label {
        font-size: 3.25rem;
    }

    .checkbox-custom {
        min-width: 300px;
    }

    #main-container {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .question__mark {
        font-size: 66px;
        top: -11px;
    }

    header .dropdown button {
        width: 74px;
        padding: 10px;
        height: 40px;
    }

    #login-heading {
        padding-bottom: 20%;
    }

    .login_form>form input,
    #startPoll {
        height: 30px;
    }

    #logo {
        /* width: 22%; */
        margin-bottom: 4px !important;
    }

    #startPoll,
    header>h1 {
        font-size: 12px;
    }

    .buttonHolder {
        margin-bottom: 10rem;
    }

    #thanks-heading,
    #thanksEval-heading {
        font-size: 48px;
        margin-bottom: 20rem;
    }

    .question .question__title {
        font-size: 3.4rem;
        line-height: 3.4rem;
    }

    .pollButton {
        width: 28rem;
        /* height: 9.313rem; */
        /* height: 8rem; */
        height: 6.8rem;
        font-size: 2.9rem;
        display: inline-block;
        margin-bottom: 8rem;
        /* margin-bottom: 0; */
    }

    /* tuka22 */

    .pollButton--ru {
        width: 40rem;
    }

    .question textarea {
        font-size: 12px;
        line-height: 13px;
    }

    .comment-actions .close-comment img,
    .comment-actions .submit-comment img,
    .comment-actions .close-commentQ1 img,
    .comment-actions .submit-commentQ1 img{
        width: 10px;
    }

    .customer__rate__icons .customer__rate__icons__happy img,
    .customer__rate__icons .customer__rate__icons__sadface img {
        width: 24px;
    }

    .customer__rate__icons .customer__rate__icons__text {
        font-size: 14px;
    }

    .flip-clock-wrapper ul {
        padding: 30px;
        padding-inline-start: 0;
        padding-inline-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }

    header .dropdown .dropdown-menu .dropdown-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    #logo {
        margin-bottom: 1% !important;
    }

    .btn__small {
        width: 10.5rem; 
    }


    .more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__item__text {
        font-size: 2.8rem;
        line-height: 2.8rem;
        min-height: 5.6rem;
        max-height: 5.6rem;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item .more__dishes__cover img {
        height: 12.5rem;
    }

    .more__dishes__container .more__dishes__list .more__dishes__item {
        height: 24rem;
    }

    .more__dishes {
        margin: 0.8rem auto 1.2rem auto;
    }
}

@media(max-width: 33.375rem) {
    .more__dishes {
        margin: 1.3rem auto 1.2rem auto;
    }
}

@media (max-width: 500px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 18px;
    }

    .checkboxes__wrapper input[type=checkbox]~b {
        /* width: 18px;
        height: 18px; */
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .checkboxes__wrapper input[type=checkbox]:checked~b:after {
        /* width: 18px;
        height: 18px; */
        width: 15px;
        height: 15px;
    }

    .food__select .selectr-container.has-selected:before {
        width: 15px;
        height: 15px;
    }

    .food__select .has-selected .selectr-label {
        padding-left: 5px;
    }
}

/* 479px */

@media only screen and (max-width: 29.938em) {
    html {
        /* font-size: 30% !important; */
        font-size: 5px !important;
    }

    .question2__addImage__btn {
        border-radius: 4px;
    }

    .question2__addImage__btn i {
        font-size: 13px;
    }

    .product__image {
        width: 60%;
        margin: 0 auto;
    }

    .checkbox-custom {
        min-width: 100%;
    }

    header .dropdown span {
        font-size: 12px;
    }

    .question__mark {
        font-size: 47px;
        top: 2px;
        right: 20px;
    }

    .flip-clock-wrapper ul li {
        width: 90%;
    }

    .flip-clock-divider {
        width: 20px;
    }

    .flip-clock-dot {
        width: 8px;
        height: 8px;
        left: 5px;
    }

    .flip-clock-divider {
        margin-top: -20px;
        height: 80px;
    }

    .flip-clock-dot.top {
        top: 30px;
    }

    .flip-clock-dot.bottom {
        bottom: 30px;
    }

    /* .btn__small {
        min-width: 5.3rem;
        height: 5.3rem;
        line-height: 5.3rem;
    } */

    #logo {
        width: 25%;
        margin-bottom: 4px !important;
    }

    #startPoll,
    header>h1 {
        font-size: 2.4rem;
    }

    header>h1 {
        padding-top: 1.800rem;
        padding-bottom: 1.625rem;
    }

    .question .question__title {
        /* font-size: 2.3rem; */
        /* padding: 2% 0 1% 0; */
        font-size: 3.2rem;
        line-height: 3.2rem;
    }

    /* .pollButton {
        margin-bottom: 0;
    } */

    .rejectPollBut,
    #submitPollButton {
        /* height: 8.313rem; */
        font-size: 3rem;
    }

    #thanks-heading {
        font-size: 27px;
    }

    .question .addComment.hasComment {
        padding-bottom: 0;
    }


	.checkboxes__wrapper .label__radio__text span:not(.dark__text) {
		line-height: 2.4rem !important;
		font-size: 2.6rem;
	}

    .question {
        min-height: 20rem;
    }

    .question .user__reply__title {
        margin: 15px 0 10px 0;
    }

}

/* 374px */

@media only screen and (max-width: 23.375em) {
    html {
        /* font-size: 28% !important; */
        font-size: 4.6px !important;
    }

    /* .btn__small {
        min-width: 3.8125rem;
    } */

    /* .btn__base__modified {
        height: 3.8125rem;
        line-height: 3.8125rem;
    } */

    .inner__radio__boxes .label__radio__text {
        font-size: 12px;
    }
}

.wrapper__poll {
    min-height: calc(100vh - 195px);
    display: flex;
    align-items: center;
}

.stiky__foter__poll {
    height: 195px;
}

.thankyou__wrapper {
    background: #f5f2e9;
    width: 100%;
    text-align: center;
    margin: 1.938rem 0;
    position: relative;
    min-height: 29.625rem;
    padding: 2.625rem;
    border-radius: 4px;
    padding-bottom: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou__wrapper .thankyou__text {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    /* font-size: 3rem; */
    font-size: 2.5rem;
    padding: 3.063rem 0 3.313rem 0;
    position: relative;
    margin: 0;
    line-height: 3rem;
    font-family: "roboto_condensedbold", sans-serif;
}

@media (max-width: 991px) {
    .thankyou__wrapper {
        min-height: 50rem;
    }

    .thankyou__wrapper .thankyou__text {
        font-size: 5rem;
        line-height: normal;
    }

    .wrapper__poll .happy__polls__logo {
        width: 30rem;
    }
}

/* poll low res "fix" */
@media (max-width: 1365px) { 
    .label__radio__text>span {
        line-height: 16px !important;
        font-weight: 600 !important;
    }
    .label__radio__text>span>div {
        line-height: 16px !important;
        padding-left: 0px !important;
    }
    .label__radio__text>span>div>span {
        font-size: 12px !important;
    }
    .food__select--visible {
        width: max-content !important;
    }

    .selectr-placeholder {
        padding-left: 0px !important;
    }
    /* .selectr-selected {
        padding-left: 30px;
        padding: 7px 7px 7px 7px;
    } */
    .comments-container>div>.col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        /* margin-bottom: 15px; */
    }
}

.poll__feedback.modal.show {
	pointer-events: none;
}

.comment-actions button.btn__feedback {
    color: #ffffff;
    width: 23.938rem;
    height: 6.313rem;
    border-radius: 38px;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin: 2.313rem 1.125rem 4.5rem 1.125rem;
    outline: none !important;
    cursor: pointer;
	border: none;
	background: #ff0039;
}


.btn__feedback {
	color: #fff;
    width: 20.938rem;
    height: 3.620rem;
    border-radius: 38px;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin: 1rem;
    outline: none !important;
    cursor: pointer;
    border: none;
	background-color: #E10000;
	display: flex;
	align-items: center;
	justify-content: center;

}

.btn__edit__modal:hover,
.btn__feedback:hover {
	color: #fff;
}

.food__select--center {
	justify-content: center;
	width: 100% !important;
}

.current__items {
	font-weight: 400;
	max-width: 90%;
	margin: 0 auto 20px auto;
	display: none;
	list-style: none; /* Remove default bullets */
}

.current__items li:before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #000; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.poll__title {
	color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
    /* padding: 0 0 2rem 0; */
    padding: 0 0 1rem 0;
    position: relative;
    margin: 0;
    line-height: 2.2rem;
    font-family: "roboto_condensedbold", sans-serif;
}

.poll__text {
	color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    position: relative;
    margin: 0;
    line-height: 2rem;
}


.btn__edit__modal {
    color: #fff;
    width: 10.938rem;
    height: 2.300rem;
	border-radius: 22px;
	line-height: 2.300rem;
    font-size: 1rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
	margin: 0 auto .5rem auto;
    outline: none !important;
    cursor: pointer;
    border: none;
	background-color: #E10000;
	display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.btn__edit__modal.showMe {
	display: flex;
}

.inner__checkboxes__wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
}

.inner__checkboxes__wrapper .checkbox__inner {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
	max-width: 50%;
	height: 55px;
}

@media(max-width: 900px) {
	
    .question .question__title {
        font-size: 3rem;
        line-height: 3rem;
    }

	.checkboxes__wrapper .checkbox__outer--modal .label__radio__text {
		margin-bottom: 0;
	}

	.btn__edit__modal {
		width: 20.938rem;
		height: 4.3rem;
		line-height: 4.3rem;
		font-size: 2rem;
	}

	.inner__checkboxes__wrapper .checkbox__inner {
		height: 40px;
	}

	.poll__title,
	.poll__text {
		font-size: 2.5rem;
	}

	.checkboxes__wrapper .label__radio__text span:not(.dark__text) {
		line-height: 3.4rem !important;
	}

	.btn__edit__modal,
	.btn__feedback {
		width: 22.938rem;
		height: 5.62rem;
		font-size: 2rem;
	}

}



/* @media(max-width: 625px) {
	.poll__title,
	.poll__text {
		font-size: 2.5rem;
	}

} */
