<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dialog-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	top: 0; left: 0;
	z-index: 1;
}

.empty-input {
	border: 1px solid red!important;
	box-shadow: 1px 1px 2px #fa7171 inset;
}

.errors-list {
	background: url(../images/error.png) no-repeat 40px 20px;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 5px;
	font: bold 16px mtavruli;
	margin: 10px;
	padding: 20px 20px 20px 150px;
	min-height: 100px;
	color: red;
}

.success {
	background: url(../images/success.png) no-repeat 40px 20px;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	border-radius: 5px;
	font: bold 16px mtavruli;
	margin: 10px;
	padding: 38px 20px 20px 150px;
	min-height: 100px;
	color: 3c763d;
}
.hidden-desctop {
	display: none;
}

.page-title {
	display: block;
	margin-bottom: 20px;
	font: bold 22px mtavruli;
	color: #0295cb;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	font-size: .8125rem;
	padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
	background: #56a2cf;
	color: white;
	margin-right: 10px;
	padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	display: inline-block;
	padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
	padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
	padding-bottom: 10px;
}

table.two-axis tr td:first-of-type {
	background: #cadde1;
}

.front-news ol ,.news-box ol ,.menu ol ,.learn-course ol {
	list-style: decimal;
}
.front-news ul ,.news-box ul ,.menu ul ,.learn-course ul {
	list-style: disc;
	margin-left: 15px;
}

@media only screen and (max-width: 568px) {
	.hidden-desctop {
		display: block;
	}

	.hidden-mobile {
		display: none!important;
	}

	.btn {
		float: none!important;
		margin-top: 8px;
	}

	.front-news {
		float: none!important;
		width: 100%!important;
	}


	.front-news .slick-track {
		
	} 

	table.two-axis tr td:first-of-type,
	table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
	table.two-axis tr td:first-of-type:before {
		background: #3584b3;
		color: #ffffff;
	}
	table.two-axis tr td:first-of-type {
		border-bottom: 1px solid #e4ebeb;
	}
	table.two-axis tr td:first-of-type:before {
		padding-bottom: 10px;
	}
	#table {
		background: white;
		border-collapse: collapse;
		margin: 1.25em 0 0;
		width: 100%;
	}
	#table tr,
	#table th,
	#table td {
		border: none;
		border-bottom: 1px solid #e4ebeb;
		font-size: .875rem;
	}
	#table th,
	#table td {
		padding: 10px 12px;
		text-align: left;
	}
	#table th {
		background: #56a2cf;
		color: #ffffff;
		text-transform: uppercase;
	}
	#table tr td {
		background: #eaf3f5;
		color: #999999;
	}
	#table tr:nth-of-type(2n+2) td {
		background: #ffffff;
	}
}

table.bt thead,
table.bt tbody th {
	display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	border: none;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
	float: left\9;
	width: 100%\9;
	border: 0!important;
	padding: 0!important;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
	content: attr(data-th) ": ";
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	font-weight: bold;
	width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
	display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	vertical-align: top;
}

.bt-wrapper.active {
	max-height: 310px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
	display: none;
}

table {
	width: 100%;
}

.finances-list thead tr td {
	border-top: 4px solid #0194c8;
	border-bottom: 4px solid #0194c8;
	border-right: 1px solid #0194c8;
	padding: 5px 5px;
	text-align: center;
}

.finances-list thead tr td:last-child {
	border-right: 2px solid #0194c8;
}

.finances-list thead tr td:first-child {
	border-left: 2px solid #0194c8;
}

.finances-list tbody tr td {
	border-top: 1px solid #0194c8;
	border-bottom: 1px solid #0194c8;
	border-right: 1px solid #0194c8;
	padding: 5px 5px;
	text-align: center;
	font-size: 14px;
}

.finances-list tbody tr td:first-child {
	border-left: 2px solid #0194c8;
}

.finances-list tbody tr td:last-child {
	border-right: 2px solid #0194c8;
}

.finances-list tbody tr:last-child td {
	border-bottom: none;
}

.finances .btn {
	background: #5eb75d;
	display: inline-block;
	border: 1px solid #5eb75d;
	border-radius: 5px;
	padding: 8px 25px 8px 25px;
	margin-left: 12px;
	color: #000;
	max-width: 250px;
	width: auto;
}

.finances .btn.white {
	background: #fff;
	border: 1px solid #ccc;
}

.finances .btn.red {
	position: relative;
	background: #d8524f;
	border: 1px solid #d43f39;
	padding: 8px 45px 8px 25px;
}

.finances .btn.red input {
	position: absolute;
	background: none;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.finances .btn.red select {
	position: absolute;
	padding: 0;
	right: 8px;
	top: 8px;
	z-index: 2;
	width: 25px;
}

.finances .or-date {
	margin-left: 10px;
	width: 180px;
	text-align: left;
}

.finances .or-date b {
	font-weight: bold;
}



.loader1 {
	display: none;
}
.captcha {
	display: none;
	position: fixed;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	width: 500px;
	top: 270px;
	left: 50%;
	margin-left: -250px;
	z-index: 99999;
}
.captcha .small-loader {
	display: none;
}
.captcha .title {
	border-top: 5px solid #0580ac;
	background: #0094c9;
	color: #fff;
	font: bold 18px mtavruli;
	padding: 4px 8px;
	position: relative;
}
.captcha .title .c-close {
	position: absolute;
	top: 1px;
	right: 5px;
	text-decoration: none;
}
.captcha .title .c-close:after {
	color: red;
	font-size: 14px;
	content: '\2716';
}
.captcha .resend {
	color: #88332e;
	text-decoration: underline;
}
.captcha .fr_inp {
	border: 1px solid #0094c9;
	margin: 4px 0;
}
.captcha .sent {
	display: none;
	padding: 3px 0;
	color: green;
	font: bold 14px mtavruli;
}

.file-lib {
	margin: 15px 0 15px 15px;
	/*display: inline-block;*/
	display: none!important;
	font: bold 18px mtavruli!important;
	border: 1px solid #aeacad;
	padding: 15px 15px 15px 75px;
	background: url(../images/upload.png) no-repeat 2px 5px;
	color: #0094c9;
}


.wrong-lesson ,.wrong-lesson a {
	margin-top: 60px;
	color: red;
	font: bold 26px mtavruli;
}
.wrong-lesson a {
	text-decoration: underline;
}



.pages-list .slick-next {
	background: url(../images/right_arrow.png);
	width: 43px;
	height: 30px;
	right: -39px;
}
.pages-list .slick-prev {
	background: url(../images/left_arrow.png);
	width: 43px;
	height: 30px;
	left: -39px;
}
.pages-list .slick-prev:before,.pages-list .slick-next:before {
	content: '';
}</pre></body></html>