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

*, input, textarea {
	position: relative;
	box-sizing:border-box;
	font-family: 'PT Sans', sans-serif;
	outline:none;
	font-size:24px;
}
html {
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
}
section h2,
h2 {
	font-family: 'PT Sans', sans-serif;
	display:inline-block;
	color:#000;
	font-size:40px;
	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 #000;
	border-left:none;
	border-top:none;
	transform:rotate(-45deg);
}
a {
	text-decoration: none;
	color:#000;
}
a:hover, a:focus {
	text-decoration: none;
	color:#000;
}
input:not([type=file]), select, textarea {
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #000;
    transition: 0.3s;
}
input:not([type=file]):focus, textarea:focus {
    border-color: #000;
}
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: #000;
    color: #FFF;
    margin: 10px;
    border: 1px solid #000;
}
input[type="submit"]:disabled {
	background-color:#000;
	color:#fff;
	border-color:#000;
	cursor:default;
}
a.btn {
    padding: 10px 14px;
    border-radius: 4px;
    background: transparent;
    color: #000;
    margin: 10px;
    border: 1px solid #000;
	transition:0.3s;
}
a.btn:hover {
	background-color:#fff;
}
input[type="submit"]:hover {
    cursor: pointer;
}
.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;
}
.row-inline > div {
    margin: 8px;
}
.row-other {
	display:flex;
	flex-direction:row;
}
.row-other .SaveXML_form {
	margin-left:auto;
}
.register_form-row input,
.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;
}
.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: 21px;
	height: 56px;
	background-color:#000;
	color:#fff;
	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:#000;
}

.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:#000;
	font-weight:600;
	display:block;
	padding:15px 5px;
	padding-right:20px;
	font-size:24px;
	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:30px;
	color:#000;
	transition:0.3s;
}
.sandwich_menu li.none_arrow::before {
	display: none;
}
.sandwich_menu li:hover::before,
.sandwich_menu li:hover a {
	color:#000;
}

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

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

.logo_description {
	color:#000;
	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 #000;
}
.submenu li:last-of-type {
	
	border-bottom:none;
}
.submenu li::before {
	content: '';
}
.submenu > li > a {
  color:#000;
  padding: 10px 20px;
  font-size: 21px;
  
}


.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:#000; 
}
.submenu_first .submenu li a:hover {
	color:#000;
}
/*    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:#fff;
	color: #000;
}

.versionForImp a:hover {
	background:#000;
	color: #fff;
}
.addAppeal a:hover,
.personalCabinet a:hover {
	background:#000;
}
.main {
	background-color:#fff;
	color: #000;
	padding-top:30px;
}

.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:#000;
	font-weight: bolder;
	font-size: 40px;
	margin:0;
}

.main a.notm {
	margin-left:0;
}
.main-nav .company_name {
	display: flex;
	font-size:30px;
	float: left;
	margin-left:30px;
	font-weight:600;
	line-height:1.2;
	align-items:center;
}
.mintrudname {
	color: #000;
}
.vniitrudname {
	color: #000;
}
.vniitrudname span {
	color: #000;
}
.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") no-repeat;
	background-size:cover;
    width: 40px;
	height:48px;
	margin: 8px 0px 8px 0px;
	float: left;
}

/*** SEARCH ***/
.bg_gray {
	margin-top:110px;
	background-color: #fff;
	padding-bottom:50px;
}
.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: #000;
	color: #FFF;
	padding:12px 16px;
	border-radius: 4px;
	margin:0;
	transition:0.3s;
}

.search input[type="submit"]:hover{
	background-color:#000;
	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;
}

/*** 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:#fff;
}

/*** END NOTIFICATION ***/

/*** CONTENT ***/

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

.content-item {
	margin:15px;
	background:#FFF;
	border-radius:4px;
	border: 1px solid #000;
	/*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:#000;
	transition:0.3s;
}

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

.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:#000;
	font-size:40px;
}

/*.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:#000;
	font-size:30px;
	font-weight:bold;
}

.content-item_description > p {

	color:#000;
	font-size:21px;
	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:#000;
}

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

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

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

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

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

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

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

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

a.btn.nml,
a.btn.nml:hover {
	margin-left:0;
}
a.btn.nml:hover {
	color: #fff;
}
.tags_popular {
	
}

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

.news {
	padding: 30px 0 50px;
}

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

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

.news_title {
	min-height: 130px;
	font-size:27px;
	font-weight:600;
	color:#000;
	line-height:39px;
}

.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: 30px;
    font-weight: 800;
    color: #000;
}

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

.news_date {
	color:#000;
	margin-top:30px;
	font-size:21px;
}

/*** CALENDAR ***/

.calendar {
	padding:60px 0;
}

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

.calendar_item {
	
	margin:15px;
}

.calendar_item p {
	margin-top:0;
}

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

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

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

.calendar_description {
	
}

.calendar_description p {
	font-size:27px;
	font-weight:600;
	color:#000;
	
	margin-bottom:15px;
}

.calendar_description span {
	color:#000;
	font-size:21px;
	font-weight:600;
	letter-spacing:2px;
}

/*** discussion ***/

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

.discussion_tabs {

	margin-left:auto;
}

.discussion_tabs ul {
	height:100%;
}

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

.discussion_tabs li:hover {
	cursor:pointer;
	color:#000;
}

.discussion_tabs li.active {
	color:#000;
}

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

.discussion_item {
	width:100%;
	background-color:#FFF;
	border: 1px solid #000;
	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:27px;
	font-weight:600;
	color:#000;
}

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

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

.discussion_view {
	font-size:36px;
	color:#000;
	font-weight:600;
}

.discussion_view span {
	font-size:21px;
	color:#000;
	font-weight:400;
}

.discussion_date {
	
	
	color:#000;
	font-size:21px;
}

.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:#fff;
	border-radius:4px;
	min-height: 140px;
	margin:15px;
	color:#000;
	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:#000;
	position:absolute;
	right:15px;
	top:15px;
	font-size:24px;
	font-weight:900;
	transform:rotate(45deg);
	transition:0.3s;
}

.resources_item:hover::before {
	color:#000;
}

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

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

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

/*** FOOTER ***/

footer {
	background-color:#000;
}

footer .row div {
	
	margin:80px 0px;
}

footer .row div span {
	display:block;
	color: #fff;
	font-size:21px;
}

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: 40px;
	color:#fff;
	font-weight:600;
}

footer ul a {
	font-size: 36px;
	font-weight:600;
	color:#fff;
	transition:0.3s;
	line-height:40px;
}

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

.copyright {
	font-size: 24px;
	color:#fff;
	line-height:36px;
	padding:32px 0;
	border-top:1px solid #000;
}

.copyright a {
	color:#FFF;
}


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

}
h2.h_title::before {
	display: none;
}
h3.h_title {
	margin: 20px;
	padding: 0 20px;
	font-size:27px;
	font-weight:600;
	color:#000;
	line-height:39px;
}
.report {
	
}
.report label {
	margin: 15px;
	padding: 0 15px;
	font-size:24px;
	font-weight:600;
	color:#000;
	line-height:39px;
	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: middle;
	margin:0;
}
/*.report select {
    border: 1px solid #ccc;
	width: 200px;
	padding: 5px;
}*/
.sitemap-first > li > a {
	display: inline-block;
	margin: 15px;
	font-size:27px;
	font-weight:600;
	color:#000;
	line-height:39px;
}
.sitemap-second > li > a {
	display: inline-block;
	margin: 5px 0px 5px 40px;
	font-size:25px;
	font-weight:600;
	color:#000;
	line-height:35px;
}
.sitemap-third > li > a {
	display: inline-block;
	margin: 2px 0px 2px 60px;
	font-size:24px;
	font-weight:600;
	color:#000;
	line-height:1.5;
}
.table-container
{
  width: 100%;
  overflow-y: auto;
  overflow: auto;
  margin: 0 0 1em;
}
.table-reports table td,
.table-reports table th {
	font-size: 21px;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 3px;
}
.table-reports table {
	margin: 20px;
}
.table-reports table button {
	margin: 5px;
	border-radius: 4px;
	background: #fff;
}
.bg-blue {
	background:#000;
	margin: 20px;
	border-radius:4px;

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

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

}
.table-okved table td,
.table-okved table th {
	font-size: 21px;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 3px;
}
.table-container table td a {
	font-size: 21px;
}
.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:#000;
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #000;
}
.forum-account li:last-child a{
	border: 0;
}
.table-forum table td,
.table-forum table th {
	font-size: 21px;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 3px;
}
.table-forum table {
	width: 100%;
	margin-top:20px;
}
.table-forum table tr a{
	color:#000;
}
.table-forum table .tr-header td a{
	padding: 0 20px;
	color:#fff;
}
.tr-header, .tr-header a{
	color: #fff;
	background:#000;
}
.tet-text h3 {
    font-weight: bold;
    font-size: 21px;
    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: #000; 
	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 #000; 
}
#explore-nav li#ex-core a.current { 
	border-bottom:4px solid #000; 
}
.forum-message-header {
	padding: 5px;
	color: #fff;
	background:#000;
}
.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 #000;
	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: #000;
	border: 1px solid #000;
	background: #fff;
	border-radius: 4px 4px 0 0;
}

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

#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: 40px;

	}
	.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 {
	float: left;
	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: #000;
	color: #FFF;
	padding:12px 16px;
	border-radius: 4px;
	margin:0;
	transition:0.3s;
}

.search-xs input[type="submit"]:hover{
	background-color:#000;
	cursor:pointer;
}
.content-item_title {
	font-size:21px;
}
.cit20 {
	font-size: 30px;
}
.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;
}