/*******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    A/*lso, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*.alert-dismissible {
    position:fixed;
    left: 0;
}*/

img {
image-rendering: -webkit-optimize-contrast;
}

body {
    display: none;
}

.font-calibri {
 font-family: 'calibri';
}

.btn, .form-control, body {
    font-size: xx-large;
}

.form-control {
    height: auto;
}


#outerframeContainer {
    display: table;
    height: 100vh;
    max-width: 100vw;
    padding-left: 2%;
    padding-right: 2%;
}


#main-row, .alert-dismissible {
    display: table-row;
    vertical-align: bottom;
    height:fit-content;
    max-width: 100%;
}

#main-col {
    display: table-cell;
    vertical-align: middle;
}



/* QUESTION */
.question-container {
    margin-bottom: 0.1em;
    border: none;
    background-color: transparent;
}
.question-title-container {
    padding-top: inherit;
    padding-bottom: inherit;
    font-size: 120%;
    font-weight: bold;
} 

.question_pinned {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 100;
}



/* HELP */
.ls-question-help, .ls-questionhelp {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
    font-size: 80%;
    margin-left: 1em;
    color: gray;
}




/* ANSWERS */

/*
.answer-container {
    padding-left: 5%;
    padding-right: 5%;
}
*/

.answer-container .row {
    margin-left: 0;
    margin-right: 0;
}

.answers-list ul {
    padding-left: 0;
    padding-right: 0;
}

.multiple-opt .answers-list > ul,
.list-radio .answers-list > ul,
.array-flexible-row .answers-list > ul,
.array-multi-flexi .answers-list > ul,
#cFix, 
#cOther
{
    width: 100%;
    display: inline-grid;
    grid-template-columns: 1fr;
}

#cFix, #cOther
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.checkbox-item, .radio-item {
    padding: 0;
}

li.radio-item, li.checkbox-item, li.checkbox-text-item, li.radio-text-item {
    width:100%;
    margin: 0;
    padding-left: 1.5em;
    border-bottom: 1px solid #3c648c;
}

li.radio-item:first-child, li.checkbox-item:first-child, li.checkbox-text-item:first-child {
    border-top: 1px solid #3c648c;
}

li.radio-item label, li.checkbox-item label, li.checkbox-text-item label, li.radio-text-item label {
    width:100%;
    padding-left: 0;
}

.checkbox-text-item input.form-control, .radio-text-item input.form-control {
    width: 100%;
}

.answer-item .other-text-item {
    /*width: calc(100% - 4em);*/
    flex: 1;
}


/*
.checkbox-item label::before,
.answer-item label::before,
.radio-item label::before {
*/
.answer-item label::before {
    top: 0.3em;
    height: 0.75em;
    width: 0.75em;
    margin-left: -1.1em;
    left:0.0em;
    border: 2px solid gray;
}

.checkbox-item input[type="checkbox"]:focus + label::before {
    outline: inherit;
}

.radio-item label::after {
    top: 0.35em;
    height: 0.65em;
    width: 0.65em;
    margin-left: -1.1em;
    left:0.05em;
}

.checkbox-item label::after {
    font-size: 0.8em;
    background-color: transparent;
    top: 0.1em;
    /*height: 0.65em;
    width: 0.65em;*/
    margin-left: 0;
    padding-left: 0;
    left:-1.4em;
}



/*
.answer-item label::after {
    
}

.checkbox-item input[type="checkbox"]:disabled + label.wocb, .checkbox-item input[type="radio"]:disabled + label {
    opacity: 1;
}
*/


.check_status1 {
    background-color: #85a4c2;
    /*color: white;*/
}

.radio-item.check_status1 label::after {
    transform: scale(1,1);
}


/* FOR MOBILE*/
@media screen and (max-aspect-ratio: 1/1) {
    
    #outerframeContainer {
        width: 100%;
    }
    .btn, .form-control, body, .ls-heading, table, blockquote {
        font-size: 4rem;
    }

    .answers-list ul {
        /*gap: 2px;*/
    }

    .navigator .btn {
        width: 100%;
        font-size: 120%;
    }
    
    #cOther, #cFix {
        width: 100%;
    }

    .answer-container table {
        display: block;    
    }
    
    table .radio-item .ls-label-xs-visibility {
        height: 1.1em;
        width: 1em;
    }

    
/*    table .answer-item label::before {
        top: 0;
        height: 0.4em;
        width: 0.4em;
        
    }
    
 
    table .answer-item label::after {
        top: 0;
        height: 0.375em;
        width: 0.375em;
        left: 0.025em;
        
    }
*/
}

/*FOR DESKTOP*/
@media screen and (min-aspect-ratio: 1/1) {
    
    :not(.array-flexible-column) .answer-item:not(.check_status1):not(.check_status2):hover {
        background-color: #f2f2f2;
    }
    
    .form-control, body, blockquote {
        font-size: 2rem; 
    }
    
    .ls-heading, .answertext, .array-flexible-column .answer-item {
        font-size: 2rem;
    }
    
    .btn {
        font-size: 2rem;
    }
    
    .answer-container table {
        display: table;    
    }

    
    
    #cOther, #cFix {
        width: 66%;
        margin-left: 17%;
        margin-right: 17%;
    }
    
    .temp_widest {
        width:100%;
    }
    
    .no-highlight-answer .answer-item:not(.check_status1):hover {
        background-color: transparent;
    }
}







/* TILES */
#cFix, #cOther,
.tile-2 .answers-list ul, 
.tile-3 .answers-list ul, 
.tile-4 .answers-list ul, 
.tile-5 .answers-list ul, 
.tile-6 .answers-list ul, 
.tile-7 .answers-list ul, 
.tile-8 .answers-list ul, 
.tile-9 .answers-list ul, 
.tile-10 .answers-list ul, 
.tile-11 .answers-list ul, 
.tile-12 .answers-list ul,
.tile-13 .answers-list ul,
.mob-tile-1 .answers-list ul,
.mob-tile-2 .answers-list ul,
.mob-tile-3 .answers-list ul,
.mob-tile-4 .answers-list ul
{
    gap: 3px;
}


.tile-2 .answer-item label::before, .tile-2 .answer-item label::after, 
.tile-3 .answer-item label::before, .tile-3 .answer-item label::after,
.tile-4 .answer-item label::before, .tile-4 .answer-item label::after, 
.tile-5 .answer-item label::before, .tile-5 .answer-item label::after, 
.tile-6 .answer-item label::before, .tile-6 .answer-item label::after, 
.tile-7 .answer-item label::before, .tile-7 .answer-item label::after, 
.tile-8 .answer-item label::before, .tile-8 .answer-item label::after, 
.tile-9 .answer-item label::before, .tile-9 .answer-item label::after, 
.tile-10 .answer-item label::before, .tile-10 .answer-item label::after, 
.tile-11 .answer-item label::before, .tile-11 .answer-item label::after, 
.tile-12 .answer-item label::before, .tile-12 .answer-item label::after,
.tile-13 .answer-item label::before, .tile-13 .answer-item label::after,
.mob-tile-1 .answer-item label::before, .mob-tile-1 .answer-item label::after,
.mob-tile-2 .answer-item label::before, .mob-tile-2 .answer-item label::after,
.mob-tile-3 .answer-item label::before, .mob-tile-3 .answer-item label::after,
.mob-tile-4 .answer-item label::before, .mob-tile-4 .answer-item label::after,
.shelf2503 .answer-item label::before, .shelf2503 .answer-item label::after
{
    display: none;
}

.tile-2 .answer-item,
.tile-3 .answer-item,
.tile-4 .answer-item,
.tile-5 .answer-item,
.tile-6 .answer-item,
.tile-7 .answer-item,
.tile-8 .answer-item,
.tile-9 .answer-item,
.tile-10 .answer-item,
.tile-11 .answer-item,
.tile-12 .answer-item,
.tile-13 .answer-item,
.mob-tile-1 .answer-item,
.mob-tile-2 .answer-item,
.mob-tile-3 .answer-item,
.mob-tile-4 .answer-item,
.shelf2503 .answer-item
{
    padding: 0;
}

.shelf2503 .answer-item {
    padding-left: 4px;
    padding-right: 4px;
    border: none;
}



.tile-2 li.radio-item:not(.ls-hidden), .tile-2 li.checkbox-item:not(.ls-hidden), .tile-2 li.checkbox-text-item:not(.ls-hidden), .tile-2 li.radio-text-item:not(.ls-hidden),
.tile-3 li.radio-item:not(.ls-hidden), .tile-3 li.checkbox-item:not(.ls-hidden), .tile-3 li.checkbox-text-item:not(.ls-hidden), .tile-3 li.radio-text-item:not(.ls-hidden),
.tile-4 li.radio-item:not(.ls-hidden), .tile-4 li.checkbox-item:not(.ls-hidden), .tile-4 li.checkbox-text-item:not(.ls-hidden), .tile-4 li.radio-text-item:not(.ls-hidden),
.tile-5 li.radio-item:not(.ls-hidden), .tile-5 li.checkbox-item:not(.ls-hidden), .tile-5 li.checkbox-text-item:not(.ls-hidden), .tile-5 li.radio-text-item:not(.ls-hidden),
.tile-6 li.radio-item:not(.ls-hidden), .tile-6 li.checkbox-item:not(.ls-hidden), .tile-6 li.checkbox-text-item:not(.ls-hidden), .tile-6 li.radio-text-item:not(.ls-hidden),
.tile-7 li.radio-item:not(.ls-hidden), .tile-7 li.checkbox-item:not(.ls-hidden), .tile-7 li.checkbox-text-item:not(.ls-hidden), .tile-7 li.radio-text-item:not(.ls-hidden),
.tile-8 li.radio-item:not(.ls-hidden), .tile-8 li.checkbox-item:not(.ls-hidden), .tile-8 li.checkbox-text-item:not(.ls-hidden), .tile-8 li.radio-text-item:not(.ls-hidden),
.tile-9 li.radio-item:not(.ls-hidden), .tile-9 li.checkbox-item:not(.ls-hidden), .tile-9 li.checkbox-text-item:not(.ls-hidden), .tile-9 li.radio-text-item:not(.ls-hidden),
.tile-10 li.radio-item:not(.ls-hidden), .tile-10 li.checkbox-item:not(.ls-hidden), .tile-10 li.checkbox-text-item:not(.ls-hidden), .tile-10 li.radio-text-item:not(.ls-hidden),
.tile-11 li.radio-item:not(.ls-hidden), .tile-11 li.checkbox-item:not(.ls-hidden), .tile-11 li.checkbox-text-item:not(.ls-hidden), .tile-11 li.radio-text-item:not(.ls-hidden),
.tile-12 li.radio-item:not(.ls-hidden), .tile-12 li.checkbox-item:not(.ls-hidden), .tile-12 li.checkbox-text-item:not(.ls-hidden), .tile-12 li.radio-text-item:not(.ls-hidden),
.tile-13 li.radio-item:not(.ls-hidden), .tile-13 li.checkbox-item:not(.ls-hidden), .tile-13 li.checkbox-text-item:not(.ls-hidden), .tile-13 li.radio-text-item:not(.ls-hidden),
.mob-tile-1 li.radio-item:not(.ls-hidden), .mob-tile-1 li.checkbox-item:not(.ls-hidden), .mob-tile-1 li.checkbox-text-item:not(.ls-hidden), .mob-tile-1 li.radio-text-item:not(.ls-hidden),
.mob-tile-2 li.radio-item:not(.ls-hidden), .mob-tile-2 li.checkbox-item:not(.ls-hidden), .mob-tile-2 li.checkbox-text-item:not(.ls-hidden), .mob-tile-2 li.radio-text-item:not(.ls-hidden),
.mob-tile-3 li.radio-item:not(.ls-hidden), .mob-tile-3 li.checkbox-item:not(.ls-hidden), .mob-tile-3 li.checkbox-text-item:not(.ls-hidden), .mob-tile-3 li.radio-text-item:not(.ls-hidden),
.mob-tile-4 li.radio-item:not(.ls-hidden), .mob-tile-4 li.checkbox-item:not(.ls-hidden), .mob-tile-4 li.checkbox-text-item:not(.ls-hidden), .mob-tile-4 li.radio-text-item:not(.ls-hidden)
{
    border: 1px solid #3c648c;
    display: inline-table;
    text-align: center;
    vertical-align: middle;
}



.ls-hidden {
    display: none;
}

.tile-2 li.answer-item label,
.tile-3 li.answer-item label,
.tile-4 li.answer-item label,
.tile-5 li.answer-item label,
.tile-6 li.answer-item label,
.tile-7 li.answer-item label,
.tile-8 li.answer-item label,
.tile-9 li.answer-item label,
.tile-10 li.answer-item label,
.tile-11 li.answer-item label,
.tile-12 li.answer-item label,
.tile-13 li.answer-item label,
.mob-tile-1 li.answer-item label,
.mob-tile-2 li.answer-item label,
.mob-tile-3 li.answer-item label,
.mob-tile-4 li.answer-item label
{
    display: table-cell;
    hyphens: none;
    word-wrap: break-word;
}


/* FOR MOBILE*/
@media screen and (max-aspect-ratio: 1/1) {
    
    .mob-tile-1 .answers-list ul,
    .mob-tile-2 .answers-list ul,
    .mob-tile-3 .answers-list ul,
    .mob-tile-4 .answers-list ul, 
    .tile-5.scale .answers-list ul 
    {
        grid-auto-rows: 1fr;
    }

    .mob-tile-2 .answers-list ul,
    .tile-2:not(.mob-tile-1):not(.mob-tile-3):not(.mob-tile-4) .answers-list ul
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .mob-tile-3 .answers-list ul, 
    .tile-3:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-4:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-5:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-6:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-7:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-8:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-9:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-10:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-11:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-12:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul,
    .tile-13:not(.mob-tile-1):not(.mob-tile-2):not(.mob-tile-4):not(.scale) .answers-list ul
    {
        grid-template-columns: repeat(3, 1fr);
    }

    .mob-tile-4 .answers-list ul {
        grid-template-columns: repeat(4, 1fr);
    }

}

/*FOR DESKTOP*/
@media screen and (min-aspect-ratio: 1/1) {

    .tile-2  .answers-list > ul,
    .tile-3  .answers-list > ul,
    .tile-4  .answers-list > ul,
    .tile-5  .answers-list > ul,
    .tile-6  .answers-list > ul,
    .tile-7  .answers-list > ul,
    .tile-8  .answers-list > ul,
    .tile-9  .answers-list > ul,
    .tile-10  .answers-list > ul,
    .tile-11  .answers-list > ul,
    .tile-12  .answers-list > ul,
    .tile-13  .answers-list > ul 
    {
        /*display: inline-grid;*/
        grid-auto-rows: 1fr;
    }

    .tile-2 .answers-list > ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .tile-3 .answers-list > ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .tile-4 .answers-list > ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .tile-5 .answers-list > ul {
        grid-template-columns: repeat(5, 1fr);
    }

    .tile-6 .answers-list > ul {
        grid-template-columns: repeat(6, 1fr);
    }

    .tile-7 .answers-list > ul {
        grid-template-columns: repeat(7, 1fr);
    }

    .tile-8 .answers-list > ul {
        grid-template-columns: repeat(8, 1fr);
    }

    .tile-9 .answers-list > ul {
        grid-template-columns: repeat(9, 1fr);
    }

    .tile-10 .answers-list > ul {
        grid-template-columns: repeat(10, 1fr);
    }

    .tile-11 .answers-list > ul {
        grid-template-columns: repeat(11, 1fr);
    }

    .tile-12 .answers-list > ul {
        grid-template-columns: repeat(12, 1fr);
    }
    
    .tile-13 .answers-list > ul {
        grid-template-columns: repeat(13, 1fr);
    }

}

li.checkbox-text-item, li.radio-text-item,
.tile-2 li.checkbox-text-item:not(.ls-hidden), .tile-2 li.radio-text-item:not(.ls-hidden),
.tile-3 li.checkbox-text-item:not(.ls-hidden), .tile-3 li.radio-text-item:not(.ls-hidden),
.tile-4 li.checkbox-text-item:not(.ls-hidden), .tile-4 li.radio-text-item:not(.ls-hidden),
.tile-5 li.checkbox-text-item:not(.ls-hidden), .tile-5 li.radio-text-item:not(.ls-hidden),
.tile-6 li.checkbox-text-item:not(.ls-hidden), .tile-6 li.radio-text-item:not(.ls-hidden),
.tile-7 li.checkbox-text-item:not(.ls-hidden), .tile-7 li.radio-text-item:not(.ls-hidden),
.tile-8 li.checkbox-text-item:not(.ls-hidden), .tile-8 li.radio-text-item:not(.ls-hidden),
.tile-9 li.checkbox-text-item:not(.ls-hidden), .tile-9 li.radio-text-item:not(.ls-hidden),
.tile-10 li.checkbox-text-item:not(.ls-hidden), .tile-10 li.radio-text-item:not(.ls-hidden),
.tile-11 li.checkbox-text-item:not(.ls-hidden), .tile-11 li.radio-text-item:not(.ls-hidden),
.tile-12 li.checkbox-text-item:not(.ls-hidden), .tile-12 li.radio-text-item:not(.ls-hidden),
.tile-13 li.checkbox-text-item:not(.ls-hidden), .tile-13 li.radio-text-item:not(.ls-hidden),
.mob-tile-2 li.checkbox-text-item:not(.ls-hidden), .mob-tile-2 li.radio-text-item:not(.ls-hidden),
.mob-tile-3 li.checkbox-text-item:not(.ls-hidden), .mob-tile-3 li.radio-text-item:not(.ls-hidden),
.mob-tile-4 li.checkbox-text-item:not(.ls-hidden), .mob-tile-4 li.radio-text-item:not(.ls-hidden)
{
    display: flex;
}

li.checkbox-text-item.answer-item label, li.radio-text-item.answer-item label {
    display: inline-block;
    margin-top: calc(2rem / 4);
}



/* NAVIGATOR */

.navigator_pinned {
    position: fixed;
    bottom: 0;
    padding-bottom: 0;
    background-color: white;
    z-index: 100;
}

/* clicks */ 


.click-text-element {
    border: 2px dashed transparent;
}

.click-text-element:hover {
    border: 2px dashed red;
}

.click-text-highlighted {
    background-color:yellow;
}

.clicktest-likes .click-text-element:hover {
    border: 2px dashed #14a082;
}

.clicktest-likes .click-text-highlighted {
    background-color:#14a082;
    color: white; /*#3366ff;*/
}

.clicktest-dislikes .click-text-element:hover {
    border: 2px dashed #ff0000;
}

.clicktest-dislikes .click-text-highlighted {
    background-color:#ff0000;
    color: white;
}

.click-text-element:hover {
    cursor: pointer;
}

.pin {
    opacity: 1;
    transition: opacity 1s, visibility 0s;
}
.pin.vanish {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}

/* clicks - END*/ 

/*array_vis - BEGIN*/

#StatementArea {
    text-align: center;
}

#StatementArea div {
    text-align: center;
    font-style: italic;
    text-decoration: underline;
}





.array_case {
    width:90%;
    /*min-width:800px;
    max-width:100%;*/
    margin-left:5%;
    
}


.array_case th {
    min-height: 3em;
    /*display:table-cell;*/
    hyphens: none;
    border: 3px solid white;
    background-color: #f2f2f2; /*#ebf3f9; /*PowderBlue;*/
    vertical-align: middle;
    font-weight: normal;
}

/*.array_case th:nth-child(odd) {
    background-color: Gainsboro;
}*/

.array_case_table {
    width:96%;
    margin-left:2%;
    min-height:4em;
}



.array_statement {
    /*float: inherit;*/
    font-size: 120%;
    width: 80%;
    margin-left:10%;
/*    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    background:#eb6864;
    color: white;
    hyphens:none;
*/
}

.array_answer {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    text-align: center;
    /*font-size: 100%;*/
    /*min-height: 2em;*/
}

.array_answer:active {
        background-color: #3c648c; /*286090;*/
        cursor: default;
        color:white;
}

.array-no-highlighted .array_statement > .highlighted_text {
    background-color: transparent;
}

/*FOR DESKTOP*/
@media screen and (device-aspect-ratio: 16/9), screen and (device-aspect-ratio: 4/3), screen and (device-aspect-ratio: 16/10) {
    .array_answer:hover {
        background-color: #3c648c;
        cursor: default;
        color:white;
    }
}
/*
@media handheld {
    .array_answer:hover {
        background-color: PowderBlue;
        cursor: default;
        color:inherit;
    }
}
*/

@media screen and (max-aspect-ratio: 1/1) {

    .horizont-scale .answer-container {
        padding: 0;
    }

    
    .horizont-scale .array_case {
        width:98%;
        margin-left:1%;
    }

    .horizont-scale .array_case_table {
        min-height:8em;
    }
    
}

/*array_vis - END*/


/*MaxDiff - BEGIN*/

.MaxDiff-positive {
    background-color: #14a082;
    color: white;
}

.MaxDiff-negative {
    background-color: #ff0000;
    color: white;
}

/*MaxDiff - END*/



/*Grouping - BEGIN*/

.free-grouping-item {
    /*z-index: 10;*/
    position: fixed;
    width: var(--free-grouping-item-width);
    /*background-color:transparent;*/
    font-size: var(--free-grouping-item-font-size);
}

.free-grouping-item * {
    z-index: inherit;
}

.free-grouping-item p:first-child span {
    background-color: white;
    /*border: 6px double black;*/
}

.free-grouping-item img {
    width: var(--free-grouping-item-image-width);
    /*padding-top:-100px;*/
}

.ready-for-grouping-item {
    /*position: fixed;*/
    position:relative;
    /*display: inline;*/
    width: var(--ready-for-grouping-item-width);
    margin-top: 1%;
    float: left;
    display: block;
}

.ready-for-grouping-item:hover img {
    width:var(--free-grouping-item-image-width);
    /*position:fixed;
    z-index:10000;*/
}

.ready-for-grouping-item p:first-child {
    /*background-color: white;*/
    /*border: 2px solid black;*/

}

.ready-for-grouping-item img {
    /*display: none;*/
    width:20%;
}

.table-for-ready, .table-for-ready td {
    width:100%;
}

/*Grouping - END*/


/* shelf */

.price_sticker {
    position: relative;
    /*display:inline-block;*/
    /*width:90%;
    /*margin-left:5%;
    margin-right:5%;*/
    width:100%;
    left:50%;
    transform:translate(-50%,0);
    background-color: White; 
    border: 2px solid Grey;
    color: Black;
    font-size: 1.8vh;
    vertical-align: top;
    font-weight: 400;
    z-index:10;
    text-align:center;
    /*font-size:large;*/
    margin-bottom:0.1vh;
    line-height: 1.1;
}

.mobile-shelf .price_sticker {
    font-size: 3vh;
}

.lupa_pix {
    z-index: 20;
    /*height:15%;*/
    min-height:20px;
    max-height:40px;
    height:2%;
    width:auto;
    position:relative;
}


img.lupa_pix {
    width:auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
}

.shelf > div {
    border-bottom: 24px solid #d2d2d2;
}

.shelf > div.thin {
    border-bottom: 5px solid #6A6A65; /*#d2d2d2;*/
    margin-top: 1%;
}

.shelf > div.thick {
    border-bottom: 4rem solid #d2d2d2;
}


.shelf label {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    position:relative;
    /*z-index: -1;*/
}

.detailed {
    width:10%;
    border: 2px solid transparent; /*grey;*/
    text-align:center;
    padding:0;
    background-color: transparent; /*Gainsboro;*/
}

.detailed div {
    text-align:center;
    /*opacity: 0.5;*/
}

.detailed img {
    padding:0px;
}



.shelf2503 {
    display:flex;
    flex-direction: row;
    justify-content: center;
    /*width: 100%;*/
    height: 100%;
    border-bottom: 2px solid black;
    margin-top: 2vh;
}

.shelf2503 .answer-item, .shelf2503 .answer-item * {
    width: auto;
}

.shelf2503 .answer-item * {
    height: 100%;
}


/* shelf - END */


/* всякое */ 

.hide-answer .answer-container, .hide-answer .question-valid-container {
    display:none;
}

.highlighted_text {
    /*background: #3c648c;/*royalblue;/*#eb6864;*/
    /*color: white;*/
    text-decoration: underline;
}

.hide-other li[id$="other"], #ls-button-submit, .group-description {
    display:none;
}

.text_likes {
    color: #14a082;
}

.text_dislikes {
    color: #ff0000;
}

.widest {
    width: 100%;
}


@media screen and (min-aspect-ratio: 1/1) {

    /*.pix-left-80 {
        position: fixed;
        top:1%;
        left:1%;
        max-width:18%;
        /*padding:1%;*/
    /*}*/


    .group-left-20, .group-left-30, .group-left-40  {
        position: absolute;
        display: table;
        height: 95vh;
        top:1%;
        left:1%;
        margin-left: 0;
        margin-right: 0;
    }


    .group-left-20 {
        width: 18%;
    }

    .group-left-30 {
        width: 28%;
    }

    .group-left-40 {
        width: 38%;
    }

    .test-design-vertical-80, .test-design-vertical-70, .test-design-vertical-60 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .test-design-vertical-80 > img, .test-design-vertical-70 > img, .test-design-vertical-60 > img {
        max-width: 100%;
        max-height: 100%;
    }

    .right-80-css {
        width:80%;
        margin-left:20%;
    }

    .right-75-css {
        width:75%;
        margin-left:25%;
    }

    .right-70-css {
        width:70%;
        margin-left:30%;
    }

    .right-60-css {
        width:60%;
        margin-left:40%;
    }

    /*надо вспомнит для чего это */
    .answer-60 .answer-container{
        width:60%;
        margin-left:20%;
    }

}

ul.ui-autocomplete {
	width: 90%; /*!important;*/
	padding: 1% 2%;
	list-style: none;
	background-color: white;
	cursor: pointer;
}

ul.ui-autocomplete li:hover {
    background-color: #F2F2F2;
}


/* всякое - END*/ 


















/*нужно для tile и для полки*/

.border_option3_status0 {
    background-color: #F2F2F2;/*PowderBlue;/*transparent;*/
    color: inherit;
    border: none;
    margin: 0;
}

input[type="radio"], input[type="checkbox"] {
    /*margin: 0;*/
}

.shelf .border_option3_status0 {
    background-color: transparent;
}


@media screen and (min-aspect-ratio: 1/1) {

    .question-container:not(.mobile-bug) .border_option3_status0:not(.border_option3_status1):hover {
        background-color: #85a4c2; /*6495ED;*/
        /*color:white;*/
    }
}

.border_option3_status1, .shelf .border_option3_status1 {
    /*background-color: yellow;*/
    background-color: #3c648c; /*steelblue;*/
    color: white;
}

.shelf .border_option3_status0 {
    border: none;
    margin: 0;
}


/*нужно для tile и для полки - END*/



/*.ls-heading, .answertext {
    font-size: 20px;
}*/


/*
.tile-2 .answer-item:not(.ls-hidden) label,
.tile-3 .answer-item:not(.ls-hidden) label,
.tile-4 .answer-item:not(.ls-hidden) label,
.tile-5 .answer-item:not(.ls-hidden) label,
.tile-6 .answer-item:not(.ls-hidden) label,
.tile-7 .answer-item:not(.ls-hidden) label,
.tile-8 .answer-item:not(.ls-hidden) label,
.tile-9 .answer-item:not(.ls-hidden) label,
.tile-10 .answer-item:not(.ls-hidden) label,
.tile-11 .answer-item:not(.ls-hidden) label,
.tile-12 .answer-item:not(.ls-hidden) label,
.tile-13 .answer-item:not(.ls-hidden) label
{
    display: table-cell;
    /*height: 100%;*/
/*    hyphens: none;
    word-wrap: break-word;
}


.tile-2 .answer-item:not(.ls-hidden),
.tile-3 .answer-item:not(.ls-hidden),
.tile-4 .answer-item:not(.ls-hidden),
.tile-5 .answer-item:not(.ls-hidden),
.tile-6 .answer-item:not(.ls-hidden),
.tile-7 .answer-item:not(.ls-hidden),
.tile-8 .answer-item:not(.ls-hidden),
.tile-9 .answer-item:not(.ls-hidden),
.tile-10 .answer-item:not(.ls-hidden), 
.tile-11 .answer-item:not(.ls-hidden), 
.tile-12 .answer-item:not(.ls-hidden),
.tile-13 .answer-item:not(.ls-hidden) 
{
    display: inline-table;
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
    /*height: fit-content;*/
/*    min-height: 2.5em;
}
*/


li.radio-item.group999, li.checkbox-item.group999, li.checkbox-text-item.group999 {
    margin-bottom:5px;
}



/*  ZOOM */


.zoomable_pix {
    transition: 0.5s linear;
    /*transition: max-height 0.5s ease-in, width 0.5s ease-in, font-size 0.5s ease-in;*/
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
}

/*
.zoomable_pix {
    max-height: 100%;
    max-width: 100%;
}
*/


/*
.zoomable_concept .zoomable_pix {
    min-width: 30%;
}


@media screen and (max-aspect-ratio: 1/1) {
    .zoomable_concept .zoomable_pix {
        font-size: 50%;
        /*display: block;*/
/*    }
}

*/

.zoomed_pix {
    /*transition: max-height 0.5s ease-out, width 0.5s ease-out, font-size 0.5s ease-out;*/
    cursor: -moz-zoom-out; 
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    max-height: 100vh;
    max-width: 100vw;
    height: auto;
    width: auto;
}

/*
.zoomable_concept .zoomed_pix {
    width: 70%;
    font-size: 140%;
}

@media screen and (max-aspect-ratio: 1/1) {
    .zoomable_concept .zoomed_pix {
        width: 100%;
    }
}
*/


/*  ZOOM - END */







/*  НАДО РАЗОБРАТЬСЯ ЧО ТАКОЕ */


/*6971f9*/

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 2px solid transparent;
}

/*.table {
    border-collapse: separate;
}

.table > tbody > tr {
  border-collapse: separate;
  border-top: 2px solid Gainsboro;
}*/
/*
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  background-color: #f9f9f9;
}
*/
.answer-text {
    /*font-size:120%;*/
}

.space-col {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.well {
    padding: inherit;
    border: none;
    background-color: transparent;
}

.form-control {
    min-width: 100px;
    text-align:left;
}

.text-center {
    text-align: center;
}

.multiple-opt-comments .border_option3_status0 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.radio-item .ls-label-xs-visibility {
    height: 22px;
}

/*  НАДО РАЗОБРАТЬСЯ ЧО ТАКОЕ - END */




































/*!!!!!!!!!!!!Над этим надо работать - сделать более универсальными такие вещи*/
.custom-weight-answer .answer-container {
    width: var(--weight-answer);
    left: var(--left-answer);
}


/*.wocb {
    /*text-align: center;
}*/


/*????*/


.wocb-left {
    text-align: none;
}


.click-pix-zoom {
    width:90%;
    left:5%;
}


.pack-item {
    width:95%;
    text-align:center;
    padding:5%;
}


@media screen and (min-width: 800px) {
    .center-80 {
        position:relative;
        width:80%;
        left:10%;
    }
    .center-60 {
        position:relative;
        width:60%;
        left:20%;
    }
    .center-40 {
        position:relative;
        width:40%;
        left:30%;
    }
    .down-5 {
        position:relative;
        margin-top:5%;
    }
    .down-10 {
        position:relative;
        margin-top:10%;
    }
    .down-15 {
        position:relative;
        margin-top:15%;
    }
    .down-20 {
        position:relative;
        margin-top:20%;
    }
    .down-25 {
        position:relative;
        margin-top:25%;
    }
    .center {
        position:relative;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    } 
    .body-full {
        min-height:100%;
    }
}







#blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}


.small-answer .answer-container{
    font-size: 80%;
}


.drag_pack {
    width:30%;
}

.accet {
    width:100%;
}


.concept_wrapper p {
    margin-top: 1em;
}




.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.noselect img {
    pointer-events: none;
}

/*.question-code {
    display: none;
}*/


/*@media (min-width: 768px) {*/
/*    .form-group.other-text-item {
        display: table-cell;
        width: auto;
    }

    .form-group.other-text-item input.form-control {
        width: 100%;
    }
*/
/*}*/

/*
.form-group.othertext-label-checkox-container {
    display: table-cell;
    width: auto;
    /*max-width: 50%;*/
/*}
*/







/*ВРЕМЕННО*/



/*
.shelf>div {
    position:relative;
}
    
.shelf .answer-item {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}*/
/*
.Bu202103_SKU {
    height: 25vh;
}
*/
/*
.vk_concept {
    /*box-shadow: 5px 5px;
    margin: 2px;
    padding: 5px;
    background-color: #F8FADC;
     -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
}

.vk_concept.concept1 img {
    max-height: 20vh;
}

.vk_concept.concept2 img {
    max-height: 15vh;
}
*/


/*.vk_concept {
    /*box-shadow: 5px 5px;
    margin: 2px;
    padding: 5px;
    background-color: #F8FADC;
     -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
}*/


/*small_c*/

/*.vk_concept.small_c {
    font-size:40%;
}*/
/*
.waunt_page.small_c p {
    margin: 0;
}

.waunt_page {
    position:absolute;
    
    display: block;
    margin: auto;
    z-index: 100;
    max-height: 767px;
    max-width: 1653px;
}

*/


/*
.vk_concept.concept1.small_c img {
    /*max-height: 100px;
    height: 13vh;
}

.vk_concept.concept2.small_c img {
    /*max-height: 80px;
    height: 10vh;
}
*/



/*.concept {
    background-color: #F8FADC;
}
*/



/*

.rollton_cbc p {
    margin: 0;
}

.rollton_cbc_item {
    max-height: 38vh;
}

.craft_bottle {
    width:70%;
}
.craft_range {
    height:30vh;
     -webkit-transition: all 1s ease 0.2s;
     -moz-transition: all 1s ease 0.2s;
     -o-transition: all 1s ease 0.2s;
     transition: all 1s ease 0.2s;
}

.craft_range:hover {
    height: unset;
    height:80vh;
    /*max-width:90vw;
}

.ls-answers img.stubby_sku {
    height: 23vh;
}

.kefir_sku {
    max-height: 450px;
}

.sber_concept   {
   /* border: 2px solid grey;
   background-color: #F8F9F9;
}

.sber_concept *   {
    font-size: medium;
}
.sber_concept.large * {
    font-size: x-large;
}

.sber_concept .concept_head {
    font-size: 120%;
    font-weight: bold;
}
#nowhere span:hover, #nopay span:hover {
    cursor: default;
}

.arrow_left {
    transform: rotate(180deg);
}

form[action="/index.php/978913"] .NewQstText {
    font-weight: bold;
}
*/


/*
.ls-answers img.vodka_SKU {
    height: 25vh;
}

.array_statement .vodka_SKU, .ls-answers img.vodka_SKUM {
    height: 50vh;
}

.orimi_logo {
    max-height:15vh;
}


.snack_img {
    max-width: 30vw;
    max-height: 30vh;
    width: auto;
    left: auto;
}
.snack_img, .click-pix-zoom, .pix_large {
     -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
}


.waunt_page {
*/
    /*height: 20vh;
    width: auto;*/
/*    
    height: auto;
    width: 32%;
    padding: 0.5%;
}

.ls-answers img.csd {
    height: 18vh;
    width: auto;
}

.ls-answers img.csd_tab {
    height: 10vh;
    width: auto;
     -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
}

.MaxDiff .ls-answers img.csd_tab {
    height: 20vh;
}

.ls-answers img.csd_tab:hover {
    height: 40vh;
    max-height: 460px;
    position: absolute;
    transform: translate(-50%,-50%);
*/    
    /*background-color: white;*/
/*
    width: auto;
    z-index: 100;
     -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
}
.shelfHo img {
    padding-left: 0.1vw;
    padding-right: 0.1vw;
}

#question157840 .ls-answers label {
    font-size: 90%
}

.ori_bag_sku {
    max-height: 60vh;
    max-width: 1333px;
}

.ori_bag_sku9 {
    max-height: 40vh;
}

.CEL_descr {
    width: 30%;
    text-align: center;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
}

.CEL_descr img, .ls-answers img.CEL_descr_img  {
    height: 30vh;
}

.p-margin-0 p {
    margin: 0;
}

.shelf img {
    margin-left: 0.1vw;
    margin-right: 0.1vw;
}

.array-flexible-column .ls-answers img {
    max-height: 50vh;
}

.happy_can {
    height: 50vh;
    max-height: 400px;
    margin-left: 1vw;
    margin-right: 1vw;
}

form[action="/index.php/251493"] * {
    hyphens: none
}

*/

.landing_subscr {
    width:100%; 
    max-width: 1903px;
    -webkit-transition: all 2s linear 0.1s;
    -moz-transition: all 2s linear 0.1s;
    -o-transition: all 2s linear 0.1s;
    transition: all 2s linear 0.1s;
}

.landing_hidden {
    /*display:none;*/
    width: 0%;
}


.landing:hover {
    cursor: pointer;
}


.img_happycola_b {
    height: 60vh;
    max-height: 800px;
}
.img_happycola_b_can {
    height: 36vh;
    max-height: 480px;
}

.HappyCola .ls-answers img.img_happycola_b:not(.fixed-width) {
    height: 10vh;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
    transition: all 0.3s ease-in 0.1s;
}

.HappyCola .ls-answers img.img_happycola_b.big_pix:not(.fixed-width) {
    height: 35vh;
}

.HappyCola_monadic {
    height: 50vh;
    max-height: 800px;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
    transition: all 0.3s ease-in 0.1s;
}

.HappyCola_monadic:hover {
    height: 90vh;
}

.yandex_logo {
    width:60%;
}
.yandex_logo11 {
    width:40%;
    max-width: 300px;
}


.yandex_logo_se_mob {
    width:75%;
}


.yandex_logo_se_mob11 {
    width:50%;
    max-width: 450px;
}

.yandex_logo_se_des {
    width:60%;
}
.yandex_logo_se_des11 {
    width:40%;
    max-width: 300px;
}



#None {
    min-width: 50%;
    display: inline-block;
    cursor: pointer;
}


.ls-answers img.oz_banki_logo {
    max-height: 180px;
    max-width: 90%;
}

[role="status"] {
    display: none;
}

.ls-answers img.oil, .oil {
    width: 90%;
    max-width: 200px;
    display: block;
    margin: auto;
}

.ranking .ls-answers img.oil {
    max-width: 100px;
}


.ls-answers img.oil_pack, .oil_pack {
    max-width: 90%;
    max-height: 400px;
    display: block;
    margin: auto;
}


.oilPI .slider-left, .oilPI .slider-right {
    width: 20%;
} 
.oilPI .slider-container {
    width: 60%;
}

.shoes_shop {
    max-width: 50%;
    max-height: 100vh;
}

form[action="/index.php/374473"] .question-valid-container .ls-question-mandatory:nth-child(3),
form[action="/index.php/374473"] .question-valid-container .ls-question-mandatory:nth-child(4) {
    display:none;
}

form[action="/index.php/374473"] .shelf img {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}


.c3in1_pack {
    max-height: 60vh;
}

.cut_label.numeric-multi .answer-item .control-label {
    height:30vh;   
    overflow: hidden;
}

.qiwi_uz_logo {
    max-height: 170px;
}

.price_sticker {
    font-size: 2.2vh;
}

.rolf_sku, .rolf_SKU_full, .rolf_SKU_head {
    max-height: 752px;
}

.rolf_sku {
    max-height: 30vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.rolf_SKU_full {
    height: 70vh;
    margin-left: 1vw;
    margin-right: 1vw;
}

.rolf_SKU_head {
    height: 50vh;
    margin-left: 1vw;
    margin-right: 1vw;
}

#rolf_scale {
    width:99%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vh;
    display: block;
}

.rolf_SKU_full.pix-left {
    width: unset;
    height: unset;
    max-height: 30vw;
    top: 20vh;
}


.yum_logo {
    height: 40vh;
    max-height: 507px;
}

.yum_name {
    height: 20vh;
    max-height: 212px;
}

.yum_concept {
    height: 40vh;
    max-height: 574px;
}

@media screen and (max-aspect-ratio: 1/1) {
    .yum_logo, .yum_name, .yum_concept {
        height: auto;
        max-width: 100%;
    } 
}


.yum_pix {
    height: 60vh;
    max-height: 435px;
}


.yum_concept_C0 {
    max-height: 574px;
    margin: 3%;
    width: 94%;
    /*background-color: white;*/
}


.FM_logo {
    max-height: 15vh;
    max-width: 95%;
}

.array_statement .FM_logo {
    max-height: 147px;
}

/*
.highlighted_text.red {
    background-color: transparent;
    font-weight: bolder;
    font-style: italic;
    color: black;
}
*/

.ENPD_C1 {
    max-height: 50vh;
}


/*Yummy arch bascets*/

.yum_vib, #yum_right #remarka {
    /*background-color: #d9d9d9;*/
    padding-left: 1%;
    padding-right: 1%;
}

#remarka {
    font-weight: bolder;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
}

#yum_right #remarka {
    /*background-color: #d9d9d9;*/
    margin-left: 3%;
    margin-right: 3%;
    font-weight: bolder;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
}

.yum_vib p:first-of-type, .yum_instr {
    font-size: 150%;
    font-weight: bolder;
}

.yum_vib table {
    width:100%;
    font-size: x-large;
    margin-bottom: 0.6em;
}

.yum_name_prod img {
    max-width:90%;
    /*max-height: 10vh;*/
}

.yum_vib td {
    text-align: center;
}

.yum_cp {
    text-align: center;
    border: thick solid #bfbfbf;
    cursor: pointer;
    background-color: white;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.yum_cp.kolvo {
    font-size: 120%;
    font-weight: bolder;
}
/*
#product1 td {
    width:20%;
}
*/

.yum_name_prod {
    width:30%;
    text-align: center;
}

.yum_counters {
    text-align: center;
    vertical-align: middle;
}
.yum_counters input, .yum_counters div {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
}

.yum_counters div {
    width: 20%;
    display: inline-block;
    cursor: pointer;
    background-color: white;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.yum_counters input {
    width: 33%;
    min-width:0;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
}

#yum_right {
    width: 34%; 
    display: inline-grid; 
    text-align: center;
}



#yum_right #sum, #sum {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 150%;
    font-weight: bolder;
    border: thick solid #bfbfbf;
    min-height: 1.7em;
    border-radius: 10px;
}

#kolvo {
    font-size: 150%;
    font-weight: bolder;
}

.yum_spicy, .yum_original, .yum_type {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    width: 40%;
    display: inline-block;
    cursor: pointer;
    background-color: white;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.sel_spicy {
    background-color: #c40118;
    color: white;
}

#yum_products table {
    width:100%;
    font-size: x-large;
    text-align: center;
}
#yum_products img {
    display: block;
    max-height: 11vh;
    margin-left: auto;
    margin-right: auto;
}
#yum_choosed_products img {
    max-height: 7vh;
    margin-left: auto;
    margin-right: auto;
}

#question216913 .question-text > div,
#question217486 .question-text > div,
#question217519 .question-text > div,
#question217535 .question-text > div,
#question217551 .question-text > div 
{
    border-bottom: 1px solid black;
}

.kfc_full_concept {
    display: none;
}
/*
.btn-default {
    color: white;
}
*/

.oil_bottle, .oil_can, .oil-logo {
    display: inline-block;
}
.oil_bottle {
    max-height: 35vh;
}
.oil_can {
    max-height: 23vh;
}
.oil_logo {
    max-height: 10vh;
}

#HoNY_concept p {
    margin-bottom: 1em;
}

.vk_logo {
    display: block;
    margin: auto;
}

.answers-list > ul  ul {
    list-style-type: circle;
}

.vk_post {
    max-height: 60vh;
}

#vkpost, .vk_post {
    -webkit-transition: all 2s ease 0.1s;
    -moz-transition: all 2s ease 0.1s;
    -o-transition: all 2s ease 0.1s;
    transition: all 2s ease 0.1s;
}


.vk_icon,
.ls-answers img.vk_icon:not(.fixed-width) {
    height: 20vh;
    max-height: 150px;
}

@media screen and (min-aspect-ratio: 1/1) {

    .temp-tile .ls-answers > ul:not(.group-999) {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-aspect-ratio: 1/1) {
    .temp-tile .ls-answers > ul:not(.group-999) > li {
        padding-left: 5vw;
    }
}


.temp-tile .ls-answers > ul:not(.group-999) > li {
        border: 1px solid Gainsboro;
}


.concept_KFC {
    /*margin-left: -20%;
    width:140%;*/
    /*left: 0;
    width: 90vw;*/
    border: 2px solid grey; 
    padding: 1%; 
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    background-color: snow;
}

.concept_KFC_100 {
    /*margin-left: -20%;
    width:100%;*/
    left: 0;
    /*width: 90vw;*/
    border: 2px solid grey; 
    padding: 1%; 
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.concept_KFC_100 td {
    font-size: 2rem;
}

.concept_KFC td {
    font-size: 2rem;
}


.volt {
    width: 30vw;
}

.burger {
    align-items: center;
    justify-content: center;
    font-weight: normal;
    line-height: 1.1;
}

.burger img {
    max-height: 10vh;
}

.burger p {
    margin: 0;
}

.burger > div {
    max-width: 20%;
    /*padding: 1%;*/
    
}
.burger > div.adds {
    max-width: 30%;
    /*padding: 1%;*/
}




@media screen and (max-aspect-ratio: 1/1) {
    .concept_KFC, .concept_KFC_100, .concept_KFC_100 td {
        margin-left: 0%;
        width:100%; 
        font-size: 3rem;
    } 
    .concept_KFC, .concept_KFC td {
        font-size: 4rem;
    }
}

#limesurvey[action="/index.php/678778"] {
    hyphens: none;
}

.bank_prefill span{
    border-bottom: 1px dotted blue;
    font-style: italic;
    color: blue;
    cursor: pointer;
}


.cards2409 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cards2409 * {
    hyphens: none;
}
.cards2409 > table, .cards2409 > div {
    width : 60%; 
    margin-left: 20%;
    font-size: 120%;
}

.cards2409 > div {
    border: 1px solid black;
    padding: 2%;
    /*margin: 3%;*/
}

.cards2409 img {
    max-width: 100%; 
    max-height: 20vh;
}


.KFC_biilboard {
    max-height: 25vh;
    padding: 1%;
}

.KFC_cityformat {
    max-height: 35vh;
    padding: 1%;
}

.KFC_taste {
    max-height: 20vh;
    padding: 5%;
}


#NONbutton {
    border: 1px solid #3c648c;
}
/*#NONbutton div {
    background-color: red;
}*/


.inner_menu {
    position: absolute;
    height: 100vh;
    width: 100vw;
    /*opacity: 0.5;*/
    background-color: rgba(255,255,255, 0.5);
    left:0;
    top:0;
    z-index: 100;
    display: flex;
}

.inner_menu img {
    margin: auto;
}

.hide_menu img, .hide_menu>div {
    height: 0;
}

