/******** mobile *******/

.mobile h1.center {
	font-size: 18px;
    padding: 20px 5px;
}

.mobile ol {
	padding-inline-start: 10px;
}

.mobile .decimal li {
    margin-left: 10px;
}

.mobile .bottom-section table .table-stroke {
    border: 2px solid #000;
    border-left: 1px solid #000;
}

.mobile .btn.btn-blue.inno-digital-button {
	white-space: normal;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}

.mobile .scroll {
	overflow-x: auto;
	width: 100%;
}

.mobile .table-helper {
    display: inline-block;
}

.mobile .content table:not(.c-item) {
	margin-top: 0;
}

.mobile .content table:not(.c-item) tbody td:first-child, .content table:not(.c-item) tfoot td:first-child {
    border-left: none;
}

.mobile .content table:not(.c-item) tbody tr td:last-child {
	border-right: none;
}

.mobile .content table:not(.c-item) tbody tr td {
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.mobile .director-info ul {
	list-style: none;
	padding: 0;
}

.mobile .content table:not(.c-item) tbody tr td.table-stroke {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.mobile .row.center.m-t-15 h3 {
	font-size: 18px;
}
.mobile .row.center.m-t-15 .director-photo {
	width: 40%;
}
/****************/
html body.inside {
	min-width: 1280px !important;
	overflow-x: hidden;
}

@media screen and (max-width: 1279px) {
	html body.inside {
		overflow-x: auto;
	}
}

ol, ul {
	list-style: none;
}

h1 {
	margin: 0;
}

body {
	counter-reset: h2;
}
.inno-digital {
	font-size: 15px;
}
h1.center {
	color: #12758c;
	font-size: 30px;
	padding: 30px 0;
}
.center {
	text-align: center;
}
.inno-digital .decimal {
	list-style-type: decimal;
	list-style-position: inside;
}
.inno-digital ol li h2{
	font-size: 20px;
	margin: 25px 0;
}
.inno-digital ol li h2::before {
	counter-increment: h2;
	content: counter(h2) ". ";
	font-size: 20px;
}
.decimal li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.special-block {
	background: #74b3b6;
    padding: 10px 25px;
    color: #fff;
}
.decimal.cyrilic { 
	list-style-type: none;
}
.cyrilic li::before {
	margin-right: 5px;
	width: 1em;
	text-align: right;
	display: inline-block;
}
.cyrilic li:nth-child(1)::before { content: 'а.'; }
.cyrilic li:nth-child(2)::before { content: 'б.'; }
.cyrilic li:nth-child(3)::before { content: 'в.'; }
.cyrilic li:nth-child(4)::before { content: 'г.'; }
.cyrilic li:nth-child(5)::before { content: 'д.'; }
.cyrilic li:nth-child(6)::before { content: 'е.'; }

b.b{
	font-weight: 900;
    font-size: 17px;
}

.img-wrapper {
	display: inline-block;
}

.img-wrapper p {
	text-align: center;
}

.headline {
	font-size: 20px;
    color: #12758c;
    font-weight: bold;
    margin: 20px 0;
}

.table-helper {
    display: none;
    font-size: 10px;
}

.bottom-section h2{
	font-size: 24px;
	font-weight: bold;
	color: #12758c;
	margin: 30px 0;
}

.bottom-section ul li::before {
	color: #12758c;
    content: "\2022";
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
.bottom-section table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.bottom-section table th {
	background-color: #12758c;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
} 
.bottom-section table td {
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000; 
    border-right: 1px solid #000; 
}
.bottom-section table td:last-child {
	border-right: none;
}
.bottom-section table .table-stroke {
	border: 2px solid #000;
    border-left: 1px solid #000;
}
.bsbb {
	box-sizing: border-box !important;
}
.director-info {
	margin-top: 15px;
}
.director-photo {
	width: 15%;
}
.director-info {
	font-size: 15px;
}
.director-info h3 {
	font-weight: bold;
}
.director-info ul {
	margin-top: 10px;
} 
.director-info li img {
	margin-right: 10px;
}
.span_wrapper {
	display: inline-flex;
}
.span_wrapper span {
	margin: auto;
}
.span_wrapper a,
.span_wrapper a:hover {
	text-decoration: none;
	color: #000;
}
.button-container.center {
	margin-bottom: 60px;
}
.inno-digital-button {
	color: #fff;
	text-align: center;
	margin: 10px;
	text-decoration: none;
	color: #fff;
}
.inno-digital-button:hover {
	text-decoration: none;
}

.other-sections {
	font-size: 28px;
    color: #12758c;
    font-weight: bold;
}

.m-t-15 {
	margin-top: 15px;
}


.actual-info {
    display: inline-block;
    border: 1px solid #1cb4b5;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
}