html{
	scroll-behavior: smooth;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	line-height: 1.2;
}

h3 {
	font-size: 18px;
	line-height: 1.2;
}

.btn {
	border-radius: 20px;
}
.logout{
	margin: 10px;
}

.test .container {
	background-color: #e8e8e8;
}

.students-items {
	padding: 0;
	list-style: none;
}

.students-item {
	background-color: #fff;

	padding: 5px;
	margin: 0 10px;
}

.students-item:nth-child(2n) {
	background-color: transparent;
}

.test__item--work {
	width: 200px;
}

.check-in {
	background-color: #fff;
	padding: 5px 30px;
	margin: 20px;
}

.check-in-items input {
	margin-bottom: 5px;
}

.input-wrapper {
	margin-bottom: 30px;
}

.buy-test__item {
	background-color: #e8e8e8;
}


.pay-list {
	
	
	padding: 0;
	list-style: none;

	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.pay-list li {
	width: 250px;
	height: 120px;
	margin: 10px;
	background-color: #e8e8e8;

	display: flex;
	align-items: center;
	justify-content: center;
}

.pay-descript {
	width: 94%;
	background-color: red;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 20px;
	margin: 10px auto
}

.check-in-items .form-group {
	margin: 0;
}

.breadcrumb {
	background-color: inherit;
	margin-left: 150px;
	margin-top: 13px;
}

.test-img img {
	width: 100%;
}

table {
	/*border-collapse: collapse;*/
	line-height: 1.1;
	font-family: "Akrobat", sans-serif;
	/*background:  radial-gradient(farthest-corner at 50% 50%, white, #DCECF8);*/
	/*color: #0C213B;*/
	width: 100%;
}

td.ver-top {
    vertical-align: top;
}

.content-wrapper {
	margin-top: 20px;
	width: 100%;
}


@media (max-width:500px) {
	.buy-test__list a,.buy-test__list .btn-white{
		font-size: 12px !important;
	}
}

.site-rukovod{
	margin-top: 30px;
}


.blue-block {
	height: 280px;
	background-color: #2980c4;
	align-self: center;
	display: flex;
}

.blue-block_image {
	padding: 0;
}

.teacher-text p{
	text-transform: uppercase;
	color: white;
	font-size: 25pt;
	font-weight: bold;
	line-height: 30px;
}

.align-self-center {
	align-self: center;
	display: flex;
}

.content-site h2 {
	font-size:30px;
	text-transform: uppercase;
}

.content-site {
	margin-top:75px;
}

.content-site a {
	color:black;
	border-bottom: 0.5px solid currentColor;
	text-align: left;
}

.content-site a:hover {
	color:#2980c4;
}

.first-level {
	margin-top: 80px;
}

.left-block-first {
	background-color:#1fcccc;
	height:515px;
}

.left-block-first h2 {
	text-transform: uppercase;
	color: white;
	font-size: 17pt;
	font-weight: bold;
	line-height: 30px;
	padding-top: 50px;
}

.left-block-first img {
	margin-left: 0;
	margin-bottom: 0;
}

.float-left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow:hidden;
}

.container__link{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.container__link a, .container__link img{
	display: block;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	margin: 0 !important;
	margin-right: 10px !important;
}
.block-content {
	background-color: white;
	padding-left: 15px;
	min-height: 515px;
	margin: 0;
	padding-bottom: 15px;
	padding-right: 15px;
}

.block-content h3{
	color:#2980c4;;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.block-content img {
	margin-right: 9px;
	margin-top: 7px;
}
.block-content a{
	width: 202px;
	height: 17px;
	color: #000000;
	font-family: Akrobat;
	font-size: 18px;
	font-weight: 500;
	line-height: 0;
}

.block-content a:hover{
	color:black;
	font-size: 18px;
	border-bottom: 0.5px solid currentColor;

}

.left-block-second h2 {
	text-transform: uppercase;
	color: white;
	font-size: 17pt;
	font-weight: bold;
	line-height: 30px;
	width: 150px;
	position: relative;
	padding: 50px 0;
	z-index: 5;
}

.left-block-second {
	background-color:#1967a3;
	/*height:515px;*/
	overflow:hidden;
	position: sticky;
	top: 70px;
}

.left-block-second img{
	opacity: 0.6;
}



.third-level, .second-level, .fourth-level, .fiftieth-level {
	margin-top: 64px;
}

.block-semi h2 {
	width: 180px;
	height: 88px;
	color: #ffffff;
	font-family: Akrobat;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	padding-top: 35px;
}

.left-block-third {
	background-color:#1fcccc;
	height:515px;
}

.left-block-third h2 {
	text-transform: uppercase;
	color: white;
	font-size: 17pt;
	font-weight: bold;
	line-height: 30px;
	padding-top: 50px;

}

.block-semi {
	background-color:#1967a3;
	height:266px;
}


.block-content-second .container__link a{
	transition: all .2s;
}
.block-content-second .container__link:hover a{
	/* Style for "Ховер" */
	color: #000;
}

.padding-block {
	height: 15px;
}

.block-content-second .row {
	margin: 0;
	padding: 5px 0;
}

.second-level, .fourth-level, .fiftieth-level p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.block-content-second {
	background-color: white;
	padding: 15px;
	/*min-height: 266px;*/
}

.block-content-second img {
	/*padding-right: 7px;*/
	/*height: 25px;*/

}

.block-content-second p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.block-content-second img {
	align-items: flex-start;
}




@media all and (max-width: 993px) {



	.float-rt  {float: right;}


	.align-self img {
		display: none;
	}
	.blue-block {
		text-align: center;
		height: auto;
	}

	.blue-block p {
		padding: 10px;
		font-size: 26px;
		margin: 0;
	}

	.content-site, .first-level{
		margin:0;
	}


	.float-left-bottom {display: none;}

	.left-block-first, .left-block-second, .left-block-third {height: auto;}

	.left-block-first h2 {
		padding: 10px;
		text-align: center;
		margin: 0;
	}

	.left-block-second h2{
		padding: 10px;
		text-align: center;
		margin: 0;
		width: auto;
	}

	.left-block-third  h2{
		padding: 10px;
		text-align: center;
		margin: 0;
		width: auto;
	}

	.block-semi {
		height: auto;
	}
	.block-semi h2{
		padding: 10px;
		text-align: center;
		margin: 0;
		width: auto;
		height: auto;
	}
	.block-content, .block-content-second {
		width: auto;
	}

	.block-content-second{
		min-height: auto;
		margin-top: 20px;}

	.mobile-fixed {
		margin: 0;
		padding: 0;
	}
	.third-level, .second-level, .fourth-level, .fiftieth-level {
		margin-top: 20px;
	}
	.left-block-first {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.align-self-center {
		display:block;
		margin:auto;
	}

	.teacher-mobile {
		display: block !important;
	}
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	color: #fff !important;
	text-decoration: none;
	background-color: #0099ff;
	outline: 0;
}


.buy-test__item {
	position: relative;
}

#change_uch {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

#change_uch .flex {
	display: flex;
}

#change_uch input[name=max-uch]{
	width: 60px;
	margin-right: 10px;
	display: block;
}