@import "../fonts/opensans.css";
@import "font-awesome/css/font-awesome.min.css";
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4a5259;
}
a {
  color: #0084BD;
}
a:focus {
  text-decoration: none;
}
header .logo {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0084BD;
  margin: 20px 0 0 0;
  padding: 0;
}
header .logo:hover{
	cursor:pointer;
}
header .description {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0084BD;
  line-height: inherit;
}
header .description:hover{
	cursor:pointer;
}
header a {
  font-size: 14px;
  border-bottom: 1px solid #0084BD;
  display: inline-block;
}
header a:hover {
  text-decoration: none;
}
header a.auth {
  margin-left: 10px;
}
header .user-block {
  height: 48px;
  padding-left: 60px;
  margin-top: 24px;
  border-right: 1px solid rgba(159, 175, 191, 0.49);
}
header .user-block .gray-text {
  margin: 0 0 6px 0;
}
header .user-block a.user-login {
  font-size: 16px;
  float: left;
  border-bottom: none;
  text-decoration: underline;
}
header .user-block a.user-logout {
  font-size: 18px;
  border-bottom: none;
  position: relative;
  margin-left: 10px;
  margin-bottom: -3px;
}
header .user-block p {
  margin: 0 0 10px 0;
}
header .info-block {
  padding-left: 40px;
}
header .info-block .phone-text {
  margin: 0;
  color: #606a74;
}
header .gray-text {
  margin: 24px 0 6px 0;
  color: #9fafbf;
  font-weight: 300;
}
nav ul.menu {
  background: #0084BD;
  border-radius: 5px;
  margin: 16px 0;
  padding: 0;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
nav ul.menu li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
nav ul.menu li.orange_button {
  float: right;
  border-right: none;
  border-left: 1px solid #fff;
}
nav ul.menu li.orange_button a {
  background: #FF9C34;
}
#last_menu{
	border-radius: 0 4px 4px 0;
}
nav ul.menu li.orange_button a:hover {
  opacity: 1;
  background: #f99d00;
}
nav ul.menu li a {
  display: block;
  padding: 18px 22px;
  color: #FFF;
  font-weight: 400;
}
nav ul.menu li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pathway {
  padding-bottom: 25px;
}
.pathway ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pathway ul li {
  display: inline-block;
  float: left;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
}
.pathway ul li:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding: 0 5px;
}
.pathway ul li a {
  font-size: 14px;
  color: #3d7fbf;
  font-weight: 300;
  border-bottom: 1px solid #3d7fbf;
}
.pathway ul li a:hover {
  text-decoration: none;
}
.pathway ul li:last-child a {
  color: #4a5259;
  border-bottom: none;
}
.pathway ul li:last-child:after {
  content: "";
}
h1.title {
  color: #4a5259;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  padding: 20px 0 20px 0;
  margin: 0;
}
.counter-block h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  color: #555555;
  font-size: 13px;
}
.counter-block-left,
.counter-block-center,
.counter-block-right {
  float: left;
  margin: 0 10px 60px 10px;
}
.counter-block-point {
  display: inline-block;
  width: 58px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  color: #555555;
  font-size: 45px;
  font-weight: 700;
  float: left;
  margin-right: 1px;
  position: relative;
}
.counter-block-point:after {
  content: " ";
  width: 54px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #999;
  position: absolute;
  left: 1px;
  top: 50%;
  box-shadow: 0 0 15px #000000;
  opacity: 0.4;
}
.counter-block-point:before {
  content: " ";
  width: 54px;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  height: 7px;
  left: 1px;
  top: 50%;
  margin-top: -3px;
  opacity: 0.5;
}
.pager {
  text-align: center;
  padding-bottom: 25px;
  position:relative;
}
.pager ul {
  margin: 0;
  position: relative;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.pager ul li {
  display: inline-block;
}
.pager ul li a,
.pager ul li span,
.page_go a, .comFilter {
  display: inline-block;
  line-height: 40px;
  color: #3d82c2;
  font-size: 18px;
  font-weight: 600;
  margin: 0 3px;
  text-align:center;
}
.pager ul li a:hover {
  color: #30689b;
  text-decoration: none;
}
.pager ul li span {
  color: #c0cbd6;
}
.pager ul li:first-child a,
.pager ul li:last-child a, .page_go a,  .comFilter {
  color: #fff;
  width: 40px;
  height: 40px;
  background: #3d82c2;
  border-radius: 4px;
  margin: 0 15px;
  font-size: 20px;
}
.pager ul li:first-child a:hover,
.pager ul li:last-child a:hover,
.page_go a:hover, .comFilter:hover {
  background: #30689b;
  color:#fff;
}
.page_go {
	display: inline-block;
	position:absolute;
	right:0;
	top:0;
}
.page_go input[type=text]{
  box-sizing: border-box;
  width: 70px;
  border-radius: 4px;
  border: 1px solid #d0d8e0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  background: #eaeff1;
  font-size: 14px;
}
.page_go input[type=submit], .filterBuyElem input[type=submit]{
	visibility:hidden;
	width:0px;
	padding:0;
	margin:0;
	border:0;
}

.filterBuyElem{
	padding:0 10px;
	margin-bottom:20px;
}
.filterBuy{
    margin-bottom: 20px;
}
.filterBuy h4{
	margin:20px 0 10px 10px;
  font-size: 16px;
  font-weight: bold;
}
.filterBuyElem > div{
	display: inline-block;
	position:relative;
}
.filterBuyElem input[type=text]{
  box-sizing: border-box;
  width: 130px;
  border-radius: 4px;
  border: 1px solid #d0d8e0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 14px;
}
.filterBuyElem .dateFrom, .filterBuyElem .dateTo{
	position: absolute;
	right:10px;
	top: 9px;
	color:#7A7A7A;
}
.filterBuyElem .dateFrom:hover, .filterBuyElem .dateTo:hover{
	cursor:pointer;
	color: #0084BD;
}
.filterBuyElem .sp{
    padding: 0 8px;
    display: inline-block;
}
.comFilter{
	margin:0 0 0 10px;
}
.article {
  background: #eaeff1;
  padding: 24px 12px;
  margin-bottom: 25px;
}
.article img {
  width: 100%;
}
.two-column .article img {
  width: auto;
}
.article-title {
  font-size: 16px;
  text-decoration: underline;
  line-height: 18px;
}
.article-title:hover {
  color: #454545;
  text-decoration: none;
}
.article-pub-date {
  color: #4a5259;
  font-size: 14px;
  margin: 15px 0;
  opacity: 0.5;
}
.article-short-desc {
  font-size: 14px;
  line-height: 18px;
  color: #4a5259;
  overflow: hidden;
}
.article-short-desc p {
  margin: 0;
}
.article-data-block {
  position: relative;
  height: 165px;
  overflow: hidden;
}
.article-data-block:after {
  position: absolute;
  background: -moz-linear-gradient(left, rgba(234, 239, 241, 0) 0%, #eaeff1 63%, #eaeff1 100%);
  background: -webkit-linear-gradient(left, rgba(234, 239, 241, 0) 0%, #eaeff1 63%, #eaeff1 100%);
  background: linear-gradient(to right, rgba(234, 239, 241, 0) 0%, #eaeff1 63%, #eaeff1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaeff1', endColorstr='#eaeff1', GradientType=1);
  right: 0;
  bottom: 0;
  content: " ";
  width: 100px;
  height: 18px;
}
.two-column .article-data-block:after {
  right: 5px;
}
.news {
  background: #eaeff1;
  padding: 24px;
  margin-bottom: 24px;
  height: 350px;
  overflow: hidden;
}
.two-column .news {
  height: auto;
}
.news-image {
  height: 155px;
  overflow: hidden;
  text-align: center;
}
.news-image img {
  width: 100%;
}
.news-pub-date {
  color: #4a5259;
  font-size: 14px;
  margin: 15px 0;
  opacity: 0.5;
}
.news-title {
  font-size: 16px;
  text-decoration: underline;
  line-height: 16px;
}
.news-title:hover {
  color: #454545;
  text-decoration: none;
}
.article-read .title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.article-read-pub-date {
  color: #4a5259;
  font-size: 14px;
  margin: 20px 0;
  opacity: 0.5;
}
.article-read-desc p {
  color: #4a5259;
  font-size: 14px;
}
.article-read-desc p.article-read-at {
  font-weight: bold;
  text-transform: uppercase;
  color: #4a5259;
  border-left: 3px solid #3d81c1;
  margin: 24px 0 24px 65px;
  padding-left: 15px;
  overflow:hidden;
}
.article-read-desc p.article-read-ac {
  font-weight: bold;
  text-transform: uppercase;
  color: #4a5259;
  margin: 24px 0 24px 100px;
  position: relative;
}
.article-read-desc p.article-read-ac:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  color: #3d81c1;
  font-size: 22px;
  top: -4px;
  left: -30px;
}
.article-read-desc p.article-read-ac i {
  color: #4a5259;
  opacity: 0.5;
  font-style: italic;
  font-size: 14px;
  display: block;
  text-transform: none;
  font-weight: 400;
  padding-top: 5px;
}
.article-read-desc p a {
  color: #3d81c1;
  text-decoration: underline;
}
.article-read-desc ul{
	overflow:hidden;
}
.article-read-detail-images{
	margin: 0 15px 15px 0;
	float: left;
}
.article-read-desc-images {
  padding-top: 24px;
}
.article-read-desc-images img {
  margin-bottom: 24px;
}
.article-read-desc-images i.images-title {
  color: #4a5259;
  opacity: 0.5;
  font-style: italic;
  font-size: 14px;
  display: block;
}
.question ul{
	margin: 0 0 0 20px;
}
.question li{
	list-style:none;
	margin:25px 0;
}
.question li a{
	font-size: 20px;
	border-bottom:2px dashed #0084BD;
}
.question li a:hover{
	border-bottom: none;
	text-decoration:none;
}
.search-block {
  background: #eaeff1;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.search-block-org {
  padding-bottom: 40px;
}
.search-block h1 {
  color: #4a5259;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  padding: 20px 0 15px 0;
  margin: 0;
}
.search-block-input {
  position: relative;
}
.search-block-input input {
  border: 2px solid #d2dae1;
  border-radius: 4px;
  border-right: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
}
.search-block-input button {
  background-color: #f99d00;
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 0 4px 4px 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #f99d00;
  color: #fff;
  font-size: 18px;
}
.search-block-input button:hover {
  background: #e08d00;
  border-color: #e08d00;
}
.search-block p {
  color: #4a5259;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}
table.data-table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 40px;
}
table.data-table thead tr th {
  height: 60px;
  background: #8ca7b2;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
table.data-table thead tr th a{
	color: #fff;
}
table.data-table tbody tr td {
  padding: 15px;
  border-bottom: 1px solid #c7d0d3;
}
table.data-table tbody tr td h3 {
  font-size: 19px;
  color: #4a5259;
  font-weight: 400;
  padding: 0;
}
table.data-table tbody tr td .date_buy{
	float: right;
	width:30%;
	text-align:right;
}
table.data-table tbody tr td h6 {
  color: #4a5259;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  margin: 0;
}
table.data-table tbody tr:not(.info-data-block) {
  cursor: pointer;
  background: #eaeff1;
}
table.data-table tbody tr:not(.info-data-block):nth-child(4n+1) {
  background: #dee6e9;
}
table.data-table tbody tr:not(.info-data-block).open {
  background-color: #0084BD;
  color: #fff;
}
table.data-table tbody tr:not(.info-data-block).open i.hide-data {
  color: #fff !important;
}
table.data-table tbody tr:not(.info-data-block).open:hover {
  color: #fff !important;
}
table.data-table tbody tr:not(.info-data-block):not(.info-data-block):hover {
  color: #0084BD;
}
table.data-table tbody tr:not(.info-data-block):not(.info-data-block):hover i.hide-data {
  color: #0084BD;
}
table.data-table .info-data-block {
  display: none;
}
table.data-table .info-data-block-open {
  display: table-row;
}
table.data-table .info-data-block-open td {
  position: relative;
}
table.data-table .info-data-block-open td:after {
  content: " ";
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: white;
}
table.organization-table tbody tr {
  cursor: default !important;
}
table.organization-table tbody tr:nth-child(2n+1) {
  background: #dee6e9;
}
table.organization-table tbody tr:hover {
  color: #4a5259 !important;
  cursor: pointer;
}
table.organization-table tbody td:hover {
  cursor: pointer;
}
.worker-block {
  background: #eaeff1;
  padding: 24px;
  margin-bottom: 24px;
  height: 150px;
}
.worker-block p {
  font-size: 14px;
}
.worker-block p.info-label {
  margin-bottom: 0;
}
.info-line {
  position: relative;
}
.info-line:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.info-line p:last-child {
  margin-bottom: 0;
}
.info-img {
  padding-top: 24px;
}
.info-img img {
  max-width: 100%;
}
.info-label {
  color: #0084BD;
  margin: 0 0 5px 0;
  padding: 0;
}
.info-label span {
  color: #4a5259;
}
.info-label-border {
  margin-top: 30px;
  position: relative;
}
.info-label-border:after {
  content: " ";
  border-top: 1px solid #d0d8e0;
  width: 230px;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 0;
}
.info-data {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.info-data-reg {
  font-size: 16px;
}
.info-data-name {
  margin: 0;
  font-weight: bold;
}
.info-data-url {
  background: #f99d00;
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-decoration: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.info-data-url:hover {
  background: #e08d00;
  color: #fff;
  text-decoration: none;
}
.info-data-url-full-width {
  width: 100%;
  text-align: center;
}
.info-data-company-url {
  background: url("../images/link-icon.png") 0 5px no-repeat;
  padding-left: 28px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}
i.hide-data {
  font-size: 18px;
  color: #9bacbd;
  margin-right: 10px;
}
td.hide-data {
  text-align: center;
}
tr.hide-data td {
  padding: 15px 20px !important;
}
.text-center {
  text-align: center;
}
.gray-bg {
  background: #eaeff1;
  margin-top: 40px;
}
.view-organization-logo {
  width: 195px;
  height: 195px;
  background: #fff;
  float: left;
  margin-top: 30px;
  margin-right: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-organization-info {

  float: left;
}
.view-organization-header {
  background: #eaeff1;
  padding-bottom: 80px;
  margin-bottom: 0;
  position: relative;
}
.view-organization-header h1 {
  padding-bottom: 10px;
  padding-top:30px;
}
.view-organization-header p {
  font-size: 14px;
}
.view-organization-header p.info-label {
  margin-bottom: 0;
}
.view-organization-data p,
.view-organization-data a {
  font-size: 14px;
}
.view-organization-data p.info-data,
.view-organization-data a.info-data {
  margin-bottom: 14px;
}
.tabs {
  position: relative;
  top: -48px;
}
.tabs-content {
  display: none;
  float: none;
  clear: both;
  padding-top: 35px;
}
.tabs-content.active {
  display: block;
}
.tabs-title {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-title li {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #0084BD;
  border-radius: 4px;
  text-align: center;
  min-width: 185px;
  padding: 0 20px;
  float: left;
  margin-right: 3px;
  cursor: pointer;
}
.tabs-title li.active {
  background: #fff;
  color: #4a5259;
  border-top: 3px solid #f99d00;
  height: 48px;
  line-height: 40px;
  border-radius: 4px 4px 0 0;
  cursor: default;
}
.tabs-title li.active:hover {
  background: #fff;
}
.tabs-title li:hover {
  background: #30689b;
}
.form-data {
  background: #eaeff1;
  padding: 24px;
  font-size: 14px;
  margin-bottom: 30px;
}
.form-data-title {
  text-transform: uppercase;
  color: #4a5259;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 35px 0;
}
.form-data button[type=submit], .form-data input[type=button]  {
  background: #0084BD;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: none;
  width: 255px;
}
.form-data button[type=submit]:hover {
  background: #30689b;
}
.form-data-line-label {
  position: relative;
  margin: 20px 0 10px 0;
  color: #4a5259;
  font-weight: 600;
}
.form-data-line-label:before {
  content: " ";
  position: absolute;
  width: 100%;
  border-top: 1px solid #cfdde2;
  top: 55%;
}
.form-data-line-label span {
  background: #eaeff1;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.form-data .select2-container {
  margin: 0 3px;
}
.form-data .select2-container .select2-selection--single,
.form-data .select2-container .select2-selection__rendered {
  height: 38px;
  line-height: 36px !important;
}
.form-data .select_comp_territorially .select2-container .select2-selection__rendered,
.form-data .select_comp_territorially .select2-container .select2-selection--single {
  height: auto;
  line-height: inherit !important;
}
.form-data .select2-container .select2-selection--single .select2-selection__arrow,
.form-data .select2-container .select2-selection__rendered .select2-selection__arrow {
  top: 6px;
}
.form-data .select2-container .select2-selection--single .select2-selection__arrow b,
.form-data .select2-container .select2-selection__rendered .select2-selection__arrow b {
  border-color: #8ca7b2 transparent transparent transparent;
}
.form-data .select2-container .select2-selection--single {
  border: 1px solid #d0d8e0;
}
.form-data .sp-range {
  float: left;
  margin-right: -3px;
}
.form-data .sp-range-full {
  padding-bottom: 30px;
}
.form-data .sp-range-date {
  float: left;
  margin-right: -5px;
}
.form-data .sp-range-date input[type=text] {
  width: 206px;
}
.sp-range-date .dateOt, .sp-range-date .dateDo, form[name=upload_buy] .date_load{
	position: relative;
}
.sp-range-date .dateOt .fa-calendar, .sp-range-date .dateDo .fa-calendar, form[name=upload_buy] .date_load .fa-calendar{
	position:absolute;
	right: 20px;
	top: 2px;
}
form[name=upload_buy] .date_load .fa-calendar{
	top:3px;
}
.form-data span.sp {
  color: #4a5259;
  padding: 0 8px;
  display: inline-block;
}
.form-data span.sp.no-pad {
  padding-left: 0;
}
.form-data .text-input {
  height: 38px;
  line-height: 36px;
  margin: 0 3px;
  border: 1px solid #d0d8e0;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.form-data label[for="no_comp_territorially"] {
  margin-left: 5px;
}
.select2-container--default .select2-results__option {
  font-size: 14px !important;
}
.radio-left .radio {
  float: left;
  margin-top: 9px;
  padding-top: 15px;
}
.checkbox,
.radio,
.link {
  position: relative;
  padding-bottom: 12px;
}
.checkbox input[type=checkbox],
.radio input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.checkbox label,
.radio label {
  line-height: 20px;
  padding-left: 24px;
  color: #3d82c2 !important;
}
.checkbox label:hover,
.radio label:hover {
  cursor: pointer;
}

.checkbox label:after,
.radio label:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/checkbox.png) 0 -20px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox label span,
.radio label span {
  color: #4a5259;
}
.checkbox label.mr-top,
.radio label.mr-top {
  float: left;
}
.checkbox label.mr-top:after,
.radio label.mr-top:after {
  top: 8px;
}
.checkbox input[type=checkbox]:checked + label:after,
.radio input[type=checkbox]:checked + label:after,
.checkbox input[type=radio]:checked + label:after,
.radio input[type=radio]:checked + label:after {
  background-position: 0 0;
}
.radio label:after {
  background: url(../images/radio.png) 0 -20px no-repeat;
}
.profile-data {
  font-size: 14px;
}
.profile-data label {
  font-size: 14px;
  color: #4a5259;
  font-weight: normal;
  padding-top: 10px;
}
.profile-data label span {
  color: #0084BD;
}
.profile-data input[type=text],
.profile-data input[type=password] {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d0d8e0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  background: #eaeff1;
  font-size: 14px;
}
.profile-data .time-row {
  padding-bottom: 30px;
}
.profile-data .file-row {
  position: relative;
  padding: 30px 0 40px 0;
}
.profile-data .file-row label {
  padding-top: 0;
}
.profile-data .file-row .set-file {
  background: url("../images/file.png") left center no-repeat;
  padding-left: 25px;
}
.profile-data .file-row .set-file:hover,
.profile-data .file-row .set-file:focus {
  text-decoration: none;
}
.profile-data .file-row .set-file span {
  border-bottom: 1px dotted;
}
.profile-data input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden;
}
.profile-data input[type=submit], .profile-data input[type=button] {
  background: #0084BD;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: none;
  width: 45%;
  margin: 10px 0;
}
.profile-data input[type=submit]:hover, .profile-data input[type=button]:hover {
  background: #30689b;
}
.profile-data .radio {
  position: relative;
  margin: 10px 0;
}
.profile-data .radio label {
  padding: 0 0 0 30px;
  color: #0084BD;
}
.profile-data .radio label:after {
  left: 12px;
}
.profile-data .checkbox{
	padding:0;
}
.profile-data .checkbox label {
  padding: 0 0 0 30px;
}
.org-select-block .select2-container {
  margin: 0;
}
.zakupki-form .form-data-control {
  margin: 0;
}
.zakupki-form .file-row {
  padding: 0 0 20px 0;
}
.zakupki-form .select2-container {
  margin: 0;
}
.zakupki-form .select2-container .select2-selection--single,
.zakupki-form .select2-container .select2-selection__rendered {
  height: 40px;
  line-height: 38px !important;
  border-radius: 4px;
}
.zakupki-form .select2-container .select2-selection--single .select2-selection__arrow,
.zakupki-form .select2-container .select2-selection__rendered .select2-selection__arrow {
  top: 6px;
}
.zakupki-form .select2-container .select2-selection--single .select2-selection__arrow b,
.zakupki-form .select2-container .select2-selection__rendered .select2-selection__arrow b {
  border-color: #8ca7b2 transparent transparent transparent;
}
.zakupki-form .select2-container .select2-selection--single {
  border: 1px solid #d0d8e0;
  background: #eaeff1;
}
footer h4 {
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
footer ul.menu {
  padding-left: 0;
}
footer ul.menu li {
  list-style: none;
  line-height: 30px;
}
footer ul.menu li a {
  border-bottom: none;
}
footer .vertical {
  border-right: 1px solid rgba(74, 82, 89, 0.15);
  margin-top: 60px;
  height: 294px;/*340px; для трех ссылок*/
}
footer hr {
  height: 1px;
  background: rgba(74, 82, 89, 0.15);
  margin-top: 40px/*60px;*/
}
footer p.copyright {
  font-size: 14px;
  color: rgba(74, 82, 89, 0.5);
  margin-bottom: 30px;
}
.social a {
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
  border-radius: 6px;
  margin: 0 10px 10px 0;
  padding: 6px;
  color: #4a5259;
}
.social.youtube a:hover {background: #c4302b; color: #fff;}
.social.instagram a:hover {background: #3f729b; color: #fff;}
.social.facebook a:hover {background: #3b5998; color: #fff;}
.social.vk a:hover {background: #5d84ae; color: #fff;}
.social.odnoklassniki a:hover {background: #f93; color: #fff;}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.modal-container {
  font-size: 14px;
  width: 315px;
  height: auto;
  box-sizing: border-box;
  padding: 20px 24px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -175px;
  background: #fff;
  z-index: 1001;
  display: none;
}
.modal-container h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  color: #4a5259;
  font-weight: normal;
}
.modal-container a.close-modal {
  position: absolute;
  right: 24px;
  top: 14px;
  font-size: 22px;
  border-bottom:none;
}
.modal-container input[type=text],
.modal-container input[type=password] {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d0d8e0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #eaeff1;
  font-size: 14px;
}
.modal-container .modal-input {
  margin-bottom: 10px;
}
.modal-container input[type=submit] {
  background: #0084BD;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: none;
  width: 100%;
  margin-bottom: 5px;
}
.modal-container input[type=submit]:hover {
  background: #30689b;
}
.modal-container .pass-reset {
  display: inline-block;
  border-bottom: 1px dotted;
  margin: 10px 0 5px 0;
}
.modal-container .pass-reset:hover {
  text-decoration: none;
  border-color: transparent;
}
h2.hren2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  padding: 0 60px;
  margin: 60px 0;
}
h5.hren5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  padding: 0 60px;
  margin-top: 0;
}
h4.hren4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
p.threebenefit {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.benefit {
  margin-top: 50px;
}
.benefit h4 {
  min-height: 60px;
}
a.taste {
  border-bottom: none;
  color: #606a74;
  background: #fdf081;
  padding: 18px 22px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
}
a.taste:hover {
  background: #f4e359;
  text-decoration: none;
}
.or {
  margin-top: 16px;
}
.steps img {
  height: 96px;
}
.steps h4 {
  margin: 0;
}
.steps p.threebenefit {
  margin-bottom: 50px;
}
.pd50 {
  padding: 70px 0 45px;
}
.howbenefit img {
  width: 100%;
  display: block;
  border-radius: 8px;
  margin: 40px 0;
  border: 1px solid #d2d7d9;
}
img.counter {
  margin: 50px 0;
  width: 100%;
}
.linehr {
  margin: 80px 0;
}
a.fancybox-close {
  border-bottom: none;
}
#startbtn,
#tryforfree {
  padding: 0px 30px 20px;
}
#startbtn p,
#tryforfree p {
  font-weight: 300;
}
#startbtn input.password,
#tryforfree input.password {
  font-size: 24px;
  display: block;
  border-radius: 3px;
  border: 1px solid #c0c3c5;
  box-shadow: none;
  width: 240px;
  padding: 4px 12px;
}
#startbtn input.button,
#tryforfree input.button {
  display: block;
  margin: 30px auto 0;
  background: #fdf081;
  padding: 12px 22px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#tryforfree p.instruction {
  font-size: 14px;
  width: 220px;
  margin: 30px 0 0 10px;
}
.footer .counters {
  text-align: right;
}
.container-fluid{
  width: 1280px; /*1170px;*/
}
.registr .col-sm-4 {width: 37%}
.registr .col-sm-8 {width: 63%}
.registr .radio label:after {
  left: 0px;
}
.registr .file-row {
    position: relative;
    padding: 10px 0 30px 0;
}
.info-data-block .col-sm-4{width: 45%}
.info-data-block .col-sm-8{width: 55%}
.inspect{
	float:left;
	width:60%;
	margin-top:20px;
}
.inspect_feedback{
	float:right;
	width:30%;
}
.inspect_feedback h2{
	margin-bottom:5px;
}
.inspect_steps{
	margin-left: 140px;
}

.downlaod_sample{
  font-size: 18px;
}

.cap_check_price{
  font-size: 22px;
}

.clearfix{
	clear:both;
}
.lump{
	background:url("../images/lump.gif") 575px -34px no-repeat;
}

/******************* прогрес бар****************************/
.title-progress{
}
.title-text-progress{
	float:left;
}
.title-percent-progress {
	float:right;
}
.progress-bar {
	background-color: #eaeff1;
	height: 35px;
	padding: 5px;
	width: 400px;
	margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px #294f77 inset, 0 1px 0 #afafaf;
	-webkit-box-shadow: 0 1px 5px #294f77 inset, 0 1px 0 #afafaf;
	box-shadow: 0 1px 5px #294f77 inset, 0 1px 0 #afafaf;
}

.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.color-progress span {
	background-color: #0084BD;
}

.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);

	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}


@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.shine span {
	position: relative;
}

.shine span::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-webkit-animation: animate-shine 2s ease-out infinite;
	-moz-animation: animate-shine 2s ease-out infinite;
}

@-webkit-keyframes animate-shine {
	0% {opacity: 0; width: 0;}
	25% {opacity: .25;}
	50% {opacity: .25;}
	75% {opacity: .25;}
	100% {opacity: 0; width: 85%;}
}

@-moz-keyframes animate-shine {
	0% {opacity: 0; width: 0;}
	25% {opacity: .25;}
	50% {opacity: .25;}
	75% {opacity: .25;}
	100% {opacity: 0; width: 85%;}
}
/******************* прогрес бар****************************/

.thanks .card{
    padding: 10px;
    height: 521px;
    margin-bottom: 10px;
}
.thanks .card .card-title{
    overflow: hidden;
  max-height:  45px;
  line-height: 1.1em;
}
.thanks .card .card-text{
  overflow: hidden;
  max-height:  78px;
  line-height: 1.2em;
}
.thanks .card .thanks-image,
.thanks .card .thanks-no-img{
    height: 365px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.thanks .card .thanks-no-img h6{
  padding: 10px;
  border: 2px solid #0084BD;
  height: 155px;
  line-height: 2em;
  background-color: #eaeff1;
  font-weight: bold;
}
