body {
	transition: all 0.4s ease-in;
	font-family : "Open Sans";
}

a.brand-link {
	min-height : 56px;
	padding: 0px 15px;
}

a, a:hover, a:focus, a:active {
	transition: all 0.4s ease-in;
}

[class*="sidebar-dark"] .brand-link {
  border-bottom: 1px solid #FFF;
}

.brand-link-logo {
	background : url('../images/logo_svg.svg') center center no-repeat;
	padding : 5px 15px;
	background-size : contain;
	display : block;
	width : 100%;
	height : 56px;
}

.sidebar-collapse .brand-link-logo {
	background : url('../images/logo_v.svg') center center no-repeat;
	padding : 5px 15px;
	background-size : contain;
	display : block;
	width : 100%;
	height : 56px;
}

.tcenter {
	text-align : center;
}

.loginput input {
	height : 50px;
	line-height : 50px;
	font-size : 16px;
	min-width : 40%;
	text-align : center;
	margin : 10px auto;
}

.loginputf {
	margin-top : 60px;
}

.logbut {
	height : 50px;
	min-width : 30%;
	font-size : 16px;
}

.btn-primary {
    background-color: #00a2ed;
    border-color: #00a2ed;
}

aside.sidebar-dark-primary {
	background-color: #00a2ed;
}

.dark-mode aside.sidebar-dark-primary {
	background-color: #006999;
}

.mt-2 ul ul li {
	margin-left : 10px;
}

.mt-2 ul ul li a {
	width : 100%!important;
	font-size : 16px;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
  color: #FFF;
}

.topuser {
	padding-right : 80px;
	/*position : relative;*/
}

.topuser::after {
	content : "\f007";
	display : inline-block;
	width : 30px;
	height : 40px;
	line-height : 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 25px;
	color : #00a2ed;
	position : absolute;
	top : 8px;
	right : 40px;
}

.topusername {
	font-weight : bold;
	text-align : right;
	font-size : 14px;
}

.topuserunit {
	text-align : right;
	font-size : 13px;
}

.revslogo {
	max-width : 80%;
	height : auto;
	display : block;
	margin : 20px auto 30px;
}

.butwidth80 {
	width : 90%;
	display : block;
	margin : 10px auto 0px;
	position : relative;
	
}

.butwidth70 {
	width : 80%;
	display : block;
	margin : 10px auto 0px;
	position : relative;
	
}

textarea.butwidth70 {
	min-height : 100px;
	width : 90%;
}

input.butwidth70 {
	height : 40px;
	line-height : 40px;
	width : 90%;
}

.rev2but1::before {
	content : url('../images/ya.svg');
	display : block;
	position : absolute;
	width : 12px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.rev2but2::before {
	content : url('../images/google.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 4px;
}

.rev2but3::before {
	content : url('../images/gis.svg');
	display : block;
	position : absolute;
	width : 16px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 4px;
}

.rev2but4::before {
	content : url('../images/yell.svg');
	display : block;
	position : absolute;
	width : 17px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 5px;
}

.rev2but5::before {
	content : url('../images/zoon.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 5px;
}

#revruv, #revotk, #revotkform {
	display : none;
}

.revphone::before {
	content : url('../images/phone-call.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 5px;
}

.revwa::before {
	content : url('../images/whatsapp.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 4px;
}


.fox-container {
	max-width : 800px;
	width : 100%;
	margin : 0px auto;
}

.fox-container .controls {
	width : 100%!important;
	text-align : center;
}

.fox-container .controls .textarea, .fox-container .controls button {
	display : inline-block;
	width : 100%!important;
}

div#fox-container-m98 textarea {
    width : 100%!important;
}

.selectlist select {
	width : 100%;
	margin-bottom : 20px;
	height : 40px;
	line-height : 40px;
	font-size : 16px;
	text-align : center;
}

.selectlist {
	
}

.tablelist table {
	width : 70%;
	border : 1px solid #ccc;
	margin : 0px auto;
}

.tablelist table tr {
	border-bottom : 1px solid #ccc;
}

.tablelist table tr:nth-child(2n) {
	background : #FFF;
}

.tablelist table td {
	text-align : center;
	padding : 7px;
	font-size : 16px;
}

.tablelist table.tabcol2 td:nth-child(1) {
	width : 25%;
}

.tablelist table.tabcol5 td:nth-child(2) {
	width : 25%;
}

.tablelist table.tabcol5 td:nth-child(3) {
	width : 12%;
}

.tablelist table.tabcol5 td:nth-child(4) {
	width : 25%;
}

.tablelist table.tabcol5 td:nth-child(5) {
	width : 12%;
}

.boldtr td {
	font-weight : bold;
}

.reviewslist .tcenter {
	font-size : 16px;
	margin-bottom : 8px;
}

.reviewslist a {
	margin-bottom : 8px;
}

.badreview {
	color : #FF2020;
	font-weight : bold;
}

#system-message {
	text-align : center;
}

img.page-logo {
	display : block;
	max-width : 80%;
	margin : 140px auto 10px;
}

.log-form input[type=text], .log-form input[type=password], .log-form button {
	width : 300px;
}

.log-form input[type=checkbox] {
	margin-left : 5px;
}

label {
  font-weight: 400;
}

.rememb-me {
	margin-bottom : 50px;
}

.logout-form button {
	margin : 100px auto 10px;
	display : block;
}

.left-settings {
	position : absolute;
	left : 0px;
	right : 0px;
	bottom : 0px;
	height : 50px;
	color : #FFF;
	text-align : center;
	background : #006999;
	width : 100%;
}

.dark-mode .left-settings {
	background : #004979;
}

.dark-mode .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .dark-mode .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #004979;
}

.left-settings a {
	display : inline-block;
	color : #FFF;
	margin : 0 10px;
	line-height : 50px;
}

.left-settings a:hover {
	color : #ccc;
}

.dark-mode .left-settings a:not(.btn):hover {
  color: #ccc;
}

.dark-mode .navbar-white {
  background-color: #343a40;
  color: #eee;
}

.dark-mode .navbar-light .navbar-nav .nav-link {
  color: #eee;
}

.content-wrapper > .content {
  padding : 30px;
}

[class*="sidebar-dark-"] .sidebar a {
  background-color: rgba(255,255,255,.1);
  color: #FFF;
  box-shadow: none;
  transition: all 0.2s ease-in;
}

.dark-mode [class*="sidebar-dark-"] .sidebar a {
  background-color: rgba(0,0,0,.1);
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link.active {
  box-shadow: none;
  transition: all 0.2s ease-in;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: rgba(255,255,255,1);
  color: #00a2ed;
  transition: all 0.2s ease-in;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: rgba(255,255,255,.2);
  color: #fff;
  transition: all 0.2s ease-in;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
  background-color: rgba(255,255,255,.2);
  color: #fff;
}

aside .mt-2, .my-2 {
  margin-top: 20px!important;
  margin-bottom : 60px;
}

aside .nav-link {
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.4s ease-in;
  
}

.sidebar-collapse aside .nav-link {
  padding-left: 15px;
  transition: all 0.4s ease-in;
}

h2.page-title {
	margin-bottom : 20px;
}

h4.page-title {
	margin-bottom : 20px;
	font-size : 22px;
}

.sub-wrap {
	background-color: rgba(0,0,0,.05);
	padding-top : 7.5px;
	padding-bottom : 7.5px;
	margin-bottom : 20px;
	width : 100%;
}

#polgruzfizwrap {
	width : 96%;
	margin : 0px auto;
}

.sub-sub-wrap {
	padding-top : 7.5px;
	padding-bottom : 7.5px;
	width : 100%;
}

.dark-mode .sub-wrap {
	background-color: rgba(0,0,0,.2);
}

.cblink {
	color: #212529;
}

.cblink:hover {
	color: #010509;
}

.dark-mode .cblink {
	color : #FFF;
}

.dark-mode .cblink:hover {
	color : #ddd!important;
}

.zakaz-wrap input[type=text], .zakaz-wrap input[type=number], .zakaz-wrap select {
	width : 100%;
	height : 40px;
	line-height : 40px;
	padding : 0 10px;
	font-size : 16px;
	margin-bottom : 6px;
	border-radius : 5px;
	border : 1px solid #ccc;
}

.zakaz-wrap select {
	border : 2px solid #00a2ed;
}

.zakaz-wrap select:disabled {
	border : 2px solid #ccc;
	color: #aaa;
}

.zakaz-wrap label {
	font-weight : 400!important;
}

.zakaz-wrap input[type=checkbox] {
	margin-right : 6px; 
}

.checkbox-line {
	line-height : 40px;
}

h4.page-sub-title {
	margin-bottom : 15px;
}

#platgruz {
	
}

.dark-mode input, .dark-mode select {
  background: #333;
  color: #FFF;
}

.dark-mode .zakaz-wrap select:disabled {
	color: #555;
}


.zakaz-wrap a.btn {
	width : 100%;
}

.dark-mode .btn-primary {
  background-color: #006999;
  border-color: #006999;
}

.dark-mode .btn-primary:hover {
  background-color: #004979;
  border-color: #004979;
}

.btn-primary.adisabled {
    pointer-events: none;
	background-color: #ccc;
	border-color : #ccc;
	color : #666;
}

.dark-mode .btn-primary.adisabled {
    pointer-events: none;
	background-color: #444;
	border-color : #444;
	color : #999;
}

.zakaz-wrap input[type="number"] {
  border: 2px solid #00a2ed;
}

.dark-mode .zakaz-wrap input[type="number"]:disabled {
	color: #666;
	border: 2px solid #ccc;
}

.prodline {
	position : relative;
	background-color: rgba(0,0,0,.1);
	margin : 0 auto 20px;
	width : 95%;
}

.prodlinedel {
	position : absolute;
	right : 10px;
	top : 10px;
	font-size : 16px;
	cursor : pointer;
}

.prodlinedel a {
	color : #444;
	cursor : pointer;
}

.dark-mode .prodlinedel a {
	color : #ccc;
	cursor : pointer;
}

#proddesc {
	margin-bottom : 15px;
}

#prodkolall {
	margin-top : 15px;
	text-align : right;
	margin-top : 15px;
}

.coler #prodkolall {
	margin-top : 0px;
	text-align : center;
}

.zakaz-wrap textarea {
	width : 100%;
	min-height : 140px;
	border-radius : 4px;
	border: 2px solid #00a2ed;
	padding : 8px;
}

.dark-mode .zakaz-wrap textarea {
	background : #555;
	color : #FFF;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}

.textcenter {
	text-align : center;
}

.card-primary:not(.card-outline) > .card-header {
	background-color: #00a2ed;
}

.card-litegrey:not(.card-outline) > .card-header, .btn-litegrey {
	background-color: #ccd5dd;
}

.card-title {
	cursor : pointer;
	max-width : 95%;
}

.pricelink a {
	color : #444;
}

.pricelink a:hover, .pricelink:hover a {
	color: #00a2ed;
}

.video-item .page-sub-title {
	font-size : 18px;
	margin : 5px auto 15px; 
}

.instr-down {
	margin-bottom : 20px;
}

.attest .card-body li, .attest .card-body strong {
	margin-bottom : 10px;
}

.attest .card-body strong {
	display : inline-block;
}

p.strongp {
	font-weight : 600;
	margin-bottom : 8px;
}

.owntk label, .owntk input {
	display : none;
}

.width100 {
	width : 100%;
	margin-bottom : 10px;
}

.small-title {
	font-size : 13px;
	font-style : italic;
}

.default-article .techtable, .techtable.instr, .techtable.instruct {
    width: 80%;
    margin: 10px auto 30px;
}
.techtable tr:nth-child(odd) {
    background: #ccd5dd;
}
.techtable tr {
    border-bottom: 1px solid #9ca5ad;
}
.techtable tr:nth-child(1) td {
    text-align: center;
}
.techtable td {
    padding: 7px 10px;
}
.techtable.instr td:nth-child(2),.techtable.instr td:nth-child(3),.techtable.instr td:nth-child(4) {
    text-align: center;
}
.techtable.instruct td:nth-child(1),.techtable.instruct td:nth-child(2),.techtable.instruct td:nth-child(3),.techtable.instruct td:nth-child(4) {
    text-align: center;
}
.techtable.instr p {
    margin: 5px 0;
}
@media(min-width:768px){
.graco-st{
	display: inline-flex;
}
.graco-img{
	display: inline-block;
}
.graco-text{
	display: inline-block;
    margin-left: 20px;
}
.graco-st img {
    width: 150px;
	margin-bottom: 10px;
}
.graco-text-right {
    display: inline-block;
    margin-right: 20px;
}
}
@media(max-width:767px){
.graco-st img {
    width: 100%;
    margin-bottom: 25px;
}
.graco-st-mob img {
    width: 100%;
}
table.techtable.instr p, table.techtable.instruct p {
    font-size: 60%;
}
}

#polgruzfizwrapino {
	width : 100%;
}

.textcenter {
	text-align : center;
}

.links-list a.btn {
	margin-bottom : 10px;
}

.tech-data h1 {
	font-size : 24px;
	text-align : center;
	margin-top : 30px;
}

.techtable td p {
	margin : 0px;
	padding : 0px;
}

.techtablewrap {
	overflow-x : scroll;
}

.techtablewrap table td, .techtablewrap td p {
	font-size : 14px;
	line-height : 20px;
} 

.netto-tab {
	margin : 0px auto;
}

.netto-tab td, .techtable td, .techtable th {
	text-align : center;
	padding : 5px 7px;
}

.netto-tab tr {
	border-bottom : 1px solid #ccc;
}

.netto-tab-fl td {
	font-weight : bold;
	white-space: nowrap;
	padding : 7px 15px;
}

.vid-pres-wrap {
	text-align : center;
	margin-bottom : 30px;
}

.fboxcerts img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom : 10px;
}

.fboxcerts {
	text-align : center;
	display : block;
	color : #444;
}

.vid-pres-wrap iframe {
	display : block;
	margin : 0px auto 10px;
}

.dark-mode .card .card.card-litegrey, .dark-mode .card.card-litegrey {
  color: #333;
}

.dark-mode .card .card.card-litegrey .card-body, .dark-mode .card.card-litegrey .card-body {
  color: #ededed;
}

.dark-mode .fboxcerts {
  color: #dedede;
}

.dark-mode .techtable tr:nth-child(2n+1) {
  background: #333;
}

.dark-mode .pricelink a {
  color: #eee;
}

.techtable {
	margin : 0px auto 20px;
}

h3.title1 {
	font-size : 20px;
	text-align : center;
}

.mpage-d .content-wrapper {
	background : url('../images/mpagebg.jpg') bottom center no-repeat;
	display: flex;
	align-content: center;
	align-items: center;
}

.mpage-d .content-wrapper section.content {
	width : 100%;
	text-align : center;
}

.mpage-d .content-wrapper section.content img.innlogo {
	display : inline-block;
	width : 500px;
	height : auto;
	margin-bottom : 40px;
}

.mpage-d .content-wrapper section.content h1 {
	color : #FFF;
	font-size : 40px;
	line-height : 60px;
	text-align : center;
	margin-bottom : 40px;
}

.mpage-d .content-wrapper section.content a.btn-lg {
	width : 100%;
	display : block;
}

.mpage-d .content-wrapper section.content a.btn-lg {
	margin-bottom : 10px;
}
