@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSans';
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans.woff2') format('woff2'), url('../fonts/opensans/opensans.woff') format('woff'), url('../fonts/opensans/opensans.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: local('Open Sans Bold'), local('OpenSansBold'), url('../fonts/opensans/opensansbold.woff2') format('woff2'), url('../fonts/opensans/opensansbold.woff') format('woff'), url('../fonts/opensans/opensansbold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: local('Open Sans Light'), local('OpenSansLight'), url('../fonts/opensans/opensanslight.woff2') format('woff2'), url('../fonts/opensans/opensanslight.woff') format('woff'), url('../fonts/opensans/opensanslight.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
	font-family: 'MontserratRegular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MontserratMedium';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
#story {
	border: 1px solid #000000;
}
.zagtest {
background: #B3CDF3 none repeat scroll 0% 0%;
width: calc(100% - 20px);
float: left;
margin: 5px 20px 10px 20px;
padding: 10px;
font: large Arial,sans-serif;
text-decoration: none;
color: #000;

}

.zagtestdop {
background: #B3CDF3 none repeat scroll 0% 0%;
width: 100%;
float: left;
margin: 10px 0 10px 0 !important;
padding: 10px;
font: large Arial,sans-serif;
text-decoration: none;
color: #000;
}
#d40 {
	border: 1px solid #e2e2e2;
}
.dopres {
	margin: 10px 0;
	border-collapse:collapse;
}
.dopres  tr:nth-child(2n+1) {
    background: #E6F0FF; /* Цвет фона */
   } 

.dopres td {
	border: 1px solid #ddd;
}
.dopres th {
	border: 1px solid #ddd;
	background: #B3CDF3 none repeat scroll 0% 0%;
}
.dopres1 {
	margin: 10px 0;
	border-collapse:collapse;
}
.dopres1  tr:nth-child(2n+1) {
    background: #E6F0FF; /* Цвет фона */
   } 

.dopres1 td {
	padding: 4px 3px;
	text-align: center;
	border: 1px solid #ddd;
}
.dopres1 td span {
text-align: left !important;

display: block;

padding: 0 0 0 4px;
	
}
.dopres1 th {
		padding: 4px 3px;
	border: 1px solid #ddd;
	background: #B3CDF3 none repeat scroll 0% 0%;
}
.zagtestoc {
margin: 6px 0 6px 0 !important;
background: #E6F0FF  none repeat scroll 0% 0%;
width: 100%;
float: left;
margin: 0px;
padding: 4px 10px;
font: 15px Arial,sans-serif;
text-decoration: none;
color: #000;
}
br.clear {
    height: 0px;
    width: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
}
.testcontent {
padding: 0px 0;
}
.testcontent p {
font: medium Arial,sans-serif;
color: #000;
padding: 7px 0;
}

.predtest {
margin: 0px 0px 0px 0px;
font: medium Arial,sans-serif;
text-decoration: none;
color: #000;
}
.voprtest p {
font-weight: 100;
}


input[type="checkbox"],
input[type="radio"] {
     margin: 0 0 0 4px;   
}

input[type="checkbox"] + label, 
input[type="radio"] + label {
font: small/1.5 Arial,sans-serif;
  color: #000;
  cursor: pointer;
margin: 0 0 0 -23px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px -5px 0px;
    background-image:  url(images/sprite_checkmark_alpha.png);
    background-repeat: no-repeat;
}

.otborkomp input[type="checkbox"] + label::before,
.otborkomp input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px -5px 5px;
    background-image:  url(images/sprite_checkmark_alpha.png);
    background-repeat: no-repeat;
}


.riaage input[type="checkbox"] + label::before,
.riaage input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px -5px 4px;
    background-image:  url(images/sprite_checkmark_alpha.png);
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
    background-position: -40px 0px;    
}
input[type="radio"] + label::before {
    background-position: 0px 0px;
}
input[type="checkbox"]:checked + label::before {
    background-position: -60px 0px;
}
input[type="radio"]:checked + label::before {
    background-position: -20px 0px;
}
input[type="checkbox"]:disabled + label::before {
    background-position: -20px 0px;
}
input[type="checkbox"]:checked:disabled + label::before {
    background-position: -20px 0px;
}
input[type="radio"]:disabled + label::before {
    background-position: -144px -279px;
}
input[type="radio"]:checked:disabled + label::before {
    background-position: -162px -279px;
}​

.dopv {
	float: left; 
	width: 50px;
}


#panButtonBar input {
    margin: 0px 10px;
}
.grey {
    border: 1px solid #BBB;
    background: transparent -moz-linear-gradient(center top , #F0F0EA, #D5D7CE) repeat scroll 0% 0%;
}
.greynew {
	padding: 0 0 0 4px;
	float: left;
	width: 60px;
}
.btntext {
    color: #333;
    text-shadow: 0px 1px 0px #FFF;
}
.btn {
    display: inline-block;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 10px 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn2 {
    display: inline-block;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 10px 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 20px 0 0 0;
}

.btnbegin {
	display: block;
    margin: 10px auto 10px auto;
    width: 526px;
	text-align: center;
    font: 100 20px CenturyGothic;
	color: #fff;
	padding: 12px 0px 12px 0px;
    background-color: #55a0e4;
}

.stadii label {
font: 700 15px Arial !important;
text-decoration: none;
color: #000;
}
.luditext {
	display: block;
	border: 1px solid #a9a9a9;
	width: 300px; 
	height: 102px;
	margin: 5px 0 0 0;
}

.tbludi td {
padding: 5px 10px;	
}

.inp1 {
border: 1px solid #555;
background: #FFF none repeat scroll 0% 0%;
padding: 1px;
display: block;
font: small/1.5 Arial,sans-serif;
text-decoration: none;
color: #000;
}
.inp1textarea {
border: 1px solid #555;
background: #FFF none repeat scroll 0% 0%;
padding: 1px;
display: block;
font: small/1.5 Arial,sans-serif;
text-decoration: none;
color: #000;
}

.inp1option {
	width: 260px;

height: 24px;
margin: 0px 0 0 0;
border: 1px solid #555;
background: #FFF none repeat scroll 0% 0%;
padding: 1px;
display: block;
font: small/1.5 Arial,sans-serif;
text-decoration: none;
color: #000;
}

.testtab1 td {
text-align: center;
border: 0px;
width: 170px;

}

.zabolev tr > td:first-child {
text-align: left;
padding: 0 0 0 10px;
border: 0px;
width: 100%;

}
.testtab1 tr {
height: 30px;
}

.testtab2 td {
text-align: center;
border: 0px;
width: 120px;

}
.testtab2 tr {
height: 30px;
}

.tdleft {
text-align: left !important;
padding: 0 0 0 7px;
width: 120px;
}
.tdleft2 {
text-align: left !important;
padding: 0 0 0 7px;
width: 360px !important;
}
.tdleft3 {
text-align: left !important;
padding: 6px 3px 6px 10px;
width: 300px !important;
}
.greytr {
background: #EFEFEE none repeat scroll 0% 0%;
}
.res01 {
	clear: both;
padding: 40px 0 0 0;
font: 100 72px 'Times New Roman';
color: #0070c0;
text-align: center;
}
.res02 {
font: 100 72px 'Times New Roman';
color: #0070c0;
text-align: center;
padding: 0 0 40px 0;
}
.res03 {
margin: 0 auto;
background: url(images/1.jpg) top center no-repeat;
width: 260px;
height: 163px;
}

.res04 {
font: 700 24px Verdana;
color: #000;
text-align: left;
padding: 40px 0 0px 0;
}


.res041 {
font: 700 24px Verdana;
color: #000;
text-align: left;
padding: 20px 0 0px 0;
}

.res05 {
font: 700 18px Verdana;
color: #000;
text-align: left;
padding: 8px 0 8px 0;
}

.res11 {
font: 700 18px Verdana;
color: #005A9B;
text-align: left;
padding: 8px 0 8px 0;
}

.res06 {
font: 700 19px 'Times New Roman';
color: #000;
text-align: center;
padding: 0px 0 0px 0;
}
.res08 {
font: 700 19px 'Times New Roman';
color: #000;

text-align: center;
padding: 10px 0 0px 0;
}
.res07 {
margin: 15px auto;
background: url(images/people.jpg) top center no-repeat;
width: 700px;
height: 69px;
}
.res07obb {
margin: 15px auto;
background: url(images/people2.jpg) top center no-repeat;
width: 700px;
height: 69px;
}
.res09 {
margin: 15px auto;
background: url(images/people.jpg) top center no-repeat;
width: 700px;
height: 69px;
padding: 0 130px 15px 130px;
border-bottom:  2px solid #14476c;
}

.res10 p {
font: 100 14px Verdana;
padding: 5px 0 5px 0;
}
.res12 {
margin: 10px auto 30px auto;
background: url(images/2.jpg) top center no-repeat;
width: 467px;
height: 350px;
}

.res13 p {
font: 100 14px Verdana;
padding: 5px 0 5px 0;
}












.line {
float: left;
background: url(images/line.png) top right no-repeat;
width: 20px;
height: 48px;
}
.lineb {
padding: 47px 0px 0px;
margin: 0px 0px 0px -12px;
font: 700 14px 'Times New Roman';
}

.red {
color: #ef2d00;
}
.green {
color: #00a01a;
}


.tabriskop {
margin: 20px auto 0 auto;
border-bottom: 1px solid  #EFEFEE;
font: 100 13px Tahoma;
}

.tabriskop td {

border: 0px;
padding: 0 5px;


}
.tabriskop tr {
height: 30px;
}



.tabrisk1 {
margin: 20px auto 0 auto;
border-bottom: 1px solid  #EFEFEE;
font: 100 13px Tahoma;
}

.tabrisk1 td {
text-align: center;
border: 0px;
width: 170px;

}
.tabrisk1 tr {
height: 30px;
}

.tabrisk1 td {
text-align: center;
border: 0px;
width: 300px;

}
.tabrisk1 tr {
height: 30px;
}

.riaage  .tabrisk1 tr {
height: 50px;
}


.riaage  .tabrisk1 tr td {
height: 50px;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 130%;

align-items: center;
text-align: center;
background: #F9F9F9;
color: #000000;

border-bottom: 1px solid #EEEEEE;
}



.riaage  .tabrisk1 .greytr {
background: #F9F9F9;
}



.riaage  .tabrisk1 .bluetr{
background: #fff;

}

.riaage  .tabrisk1 .bluetr  td {
background: #0E5DA9;
color: #fff;
border-radius: 3px;
}







.bluetr {
background-color: #0E5DA9;
color: #fff;
}

.low {
padding: 0 0 20px 220px;
min-height: 240px;
background: url(images/l.png) top left no-repeat;
}
.moderate {
padding: 0 0 20px 220px;
min-height: 240px;
background: url(images/m.png) top left no-repeat;
}

.high {
padding: 0 0 20px 220px;
min-height: 240px;
background: url(images/h.png) top left no-repeat;
}



.wideBox {
  clear: both;
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
  line-height: 80%;
}

#chart, #chartData {
  border: 0px solid #333;
  background: url("images/gradient--none.png") repeat-x 0 0;
}

#chart {
  display: block;
  margin: 0 0 20px 0;
  float: left;
  cursor: pointer;
}

#chartData {

  margin: 20px 0px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
}

#chartData th, #chartData td {
  padding: 0.5em;

  text-align: left;
}

#chartData th {
  border-bottom: 1px solid #e2e2e2;

}

#chartData td {
  cursor: pointer;
  text-align: center;
}

#chartData td.highlight {
  background: #e8e8e8;
}

#chartData tr:hover td {
  background: #f0f0f0;
}

#chart2, #chartData2 {
  border: 1px solid #333;
  background: #ebedf2 url("images/gradient.png") repeat-x 0 0;
}

#chart2 {
  display: block;
  margin: 0 0 50px 0;
  float: left;
  cursor: pointer;
}

#chartData2 {
  width: 200px;
  margin: 0 140px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
}

#chartData2 th, #chartData2 td {
  padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
}

#chartData2 th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  
}

#chartData2 td {
  cursor: pointer;
    text-align: center;
}

#chartData2 td.highlight {
  background: #e8e8e8;
}

#chartData2 tr:hover td {
  background: #f0f0f0;
}

#chart3, #chartData3 {
  border: 1px solid #333;
  background: #ebedf2 url("images/gradient.png") repeat-x 0 0;
}

#chart3 {
  display: block;
  margin: 0 0 50px 0;
  float: left;
  cursor: pointer;
}

#chartData3 {
  width: 200px;
  margin: 0 140px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
}

#chartData3 th, #chartData3 td {
  padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
}

#chartData3 th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  
}

#chartData3 td {
  cursor: pointer;
    text-align: center;
}

#chartData3 td.highlight {
  background: #e8e8e8;
}

#chartData3 tr:hover td {
  background: #f0f0f0;
}

#chart4, #chartData4 {
  border: 1px solid #333;
  background: #ebedf2 url("images/gradient.png") repeat-x 0 0;
}

#chart4 {
  display: block;
  margin: 0 0 50px 0;
  float: left;
  cursor: pointer;
}

#chartData4 {
  width: 200px;
  margin: 0 140px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
}

#chartData4 th, #chartData4 td {
  padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
}

#chartData4 th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  
}

#chartData4 td {
  cursor: pointer;
    text-align: center;
}

#chartData4 td.highlight {
  background: #e8e8e8;
}

#chartData4 tr:hover td {
  background: #f0f0f0;
}

#chart5, #chartData5 {
  border: 1px solid #333;
  background: #ebedf2 url("images/gradient.png") repeat-x 0 0;
}

#chart5 {
  display: block;
  margin: 0 0 50px 0;
  float: left;
  cursor: pointer;
}

#chartData5 {
  width: 200px;
  margin: 0 140px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
}

#chartData5 th, #chartData5 td {
  padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
}

#chartData5 th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  
}

#chartData5 td {
  cursor: pointer;
    text-align: center;
}

#chartData5 td.highlight {
  background: #e8e8e8;
}

#chartData5 tr:hover td {
  background: #f0f0f0;
}

#chartpol, #chartDatapol {
  border: 1px solid #333;
  background: #ebedf2 url("images/gradient.png") repeat-x 0 0;
}

#chartpol {
  display: block;
  margin: 0 0 50px 0;
  float: left;
  cursor: pointer;
}

#chartDatapol {
  width: 200px;
  margin: 0 140px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
}

#chartDatapol th, #chartDatapol td {
  padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
}

#chartDatapol th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  
}

#chartDatapol td {
  cursor: pointer;
    text-align: center;
}

#chartDatapol td.highlight {
  background: #e8e8e8;
}

#chartDatapol tr:hover td {
  background: #f0f0f0;
}

.chartscontainer {
	border: 1px solid #336699;
	padding: 10px;
	width: 70%;
	margin: 0 auto;
}

.chartscontainer ul {
	padding-left: 0;
}

.chartscontainer li {
	list-style: none;
	background-image:none;
}

.chartscontainer li{
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 16px;
}



.lowrisk {

width: 209px;
text-align: center;
padding: 0 0 20px 0px;
margin: 0 90px 0 0;
float: left;
height: 150px;
background: url(images/l.png) top left no-repeat;
}
.moderaterisk {
margin: 0 90px 0 0;
width: 209px;
text-align: center;
padding: 0 0 20px 0px;
float: left;
height: 150px;
background: url(images/m.png) top left no-repeat;
}

.highrisk {

width: 209px;
text-align: center;
padding: 0 0 20px 0px;
float: left;
height: 150px;
background: url(images/h.png) top left no-repeat;
}

.rislpr {
padding: 32px 0 55px 0;
font: 700 35px Verdana;
color: #fff;
width: 209px;
text-align: center;
margin:0 auto;
}

.kolchel {
padding: 0;
font: 700 25px Verdana;
color: #fff;
width: 209px;
text-align: center;
margin:0 auto;
}
.ovalinfogreen {
width: 282px;

background: url(images/ovalinfogreen.png) top left no-repeat;
}
.ovalinfoyellow {
width: 282px;

background: url(images/ovalinfoyellow.png) top left no-repeat;
}
.ovalinfored {
width: 282px;

background: url(images/ovalinfored.png) top left no-repeat;
}

.tablvstr {
margin: 20px 0;
}

.tablvstr td {
border: 0px solid #fff;
}
.vstrpr {
padding: 12px 0 10px 0;
font: 700 38px Verdana;
color: #fff;
width: 282px;
text-align: center;
margin:0 auto;
}

.vstkol {
padding: 12px 0 10px 0;
font: 700 30px Verdana;
color: #fff;
width: 282px;
text-align: center;
margin:0 auto;
}

.namevstr {
padding: 27px 0 40px 0;
font: 700 17px Verdana;
color: #000000;
width: 282px;
text-align: center;
margin:0 auto;
clear:both;
}
.zal500 {
background-color: #005da0;
color: #fff;
padding: 5px;

}
.bgr {
	background-color: #c6e9cd !important;
	font-weight: 900;
	text-align: center;
}
.zal501 {
background-color: #eb4848;
}

.zal502 {
background-color: #f3b521;
}
.zal503 {
background-color: #f9f94c;
}
.zal504 {
background-color: #8dcf46;
}
.zal505 {
background-color: #33cc66;
}
.raspechatat {
display: block;
padding: 5px 10px;
float: right;
cursor: pointer;
margin: 20px 20px 0 0;
background-color: #183D68;
color: #FFF;
}
.raspechatat:hover {
color: #FFF;
text-decoration: underline;
}

.chartsbar {
color: #e2e2e2 !important;
}
.present {
	width: 500px;
	margin: 15px auto;
	padding: 20px 20px;
	text-align: center;
	font: 700 18px Verdana;
color: #000;
}

.inpd {
	width: 30px;

border: 1px solid #aaa;

height: 18px;
}


.ztab {
	font-family: Century Gothic;
font-size: 16px;
line-height: 130%;
	font-weight: 900;
}

.badzag {
font-family: Century Gothic;
font-size: 24px;
line-height: 29px;
color: #065CA9;
	font-weight: 900;
}
.namebad {
font-family: Century Gothic;
font-size: 16px;
line-height: 130%;
color: #000000;
font-weight: 900;
	text-align: left;
}

.istbad {
font-family: Century Gothic;
font-size: 16px;
line-height: 130%;
color: #000000;	
}

.opisbad {
font-family: Century Gothic;
font-size: 16px;
line-height: 130%;
color: #000000;	
}

.badutab {
	margin: 20px 0;
}
.badutab tr {
	border-bottom: 1px solid #E7E7E7;
	
}

.badutab tr td {
padding: 15px 20px;
vertical-align: top;
text-align: left;
	
}

.vagno {
	position: absolute;
    left: -60px;
    width: 70px;
    font-weight: 900;
    margin: -17px 0 0 0;
}
.recom {
position: absolute;

left: -90px;

width: 70px;

font-weight: 900;

margin: -57px 0 0 0;
}
.badugra {
	
width: 5px;
margin: 0 30px 0 0;
background: linear-gradient(180deg, #F94E4E 0%, #88C426 100%);
	
}

.res04new2 {
font: 100 25px OpenSans;
color: #000;
text-align: left;
margin: 20px 0 20px 0px;
}
.res04new {
font: 100 28px OpenSans;
color: #004f9f;
text-align: left;
margin: 40px 0 0px 0px;
background: url(images/sec.png) 0px 7px no-repeat;
padding: 0 0 0 70px;
width: 100%;
}

.res05new {
width: 100%;
font: 100 25px OpenSans;
color: #004f9f;
text-align: left;
margin: 20px 0 30px 0px;
}


.res08new {
font: 700 19px OpenSans;
color: #000;

text-align: center;
padding: 10px 0 0px 0;
}
.res07new {
margin: 15px auto;
background: url(images/peoplen.png) top center no-repeat;
width: 700px;
height: 69px;
}
.res07obbnew {
margin: 15px auto;
background: url(images/people2n.png) top center no-repeat;
width: 700px;
height: 69px;
}
.res09new {
margin: 15px auto;
background: url(images/peoplen.png) top center no-repeat;
width: 700px;
height: 69px;
padding: 0 130px 15px 130px;
border-bottom:  2px solid #14476c;
}
.linenew {
float: left;
background: url(images/line2.png) top right no-repeat;
width: 23px;
}
.linebnew {
padding: 57px 0px 0px;
margin: 0px 0px 0px -12px;
font: 700 14px 'Times New Roman';
}
.newdis .res10 p {
font: 100 14px OpenSans;
}
.newdis  p {
font: 100 14px OpenSans;
}



.newdis .low {
padding: 0 0 20px 320px;
min-height: 240px;
background-image: none;
}
.newdis .moderate {
padding: 0 0 20px 320px;
min-height: 240px;
background-image: none;
}

.newdis .high  {
padding: 0 0 20px 320px;
min-height: 240px;
background-image: none;
}

.newdis .high .otzagh3, .newdis .low .otzagh3, .newdis .moderate .otzagh3 {
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;
color: #0E5DA9;
}

.zagasec6 {
	display: block;

font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 130%;
color: #0E5DA9;
}

.newdis .high p, .newdis .low p, .newdis .moderate p {
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 130%;
color: #000000;
padding: 5px 0 5px 10px;
background: url(images/pointrisk.jpg) 0px 11px no-repeat;

}

.newdis .high .urrisk {
margin: 0 0 -75px -320px;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
color: #ED5B3A;
background: url(images/op1.png) 0px 4px no-repeat;
padding: 0px 0 0 20px;
}


.newdis .moderate .urrisk {
margin: 0 0 -75px -320px;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
color: #FFCE33;
background: url(images/op2.png) 0px 4px no-repeat;
padding: 0px 0 0 20px;
}

.newdis .low .urrisk {
margin: 0 0 -75px -320px;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
color: #32A071;
background: url(images/op3.png) 0px 4px no-repeat;
padding: 0px 0 0 20px;
}

.newdis  .res11 {
	width: 300px;
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;

/* or 23px */

/* синий */
color: #0E5DA9;
}

.lowrisknew {

width: 209px;
text-align: center;
padding: 0 0 20px 0px;
margin: 0 90px 0 0;
float: left;
height: 150px;
background: url(images/l.png) top left no-repeat;
}
.moderaterisknew {
margin: 0 90px 0 0;
width: 209px;
text-align: center;
padding: 0 0 20px 0px;
float: left;
height: 150px;
background: url(images/m.png) top left no-repeat;
}

.highrisknew {

width: 209px;
text-align: center;
padding: 0 0 20px 0px;
float: left;
height: 150px;
background: url(images/h.png) top left no-repeat;
}

.rialogo {
	width: 100%;
	margin: 20px auto;

}

.dni {
	width: 90px;
	margin: 0 auto;
	
}





.newdis .rislpr {
padding: 50px 0 0 0;
font: 700 25px OpenSans;
color: #000;
width: 109px;
text-align: center;
margin:0 auto;
}
.newdis .tbgr .rislpr {
padding: 0px 0 0 0;
}
.newdis .kolchel {
padding: 0;
font: 700 20px OpenSans;
color: #000;
width: 109px;
text-align: center;
margin:0 auto;
}

.newdis .lowrisk {
padding: 0 0 20px 100px;
min-height: 240px;
background: url(images/l2.png) top left no-repeat;
}
.newdis .moderaterisk {
padding: 0 0 20px 100px;
min-height: 240px;
background: url(images/m2.png) top left no-repeat;
}

.newdis .highrisk {
padding: 0 0 20px 100px;
min-height: 240px;
background: url(images/h2.png) top left no-repeat;
}




.newdis .lowrisk2 {
padding: 0 0 20px 220px;
min-height: 170px;
background: url(images/l3.png) top center no-repeat;
}
.newdis .moderaterisk2 {
padding: 0 0 20px 220px;
min-height: 170px;
background: url(images/m3.png) top center no-repeat;
}

.newdis .highrisk2 {
padding: 0 0 20px 220px;
min-height: 170px;
background: url(images/h3.png) top center no-repeat;
}



.newdis .ovalinfo2 {
width: 282px;
background-image: none;

height: 100px;
border-radius: 8px;
margin: 0 0 100px 0;
}

.newdis .ovalinfogreen {
width: 282px;
background-image: none;
background-color: #abdd4a;
height: 100px;
border-radius: 8px;
margin: 0 0 10px 0;
}
.newdis .ovalinfoyellow {
width: 282px;
height: 100px;
border-radius: 8px;
background-image: none;
background-color: #f5dc28;
margin: 0 0 10px 0;
}
.newdis .ovalinfored {
width: 282px;
height: 100px;
border-radius: 8px;
background-image: none;
background-color: #ee2e24;
margin: 0 0 10px 0;
}

.newdis .vstrpr {
padding: 12px 0 10px 0;
font: 700 25px Verdana;
color: #fff;
width: 282px;
text-align: center;
margin:0 auto;
}

.newdis .vstkol {
padding: 12px 0 10px 0;
font: 700 20px Verdana;
color: #fff;
width: 282px;
text-align: center;
margin:0 auto;
}

.lowrisknew {

width: 209px;
text-align: center;
padding: 0 0 20px 0px;
margin: 0 90px 0 0;
float: left;
height: 150px;
background: url(images/l.png) top left no-repeat;
}
.moderaterisknew {
margin: 0 90px 0 0;
width: 209px;
text-align: center;
padding: 0 0 20px 0px;
float: left;
height: 150px;
background: url(images/m.png) top left no-repeat;
}

.highrisknew {

width: 209px;
text-align: center;
padding: 0 0 20px 0px;
float: left;
height: 150px;
background: url(images/h.png) top left no-repeat;
}

.formError {
	margin: 0 0 0 40px;
}

.badubut {
	
	width: 130px;

height: 40px;

font-size: 21px;

background-color: #065ca9;

text-shadow: 0px 0px 0px;

color: #fff;

margin: 10px auto;

display: block;
}



.inp2 {
	width: 180px;
	height: 20px;
border: 1px solid #4d4d4d;
padding: 10px 14px;
background: #FFF none repeat scroll 0% 0%;
display: block;
font: small/1.5 Arial,sans-serif;
text-decoration: none;
color: #000;
}

.badutest {
	font: 600 18px Arial;
}
.badutest p {
	font: 600 18px Arial;
}
.badutest p.smallp {
	font: 100 12px Arial;
}
.badutest p.zag  {
font: 900 19px Arial;
text-align: center;
}

.badutest  .zagtest {
font: large Arial;
margin: -15px 0px 20px 0px;
}



.riaage {
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 130%;

/* or 18px */

/* черный */
color: #000000;
}
.riaage p {
font-family: Arial;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 130%;

/* or 18px */

/* черный */
color: #000000;
}
.rialindot  p {
font-weight: 100;

}
.riaage p.smallp {
	font: 100 12px Arial;
}
.riaage p.zag  {
font: 900 17px Arial;
text-align: center;
}

.riaage .podzag  {
font-family: Arial;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 130%;
color: #000000;
}

.riaage  .zagtest {
font: 900 20px Arial;
margin: 10px 0px 20px 0px;
background-color: none;
}


.badutest .pol1  {
margin: 80px 60px 0 20px;
float: left;

display: block;
}
.badutest .pol1 img {
margin: -95px 0 0 -21px;
display: block;
}

.badzag2 {
    width: 760px;
	height: 80px;
	border-bottom: 1px solid #4f4f4f;
	float: left;
	margin: 20px 0 20px;
	font: 900 30px Arial;
	line-height: 36px;
	padding: 10px 0 20px 0;
}
.badcena {
	display: none;
float: right;
	font: 900 30px Arial;	
}
.badzag2 img {
	float: left;
	margin: 0 45px 0 0;
}
.namebad2 {
	float: left;
	margin: 10px 0 15px;
		font: 100 25px Arial;
	line-height: 25px;
	width: 300px;
	
}

.badinfo {
	float: left;
	margin: 10px 0 0 0;
}
.vuvb {
    width: 760px;
    margin: 0 auto;
}

.badbay a {
	cursor: pointer;
	margin: 40px 0 40px;
	padding: 13px 0 0 0;
	display: block;
	width: 100%;
	height: 52px;
	background-color: #20419a;
	text-align: center;
	color: #fff;
	text-decoration: none;
	
	font: 900 30px Arial;	
}
.badbay a:hover {
	text-decoration: underline;
}

.badbay2 {

	margin: 10px 0 15px;
	width: 100%;
		font: 900 30px Arial;
		border-bottom: 1px solid #4f4f4f;	
	line-height: 25px;

	font-style: italic;
	padding: 0 0 15px 0;
	
}

.badbay3 {
width: 100%;
	margin: 10px 0 15px;
		font: 900 25px Arial;
	line-height: 25px;

	
}

.badbay4 {
	width: 100%;
padding: 10px 0 0 0;
	margin: 10px 0 15px;
		font: 100 25px Arial;
	line-height: 25px;

		border-top: 1px solid #4f4f4f;
	
}



.badinfo {
	width: 90px;
	height: 40px;
}
.infozag {
	font: 900 25px Arial;
	text-align: center;
	padding: 10px 0;
}
.kontinfo:hover .badinfo {
	 cursor: pointer;
}

.kontinfo  .konttx {
  position: absolute;
width: 400px;
margin: -100px 0 0 340px;
/*opacity: 0;  */
background-color: #fff;
padding: 20px;
box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
-webkit-box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
-moz-box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
	font: 100 15px Arial;
}
.kontinfo  .konttx2 {
  position: absolute;
width: 400px;
margin: -100px 0 0 370px;
/*opacity: 0;  */
background-color: #fff;
padding: 20px;
box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
-webkit-box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
-moz-box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
	font: 100 15px Arial;
}

.konttx .kontem img {
	margin: 0 auto;
	width: 120px;
	display: block;
}


.konttx2 .kontem img {
	margin: 0 auto;
	width: 120px;
	display: block;
}
#ui-datepicker-div {
	margin: -110px 0 0 0;
}
.tabotbor td {
	padding: 2px 10px;
	width: 25%;
}

.tabotbor td p {
text-align: left;
}
.otchetpoln .btn {
	
	
	border-radius: 7px;
background: #065CA9; 
width: 155px;
height: 38px; 
color: #FFF;
font-family: MontserratMedium;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal; 
padding: 3px 10px 4px;
    margin: 10px 0;
    cursor: pointer;
    display: block;
	float: left;
}

.otchetpoln .btn2 {
	
	border-radius: 7px;
background: #335879; 
width: 155px;
height: 29px;
color: #FFF;
font-family: MontserratMedium;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 10px 10px 0 4px;
margin: 10px 20PX;
cursor: pointer;
display: block;

float: left;
}


.riabegin img {
	float: right;
	width: 656px;
	margin: 0 0 0 30px;
}

.zagaid {
width: 475px;
height: 168px;
font-family: Arial;
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 130%;
color: #065CA9;
}

.cont1aid {
	width: 470px;
	font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #000000;
margin: 30px 0 10px 0;
}

.btn-age {
	display: block;
	margin: 30px 0 10px 0;
	width: 362px;
height: 53px;
background: #065CA9;

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;

text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}

.cont3aid {
	font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 150%;
color: #8E8E8E;
margin: 0 0 75px 0;
}

.cont3aid a {
		font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 150%;
color: #8E8E8E;
color: #065CA9;
}

.cont4aidcif {
	
font-family: Arial;
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 130%;
color: #4496D3;

}
.cont4aid {
	
width: 263px;
float: left;
}
.cont4aidtext {
	
width: 223px;
padding: 0 30px 0 0;

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #000000;
}
.cont4aidtext a {
color: #065CA9;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
}

.newvid {
	PADDING: 0 0 40PX 0;
	overflow: hidden;
}
.otchetpoln {
	width: 1126px;
}

.otzagh1 {
	
}

.page-header {
	border-radius: 10px;
background: #55A0E4; 
}

.page-header h1 {
color: #FFF;
font-family: MontserratBold;
font-size: 19.56px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rial {
	width: calc(100% - 80px);
	overflow: auto;
		padding: 40px;
border-radius: 22px;
background: #E4F5FD; 
}
.rialzag {
	float: left;
width: 50%;
color: #065CA9;
font-family: MontserratBold;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.rial img {
	width: 206px;
	display: block;
	float: right;

}

hr {
	padding: 0px !important;
	margin: 0px !important;
	width: 100%;
	border-top: 2px solid #065CA9;
}
.otzagh1 {
	
	width: 152.07px;
height: 30px;
background: #0E5DA9;
padding: 4px 0 0 0;	
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 21px;

text-align: center;
letter-spacing: 0.25em;
text-transform: uppercase;

/* Белый */
color: #FFFFFF;
}

.otzagh2 {
	padding: 32px 0 10px 0;
font-family: Arial;
font-style: normal;
font-weight: 900;
font-size: 28px;
line-height: 130%;

color: #0E5DA9;
}


.otzagh3 {
padding: 20px 0 10px 0;	
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 130%;
color: #0E5DA9;
}
 
.pland {

	margin: 30px 0px 10px 0;
}
.pland a {
	display: block;
	width: 100%;
height: 102px;
	background: url(images/pland.png) left top no-repeat;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 23px;
line-height: 150%;

/* identical to box height, or 34px */
text-transform: uppercase;
text-decoration: none;
padding: 75px 0 0 131px;
color: #FFCE33;
}
.planpdf {
	font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 150%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
}

.batext1 {
	padding: 22px 0 0 0;
	font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;

/* or 23px */

/* черный */
color: #000000;
}

.batext2 {
font-family: Arial;
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 130%;
padding: 22px 0 0 0;
/* identical to box height, or 42px */

/* синий */
color: #0E5DA9;
}

.ba1 {
	float: left;
	width: 50%;
}

.baimg {
	margin: -64px 200px 40px 0;
	float: right;
}
.baimg  img {
height: 355px;

}

.progress-value {
	display: none;
}
.demo-wrapper {
	width: 100%;
	margin: 00px auto 0;
}
.html5-progress-bar {
padding: 0 0 0px 0;
	border-radius: 0px;

}
.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 100%;
	height: 10px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;

}
.html5-progress-bar progress::-webkit-progress-value {
	background: #065ca9;
	background: -moz-linear-gradient(top,  #065ca9 0%, #065ca9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065ca9), color-stop(100%,#065ca9));
	background: -webkit-linear-gradient(top,  #065ca9 0%,#065ca9 100%);
	background: -o-linear-gradient(top,  #065ca9 0%,#065ca9 100%);
	background: -ms-linear-gradient(top,  #065ca9 0%,#065ca9 100%);
	background: linear-gradient(to bottom,  #065ca9 0%,#065ca9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065ca9', endColorstr='#065ca9',GradientType=0 );

}
.html5-progress-bar progress::-moz-progress-bar {
	background: #065ca9;
	background: -moz-linear-gradient(top,  #065ca9 0%, #065ca9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065ca9), color-stop(100%,#065ca9));
	background: -webkit-linear-gradient(top,  #065ca9 0%,#065ca9 100%);
	background: -o-linear-gradient(top,  #065ca9 0%,#065ca9 100%);
	background: -ms-linear-gradient(top,  #065ca9 0%,#065ca9 100%);
	background: linear-gradient(to bottom,  #065ca9 0%,#065ca9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065ca9', endColorstr='#065ca9',GradientType=0 );

}


.res04newMons {
color: #065CA9;
font-family: MontserratBold;
font-size: 29px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 15px 0 5px 0;
}

.tab_forma_otb td {
	padding: 13px 0 3px 0;
	vertical-align: top;
	
}
.tab_forma_otb tr {
	

	
}
.tab_forma_otb p {
	padding: 5px 0;
color: #335879;
font-family: MontserratBold;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
}
.rialotstup {
	padding: 10px 30px 0 30px;
}




.rialotstup input[type="checkbox"] + label, 
.rialotstup input[type="radio"] + label {

color: #335879;
font-family: MontserratMedium;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;

  cursor: pointer;
margin: 0 0 0 -23px;
}


.hide3col  tr td:nth-child(3),
.hide3col  tr th:nth-child(3) {
    display: none;
}

.hide45col  tr td:nth-child(4), .hide45col  tr th:nth-child(4), .hide45col  tr td:nth-child(5), .hide45col  tr th:nth-child(5) {
    display: none;
}

.hide567col  tr td:nth-child(5), .hide567col  tr td:nth-child(6), .hide567col  tr td:nth-child(7)  {
    display: none;
}

.hide357col  tr td:nth-child(3), .hide357col  tr td:nth-child(5), .hide357col  tr td:nth-child(7)  {
    display: none;
}

.hideosmcol  tr td:nth-child(3), .hide357col  tr td:nth-child(5), .hide357col  tr td:nth-child(7), .hide357col  tr td:nth-child(9), .hide357col  tr td:nth-child(11), .hide357col  tr td:nth-child(13), .hide357col  tr td:nth-child(15), .hide357col  tr td:nth-child(17)  {
    display: none;
}


.hide1col  tr td:nth-child(1),
.hide1col  tr th:nth-child(1) {
    display: none;
}




.rialotstup  p {
	color: #335879;
font-family: MontserratMedium;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.rialotstup  li {
	color: #335879;
font-family: MontserratMedium;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 3px 0;
}

.rialotstup  table td {
color: #335879;
font-family: MontserratMedium;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal; 
}



.tabriskop  th {
	background: #F5F5F5; 
	color: #335879;
font-family: MontserratBold;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 3px 6px;
}

.tabriskop  td {

padding: 3px 6px;
}

.tabriskop  tr:nth-child(2n+1) {

	background: #E4F5FD; 

}


.rialotstup  .tabriskop  .bluetr  {
	background: #F5F5F5; 
		background: #F5F5F5; 
	color: #335879;
font-family: MontserratBold;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;

}


.rialotstup   .tabriskop {
margin: 10px 0 0 0;
}

.res05Mons {
	margin: 20px 0 0 0;
	color: #335879;
font-family: MontserratBold;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal; 
}


.rialotstup  .newdis .lowrisk2 {
	overflow: auto;
width: 23px;
height: 23px;
float: left;
padding: 0;
min-height: 0px;
background: url(images/1_1.png) top center no-repeat;
background-size: 23px;
float: left;
margin: 0 0 0 30px;
}
.rialotstup  .newdis .moderaterisk2 {
padding: 0;
min-height: 0px;
background: url(images/1_2.png) top center no-repeat;
background-size: 23px;
overflow: auto;
width: 23px;
height: 23px;
float: left;
margin: 0 0 0 30px;

}

.rialotstup  .newdis .highrisk2 {
padding: 0;
min-height: 0px;
background: url(images/1_3.png) top center no-repeat;
background-size: 23px;
overflow: auto;
width: 23px;
height: 23px;
float: left;
margin: 0 0 0 30px;
}




.rialotstup  .newdis .rislpr {
color: #335879;
font-family: MontserratBold;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
width: auto;
text-align: left;
margin:0 5px;
float: left;
}
.rialotstup  .newdis .tbgr .rislpr {
padding: 2px 0 0 0;
}
.rialotstup  .newdis .kolchel {
padding: 2px 0 0 0;
color: #335879;
font-family: MontserratBold;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
width: auto;
text-align: left;
margin:0;
float: left;
}
.rialotstup  .tbgr  {
	margin: 30px 0 10px 0;
}
.rialotstup  .tbgr td {
	padding: 5px 20px;
}
.rialotstup  .tbgr td {
	padding: 5px 20px;
}
.rialotstup .tbgr p {
	text-align: center;
}
.rialotstup  .tbgr  {
  border-collapse: collapse;
}
.rialotstup  .tbgr  td, .rialotstup  .tbgr  th {
  border: 1px solid rgba(51, 88, 121, 0.10);
}
.rialotstup  .tbgr  tr:first-child th {
  border-top: 0;
}
.rialotstup  .tbgr  tr:first-child td {
  border-top: 0;
}
.rialotstup  .tbgr  tr:last-child td {
  border-bottom: 0;
}
.rialotstup  .tbgr  tr td:first-child,
.rialotstup  .tbgr  tr th:first-child {
  border-left: 0;
}
.rialotstup  .tbgr  tr td:last-child,
.rialotstup  .tbgr  tr th:last-child {
  border-right: 0;
}


 .rialotstup .hide1col.tbgr  tr td:nth-child(2),
 .rialotstup .hide1col.tbgr  tr th:nth-child(2){
  border-left: 0;
}




.rialotstup .newdis .vstrpr {
	
	color: #335879;
font-family: MontserratBold;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
float: left;
width: auto;
margin: 0 6px;
padding: 3px 0 0 0;
}
.rialotstup .newdis .vstkol {
	
	color: #335879;
font-family: MontserratMedium;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
float: left;
width: auto;
padding: 3px 0 0 0;
}

.rialotstup .newdis .ovalinfogreen {
width: auto;

background-color: initial;
height: 23px;
border-radius: 8px;
margin: 0 0 10px 0;
background: url(images/1_1.png) top left  no-repeat;
background-size: 23px;
padding: 0 0 0 34px;
width: 125px;
margin: 0 auto;
}
.rialotstup .newdis .ovalinfoyellow {
	background: url(images/1_2.png) top left  no-repeat;
background-size: 23px;
width: auto;
height: 23px;
border-radius: 8px;
background-color: initial;
margin: 0 0 10px 0;
padding: 0 0 0 34px;
width: 125px;
margin: 0 auto;
}
.rialotstup .newdis .ovalinfored {
	background: url(images/1_3.png) top left  no-repeat;
background-size: 23px;
width: auto;
height: 23px;
border-radius: 8px;
background-color: initial;
margin: 0 0 10px 0;
padding: 0 0 0 34px;
width: 125px;
margin: 0 auto;
}




.rialotstup .zagtest  {
background: #E4F5FD;
font-family: MontserratBold;
font-size: 15px;
color: #335879;
}





@media (max-width: 800px) {
hr {
	margin: 0 0 -2px 0 !important;

}

.tabrisk1 td {
    width: 30%;
}
.tabrisk1 {

    width: 90% !important;
}


.rial {
	width: calc(100% - 80px);
	overflow: auto;
		padding: 40px;
border-radius: 22px;
background: #E4F5FD; 
}
.rialzag {
	float: left;
width: 50%;
color: #065CA9;
font-family: MontserratBold;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.rial img {
	width: 206px;
	display: block;
	float: right;

}
	
.ba1 {
	float: none;
	width: 100%;
		clear: both;
}

.baimg {
	margin: -54px 110px 20px 0;
	float: right;
}
.baimg  img {
height: 255px;

}
	.batext1 {
	padding: 0px 0 0 0;
	}

	
.badzag2 {
    width: 100%;
	height: 80px;
	border-bottom: 1px solid #4f4f4f;
	float: left;
	margin: 10px 0 10px;
	font: 900 20px Arial;
	line-height: 26px;
	padding: 10px 0 10px 0;
}
.badcena {
	display: none;
	
float: none;
text-align: left;
padding: 10px 0 0 0;
	font: 900 20px Arial;	
}
.badzag2 img {
	float: left;
	margin: 0 15px 0 0;
	width: 50px;
}
.namebad2 {
		font: 100 15px Arial;
	line-height: 15px;
	width: 200px;
	
}

.vuvb {
    width: 100%;
    margin: 0 auto;
}

.badbay a {
	cursor: pointer;
	margin: 10px 0 10px;
	padding: 10px 0 0 0;
	display: block;
	width: 100%;
	height: 42px;
	background-color: #20419a;
	text-align: center;
	color: #fff;
	text-decoration: none;
	
	font: 900 20px Arial;	
}
.badbay2 {

		font: 900 20px Arial;	
	line-height: 15px;

	
}

.badbay3 {
		font: 900 15px Arial;
	line-height: 15px;

	
}

.badbay4 {
		font: 100 15px Arial;
	line-height: 15px;

}


.kontinfo  .konttx {
  position: absolute;
width: 250px;
margin: 0 0 0 0px;
opacity: 0;  
background-color: #fff;
padding: 20px;
box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
-webkit-box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
-moz-box-shadow:1px 0px 10px 5px rgba(0,0,0,0.08);
	font: 100 15px Arial;
}

.kontinfo:hover  .konttx {
 opacity: 1;

}
.konttx .kontem img {
	margin: 0 auto;
	width: 70px;
	display: block;
}



.riaage input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px -5px 5px;
    background-image:  url(images/sprite_checkmark_alpha.png);
    background-repeat: no-repeat;
}



.riaage input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px -5px 1px;
    background-image:  url(images/sprite_checkmark_alpha.png);
    background-repeat: no-repeat;
}




.newdis .low {
padding: 0 0 20px 0;
min-height: 240px;
background-image: none;
}
.newdis .moderate {
padding: 0 0 20px 0;
min-height: 240px;
background-image: none;
}

.newdis .high  {
padding: 0 0 20px 0;
min-height: 240px;
background-image: none;
}

.newdis .high .otzagh3, .newdis .low .otzagh3, .newdis .moderate .otzagh3 {
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;
color: #0E5DA9;
}

.newdis .high p, .newdis .low p, .newdis .moderate p {
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 130%;
color: #000000;
padding: 5px 0 5px 10px;
background: url(images/pointrisk.jpg) 0px 11px no-repeat;

}

.newdis .high .urrisk {
margin: 0 0 0 0;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
color: #ED5B3A;
background: url(images/op1.png) 0px 4px no-repeat;
padding: 0px 0 0 20px;
}


.newdis .moderate .urrisk {
margin: 0 0 0 0;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
color: #FFCE33;
background: url(images/op2.png) 0px 4px no-repeat;
padding: 0px 0 0 20px;
}

.newdis .low .urrisk {
margin: 0 0 0 0;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
color: #32A071;
background: url(images/op3.png) 0px 4px no-repeat;
padding: 0px 0 0 20px;
}

.newdis  .res11 {
	width: 300px;
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;

/* or 23px */

/* синий */
color: #0E5DA9;
}

	
	.badutest  .zagtest {
font: large Arial;
margin: 5px 20px 10px 20px;
width: 80%;
}

.riabegin  {
	clear: both;
	width: 100%;
	margin: 0 auto 20px auto;
	display: block;
}

.riabegin img {
	float: none;
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
}

.zagaid {
width: 100%;
height: 100%;
font-family: Arial;
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 130%;
color: #065CA9;
}

.cont1aid {
	width: 80%;
	height: 100%;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
margin: 30px 0 10px 0;
}

.btn-age {
	display: block;
	margin: 30px auto 10px auto;
	width: 262px;
height: 53px;
background: #065CA9;

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 150%;

text-align: center;
text-transform: uppercase;
color: #FFFFFF;

}

.cont3aid {

margin: 0 0 5px 0;
}


.cont4aidcif {
	
font-family: Arial;
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 130%;
color: #4496D3;

}
.cont4aid {
margin: 20px 0 0 0;	
width: 100%;
float: none;
}
.cont4aidtext {
	
width: 100%;
padding: 0 0px 0 0;

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #000000;
}
.cont4aidtext a {
color: #065CA9;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
}

.newvid {
	PADDING: 0 0 40PX 0;
	overflow: hidden;
}



.pland {
	
	margin: 30px 20px 10px 0;
}
.pland a {
	display: block;
	width: 100%;
height: 82px;
	background: url(images/pland.png) -40px -50px no-repeat;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;

/* identical to box height, or 34px */
text-transform: uppercase;
text-decoration: none;
padding: 85px 0 0 21px;
color: #FFCE33;
}
.planpdf {
	font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 150%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
}



}



@media (max-width: 300px) {
	
	.badutest  .zagtest {
font: large Arial;
margin: 5px 20px 10px 20px;
width: 80%;
}