@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: 'MontserratBold';
	src: url('Montserrat/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('Montserrat/Montserrat-Bold.woff') format('woff'),
		url('Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


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

.alert-message {

	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 35px;
line-height: 43px;
text-transform: uppercase;

color: #135EA8;
}

.close, .alert-heading  {
	display: none;
}

.zagtest {
background: #B3CDF3 none repeat scroll 0% 0%;
width: calc(100% - 20px);
float: left;
margin: 5px 20px 10px 20px;
padding: 10px;
font: large MontserratRegular;
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 MontserratRegular;
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 MontserratRegular;
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 MontserratRegular;
color: #000;
padding: 7px 0;
}

.predtest {
margin: 0px 0px 0px 0px;
font: medium MontserratRegular;
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: 15px/1.5 MontserratRegular;
  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_alpha3.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_alpha3.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_alpha3.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;
	background: #FEE757;
	Width: 261px;
Height: 42px;
font-size: 17px !important;
text-transform: uppercase;
font-weight: 900  !important;
    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 MontserratRegular !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: 0px solid #555;
background: #FEE757;
padding: 1px;
display: block;

font: 16px MontserratRegular;
width: 240px;
height:30px;
padding: 0 0 0 20px;
margin: 12px 0 12px 0;
line-height: 31px;
text-decoration: none;
color: #000;
}

.testcontent p.v1 {
	margin: 25px 0 10px 0;
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 19px;
line-height: 22px;
text-transform: uppercase;

color: #0C5DA9;
text-align: left;
	
}
.imgcon {
	margin: 35px 0 0 150px;
}
.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 MontserratRegular;
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.profob td {
border: 0px;
width: 100px;
font-size: 14px;

}
.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;
display: block;
float: right;
margin: 0 0 0 10px;
}
.green {
color: #00a01a;
display: block;
float: right;
margin: 0 0 0 10px;
}


.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: MontserratRegular;
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 MontserratRegular;
color: #000;
text-align: left;
margin: 20px 0 20px 0px;
}
.res04new {
font: 100 28px MontserratRegular;
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 MontserratRegular;
color: #004f9f;
text-align: left;
margin: 20px 0 30px 0px;
}


.res08new {
font: 700 19px MontserratRegular;
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 MontserratRegular;
}
.newdis  p {
font: 100 14px MontserratRegular;
}



.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: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;
color: #0E5DA9;
}

.zagasec6 {
	display: block;

font-family: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: 70px;
margin: 5px auto;
height: 25px;
	
}
.koldn {
	font-size: 14px;
}




.newdis .rislpr {
padding: 50px 0 0 0;
font: 700 25px MontserratRegular;
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 MontserratRegular;
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 0 0;
}
.newdis .ovalinfoyellow {
width: 282px;
height: 100px;
border-radius: 8px;
background-image: none;
background-color: #f5dc28;
margin: 0 0 0 0;
}
.newdis .ovalinfored {
width: 282px;
height: 100px;
border-radius: 8px;
background-image: none;
background-color: #ee2e24;
margin: 0 0 0 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 MontserratRegular;
text-decoration: none;
color: #000;
}

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

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



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

/* or 18px */

/* черный */
color: #000000;
}
.riaage p {
font-family: MontserratRegular;

font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 17px;



color: #000000;


}
.rialindot  p {
font-weight: 100;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;

/* or 144% */
text-align: justify;

color: #000000;


}
.otp21r {
	margin: 0 100px;
}
.riaage p.smallp {
	font: 100 12px MontserratRegular;
}
.riaage p.zag  {
font: 900 17px MontserratRegular;
text-align: center;
}

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

.riaage  .zagtest {
font: 900 20px MontserratRegular;
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 MontserratRegular;
	line-height: 36px;
	padding: 10px 0 20px 0;
}
.badcena {
	display: none;
float: right;
	font: 900 30px MontserratRegular;	
}
.badzag2 img {
	float: left;
	margin: 0 45px 0 0;
}
.namebad2 {
	float: left;
	margin: 10px 0 15px;
		font: 100 25px MontserratRegular;
	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 MontserratRegular;	
}
.badbay a:hover {
	text-decoration: underline;
}

.badbay2 {

	margin: 10px 0 15px;
	width: 100%;
		font: 900 30px MontserratRegular;
		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 MontserratRegular;
	line-height: 25px;

	
}

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

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



.badinfo {
	width: 90px;
	height: 40px;
}
.infozag {
	font: 900 25px MontserratRegular;
	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 MontserratRegular;
}
.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 MontserratRegular;
}

.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 {
    width: 170px;
    height: 40px;
    font-size: 21px;
    background-color: #065ca9;
    text-shadow: 0px 0px 0px;
    color: #fff;
    margin: 10px 0;
    cursor: pointer;
    display: block;
	float: left;
}

.otchetpoln .btn2 {
width: 190px;
height: 31px;
font-size: 21px;
background-color: #065ca9;
text-shadow: 0px 0px 0px;
color: #fff;
margin: 10px 20PX;
cursor: pointer;
display: block;
PADDING: 9PX 0 0 0;
float: left;
}


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

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

.cont1aid {
	width: 470px;
	font-family: MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;

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

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

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

.cont4aidcif {
	
font-family: MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #000000;
}
.cont4aidtext a {
color: #065CA9;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
}

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

.otzagh1 {
	
}



.rial {
	width: 100%;
	height: 245px;
	background: url(images/fonrial.png) top center no-repeat;
}
.rialzag {
	float: left;
	padding: 53px 0 0 0;
	font-family: MontserratRegular;
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 130%;
width: 517px;
color: #0E5DA9;
}
.rial img {
	width: 206px;
	display: block;
	float: right;
	padding: 26px 26px 0 0;
}

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: MontserratRegular;
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: 42px 0 20px 0;
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
text-align: left;
text-transform: uppercase;

color: #135EA8;


}
/* Убираю цветной фон
#container.containertest {
	background: url(images/back6.jpg) center top no-repeat !important; 
	
}
*/
#container.containerresult {
	background: url(images/Frame203.jpg) center top no-repeat !important; 
	
}
.otzagh3 {
padding: 90px 0 10px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;

font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 16px;

/* identical to box height */

color: #010101;


}
 
.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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;

/* or 23px */

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

.batext2 {
font-family: MontserratRegular;
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%,#21B5BF));
	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='#21B5BF',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%,#21B5BF));
	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='#21B5BF',GradientType=0 );

}
.pol1  {
margin: 100px 60px 20px 20px;
float: left;

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

.pol11 {
	margin: 10px 0 0 40px;
}
.pol12 {
	margin: 10px 0 0 40px;
}





.rialindot {
	width: 1000px;
	margin: 0 auto;
}
.otp1 {
margin: 0 auto;
padding: 49px 0 50px 0px;
	font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 37px;
width: 400px;
color: #2157A3;
	background: url(images/otp1.png) left bottom no-repeat !important; 


}




.otp2 {
	margin: 150px 0 0 167px;
	padding: 8px 0 0 30px;
	width: 437.73px;
height: 72.76px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;

color: #FFFFFF;
background: url(images/otp2.png) top left no-repeat !important;



}

.otp3 {
	position: absolute;
top: 115px;
	left: 0px;
	left: 60px;
margin: 620px 0 0 0;
}

.otp15 {
	position: absolute;
margin:-140px 0 0 40px;
}
.otp12 {
    position: absolute;

    margin: -100px 0 0 900px;

}

.rotate_sec {
  -webkit-transform: rotate(-90deg); // разворот элемента для разных бразуеров
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  
  font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 61px;
color: #2157A3;
}


.rotate_sec4 {
  -webkit-transform: rotate(-90deg); // разворот элемента для разных бразуеров
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 300px 0 0 -140px;
  font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 61px;
color: #2157A3;
}


.otp3n {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 150px;
line-height: 204px;
color: #568CC4;	
margin: 0 0 0 20px;
}
.otp3n2 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 150px;
line-height: 204px;
color: #568CC4;	
margin: -20px 0 0 10px;
}

.otp3n4 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 150px;
line-height: 204px;
color: #568CC4;	
margin: -310px 0 0 -47px;
}

.otp3n3 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 150px;
line-height: 204px;
color: #568CC4;	
margin: -20px 0 0 0px;
}
.otp4 {
	width: 165px;
	float: left;
	margin: 40px 0 0 279px;
	text-align: center;

}

.otp42 {
	width: 205px;
	float: left;
	margin: 40px 0 0 146px;
		text-align: center;
}

.otp4t {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
margin: 10px 0 20px 0;
color: #000000;


}

.otp4t3 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 20px;
text-align: center;
width: 200px;
padding: 0;
margin: 0;
color: #000000;


}
.otp4t3 .red {float: none;

}


.otp4t2 {
	Width: 72px;
Height: 72px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 35px;
line-height: 43px;
text-align: center;
padding: 12px 0 0 0;
	margin: 0 auto;
color: #FFFFFF;
		background: url(images/otp4.png) center top no-repeat !important; 
}
.otp5 {
width: 585px;
margin: 65px auto 30px auto;
border-bottom: 2px solid #2157A3;
font-family: MontserratRegular;
padding: 0 120px 40px 30px;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
text-transform: uppercase;
color: #2157A3;
text-align: left;
}
.otp5_1 {
	float: left;
	margin: 10px 140px 30px 180px;
	}
.otp5_2 {
	float: left;
	margin: 10px 140px 30px 0px;
	}
.otp5_3 {
	float: left;
margin: 10px 0px 30px 10px;
	}
.otp5_1 img, .otp5_2 img, .otp5_3 img {
	margin: 0 0 10px 0;
	text-align: center;
}
.otp6 {
	position: absolute;
	top: 985px;
	
	right: 0px;
margin: 243px 0 0 0;
}

.otp7 {
	Width: 414px;
Height: 69px;
margin: 80px 0 30px 430px;
padding: 10px 0 0 30px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
color: #000000;
background: url(images/otp6.png) center top no-repeat !important; 
}

.otp8 {
	width: 380px;
	height: 180px;
	float: left;
	margin: 30px 30px 15px 75px;
	text-align: center;
	background: url(images/gradient-faktor.png) center 115px no-repeat !important; 
	
}

#otp81nas {
width: 300px;
}
.otp81 {
width: 184px;
height: 45px;
margin: 0 auto;
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #000000;
}

.otp82 {
	margin: 20px 0 0 0;
	position: absolute;
	Width: 155px;
Height: 35px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #000000;
}

.otp83 {
	margin: 20px 0 0 246px;
	position: absolute;
		Width: 135px;
Height: 35px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #000000;
}
.otp84 {
margin: 30px 0 -30px 0;
}

.otp85 {
	position: absolute;
		Width: 135px;

font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #2157A3;
}

.otp86 {
	position: absolute;
		Width: 135px;
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #000000;
margin: 0 0 0 240px;
}
.otp10 {
	width: 531px;
	height: 320px;
	clear: both;
	
	margin: 30px auto;
	text-align: center;
	background: url(images/grad-fak2.png) center 115px no-repeat !important; 
	
}

.otp101 {
width: 184px;
height: 45px;
margin: 0 auto;
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #000000;
}

.otp102 {
	margin: 20px 0 0 0;
	position: absolute;
	Width: 155px;
Height: 35px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #000000;
}

.otp103 {
margin: 20px 0 0 376px;
	position: absolute;
		Width: 135px;
Height: 35px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #000000;
}
.otp104 {
margin: 30px 0 -30px 0;
}

.otp105 {
	position: absolute;
		Width: 210px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #000000;
text-align: left;

}

.otp106 {
position: absolute;
Width: 230px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #000000;
margin: 50px 0 0 270px;
}

.otp106 img {
padding: 10px 30px 0 0px;
vertical-align: bottom;
}

.otp9 {
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;

/* or 125% */
padding: 30px 40px;
text-align: left;

color: #000000;
}


.podzag2 {
	margin: 30px 0 30px 30px;
	padding: 9px 0 10px 30px;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
text-align: left;
width: 340px;
color: #FFFFFF;


		background: url(images/podzag2.png) center top no-repeat !important; 
}
.otp11 {
	margin: 20px 0 45px 20px;
	padding: 89px 0 10px 80px;
	font-family: MontserratRegular;

font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;

color: #2157A3;

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


.otp13 {
		width: 374px;
	float: left;
	
}
.otp131 {

margin: 30px 0 0 40px;
			background: url(images/risk12.png) left top no-repeat !important; 
			font-style: normal;
	font-family: MontserratRegular;
font-weight: normal;
font-size: 20px;
line-height: 24px;
padding: 7px 0 20px 9px;
color: #FFFFFF;


}
.otp133 {

margin: 30px 0 0 40px;
			background: url(images/risk3.png) left top no-repeat !important; 
			font-style: normal;
	font-family: MontserratRegular;
font-weight: normal;
font-size: 20px;
line-height: 24px;
padding: 10px 0 20px 12px;
color: #FFFFFF;


}
.otp134 {

margin: 30px 0 0 40px;
			background: url(images/risk4.png) left top no-repeat !important; 
			font-style: normal;
	font-family: MontserratRegular;
font-weight: normal;
font-size: 20px;
line-height: 24px;
padding: 14px 75px 30px 15px;
color: #FFFFFF;


}
.otp13 .moderate1 {
width: 207px;
padding: 0 0 8px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
clear: both;
border-bottom: 3px solid #F7B538;
color: #F7B538;
text-transform: uppercase;
margin: 5px 0 0 40px;
}

.otp13 .low1 {
width: 207px;
padding: 0 0 8px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
clear: both;
border-bottom: 3px solid #009E48;
color: #009E48;
text-transform: uppercase;
margin: 5px 0 0 40px;
}


.otp13 .high1 {
width: 207px;
padding: 0 0 8px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
clear: both;
border-bottom: 3px solid #E94549;
color: #E94549;
text-transform: uppercase;
margin: 5px 0 0 40px;
}
.otp14 {
margin: 75px 0 50px 374px;
}
.otp141 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
margin: 8px 0 3px 0;
color: #2157A3;
}

.otp14 p {
	padding: 1px 0;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 30px;

/* or 187% */
line-height: 1.6;
color: #12100B;


}


.treug {
padding: 0 0 300px 0;
				background: url(images/treug.jpg) left bottom no-repeat !important; 
}




.otp16r {
	margin:0 0 0 120px;
}



.otp16r .otzagh3 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 16px;
text-transform: uppercase;
/* or 80% */
text-align: justify;
padding: 30px 0 20px 0;
color: #2157A3;


}



.otp20 {
	width: 516px;
	height: 44px;
	
background: #234090;
}

.otp21 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
text-transform: uppercase;

color: #FFFFFF;
	Width: 516px;
Height: 35px;
background-color: #234090;
padding: 9px 0 0 0;
margin: 50px auto 50px auto;
}


.otp22 {
	font-family: MontserratBold;

font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;

color: #234090;
margin: 0px 0 10px 0px;
}


.otp23 {
	float: left;
	width: 700px;
margin: 0px 0 40px 0px;
min-height: 120px;
}

.otp16r p {
text-align: left;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;

/* or 144% */
text-align: justify;

color: #12100B;


}
.otp23 p {
text-align: left;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;

/* or 144% */

color: #231F20;
}


.imgskreen {
	display: block;
	float: left;
	width: 170px;
	text-align: center;
}
.imgskreen img {
max-width: 70px;
	text-align: center;
}
.otp26 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
margin: 200px 0 0 40px;
width: 644px;
text-transform: uppercase;
color: #234090;
}
.otp25 {
	position: absolute;
margin: 0px 0 0 0;
right: 0;
}
.otp3n25 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 100px;
line-height: 136px;
color: #538AC0;
margin: 0 0 0 20px;
}
.otp27 {
	margin: 20px 0 0 40px;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
width: 644px;
color: #000000;
}

.otp32 {

width: 233px;
margin: 40px 100px 0 0;
float: left;
}
.otp28 {
border-bottom: 2px solid #234090;
width: 233px;
height: 80px;
margin: 40px 0 30px 0;
}
.otp29 {
	font-family: MontserratRegular;
float: left;
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 43px;
margin: 0 20px 0 0px;
color: #234090;
}

.otp30 {
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
margin: 0 -40px 0 0;
color: #234090;
}

.otp30_2 {
	font-family: MontserratBold;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
margin: 0 -100px 0 0;
color: #234090;
}

.otp31 {
	font-family: MontserratRegular;

font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;

color: #000000;

}

.otp36 {
	float: none;
	Width: 420px;
Height: 34px;

padding: 10px 0 0 0;
	background: #FAD21C;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
text-align: center;
/* identical to box height */
text-transform: uppercase;
margin: 40px auto;
color: #231F20;
}

.otp36 a {
text-decoration: none;
	background: #FAD21C;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
text-align: center;
/* identical to box height */
text-transform: uppercase;
color: #231F20;
}


.otp33 {
	Width: 700px;
text-align: right;
float: right;
text-transform: uppercase;
	font-family: MontserratBold;

font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
text-align: right;
margin: 40px 0 20px 0;
color: #234090;


}

.otp34:hover {
	display: block;
	text-decoration: underline;
}
.otp34 {
	display: block;
	text-decoration: none;
margin: 20px 0 10px 175px;
text-align: left;
float: none;

	font-family: MontserratRegular;

font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;

color: #234090;

}

.otp35 {
margin: 10px 0 30px 175px;
text-align: left;
float: none;

	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;

color: #000000;



}

.otp37 {
	margin: 40px 200px 0 0; 
		font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
text-transform: uppercase;
color: #234090;



}
.otp38 {
	margin: 40px 0 0 0;
}
.otp39 {
	position: absolute;
margin: 0px 0 0 0;
right: 0;
}

.otp40 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
margin: 30px 0 40px 0;
color: #234090;
width: 400px;
}
.otp402 {
	padding: 30px 0 0 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
margin: 30px 0 40px 0;
color: #234090;
width: 400px;
}

.otp41img {
	float: left;
	display: block;
	margin: 0 30px 0 0;
	
}
.otp49img {
	float: left;
	display: block;
	margin: 0 30px 0 0;
	
}
.otp45 {
	margin: 30px 0 20px 0;
}
.otp45img {
	float: right;
	display: block;
	margin: 0 200px 0 0;
	
}
.otp43 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
margin: 0px 0 0 0;
color: #000000;
width: 800px;

}
.otp44 a {

	text-align: center;
	text-decoration: none;
	padding: 10px 0 0 0;
	margin: 20px 0 0 205px;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;

color: #FFFFFF;
	display: block;
	Width: 242px;
Height: 31px;
background: #234090;
}
.otp47 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
margin: 0px 0 0 0;
color: #000000;
width: 600px;

}
.otp48 a {

	text-align: center;
	text-decoration: none;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0px;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;

color: #FFFFFF;
	display: block;
	Width: 242px;
Height: 31px;
background: #234090;
}
.otp50 {
	padding: 30px 0 0 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
margin: 30px 0 40px 0;
color: #234090;
width: 400px;
}
.otp52 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
margin: 0px 0 0 0;
color: #000000;
width: 800px;

}
.otp53 {

text-align: center;
text-decoration: none;
padding: 10px 0 0 0;
margin: 20px 0 0 315px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
display: block;
Width: 142px;
Height: 31px;
background: #234090;
}


@media (max-width: 1000px) {
	

.footercontent {
margin: 0 auto;
width: 100%;
}
.rialindot {
padding: 0px;

    width: 95%;
    margin: -80px auto 0 auto;

}
	
.containerresult {
	background: url(images/Frame_26_2.png) center 60px no-repeat !important; 
	margin: 0 0 0 0;
	background-size: 1000px !important;
	
}


#container.containertest {
	background: url(images/backmob.png) center top no-repeat !important; 
	
}	



.otp1 {
	margin: 0px auto;
	padding: 9px 0 50px 27px;
	font-family: MontserratBold;


font-size: 17px;
line-height: 20px;


width: 250px;
color: #2157A3;
	background-image: none !important; 


}


.otp02center {
	width: 300px;
	margin: 0 auto;
}

.otp2 {
margin: 25px 0 0 56px;
padding: 4px 0 0 25px;
width: 112px;
height: 27px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;

color: #FFFFFF;
background: url(images/otp2mob.png) top left no-repeat !important;



}

.otp3 {
position: absolute;
top: initial;
left: initial;
margin: 20px 0 0 -30px;
}

.otp15 {
	position: absolute;
margin:-230px 0 0 70px;
}
.otp12 {
    position: absolute;
right: 20px;
margin: -55px 0 0 0px;

}

.rotate_sec {
  -webkit-transform: rotate(-90deg); // разворот элемента для разных бразуеров
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  
  font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #2157A3;
}


.rotate_sec4 {
  -webkit-transform: rotate(-90deg); // разворот элемента для разных бразуеров
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 300px 0 0 -140px;
  font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #2157A3;
}


.otp3n {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 65px;
line-height: 89px;
color: #568CC4;	
margin: -20px 0 0 0px;
}
.otp3n2 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 65px;
line-height: 89px;
color: #568CC4;	
margin: -90px 0 0 -2px;
}

.otp3n4 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 65px;
line-height: 89px;
color: #568CC4;	
margin: -100px 0 0 -77px;
}

.otp3n3 {
font-family: OpenSans;
font-style: normal;
font-size: 65px;
line-height: 89px;
color: #568CC4;	
margin: -20px 0 0 0px;
}
.otp4 {
	width: 80px;
	float: left;
	margin: 30px 0 0 29px;
	text-align: center;

}

.otp4img img {
	width: 57px;
	margin: 0 auto;
}

.otp4img {
	width: 57px;
	margin: 0 auto;
}

.otp42 {
	width: 93px;
	float: left;
	margin: 30px 0 0 36px;
		text-align: center;
}

.otp4t {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 10px;
text-align: center;
margin: 10px 0 15px 0;
color: #000000;


}


.otp4t2 {
	Width: 30px;
Height: 30px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
text-align: center;
padding: 8px 0 0 0;
	margin: 0 auto;
color: #FFFFFF;
		background: url(images/otp4.png) center top no-repeat !important; 
		background-size: 30px !important;
}
.otp5 {
width: 260px;
margin: 15px 0 10px 0;
border-bottom: 0px solid #2157A3;
font-family: MontserratRegular;
padding: 0 0px 0px 0px;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-transform: uppercase;
color: #2157A3;
text-align: right;
}
.otp5_1 {
	float: left;
	font-size: 10px;
	font-family: MontserratRegular;
	width: 60px;
line-height: 10px;
margin: 10px 5px 30px 15px;
	text-align: center;
	}
.otp5_2 {
	float: left;	font-size: 10px;
	font-family: MontserratRegular;
	width: 70px;
line-height: 10px;
 margin: 10px 0px 30px 10px;
 text-align: center;
	}
.otp5_3 {
	float: left;	font-size: 10px;
	font-family: MontserratRegular;
	width: 60px;
	text-align: center;
line-height: 10px;
margin: 10px 0px 30px 10px;
	}
.otp5_1 img, .otp5_2 img, .otp5_3 img {
	margin: 0 0 10px 0;
	text-align: center;
	height: 40px;
	width: auto;
}
.otp6 {
position: absolute;
top: initial;
right: initial;
margin: 45px 0 0 244PX;
}

.otp7 {
Width: 182px;
Height: 36px;
margin: 23px 0 41px 30px;
padding: 2px 0 0 9px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 12px;
color: #000000;
background: url(images/otp6.png) center top no-repeat !important;
  background-size: auto;
background-size: 182px !important;
text-align: center;
}

.otp8 {
width: 260px;
height: 120px;
float: none;
margin: 0 auto 21px auto;
text-align: center;
background: url(images/gradient-faktor.png) center 60px no-repeat !important;
	background-size: 260px !important;
}
.otp8big {
width: 260px;
height: 140px;
float: none;
margin: 0 auto 21px auto;
text-align: center;
background: url(images/gradient-faktor.png) center 80px no-repeat !important;
	background-size: 260px !important;
}

#otp81nas {
width: 260px;
}
.otp81 {
width: 200px;
height: 25px;
margin: 0 auto;
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
}

.otp8big  .otp82, .otp8big  .otp85 {
	margin: 20px 0 0 0;
}
.otp8big  .otp83, .otp8big  .otp86 {
	margin: 20px 0 0 160px;
}
.otp82 {
	margin: 0px 0 0 0;
	position: absolute;
	Width: 105px;
Height: 25px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
}

.otp83 {
	margin: 0px 0 0 160px;
	position: absolute;
		Width: 85px;
Height: 25px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
}
.otp84 {
margin: 10px 0 -20px 0;
}
.otp84 img {
	width: 65px;
	height: 65px;
	  margin: 20px 0 -20px 0;

}

.otp85 {
position: absolute;
Width: 95px;
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
color: #2157A3;
}

.otp86 {
position: absolute;
Width: 95px;
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
color: #000000;
margin: 0 0 0 160px;
}
.otp10 {
width: 260px;
height: 100%;
float: none;
margin: 0 auto 71px auto;
text-align: center;
background: url(images/gradient-faktor.png) center 70px no-repeat !important;
  background-size: auto;
background-size: 260px !important;
	
}

.otp101 {
width: 184px;
height: 25px;
margin: 0 auto;
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
}

.otp102 {
	margin: 10px 0 0 0;
	position: absolute;
	Width: 105px;
Height: 25px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
}

.otp103 {
	margin: 10px 0 0 160px;
	position: absolute;
		Width: 85px;
Height: 25px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #000000;
}
.otp104 {
margin: 20px 0 -20px 0;
}
.otp104 img {
	width: 65px;
	height: 65px;
}

.otp105 {
position: relative;
Width: 210px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;
color: #000000;
text-align: left;
margin: 10px 0 0 0;

}

.otp106 {
position: absolute;
Width: 130px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #000000;
margin: 10px 0 0 130px;
text-align: right;
}

.otp106 img {
padding: 10px 30px 0 0px;
vertical-align: bottom;
width: 45px;
}

.otp9 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 9px;
line-height: 12px;
padding: 0px 10px;
text-align: left;
color: #000000;
margin: -20px 0 30px 0;
}


.podzag2 {
margin: 30px auto 20px auto;
padding: 4px 0 10px 30px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
text-align: left;
width: 190px;
color: #FFFFFF;
background: url(images/podzag2.png) center top no-repeat !important;
  background-size: auto;
background-size: 192px !important;
}
.otp11 {
margin: 0px auto 5px auto;
padding: 5px 0 20px 0px;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
color: #2157A3;
text-align: center;
width: 230px; 
background: none !important;
}


.otp13 {
width: 100%;
float: none;
	
}
.otp131 {
margin: 30px auto 0 auto;
background: url(images/risk12.png) left top no-repeat !important;
  background-size: auto;
font-style: normal;
font-family: MontserratRegular;
font-weight: normal;
font-size: 16px;
line-height: 20px;
padding: 2px 0 20px 0px;
color: #FFFFFF;
text-align: center;
width: 116px;
background-size: 116px !important;

}
.otp133 {
margin: 30px auto 15px auto;
background: url(images/risk3.png) left top no-repeat !important;
  background-size: 207px !important;
font-style: normal;
font-family: MontserratRegular;
font-weight: normal;
font-size: 16px;
line-height: 20px;
padding: 5px 0 20px 0px;
color: #FFFFFF;
background-size: 207px !important;
width: 207px;
text-align: center;


}
.otp134 {
margin: 30px auto 15px auto;
background: url(images/risk4.png) left top no-repeat !important;
  background-size: auto;
font-style: normal;
font-family: MontserratRegular;
font-weight: normal;
font-size: 16px;
line-height: 20px;
padding: 7px 0px 10px 0px;
color: #FFFFFF;
width: 202px;
background-size: 202px !important;
width: 202px;
text-align: center;
}
.otp13 .moderate1 {
width: 207px;
padding: 0 0 2px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
clear: both;
border-bottom: 2px solid #F7B538;
color: #F7B538;
text-transform: uppercase;
margin: 0 auto;
text-align: center;
width: 125px;
}

.otp13 .low1 {
	
	padding: 0 0 2px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
clear: both;
border-bottom: 2px solid #009E48;
color: #009E48;
text-transform: uppercase;
margin: 0 auto;
text-align: center;
width: 125px;
	
	
}


.otp13 .high1 {
		padding: 0 0 2px 0;
font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
clear: both;
border-bottom: 2px solid #E94549;
color: #E94549;
text-transform: uppercase;
margin: 0 auto;
text-align: center;
width: 125px;
	
	
}
.otp14 {
margin: 25px 0 20px 0px;
}
.otp141 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
margin: 8px 0 3px 0;
color: #2157A3;
}

.otp14 p {
	padding: 1px 0;
	font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;

/* or 187% */
line-height: 1.6;
color: #12100B;


}


.treug {
padding: 0 0 120px 0;
background: url(images/treug.jpg) left bottom no-repeat !important;
  background-size: auto;
background-size: auto;
background-size: 300px !important;
}




.otp16r {
	margin:0 0 0 30px;
}



.otp16r .otzagh3 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
/* or 80% */
text-align: justify;
padding: 30px 0 10px 0;
color: #2157A3;


}

.otzagh2 {
padding: 32px 0 0px 0;
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-align: left;
text-transform: uppercase;
color: #2157A3 !important;
}


.otp20 {
	width: 516px;
	height: 44px;
	
background: #234090;
}

.otp21 {
	font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;

color: #FFFFFF;
	Width: 100%;
Height: 100%;
background-color: #234090;
padding: 5px 0 4px 0;
margin: 50px auto 50px auto;
}
.otp21r {
  margin: 0;
}
.rialindot p {
  font-weight: 100;
  font-family: MontserratRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #000000;
}

.otp22 {
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #234090;
margin: 0px 0 10px 0px;
text-align: center;
}


.otp23 {
	float: none;
	width: 100%;
margin: 0px auto 20px 0px;
min-height: 0px;
}

.otp16r p {
text-align: left;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;

/* or 144% */
text-align: justify;

color: #12100B;


}
.otp23 p {
text-align: justify;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 18px;

/* or 144% */

color: #231F20;
}


.imgskreen {
display: block;
float: none;
width: 70px;
text-align: center;
margin: 10px auto 10px auto;
}
.imgskreen img {
display: block;
float: none;
width: 70px;
text-align: center;
margin: 0 auto 0 auto;
}
.otp26 {
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
margin: 40px auto 20px auto;
width: 100%;
text-transform: uppercase;
color: #234090;
}
.otp25 {
	position: absolute;
margin: 100px 0 0 0;
right: 0;
}
.otp3n25 {
font-family: OpenSans;
font-style: normal;
font-weight: 600;
font-size: 80px;
line-height: 136px;
color: #538AC0;
margin: -120px 0 0 -10px !important;
}
.otp27 {
margin: 20px 0 0 0px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
width: 100%;
color: #000000;
}

.otp32 {

width: 100%;
margin: 40px 0px 0 0;
float: none;
}
.otp28 {
border-bottom: 2px solid #234090;
width: 230px;
height: 100%;
margin: 0px 0 20px 0;
padding: 0 0 20px 0;
}
.otp28righr {
float: right;
}
.otp28righr .otp29  {
float: right;
}
.otp29 {
	font-family: MontserratRegular;
float: left;
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 43px;
margin: 0 20px 0 0px;
color: #234090;
}


.otp30 {
font-family: MontserratBold;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
margin: 0 -40px 0 0;
padding: 5px 0 0 0;
color: #234090;
}
.otp30_4r {
	padding: 15px 0 0 50px;
}
.otp30_2 {
	font-family: MontserratBold;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
margin: 0 0px 0 0;
color: #234090;
}

.otp31 {
	font-family: MontserratRegular;

font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;
clear: both;
color: #000000;

}

.otp36 {
  float: none;
  Width: 100%;
  Height: 25px;
  padding: 10px 0 0 0;
  background: #FAD21C;
  font-family: MontserratRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto 20px auto;
  color: #231F20;
}


.otp36 a {
text-decoration: none;
	background: #FAD21C;
	font-family: MontserratBold;
font-style: normal;
font-weight: normal;
  font-size: 14px;
  line-height: 17px;
text-align: center;
/* identical to box height */
text-transform: uppercase;
color: #231F20;
}


.otp33 {
	Width: 100%;
text-align: right;
float: right;
text-transform: uppercase;
	font-family: MontserratBold;

font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: right;
margin: 20px 0 10px 0;
color: #234090;


}

.otp34:hover {
	display: block;
	text-decoration: underline;
}
.otp34 {
display: block;
text-decoration: none;
margin: 20px 0 10px 0px;
text-align: left;
float: none;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #234090 !important;

}

.otp35 {
margin: 10px 0 30px 0px;
text-align: left;
float: none;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;
color: #000000;
}

.otp37 {
	margin: 20px 0px 0 0; 
		font-family: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;


text-transform: uppercase;
color: #234090;



}
.otp38 {
	margin: 40px 0 0 0;
}
.otp39 {
	position: absolute;
margin: 0px 0 0 0;
right: 0;
}

.otp40 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
margin: 10px 0 20px 0;
color: #234090;
width: 100%;
text-align: center;
}
.otp402 {
padding: 20px 0 0 0;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
margin: 10px 0 20px 0;
color: #234090;
width: 100%;
text-align: center;
}

.otp41img {
	float: none;
	display: block;
	margin: 15px auto;
	width: 85px;
	
}
.otp49img {
	float: none;
	display: block;
	margin: 15px auto;
	width: 100px;
	
}
.otp45 {
	margin: 30px 0 20px 0;
}
.otp45img {
	float: none;
	display: block;
	margin: 0 auto;
	width: 60px;
	
}
.otp43 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;
margin: 15px 0 0 0;
color: #000000;
width: 100%;
text-align: justify;

}
.otp44 a {
text-align: center;
text-decoration: none;
padding: 5px 0 0 0;
margin: 20px auto;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
display: block;
Width: 100%;
Height: 25px;
background: #234090;
}
.otp47 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;
margin: 0px 0 0 0;
color: #000000;
width: 100%;
text-align: justify;

}
.otp48 a {
text-align: center;
text-decoration: none;
padding: 5px 0 0 0;
margin: 20px auto;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
display: block;
Width: 100%;
Height: 25px;
background: #234090;
}
.otp50 {
padding: 10px 0 0 0;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
margin: 10px 0 20px 0;
color: #234090;
width: 100%;
text-align: center;
}
.otp52 {
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;
margin: 0px 0 0 0;
color: #000000;
width: 100%;

}
.otp52 a{
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;


}
.otp53 {

text-align: center;
text-decoration: none;
padding: 5px 0 0 0;
margin: 20px auto;
font-family: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
display: block;
Width: 100%;
Height: 25px;
background: #234090;
}


























































	
hr {
	margin: 0 0 -2px 0 !important;

}
.otzagh3 {
padding: 60px 0 10px 0;
}
.tabrisk1 td {
    width: 30%;
}
.tabrisk1 {

    width: 90% !important;
}

.rial {
	width: 100%;
	height: 245px;
	background: url(images/fonrial.png) top center no-repeat;
}
.rialzag {
	float: none;
	clear: both;
	padding: 13px 0 0 0;
	font-family: MontserratRegular;
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 130%;
width:100%;
color: #0E5DA9;
text-align: left;
}
.rial img {
	width: 130px;
	display: block;
	float: right;

	padding: 0px 20px 0 20px;
}	
	
.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 MontserratRegular;
	line-height: 26px;
	padding: 10px 0 10px 0;
}
.badcena {
	display: none;
	
float: none;
text-align: left;
padding: 10px 0 0 0;
	font: 900 20px MontserratRegular;	
}
.badzag2 img {
	float: left;
	margin: 0 15px 0 0;
	width: 50px;
}
.namebad2 {
		font: 100 15px MontserratRegular;
	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 MontserratRegular;	
}
.badbay2 {

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

	
}

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

	
}

.badbay4 {
		font: 100 15px MontserratRegular;
	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 MontserratRegular;
}

.kontinfo:hover  .konttx {
 opacity: 1;

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


.polob {
	width:  190px;
	margin: 0 auto;
}
.polob .pol1 img {
    margin: -95px 0 0 0px;
    display: block;
    width: 67px;
}
.polob .pol1  {
margin: 100px 20px 0 0;
}

.polob .pol11 {
    margin: 10px 0 0 24px;
}

.polob .pol12 {
    margin: 10px 0 0 24px;
}

.testcontent p.v1 {
    text-align: center;
}

.imgcon {
	margin: 45px auto 0 auto;
	width: 82px;
}
.imgcon img {
	width: 82px;
}

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


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



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

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


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


.testcontent p.v1 {
    margin: 33px 0 10px 0;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0C5DA9;
    text-align: center;
}

.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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;

/* or 23px */

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

	
	.badutest  .zagtest {
font: large MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 130%;
color: #065CA9;
}

.cont1aid {
	width: 80%;
	height: 100%;
font-family: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #000000;
}
.cont4aidtext a {
color: #065CA9;
font-family: MontserratRegular;
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: MontserratRegular;
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: MontserratRegular;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 150%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
}

.profob {
	margin: 0 0 0 -10px;
}
.btntext {
    color: #000 !important;
	background-color: #FEE757 !important;
	Width: 300px !important;
	margin: 0 auto !important;
Height: 42px;
font-size: 17px !important;
text-transform: uppercase;
font-weight: 400  !important;
    text-shadow: 0px 1px 0px #FFF;
}
.btntext.grey {
    color: #000 !important;
	background-color: #FEE757 !important;
	Width: 330px !important;
	margin: 0 auto !important;
Height: 42px;
font-size: 17px !important;
text-transform: uppercase;
font-weight: 400  !important;
    text-shadow: 0px 1px 0px #FFF;
}

.imgbez {
	height: 70px !important;
width: 40px !important;
}
.imgkur {
	height: 50px !important;
	width: 40px !important;
}
}



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