*, *:before, *:after {
	margin:0px;
	padding:0px;
	outline:none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; 
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
	background-color: #ffffff;
	color:#333333;
	font-size:1.0rem;
	font-family:'Open Sans', Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	text-size-adjust: none;
}
/*  Desktop <= 1680 */
@media (max-width:105em){
	body {
		font-size:0.875rem;
	}
}
/*  Desktop <= 1440 */
@media (max-width:90em){
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	body {
		font-size:0.875rem;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	body {
		font-size:0.875rem;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	body {
		font-size:0.86rem;
	}
}
/* phone */
@media (max-width:27em){
	body {
		font-size:0.86rem;
	}
}
html, body {
      margin: 0;
      padding: 0;
}
table {
border-collapse:collapse;
}
.clear {
display:block;
clear:both;
height:0px;
overflow:hidden;
}
div.hr_line {
height:1px;
overflow:hidden;
margin-bottom:40px;
border-bottom:2px dotted #e5e5e5;
}
b, strong {
font-weight: 600;
}
h1, h2, h3, h4, h1 span, h2 span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h1 {
	font-size:2.0em;
	line-height: 1.2em;
	margin-bottom:1em;
}
h2 {
	font-size:2.0em;
	line-height: 1.2em;
	margin-bottom:1em;
}
h3 {
	font-size:1.5em;
	line-height: 1.2em;
	margin-bottom:1em;
}
h4 {
	font-size:1em;
	line-height:1.2em;
	margin-bottom:0.6em;
}
p {
	font-size:1em;
	line-height:1.8em;
	padding-bottom:2em;
}
p.smaller {
	font-size:0.9em;
	line-height:2em;
	padding-bottom:2em;
}
p.bigger {
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:2em;
}
/*  Desktop <= 1680 */
@media (max-width:105em){

}
/*  Desktop <= 1440 */
@media (max-width:90em){
	h1 {
		font-size:2.0em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h2 {
		font-size:2.0em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3 {
		font-size:1.5em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3.main-h {
		font-size:1.6em;
		line-height: 1.1em;
		margin-bottom:1em;
	}
	h4 {
		font-size:1em;
		line-height:1.2em;
		margin-bottom:0.6em;
	}
	p {
		font-size:1em;
		line-height:1.6em;
		padding-bottom:1.6em;
	}
	p.smaller {
		font-size:0.9em;
		line-height:1.8em;
		padding-bottom:2em;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	h1 {
		font-size:2.0em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h2 {
		font-size:2.0em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3 {
		font-size:1.4em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3.main-h {
		font-size:1.3em;
		line-height: 1.1em;
		margin-bottom:1em;
	}
	h4 {
		font-size:1em;
		line-height:1.2em;
		margin-bottom:0.6em;
	}
	p {
		font-size:1em;
		line-height:1.7em;
		padding-bottom:1.4em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	h1 {
		font-size:2.0m;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h2 {
		font-size:2.0em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3 {
		font-size:1.4em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3.main-h {
		font-size:1.3em;
		line-height: 1.1em;
		margin-bottom:1em;
	}
	h4 {
		font-size:1em;
		line-height:1.2em;
		margin-bottom:0.6em;
	}
	p {
		font-size:1em;
		line-height:1.7em;
		padding-bottom:1.4em;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	h1 {
		font-size:2.0em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h2 {
		font-size:1.6em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3 {
		font-size:1.3em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3.main-h {
		font-size:1.2em;
		line-height: 1.1em;
		margin-bottom:1em;
	}
	h4 {
		font-size:1em;
		line-height:1.2em;
		margin-bottom:0.6em;
	}
	p {
		font-size:1em;
		line-height:1.7em;
		padding-bottom:1.4em;
	}
}
/* phone */
@media (max-width:27em){
    h1 {
		font-size:1.5em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h2 {
		font-size:1.5em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3 {
		font-size:1.1em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3.main-h {
		font-size:1.2em;
		line-height: 1.1em;
		margin-bottom:1em;
	}
	h4 {
		font-size:1em;
		line-height:1.2em;
		margin-bottom:0.6em;
	}
	p {
		font-size:1em;
		line-height:1.7em;
		padding-bottom:1.4em;
	}
}


a {
color:#CD2B2B;
outline:none;
cursor:pointer;
text-decoration:underline;
}
a.nocolor {
color:#2e3133;
}
a.nocolor:hover {
color:#CD2B2B;
}
a:hover {
text-decoration:none;
}
a.noline {
text-decoration:none;
}
a.noline:hover {
text-decoration:underline;
}
a.dotted {
text-decoration:none;
border-bottom:2px dotted #CD2B2B;
}
a.dotted.nocolor {
	text-decoration:none;
	border-bottom:2px dotted #2e3133;
	}
a.dotted:hover,
a.dotted.nocolor:hover {
border-bottom:2px dotted rgba(0, 0, 0, 0);
}
a img {
border:none;
}
p {
line-height:26px;
padding-bottom:30px;
}
.txt_p {
line-height:26px;
padding-bottom:20px;
}
p.bigger {
font-size:20px;
line-height:34px;
padding-bottom:50px;
}
p.smaller {
font-size:14px;
line-height:16px;
}
@media (max-width:1024px){
p {
line-height:26px;
padding-bottom:25px;
}
p.bigger {
font-size:18px;
line-height:30px;
padding-bottom:40px;
}
p.smaller {
font-size:13px;
line-height:15px;
}
}
@media (max-width:600px){
p {
line-height:24px;
padding-bottom:20px;
}
.txt_p {
line-height:24px;
}
p.bigger {
font-size:16px;
line-height:28px;
padding-bottom:30px;
}
p.smaller {
font-size:12px;
line-height:14px;
}
}
a.more, a.back {
font-size:14px;
color:#CD2B2B;
text-decoration:none;
border-bottom:1px dotted #CD2B2B;
position:relative;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
a.back {
margin-left:10px;
}
a.more:hover, a.back:hover {
border-bottom:1px dotted transparent;
color:#CD2B2B;
}

.more:after {
content:'';
display:block;
position:absolute;
border-right:1px solid #CD2B2B;
border-bottom:1px solid #CD2B2B;
width:7px;
height:7px;
top:7px;
right:-10px;
background:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-khtml-border-radius:0;
transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.more:hover:after {
right:-15px;
}
.back:after {
content:'';
display:block;
position:absolute;
border-right:1px solid #CD2B2B;
border-bottom:1px solid #CD2B2B;
width:7px;
height:7px;
top:7px;
left:-10px;
background:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-khtml-border-radius:0;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.back:hover:after {
right:-15px;
}
/*--*/
.h_more {
font-size:20px;
line-height:25px;
font-weight:300;
color:#CD2B2B;
text-decoration:none;
border-bottom:1px dotted #CD2B2B;
position:relative;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.h_more:hover {
border-bottom:1px dotted transparent;
color:#CD2B2B;
}
.h_more:after {
content:'';
display:block;
position:absolute;
border-right:2px solid #CD2B2B;
border-bottom:2px solid #CD2B2B;
width:11px;
height:11px;
top:10px;
right:-16px;
background:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-khtml-border-radius:0;
transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease
}
.h_more:hover:after {
right:-21px;
}
@media (max-width:600px){
.h_more {
font-size:16px;
line-height:20px;
}
.h_more:after {
top:7px;
}
}
/*----------------*/
.work_area ul   {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 20px;
}
.work_area ol {
margin:0px 0px 10px 20px;
padding:0px 0px 0px 20px;
}
.work_area ul li, .work_area ol li {
margin:0px 0px 0px 0px;
padding:0px 0px 20px 24px;
line-height:24px;
position:relative;
}
.work_area ol li {
padding:0px 0px 10px 0px;
}
.work_area ul li {

}
.work_area ul li:before {
content:'';
display:block;
position:absolute;
width:6px;
height:6px;
background:#CD2B2B;
top:10px;
left:0;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
}
.work_area ul ol li:before {
display:none;
}
.work_area ul li ul {
margin:10px 0px 0px 0px;
}
.work_area ul li ol {
margin:10px 0px 0px 0px;
}
@media (max-width:1024px){
.work_area ul   {
padding:0px 0px 0px 10px;
}
.work_area ul li, .work_area ol li {
line-height:20px;
}
}

/*------------------------*/
/*.field, .text_area, .sel {
border:0;
border:2px solid #cccccc;
padding:8px;
font-size:18px;
font-weight:300;
margin-bottom:30px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
background:#ffffff;
color:#000000;
}
.inverted .field, .inverted .text_area, .inverted .sel {
border:2px solid #018470;
background:#CD2B2B;
color:#ffffff;
}
.text_area {
resize:none;
}
label {
font-size:18px;
padding-right:10px;
color:#666;
}
.inverted label {
color:#ffcb99;
}
.check {
border:1px solid #e0e0d6;
}
*/
input,
button,
textarea,
select {
	font-family: 'Montserrat', sans-serif;
}
input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select {
	display:inline-block;
	border-width:1px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-color: rgba(0, 0, 0, 0.2);
	padding:0.5rem;
	margin:0;
	font-size:1em;
	font-weight:500;
	background: rgba(255, 255, 255, 1);
	background: #ffffff;
	color: #333333;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	text-overflow:ellipsis;
	-webkit-appearance: none;
	border-radius: 4px;
	/*border-radius:2em;
	-webkit-border-radius:2em;*/
}
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: rgba(0, 0, 0, 0.3);
	background:#ffffff;
}
input[type="text"].small,
input[type="file"].small,
input[type="password"].small,
textarea.small,
select.small {
	padding:0.3em 0.5rem;
	font-size: 1.0em;
	border-radius: 3px;
}
.grey-block input[type="text"],
.grey-block input[type="file"],
.grey-block input[type="password"],
.grey-block textarea,
.grey-block select {
	background: #ffffff;
}
textarea {
	resize: vertical;
	height:10em;
}
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
input[type="password"::-moz-placeholder],
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 0.5;
}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;} 
textarea {
	resize:none;
}
label {
	display:block;
	position:relative;
	font-size:1.0em;
	line-height:1.2em;
	padding:0 0 1em 0;
	color: #333333;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
label.small {
	font-size:0.9em;
}
/*
.btn {
border:0px;
padding:8px 30px 11px 30px;
color:#ffffff;
font-size:22px;
font-weight:400;
text-align:center;
background:#CD2B2B;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
text-decoration:none;
white-space:nowrap;
-webkit-appearance: none;
cursor:pointer;
}
.btn:hover {
background:#E82424;
}
a.btn {
display:inline-block;
}
.btn.big {
padding:12px 40px 15px 40px;
font-size:26px;
}
.btn.small {
padding:3px 10px 6px 10px;
font-size:16px;
}
.btn.x_small {
display:inline-block;
vertical-align:middle;
padding:0 5px;
font-size:14px;
height:26px;
line-height:25px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
.inverted .btn {
background:#018470;
}
.inverted .btn:hover {
background:#008974;
}
.btn.trans {
background:transparent;
color:#CD2B2B;
border:1px solid #CD2B2B;
}
.inverted .btn.trans {
color:#94bb45;
border:1px solid #94bb45;
}
.btn.trans:hover {
color:#ffffff;
background:#CD2B2B;
}
.center_btn {
display:inline-block;

margin:0 auto 50px;
}
@media (max-width:600px){
.btn {
padding:8px 20px 11px 20px;
font-size:20px;
}
.btn.small {
padding:4px 15px 7px 15px;
font-size:16px;
}
.btn.big {
padding:12px 30px 15px;
font-size:24px;
}
}
@media (max-width:480px){
.btn.big {
padding:12px 20px 15px;
font-size:22px;
}
}
*/
/*------------- btn ---------------------*/
.btn {
	display:inline-block;
	position:relative;
	padding:0.8em 1.4em;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:1.125em;
	font-weight:600;
	text-transform: none;
	text-align:center;
	border-width:2px;
	border-style:solid;
	border-radius:4px;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	text-decoration:none;
	white-space:nowrap;
	-webkit-appearance: none;
	background:#CD2B2B;
	border-color:#CD2B2B;
	cursor:default;
	box-shadow:0 0 10px rgba(0,0,0,0);
	cursor: pointer;
	min-width: 10em;
	}
	.btn:hover {
	background:#E82424;
	border-color:#E82424;
	box-shadow:0 0 10px rgba(0,0,0,0);
	}
	.btn.grey {
		background:#9BA1A4;
		border-color:#9BA1A4;
	}
	.btn.grey:hover {
		background:#A8AEB0;
		border-color:#A8AEB0;
	}
	.btn.red {
		background:#c1272d;
		border-color:#c1272d;
	}
	.btn.red:hover {
		background:#db2a31;
		border-color:#db2a31;
	}
	.btn.i-left {
	padding-left:2.7em;
	}
	.btn.i-right {
	padding-right:2.7em;
	}
	.btn.small {
		font-size: 0.85em;
		font-weight: 600;
		border-width:2px;
		padding-top:0.4em;
		padding-bottom:0.4em;
		min-width: 5em;
		border-radius: 3px;
	}
	.btn.big {
	font-size:1.4em;
	border-width:3px;
	}
	.btn.trans {
	background:transparent;
	color:#CD2B2B;
	}
	.btn.trans:hover {
	color:#ffffff;
	background:#E82424;
	border-color:#E82424;
	}
	.btn.trans.grey {
	background:transparent;
	color:#9BA1A4;
	border-color:#9BA1A4;
	}
	.btn.trans.grey:hover {
	background:#9BA1A4;
	color:#ffffff;
	opacity:1;
	border-color:#9BA1A4;
	}
	.btn.trans.red {
	background:transparent;
	color:#f46262;
	border-color:#f46262;
	}
	.btn.trans.red:hover {
	background:#ec4949;
	color:#ffffff;
	opacity:1;
	border-color:#ec4949;
	}
	.btn.trans.white {
	background:transparent;
	color:#ffffff;
	border-color:#ffffff;
	}
	.btn.trans.white:hover {
	background:#c1272d;
	color:#ffffff;
	opacity:1;
	border-color:#c1272d;
	}
	.btn.i-left:before,
	.btn.i-right:before {
	display:inline-block;
	position:absolute;
	top:55%;
	font-size:1.4em;
	line-height:0;
	width:2.2em;
	background:rgba(0,0,0,0.5);
	vertical-align:middle;
	left:0;
	text-align:center;
	}
	.btn.i-right:before {
	left:auto;
	right:0;
	}
	.btn.small.i-left:before,
	.btn.small.i-right:before {
		top:58%;
	}
	.btn.big.i-left:before,
	.btn.big.i-right:before {
		top:56%;
	}
	/* Tablet landscape */
	@media (max-width:75em) and (max-height:56em) {
		.btn {
			font-size:1.0em;
		}
	}
	/* Tablet portrait */
	@media (max-width:64em) and (orientation: portrait) {
		.btn {
			font-size:1.0em;
		}
	}
	/* large phone landscape */
	@media (max-width:56em) and (max-height:27em) {
		.btn {
			font-size:1.0em;
		}
	}
	/* phone */
	@media (max-width:27em){
		.btn {
			font-size:1.0em;
		}
	}
/*------------------------------------*/
.form_block {
position:relative;
}
.form_block p.req:before {
content: "* ";
color:#CD2B2B;
}
.form_block .f_input {
	display:block;
	position:relative;
}
.form_block label {

}
.form_block label.req:after {
content: " *";
color:#CD2B2B;
}
/*.form_block .f_input {
position:relative;
float:left;
width:70%;
padding-bottom:25px;
}*/
.form_block .f_input.half_size {
width:35%;
}
.form_block .f_input.f_error {
padding-bottom:0;
}
.form_block .f_input input[type="text"],
.form_block .f_input input[type="file"],
.form_block .f_input input[type="password"],
.form_block .f_input textarea,
.form_block .f_input select {
	display:block;
	width:100%;
}
.form_block .f_input .calToggle {
	position:absolute;
	top:50%;
	right:0.2em;
	transform: translateY(-50%);
	font-size:1.5em;
	color: #9BA1A4;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	cursor:pointer;
	text-decoration: none;
}
.form_block .f_input .calToggle:hover {
	color:#CD2B2B;
}
.form_block .f_input .calToggle img {
	display: none;
}
.form_block .f_input .calToggle::before {
	content: '\e807';
	font-family: "ecg" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--*/
.form_block .f_input .error,
.form_block .f_check .error {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	color:#ee3030;
	font-weight:400;
	display:none;
	font-size:0.8em;
	line-height:1em;
	min-height:2em;
	padding:0.5em 0 0 0;
	text-align: left;
}

.form_block .f_input.warning .error,
.form_block .f_check.warning .error {
	color:#C60;
}

.form_block .f_check .error {
}
.form_block .f_input .error:before {
	content:'';
	display:none;
	position:absolute;
	border-color:#ee3030 transparent transparent transparent;
	border-style:solid;
	border-width:0.5em;
	top:0;
	left:2.0em;
}
.form_block.inverted .f_input .error {
	color:#bc3610;
}
.form_block .f_input.f_error .error,
.form_block .f_check.f_error .error{
	display:block;
}
.form_block .f_error input[type="text"],
.form_block .f_error input[type="password"],
.form_block .f_error textarea {
	background:#ffc5c5;
	border-color:#ee3030;
}
.form_block .f_error input[type="text"]:focus,
.form_block .f_error input[type="password"]:focus,
.form_block .f_error textarea:focus {
	background: #ebf2f6;
	border-color:#CD2B2B;
}

.form_block .f_error.warning input[type="text"],
.form_block .f_error.warning input[type="password"],
.form_block .f_error.warning textarea {
	background:#FFC;
	border-color:#F60;
}
.form_block .f_error.warning input[type="text"]:focus,
.form_block .f_error.warning input[type="password"]:focus,
.form_block .f_error.warning textarea:focus {
	background:#FFC;
	border-color:#F60;
}

.form_block .f_error input[type="text"]:focus + div.error,
.form_block .f_error input[type="password"]:focus + div.error,
.form_block .f_error textarea:focus + div.error {
	opacity:0;
}
/*--*/
.form_block .f_check,
.form_block .f_radio {
	display:block;
	position:relative;
	min-height: 2.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*margin-bottom:0.5rem;*/
}
.form_block .f_check.small,
.form_block .f_radio.small {
	min-height: 1.75rem;
}
.form_block .f_check.plain,
.form_block .f_radio.plain {
	min-height: 1.0rem;
	display: inline-block;
}
.form_block .f_check label,
.form_block .f_radio label {
	display:inline-block;
	position:relative;
	width:auto;
	float:none;
	padding-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.form_block .f_check label a,
.form_block .f_radio label a {
	color: #CD2B2B;
	text-decoration:none;
	border-bottom:2px dotted #CD2B2B;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.form_block .f_check label a:hover,
.form_block .f_radio label a:hover {
	color:#CD2B2B;
	border-bottom:2px dotted rgba(255,255,255,0);
}
.form_block .f_check label span,
.form_block .f_radio label span {
	display:inline-block;
	position:relative;
	padding-left:2rem;
	z-index:2;
	min-height: 1rem;
}
.form_block .f_check.plain label span,
.form_block .f_radio.plain label span {
	padding-left:0rem;
	min-width: 1rem;
	z-index: unset;
}
.form_block .f_check label span:before,
.form_block .f_radio label span:before {
	content:'';
	display:block;
	position:absolute;
	top:3px;
	top:50%;
	transform: translateY(-50%);
	left:0px;
	width:1.25rem;
	height:1.25rem;
	border:0;
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.2);
	border-radius: 4px;
}
.form_block .f_check.plain label span:before {
	width:1.0rem;
	height:1.0rem;
	border-radius: 3px;
}
.form_block .f_check.f_error label span:before {
	border-color: #f25555;
}
.form_block .f_check.f_error label + div.error {
}
.grey-block .f_check label span:before,
.grey-block .f_radio label span:before {
	background: #ffffff;
	border-width: 0 !important;
}
.form_block .f_check.f_error label span:before {
}
.form_block .f_radio label span:before {
	border-radius:50%;
}
.form_block .f_check label span:after {
	content:'';
	display:block;
	position:absolute;
	top:45%;
	left:0.4rem;
	width:0.8rem;
	height:0.4rem;
	border-width:0 0 3px 3px;
	border-color:transparent;
	border-style:solid;
	transform: rotate(-45deg) translateY(-50%); 
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.form_block .f_check.plain label span:after {
	top:43%;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.4rem;
}
.form_block .f_radio label span:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:0.25rem;
	width:0.75rem;
	height:0.75rem;
	background:none;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	border-radius:100%;
}
.form_block .f_check input,
.form_block .f_radio input {
	display:block;
	position:absolute;
	z-index:3;
	width:1.25rem;
	height:1.25rem;
	top:50%;
	transform: translateY(-50%);
	left:0;
	opacity:0;
}
.form_block .f_check.plain input,
.form_block .f_radio.plain input {
	width:1.0rem;
	height:1.0rem;
	z-index: unset;
	opacity: 0;
}
.form_block .f_check input:checked + span,
.form_block .f_radio input:checked + span {
	color:#333333;
}
.form_block .f_check input:checked + span:before {
	background: #CD2B2B;
	border-color: #CD2B2B;
}
.form_block .f_radio input:checked + span:before {
	border-color: #079ca0;
}
.form_block .f_check input:checked + span:after {
	border-color:#ffffff;
}
.form_block .f_radio input:checked + span:after {
	background:#ffffff;
	background: #079ca0;
}
/*.form_block .f_check,
.form_block .f_radio {
	display:block;
	position:relative;
	margin-bottom:1.25em;
}
.form_block .f_check label,
.form_block .f_radio label {
	display:inline-block;
	position:relative;
	width:auto;
	float:none;
	padding-bottom: 0;
}
.form_block .f_check label a,
.form_block .f_radio label a {
	color: #0071bc;
	text-decoration:none;
	border-bottom:2px dotted #0071bc;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.form_block .f_check label a:hover,
.form_block .f_radio label a:hover {
	color:#0071bc;
	border-bottom:2px dotted rgba(255,255,255,0);
}
.form_block .f_check label span,
.form_block .f_radio label span {
	display:inline-block;
	position:relative;
	color: #576c78;
	font-weight:400;
	padding-left:2em;
	z-index:2;
}
.form_block .f_check label span:before,
.form_block .f_radio label span:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0px;
	width:1.25em;
	height:1.25em;
	border:0;
	background: #ebf2f6;
}
.form_block .f_check.f_error label span:before {
	background: #ffc5c5;
}
.form_block .f_check.f_error label + div.error {
}
.grey-block .form_block .f_check label span:before,
.grey-block .form_block .f_radio label span:before {
	background: #ffffff;
}
.form_block .f_check.f_error label span:before {
}
.form_block .f_radio label span:before {
	border-radius:20px;
}
.form_block .f_check label span:after {
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:3px;
	width:14px;
	height:8px;
	border-width:0 0 4px 4px;
	border-color:transparent;
	border-style:solid;
	transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.form_block .f_radio label span:after {
	content:'';
	display:block;
	position:absolute;
	top:0.37em;
	left:0.35em;
	width:0.50em;
	height:0.50em;
	background:none;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	border-radius:100%;
}
.form_block .f_check input,
.form_block .f_radio input {
	display:block;
	position:absolute;
	z-index:3;
	width:1.25em;
	height:1.25em;
	top:0.3em;
	left:2.2em;
	opacity:0;
}
.form_block .f_check input:checked + span,
.form_block .f_radio input:checked + span {
	color: #576c78;
	font-weight:400;
}
.form_block .f_check input:checked + span:before,
.form_block .f_radio input:checked + span:before {
	background: #ebf2f6;
}
.form_block .f_check input:checked + span:after {
	border-color:#0071bc;
}
.form_block .f_radio input:checked + span:after {
	background:#0071bc;
}*/
/*--*/
.form_block ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.form_block ul li {
	margin: 0;
	padding: 0;
	line-height: inherit;
	display: block;
	/*margin-bottom:2em;*/
}
.form_block ul li::before {
	display: none;
}
.form_block ul.cols {
	display: -ms-grid;
	display:grid;
	grid-column-gap: 2em;
	grid-row-gap: 2em;
	margin: 0;
}
.form_block ul.cols li {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form_block ul.cols.linked {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0.5rem;
	border-radius: 4px;
}
.form_block ul.cols.small {
	display: -ms-grid;
	display:grid;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}
.form_block ul.cols-2 {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;

}
.form_block ul.cols-3 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
.form_block ul.cols-4 {
	   -ms-grid-columns: 1fr 1fr 1fr 1fr;
	   grid-template-columns: 1fr 1fr 1fr 1fr;
}
.form_block ul.cols-2 li,
.form_block ul.cols-4 li {
	padding: 0;
}
.form_block ul.cols-2 li.block {
	grid-column-start: 1;
	grid-column-end: 3;
}
.form_block ul.cols-3 li.block {
	grid-column-start: 1;
	grid-column-end: 4;
}
.form_block ul.cols-4 li.block {
	grid-column-start: 1;
	grid-column-end: 5;
}
.form_block ul li.ctr {
	text-align: center;
}
.form_block ul li .submit-btns {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
}
.form_block ul li .submit-btns .btn {
	min-width: 10rem;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.form_block ul.cols-4 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.form_block ul.cols-4 li.block {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.form_block ul.cols-2 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.form_block ul.cols-2 li.block {
		grid-column-start: 1;
		grid-column-end: 2;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.form_block ul li {
		margin-bottom:1.5rem;
	}
	.form_block ul.cols {
		grid-column-gap: 1.5rem;
		grid-row-gap: 1.5rem;
	}
.form_block ul.cols-2,
.form_block ul.cols-3,
.form_block ul.cols-4 {
	   -ms-grid-columns: 1fr;
	   grid-template-columns: 1fr;
   }
   .form_block ul.cols-2 li.block,
   .form_block ul.cols-3 li.block,
   .form_block ul.cols-4 li.block {
		grid-column-start: 1;
		grid-column-end: 2;
	}
}
/* phone */
@media (max-width:27em){
	.form_block ul li {
		margin-bottom:1.5rem;
	}
	.form_block ul.cols {
		grid-column-gap: 1.5rem;
		grid-row-gap: 1.5rem;
	}
.form_block ul.cols-2,
.form_block ul.cols-3,
.form_block ul.cols-4 {
	   -ms-grid-columns: 1fr;
	   grid-template-columns: 1fr;
   }
   .form_block ul.cols-2 li.block,
   .form_block ul.cols-3 li.block,
   .form_block ul.cols-4 li.block {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.form_block ul li .submit-btns .btn {
		min-width: unset;
	}
}
/*--------------fancySelect ------*/
div.fancy-select {
	position: relative;
	font-weight: normal;
	color:#000000;
	margin-bottom:0px;
	width:auto;
	text-align:left;
}
div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}
div.fancy-select div.trigger {
	cursor: pointer;
	padding:0.5rem 2.0rem 0.5rem 0.5rem;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	position: relative;
	background: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	color: #576c78;
	color: #333333;
	width: 100%;
    -webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	/*z-index:40;*/
	font-size:1em;
	line-height: 1.25em;
	font-weight:500;
}
.sel-small div.fancy-select div.trigger {
	padding:0.3rem 3.0rem 0.3rem 0.5rem;
	font-size: 1.0em;
	border-radius:3px;
}
.sel-rounded div.fancy-select div.trigger {
	/*border-radius:2em;
	-webkit-border-radius:2em;
	border-width:0;
	border-bottom:0px;*/
}
div.fancy-select div.trigger {
}
.grey_block div.fancy-select div.trigger {
	background-color:rgba(255,255,255,1);
}
.f_error div.fancy-select div.trigger {
	/*border-bottom:2px solid #c1272d;
	background:#ffe674;*/
}
div.fancy-select.disabled div.trigger {
    background:#fff;
	color:#eee;
	cursor:default;
}
div.fancy-select div.trigger:after {
	content:'';
	display:block;
	position:absolute;
	border-right:2px solid #9BA1A4;
	border-bottom:2px solid #9BA1A4;
	width:0.65rem;
	height:0.65rem;
	top:50%;
	right:0.75rem;
	background:none;
	transform: translateY(-75%) rotate(45deg); 
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.sel-small div.fancy-select div.trigger:after {
	width:0.6em;
	height:0.6em;
	right:1.0em;
}
div.fancy-select.disabled div.trigger:after {
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
}
div.fancy-select div.trigger.open {
	background: #CD2B2B;
	/*border-bottom:2px solid #c1272d;*/
	color: #ffffff;
	box-shadow: none;
}
.filter div.fancy-select div.trigger.open,
.filter_select div.fancy-select div.trigger.open {
	background:none;
	color: #8a9193;
}
div.fancy-select div.trigger.open:after {
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
}
.filter div.fancy-select div.trigger.open:after,
.filter_select div.fancy-select div.trigger.open:after {
	border-right-color:#c1272d;
	border-bottom-color:#c1272d;
}
div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 500;
	max-height: 0px;
	overflow: auto;
	background: #ffffff;
	border-top: 0px solid #7DD8D2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 0;
	border-radius: 4px;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
.sel-up div.fancy-select ul.options {
	top:auto;
	bottom:110%;
}
.sel-rounded div.fancy-select ul.options {
/*border-radius:1em;
	-webkit-border-radius:1em;*/
}
div.fancy-select ul.options.open {
	visibility: visible;
	top: 100%;
	opacity: 1;
	max-height: 200px;
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
.sel-up div.fancy-select ul.options.open {
	top:auto;
	bottom:100%;
}
div.fancy-select ul.options li {
	float:none !important;
	width:auto !important !important;
	padding: 8px 16px !important;
	color: #332c12;
	cursor: pointer;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
	display:none !important;
	}
div.fancy-select ul.options li.hover {
	color: #CD2B2B;
	background:#f4f6f8; 
}


/*----*/
.wrap {
/*overflow:hidden;*/
margin:auto;
max-width:2560px;
background:#ffffff;
}
.pdd {
padding:0 2em;
}
.container {
margin:auto;
position:relative;
/*max-width:2560px;*/
}
.std {
padding:100px 0;
}

.left {
float:left;
}
.right {
float:right;
}
.bged {
max-width:1700px;
margin:auto;
}
.work_area {
}
.fullscreen {
z-index:100;
}
.grey-block {
	box-shadow: 0 0 20px rgba(0,0,0,0);
	background-color:#DDE1E3;
	border-radius: 4px;
	padding:2em;
	margin-bottom: 2em;
}
.grey_block {
position:relative;
background:#f5f5f5;
/*border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;*/
padding:30px;
margin-bottom:30px;
}
.grey_block p:last-of-type {
padding-bottom:0;
}
.grey_block.tip.bottom:before {
content:'';
display: block;
height: 0;
width: 0;
position: absolute;
bottom:-60px;
left:50%;
border-color:#f5f5f5 transparent transparent transparent ;
border-style: solid;
border-width: 30px;
margin-left:-30px;
z-index:2;
}
.whiteout {
display:none;
position:fixed;
top:0;
left:0;
width:100%;
background:#ffffff;
background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
z-index:999;
}
.whiteout .content {
position:relative;
margin:auto;
width:400px;
padding-top:25%;
}
.whiteout.video_wrap .content {
position:absolute;
margin:-357px 0 0 -600px;
width:1200px;
height:714px;
top:50%;
left:50%;
padding-top:0;
}
.whiteout.video_wrap .content video {
width:100%;
height:100%;
}
.whiteout .content.pic {
position:absolute;
margin:auto;
width:100%;
height:100%;
top:0;
padding-top:0;
padding:20px;
}
.whiteout .content.pic img {
display:block;
margin:auto;
max-height:100%;
max-width:100%;
}
.whiteout .close {
display:block;
position:absolute;
right:30px;
top:30px;
text-decoration:none;
font-size:50px;
color:#999999;
line-height:40px;
opacity:0.8;
cursor:pointer;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.whiteout .close:hover {
opacity:1;
}
.whiteout.video_wrap .content .video-container {
    height: 0;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.txt_pic {
max-width:100%;
}
@media (max-width:1366px){
.whiteout.video_wrap .content {
margin:-265px 0 0 -445px;
width:890px;
height:530px;
}
}
@media (max-width:1280px){
.std {
padding:70px 0;
}
}
@media (max-width:1024px){
.std {
padding:50px 0;
}
.left_col {
width:60%;
}
.right_col {
width:35%;
}
.whiteout.video_wrap .content {
margin:-238px 0 0 -400px;
width:800px;
height:476px;
}
}
@media (max-width:800px){
.container {

}
.pdd {
padding:0 25px 0 25px;
}
.std {
padding:50px 0;
}
.left_col,
.right_col {
width:auto;
float:none;
}
.cols .left_col {
position:relative;
float:left;
width:50%;
padding:0 25px 0 25px;
}
.cols .right_col {
position:relative;
float:right;
width:50%;
padding:0 25px 0 25px;
}
.whiteout.video_wrap .content {
margin:-202px 0 0 -340px;
width:680px;
height:404px;
}
}
@media (max-width:600px){
.pdd {
padding:0 20px 0 20px;
}
.std {
padding:30px 0;
}
.grey_block {
padding:20px;
}
.cols .left_col {
padding:0 20px 0 20px;
}
.cols .right_col {
padding:0 20px 0 20px;
}
.whiteout.video_wrap .content {
margin:-143px 0 0 -240px;
width:480px;
height:286px;
}
}
@media (max-width:480px){
.whiteout.video_wrap .content {
margin:0 0 0 -190px;
width:380px;
height:100%;
top:0;
}
}
@media (max-width:360px){
.pdd {
padding:0 15px 0 15px;
}
.whiteout {
padding:30px 20px 20px 20px;
border-bottom:1px solid #ccc;
}
.whiteout .content {
margin:auto;
width:auto;
padding:0;
}
.whiteout .close {
right:20px;
top:10px;
font-size:30px;
line-height:30px;
}
.whiteout.video_wrap .content {
margin:-120px 0 0 0;
width:100%;
height:286px;
left:0;
top:50%;
}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.wrap {
		overflow: hidden;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.wrap {
		overflow: hidden;
	}
}
/*-----------------------------------------------------------------*/
.login_form p {
padding-bottom:10px;
line-height:20px;
text-align:center;
}
.login_form .btn {
display:block;
margin:auto;
margin-bottom:20px;
}
.login_form .enter_error {
position:relative;
float:left;
font-size:18px;
line-height:20px;
margin:0 0 20px 35px;
}
.login_form .enter_error:before {
content:'!';
font-weight:600;
text-align:center;
text-indent:-2px;
font-size:18px;
line-height:25px;
display: block;
height: 0;
width: 0;
position: absolute;
top:-22px;
left:-25px;
border-color:transparent transparent #ffb400  transparent ;
border-style: solid;
border-width:22px 14px 22px 14px;
margin-left:-10px;
z-index:2;
}
@media (max-width:360px){
.login_form .btn {
font-size:16px;
padding:6px 20px 9px 20px;
}
}
/*----------------------------------------------------------------------*/
.top-controls {
	display:none;
	position: fixed;
	z-index: 5;
	left:0;
	top:0;
	height: 4rem;
	width:100%;
	padding:0;
	background-color: #262729;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
}
.top-controls .content {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-controls .logo {
	position: relative;
	width: 9rem;
	height: 3rem;
}
.top-controls .logo img {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
.menu-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	width:4rem;
	height:4rem;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.menu-btn:hover {
	color: rgba(0, 0, 0, 0.75);
}
.topbar .menu-btn,
.top-controls .menu-btn {
	color: rgba(255, 255, 255, 0.5);
}
.topbar .menu-btn:hover,
.top-controls .menu-btn:hover {
	color: rgba(255, 255, 255, 1);
}
.topbar .menu-btn input {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.left-open .top-controls .menu-btn,
.right-open .top-controls .menu-btn,
.left-open .topbar .menu-btn {
	color:#CD2B2B;
}
.menu-btn::before {
	font-size:1.8rem;
}

/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.top-controls {
		display:block;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
    .top-controls {
		display:block;
	}
}
/*--------------------------------------------------------------------*/
.topbar,
.right-open .topbar {
	position: fixed;
	z-index: 5;
	left:0;
	top:0;
	height: 10em;
	height: auto;
	/*background-color: rgba(0,0,0,.1);
	background-color: #DDE1E3;*/
	width:100%;
	padding:0;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	transform:none;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.topbar .content {
	position: relative;
	height: 100%;
	width:100%;
	padding:0;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	/*display: -ms-grid;
  	display:grid;
  	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
  	grid-column-gap: 0;
	grid-row-gap: 1em;*/
}
.topbar .content .top {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items:center;
	height:4rem;
	background-color: #262729;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.topbar.header--hidden .content .top {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.topbar .content .left-top {
	display: flex;
	align-items: center;
	width: 15rem;
}
.topbar .content .logo {
	position: relative;
	width: 9rem;
	height: 3rem;
}
.topbar .content .logo img {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
  }
.topbar .content .search {
	position:relative;
	flex-grow: 1;
	/*left:2em;
	top:50%;
	transform: translateY(-50%);*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index:11;
	padding: 0 2rem;
}
.topbar .content .search .icon-search {
	position:relative;
	display: flex;
	background-color:rgba(255, 255, 255, 0.2);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 4px;
	padding:2px;
	width:100%;
}
.topbar .content .search .icon-search::before {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	z-index: 1;
	top:0;
	right:2px;
	width: 2.5rem;
	font-size: 2rem;
	color: rgba(255, 255, 255, 1);
}
.topbar .content .search input[type="text"] {
	display:inline-block;
	width:auto;
	margin:0;
	border:none;
	background-color: rgba(0, 0, 0, 0);
	flex-grow: 4;
	font-size:1em;
	color: #ffffff;
}
.topbar .content .search input[type="submit"] {
	width: 2.5rem;
	position: relative;
	z-index: 3;
	opacity: 0;
}
.topbar .content .search .s_btn {
	display:block;
	position:absolute;
	top:0;
	right:5px;
	border:none;
	background: url(/img16/search_icon.png) center center no-repeat;
	width:30px;
	height:30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.topbar .content .search .s_btn:hover {
	opacity:0.7;
}
/*--*/
.topbar .content .auth {
	flex-shrink: 0;
	/*position: absolute;
	right:2em;
	top:50%;
	transform: translateY(-50%);*/
}
.topbar .content .auth .auth-content {
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.topbar .content .auth .icon-user {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	column-gap: 1rem;
	color: #ffffff;
	font-weight:600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topbar .content .auth .icon-user::before {
	display: inline-block;
	vertical-align: middle;
	width:2rem;
	height:2rem;
	overflow: hidden;
	border-radius: 100%;
	background-color: #CD2B2B;
	text-align: center;
	font-size:1.5em;
	line-height: 1.6em;
	color: #ffffff;
}
.topbar .content .menu {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.topbar .content .menu ul {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-color: rgba(0,0,0,.05);
	background: #9BA1A4;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.topbar.header--hidden .content .menu ul {
	transform: translateY(-100%);
}
.topbar .content .menu ul li {
	display: inline-block;
}
.topbar .content .menu ul li a {
	display: block;
	position: relative;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.0);
	padding:1em 2em;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.topbar .content .menu ul li a::before {
	content: '+';
	display: inline-block;
	vertical-align: middle;
	border:2px solid #ffffff;
	border-radius: 100%;
	width:1em;
	height: 1em;
	overflow: hidden;
	line-height: 0.7em;
	margin-right: 0.5em;
	font-weight: 700;
	color: #9BA1A4;
	background: #ffffff;
}

.topbar .content .menu ul li a:hover {
background-color: #6586a8;
}
.topbar .content .menu ul li a.active {
	background-color:#CD2B2B;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.topbar {
		position: fixed;
		z-index: 3;
		left:auto;
		right:0;
		top:0;
		height: 100%;
		width:50%;
		padding:0;
		background: #424242;
		overflow-y: auto;
		transform:translateX(100%);
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	}
	.right-open .topbar {
		position: fixed;
		z-index: 3;
		left:auto;
		right:0;
		top:0;
		height: 100%;
		width:50%;
		padding:0;
		background: #424242;
		overflow-y: auto;
		transform:translateX(0%);
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	}
	.topbar .content {
		position: relative;
		height: auto;
		padding-top: 4rem;
	}
	.topbar .content .top {
		position: relative;
		z-index: 3;
		display: flex;
		width: 100%;
		flex-direction: column;
		row-gap: 2rem;
		padding:2rem;
		background: none;
		height: auto;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	}
	.topbar.header--hidden .content .top {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	}
	.topbar .content .left-top {
		display: none;
	  }
	.topbar .content .search {
		position: relative;
		left:auto;
		top:auto;
		transform: none;
		width:100%;
		padding: 0;
	}
	.topbar .content .auth {
		position:relative;
		top:auto;
		right:auto;
		transform: none;
		padding:0;
		width: 100%;
	}
	.topbar .content .auth .icon-user {
		/*position: relative;
		display: inline-block;
		margin-right: 1em;
		color: #ffffff;
		font-weight:600;*/
		flex-direction: row;
	}
	.topbar .content .auth .auth-content .menu-btn {
		transform: translateX(1rem);
	}
	.topbar .content .auth .icon-user::before {
		/*display: inline-block;
		vertical-align: middle;
		margin-right: 0.4em;
		width:2rem;
		height:2rem;
		overflow: hidden;
		border-radius: 100%;
		background-color: #ffffff;
		text-align: center;
		font-size:1.5em;
		line-height: 1.6em;
		color: #9BA1A4;*/
	}
	.topbar .content .auth .btn {
		border-color:#ffffff;
		color:#ffffff;
	}
	.topbar .content .menu ul {
		display: block;
		position: relative;
		top:auto;
		left:auto;
		width:auto;
		border-bottom:1px solid rgba(255, 255, 255, 0.2);
	}
	.topbar.header--hidden .content .menu ul {
		transform: none;
	}
	.topbar .content .menu ul li {
		display: block;
	}
	.topbar .content .menu ul li a {
		height: auto;
		text-align: left;
		padding:1.5em 2em;
		border-top:1px solid rgba(255, 255, 255, 0.2);
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.topbar {
		position: fixed;
		z-index: 3;
		left:auto;
		right:0;
		top:0;
		height: 100%;
		width:50%;
		padding:0;
		background: #424242;
		overflow-y: auto;
		transform:translateX(100%);
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	}
	.right-open .topbar {
		position: fixed;
		z-index: 3;
		left:auto;
		right:0;
		top:0;
		height: 100%;
		width:50%;
		padding:0;
		background: #424242;
		overflow-y: auto;
		transform:translateX(0%);
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	}
	.topbar .content {
		position: relative;
		height: auto;
		padding-top: 4rem;
	}
	.topbar .content .top {
		position: relative;
		z-index: 3;
		display: flex;
		width: 100%;
		flex-direction: column;
		row-gap: 2rem;
		padding:2rem;
		background: none;
		height: auto;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	}
	.topbar.header--hidden .content .top {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
	}
	.topbar .content .left-top {
		display: none;
	  }
	.topbar .content .search {
		position: relative;
		left:auto;
		top:auto;
		transform: none;
		width:100%;
		padding: 0;
	}
	.topbar .content .auth {
		position:relative;
		top:auto;
		right:auto;
		transform: none;
		padding:0;
		width: 100%;
	}
	.topbar .content .auth .icon-user {
		/*position: relative;
		display: inline-block;
		margin-right: 1em;
		color: #ffffff;
		font-weight:600;*/
		flex-direction: row;
	}
	.topbar .content .auth .auth-content .menu-btn {
		transform: translateX(1rem);
	}
	.topbar .content .auth .icon-user::before {
		/*display: inline-block;
		vertical-align: middle;
		margin-right: 0.4em;
		width:2rem;
		height:2rem;
		overflow: hidden;
		border-radius: 100%;
		background-color: #ffffff;
		text-align: center;
		font-size:1.5em;
		line-height: 1.6em;
		color: #9BA1A4;*/
	}
	.topbar .content .auth .btn {
		border-color:#ffffff;
		color:#ffffff;
	}
	.topbar .content .menu ul {
		display: block;
		position: relative;
		top:auto;
		left:auto;
		width:auto;
		border-bottom:1px solid rgba(255, 255, 255, 0.2);
	}
	.topbar.header--hidden .content .menu ul {
		transform: none;
	}
	.topbar .content .menu ul li {
		display: block;
	}
	.topbar .content .menu ul li a {
		height: auto;
		text-align: left;
		padding:1.5em 2em;
		border-top:1px solid rgba(255, 255, 255, 0.2);
	}
}
/* phone */
@media (max-width:27em){
	.topbar {
		width:100%;
	}
	.right-open .topbar {
		width:100%;
	}
}
/*--------------------------------------------------------------------*/
.sidebar {
	position: fixed;
	z-index: 1;
	left:0;
	top:0;
	height: 100%;
	background-color: #DDE1E3;
	width:15rem;
	padding:0;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.left-open .sidebar {
	transform: translateX(-100%);
}
.sidebar .content {
	position: relative;
	height: 100%;
	width:100%;
	padding:0;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	display: flex;
	flex-direction: column;
	padding-top: 4rem;
}
/*--*/
.sidebar .content .top {
	display: block;
	position: relative;
	left:0;
	top: 0;
	width:100%;
	height: 8em;
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
	grid-row: 1;
}
.sidebar .content .top .logo {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:75%;
}
.sidebar .content .top .logo img {
	max-width:100%;
}
/*--*/
.sidebar .content .center {
	display: block;
	position: relative;
	left:0;
	top: 0;
	overflow: auto;
	vertical-align: top;
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
	grid-row: 2;
	margin:0;
}
/*--*/
.side_menu {
	position:relative;
	margin-left:0;
	font-family: 'Montserrat', sans-serif;
	}
	.side_menu ul   {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
	}
	.side_menu ul li {
	margin:0;
	padding:0;
	/*line-height:24px;*/
	position:relative;
	/*border-bottom:1px solid rgba(255, 255, 255, 0);*/
	}
	.side_menu ul li.active {
		background-color: rgba(255, 255, 255, 0.3);
	}
	.side_menu ul li.open:before {
		content:'';
		display: inline-block;
		position: absolute;
		top:0;
		left:0;
		width:4px;
		height: 100%;
		background: #CD2B2B;;
	}
	.side_menu ul li ul li {
	border-bottom:none;
	border-left: none;
	}
	.side_menu ul li ul {
	padding:0;
	}
	
	/*.side_menu ul li.open ul,
	.side_menu ul li.open ul li.open ul,
	.side_menu ul li.open ul li.open ul li.open ul,
	.side_menu ul li.open ul li.open ul li.open ul li.open ul,
	.side_menu ul li.open ul li.open ul li.open ul li.open ul li.open ul {
	display:block;
	}
	.side_menu ul li.open ul ul,
	.side_menu ul li.open ul li.open ul ul,
	.side_menu ul li.open ul li.open ul li.open ul ul,
	.side_menu ul li.open ul li.open ul li.open ul li.open ul ul,
	.side_menu ul li.open ul li.open ul li.open ul li.open ul li.open ul ul {
	display:none;
	}
	*/
	.side_menu ul li:before {
	display:none;
	}
	.side_menu ul li a {
		display:flex;
		position:relative;
		text-decoration:none;
		color:rgba(0, 0, 0, 0.75);
		font-size:1em;
		font-weight:600;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		cursor:pointer;
	}
	.side_menu ul li ul li a {
		font-weight:400;
	}
	.side_menu ul li a:hover {
		color:rgba(0, 0, 0, 1);
		background-color: rgba(255, 255, 255, 0.3);
		background-color:rgba(0, 0, 0, 0.05);
	}
	.side_menu ul li a.active {
		color:rgba(0, 0, 0, 0.9);
	}
	.side_menu ul li a span {
		position: relative;
		min-height: 4rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.side_menu ul li a span:nth-of-type(1) {
		align-items: center;
		width: 4rem;
		font-size: 1.5rem;
	}
	.side_menu ul li.active a span:nth-of-type(1) {
		color: #CD2B2B;
	}
	.side_menu ul li ul li a span:nth-of-type(1)::before {
		content: '';
		display: block;
		position: absolute;
		top:0;
		left:50%;
		width: 0;
		height: 100%;
		border-left:2px dotted rgba(0,0,0,0.5);
		transform: translate(-1px, 0px);
	}
	.side_menu ul li ul li:last-of-type a span:nth-of-type(1)::before {
		height: 50%;
	}
	.side_menu ul li ul li a span:nth-of-type(1)::after {
		content: '';
		display: block;
		position: absolute;
		top:50%;
		left:50%;
		width: 25%;
		height: 0;
		border-top:2px dotted rgba(0,0,0,0.5);
		transform: translate(2px, -1px);
	}
	.side_menu ul li a span:nth-of-type(2) {
		align-items: flex-start;
	}
	.side_menu li.closed {
		display:none;
	}
	.side_menu ul li a:before {
		content:'';
		display:none;
		position:absolute;
		border-right:2px solid #cccccc;
		border-bottom:2px solid #cccccc;
		width:10px;
		height:10px;
		top:10px;
		left:0;
		background:none;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-khtml-border-radius:0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.side_menu ul li ul li a:before {
	top:8px;
	}
	.side_menu ul li.open a:before,
	.side_menu ul li.open li.open a:before,
	.side_menu ul li.open li.open li.open a:before {

	}
	.side_menu ul li.open li a:before,
	.side_menu ul li.open li.open li a:before,
	.side_menu ul li.open li.open li.open li a:before {

	}
	.side_menu ul li a:hover:before {
	left:0px;
	border-right:2px solid #CD2B2B;
	border-bottom:2px solid #CD2B2B;
	}
	.side_menu ul li a.active:before {
	border-right:2px solid #CD2B2B;
	border-bottom:2px solid #CD2B2B;/*
	transform: rotate(135deg); -webkit-transform: rotate(135deg);*/
	}
	.side_menu ul li a.active:after {
		content: '';
		display: inline-block;
		position: absolute;
		right:0;
		top:0;
		width:0.5rem;
		height: 100%;
		background-color: #CD2B2B;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		animation-duration: 0.55s;
	  transition-timing-function: ease-in;
	  animation-fill-mode: both;
	animation-name: activeOn;
	}
	@keyframes activeOn {
		0% {
		  opacity: 0;
		  width:0rem;
		}
	  
		100% {
		  opacity: 1;
		  width:0.5rem;
		}
	  }
	.side_menu ul li.open ul li .active:after {
	}
/*--*/
.sidebar .content .bottom {
	display: block;
	position: relative;
	left:0;
	bottom: 0;
	width:100%;
	height: 10em;
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
	grid-row: 3;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.sidebar {
		z-index: 1;
		width:15rem;
	}
	.left-open .sidebar {
		transform: translateX(0%);
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.sidebar {
		z-index: 1;
		width:15rem;
	}
	.left-open .sidebar {
		transform: translateX(0%);
	}
	/*--*/
	.sidebar .content .top {
		display: block;
		position: relative;
		left:0;
		top: 0;
		width:100%;
		height: 4em;
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
		
	}
	.sidebar .content .top .logo {
		display: none;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
		width:75%;
	}
	.sidebar .content .top .logo img {
		max-width:100%;
	}
}
/* phone */
@media (max-width:27em){
	.sidebar {
		z-index: 1;
		width:15rem;
	}
}
/*-----------------------------------------------------------------*/


/*----------------------------------------------*/
.footer_block {
position:relative;
background:#ffffff;
border-top:1px solid #f0f0f0;
}
.footer_block .container {
min-height:120px;
}
.footer_block .container br {
  display: none;
}
.footer_block .logo {
display:block;
position:absolute;
top:50%;
transform:translate(0, -50%);
left:0;
width:150px;
height:40px;
background:url(/img16/logo.svg) left center no-repeat;
background-size:contain;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
z-index:10;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
}
.footer_block .logo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.footer_block .nbs_logo {
display:block;
position:absolute;
width:177px;
height:106px;
top:50%;
transform:translate(0, -50%);
left:0px;
background:url(/img16/logo.bmp) center center no-repeat;
}
.footer_block .f_contact {
position:absolute;
color:#5f5d5d;
top:50%;
transform:translate(0, -50%);
}
.footer_block .f_contact a {
text-decoration:none;
color:#5f5d5d;

-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.footer_block .f_contact a:hover {
color: #CD2B2B;

}
.footer_block .f_contact.address {
line-height:20px;
font-size:13px;

left:0;
padding-left:0;
}
.footer_block .f_contact.phone {
line-height:24px;
font-size:18px;
}
.footer_block .f_contact.telephone {
left:240px;
}
.footer_block .f_contact.fax {
left:480px;
}
.footer_block .f_contact.phone span {
display:block;
position:absolute;
top:100%;
left:0;
font-size:12px;
line-height: 10px;
}
.footer_block .f_contact.phone a {
line-height:24px;
}
.footer_block .f_contact.email {
line-height:28px;
font-size:14px;
left:720px;
}
.footer_block .f_contact:before {
/*content:'';*/
display:block;
position:absolute;
width:30px;
height:30px;
top:2px;
right:100%;
font-size: 30px;
color:rgba(0, 0, 0, 0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.footer_block .f_contact:hover:before {
color: #CD2B2B;
}
/*.footer_block .f_contact.address:before {display:none; background:url(/img16/f_address_icon.png) center center no-repeat;}
.footer_block .f_contact.phone:before {background:url(/img16/f_phone_icon.png) center center no-repeat;}
.footer_block .f_contact.email:before {background:url(/img16/f_email_icon.png) center center no-repeat;}*/
.footer_block .kontur {
display:block;
position:absolute;
color:#777777;
font-size:13px;
line-height:13px;
background:url(/img16/kontur_logo.png) left bottom no-repeat;
top:45px;
right:0;
padding-bottom:32px;
white-space:nowrap;
}

.footer_block .nbsmedia {
display:block;
position:absolute;
top:50%;
transform:translate(0, -50%);
right:0;
font-size:13px;
color:#565c64;
text-decoration:none;
padding-left:50px;
}
.footer_block .nbsmedia:hover {
color:#72848f;
}
.footer_block .nbsmedia:before {
content:'';
display:block;
position:absolute;
width:42px;
height:25px;
background:url(/img16/nbsmedia_bg.png) 0 0 no-repeat;
top:-3px;
left:0;
}
.footer_block .nbsmedia:hover:before {
background-position:0 -25px;
opacity:0.9;
}
@media (max-width:1280px){
.footer_block .f_contact.address {

}
.footer_block .f_contact.telephone {
left:220px;
}
.footer_block .f_contact.fax {
left:420px;
}
.footer_block .f_contact.email {
left:620px;
}
}
@media (max-width:1024px){
  .footer_block .logo {
    top:30%;
  }
  .footer_block .f_contact {
    top:30%;
  }
  .footer_block .f_contact.telephone {
  left:auto;
  right:360px;
  }
  .footer_block .f_contact.fax {
  left:auto;
  right:175px;
  }
  .footer_block .f_contact.email {
  left:auto;
  right: 0;
  }
  .footer_block .nbsmedia {
    top:auto;
    bottom: 20%;
  }
}
@media (max-width:800px){

}
@media (max-width:600px){
.footer_block .container {
min-height:auto;
padding:1em 0 0 0;
text-align: center;
}
.footer_block .container br {
  display: block;
}
.footer_block .logo {
display:inline-block;
position:relative;
top:auto;
transform:none;
left:auto;
margin-bottom: 2em;
}
.footer_block .f_contact {
  display: inline-block;
position:relative;
text-align:center;
padding:0 0 0 0;
margin: 0 1em 1em 2em;
}
.footer_block .f_contact:before {
/*content:'';
display:block;
position:absolute;
width:30px;
height:30px;
top:0;
left:50%;
margin-left:-15px;*/
}
.footer_block .f_contact.telephone,
.footer_block .f_contact.fax,
.footer_block .f_contact.email {
left:auto;
top:auto;
bottom:auto;
right:auto;
}
.footer_block .nbsmedia {
top:auto;
right:auto;
position:relative;
float:none;
margin:30px auto 0;
width:190px;
}
}
@media (max-width:360px){
.footer_block .f_contact.address br {
display:none;
}
}
/*----------------------------------------------*/
.bottom_block {
background:#ffffff;
border-top:1px dotted #eeeeee;
}
.bottom_block .container {
height:70px;
}
.bottom_block .copy {
position:absolute;
font-size:13px;
color:#70777d;
top:20px;
left:0;
}
.bottom_block .copy a {
color:#70777d;
text-decoration:none;
border-bottom:1px dotted transparent;
}
.bottom_block .copy a:hover {
color:#CD2B2B;
border-bottom:1px dotted #CD2B2B;
}
.bottom_block .nbsmedia {
display:block;
position:absolute;
top:20px;
right:0;
font-size:13px;
color:#565c64;
text-decoration:none;
padding-left:50px;
}
.bottom_block .nbsmedia:hover{
color:#72848f;
}
.bottom_block .nbsmedia:before {
content:'';
display:block;
position:absolute;
width:42px;
height:25px;
background:url(/img16/nbsmedia_bg.png) 0 0 no-repeat;
top:-3px;
left:0;
}
.bottom_block .nbsmedia:hover:before {
background-position:0 -25px;
opacity:0.9;
}
@media (max-width:1024px){
.bottom_block .container {
height:80px;
}
.bottom_block .copy {
top:32px;
}
.bottom_block .nbsmedia {
top:32px;
}
}
@media (max-width:600px){
.bottom_block .container {
margin:auto;
position:relative;
height:auto;
padding-top:20px;
padding-bottom:20px;
}
.bottom_block.pdd {
padding:0;
}
.bottom_block .copy {
position:relative;
top:auto;
left:auto;
padding:0 35px 20px 35px;
text-align:center;
}
.bottom_block .nbsmedia {
top:auto;
right:auto;
position:relative;
float:none;
margin:0 auto;
width:190px;
}
}
/*-------------------------------------------------------------------------*/
.content_block {
	position:relative;
	z-index: 2;
	margin-left: 15rem;
	background: #ffffff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	padding-top:4rem;
}
.left-open .content_block {
	margin-left: 0rem;
}
.content_block .container {
/*padding:2em 0;*/
min-height: calc(100vh - 4rem);
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.content_block {
		position:relative;
		z-index: 2;
		margin-left: 0;
		padding-top:4rem;
		width:100%;
	}
	.left-open .content_block {
		margin-left:15rem;
	}
	.content_block .container {
		/*padding:2em 0;*/
		min-height: calc(100vh - 6rem);
		}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.content_block {
		position:relative;
		z-index: 2;
		margin-left: 0;
		padding-top:4rem;
		width:100%;
	}
	.left-open .content_block {
		margin-left:15rem;
	}
	.content_block .container {
		min-height: calc(100vh - 4rem);
	}
}
/* phone */
@media (max-width:27em){
	.left-open .content_block {
		margin-left:15rem;
	}
}
/*--*/
.breadcrumbs {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
min-height: 4rem;
padding-right: 3rem;
}
.breadcrumbs a,
.breadcrumbs span {
position:relative;
text-decoration:none;
color:#a6a59c;
margin:0 26px 0 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
font-size: 0.8em;
}
.breadcrumbs a:hover {
color: #CD2B2B;
text-decoration:none;
}
.breadcrumbs a:after  {
content:'';
display:block;
position:absolute;
border-right:1px solid #CD2B2B;
border-bottom:1px solid #CD2B2B;
width:5px;
height:5px;
top:7px;
right:-15px;
background:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-khtml-border-radius:0;
transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
}
.breadcrumbs a.home:after {
display:none;
}
.breadcrumbs a.home {
margin:0;
}
.breadcrumbs a.home:before {

}
.breadcrumbs a.home img {
opacity:0.8;
margin-top:2px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.breadcrumbs a.home:hover img {
opacity:1;
}


/*------------*/
.mapsHover {
	position:absolute;
	z-index:1000;
	height:100%;
	width:100%;
}
.doc_link {
position:relative;
padding-left:50px;
min-height:40px;
margin-bottom:10px;
}
.doc_link a {
position:relative;
text-decoration:none;
border-bottom:1px dotted #f15021;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.doc_link a:hover {
border-bottom:1px dotted transparent;
}
.doc_link a:before {
content:'';
display:block;
position:absolute;
top:-5px;
left:-50px;
width:30px;
height:36px;
background:url(/img16/doc_icon.png) center center no-repeat;
background-size:contain;
}

/*--------------------------------------------*/
.form_success {
position:relative;
text-align:center;
}
.form_success.main_form {
color:#ffffff;
}
.form_success.page_form {
padding-top:30px;
color:#CD2B2B;
}
.form_success:before {
display:block;
text-align:center;
margin-bottom:20px;
}
.form_success.main_form:before {
content:url(/img16/success_main.png);
}
.form_success.page_form:before {
content:url(/img16/success_page.png);
}

/*------------------------------------*/
/*------------------------------------*/
.tbl_wrap {
	position:relative;
	margin-bottom:3em;
}
.tbl {
	border-collapse:collapse;
	width:100%;
}
.tbl thead {
	position:sticky;
	position: -webkit-sticky;
	top:0;
	z-index: 2;
}
.tbl thead th {
	background: #3F4042;
	color:#ffffff;
	font-weight: 700;
}
.tbl tbody {
	position:relative;
	z-index: 1;
}
.tbl tbody th {
	background: #DDE1E3;
	font-weight: 700;
}
.tbl tbody tr:hover th {
	background: #D5D9DB;
}
.tbl th,
.tbl td {
	padding:0.5em 1.0em;
	vertical-align:top;
	font-size:0.9em;
}
.tbl th {
	font-weight:600;
	text-align:left;
	/*position: -webkit-sticky;
	position: sticky;
	top: 60px;*/
}
.tbl b {
		font-weight:600;
}
.tbl tbody tr {
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.tbl tbody tr:nth-of-type(odd) td {
	background: #F4F4F4;
}
.tbl tbody tr:nth-of-type(odd):hover td {
	background:#EEEEEE;
}
.tbl tbody tr:nth-of-type(even) td {
	background:#ffffff;
}
.tbl tbody tr:nth-of-type(even):hover td {
	background:#fbfbfb;
}
.tbl td.ctr {
	text-align:center;
}
.tbl .nowrap-rsp {
		white-space:nowrap;
}
.tbl a {
	text-decoration: none;
}
.tbl td.ext {
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.tbl td.ext a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.tbl td.ext a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.tbl a .ext-link {
	position: absolute;
	display: inline-block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	padding-top:0.3em;
}
.tbl a .ext-link::before {
	font-size:1.8em;
	line-height:1;
}
.tbl a:hover .ext-link {
	color:#ed1f24;
}
.tbl .tbl-file {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 15em;
	color: #9BA1A4;
	font-weight:600;
}
.tbl .tbl-file:hover {
	color: #CD2B2B;
}

.tbl .tbl-file::before {
	color: #9BA1A4;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.3em;
}
.tbl .tbl-all {
	display: inline-block;
	color: #9BA1A4;
}
.tbl .tbl-all:hover {
	color: #CD2B2B;
}
.tbl .tbl-all::before {
	color: #9BA1A4;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.3em;
}
.tbl .status {
	display: inline-block;
	width:1em;
	height: 1em;
	border-radius: 100%;
	background: #9BA1A4;
}
.tbl .status.red {
	background: #ee3030;
}
.tbl .status.yellow {
	background: #ffb21e;
}
.tbl .status.green {
	background: #7dca0c;
}
.tbl .icon-in,
.tbl .icon-out {
	position: relative;
	padding-left:2em;
}
.tbl .icon-in::before,
.tbl .icon-out::before {
	position: absolute;
	font-size: 2em;
	top:0;
	left:0;
	color: #7dca0c;
}
.tbl .icon-out::before {
	color: #ee3030;
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.tbl th,
	.tbl td {
		padding:0.5em 1.0em;
	}
}
@media (max-width:680px){
	.tbl th,
	.tbl td {
		padding:0.5em;
	}
	.tbl tr th:first-of-type,
	.tbl tr td:first-of-type {
		padding:0.5em 0.5em 0.5em 1em;
	}
	.tbl tr th:last-of-type,
	.tbl tr td:last-of-type {
		padding:0.5em 1em 0.5em 0.5em;
	}
	.tbl.big th,
	.tbl.big td {
		padding:1em 1em;
	}
}
@media (max-width:480px){
	.tbl .nowrap-rsp {
		white-space:normal;
	}
}
/*----------------------------------------------------*/
.tbl-wrap-content  {
	position:relative;
	width:100%;
}
/*--*/
table.data-tbl {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
  width:100%;
  overflow-x:auto;
  margin-bottom:0;
}
table.data-tbl tbody {
}
table.data-tbl th, table.data-tbl td {
font-size:0.8em;
}
table.data-tbl thead th {
position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  /*white-space:nowrap;*/
}
table.data-tbl tbody th {
	cursor:pointer;
}


table.data-tbl td:before {
	display:none;
}
table.data-tbl.break-1 thead tr th:nth-of-type(1){
	left:0;
	z-index:3;
}
table.data-tbl tr th:before {
	content:'';
	display:none;
	position:absolute;
	z-index:1;
	top:100%;
	left:0;
	width:100%;
	height:2em;
	background:#ccc;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0));
	opacity:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
table.data-tbl.break-1 tbody tr th:nth-of-type(1):after,
table.data-tbl.break-1 tbody tr td:nth-of-type(1):after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:100%;
	width:2em;
	height:100%;
	background:#ccc;
	background: linear-gradient(to right, rgba(0,0,0,.03), rgba(0,0,0,0));
	opacity:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.scrolled-y table.data-tbl tr th:before,
.scrolled-x table.data-tbl.break-1 tr th:nth-of-type(1):after,
.scrolled-x table.data-tbl.break-1 tr td:nth-of-type(1):after{
	opacity:1;
}
table.data-tbl tr th:last-of-type,
table.data-tbl tr td:last-of-type{
	padding-right:3em;
}
table.data-tbl.break-1 tr td:nth-of-type(1),
table.data-tbl.break-1 tbody tr th:nth-of-type(1) {
	position: sticky;
	position: -webkit-sticky;
	left:0;
	top:auto;
	/*z-index:2;*/
}
table.data-tbl.break-1 tr.subrow td:nth-of-type(1) {
	position: relative;
	left:auto;
}
table.data-tbl.break-1 tr.subrow td:nth-of-type(1):after {
	display: none;
}
/* Desktop <=  1366, iPad 12 landscape */
@media (max-width:86em){
.tbl-wrap-content  {
	max-height:calc(100vh - 10em);
    overflow-x:auto;
	overflow-y:visible;
	position:relative;
}
table.data-tbl thead th {
  top: 0;
}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
.wraps_wrap:after {
	display:none;
}
table.data-tbl tr th:last-of-type,
table.data-tbl tr td:last-of-type{
	padding-right:1.5em;
}
}
@media (max-width:960px) and (orientation: landscape){
}
@media (max-width:680px) {
}
@media (max-width:680px) and (max-height:375px){
}
@media (max-width:480px) {
}

/*-----------------------------------------------------------------*/
.login_page {
position:fixed;
width:100%;
top:0;
left:0;
z-index:10;
}
.login_page .content {
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
z-index:10;
width:300px;
}
.login_page .content .logo {
display:inline-block;
position:relative;
width: 75%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
z-index:10;
}
.login_page .content .logo img {
	max-width: 100%;
}

.login_page .copyright {
/*position:absolute;
width:400px;

top:70%;
left:50%;
margin-left:-200px;
color:#9a9a9a;
z-index:10;*/
position: relative;
color:#666;
text-align:center;
padding-top: 2em;
}
.login_page .copyright a {
color:#666;
text-decoration:none;
}
.login_page .copyright a:hover {
text-decoration:none;
color:#CD2B2B;
}
.login_page .enter_error {
position:relative;
font-size:18px;
line-height:20px;
margin:0 0 20px 0;
text-align:center;
}
.login_page .enter_error span {
position:relative;
padding:0;
margin:0;
text-align:center;
}
.login_page .enter_error span:before {
content:'!';
font-weight:600;
text-align:center;
text-indent:-2px;
font-size:18px;
line-height:25px;
display: block;
height: 0;
width: 0;
position: absolute;
top:-22px;
left:-25px;
border-color:transparent transparent #ffb400  transparent ;
border-style: solid;
border-width:22px 14px 22px 14px;
margin-left:-10px;
z-index:2;
}
@media (max-width:1366px){

}
@media (max-width:800px){

}
@media (max-width:600px){
.login_page .content {
}
.login_page .content .logo {
}
.login_page .form_block .field {
text-align:center;
display:block;
float:none;
/*max-width:10%;*/
margin:0 auto 20px;
}
}
@media (max-width:480px){
.login_page {
position:relative;
width:auto;
top:auto;
left:auto;
}
.login_page .content {
/*position:relative;
top:auto;
left:auto;
margin-left:0;
margin-top:0;
padding:20px 0 20px;
width:auto;*/
}
.login_page .content .logo {
}
.login_page .enter_error {
padding:0 20px;
}
.login_page .copyright {
position:relative;
width:auto;
text-align:center;
top:auto;
left:auto;
margin-left:0;
padding:20px;
}
}

/*------------------------------------------------------------------------*/

.add_buttons a.btn {
	width:32%;
	margin:0 0 15px 1.5%;
}

.add_buttons a.btn:nth-child(1) {
	margin-left:0;
}
/*
.wa_tbl {
	width:100%;
}

.wa_tbl td,
.wa_tbl th {
	padding:10px;
	text-align:left;
	font-size:14px;
}

.wa_tbl th {
	font-weight:bold;
}

.wa_tbl thead tr {
	background:#666;
	color:#FFF;
}

.wa_tbl tbody tr {
	background:#F0F0F0;
}

.wa_tbl tbody tr:nth-child(even) {
	background:#F7F7F7;
}

.wa_tbl tbody td {
	cursor:pointer;
}

.wa_tbl tbody tr:hover {
	background:#CD2B2B;
}

.wa_tbl tbody tr:hover * {
	/*color:#FFF;*/
}
*/
.form_links a {
	display:block;
	float:left;
	margin:15px 15px 15px 0;
}

/*-------------*/

/*-------------*/

input:disabled {
	background:#EAEAEA;
	color: #9BA1A4;
}

/*-------------*/
.old_file_input_div {
	display:none;
}

.file_field {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 0.5rem;
	/*padding: 0.5em;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.file_field:hover {
	/*background: #f6f7fb;*/
}
.file_field .fileName {
	font-size:0.9em;
	position: relative;
	/*padding-left:2em;
	display: inline-block;
	vertical-align: middle;
	flex-grow: 1;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.file_field .fileName.no-icon {
	padding-left: 0;
}
.file_field .fileName a {
	position: relative;
	text-decoration: none;
	border-bottom: 2px dotted #CD2B2B;
}
.file_field .fileName:before {
	display: inline-block;
	position: absolute;
	left:0;
	top:0.1em;
	font-size:1.5em;
	color: #9BA1A4;
	content: '\e808';
	font-family: "ecg" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .file_field .fileName.no-icon:before {
	  display:none;
  }
.file_field .fileButton {
	display:block;
	float:left;
	background:none;
	border:none;
	color:#60b8ea;
	margin:0 11px 0 0;
	height:20px;
	width:136px;
	cursor:pointer;
	text-align:left;
	background:url(../img16/file.png) no-repeat;
	background-position:115px 0;
}

.file_field .btn {
	/*margin:0 10px 5px -5px;
	float:left;
	margin-right:1em;*/
	flex-shrink: 0;
}

.file_field .rem {
	display: inline-block;
	position: relative;
	width:1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	background: none;
	border-radius: 3px;
	color:#9BA1A4;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	flex-shrink: 0;
}
.file_field .rem:hover {
	background: #9BA1A4;
	color: #ffffff;
}
.file_field .rem::before {
	content: '\2716';
	font-size:1em;
}
/*-------------*/
#kontragent_search {
	position:absolute;
	top:50px;
	border:2px solid #999;
	width:100%;
	background:#F0F0F0;
	z-index:100;
	display:none;
}

#kontragent_search a,
#kontragent_search div.no_kontr {
	display:block;
	padding:10px;
}

#kontragent_search a:hover {
	background:#CD2B2B;
	color:#FFF;
}

.current_kontragent {
	padding:5px;
}

.left {
	float:left;
}

.right {
	float:right;
}


.form_buttons {
	margin:0 auto;
	text-align: center;
}

.form_buttons .btn {
	/*float:left;
	margin-right:5px;*/
}
/*-----------------*/
.filter-btn {
	/*transform: translate(1rem, 50%);
	position: absolute;
	right:0;
	top:2rem;*/
}
.filter-btn.icon-menu-right {
}
.filter-btn.filter-open {
	color:#CD2B2B;
}
/*#filter-btn.icon-down::after {
	content:'Показать фильтр';
}
#filter-btn.icon-up::after {
	content:'Скрыть фильтр';
}*/
.filter-block {
	display:none;
}
/* phone */
@media (max-width:27em){
	.filter-btn {
		position: absolute;
		right: 0;
		top: auto;
		margin-bottom: 0;
		bottom: 2rem;
	}
}
/*--------------------*/
.form_links {
	position: relative;
}
.form_links a {
	margin-bottom: 1rem;
	margin-right: 1rem;
}
.form_links a.filter-btn {
	position: absolute;
	margin-right: 0;
	margin-bottom: 0;
	right:0;
	bottom:2rem;
	transform: translate(1rem, 50%);
}
/* phone */
@media (max-width:27em){
	.form_links a {
		display: block;
		margin-bottom: 1rem;
		margin-right: 0;
	}
	.form_links a.filter-btn {
		display: flex;
		position: absolute;
		right: 0;
		top: auto;
		margin-bottom: 0;
		margin-right: 0;
		bottom: 2rem;
	}
}
/*---------------------------------*/

	/** Basic styles for an animated element */
	.scene_element {
	  animation-duration: 0.5s;
	  transition-timing-function: ease-in;
	  animation-fill-mode: both;
  
	}
  
	/** An element that fades in */
	.scene_element--fadein {
	  animation-name: fadeIn;
	}
  
	/** An element that fades in and slides up */
	.scene_element--fadeinup {
	  animation-name: fadeInUp;
	}

	.scene_element--fadeindown {
		animation-name: fadeInDown;
	  }
  
	/** An element that fades in and slides from the right */
	.scene_element--fadeinright {
	  animation-name: fadeInRight;
	}

  /*
 * Keyframes
 */

@keyframes fadeIn {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes fadeInUp {
	0% {
	  opacity: 0;
	  transform: translate3d(0, 20%, 0);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  @keyframes fadeInDown {
	0% {
	  opacity: 0;
	  transform: translate3d(0, -100%, 0);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes fadeInRight {
	0% {
	  opacity: 0;
	  transform: translate3d(100%, 0, 0);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
/*---------------------*/
.alert {
	display: inline-block;
	position: fixed;
	z-index: 1000;
	top:0;
	right:0;
	width:100%;
	width:calc(100% - 15em);
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	animation-duration: 0.55s;
	animation-delay: 2s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
	/*animation-name: fadeOut;*/
}
.alert span {
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:1.5em;
	font-weight: 600;
	text-align: center;
	max-width:100%;
	color: #CD2B2B;
	color: #9BA1A4;
}
.alert span::before {
	display: block;
	margin:0 auto 0.2em;
	font-size:5em;
	line-height: 1.4em;
	width:1.2em;
	height: 1.2em;
	overflow: hidden;
	border-radius: 100%;;
	background: #9BA1A4;
	color: #ffffff;;
}
@keyframes fadeOut {
	0% {
	  opacity: 1;
	  height:100%;
	}
	99% {
		opacity: 0;
		height:100%;
	}
	100% {
	  opacity: 1;
	  height:0;
	}
  }
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.alert {
		width:100%;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.alert {
		width:100%;
	}
}
/* phone */
@media (max-width:27em){
	.alert {
		width:100%;
	}
}
/*-----------------*/
.pager-wrap {
	position: relative;
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 2rem;
}
/* phone */
@media (max-width:27em){
	.pager-wrap {
		display: block;
	}
}

.make_letter {
	float:right;
	margin:10px 0 0 0;
}

.imortanceControl a {
	display:block;
	float:left;
	text-decoration:none;
	width:33%;
	color:#999;
	padding:15px 0;
}

.imortanceControl a::before {
	display:block;
	content:'';
	float:left;
	width:26px;
	height:26px;
	margin:0 10px 0 10px;
	background:#666;
	
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-khtml-border-radius:13px; 
}

.imortanceControl a.active {
	color:#000;
	background:#f6f7fb;
}

.imortanceControl a#imp_16::after {
	content:'Зеленый';
}

.imortanceControl a#imp_17::after {
	content:'Желтый';
}

.imortanceControl a#imp_18::after {
	content:'Красный';
}

.imortanceControl a#imp_16::before {
	background-color:#090;
}

.imortanceControl a#imp_17::before {
	background-color:#FC0;
}

.imortanceControl a#imp_18::before {
	background-color:#F00;
}


@media (max-width:1600px) {
	.imortanceControl a {
		padding:8px 0;
		text-align:center;
	}
	
	.imortanceControl a::before {
		margin-left:calc(50% - 9px);
		
		width:18px;
		height:18px;
		
		border-radius:9px;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		-khtml-border-radius:9px; 
	}
}

@media (max-width:1260px) {
	.imortanceControl a {
		padding:15px 0;
	}
	
	.imortanceControl a::before {
		margin-left:calc(50% - 13px);
		
		width:26px;
		height:26px;
		
		border-radius:13px;
		-moz-border-radius:13px;
		-webkit-border-radius:13px;
		-khtml-border-radius:13px; 
	}
	
	.imortanceControl a::after {
		content:''!important;
	}
}

/*------------------------------- tabs -----------------------------------*/
.tabs_wrap {
	position:relative;
	margin: 0;
	padding: 0;
	background: none;
}
ul.tabs {
	display: block;
	position:relative;
	z-index:2;
	margin:0;
	padding:0;
	list-style: none;
}
#profile-tabs {
	display: -ms-grid;
	display:grid;
	/*
	-ms-grid-columns: 30% 20% 30% 20%;
	grid-template-columns:  30% 20% 30% 20%;
	*/
	-ms-grid-columns: 20% 20% 20% 20% 20%;
	grid-template-columns: 20% 20% 20% 20% 20%;
	
	grid-column-gap: 0;
	grid-row-gap: 0;
}
#profile-tabs li:nth-of-type(1) {
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
#profile-tabs li:nth-of-type(2) {
	-ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
#profile-tabs li:nth-of-type(3) {
	-ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}
#profile-tabs li:nth-of-type(4) {
	-ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}
ul.tabs li {
	position:relative;
	background: #e1e5ea;
	/*background: linear-gradient(to bottom, #f3f5f7 50%, #e1e5ea);*/
	color:rgba(0,0,0,.7);
	display: inline-block;
	padding: 1em 0.5em;
	cursor: pointer;
	font-weight:600;
	font-size:1.1em;
	line-height:1.1em;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	text-align:center;
}
ul.tabs li:hover {
	background: #e8ecf0;
	/*background: linear-gradient(to bottom, #e1e5ea 50%, #e1e5ea);
	color: #f45220;*/
}
ul.tabs li.active {
	background:#f3f5f7;
	color: #CD2B2B;
	cursor: default;
}
ul.tabs li:before {
	display:none;
}
/*ul.tabs li:after  {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:3px;
	background:#e9eef2;
	left:0;
	top:0;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}*/
.tab-content {
	position:relative;
	z-index:3;
	display: none;
}
.tab-content.active {
	display: inherit;
}
.sub-tab-content {
	position:relative;
	z-index:3;
	display: none;
}
.sub-tab-content.active {
	display: inherit;
}
/*--*/
.ref_link {
	position:relative;

	padding-top: 0.5em;
}
.ref_link span {
	display:block;
	padding-right:125px;
	word-break: break-all;
}
.ref_link span input[type="text"] {
	background:none !important;
	padding:0.2em 0 !important;
	border:none !important;
}
.ref_link .btn {
	position:absolute;
	top:0.5em;
	right:0;
}
@media (max-width:1280px) {
#profile-tabs {
	/*
	-ms-grid-columns: 30% 18% 34% 18%;
	grid-template-columns:  30% 18% 34% 18%;
	*/
	-ms-grid-columns: 20% 20% 20% 20% 20%;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
ul.tabs li {
	font-size:1.0em;
}
}
@media (max-width:960px) {
#profile-tabs {
	/*
	-ms-grid-columns: 30% 18% 34% 18%;
	grid-template-columns:  30% 18% 34% 18%;
	*/
	-ms-grid-columns: 20% 20% 20% 20% 20%;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
}
@media (max-width:680px) {
#profile-tabs {
	/*
	-ms-grid-columns: 30% 20% 30% 20%;
	grid-template-columns:  30% 20% 30% 20%;
	*/
	-ms-grid-columns: 20% 20% 20% 20% 20%;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
}
@media (max-width:480px) {
ul.tabs li {
	font-size:0.8em;
}
#profile-tabs {
	/*
	-ms-grid-columns: 30% 20% 30% 20%;
	grid-template-columns:  30% 20% 30% 20%;
	*/
	-ms-grid-columns: 20% 20% 20% 20% 20%;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.ref_link span {
	display:block;
	padding-right:0;
	margin-bottom:0.5em;
}
.ref_link .btn {
	position:relative;
	top:auto;
	right:auto;
}
}
/*------------------------------------------------------------*/
#meter_list {
	display:none;
	width:100%;
	border:1px solid #666;
	background:#fff;
}

#meter_list a {
	padding:10px;
	display:block;
	text-decoration:none;
}

#meter_list a:hover {
	background:#333;
	color:#fff;
}

#meter_list .not_found {
	padding:10px;
	text-align:center;
	background:#FEE;
}

/*------------------------------------------------------------*/

.meters_list {
	width:100%;
}

.meters_table {
	width:100%;
}

.meters_table th, .meters_table td {
	padding:8px 10px;
	/*border-bottom:1px solid #999;*/
}

.meters_table tr:nth-child(even) th, .meters_table tr:nth-child(even) td {
	background-color:rgba(0,0,0, 0.03);
}

.meters_table.hvr tbody tr:hover td {
	background:#CCC;
	cursor:pointer;
}

.meters_table td.rem_meter {
	text-align:right;
}

.meters_table td.rem_meter a {
	text-decoration:none;
}

/*------------------------------------------------------------*/

.userMeter {
	padding:15px 0;
	border-bottom:1px dotted #333;
	font-size:14px;
}

.userMeter .umFld {
	float:left;
	padding:3px 15px;
}

.userMeter .umFld.result {
	padding:30px 0 0 0;
	float:right;
	font-size:16px;
}

.userMeter .error {
	color:#F00;
}

.userMeter .umFld span {
	font-weight:bold;
}

.userMeter .umRem {
	float:right;
    font-size: 1em;
	text-decoration:none;
	color:#F00;
}

.userMeter .umRem::before {
    content: '\2716';
}

.total_result {
	float:right;
	padding:50px 0 0 0;
	font-size:18px;
}

.total_error {
	float:right;
	font-size:14px;
	color:#F00;
}

/*------------------------------------------------------------*/

td.ctr, th.ctr {
	text-align:center;
}

td.changed {
	color:#F00;
}

/*------------------------------------------------------------*/

.errorsList {
	background:#F00;
	color:#FFF;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	
	padding:15px;
	margin:0 0 20px 0;
}

.errorsList h2 {
	font-size:20px;
	text-align:center;
}

.nowrap {
	white-space:nowrap;
}
/*-----------------*/
.login_page .form_block ul li {
margin-bottom:2em;
}


tr.cust.red:nth-of-type(odd) td,
tr.cust.red:nth-of-type(even) td,
tr.cust.red:nth-of-type(odd):hover td,
tr.cust.red:nth-of-type(even):hover td,
tr.cust.red:nth-of-type(odd) th,
tr.cust.red:nth-of-type(even) th,
tr.cust.red:nth-of-type(odd):hover th,
tr.cust.red:nth-of-type(even):hover th {
	background:#ffcece;
}
tr.cust.yellow:nth-of-type(odd) td,
tr.cust.yellow:nth-of-type(even) td,
tr.cust.yellow:nth-of-type(odd) th,
tr.cust.yellow:nth-of-type(even) th {
	background:#fff5cf;
}

tr.cust.green:nth-of-type(odd) td,
tr.cust.green:nth-of-type(even) td,
tr.cust.green:nth-of-type(odd) th,
tr.cust.green:nth-of-type(even) th {
	background:#d5f2c5;
}


tr.ired td {
	color:#F00;
}

tr.iyellow td {
	color:#F60;
}

tr.igreen td {
	color:#060;
}

span.sn_res {
	font-size:12px;
	white-space:normal;
	margin:0 0 0 5px;
}

span.sn_res.green {
	color:#060;
}

span.sn_res.red {
	color:#C00;
}



.tbl tbody tr.errorRow td, .tbl tbody tr.errorRow:hover td {
	background-color:#ffcece;
}

.tbl tbody tr.errorText td, .tbl tbody tr.errorText:hover td {
	background-color:#F00;
	color:#FFF;
	font-size:12px;
}

.tbl tbody tr.errorText td a, .tbl tbody tr.errorText:hover td a {
	color:#FF0;
}


.tbl tbody tr.successRow td, .tbl tbody tr.successRow:hover td {
	background-color:#d5f2c5;
}

.tbl tbody tr.successText td, .tbl tbody tr.successText:hover td {
	background-color:#090;
	color:#FFF;
	font-size:12px;
}



.tbl tbody td.error {
	background-color:#F00 !important;
	color:#FFFFFF;
}

.tbl tbody td.error * {
	color:#FFFFFF;
}



.notif_dwn .links {
	float:left;
}

.notif_dwn .errorSign {
	float:left;
	font-size:42px;
	line-height:35px;
	margin:0 0 0 5px;
	color:#F00;
}

/*------------------------------------------------------------*/

#mailingError {
	/*padding:10px;*/
	color:#F00;
}

.currentMailing {
	background:#9BA1A4;
	padding:15px;
	margin:0 0 1px 0;
}

.currentMailing .progress {
	border:1px #FFCC33 solid;
	padding:2px;
	position:relative;
}

.currentMailing .progress .value {
	padding:5px;
	color:#000;
	background:#FFF;
	margin:6px 0 0 -60px;
	position:absolute;
	left:50%;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
	font-size:12px;
	width:120px;
	text-align:center;
}

.currentMailing .progress .bar {
	height:40px;
	background:#FFCC33;
}
/*-----*/
.links234 {
	display:flex;
	flex-direction:row;
	column-gap:0.5rem;
	align-items: center;
	justify-content: center;
}
.warning-sign {
	display: inline-block;
	width: 1.2rem;
	height: 1.0rem;
	line-height: 1.2rem;
	font-weight: 700;
	background-color: #CD2B2B;
	color: #ffffff;
	text-align: center;
	clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
	overflow: hidden;
}
.warning-sign.red {
}
.warning-sign.yellow {
	background-color: #FFCC33;
	color: #000000;
}
.warning-sign::before {
	content: '!';
}
.fancybox-slide--iframe .fancybox-content {
	width: 640px;
	height: 360px;
	max-width: 640px;
	max-height: 80vh;
	margin: 0;
}
/*-----*/
.flex-line {
	display: flex;
	width: 100%;
	justify-content: space-between;
	column-gap: 1rem;
}
.flex-line .flex-item {
}
/* phone */
@media (max-width:27em){
	.flex-line {
		flex-direction: column;
		row-gap: 1rem;
	}
	.flex-line .flex-item {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}
/*------------------*/
.search-flex {
	display: flex;
	width: 100%;
	justify-content: space-between;
	column-gap: 1rem;
}
.search-flex input[type="text"] {
	flex-grow: 1;
}
.search-flex input[type="submit"] {
	flex-shrink: 0;
}
/* phone */
@media (max-width:27em){
	.search-flex {
		flex-direction: column;
		row-gap: 1rem;
		align-items: center;
	}
	.search-flex input[type="text"] {
		width: 100%;
	}
	.search-flex input[type="submit"] {
		width: 100%;
	}
}

#kontr_table td.notice {
	font-weight:bold;
	/*background-color:#CD2B2B;
	color:#FFF;*/
}

.sentStatus {
	text-align:center;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.5);
}
.sentStatus.sentError div,
.sentStatus.sentSuccess div,
.sentStatus.sentWarning div {
	display: inline-block;
	position: relative;
	background-color: rgba(0,0,0, 0);
}
.sentStatus div span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width:1.1rem;
	height: 1.1rem;
	border-radius: 3px;
	bottom:-2px;
	left:-2px;
}
.sentStatus div span::before {
	font-family: "ecg" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sentStatus.sentError div span {
	background-color: #ff0000;
	color:#ffffff;
}
.sentStatus.sentError div span::before {
	content: '\e814';
}
.sentStatus.sentSuccess div span {
	background-color:#0CBF0C;
	color: #ffffff;
}
.sentStatus.sentSuccess div span::before {
	content: '\e806';
}
.sentStatus.sentWarning div span {
	background-color:#FFD700;
	color: #000000;
}
.sentStatus.sentWarning div span::before {
	content: '\f128';
}

#nextStepCountdown {
	color:#333;
	padding:15px 0;
}

#nextStepCountdown span {
	color:#000;
	font-weight:bold;
}
/*--------------------*/
.label-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.label-inline label {
	padding: 0;
}
/* phone */
@media (max-width:27em){
	.label-inline {
		flex-wrap: wrap;
	}
}