

/* Start:/local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138*/
.btn.btnActive{
    background-color: var(--gray-color);
}
.nav_admin{
    display: flex;
    align-items: center;
    gap: 15px;
}
/* End */


/* Start:/local/templates/kids/components/bitrix/news.list/assemble-exibition/style.css?17583648614387*/
.container.container_for_quiz{
    margin: 100px auto;
    padding: 50px;
}
.assemble-exibition {
    padding: 0 0 100px;
    overflow: hidden;
}

#holder {
    overflow-x: auto;
    display: grid;
    background-image: url('/local/templates/kids/components/bitrix/news.list/assemble-exibition/../../../../img/floor.jpg');
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
}


#holder::-webkit-scrollbar {
    height: 20px;
    width: 100vw;
}

#holder::-webkit-scrollbar-track {
    background-color: antiquewhite;
}

#holder::-webkit-scrollbar-thumb {
    background-color: #f2bf93;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
    border-radius: 20px;
}


#wall {
    background-image: url('/local/templates/kids/components/bitrix/news.list/assemble-exibition/../../../../img/wall.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-top: 120px;
    justify-content: space-evenly;
}

@media screen and (max-height: 670px) {
    #wall {
        padding-top: 10px;
    }
}

#floor {
    justify-content: center;
}

#wall,
#floor {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.box {
    margin: 0 60px;
    position: relative;
}

.vitrina {
    height: auto;
}

.small {
    width: 210px;
}

.medium {
    width: 230px;
}

.large {
    width: 250px;
}

.vitrina,
.artefact {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.artefact {
    margin: 20px 20px 20px 0;
    width: auto;
    height: auto;
}

.artefact:first-of-type {
    margin-left: 20px;
}

.artefact-false {
    max-width: 60px;
    max-height: 60px;
}

.artefact-small {
    max-width: 50px;
    max-height: 50px;
}

.artefact-medium {
    max-width: 90px;
    max-height: 90px;
}

.artefact-large {
    max-width: 200px;
    max-height: 200px;
}

.assemble-exibition .select {
    box-shadow: 0 0 20px #fffb00, inset 0 -100px 40px 25px #fffb00;
}

.assemble-exibition .wrong {
    box-shadow: 0 0 20px #ff0000, inset 0 -100px 40px 25px #ff0000;
}

.assemble-exibition .better {
    box-shadow: 0 0 20px #00ff00, inset 0 -100px 40px 25px #00ff00;
}

.assemble-exibition .closed {
    box-shadow: 0 0 20px #ffffff, inset 0 -100px 40px 25px #ffffff;
}

.placed {
    position: absolute;
    left: 32%;
    margin: unset;
    bottom: 27%;
}

#messageHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#messageBody {
    max-width: 250px;
    text-align: center;
    margin: 0 20px;
    line-height: 1.3;
    padding: 20px 30px;
    background: linear-gradient(315deg, #00473C 0%, #006860 80%, #3C7F7A 100%);
    color: #F9C031;
}

#accept {
    margin: 20px auto 0;
}

#messageBody,
#accept,
#put {
    font-size: 16px;
    font-family: sans-serif;
}

#accept,
#put {
    color: #00473C;
    display: table;
    border-radius: 50px;
    padding: 15px 25px;
    background: linear-gradient(90deg, #F9C031 0%, #FAC331 100%);
}

#put {
    margin: 40px auto 0;
}

@media screen and (max-height: 570px) {
    #put {
        margin: 10px auto 0;
    }
}

.canput {
    opacity: 1;
}

.noput {
    opacity: 0.5;
}

.canput,
#accept,
.vitrina,
.artefact,
#explication {
    cursor: pointer;
}

.noput,
.closed,
.placed {
    cursor: not-allowed;
}

#messageBody,
#explication {
    border-radius: 5px;
}

#explication,
#triangle {
    position: absolute;
    display: none;
}

#explication {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 100;
    color: black;
    text-align: center;
    background-color: white;
    padding: 8px 15px;
    width: 100%;
    max-width: 250px;
    z-index: 1;
}

/*#explication:before{
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	top: 100%;
	width: 20px;
	height: 20px;
	border: 10px solid transparent; border-top: 10px solid white;
}*/


#triangle {
    border: 20px solid transparent;
    border-top: 20px solid white;
    z-index: 0;
}

#reset {
    border-radius: 15px;
    font-family: sans-serif;
    background-color: black;
    font-size: 10px;
    padding: 5px 7px;
    color: wheat;
    display: table;
    margin: 40px auto 0;
    cursor: pointer;
}
/* End */
/* /local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138 */
/* /local/templates/kids/components/bitrix/news.list/assemble-exibition/style.css?17583648614387 */
