@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
body {
	margin: 0px;
	font-family: 'Roboto';
	line-height: 16pt;
}
p, span, h1, h2, h3 {
	line-height: 16pt !important;
}
h1 {
	margin: 0px;
	font-weight: bold;
	font-family: Roboto;
	font-size: 25pt;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	font-size: 20pt;
	font-family: Roboto;
}
header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
.head_cube_v1 {
    border-right: 40px solid #509ecb;
    border-bottom: 40px solid #509ecb;
    width: 125px;
    height: 85px;
    /*margin-right: 84px;*/
    margin-right: 34px;
}
.head_cube_v2 {
    border-right: 40px solid #509ecb;
    border-bottom: 40px solid #509ecb;
    border-top: 40px solid #509ecb;
	width: 125px;
    height: 85px;
    /*margin-right: 84px;*/
    margin-right: 34px;
}
section {
	height: 100vh;
}
article {
	padding: 25px 200px;
}
article p {
	margin: 30px 0px;
	font-weight: 400;
	font-family: Roboto;
	font-size: 12pt;
	line-height: 16pt;
}
article .line_1 /*img*/ {
    display: flex;
    justify-content: space-between;
}
article .line_1 img {
    width: 50%;
	height: 100%;
    padding: 0px 30px 0px 0px;
}
section#screen_2 {
    background-size: cover;
}
section#screen_3 {

}
table {
    width: 100%;
}
th {
	font-family: Roboto;
	font-weight: bold;
	text-transform: uppercase;
}
td {
	line-height: 16pt;
	font-size: 12pt;
}
th:nth-child(1), td:nth-child(1)  {
    text-align: left;
    padding: 10px 0px 10px 55px;
    font-size: 12pt;
}
th:nth-child(2), td:nth-child(2) {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
tr {
    padding: 5px 40px 5px 0px;
    width: 100%;
    text-align: left;
    font-size: 12pt;
}
tr:nth-child(odd) {
    background: #a7cee5;
}
p.title {
  font-size: 12pt;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  font-weight: bold;
}

tr:nth-child(odd) {
    background: #a7cee5;
}
.col-md-6 {
    width: 50%;
    float: left;
    padding: 0px 15px;
}
.col-md-6 img {
    max-width: 529px;
    max-height: 546px;
    width: 100%;
}
#screen_1 {
	background-color: #4e4e4e;
	color: #fff;
	text-align: center;
	/*padding: 193px 0px;*/
}
#screen_1 article {
    position: relative;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#screen_1 p {
    font-size: 20pt;
}
#screen_3 article{
    padding-top: 60px;
}
#screen_5 th:nth-child(1), #screen_7 th:nth-child(1) {
    width: 43%;
}
#screen_5 th:nth-child(2), #screen_7 th:nth-child(2) {
    width: 33%;
}
#screen_5 td {
    font-weight: 400;
}
#screen_1 img {
	width: 347px;
}
#screen_6 th {
	text-align: center;
}
#screen_6 td {
	text-align: center;
    font-weight: 400;
}
#screen_6 th:nth-child(1), #screen_6 td:nth-child(1) {
    padding: 10px 0px 10px 10px;
    font-size: 12pt;
}
/*#screen_8 article, #screen_9 article{
    height: calc(100% - 215px);
    display: flex;
    align-items: center;
}*/
#screen_10 article,
#screen_12 article{
    display: flex;
    align-items: flex-end;
}
#screen_10 tr:nth-child(even) {
    background: #a7cee5;
}
#screen_10 tr:nth-child(odd) {
    background: none;
}
#screen_10 td {font-weight: 400;}
#screen_10 th:nth-child(1), #screen_10 td:nth-child(1) {
    padding: 10px 0px 10px 25px;
}
#screen_12 tr:nth-child(even) {
    background: none;
}
#screen_12 tr:nth-child(odd) {
    background: none;
}
#screen_12 th:nth-child(1), #screen_12 td:nth-child(1) {
	padding: 21px 0px 21px 0px;
}
#screen_12 tr td {

	text-align: left;
}
#screen_12 img.logo {
    width: 50%;
    margin: 20px 0px 20px;
}
	table {
    border:none !important;
    border-spacing:0px 0px;
	}
	th, td {
	    border:none;
	    border-width:0 !important;
	}
#screen_12 .last_img	{
    width: 100%;
    /*height: 460px;*/
    max-width: 455px;
    max-height: 500px;
}
#screen_12 tr {
    padding: 5px 10px 5px 0px;
    width: 100%;
    text-align: left;
    font-size: 12pt;
}
@media print {
	* { -webkit-print-color-adjust: exact;}
	table {
    border:solid #000 !important;
    border-width:0px 0 0 0px !important;
	}
	th, td {
	    border:solid #000 !important;
	    border-width:0 0px 0px 0 !important;
	}
}