@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');


input[type="button"].btn.load{
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-image: url("/local/templates/profstandart_2018/include/img/waiter-button-light.gif") !important;
	background-size: 24px;
}

*, input, textarea {
	position: relative;
	box-sizing:border-box;
	font-family: 'PT Sans', sans-serif;
	outline:none;
	font-size:16px;
}
html {
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0 0 340px;
	min-height: 100%;
	background-color:#FFF;
}
section h2,
h2 {
	font-family: 'PT Sans', sans-serif;
	display:inline-block;
	color:#3b4256;
	font-size:32px;
	font-weight: 700;
}
h2 {
	display:block;
}
section h2::after,
h2::after {
	clear:both;
}

section h2::before {
	content:'';
	position:absolute;
	right:-18px;
	top:calc(50% - 3px);
	width:10px;
	height:10px;
	background:transparent;
	border:4px solid #3b4256;
	border-left:none;
	border-top:none;
	transform:rotate(-45deg);
}
a {
	text-decoration: none;
	color:#3b4256;
}
a:hover, a:focus {
	text-decoration: none;
	color:#0173c1;
}
input:not([type=file]), select, textarea {
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: 0.3s;
}
input:not([type=file]):focus, textarea:focus {
    border-color: #62b0ff;
}
input[type="submit"],
button,
input[type="submit"].btn,
input[type="submit"].btn:hover,
input[type="submit"].btn:focus,
input[type="button"].btn,
input[type="button"].btn:hover,
input[type="button"].btn:focus,
a.btn.blue,
a.btn.blue:hover,
a.btn.blue:focus {
    padding: 10px 14px;
    border-radius: 4px;
    background: #1f3684;
	background-position: center;
    color: #FFF;
    margin: 10px;
    border: 1px solid #1f3684;
}
input[type="submit"]:disabled {
	background-color:#eee;
	color:#888;
	border-color:#ddd;
	cursor:default;
}
a.btn {
    padding: 10px 14px;
    border-radius: 4px;
    background: transparent;
    color: #3b4256;
    margin: 10px;
    border: 1px solid #ccc;
	transition:0.3s;
}
a.btn:hover {
	background-color:#ddd;
}
input[type="submit"]:hover {
    cursor: pointer;
}
select {
	width:100%;
}
.wrapper {
	margin:0 auto;
	width:100%;
	max-width:1170px;
	padding:0 15px;
}
.h100 {
	height:100%;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.w100 {
	width:100%;
}
.jc-center {
	justify-content:center;
}

.ai-center {
	align-items:center;
}


.unstile-ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.mg-15 {
	margin-left: -15px;
	margin-right: -15px;
}
.clear {
	clear: both;
}
.register_form-row.row-inline {
	display:flex;
    flex-direction: row;
    margin: 0;
}
.register_form-row {
	display:flex;
    margin: 16px 0;
    flex-direction: column;
}
.register_form-text {
    display: flex;
    margin-bottom: 8px;
}
.register_form-input {
	display:flex;
	align-items:center;
	margin-top:auto;
}
.register_form-input input.btn,
.register_form-input input.btn:hover,
.register_form-input input.btn:focus {
	margin:0;
}
.row-inline > div {
    margin: 8px;
}
.row-other {
	display:flex;
	flex-direction:row;
}
.row-other .SaveXML_form {
	margin-left:auto;
}
.register_form-row input:not([type="checkbox"]),
.register_form-row select {
	width:100%;
}
.register_form-row select {
	padding:10px 20px;
}
.row-inline > div:first-of-type {
    margin-left: 0;
}
.row-inline > div:last-of-type {
    margin-right: 0;
}
.row-inline .input_all {
	flex:1;
	display:flex;
	flex-direction:column;
}
.input_date {
	max-width:220px;
}
.row-inline .input_shrink {
	width:150px;
}
.container span.date-interval-hellip {
	display:none;
	font-size:0;
}
img.calendar-icon {
	display:block;
	margin:0 5px;
}
.register_form-input img.calendar-icon:first-of-type {
	margin-right:15px;
}
.bg-white h2.h_title {
	margin-left:0;
}
.bg-white h3.h_title {
	margin-left:0;
	padding-left:0;
	margin-top:0;
}
.top-menu {
	font-size: 14px;
	height: 56px;
	background-color:#1e3785;
	color:#dde1e6;
	z-index:1000;
}
.top-nav_sandwich {

	height:56px;
	width:60px;
	transition:0.5s;
}

.top-nav_sandwich::before {
	content:'';
	background:transparent;
	border:2px solid #FFF;
	border-top:none;
	border-left:none;
	position:absolute;
	right:5px;
	top:calc(50% - 6px);
	width:6px;
	height:6px;
	transform:rotate(45deg);
}

.top-nav_sandwich .sandwich_line {
	width:20px;
	height:2px;
	background:#FFF;
	position:absolute;
	left:calc(50% - 15px);
	top:calc(50% - 10px);
	transition:0.5s;
}

.top-nav_sandwich > .sandwich_line:nth-child(2) {
	top:calc(50% - 4px);
}

.top-nav_sandwich > .sandwich_line:nth-child(3) {
	top:calc(50% + 2px);
}

.top-nav_sandwich > .sandwich_line:nth-child(4) {
	top:calc(50% + 8px);
}
.sandwich_menu {
	display:none;
	position:absolute;
	z-index:11;
	top:10px;
	left:0;
	border-radius:4px;
	background-color:#FFF;
	width:400px;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
}

.sandwich_menu.active {
	display:block;
}

.sandwich_header {
	background-color:#1e3785;
}

.sandwich_menu .top-nav_sandwich {
	height:46px;
}

.sandwich_menu .top-nav_sandwich::before {
	transform:rotate(225deg);
	top:calc(50% - 2px);
}

.sandwich_menu ul {
	padding:0 12px;
}

.sandwich_menu a {
	color:#848fa0;
	font-weight:600;
	display:block;
	padding:15px 5px;
	padding-right:20px;
	font-size:16px;
	transition:0.3s;
}

.sandwich_menu li::before {
	content:'\f105';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	position:absolute;
	top:calc(50% - 10px);
	right:5px;
	font-size:20px;
	color:#c7ccd1;
	transition:0.3s;
}
.sandwich_menu li.none_arrow::before {
	display: none;
}
.sandwich_menu li:hover::before,
.sandwich_menu li:hover a {
	color:#0b75ba;
}

.sandwich_menu li {
	border-bottom:1px solid #dde1e6;
}

.sandwich_menu li:last-of-type {
	border-bottom:none;
}

.logo_description {
	color:#3b4256;
	margin-top:15px;
	display:inline-block;
}

/*    Submenu     */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
.submenu {
  position: absolute;
  z-index: 5;
  min-width: 300px;
  box-shadow:0 0 30px rgba(0,0,0,0.2);
  background: white;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;
  border-radius: 4px;
}
.submenu li {
  position: relative;
  border-bottom:1px solid #dde1e6;
}
.submenu li:last-of-type {

	border-bottom:none;
}
.submenu li::before {
	content: '';
}
.submenu > li > a {
  color:#848fa0;
  padding: 10px 20px;
  font-size: 14px;

}


.submenu li:last-of-type {
	border-bottom:none;
}
.submenu_first .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  transition: .3s linear;
}
nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.submenu_first .submenu li a {
	color:#848fa0;
}
.submenu_first .submenu li a:hover {
	color:#0b75ba;
}
/*    end of submenu     */
.top-nav > ul > li {

		align-items: center;
		padding:0;
		height:100%;
		transition:0.3s;
	}

.top-nav {
	margin-left:auto;
}
.personalCabinet a,
.personalCabinet a:hover,
.versionForImp a,
.versionForImp a:hover,
.top-nav a {
	color:#FFF;

    height: 100%;
    justify-content: center;
    align-items: center;
}
.addAppeal a,
.personalCabinet a,
.versionForImp a
	{
		float:right;
		padding: 16px 10px;
	}
.versionForImp a{
	background:#323232;
	color: #dde1e6;
}

.versionForImp a:hover {
	background:#4e4e4e;
}
.addAppeal a:hover,
.personalCabinet a:hover {
	background:#2344a4;
}
.main {
	color: #f4f7fb;
	padding-top:30px;
	background-color: #f4f7fb;
}

.main > .wrapper {
	padding-bottom:30px;
}

.main-nav {
	margin-left: auto;
}

.main-nav li a {
	/*display: block;*/
	padding:0 15px;
}

.col-partners .col-xs-12:last-of-type {
	padding-right:0;
}

.notm h1 {
	font-family: 'PT Sans', sans-serif;
	color:#3b4256;
	font-weight: bolder;
	font-size: 36px;
	margin:0;
}

.main a.notm {
	margin-left:0;
}
.main-nav .company_name {
	display: flex;
	font-size:20px;
	float: left;
	margin-left:30px;
	font-weight:600;
	line-height:1.2;
	align-items:center;
}
.mintrudname {
	color: #1e3785;
}
.vniitrudname {
	color: #17a085;
}
.vniitrudname span {
	color: #17a085;
}
.mintrud {
	display: block;
	background:url("../img/logo.svg") no-repeat;
	background-size:cover;
	width:40px;
	height:48px;
	margin: 8px 0px 8px 0px;
	float: left;
}

.vniitrud {
	display: block;
	background:url("../img/logo.jpg") center no-repeat;
	background-size:contain;
    width: 40px;
	height:48px;
	margin: 8px 0px 8px 0px;
	float: left;
}

/*** SEARCH ***/
.bg_gray {
	margin-top:0;
	background-color: #f4f7fb;
	padding-bottom: 340px;
	margin-bottom: -340px;
}
.bg_gray.tiles-wrapper {
	padding-bottom:0;
}
.search {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px;
	margin:-30px 0px 50px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(255, 255, 255, 0.25);
}

.search input, .search select {
	border: none;
}
.search div {

}
.search select {
	float: left;
	font-weight: bold;
	z-index: 999999;

}
.search select option {

	z-index: 9999;
}
.search input[type="search"] {
	padding: 12px 20px;
}

.search input[type="submit"] {
	float: right;
	background-color: #e94b3d;
	color: #FFF;
	padding:12px 16px;
	border-radius: 4px;
	margin:0;
	transition:0.3s;
}

.search input[type="submit"]:hover{
	background-color:#2282c0;
	cursor:pointer;
}


/*** END SEARCH ***/

/*** JTHERS ***/



.bg_gray .col-md-6 {
	padding:0;
}

.bg_gray .col-md-6.odd .content-item {
	margin-left:0px;
	min-height:150px;
}

.bg_gray .col-md-6.even .content-item {
	margin-right:0px;
	min-height:150px;
}

.hide-select select {
	display:none;
}

.hide-select select.no-hide-select {
	display:block;
}

.bg-white .left_column {
	width:100%;
	max-width:240px;
	margin-right:30px;
}

.bg-white .left_column .row {
	flex-direction:column;
}

.bg-white .left_column .register_form-row > div {
	margin-left:0;
	margin-right:0;
}

.bg-white .right {
	width:100%;
	max-width:240px;
	margin-right:30px;
}

.bg-white .right_column .row {
	flex-direction:column;
}

.bg-white .right_column .register_form-row > div {
	margin-left:0;
	margin-right:0;
}

/*** END OTHERS ***/

/*** TABLE NOTIFICATION ***/

.notifications_table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #eee;
}

.notifications_table td,
.notifications_table th {
	padding:5px 15px;
	border:1px solid #eee;
	transition:0.3s;
}

.notifications_table tr td:last-of-type,
.notifications_table tr th:last-of-type {
	width:150px;
	text-align:center;
}

.notifications_table tr:hover td {
	background-color:#f7f7f7;
}

/*** END NOTIFICATION ***/

/*** CONTENT ***/

.three-row-inline .col-md-4 {
	padding:0;
}

.content-item {
	margin:15px;
	background:#FFF;
	border-radius:4px;
	/*min-height: 150px;*/
	/*align-items:center;*/
	transition:0.3s;
	z-index:9;
	display:flex;
}

.content-item > a,
.content-item .not-a {
	display:flex;
	padding:20px;
	min-height: 140px;
	width: 100%;
}

.bg-white a {
	color:#428bca;
	transition:0.3s;
}

.bg-white a:hover {
	color:#3b4256;
}

.content-item .not-a {
	display:block;
}

.content-item:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.content-item .polygon > i {
	color:#979797;
	font-size:28px;
}

/*.content-item .polygon::after {
	content:'';
	position: absolute;
    top: 35px;
    left: 35px;
    width: 14px;
    height: 14px;
    background-color: #0a75ba;
    border-radius: 50%;
	z-index:2;
}*/

.content-item_description {

}

.content-item_title {
	color:#3b4256;
	font-size:20px;
	font-weight:bold;
	display:block;
}

.content-item_description > p {

	color:#626878;
	font-size:14px;
	margin:10px 10px 10px 100px;
}

/*.row .content-item:first-of-type {
	margin-left:0;
}

.row .content-item:last-of-type {
	margin-right:0;
}*/

.polygon {
	width:64px;
	height:70px;
	float: left;
	justify-content:center;
	align-items:center;
	margin-right:30px;
}
.polygon i {
	margin:20px;
}
.polygon > svg {
	width:64px;
	height:70px;
	position:absolute;
	left:0;
	top:0;
}

.polygon > svg.svg-white {
    background: url('../img/romb-white.svg');
}

.polygon > svg.svg-black {
    background: url('../img/romb-black.svg');
}

.row:first-of-type .content-item:nth-child(1) .polygon > i {
	color:#297cb2;
}

.bg_gray .row:first-of-type .content-item:nth-child(2) .polygon > i {
	color:#892681;
}

.bg_gray .row:nth-child(2) .content-item:nth-child(1) .polygon > i {
	color:#69c04b;
}

.bg_gray .row:nth-child(2) .content-item:nth-child(2) .polygon > i {
	color:#c52556;
}

.bg_gray .row:nth-child(3) .content-item:nth-child(1) .polygon > i {
	color:#c41f51;
}

.bg_gray .row:nth-child(3) .content-item:nth-child(2) .polygon > i {
	color:#277cb2;
}

.bg_gray .row:nth-child(4) .content-item:nth-child(1) .polygon > i {
	color:#892681;
}

.bg_gray .row:nth-child(4) .content-item:nth-child(2) .polygon > i {
	color:#69c04b;
}

.btn {
	display:inline-block;
	padding:10px 20px;
	border-radius:4px;
	background:#1e3785;
	color:#FFF;
	margin:10px;
}

a.btn.nml,
a.btn.nml:hover {
	margin-left:0;
}
a.btn.nml:hover {
	color: #f4f7fb;
}
.nmr-i {
	margin-right:0;
}
.tags_popular {

}

.tags_popular > a {
	text-align: center;
	display:inline-block;
	padding:15px 20px;
	border-radius:4px;
	background:#1e3785;
	color:#fff;
	/*margin:0px 20px 10px 0;*/
	font-size:18px;
	font-weight:bold;
}
/*** NEWS ***/

.news > .row {
	margin:0 -15px;
}

.news_item {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f4f7fb;
    border: 1px solid #1e1d1d14;
	margin-top:30px;
}

.news_title {
	min-height: 160px;
	font-size:18px;
	font-weight:600;
	color:#3b4256;
	line-height:26px;
}

.news-main-row {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.news-main-row a {
	padding:20px 0 10px;
	text-decoration:none;
    font-size: 20px;
    font-weight: 600;
    color: #1e3785;
	display:block;
	margin-left:auto;
}

.news-main-row a:hover {
	color:#333;
}

.news_date {
	color:#8b959f;
	margin-top:30px;
	font-size:14px;
}

/*** CALENDAR ***/

.calendar {
	padding:60px 0;
}

.calendar_row {
	border-top:1px solid #dde1e6;
	padding:30px 0;
	margin-top:30px;
}

.calendar_item {
	display: flex;
    flex-direction: row;
    flex: 1;
	margin:15px;
}

.calendar_item p {
	margin-top:0;
}

.calendar_date {
	margin-right:15px;
	color:#3b4256;
}

.calendar_date .number {
	font-size:46px;
	font-weight:700;
	line-height:40px;
	text-align:center;
}

.calendar_date span {
	font-weight:400;
	font-size:14px;
}

.calendar_description {

}

.calendar_description p {
	font-size:18px;
	font-weight:600;
	color:#555b6c;
    flex: 1;
	margin-bottom:15px;
}

.calendar_description span {
	color:#848e99;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
}

/*** discussion ***/

.discussion {
	padding:60px 0;
	background:#f4f7fb;
}

.discussion_tabs {

	margin-left:auto;
}

.discussion_tabs ul {
	height:100%;
}

.discussion_tabs li {
	padding:25px 0;
	margin:0 10px;
	align-items:center;
	color:#8f99a2;
	font-weight:600;
	transition:0.3s;
	border-bottom:4px solid transparent;
}

.discussion_tabs li:hover {
	color:#3c4357;
}

.discussion_tabs li.active {
	color:#3c4357;
}

.discussion_tabs li:first-of-type {
	order:2;
	margin-right:0;
}

.discussion_item {
	width:100%;
	background-color:#FFF;
	border-radius:4px;
	margin-top:15px;
	margin-bottom:15px;
    /*margin-left: -15px;
	margin-right: -15px;*/

	transition:0.3s;
	box-shadow:0 0 10px transparent;
}

.discussion_item:hover {
	box-shadow:0 0px 10px rgba(0,0,0,0.05);
}

.discussion_item:first-of-type {
	margin-right:30px;
}

.discussion_tab:not(.active) {
	display:none;
}

.discussion_tab.active {
	margin-top:15px;
}

.discussion_title {
	font-size:18px;
	font-weight:600;
	color:#3b4256;
}

.discussion_title a {
	display:block;
	padding: 10px 32px;
}

.discussion_adds {
	margin-top:15px;
	justify-content:space-between;
}

.discussion_view {
	font-size:24px;
	color:#3b4256;
	font-weight:600;
}

.discussion_view span {
	font-size:14px;
	color:#3b4256;
	font-weight:400;
}

.discussion_date {


	color:#848e99;
	font-size:14px;
}

.discussion #featured .col-md-12,
.discussion #core .col-md-12 {
	padding:0;
}

/*.discussion #featured .col-md-12 .col-md-6:first-of-type {
	padding-left:0;
}

.discussion #featured .col-md-12 .col-md-6:last-of-type {
	padding-right:0;
}*/

.discussion #featured a.discuss,
.discussion #core a.discuss {
	padding:0 15px;
	margin-top:10px;
	text-align:right;
	display:block;
	min-height:auto;
}

/*** resources ***/

.resources {
	padding:60px 0;
}

.resources h2::before {
	display:none;
}

.resources .col-md-12 {
	padding:0;
}

.resources_item {
	background-color:#f4f7fb;
	border-radius:4px;
	min-height: 140px;
	margin:15px;
	color:#3b4256;
	transition:0.3s;
}

.resources_item:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.resources_item a {
	display:block;
	padding:32px;
}

.resources_item::before {
	content:'\f062';
	font-family:"Font Awesome 5 Free";
	color:#c7ccd1;
	position:absolute;
	right:15px;
	top:15px;
	font-size:16px;
	font-weight:900;
	transform:rotate(45deg);
	transition:0.3s;
}

.resources_item:hover::before {
	color:#3b4256;
}

.resources_item:first-of-type {
	margin-left:0;
}

.resources_item:last-of-type {
	margin-right:0;
}

.resources_item a,
.resources_item a:hover {
	color: #3b4256;
	font-size:18px;
	font-weight:600;
	min-height: 140px;
}

/*** FOOTER ***/

footer {
	background-color:#3b4256;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 340px;
	position: absolute;
}

footer .row div {

	margin:80px 0px;
}

footer .row div span {
	display:block;
	color: #848e99;
	font-size:14px;
}

footer .row div:first-of-type {
	margin-left:0;
}

footer .row div:last-of-type {
	margin-right:0;
}

.footer_tel,
.footer_tel:hover {
	font-size: 32px;
	color:#F4F7FB;
	font-weight:600;
}

footer ul a {
	font-size: 16px;
	font-weight:600;
	color:#848e99;
	transition:0.3s;
	line-height:30px;
}

footer ul a:hover {
	color:#FFF;
}

.copyright {
	font-size: 16px;
	color:#848e99;
	line-height:24px;
	padding:32px 0;
	border-top:1px solid #dde1e6;
}

.copyright a {
	color:#FFF;
}


/*---------other pages----*/
.bg-white {
	padding: 20px;
	border: 8px solid #f2f2f2;
	background: #ffffff;
	margin: 40px 0px 40px 0px;
}
.bg-white>h3 {
	font-size:22px;
	font-weight:600;
	color:#3b4256;
}
.bg-white>h3>a {
	font-weight:600;
	font-size:22px;
	color:#3b4256;
}
h2.h_title {
	margin: 20px;
	padding: 0;

}
h2.h_title::before {
	display: none;
}
h3.h_title {
	margin: 20px;
	padding: 0 20px;
	font-size:18px;
	font-weight:600;
	color:#3b4256;
	line-height:26px;
}
.report {

}
.report label {
	margin: 15px;
	padding: 0 15px;
	font-size:16px;
	font-weight:600;
	color:#3b4256;
	line-height:26px;
	width: 90%;
	margin-left:0;
	padding-left:0;
}
.report-s label {
	width: 250px;
}
.report-c label {
    width: 50%;
}
.report-c input {
    width: 50%;
}
.report label.check {
	margin: 0;
	padding: 0 ;
	width: 80%;
}
/*.report input,
.report textarea {
	border:1px solid #ccc;
	width: 200px;
	padding: 5px;
	margin: 5px;
}*/
.report input[type="checkbox"]{
	width: 20px;
	height: 20px;
    vertical-align: top;
	margin:0;
}
/*.report select {
    border: 1px solid #ccc;
	width: 200px;
	padding: 5px;
}*/
.sitemap-first > li > a {
	display: inline-block;
	margin: 15px;
	font-size:18px;
	font-weight:600;
	color:#3b4256;
	line-height:26px;
}
.sitemap-second > li > a {
	display: inline-block;
	margin: 5px 0px 5px 40px;
	font-size:17px;
	font-weight:600;
	color:#3b4256;
	line-height:25px;
}
.sitemap-third > li > a {
	display: inline-block;
	margin: 2px 0px 2px 60px;
	font-size:16px;
	font-weight:600;
	color:#3b4256;
	line-height:24px;
}
.table-container
{
  width: 100%;
  overflow-y: auto;
  overflow: auto;
  margin: 0 0 1em;
}
.table-reports table td,
.table-reports table th {
	font-size: 14px;
	border: 1px solid #f2f2f2;
	text-align: center;
	padding: 10px 3px;
}
.table-reports table {
	/*margin: 20px;*/
}
.table-reports table td,
.table-reports table th {
	border:1px solid #333;
	vertical-align: top;
}
.table-reports table button {
	margin: 5px;
	border-radius: 4px;
	background: #f2f2f2;
}
.bg-blue {
	background:#1e3785;
	margin: 20px 0;
	border-radius:4px;

}
.bg-blue table  td a{
	text-align: center;
	padding: 8px;
	color: #fff;
	float: left;
	font-size: 14px;
	border-radius:4px;

}
.bg-blue table  td.active a {
	background:#4f719e;
}
.table-okved table {
	margin: 20px 30px 0  0;
	width: 100%;

}
.table-okved table td,
.table-okved table th {
	font-size: 14px;
	border: 1px solid #f2f2f2;
	text-align: center;
	padding: 10px 3px;
}
.table-container table td a {
	font-size: 14px;
}
.select_filter_audit .report label {
	padding: 0;
	margin: 0;
}
.select_filter_okved select{
	width: 80%;
	padding: 0;
	margin: 0;
}

.forum-account {
	margin: 10px 0 0 0;
}
.forum-account li a{
	color:#3b4256;
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #f2f2f2;
}
.forum-account li:last-child a{
	border: 0;
}
.table-forum table td,
.table-forum table th {
	font-size: 14px;
	border: 1px solid #f2f2f2;
	text-align: center;
	padding: 10px 3px;
}
.table-forum table {
	width: 100%;
	margin-top:20px;
}
.table-forum table tr a{
	color:#3b4256;
}
.table-forum table .tr-header td a{
	padding: 0 20px;
	color:#fff;
}
.tr-header, .tr-header a{
	color: #fff;
	background:#1e3785;
}
.tet-text h3 {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
}
.tet-text-abs {
    padding: 15px;
    text-align: center;
}
.tet-text-abs span,
.tet-text-abs select,
.tet-text-abs button {
    margin: 10px 0;

}

.tet-text-page ul li {
    padding: 0 5px;
    display: inline-block;
}
.title-dg {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.code-dg {
    padding: 20px 10px;
    border: 1px solid #000;
}
.opd-dg {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #000;
}
.border-table td {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.border-table td.number {
    width: 30px;
}
.message-tet {
    padding: 15px;
}
.message-tet img,
.message-tet h4,
.message-tet span,
.message-tet ul li {
    padding: 0 10px;
    display: inline-block;
}
.message-tet ul li {

}
/************************/

ul.dis-slider li a {
	/*display: block;
	padding: 4px;*/
	color: #666;
	text-decoration: none;
	min-height:80px;
}
ul.dis-slider li a:link {
	text-decoration: none;
}

#explore-nav {
	overflow: hidden;
	margin: 0 0 10px 0;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
}

#core {
	display: none;
}

#explore-nav li#ex-featured a.current
 {
	border-bottom:4px solid #1e3785;
}
#explore-nav li#ex-core a.current {
	border-bottom:4px solid #1e3785;
}
.forum-message-header {
	padding: 5px;
	color: #fff;
	background:#1e3785;
}
.forum-message textarea {
	resize: none;

}
.w200px {
	width:200px;
}
.forum-item tr td {
	padding-left: 10px;
	text-align: left;
}

.tabs {
	min-width: 320px;
	max-width: 1200px;
	padding: 0px;
	margin: 0 auto;
}
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top:15px;
}
.tabs>section  {
	margin: 0 0 5px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 10px 25px;
	margin-top:5px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 1px solid #ddd;
	background: #f1f1f1;
	border-radius: 4px 4px 0 0;
}


.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs>input:checked+label {
	color: #fff;
	border: 0;
	background: #1e3785;
}

#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2,
#tab3:checked~#content-tab3,
#tab4:checked~#content-tab4,
#tab5:checked~#content-tab5,
#tab6:checked~#content-tab6,
#tab7:checked~#content-tab7,
#tab8:checked~#content-tab8,
#tab9:checked~#content-tab9,
#tab10:checked~#content-tab10  {
	display: block;
}
.chprofile span {
	display: inline-block;
}
.forum-rules {
	padding: 10px;
}
.remember{
    text-align: center;
	margin: 0 auto;
	width: 320px;
}
.remember label.check{
	width:auto;
}

.select_opd {
    text-align: justify;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 760px) {
	.sandwich_menu {
	width:300px;
	}
	.sandwich_menu a {
	padding: 5px;
	}

	.submenu_first .submenu {
  	left: -5%;
	}

	.notm h1 {

	font-size: 30px;

	}
	.main-nav .company_name {

	float: left;
}
.bg_gray {
	margin-top:40px;
}

.search-xs {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px;
	margin:-30px 0px 50px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(255, 255, 255, 0.25);
}

.search-xs input, .search-xs select {
	border: none;
}
.search div {

}
.search-xs select {
	font-weight: bold;
	width: 100%;
}
.search-xs select option {
	width: 300px;
	z-index: 9999;
}
.search-xs input[type="search"] {
	padding: 15px 5px;
	width: 100%;
}

.search-xs input[type="submit"] {

	background-color: #e94b3d;
	color: #FFF;
	padding:12px 16px;
	border-radius: 4px;
	margin:0;
	transition:0.3s;
}

.search-xs input[type="submit"]:hover{
	background-color:#2282c0;
	cursor:pointer;
}
.content-item_title {
	font-size:14px;
}
.cit20 {
	font-size: 20px;
}
.discussion_tabs li {

	float: left;

}
.report label {
	margin: 10px;
	padding: 0 10px;
	width: 90%;
}
.bg-white {
	padding-bottom: 20px;
	margin: 40px 10px 20px 10px;
}
}



/******************************************************/

.col-partners {
	float:right;
	width:auto;
}

.col-partners ul {
	display:flex;
}

.flex {
	display:flex;
	flex-direction:row;
}

.buttons_margin {
	margin:30px 15px 15px;
}

.input_all.kind_profact .register_form-input > div {
	width:100%;
	margin:0 0 8px;
	display:flex;
	flex-direction:row;
}

.input_all.kind_profact .register_form-input .hintConClass {
	position: absolute;
    top: 50px;
}

.input_all.kind_profact .register_form-input .hintWraClass {
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border:1px solid #eee;
	width: calc(100% - 128px);
}

.input_all.kind_profact .register_form-input .hintEleClass {
	transition:0.2s;
	padding:5px 15px;
}

.input_all.kind_profact .register_form-input .hintEleClass:hover {
	background-color:#eee;
}

.input_all.kind_profact .register_form-input,
.input_all .kind_date.register_form-input {
	flex-direction:column;
}

.input_all .kind_date.register_form-input input {
	width:100%;
	margin-bottom:8px;
}

.btn-kind {
	margin-left:15px;
}

.input-kind {
	flex:1;
}

.bx_pagination_page li {
	margin:0 8px;
}

.right_column .register_form-row input {
	width:auto;
}

.right_column .input_all:not(.kind_profact) input {
	flex:1;
}

.input_all.kind_profact .register_form-input input[type="text"] {
	width:100%;
}

.tretest .mli-layout {
	display:none;
}

.input_all.kind_profact .register_form-input input.btn-kind {
	width:auto;
}

#btnCreateFormToggle {
    border: 1px solid #0b0b0c3d;
    background-color: #1e3785;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.about_columns {
	margin-top:30px;
}

.bg-white .about_columns > div {
	width:50%;
	max-width:none;
}

/*** COG SUBMENU ***/

.cog-sub {
	display:none;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: #FFF;
    border: 1px solid #aaa;
    border-radius: 4px;
    z-index: 2;
    padding: 15px;
	transition:0.2s;
}

.cog-table.active .cog-sub {
	display:block;
}

.cog-sub:hover {
	cursor:default;
}

.cog-sub input {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.cog-sub select {
	padding:8px 15px;
	margin-top:10px;
	width:auto;
}

.cog-table {
	display:inline-block;
	margin:0 auto;
	padding:5px;
	border:1px solid #eee;
	border-radius:4px;
	background:transparent;
	transition:0.2s;
}

.cog-table:hover,
.cog-table.active {
	border-color:#aaa;
	background-color:#eee;
	cursor:pointer;
}

.cog-table i {
	display:block;
	width:22px;
	height:22px;
	background:url("../img/cog-solid.svg");
	background-size:cover;
}

.table-reports table td.cog-item {
	vertical-align:middle;
}

/*** END COG ***/

.row-reestr-tf {
	display:flex;
	flex-direction:row;
}

.row-reestr-tf .left-col {
	margin-right:15px;
}

.bg-white .b-element-add-form .field>div>input[type="text"] {
    max-width: 100%;
	margin:10px 10px 0 0;
}

.bg-white .bx-html-editor {
    min-width: 300px !important;
}

#ps-form {
	padding:0 30px;
	display: none;
}

.bg-white .block_form-search.filterofitemps {
	min-height:auto;
	margin-bottom:0;
}

.row-reestr-ps {
	display:flex;
	flex-direction:row-reverse;
}

.row-reestr-ps .left-col {
	margin-right:15px;
	max-width:350px;
	width:100%;
}

.upr_uved_row {
	display:flex;
	flex-direction:row;
}

.upr_uved_row .left-col {
	margin-right:15px;
	max-width:350px;
	width:100%;
}

/*** DETAIL EDIT PS ***/

.section_inform {
	display:flex;
	background-color:#1f3684;
	border-radius:4px;
	width:max-content;
}

.section_inform a {
	display:block;
	margin:0;
	padding:5px;
	background-color:#1f3684;
	color:#FFF;
}

.section_inform a.active,
.section_inform a:hover {
	color:#FFF;
	background-color:#3850a2;
}

.section_inform a:first-of-type {
	margin-left:0;
	border-radius:4px 0 0 4px;
}

.section_inform a:last-of-type {
	margin-right:0;
	border-radius:0 4px 4px 0;
}
.InputContainer > div,
.plus-field {
	display:flex;
	flex-direction:row;
	margin-bottom:10px;
}
.InputContainer input[type="button"],
.plus-field input[type="button"] {
	margin-left:10px;
	width:auto;
}

.row-reestr-ps .register_form-input {
	flex-direction:column;
}

.row-reestr-ps .h_title {
	font-size:14px;
	font-weight:600;
}

.reestr_ps_detail_right {
	display:flex;
	flex-direction:row;
}

.reestr_ps_detail_right .buttons_ps {
	display:flex;
	flex-direction:column;
}

.reestr_ps_detail_right .ml-a {
	margin-left:auto;
	align-self:center;
}

.bg-white .report img {
	width:auto;
}

.block_description {
	display:flex;
	flex-direction:row;
}

.block_description .right {
	margin-left:auto;
	background-color:#f3f3f3;
	border-radius:4px;
	padding:15px;
	margin-right:0;
}

.block_description .left {
	padding-top:15px;
}

.small_title {
	font-weight:bold;
}
.input_type_file_r {
	padding: 10px;
	margin:0 -10px;
    background-color: #eee;
    border-radius: 4px;
	width:100%;
}

.mli-field.btn.in-item.nml {
	width:auto !important;
	margin-right:15px;
}

.bg_gray.gl_bg_gray {
	margin-top:95px;
}

.bg_gray {
	margin-top:0;
}

.bg-white h2.h_title.forum_title {
	margin-left:20px;
}

table.separate {
    border-collapse: separate;
}

.select_filter_audit .col-md-12 {
	margin-top:30px;
	display:block;
}

.select_filter_audit .checkbox-form .checkbox-label {
	margin-top:-4px;
}

.select_filter_audit .checkbox-form-ewo .checkbox-label {
	display:block;
	margin-top:15px;
}

.content-item.experts > a {
	display:block;
}

.ps-hide-show-qwe {
	margin-left:15px !important;
}

.mli-search-results{
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    border: 1px solid #eee !important;
    background-color: rgb(232, 232, 232) !important;
    z-index: 999 !important;
}

.mli-search-result{
    margin: 0 !important;
    transition: 0.2s;
    padding: 5px 15px !important;
}

.mli-search-current{
    background-color: #D3D3D3 !important;
}


a.ps-hide-show-qwe.btn,
a.ps-hide-show-qwe.btn:hover,
a.ps-hide-show-qwe.btn:focus {
	padding: 10px 14px;
	border-radius: 4px;
	color: #FFF;
	margin: 10px;
	background: #1e3785;
	border: 1px solid #1e3785;
	transition: 0.3s;
}

div.doc_name {
	width: 90%;
}

div.file_viewer {
	float: right;
}

.block_form-checkbox {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	width:100%;
	height:350px;
	overflow-x:scroll;
	background-color:#eee;
	border:1px solid #ddd;
	padding:15px;
	border-radius:4px;
}

.form--checkbox {
	    display: flex;
    flex-direction: row;
    align-items: center;
	width:25%;
	justify-content:center;
}

.report-s .form--checkbox label {
	margin:5px 0;
}

label.active {
	background-color:transparent !important;
}

.report-s label {
	text-align:left;
	padding-left:15px;
}

.remember {
	margin-top:15px;
	width:auto !important;
}

.sel-w100 select,
.sel-w100 input:not([type="checkbox"]),
.sel-w100 textarea,
.sel-w100 .register_form-input{
	width:100% !important;
}
label.tab_active{
	background-color: #1e3785;
}
.tabs>label.tab_active a{
    color: white; !important;
}
.tabs>label a{
    padding: 10px 15px;
}
#organic-tabs .col-sm-8 {
	padding-left:0;
}
#organic-tabs .col-sm-4 {
	padding-right:0;
}
a.ps-hide-show,
a.ps-hide-show:hover {
	display:inline-block;
    padding: 10px 14px;
    border-radius: 4px;
    background: #1f3684;
	background-position: center;
    color: #FFF;
    margin: 10px;
    border: 1px solid #1f3684;
	margin-left:0;
}

/*** ЖИВОЙ ПОИСК ***/

.life-search {
	padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: 0.3s;
    width: 100%;
}

.life-list {
	list-style:none;
	padding:0;
	margin:0;
}

.life-list li {
	background-color:#eee;
	transition: .2s;
	color:#333;
	padding:8px 5px;
	margin:1px 0;
}

.life-list li:hover,
.life-list li.selected {
	cursor:pointer;
	background-color:#0B75BA;
	color:#FFF;
}

.sub-life-search {
	display:none;
	position: absolute;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 3;
    top: 48px;
	left:0;
	box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

/*#life-search_etks_select*/
.life-search select {
	visibility: hidden;
	display:none;
}

/*#life-search_etks_list*/
.life-list {
	margin-top:10px;
	max-height:250px;
	overflow-y:scroll;
}
.TRF table td,
.TRF table th {
	font-size: 16px;
}
/*** КОНЕЦ ЖИВОГО ПОИСКА ***/
