#survey .question .answers .list .item, .item.item-sortable-helper {
    display: block;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 10px 30px 10px 14px;
    border-radius: 4px;
    margin: 7px 0 0 0;
    position: relative;
    transition: .3s;
    cursor: pointer;
    word-break: break-word;
}
.stH{
    display: none !important;
}
#survey .frame, #survey .page {
    
    height: 100%;
    width: 100%;
}
#survey .question .header h2 {
    font-size: 17px;
    padding: 15px 0 0 0;
}

#survey .question .header h2 .inline-require {
    display: inline-block;
}
#survey .question .help {
    font-size: 14px;
    position: relative;
    padding-top: 8px;
}
#survey .question .help {
    color: rgba(255,255,255,0.75);
}
#survey .question .answers .list {
    padding: 8px 0 0 0;
}
#survey .question .answers .list .item {
    border-color: #626363;
    background-color: #383939;
}
#survey.no-touch .question .answers .list .item {
    -webkit-transition: border-color 150ms ease-in-out,background-color 150ms ease-in-out;
    -moz-transition: border-color 150ms ease-in-out,background-color 150ms ease-in-out;
    -o-transition: border-color 150ms ease-in-out,background-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out,background-color 150ms ease-in-out;
}
#survey .question .answers .list .item.active, #survey .question .answers .list .item.active:hover {
    border: 1px solid transparent;
    animation: active .3s linear;
}
#survey .question .answers .list .item.active, #survey .question .answers .list .item.active:hover {
    background: #c27b3f;
    border-color: #f7eee6;
    color: #fff;
}
#survey .question .answers .list .item:before {
    display: none;
}
#survey .question .single-choice .list .item.active:before {
    display: block;
    right: 8px;
    top: 10px;
    position: absolute;
}
.desktop-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
#survey .page-in .block {
    display: block;
    width: 100%;
}
[class^="flaticon-frontend-"]:before, [class*=" flaticon-frontend-"]:before, [class^="flaticon-frontend-"]:after, [class*=" flaticon-frontend-"]:after {
    font-family: Flaticon-frontend;
}
.flaticon-frontend-check:before {
    content: "\F103";
}
#survey .page-in .block-in {
    display: inline-block;
    width: 100%;
    max-width: 516px;
    text-align: left;
}
#survey .question .answers .list .item:hover {
    background-color: #6b6c6c;
    border-color: #494949;
}
.footerV3 .layout .desktop-footer .navigation .btn:last-child:hover {
    color: 000;
    background: #e87a1e;
}
.footerV3 .layout .desktop-footer .navigation .btn:first-child:hover {
    background: rgba(255,255,255,0.15);
}
.headerV3 {
    margin: 0 0px 45px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
#survey .question .answers {
    color: #fff;
}

.headerV3 .layout .headerTitle {
    margin: auto 0;
    word-break: break-word;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
}


.footerV3 {
    margin: 80px -28px 0;
}
.footerV3 .layout {
    text-align: center;
    color: #fff;
    padding: 32px 28px;
    padding-bottom: 122px;
    font-family: Helvetica Neue LT W02_55 Roman;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

#survey .question .matrix .list {
    padding: 0;
}
#survey .question .matrix h3 {
    padding: 15px 0 8px 0;
    margin: 20px 0 0 0;
    border-top: 1px dashed transparent;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.footerV3 .layout .desktop-footer .navigation .btn{
color: rgb(255 255 255);
}


@media (min-width: 620px){
    #survey .page-in .block-in, #survey #header h2, #survey .footer .footer-center, #survey .alert {
        max-width: 600px;
    }
}


@media (min-width: 1080px){
    .footerV3 .layout .desktop-footer .navigation {
    margin: 0 -3px;
}
.footerV3 .layout .desktop-footer .ads {
    text-decoration: none;
    font-family: Helvetica Neue LT W02_55 Roman;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
    .footerV3 .layout {
    padding: 16px 28px;
    padding-bottom: 56px;
}
    .footerV3 .layout .desktop-footer .navigation {
    margin: 0 -3px;
}

    .footerV3 .layout .desktop-footer .navigation .btn {
        margin: 0 3px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        padding: 13px 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: background-color 150ms ease-in-out;
        -moz-transition: background-color 150ms ease-in-out;
        -o-transition: background-color 150ms ease-in-out;
        transition: background-color 150ms ease-in-out;
    }
        .footerV3 .layout .desktop-footer .navigation .btn i{
            margin-right: 0;
        }
    .footerV3 .layout .desktop-footer .navigation .btn:last-child {
    color: #3e2b1a;
    background-color: #c27b3f;
    border: 1px solid #2813006e
}
.footerV3 .layout .desktop-footer .navigation .btn:first-child {
    color: #666;
        border: 1px solid #2813006e
}
}
@media screen and (min-width: 552px){
    #survey .question .answers .list .item, .item.item-sortable-helper {
        letter-spacing: .5px;
        font-size: 16px;
    }
    #survey .question .header h2 {
    font-size: 24px;
}
#survey .question .help {
    letter-spacing: .5px;
    font-size: 15px;
}
#survey .question .answers .list .item, .item.item-sortable-helper {
    letter-spacing: .5px;
    font-size: 16px;
}
.headerV3 .layout .headerTitle {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
}

#survey .question .answers.matrix.matrix-wide .list h3, #survey .question .answers.matrix.matrix-wide .list .item-container, #survey .question .answers.matrix.matrix-wide .list .col-title {
    letter-spacing: .5px;
    font-size: 16px;
}

}



@media screen and (min-width: 516px){
    #survey .question .answers.matrix.matrix-wide .list h3, #survey .question .answers.matrix.matrix-wide .list .item-container, #survey .question .answers.matrix.matrix-wide .list .col-title {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
}
#survey .question .answers.matrix.matrix-wide .list h3, #survey .question .answers.matrix.matrix-wide .list .col-title.empty {
    padding: 5px 10px 5px 0;
    border: 0;
    width: 40% !important;
}
#survey .question .answers.matrix.matrix-wide .list h3 {
    text-align: right;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
    #survey .question .answers.matrix.matrix-wide .list h3, #survey .question .answers.matrix.matrix-wide .list .item-container, #survey .question .answers.matrix.matrix-wide .list .col-title {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
}
#survey .question .answers.matrix.matrix-wide .list .item-container .item:not(.type) {
    margin: 0;
    padding: 0;
}
#survey .question .answers.matrix.matrix-wide .list {
    display: table-row;
}
    .headerV3 .layout .headerTitle {
    font-size: 24px;
    line-height: 30px;
}
    #survey .page-in .block {
    padding: 15px 0;
}
    #survey .question .header h2 {
        font-size: 20px;
        line-height: 140%;
    }
    #survey .question .help {
    font-size: 14px;
    padding-bottom: 5px;
}
#survey .question .single-choice .list.cols {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}
#survey .question .single-choice .list.cols .item {
    display: inline-block;
    vertical-align: top;
    width: 49.25%;
    margin-right: 1.5%;
}
}