[task8-win] {
	position:relative;
	
	width:100%;
	height:100%;
	opacity:1;
	background-color:white;
	display:flex;
        justify-content:center;
	align-items:center;
	overflow:auto;
	border-radius:24px;

	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-size:cover, cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	opacity:0;
	transition:opacity 0.5s ease-in-out;


}

[task8-win][show] {
	opacity:1;
}

[task8-win][print] {
	margin:40px 0px 0px 0px;
}

[cros-title] {
	flex:0 0 100%;
}

[crswd] {
        position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
	column-gap:2px;
        row-gap:1px;
	flex:0 0 100%;
	padding:10px 0px 26px 0px;
	z-index:2;
	opacity:0.4;
	transition:opacity 0.5s ease-in-out;

}

[crswd][show] {
	opacity:1;
}

[crswd] > div:not([cr-hint]) {
	border-radius:2px;
}

[crswd-delim] {
	flex:0 0 100%;

}


[crswd-letter] {
	cursor:pointer;
}

[crswd-num], [crswd-letter] {
        position:relative;
        font-size:16px;
        font-weight:600;
}


[crswd-num] > span {
        position:absolute;
	display:block;
	border-radius:100px;
	width:24px;
	height:24px;
	font-size:14px;
	line-height:0px;
	right:0px;
	bottom:0px;
	background-color:white;
        display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;

	
}




[header][pc="1"] ~ [content] [crswd-letter] {
	background: linear-gradient(135deg, rgb(184, 229, 250), rgb(234, 245, 250));
}

[header][pc="2"] ~ [content] [crswd-letter] {
	background: linear-gradient(135deg, rgb(182, 209, 100), rgb(238, 250, 193));
}


[header][pc="3"] ~ [content] [crswd-letter] {
	background: linear-gradient(135deg, rgb(232, 212, 128), rgb(255, 250, 229));
}


[header][pc="4"] ~ [content] [crswd-letter] {
	background: linear-gradient(135deg, rgb(249, 212, 188), rgb(255, 239, 229));
}



@media screen and (max-width: 800px) {

[crswd-num] > span {
        font-size:calc( (100vw - 320px)/(800 - 320) * (14 - 10) + 10px);
        width:calc( (100vw - 320px)/(800 - 320) * (24 - 15) + 15px);
        height:calc( (100vw - 320px)/(800 - 320) * (24 - 15) + 15px);
        padding:calc( (100vw - 320px)/(800 - 320) * (0 - 2) + 2px) 0px 0px 0px;
}





}


[crswd-empty] {
	height:0px;
	
}

[crswd-num] {
	
	
        display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	align-content:flex-end;
	//box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	padding:0px 2px 0px 0px;
	line-height:100%;
	transform:translate3d(0px,0px,0px);

}


[crswd-empty] {
	height:0px;
        //box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
        //border:1px solid red;
}

[crswd-letter] {
        display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	font-weight:bold;
        box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.4);
        background:linear-gradient(-45deg, rgba(248, 248, 248, 1) 0%, rgba(168, 168, 168, 1) 98%);

}

[task8-win][poster-exists] [crswd-letter] {
	//background-color:white !important;
}


[no-width] {
	flex:0 0 0px;
	margin:0px 0px 0px 0px !important;
}

[t8-wrp] {
	position:relative;
	width:100%;
	height:100%;
}

[t8-title] {
	flex:0 0 100%;
	text-align:center;
	line-height:150%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:0px auto 0px auto;
	font-weight:500;
	
}

[add-words] {
	width:30px;
	height:30px;
	font-size:24px;
}

[cr-type][err] {
	background-color:#fbcaca;
}



[del-butt8] {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:0px;
	margin:0px 0px 0px 0px;
	transform:translate3d(0px,3px,0px);
	right:0px;
	cursor:pointer;

}

[del-butt8][hide] {
	display:none;
}


[del-butt8]:active {
	transform:translate3d(1px,4px,0px);
}

[del-butt8]:before {
	content:"";
	position:absolute;
	left:calc((100% - 2px)/2);
	top:0px;
	width:2px;
	height:100%;
	background-color:red;
	transform:rotate(45deg);
}

[del-butt8]:after{
	content:"";
	position:absolute;
	top:calc((100% - 2px)/2);
	left:0px;
	height:2px;
	width:100%;
	background-color:red;
        transform:rotate(45deg);
}


[cr-words] {
        display:flex;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	flex-wrap:wrap;
	width:100%;
	column-gap:10px;
}

[cr-words] > div {
	flex:0 0 calc(100%/2 - 10px);
}

[cr-words] > div {
	align:left;
	
}

[cr-words] > [te-line] > span:not([del-butt8]) {
    padding: 0px 0px 0px 0px;

    

	display:inline-block;
    
	height:30px;
	width:calc(100%/2 - 16px);
	margin:0px 4px 0px 0px;

}

[cr-words] > [te-line] > span > input {
    display:block;
    padding: 0px 0px 0px 0px;
    height:30px;
    padding:0px 8px 0px 8px;
    width:100%;

}

[cr-words] > [te-line] > span > input[cr-type="word"] {
    font-weight:700;
    letter-spacing:1px;
    font-size:14px;
}

[crswd-gen] {
	flex:0 0 100% !important;
}

[crswd-gen] input {
	width: 120px !important;
	margin:0px 0px 0px 8px;
}

[crswd-questions] {
	flex:0 0 100%;
        display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:120px 0px 0px 0px;
	padding:0px 40px 0px 40px;
	column-gap:20px;
	display:none;
}

[crswd-quest] {
	font-size:14px;
	display:flex;
        justify-content:flex-start;
	align-items:flex-start;
        margin:0px 0px 10px 0px;
        

}

[crswd-quest] > span:nth-of-type(1) {
	display:block;
	flex:0 0 20px;
	height:20px;
	font-weight:500;
}

[crswd-quest] > span:nth-of-type(2):first-letter {
	text-transform: uppercase;	
}



[crswd-questions="1"] > div {
	flex: 0 0 400px;
}

[crswd-questions="2"] > div {
	flex: 0 0 300px;
}

[crswd-questions="3"] > div {
	flex: 0 0 200px;
}

[crswd-questions="4"] > div {
	flex: 0 0 150px;
}

[crswd-questions="5"] > div {
	flex: 0 0 100px;
}


[save-crswd] {
	min-width:200px;
}



[crswrd-go] {
	transform:scale(2,2) translate3d(5px,-3px,0px);
}

[crswd-input] {
	width:100%;
	height:100%;
	text-align:center;
        caret-color: rgb(0, 200, 0);
        font-size:16px;
        font-weight:500;
        font-family: 'Montserrat', sans-serif;
}

[cr-hint] {
	position:absolute;
	left:0px;
	top:0px;
	font-size:14px;
	line-height:150%;
	padding:8px 8px 8px 8px;
	border-radius:2px;
	background-color:#5295fb;
	color:white;
	font-weight:600;
        max-width:250px;
        display:flex;
	justify-content:flex-start;
	align-items:flex-start;

}

[cr-hint] > span {
	color:white;
	font-weight:500;
	
	

}

[cr-hint] > span:nth-of-type(1) {
	display:block;
	flex:0 0 18px;
	margin:0px 0px 0px 0px;
	
}

[cr-hint] > span:nth-of-type(2) {
	display:block;
	flex:1;
	padding:0px 16px 0px 0px;
}

[cr-fill] {
	background:rgba(125,255,34,1) !important;
}

[crswd-q-wrp] {
        position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

[crswd-q-wrp][show] {
	opacity:1;
}





[crswd-q1] {
	height:100%;
        background-color:rgba(255,255,255,0.9);
}

[crswd-q2] {
	height:100%;
	background-color:rgba(255,255,255,0.9);
}

[crswd-q1], [crswd-q2] {
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
	position:relative;
        text-align:center;
	
}

[crswd-q2] {
	text-align:center;
}

[t8-q] {
	padding:0px 8px 0px 8px;
        font-weight:500;
}

[t8-q] > span {
	font-size:14px;
	font-weight:600;
	line-height:150%;
}




[crswd-q-wrp][adaptive] {
        position:relative;
        left:auto;
        top:auto;

}


[crswd-q-wrp][adaptive] [crswd-q1], [crswd-q-wrp][adaptive] [crswd-q2] {
	display:none;
}



[crswd-q-wrp][adaptive] [crswd-q3] {
	position:relative;
	flex:0 0 calc(100% - 40px);
	display:flex;
	flex-wrap:wrap;
	background-color:rgba(255,255,255,0.9);
	margin:0px auto 20px auto;
	border-radius:16px;

}

[crswd-q-wrp][adaptive] [crswd-q3] [t8-q2] {
	display:block;
	flex:0 0 calc(100%/3);
        display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	padding:10px 16px 10px 16px;
	font-size:14px;
	font-weight:500;
	line-height:150%;
	border-radius:6px;
}

[crswd-q-wrp][adaptive] [crswd-q3] [t8-q2]:nth-child(even) {
	background-color:rgba(0,0,0,0.08);
}

[crswd-q-wrp][adaptive] [crswd-q3] [t8-q2] > span {
        display:inline-block;
	font-size:14px;
	font-weight:700;
	margin:0px 8px 0px 0px;
}

@media screen and (max-width: 1000px) {

[crswd-q-wrp][adaptive] [crswd-q3] {
	flex:0 0 calc(100% - calc( (100vw - 320px)/(1000 - 320) * (40 - 16) + 16px));
	margin:0px auto calc( (100vw - 320px)/(1000 - 320) * (20 - 8) + 8px) auto;
	border-radius:16px;

}


[crswd-q-wrp][adaptive] [crswd-q3] [t8-q2] {
	flex:0 0 calc(100%/3);
        padding:10px calc( (100vw - 320px)/(1000 - 320) * (16 - 8) + 8px) 10px calc( (100vw - 320px)/(1000 - 320) * (16 - 8) + 8px);
        font-size:calc( (100vw - 320px)/(1000 - 320) * (14 - 12) + 12px);

}
}

@media screen and (max-width: 750px) {
[crswd-q-wrp][adaptive] [crswd-q3] [t8-q2] {
	flex:0 0 calc(100%/2);

}
[crswd-q-wrp][adaptive] [crswd-q3] [t8-q2]:nth-child(even) {
	background-color:rgba(255,255,255,0.01);
}


[bgr-grey] {
	background-color:rgba(0,0,0,0.08) !important;
}


}


[crswd-start] {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
        display:flex;
	justify-content:center;
	align-items:center;
	opacity:1;
        transition:opacity 0.5s ease-in-out;

}

[crswd-start][hide] {
	opacity:0;
}



[crswd-start-butt] {
	display:block;
	width:150px;
	height:46px;
	background-color:#e8e8e8;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
        display:flex;
        justify-content:center;
	align-items:center;
	border-radius:5px;
	cursor:pointer;
	user-select:none;
	opacity:0;
        transition:opacity 0.5s ease-in-out;

}


[crswd-start-butt][show] {
	opacity:1;
}






[crswd-start-butt]:active {
	transform:translate3d(1px,1px,0px);
}


[header][pc="1"] ~ [content] [crswd-start-butt] {
	background-color:#3399cc;
	color:white;
}

[header][pc="2"] ~ [content] [crswd-start-butt] {
	background-color:#ccee66;
	color:#474747;
}

[header][pc="3"] ~ [content] [crswd-start-butt] {
	background-color:#ffcc00;
	color:#474747;
}

[header][pc="4"] ~ [content] [crswd-start-butt] {
	background-color:#ff6600;
	color:white;
}





[t8-poster] {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	bottom:0px;
	background-size:cover;
	background-position:50% 50%;
	border-radius:24px;
	z-index:3;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
        display:flex;
	justify-content:center;
	align-items:center;
}

[t8-poster][show] {
	opacity:1;
}

[t8-poster-info] {
	padding:20px 20px 20px 20px;
	background-color:rgba(255,255,255,0.8);
	border-radius:16px;
        display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	flex:0 0 288px;
        row-gap:20px;

}


[t8-pi-title] {
	flex:0 0 100%;
	font-size:22px;
	font-weight:600;
	text-align:center;
	line-height:150%;
}




[t8-pi-params] {
	flex:0 0 100%;
        display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	row-gap:20px;
	
}

[t8-pi-params] > span {
	display:block;
	font-size:14px;
	font-weight:500;
	line-height:150%;

}



[t8-pi-butt] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 51px;
    padding: 0px 0px 0px 0px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    flex:0 0 220px;
    font-size:14px;
}


[t8-pi-butt]:active {
	transform:translate3d(1px,1px,0px);
}

[header][pc="1"] ~ [content] [t8-pi-butt] {
	background-color:#3399cc;
	color:white;
}

[header][pc="2"] ~ [content] [t8-pi-butt] {
	background-color:#ccee66;
	color:#474747;
}

[header][pc="3"] ~ [content] [t8-pi-butt] {
	background-color:#ffcc00;
	color:#474747;
}

[header][pc="4"] ~ [content] [t8-pi-butt] {
	background-color:#ff6600;
	color:white;
}

[t8-pi-kr] {
	position:relative;
	height:160px;
	width:100%;

}

[t8-pi-img] {
	width:100%;
	height:100%;
	object-fit:contain;
}



[t8-pi-kr2] {
	position:absolute;
	width:107px;
	height:98px;
	left:calc((100% - 107px)/2);
	bottom:-24px;
	background-image:url(../images/kr.png);
}

@media screen and (max-width: 1160px) {

[t8-pi-title] {
	font-size:calc( (100vw - 320px)/(1160 - 320) * (22 - 14) + 14px);	
}

[t8-pi-params] > span {
	font-size:calc( (100vw - 320px)/(1160 - 320) * (14 - 12) + 12px);	
}

[t8-pi-kr] {
	height:calc( (100vw - 320px)/(1160 - 320) * (160 - 80) + 80px)
}



[t8-pi-kr2] {
        width:calc( (100vw - 320px)/(1160 - 320) * (107 - 66) + 66px);
        height:calc( (100vw - 320px)/(1160 - 320) * (98 - 60) + 60px);
	left:calc((100% - calc( (100vw - 320px)/(1160 - 320) * (107 - 66) + 66px))/2);
	bottom:calc( (100vw - 320px)/(1160 - 320) * (0 - 24 + 12) - 12px);
	background-position:50% 50%;
	background-size:cover;
}


[t8-pi-butt] {
    height: calc( (100vw - 320px)/(1160 - 320) * (51 - 38) + 38px);
    flex:0 0 calc( (100vw - 320px)/(1160 - 320) * (220 - 200) + 200px);
    font-size:calc( (100vw - 320px)/(1160 - 320) * (14 - 12) + 12px);
}


[t8-wrp-title] {

	min-height: calc( (100vw - 320px)/(1160 - 320) * (70 - 40) + 40px);
	font-size:calc( (100vw - 320px)/(1160 - 320) * (20 - 14) + 14px);
	padding:0px calc( (100vw - 320px)/(1160 - 320) * (24 - 8) + 8px) 0px calc( (100vw - 320px)/(1160 - 320) * (24 - 8) + 8px);
}

[t8-wrp] {
}


}

@media screen and (max-width: 800px) {

[t8-wrp] {
	font-size:calc( (100vw - 320px)/(800 - 320) * (20 - 14) + 14px);
}

}






[crswd-print] {
	display:flex;
	justify-content:center;
	align-items:center;	
	width:920px;
	height:50px;
	background-color:rgba(241, 243, 248, 1);
	border-radius:8px;
	color:rgba(18, 18, 18, 1);
	font-weight:600;
	font-size:16px;
	margin:0px auto 0px auto;
	text-decoration:none;
	user-select:none;
	cursor:pointer;
	transition:background-color 0.5s ease-in-out;


}




[crswd-print]:active {
	transform:translate3d(1px,1px,0px);
}


[header][pc="1"] ~ [content] [crswd-print] {
	background-color:#3399cc;
}

[header][pc="2"] ~ [content] [crswd-print] {
	background-color:#ccee66;
	color:#474747;
}

[header][pc="3"] ~ [content] [crswd-print] {
	background-color:#ffcc00;
	color:#474747;
}

[header][pc="4"] ~ [content] [crswd-print] {
	background-color:#ff6600;
	color:white;
}

@media screen and (max-width: 1160px) {
[crswd-print] {	
	width:calc( (100vw - 320px)/(1160 - 320) * (920 - 304) + 304px);
        font-size: calc( (100vw - 320px)/(1160 - 320) * (16 - 14) + 14px);
	
}
}