.main-wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
}
	
.nesting {
	color: #232323;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.nesting a {color: #232323}
.nesting a:hover {color: #e06149}

@media(min-width: 1050px) {
	aside {width: 30%; margin-right: 5%;}
	main {width: 65%}
	#listOfTasks {max-width: 200px; display: block!important;}
	#navShow {display: none}
}

@media(max-width: 1049px) {
	aside {width: 100%; margin-bottom: 50px;}
	main {width: 100%}
	#listOfTasks {display: none}
	#navShow {margin-top: 20px}
}

@media(max-width: 409px) {
	#insert_otvet {
		margin-left: 20px;
		margin-top: 20px;
	}	
}

aside, main {float: left}

.theme-name img {
	width: 80px;
	float: left;
	margin-right: 10px;
}

.theme-name h1 {font-size: 30px}
.theme-name h2 {font-size: 15px}

aside ::-webkit-scrollbar {
    width: 5px;
}

aside ::-webkit-scrollbar-thumb {
    background: #E06149; 
    -webkit-box-shadow: inset 0 0 6px #E06149; 
}

#listOfTasks {
	overflow-y: scroll;
    max-height: 500px;
    
    margin-top: 30px;
	width: 100%;
	
	font-size: 17px;
	background: #e4e4e4;
	border: 1px solid silver;
}

ul.nav {list-style: none}

ul.nav a {
	display: block;
	border-bottom: 1px solid silver;
	padding: 17px 5%;
	color: #333;
}

ul.nav a i {color: #2e964e}
ul.nav a.active i {color: #1e3074}

ul.nav a.active {
    background: #5771d0;
    color: #fff;
	cursor: default;
	font-weight: 500;
	pointer-events: none;
}

ul.nav a:last-of-type {border: 0}
ul.nav a:not(.active):hover {background: #cacaca}

ul.nav a span {
	font-size: 12px;
	color: #747474;
}

ul.nav a.active span {color: #ccc;}

main .task_name {
	font-weight: bold;
	font-size: 30px;
}

main .task_code {
	margin: 20px 0;
	background: #cdcdcd;
	padding: 20px;
	font-weight: 500;
}

main .task_code input {
	border: 1px solid #344ba1;
	border-radius: 2px;
	padding: 7px 10px;
	font-family: Montserrat,sans-serif;
    font-weight: 500;
    width: 82px;
}

main .task_code input:focus {border-color: #e24d4d}
main .task_code input:disabled {
	background-color: #63a78b;
    border-color: #285844;
    color: #235742;
    -webkit-text-fill-color: #235742;
	opacity: 1;
}

main .task_code span {
	text-decoration: underline;
	cursor: pointer;
	font-weight: 500;
	display: inline-block;
    margin-top: 10px;
}

main .task_code span:hover {
	text-decoration: none;
}

main .otvet {
	float: right;
	background: #344ba1;
}

main .otvet .btn__blobs div {background-color: #292929}