*, *:before, *:after {
	margin:0px;
	padding:0px;
	outline:none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; 
}
html {
	background-color: #ffffff;
	color:#4d4d4d;
	font-size:1rem;
	line-height: 1.15;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media (-webkit-device-pixel-ratio: 1.5) {
	html {
		font-size:0.9rem;
	}
}
@media (-webkit-device-pixel-ratio: 1.25) {
html {
	font-size:0.94rem;
}
}
/*  Desktop <= 1680 */
@media (max-width:105em){
	html {
		/*font-size:0.94rem;*/
	}
}
/*  Desktop <= 1440 */
@media (max-width:90em){
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	html {
		/*font-size:0.94rem;*/
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	html {
		/*font-size:0.94rem;*/
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	html {
		font-size:0.94rem;
	}
}
/* phone */
@media (max-width:27em){
	html {
		font-size:0.94rem;
	}
}
html, body {
      margin: 0;
      padding: 0;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.hr {
	height:1px;
	background:rgba(0,0,0,.16);
	margin-bottom:30px;
}
b {
	font-weight:700;
}
.note {
	font-size: 0.8rem;
	line-height: 1.2rem;
	opacity:0.75;
}
/*------------------------------------------------------------------------*/
h1, h2, h3, h4, h1 span, h2 span {
	position: relative;
}
h1.main-h,
h2.main-h {
	
	font-size:3.6em;
	line-height: 1.05em;
	margin-bottom:0.9em;
	left:-0.07em;
	font-weight: 600;
	text-transform: uppercase;
}
h1 {
	font-size:3.0em;
	line-height: 1.1em;
	margin-bottom:1em;
	font-weight: 600;
}
h2 {
	font-size:2.4em;
	line-height: 1.2em;
	margin-bottom:1em;
	font-weight: 600;
}
h3 {
	font-size:1.4em;
	line-height: 1.2em;
	margin-bottom:1em;
	font-weight: 600;
}
h4 {
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:1.0em;
	font-weight: 600;
}
h5 {
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:2.0em;
}
p {
	font-size:1.1em;
	line-height:1.8em;
	padding-bottom:2em;
}
p.smaller {
	font-size: 0.94em;
	line-height: 1.4em;
	padding-bottom: 1em;
}
p.bigger {
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:2em;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -1em;
}
sub, sup {
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/*----------------*/
.txt ul {
	list-style: outside none disc;
	padding-left: 2rem;
	margin-bottom: 1.5em;
}
.inner-page .content-block .txt ul {
	/*font-size: 1.1em;
	line-height: 1.8em;*/
}
.txt ul.bigger {
	font-size: 1.2em;
}
.txt ul li {
	padding-left: 0.5em;
	padding-bottom:1rem;
	position: relative;
}
.txt ul li::marker {
	color: #3e73b8;
	font-size: 1.0em;
  }
.txt ul.purple-marker li::marker {
	color: #672e8f;
}
.txt ul.yes-marker li::marker {
	content: "\77";
	font-family: "mbn" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translateY(10%);
}
.txt ul.yes-marker li {
	padding-left: 0.8em;
}
/*  Desktop <= 1680 */
@media (max-width:105em){
	h1.main-h,
	h2.main-h {
		font-size:3.2em;
		line-height: 1.05em;
		margin-bottom:0.9em;
	}
	p, .txt ul li {
		font-size:1.0em;
		line-height:1.8em;
		padding-bottom:2em;
	}
}
/*  Desktop <= 1440 */
@media (max-width:90em){
	h1.main-h,
	h2.main-h {
		font-size:2.6em;
		line-height: 1.05em;
		margin-bottom:0.9em;
	}
	h2 {
		font-size:2.2em;
		line-height: 1.1em;
	}
	p, .txt ul li {
		font-size:0.94em;
		line-height:1.6em;
		padding-bottom:2em;
	}
	p.smaller {
		font-size: 0.80em;
		line-height: 1.4em;
		padding-bottom: 1em;
	}
}
/* Desktop <=  1366, iPad 12 landscape */
@media (max-width:86em){
    h1.main-h,
	h2.main-h {
		font-size:2.4em;
		line-height: 1.05em;
		margin-bottom:0.9em;
	}
	h2 {
		font-size:2.2em;
		line-height: 1.1em;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	h1.main-h,
	h2.main-h {
		font-size:2.0em;
		line-height: 1.05em;
		margin-bottom:0.9em;
	}
	h1 {
		font-size:2.6em;
		line-height: 1.0em;
		margin-bottom:1em;
	}
	h2 {
		font-size:1.6em;
		line-height: 1.2em;
	}
	h3 {
		font-size:1.2em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	h1.main-h,
	h2.main-h {
		font-size:2.4em;
		line-height: 1.05em;
		margin-bottom:0.7em;
	}
	h1 {
		font-size:2.6em;
		line-height: 1.0em;
		margin-bottom:1em;
	}
	h2 {
		font-size:2.0em;
		line-height: 1.2em;
	}
	h3 {
		font-size:1.2em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
}
/* small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
    h1.main-h,
	h2.main-h {
		font-size:2.0em;
		line-height: 1.05em;
		margin-bottom:0.9em;
	}
	h2 {
		font-size:1.6em;
		line-height: 1.2em;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	h1.main-h,
	h2.main-h {
		font-size:1.5em;
		line-height: 1.10em;
		margin-bottom:0.6em;
	}
    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;
	}
	p, .txt ul li {
		font-size:0.84em;
		line-height:1.8em;
		padding-bottom:2em;
	}
	p.smaller {
		font-size: 0.70em;
		line-height: 1.4em;
		padding-bottom: 1em;
	}
}
/* phone landscape */
@media (max-width:760px) and (max-height:420px) {
    h1.main-h,
	h2.main-h {
		font-size:1.2em;
		line-height: 1.10em;
		margin-bottom:0.9em;
		left: -0.05em;
	}
}
/* phone */
@media (max-width:27em){
	h1.main-h,
	h2.main-h {
		font-size:1.5em;
		line-height: 1.10em;
		margin-bottom:0.6em;
	}
    h1 {
		font-size:1.8em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h2 {
		font-size:1.6em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h3 {
		font-size:1.2em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
	h5 {
		font-size:1.0em;
		line-height:1.2em;
		margin-bottom:2.0em;
	}
	p, .txt ul li {
		font-size: 0.94em;
		line-height: 1.6em;
		padding-bottom: 2em;
	}
}
/* small phone */
@media (max-width:22em){
    h1.main-h,
	h2.main-h {
		font-size:1.2em;
		line-height: 1.15em;
		margin-bottom:0.6em;
	}
	h2 {
		font-size:1.2em;
		line-height: 1.2em;
		margin-bottom:1em;
	}
}
a {
	color:#3e73b8;
}
a:hover {
	color:#2e67bc;
}
a.no-line {
	text-decoration: none;
}
a.no-color {
	color:#4d4d4d;
}
a.no-color:hover {
	color:#3e73b8;
}
a.dotted {
	color:#3e73b8;
	text-decoration:none;
	border-bottom:2px dotted #3e73b8;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
a.dotted.no-color {
	color:#4d4d4d;
	border-bottom:2px dotted #4d4d4d;
}
a.dotted:hover {
	color:#2e67bc;
	border-bottom:2px dotted transparent;
}
.purple,
a.purple {
	color: #672e8f;
}
a.purple.dotted {
	border-bottom:2px dotted #672e8f;
}
a.purple.dotted:hover {
	color: #672e8f;
	border-bottom:2px dotted transparent;
}
a.more {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-size: 0.94em;
	cursor: pointer;
}
a.more::before {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 1.2em;
	height:1.2em;
	line-height: 1.3em;
	overflow: hidden;
	color: #ffffff;
	background: #3e73b8;
	margin-right: 0.5em;
}
/*--*/
.yellow {
	color: #fdbc3a;
}
.white {
	color: #ffffff;
}
.white-bg {
	background: #ffffff;
}
.white-bg .mold svg .shape {
	fill: #ffffff;
}
.psoriaz-bg {
	background: linear-gradient(230deg, #ffc351, #672e8f) repeat scroll 0% 0%;
}
.pink-bg {
	background: linear-gradient(230deg, #e7768c, #d36170) repeat scroll 0% 0%;
}
.blue-bg {
	background: radial-gradient(#ffffff,#d4e5f2) repeat scroll 0% 0%;
}
.blue-bg .mold svg .shape {
	fill: #d4e5f2;
}
.grey-bg {
	background: linear-gradient(230deg, rgb(250, 250, 250), rgb(246, 246, 246)) repeat scroll 0% 0%;
}
.light-grey-bg {
	background: linear-gradient(230deg, rgb(255, 255, 255), rgb(246, 246, 246)) repeat scroll 0% 0%;
}
.dark-grey-bg {
	background: url(/img/dark-grey.jpg) center center no-repeat;
	background-size: cover;
}

/*---------------*/
.fade-in {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity:0;
	transform: translateY(5rem);
}
.in-view .fade-in,
.ready .block-0 .fade-in {
	opacity:1;
	transform: translateY(0rem);
}
.fade-in:nth-child(2) {
	transition-delay: 0.3s;
}
.fade-in:nth-child(3) {
	transition-delay: 0.6s;
}
.fade-in:nth-child(4) {
	transition-delay: 0.9s;
}
.fade-in:nth-child(5) {
	transition-delay: 1.2s;
}
/*-----------------*/
.h-pic {
	position: relative;
	overflow: hidden;
	width: 6rem;
	height: 6rem;
	margin-bottom: 0.75rem;
	border-radius: 50%;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.h-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
					
		 
							   
					
					  
 
									
				  
					
 
				
				  
 
			
					 
					 
					
 
					
				
				  
   
								  
				
 

				
							   
							   
								
								 
								 
			 
				  
									 
									
							
 
					   
					 
 
/*------------------*/
ul.square-list {
	list-style: none;
	padding-left:0;
	font-size: 1.3em;
	margin-bottom: 3rem;
	line-height: 1.4rem;
}
ul.square-list li {
	padding-left:2em;
	padding-bottom:1.2em;
}
ul.square-list li:last-of-type {
	padding-bottom: 0;
}
ul.square-list li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top:0.18em;
	left:0;
	width:12px;
	height: 21px;
	background: url(/img/list-marker-white.svg) center center no-repeat;
	background-size: contain;
}
ul.square-list.inverted li::before {
	background: url(/img/list-marker-pink.svg) center center no-repeat;
	background-size: contain;
}

/* Desktop <=  1680 */
@media (max-width:105em){
	.content-block .txt ul {
		margin-bottom: 3em;
		font-size: 1.0em;
		line-height: 1.8em;
	}
}
/*  Desktop <= 1440 */
@media (max-width:90em){
	.content-block .txt ul {
		font-size: 0.94rem;
		line-height: 1.8rem;
	}
	ul.square-list {
		font-size: 1.1em;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	ul.square-list {
		font-size: 1.0em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	ul.square-list {
		font-size: 1.0em;
	}
	ul.square-list li {
		padding-left:2em;
		padding-bottom:0.8em;
	}
	ul.square-list li::before {
		top:0.38em;
		left:0;
		width:9px;
		height: 14px;
		background: url(/img/list-marker-white.svg) center center no-repeat;
		background-size: contain;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.content-block .txt ul {
		font-size: 0.84rem;
		line-height: 1.8rem;
	}
	ul.square-list {
		font-size: 1.0em;
	}
	ul.square-list li {
		padding-left:2em;
		padding-bottom:0.8em;
	}
	ul.square-list li::before {
		top:0.38em;
		left:0;
		width:9px;
		height: 14px;
		background: url(/img/list-marker-white.svg) center center no-repeat;
		background-size: contain;
	}
}
/*--*/
ol.num-list,
.num-list-wrap ol {
	list-style: outside none none;
	margin-bottom: 2rem;
	padding-left: 3rem;
	counter-reset: large-number-counter 0;
	hyphens: none;
}
ol.num-list li,
.num-list-wrap ol li {
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: flex-start;
    min-height: 2.5rem;
	padding-left: 0.5rem;
	counter-increment: large-number-counter 1;
	margin-bottom: 0.5rem;
}
ol.num-list li:last-of-type,
.num-list-wrap ol li:last-of-type {
	margin-bottom: 0;
}
ol.num-list li p,
.num-list-wrap ol li p {
	padding:0;
}
ol.num-list li::before,
.num-list-wrap ol li::before {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    content: counter(large-number-counter);
    position: absolute;
    left: -3rem;
    display: flex;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 50%;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
ol.num-list.white-disk li::before {
}
/*--*/
.txt ol {
margin:0px 0px 10px 20px;
padding:0px 0px 0px 20px;
}
.txt ol li {
margin:0px 0px 0px 0px;
padding:0px 0px 20px 24px;
line-height:1.8em;
position:relative;
}
.txt 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:#3e73b8;
top:0.8em;
left:0;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px; 
}
.work-area ul li ul {
margin:10px 0px 0px 0px;
}
/*------------------------------------------------------------------------*/
input,
button,
textarea,
select {
	font-family: 'Noto Sans', sans-serif;
	font-family: inherit;
}
input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select {
	display:inline-block;
	border-width:2px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	padding:0.5em 1.0em;
	margin:0;
	font-size:1.0em;
	font-weight:normal;
	background: #f4f4f4;
	color: #333333;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	text-overflow:ellipsis;
	-webkit-appearance: none;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	box-shadow:inset 0 0 2rem rgba(0, 0, 0, 0.0);
}
input[type="text"].small,
input[type="file"].small,
input[type="password"].small,
textarea.small,
select.small {
	font-size: 1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
/*--*/
input[type="text"].bx-calendar-year-input,
input[type="text"].bx-calendar-year-input:focus{
	font-size: 12px;
	padding: 12px 0;
	border:1px solid #ccc;
}
.plaque input[type="text"],
.plaque input[type="file"],
.plaque input[type="password"],
.plaque textarea,
.plaque select {
	background:rgba(255,255,255,1);
}
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
input[type="password"::-moz-placeholder],
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 0.5;
}
.inverted input[type="text"],
.inverted input[type="file"],
.inverted input[type="password"],
.inverted textarea,
.inverted select {
	background: rgba(255, 255, 255, 1);
}
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	/*border-bottom:2px solid #3e73b8;*/
}
textarea:empty {
height:12em;
}
textarea:focus {
}
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 {
	font-family: 'Noto Sans', sans-serif;
	display:block;
	position:relative;
	font-size:1.0em;
	line-height:1.2em;
	padding:0 0 0.5em 0;
	color: #899cb7;
	font-weight: 600;
}
label.smaller {
	font-size:0.9em;
}
label .note {
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	font-size:0.8em;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
label a.note {
	text-decoration:none;
	color:#6b7a80;
	border-bottom:1px dotted #6b7a80;
}
label a.note:hover {
	text-decoration:none;
	color:#3e73b8;
	border-bottom:1px dotted rgba(255,255,255,0) !important;
}
input[type="checkbox"],
input[type="radio"] {
	opacity:0.5;
}
input:read-only,
textarea:read-only,
select:read-only {
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	input[type="text"],
	input[type="file"],
	input[type="password"],
	textarea,
	select {
		padding:0.5em 1.0em;
		font-size:1.0em;
	}
	label {
		font-size:1.0em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	input[type="text"],
	input[type="file"],
	input[type="password"],
	textarea,
	select {
		padding:0.5em 1.0em;
		font-size:1.0em;
	}
	label {
		font-size:1.0em;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	input[type="text"],
	input[type="file"],
	input[type="password"],
	textarea,
	select {
		padding:0.5em 1.0em;
		font-size:1.0em;
	}
	label {
		font-size:1.0em;
	}
}
/* phone */
@media (max-width:27em){
	input[type="text"],
	input[type="file"],
	input[type="password"],
	textarea,
	select {
		padding:0.5em 1.0em;
		font-size:1.0em;
	}
	label {
		font-size:1.0em;
	}
}
/*------------- btn ---------------------*/
.btn {
display:inline-flex;
vertical-align: middle;
align-items: center;
position:relative;
padding:0.6em 1.25em;
color:#ffffff;
font-family: 'Montserrat', sans-serif;
font-size:0.94em;
line-height: 1.2em;
text-align: center;
font-weight:600;
text-transform: none;
text-align:left;
border-width:2px;
border-style:solid;
border-radius:0.5rem;
-moz-border-radius:0.5em;
-webkit-border-radius:0.5em;
-khtml-border-radius:0.5em; 
-webkit-transition: all .3s ease; 
-moz-transition: all .3s ease; 
transition: all .3s ease;
text-decoration:none;
-webkit-appearance: none;
background-color:#3e73b8;
border-color:#3e73b8;
cursor:default;
box-shadow:0 0 10px rgba(0,0,0,0);
cursor: pointer;
}
.btn:hover {
	color:#ffffff;
background-color:#356fc4;
border-color:#356fc4;
box-shadow:0 0 10px rgba(0,0,0,0);
}
.btn.disabled {
	cursor: default;
	opacity:0.5;
}
.btn.icon-btn-arrow {
}
.btn.icon-btn-arrow::after {
	content: '\e80c';
	font-family: "mbn" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 1.3em;
	width:1em;
	height:1em;
	text-align: center;
	margin-left: 0.3em;
	right:-0.5em;
}
.btn.white-btn {
	background:#ffffff;
	border-color:#ffffff;
	color:#3e73b8;
}
.btn.white-btn:hover {
	background:#ffffff;
	border-color:#ffffff;
	color:#3e73b8;
}
.btn.grey-btn {
	background:#899cb7;
	border-color:#899cb7;
	color:#ffffff;
}
.btn.grey-btn:hover {
	background:#356fc4;
	border-color:#356fc4;
	color:#ffffff;
}

.btn.small {
	font-size: 0.8em;
	font-weight: 600;
	padding:0.5em 1.2em;
}
.btn.big {
font-size:1.2em;
border-width:2px;
}
.btn.trans {
background:transparent;
color:#3e73b8;
}
.btn.trans:hover {
color:#ffffff;
background:#356fc4;
border-color:#356fc4;
}
.btn.trans.white-btn {
	background:transparent;
	color:#ffffff;
}
.btn.trans.white-btn:hover {
	background:#ffffff;
	border-color:#ffffff;
	color:#3e73b8;
}
.btn.trans.grey-btn,
.btn.trans.grey-btn.disabled:hover {
	background:transparent;
	color:#899cb7;
}
.btn.trans.grey-btn:hover {
	background:#899cb7;
	border-color:#899cb7;
	color:#ffffff;
}
.btn.no-brd {
	border-width: 0;
}
.btn.i-left:before,
.btn.i-right:before {
	display: inline-block;
	position: relative;
	overflow: visible;
	font-size: 2.0em;
	line-height: 0.3;
	width:auto;
	height:0;
	text-align: center;
	background-color: rgba(0,0,0,.1);
	margin-right: 0.2em;
}
.btn.i-right:before {
	order:2;
	margin-right: 0;
	margin-left: 0.2em;
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.btn {
		font-size:0.84em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.btn {
		font-size:0.80em;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.btn {
		font-size:0.70em;
	}
}
/* phone */
@media (max-width:27em){
	.btn {
		font-size:0.84em;
	}
	.btn.big {
		font-size:1.0em;
	}
}
/*------------------------*/
.form_block {
	position:relative;
}
.req:after {
	content: " * ";
	color:#3e73b8;
}
.form_block .f_input {
	display:block;
	position:relative;
}
.form_block .f_input .calendar_btn {
	position:absolute;
	top:8px;
	right:0;
	font-size:44px;
	color:#8a9193;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	cursor:pointer;
}
.form_block .f_input .calendar_btn:hover {
	color:#f46262;
}
.form_block .f_input .calendar_btn:before {
	content: "\72";
}
.form_block .f_input.f_error {
}
.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.card_num {
	display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns:  1fr 1fr 1fr 1fr;
	grid-column-gap: 1em;
	grid-row-gap: 0;
}
.form_block .f_input.card_num input:nth-of-type(1) {
	-ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.form_block .f_input.card_num input:nth-of-type(2) {
	-ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.form_block .f_input.card_num input:nth-of-type(3) {
	-ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}
.form_block .f_input.card_num input:nth-of-type(4) {
	-ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}
.form_block .f_input.card_num input {
	display:inline-block;
	width:auto;
	margin:0;
	text-align:center;
	padding-left:0;
	padding-right:0;
}
/*-- captcha --*/
.form_block .f_input.f_captcha {
	display: inline-block;
	width:40%;
}
.form_block .f_input.f_captcha input[type="text"] {
	padding-right:50%;
}
.form_block .f_input.f_captcha .captcha {
	display: inline-block;
	position: absolute;
	background-color: #f4f4f4;
	border-radius: 0 0.5em 0.5em 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: multiply;
	width:50%;
	height:100%;
	top:0;
	right:0;
}
.form_block .f_input textarea {
	display:block;
	margin-bottom:0;
}
.form_block .f_input .error,
.form_block .f_check .error {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	color:#f08286;
	font-weight:600;
	display:none;
	font-size:0.9em;
	line-height:1em;
	min-height:2em;
	padding:0.5em 0 0 1.0rem;
	text-align: left;
}
.form_block .f_check .error {
}
.form_block .f_input .error:before {
	content:'';
	display:block;
	position:absolute;
	border-color:#ffc5c5 transparent transparent transparent;
	border-style:solid;
	border-width:0.5em;
	top:0;
	left:1.0rem;
}
.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;
}
.form_block .f_error input[type="text"]:focus,
.form_block .f_error input[type="password"]:focus,
.form_block .f_error textarea:focus {
	background: #ebf2f6;
}
.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.inverted .f_error input[type="text"],
.form_block.inverted .f_error input[type="password"],
.form_block.inverted .f_error textarea {
	border-bottom:2px solid #df0000;
	background-color: rgba(221, 0, 0, 0.2);
}
.form_block .f_check,
.form_block .f_radio {
	display:inline-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: #3e73b8;
	text-decoration:none;
	border-bottom:2px dotted #3e73b8;
	-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:#3e73b8;
	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:#8f8f8f;*/
	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: #f4f4f4;
	border-radius: 0.2rem;
}
.form_block .f_check.f_error label span:before {
	background: #ffc5c5;
}
.form_block .f_check.f_error label + div.error {
}
.plaque .form_block .f_check label span:before,
.plaque .form_block .f_radio label span:before {
	background: #ffffff;
}
.form_block .f_check.f_error label span:before {
	/*border:2px solid #ff0000;
	background:#ffc5c5;*/
}
.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:#3e73b8;
}
.form_block .f_radio input:checked + span:after {
	background:#3e73b8;
}
.form_block .f_btn {
text-align:center;
}
.form_block .f_file {
position:relative;
padding:0;
margin-bottom:5px;
text-overflow: ellipsis;
width:100%;
min-height:40px;
}
.form_block .f_file.instance {
display:none;
}
.form_block .f_file .btn {
position:absolute;
display:block;
cursor:pointer;
}
.form_block .f_file span {
display:block;
margin:0 20px 5px 150px;
white-space:nowrap;
text-overflow: ellipsis;
overflow:hidden;
padding:7px 0;
}
.form_block .f_file input[type="file"] {
	display:none;
}
.form_block .f_file .delete {
display:block;
position:absolute;
right:0;
top:6px;
font-size:24px;
cursor:pointer;
width:20px;
height:20px;
border-radius:40px;
-moz-border-radius:40px;
-webkit-border-radius:40px;
-khtml-border-radius:40px; 
background:none;
text-align:center;
line-height:18px;
-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.form_block .f_file .delete:hover {
background:#df0000;
color:#ffffff;
}
.form_block .multi_files {
padding-bottom:10px;
}
.form_block .multi_files label {
padding-left:10px;
}
.feedback_success {
position:relative;
text-align:center;
padding-top:20px;
color:#3e73b8;
}
.feedback_success:before {
content: "\64";
display:block;
text-align:center;
font-size:12em;
color:#3e73b8;
line-height:1;
}
.success {
position:relative;
text-align:center;
padding-top:20px;
}
.success:before {
display:block;
text-align:center;
font-size:12em;
color:#3e73b8;
line-height:1;
}
/*--*/
.form_block ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.form_block ul li {
	margin: 0;
	padding: 0 0 2rem;
	line-height: 1em;
}
.form_block ul li::before {
	display: none;
}
.form_block ul.double-col {
 display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
}
.form_block ul.cols-6 {
	display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	margin-bottom: 1rem;
}
.form_block ul.cols-6 li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.form_block ul.double-col li {
	padding: 0.5rem 0 0;
}
.form_block ul.double-col li.block {
	grid-column-start: 1;
	grid-column-end: 3;
}
.form_block ul.cols-6 li.block {
	grid-column-start: 1;
	grid-column-end: 7;
}
.form_block ul li.ctr {
	text-align: center;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.form_block ul.double-col {
		display: -ms-grid;
		display:grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-column-gap: 2rem;
		grid-row-gap: 2rem;
	}
	.form_block ul.cols-6 {
		display: -ms-grid;
		display:grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		margin-bottom: 1rem;
	}
	.form_block ul.double-col li.block {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.form_block .f_input.f_captcha {
		width:60%;
	}
}
/* phone */
@media (max-width:27em){
.form_block ul.double-col {
	display: -ms-grid;
	   display:grid;
	   -ms-grid-columns: 1fr;
	   grid-template-columns: 1fr;
	   grid-column-gap: 2rem;
	   grid-row-gap: 1.5rem;
   }
   .form_block ul.cols-6 {
	display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	margin-bottom: 1rem;
}
   .form_block ul.double-col li.block {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.form_block .f_input.f_captcha {
		display: block;
		width:auto;
	}
}
/*--------------fancySelect ------*/
div.fancy-select {
	position: relative;
	font-weight: normal;
	color:#000000;
	margin-bottom:0px;
	width:auto;
	text-align:left;
	font-family: 'Noto Sans', sans-serif;
}
div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}
/*input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select {
	display:inline-block;
	border:0;
	border-width:0px;
	border-style:solid;
	border-color:#ff0000;
	padding:1em 1.5em;
	margin:0;
	font-size:1.125em;
	line-height: 0.9em;
	font-weight:500;
	background: #ebf2f6;
	color: #576c78;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	text-overflow:ellipsis;
	-webkit-appearance: none;
	border-radius:2em;
	-webkit-border-radius:2em;
}*/
div.fancy-select div.trigger {
	cursor: pointer;
	padding:0.5em 2.0em 0.5em 1.0em;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	position: relative;
	background: #f4f4f4;
	border-width:2px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	color: #333333;
	width: 100%;
    -webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	z-index:40;
	font-size:1.0em;
	line-height: 1.25em;
	font-weight:normal;
}
.plaque div.fancy-select div.trigger {
	background-color:rgba(255,255,255,1);
}
.f_error div.fancy-select div.trigger {
	/*border-bottom:2px solid #3e73b8;
	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 #3e73b8;
	border-bottom:2px solid #3e73b8;
	width:0.6em;
	height:0.6em;
	top:50%;
	right:1.0em;
	background:none;
	transform: translateY(-60%) rotate(45deg); 
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}

div.fancy-select.disabled div.trigger:after {
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
}
div.fancy-select div.trigger.open {
	background: #3e73b8;
	/*border-bottom:2px solid #3e73b8;*/
	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:#3e73b8;
	border-bottom-color:#3e73b8;
}
div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 3em;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 500;
	max-height: 200px;
	overflow: auto;
	background: #ffffff;
	border-top: 0px solid #7DD8D2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0.5rem;
	width: 100%;
	padding: 0;
	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;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 2.5em;
	opacity: 1;
	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;
}
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: #3e73b8;
	background:#f4f6f8; 
}


/*------------------------------------- slick override -----------------------------------------*/
.carousel {
	margin:0 -1.75rem !important;
	display:block;
}
.carousel.arrows {
	padding-bottom:6rem;
}
.slick-track {
	  display: flex !important;
}
	
.slick-slide {
	height: auto !important;
	position:relative;
}
/*--*/
.slick-prev,
.slick-next {
	z-index: 3;
	top:30%;
	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
	cursor: pointer;
	color: #a0b0bd;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.10);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	transform:translate(0, -50%) scale(100%);
	opacity:1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
	cursor: auto;
}
.slick-prev {
	left:0;
	right:auto;
	margin-left: 0.55rem;
}
.slick-next {
	right:0;
	left:auto;
	margin-right: 0.55rem;
}
.slick-prev::before, 
.slick-next::before {
	font-family: "mbn" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	color: #a0b0bd;
	font-size: 1.4rem;
	line-height: 2.8rem;
	opacity:1;
}
.slick-prev:before {
	content: '\e80a' !important;
}
.slick-next:before {
	content: '\e80c' !important;
}
.slick-prev:hover::before, 
.slick-next:hover::before {
	color: #ffffff;
}
.slick-prev.slick-disabled:hover::before, 
.slick-next.slick-disabled:hover::before {
	color: #a0b0bd;
}
.slick-prev:focus, 
.slick-next:focus {
	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
}
.slick-prev:hover, .slick-next:hover {
	background: #3e73b8;
	transform:translate(0, -50%) scale(110%);
}
.slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:focus, .slick-next.slick-disabled:focus {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	transform:translate(0, -50%) scale(100%);
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
	/*color:rgba(255, 255, 255, 0);*/
	opacity: 0.8;
}
/*--*/
.slick-dots {
position:relative !important;
padding: 1.5rem 0 0;
bottom:auto;
}
.slick-dots li:before {
display:none !important;
}
.slick-dots li button:before {
	color:#333 !important;
}
.slick-dots li.slick-active button:before {
	color:#3e73b8 !important;
	opacity:1 !important;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 0px;
	margin: 0 0.5em !important;
	padding: 0 !important;
}
.slick-dots li button {
font-size: 1em;
line-height: 0;
display: block;
position:absolute;
bottom:0em;
width: 0.5rem !important;
height: 0.5rem !important;
padding: 0;
cursor: pointer;
color: transparent;
border:none !important;
outline: none;
background:rgba(0,0,0,.2) !important;
border-radius:100%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.slick-dots li button:hover {
	background:rgba(0,0,0,.4) !important;
}
.slick-dots li.slick-active button {
background:#3e73b8 !important;
}
.slick-dots li button::before {
display:none;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.carousel {
		margin:0 -1.25rem !important;
	}
	.slick-prev,
	.slick-next {
		top:30%;
	}
	.slick-prev {
		margin-left: 0;
	}
	.slick-next {
		margin-right: 0;
	}
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.slick-prev,
	.slick-next {
		top:27%;
	}
	.slick-prev {
		margin-left: 0;
	}
	.slick-next {
		margin-right: 0;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.carousel {
		margin:0 -1.0rem !important;
	}
	.slick-prev,
	.slick-next {
		top:20%;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.carousel {
		margin:0 -1.0rem !important;
	}
}
/* phone */
@media (max-width:27em){
	.carousel {
		margin:0 -1.5rem !important;
	}
	.slick-prev,
	.slick-next {
		top:25%;
	}
	.slick-prev {
		border-radius: 0 50% 50% 0;
		margin-left: 0;
	}
	.slick-next {
		border-radius: 50% 0 0 50%;
		margin-right: 0;
	}
	.slick-prev:hover, .slick-next:hover {
		transform:translate(0, -50%) scale(100%);
	}
}
/*------------------------------------------------------------------------*/
.wrap {
	position:relative;
	margin:auto;
	/*max-width: 1920px;
	overflow: hidden;*/
	padding-top:0;
}
.wrap.side-open {
	overflow: hidden;
}
.wrap.start {
	overflow: hidden;
	height:100vh;
}
.nbs-container {
	position:relative;
	/*max-width:1760px;
	margin:0 auto;*/
}
.pdd {
	padding-left:3.5rem;
	padding-right:3.5rem;
}
.std {
	padding-top:3.5rem;
	padding-bottom:3.5rem;
}
.plaque {
	position: relative;
	background-color: #edf0f4;
	padding: 2rem;
	margin-bottom: 3rem;
	border-radius: 0.5rem;
}
.pic-txt {
	display: flex;
	gap: 2rem;
	align-items: center;
}
.pic-txt .p-txt {
	width: 75%;
	padding: 0;
}
.pic-txt.pic-right .p-txt {
	order: 1;
}
.pic-txt .p-pic {
	width:25%;
	text-align: center;
}
.pic-txt.pic-right .p-pic {
	order: 2;
}
.pic-txt .p-pic img {
	max-width: 100%;
	height: auto;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.pdd {
		padding-left:2.5rem;
		padding-right:2.5rem;
	}
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.pdd {
		padding-left:2.0rem;
		padding-right:2.0rem;
	}
	.std {
		padding-top:2.5rem;
		padding-bottom:2.5rem;
	}
}

/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.pdd {
		padding-left:2.0rem;
		padding-right:2.0rem;
	}
	.std {
		padding-top:2.0rem;
		padding-bottom:2.0rem;
	}
}
/* tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
    .pdd {
		padding-left:2.0rem;
		padding-right:2.0rem;
	}
	.std {
		padding-top:2.0rem;
		padding-bottom:2.0rem;
	}
}
/* small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
    .pdd {
		padding-left:2rem;
		padding-right:2rem;
	}
	.std {
		padding-top:2.0rem;
		padding-bottom:2.0rem;
	}
	.pic-txt {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
	.pic-txt .p-txt {
		width: 100%;
		padding: 0;
	}
	.pic-txt.pic-right .p-txt {
		order: 2;
	}
	.pic-txt .p-pic {
		width:100%;
		text-align: center;
	}
	.pic-txt.pic-right .p-pic {
		order: 1;
	}
	.pic-txt .p-pic img {
		max-width: 50%;
		height: auto;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.pdd {
		padding-left:2rem;
		padding-right:2rem;
	}
	.std {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
}
/* phone */
@media (max-width:27em){
	.pdd {
	padding-left: 1.5em;
	padding-right: 1.5em;
	}
	.std {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
	.plaque {
		padding: 1.5rem;
		margin-bottom: 2rem;
		border-radius: 0.5rem;
	}
}
/*-- whiteout --*/
.whiteout {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:#f1ede4;
	background: rgba(255, 255, 255, 0.98);
	z-index:999;
	overflow-y: auto;
	}
.whiteout .content {
	  display:table;
	position:relative;
	margin:auto;
	max-width:600px;
	height: 100%;
	width:100%;
	text-align: center;
}
#login-form .content {
	max-width:420px;
}
.whiteout .content form,
.whiteout .content .msg {
	  display: table-cell;
	  vertical-align: middle;
	  padding: 2em;
}
.whiteout .content .msg {
	text-align: center;
}
.whiteout .content .msg::before {
	position: relative;
	display: inline-block;
	font-size: 10em;
	color: #3e73b8;
}
.whiteout .close {
	display:block;
	position:fixed;
	right:1.5em;
	top:1em;
	text-decoration:none;
	font-size:2em;
	color: #999999;
	line-height:40px;
	opacity:0.5;
	cursor:pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.whiteout .close:hover {
	opacity:1;
}
.popup-form p {
	padding-bottom:10px;
	line-height:20px;
	text-align:center;
}
.popup-form .btn {
	display:block;
	margin:auto;
	margin-bottom:20px;
}
.popup-form .enter_error {
	position:relative;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 2em 0;
	text-align: center;
}
.popup-form .enter_error:before {
	content:'!';
	font-weight:600;
	text-align:center;
	text-indent:-2px;
	font-size:18px;
	line-height:25px;
	display: inline-block;
	height: 0;
	width: 0;
	position: relative;
	border-color:transparent transparent #ffb400  transparent ;
	border-style: solid;
	border-width:22px 14px 22px 14px;
	margin-right:0.5em;
	z-index:2;
}
.popup-form input[type="text"],
.popup-form input[type="file"],
.popup-form input[type="password"],
.popup-form textarea,
.popup-form select {
		/*background:rgba(255,255,255,0.9);*/
}
#login-form input[type="text"],
#login-form input[type="file"],
#login-form input[type="password"],
#login-form textarea,
#login-form select {
		text-align: center;
}
/* phone */
@media (max-width:27em){
	.whiteout {
	border-bottom:1px solid #ccc;
	}
	.whiteout .content {
	margin:auto;
	width:auto;
	padding:0;
	}
	.whiteout .close,
	.top_menu_wrap .close {
	right:1em;
	top:1em;
	font-size:30px;
	line-height:30px;
	}
}
/*------------------------------ header-block -------------------------------------------*/
.header-block {
	position: fixed;
	/*display: flex;
	justify-content:space-between;*/
	/*background:rgba(255,255,255,1);
	background: #3e73b8;*/
	width:100%;
	height: auto;
	top:0;
	left:0;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	z-index: 10;
}
.main-page .header-block {
	/*padding-top:2rem;*/
}
/*.inner-page .header-block {
	position: relative;
}*/
.header--hidden .header-block {
	-webkit-transform: translateY( -100% );
	-ms-transform: translateY( -100% );
	transform: translateY( -100% );
}
.header--hidden.side-open .header-block {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.header--narrow .header-block,
.main-page.header--narrow .header-block,
.inner-page .header-block {
	/*background:rgba(255,255,255,1);
	background:#3e73b8;*/
	padding-top:0;
} 
.header-block::before {
	content: '';
	display: block;
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header--narrow .header-block::before {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.header--narrow.header--hidden .header-block::before {
	box-shadow: 0 0 10px rgba(0,0,0,0);
}
.header-block .nbs-container {
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: auto;
	position: unset;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
/*--*/
.header-block .h-top {
	position: relative;
	z-index: 3;
	background:#3e73b8;
}
.header-block .h-top-left {
	display: flex;
	align-items: center;
}
.side-open .header-block .h-top-left .menu {
	transform: translateY(-100%);
	opacity:0;
}
.header-block .h-top-right {
	display: flex;
	align-items: center;
}
.header-block .h-top .nbs-container {
	height: 5rem;
}
/*--*/
.header-block .h-bottom {
	position: relative;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.inner-page .header-block .h-bottom {
	background: #ecf4f7;
}
.side-open .header-block .h-bottom {
	transform: translate(25%, 0% );
}
.header--narrow .header-block .h-bottom {
	transform: translate(0%, -100% );
}
.header--narrow.side-open .header-block .h-bottom {
	transform: translate(25%, -100% );
}
.header-block .h-bottom .nbs-container {
	height: 8rem;
}
/*--*/
.header-block .top {
	position: relative;
	/*width:30%;*/
	margin-right: 2rem;
}
.header-block .side {
	/*position: relative;*/
	width:70%;
	flex-grow: 2;
	/*-webkit-transition: all .7s ease; 
	-moz-transition: all .7s ease; 
	transition: all .7s ease;*/
}
.header-block .top .nbs-container,
.header-block .side .nbs-container {
	height:8em;
	background:rgba(0,0,0,0);
	z-index: 2;
}
.header-block .top .nbs-container {
	justify-content: flex-start;
	align-items: center;
}
.header-block .side .nbs-container {
	position: unset;
	display: flex;
	/*justify-content: flex-end;*/
	justify-content: space-between;
	align-items: center;
}
/*-- logo --*/
.header-block .logo {
	/*position:absolute;*/
	position: relative;
	z-index: 10;
	/*top:50%;
	left:0;
	transform: translateY(-50%);*/
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	background-color: rgba(0,0,0,0);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.side-open .header-block .logo {
	z-index: 1;
}
.header--narrow .header-block .logo {
	/*top:50%;*/
}
.header-block .logo a {
	display: inline-block;
	position: relative;
	z-index: 2;
	height: 6rem;
	width: auto;
}
.header-block .logo span {
	/*display: block;
	position: absolute;
	top:0;
	left:0;
	height: 100%;*/
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.header-block .logo span:nth-of-type(1) {
	height: 4.5rem;
}
.header-block .logo span:nth-of-type(2) {
	height: 3rem;
	margin-left: 1rem;
}
.header-block .logo img {
	position: relative;
	/*left:0;
	top:50%;
	transform: translateY(-50%);*/
	width:auto;
	max-height: 100%;
	display:inline-block;
	background-color: rgba(0,0,0,0);
}
.main-page .header-block .logo img:nth-of-type(2),
.inner-page .header-block .logo img:nth-of-type(1) {
	display: none;
}
/*-- menu-btn --*/
.header-block .menu-btn-wrap {
	/*display: none;
	position: absolute;*/
	z-index: 10;
	/*top:50%;
	right:0;
	transform: translateY(-50%);*/
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	position: relative;
	left: -0.375rem;
}
.menu-btn-wrap .menu-btn {
	display: block;
	position: relative;
	width:2.75rem;
	height:2.75rem;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.menu-btn-wrap .menu-btn span {
	display: inline-block;
	position: absolute;
	z-index: 2;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0);
	width:24px;
	height:20px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-top:2px solid #d8e3f1;
	border-bottom:2px solid #d8e3f1;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.menu-btn-wrap .menu-btn:hover span {
	border-top-color:rgba(255,255,255,1);
	border-bottom-color:rgba(255,255,255,1);
}
.side-open .menu-btn-wrap .menu-btn span {
	border-top-color:rgba(255,255,255,0);
	border-bottom-color:rgba(255,255,255,0);
}
.menu-btn-wrap .menu-btn span::before,
.menu-btn-wrap .menu-btn span::after {
	content: '';
	display: inline-block;
	position: absolute;
	left:0;
	top:7px;
	width:100%;
	height: 2px;
	background: #d8e3f1;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.menu-btn-wrap .menu-btn:hover span::before,
.menu-btn-wrap .menu-btn:hover span::after {
	background: rgba(255, 255, 255, 1);
}
.side-open .menu-btn-wrap .menu-btn span::before {
	transform: rotate(45deg);
}
.side-open .menu-btn-wrap .menu-btn span::after {
	transform: rotate(-45deg);
}
/*-- lang --*/
.header-block .lang-toggle {
	display: inline-block;
	position: absolute;
	z-index: 3;
	top:50%;
	transform: translateY(-50%);
	right:0;
	height: 2.75rem;
	background: rgba(0, 0, 0, 0);
	padding-left:0;	
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .lang-toggle .lang-btn::before {
	display:block;
	font-size:1.5em;
	width:2.75rem;
	height: 2.75rem;
	text-align: center;
	overflow: hidden;
	line-height: 2.75rem;
	cursor: pointer;
	color:rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .lang-toggle.active .lang-btn::before {
	color:rgba(255, 255, 255, 1);
}
.header-block .lang-toggle .popup {
	display: none;
	position: absolute;
	top:100%;
	left:1.375rem;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0);
	  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	white-space: nowrap;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0;
	overflow: hidden;
	border-radius: 0.3rem;
  }
.header-block .lang-toggle.active .popup {
	margin-top: 0;
	opacity:1;
  }
.header-block .lang-toggle .popup span,
.header-block .lang-toggle .popup a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0.5em 0.5em;
	font-family: 'Montserrat', sans-serif;
	  font-weight:500;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 0.8em;
	font-weight: 700;
  }
.header-block .lang-toggle .popup span,
.header-block .lang-toggle .popup:hover span:hover,
.header-block .lang-toggle .popup:hover a:hover {
	color:#3e73b8;
	background-color: #ffffff;
  }
.header-block .lang-toggle .popup a,
.header-block .lang-toggle .popup:hover span {
   color: #ffffff;
   background-color: #3e73b8;
  }
/*-- search --*/
.header-block .search {
	display: block;
	position: absolute;
	/*width:22em;*/
	max-width: 100%;
	right:-1em;
	top:100%;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	padding-top:0em;
	transform: translateY(-100%);
}
.header-block .search.active,
.main-page.header--narrow .header-block .search.active {
	padding-top:1em;
	transform: translateY(0%);
}
.header-block .search .search-content {
	position: relative;
}
.header-block .search .form {
	position: relative;
	z-index: 1;
	display: block;
	margin-left:-0.5em;
	opacity:0;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .search.active .form {
	opacity:1;
}
.header-block .search .form::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width:100%;
	height:100%;

}
.header-block .search.active .form::before {
	display: none;
}
.header-block .search form {
	display: flex;
	position: relative;
	background:rgba(255,255,255,1);
	border-radius: 0.5em;
	padding:3px;
	box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
}
.header-block .search .icon-search::before {
	line-height: 1.4em;
	text-align: center;
	font-size:2.0em;
	color: #ffffff;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.inner-page .header-block .search .icon-search::before,
.header--narrow .header-block .search .icon-search::before {
	color: #a2a8c1;
}
.header-block .search.active .icon-search::before {
	color: #a2a8c1;
}
.inner-page .header-block .search.active .icon-search::before,
.header--narrow .header-block .search.active .icon-search::before {
	color: #ffffff;
}
.header-block .search .icon-search:hover::before,
.header--narrow .header-block .search .icon-search:hover::before {
	color:#c1272d;
}
.header-block .search input[type="text"] {
	z-index: 1;
	-webkit-transition: all .7s ease; 
	-moz-transition: all .7s ease; 
	transition: all .7s ease;
	text-overflow:ellipsis;
	margin-bottom: 0;
	padding-right:0;
	width:100%;
	background:none;
}
.header-block .search input[type="submit"] {
	display: inline-block;
	position: relative;

}
.header-block .search-toggle {
	display: inline-block;
	/*position: absolute;*/
	position: relative;
	right:-0.5rem;
	/*z-index: 3;
	top:50%;
	transform: translateY(-50%);
	right:3.5rem;*/
	background: rgba(0, 0, 0, 0);
	padding-left:0;	
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .search-toggle .icon-search::before {
	display:block;
	font-size:1.5em;
	width:2.75rem;
	height: 2.75rem;
	text-align: center;
	overflow: hidden;
	line-height: 2.8rem;
	cursor: pointer;
	color:rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .search-toggle:hover .icon-search::before,
.header-block .search-toggle.active .icon-search::before {
	color:rgba(255, 255, 255, 1);
}
/*-- menu --*/
.header-block .menu {
	z-index: 3;
	padding-right:0;
	-webkit-transition: all .5s ease; 	
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.header-block .menu ul {
	list-style: none;
	display: flex;
	justify-content:flex-end;
}
.header-block .menu ul li {
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0 1em;
}
.header-block .menu ul li.single-col {
	position: relative;
}
.header-block .menu ul li span {
	display:none;
	cursor: pointer;
}
.header-block .menu ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size:1.0em;
	line-height: 1;
	font-weight: 700;
	color:rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .menu ul li:hover a,
.header-block .menu ul li a.active {
	color:rgba(255, 255, 255, 1);
}
.header-block .menu ul li ul {
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	font-size: 0.84em;
	background-color:rgba(239, 244, 248, 0.95);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	-webkit-transition: opacity .5s ease; 	
	-moz-transition: opacity .5s ease; 
	transition: opacity .5s ease;
	transform-origin: top left;
	transform: scaleY(0%);
	opacity:0;
	padding-top:2rem;
}
.header-block .menu ul li:hover ul {
	display: flex;
	transform: scaleY(100%);
	opacity:1;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.header-block .menu ul li.single-col ul {
	width:auto;
	flex-direction: column;
	width:16rem;
}
.header-block .menu ul li ul li {
	display: block;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s ease; 	
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	transform:translateY(-2rem);
	padding: 0 2rem 2rem;
}
.header-block .menu ul li ul li:first-of-type {
	display: none;
}
.header-block .menu ul li:hover ul li {
	transform:translateY(0rem);
}
.header-block .menu ul li.multi-col ul li {
	width:25%;
}
.header-block .menu ul li.single-col ul li {
	width:100%;
}
.header-block .menu ul li ul li a {
	color:#939ea7;
	line-height:1.4em;
}
.header-block .menu ul li:hover ul li a {
	color:#6d767d;
}
.header-block .menu ul li:hover ul li a:hover {
	color: #3e73b8;
}
.header-block .menu ul li.single-col ul li a div {
	display: block;
	margin: 0 auto 1rem;
	vertical-align: middle;
	width:5rem;
	height: 5rem;
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
}
.header-block .menu ul li.single-col ul li a div img {
	position: absolute;
	inset: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
.header-block .menu ul li.multi-col ul li ul {
	position: relative;
	top:auto;
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0);
	margin: 0;
	padding:2rem 0 0;
	font-size: 0.9em;
}
.header-block .menu ul li.multi-col ul li ul li {
	width:100%;
	padding-left:0rem;
	padding-bottom:1rem;
}
.header-block .menu ul li.multi-col ul li ul li:first-of-type {
	padding-bottom:0;
}
.header-block .menu ul li.multi-col ul li ul li a {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
/*-- covid --*/
.header-block .covid-btn {
	display: block;
	position: relative;
	z-index: 2;
	padding-right: 2rem;
}
.header-block .covid-btn a {
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	
	color:rgba(255, 255, 255, 0.8);
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.header-block .covid-btn a:hover {
	color:rgba(255, 255, 255, 1);
}
.header-block .covid-btn a span {
	display: inline-block;
	font-size:1.0em;
	line-height: 1.3rem;
	font-weight: 700;
}
.header-block .covid-btn a::before {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3rem;
	margin-right: 0.7rem;
}
/*-- social --*/
.header-block .social {
	position: relative;
	right:-0.5rem;
	z-index: 2;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.social ul {
	list-style: none;
	display: flex;
	justify-content:flex-start;
}
.social ul li {
	position: relative;
	display: inline-block;
	margin-right: 0.5rem;
	/*padding: 1em 0 2em;*/
}
.social ul li a {
	display: block;
	text-decoration: none;
	width:2.75rem;
	height:2.75rem;
	overflow: hidden;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0);
	border-radius: 100%;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	cursor: pointer;
}
.social ul li a:hover {
	color: rgba(255, 255, 255, 1);
}
.header-block .social ul li a {
}
.social ul li a::before {
	font-size: 1.4rem;
	line-height: 2.65rem;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.header-block .menu ul li {
		padding: 0 0.5em;
	}
	.header-block .menu ul li a {
		font-size:0.94em;
		line-height: 2.5rem;
	}
	.header-block .covid-btn a span {
		font-size:0.94em;
	}
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.header-block .h-bottom .nbs-container {
		height: 7rem;
	}	
	.header-block .menu ul li a {
		font-size:0.90em;
		line-height: 2.0rem;
	}
	.header-block .covid-btn {
		padding-right: 1rem;
	}
	.header-block .covid-btn a span {
		font-size:0.90em;
	}
}
/* Desktop <  1366 */
@media (max-width:84em){
	.header-block .menu ul li a {
		font-size:0.80em;
		line-height: 2.0rem;
	}
	.header-block .covid-btn a span {
		font-size:0.80em;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.header-block .h-top .nbs-container {
		height: 4rem;
	}
	.header-block .h-bottom .nbs-container {
		height: 6rem;
	}
	.header-block .logo span:nth-of-type(1) {
		height: 4rem;
	}
	.header-block .menu {
		display:none;
	}
	.social ul li {
		margin-right: 0;
	}
	.side-open .header-block .h-bottom {
		transform: translate(33.3%, 0% );
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.header-block .h-top .nbs-container {
		height: 4rem;
	}
	.header-block .h-bottom .nbs-container {
		height: 5.5rem;
	}
	.header-block .logo span:nth-of-type(1) {
		height: 3.5rem;
	}
	/*--social--*/
	/*--lang--*/
	.header-block .lang-toggle {
		top:1.5rem;
		transform: none;
	}
	.header-block .lang-toggle .lang-btn {
		margin-right: 3.5rem;
	}
	/*-- menu --*/
	.header-block .menu {
		display:none;
	}
	.side-open .header-block .h-bottom {
		transform: translate(50%, 0% );
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.header-block .search {
		width: 100%;
		right: 0;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.header-block .h-top .nbs-container {
		height: 4rem;
	}
	.header-block .h-bottom .nbs-container {
		height: 5.5rem;
	}
	.header-block .logo span:nth-of-type(1) {
		height: 3.5rem;
	}
	/*--social--*/
	/*--lang--*/
	.header-block .lang-toggle {
		top:1.5rem;
		transform: none;
	}
	.header-block .lang-toggle .lang-btn {
		margin-right: 3.5rem;
	}
	/*-- menu --*/
	.header-block .menu {
		display:none;
	}
	.side-open .header-block .h-bottom {
		transform: translate(50%, 0% );
	}
	
}
/* Phone landscape*/
@media (max-width:760px) and (max-height:420px) {

}
/* Phone*/
@media (max-width:27em){
	.header-block .h-bottom .nbs-container {
		height: 5.0rem;
	}
	.header-block .logo span:nth-of-type(1) {
		height: 2.6rem;
	}
	.header-block .search {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.side-open .header-block .h-bottom {
		transform: translate(100%, 0% );
	}
}
/* Small phone*/
@media (max-width:22em){

}
/*----------------------------------- side-block---------------------------*/
.side-block {
	position: fixed;
	z-index: 1;
	overflow: hidden;
	height:100%;
	height: calc(100% - 5rem);
	width:25%;
	top:5rem;
	left:0;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	background: #315c93;
	transform: translateX(-100%);
	overflow-y: auto;
}
.side-open .side-block {
	transform: translateX(0%);
	z-index: 11;
}
/*-- menu --*/
.side-block .menu {
	z-index: 3;
	position: unset;
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all .5s ease; 	
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.side-block .menu ul,
.side-block .menu ul li ul,
.side-block .menu ul li.multi-col ul,
.side-block .menu ul li ul li ul,
.side-block .menu ul li.multi-col ul li ul {
	position: fixed;
	width:100%;
	height: auto;
	top:0;
	overflow: auto;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	flex-wrap: wrap;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	background-color: rgba(0,0,0,0);
	font-size:1.0em;
	padding-top:2.5rem;
	padding-bottom:2.5rem;
	z-index: 1;
	transform: none;
	opacity: 1;
}
.side-block .menu ul li:hover ul {
	display: flex;
	transform: none;
	opacity:1;
}
.side-block .menu ul li ul {
	z-index: 2;
	align-items: flex-start;
}
.side-block .menu ul li ul li ul {
	z-index: 3;
}
.side-block .menu ul,
.side-block .menu ul li ul,
.side-open .side-block .menu ul li ul,
.side-block .menu ul li.multi-col ul,
.side-open .side-block .menu ul li.multi-col ul,
.side-block .menu ul li ul li ul,
.side-open .side-block .menu ul li ul li ul,
.side-block .menu ul li.multi-col ul li ul,
.side-open .side-block .menu ul li.multi-col ul li ul,
.side-block .menu ul li.open ul li ul,
.side-open .side-block .menu ul li.open ul li ul,
.side-block .menu ul li.multi-col.open ul li ul,
.side-open .side-block .menu ul li.multi-col.open ul li ul {
	left:100%;
}
.side-open .side-block .menu ul,
.side-open .side-block .menu ul li.open ul,
.side-open .side-block .menu ul li.multi-col.open ul,
.side-open .side-block .menu ul li.open ul li.open ul,
.side-open .side-block .menu ul li.multi-col.open ul li.open ul {
	left:0%;
}
.side-block .menu ul.next-level,
.side-block .menu ul.next-level li ul.next-level,
.side-block .menu ul.next-level li.multi-col ul.next-level {
	left:-100%;
}
.side-block .menu ul li,
.side-block .menu ul li ul li,
.side-block .menu ul li.multi-col ul li,
.side-block .menu ul li ul li ul li,
.side-block .menu ul li.multi-col ul li ul li {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	padding: 0 2.5rem 2.5rem 0;
	height: auto;
	width:100%;
	transform: none;
	-webkit-transition: all .5s ease; 	
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.side-block .menu ul li ul li,
.side-block .menu ul li.multi-col ul li,
.side-block .menu ul li ul li ul li,
.side-block .menu ul li.multi-col ul li ul li {
	padding: 0 2.5rem 2.5rem 2.5rem;
}
.side-block .menu ul li span {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.side-block .menu ul li span.fwd {
	display: block;
	position: absolute;
	top:-0.3rem;
	right:0;
}
.side-block .menu ul li span.bwd {
	display: flex;
	align-items: center;
	position: relative;
}
.side-block .menu ul li span.fwd::before,
.side-block .menu ul li span.bwd::before {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 2.1rem;
	width:2.0rem;
	height:2.0rem;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.side-block .menu ul li span.fwd:hover::before {
	background: #3e73b8;
}
.side-block .menu ul li span.bwd::before {
	margin-right: 0.5rem;
	background: #3e73b8;
}
.side-block .menu ul li ul li:first-of-type,
.side-block .menu ul li.multi-col ul li:first-of-type,
.side-block .menu ul li.single-col ul li:first-of-type {
	display: block;
	-webkit-transition: opacity .3s ease; 	
	-moz-transition: opacity .3s ease; 
	transition: opacity .3s ease;
	opacity:0;
	position: relative;
	padding: 0 0 3rem 0;
}
.side-block .menu ul li ul li ul li:first-of-type,
.side-block .menu ul li.multi-col ul li ul li:first-of-type {
}
.side-block .menu ul li.open ul li ul li:first-of-type {
	opacity:0;
}
.side-block .menu ul li.open ul li:first-of-type,
.side-block .menu ul li.open ul li.open ul li:first-of-type {
	opacity:1;
}
.side-block .menu ul li a,
.side-block .menu ul li ul li a,
.side-block .menu ul li ul li ul li a,
.side-block .menu ul li span,
.side-block .menu ul li ul li span,
.side-block .menu ul li ul li ul li span {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size:1.0em;
	line-height: 1.4em;
	font-weight: 700;
	color:rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.side-block .menu ul li span.bwd {
	color:rgba(255, 255, 255, 0.5);
}
.side-block .menu ul li a:hover,
.side-block .menu ul li span:hover,
.side-block .menu ul li a.active {
	color:rgba(255, 255, 255, 1);
}
.side-block .menu ul li.multi-col ul li ul li a {
}
.side-block .menu ul li a,
.side-block .menu ul li:hover a,
.side-block .menu ul li:hover ul li a {

}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.side-block {
		height: calc(100% - 4rem);
		width:33.3%;
		top:4rem;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.side-block {
		height: calc(100% - 4rem);
		width:50%;
		top:4rem;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.side-block {
		height: calc(100% - 4rem);
		width:100%;
		top:4rem;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.side-block {
		height: calc(100% - 4rem);
		width:50%;
		top:4rem;
	}
}

/*--------------------------------- half-block ----------------------------*/
.half-block {
	position: relative;
}
.half-block .nbs-container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	max-width: unset;
	flex-wrap: wrap;
	/*min-height: 100vh;*/
}
.half-block.full-height .nbs-container {
	min-height: 100vh;
}
.half-block .txt {
	position:relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:50%;
	z-index:3;
}
.half-block.pic-left .txt {
	order: 2;
}
.half-block.block-0 .txt {
	padding-top:6rem;
}
.half-block.product-intro-block .txt {
	padding-bottom:6rem;
}
.half-block .pic {
	position:relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:50%;
	z-index:2;
}
.half-block.block-0 .pic {
	padding-top:6rem;
}
.half-block.product-intro-block .pic {
	padding-bottom:6rem;
}
.half-block.pic-left .pic {
	order: 1;
}
.half-block .pic.full-size {
	position: unset;
}
.half-block .pic .image {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow: hidden;
}
.half-block .pic.full-size .image {
	max-width:unset;
}
.half-block .pic .image img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.half-block .pic .image video {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.half-block .pic .content {
	position: relative;
	z-index: 2;
}
.half-block .pic .double-txt {
	display: none;
}
.half-block .pic .image .slick-slider,
.half-block .pic .image .slick-slider .slick-list,
.half-block .pic .image .slick-slider .slick-track {
	height:100%;
}
.half-block .pic .content .slick-initialized .slick-slide {
}
.half-block .pic .content .slick-slide img {
	display: inline-block;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.half-block .nbs-container {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		/*min-height: unset;*/
	}
	.half-block.full-height .nbs-container {
		min-height: unset;
	}
	.half-block .txt {
		position:relative;
		z-index: 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width:100%;
	}
	.half-block.pic-top .txt {
		order:2;
	}
	.half-block.pic-bottom .txt {
		order:1;
	}
	.half-block.block-0 .txt {
		padding-top:6rem;
	}
	.half-block.block-0.pic-top .txt {
		padding-top:0rem;
	}
	.half-block.pic-top .txt .doubled {
		display: none;
	}
	.half-block .pic {
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width:100%;
		z-index:2;
		min-height: 50vh;
	}
	.half-block.product-intro-block .pic {
		padding-bottom:0;
	}
	.half-block .pic.full-size {
		position: relative;
	}
	.half-block.pic-top .pic {
		order:1;
	}
	.half-block.pic-bottom .pic {
		order:2;
	}
	.block-0.pic-top .pic {
		padding-top:6rem;
	}
	.half-block .pic .double-txt {
		display: block;
		position: relative;
		z-index: 2;
		margin-right:50%;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.half-block .nbs-container {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		/*min-height: unset;*/
	}
	.half-block.full-height .nbs-container {
		min-height: unset;
	}
	.half-block .txt {
		position:relative;
		z-index: 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width:100%;
	}
	.half-block.pic-top .txt {
		order:2;
	}
	.half-block.block-0 .txt {
		padding-top:6rem;
	}
	.half-block.block-0.pic-top .txt {
		padding-top:0rem;
	}
	.half-block.pic-top .txt .doubled {
		display: none;
	}
	.half-block .pic {
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width:100%;
		z-index:2;
		min-height: 100vh;
	}
	.half-block .pic.full-size {
		position: relative;
	}
	.half-block.pic-top .pic {
		order:1;
	}
	.block-0.pic-top .pic {
		padding-top:6rem;
	}
	.half-block .pic .double-txt {
		display: block;
		position: relative;
		z-index: 2;
		margin-right:50%;
	}
}
/* Phone */
@media (max-width:27em){
	.half-block .pic {
		min-height: 45vh;
	}
	.half-block.block-0.pic-top .pic {
		padding-top:5rem;
	}
	.half-block.product-intro-block .txt {
		padding-bottom:3rem;
	}
}
/*--------------------------------- slider-block -------------------------*/
.slider-block {
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s ease; 	
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.side-open .slider-block  {
	transform: translateX(25%);
}
.slider-block .nbs-container {
	position: unset;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	max-width: unset;
	flex-wrap: wrap;
	max-width: 1800px;
	margin: 0 auto;
	/*min-height: 100vh;*/
}
.slider-block.full-height .nbs-container {
	min-height: 100vh;
}
.slider-block .txt {
	position:relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width:99%;
	z-index:3;
	padding-bottom:3rem;
}
.slider-block.block-0 .txt {
	padding-top:13rem;
}
.slider-block .pic {
	position:unset;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:1%;
	z-index:2;
}
.slider-block .pic.full-size {
}
.slider-block .pic .image {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow: hidden;
}
.slider-block .pic.full-size .image {
	max-width:unset;
}
.slider-block .pic .image img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all 7s linear; 	
	-moz-transition: all 7s linear; 
	transition: all 7s linear;
	transform-origin: center;
}
.slider-block .pic .image img:nth-of-type(2) {
	display: none;
}
.ready .slider-block .pic .image .slick-current img {
	transform: scale(110%);
}
.slider-block .pic .image video {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-block .pic .content {
	position: relative;
	z-index: 2;
}
.slider-block .pic .double-txt {
	display: none;
}
.slider-block .pic .image .slick-slider,
.slider-block .pic .image .slick-slider .slick-list,
.slider-block .pic .image .slick-slider .slick-track {
	height:100%;
}
.slider-block .pic .content .slick-initialized .slick-slide {
}
.slider-block .pic .content .slick-slide img {
	display: inline-block;
}
/*--*/
.slider-block h2 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 5em;
	line-height: 1em;
	font-weight: 300;
	overflow: hidden;
	padding:2rem 0;
}
.slider-block h2 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 5.5rem;
	-webkit-transition: all 1.7s ease; 	
	-moz-transition: all 1.7s ease; 
	transition: all 1.7s ease;
	transform:translateX(-100%);
	opacity: 0;
	transition-delay: 0s;
	text-decoration: none;
	color: #ffffff;
}
.slider-block h2 a span {
	position: relative;
	display: inline-block;
	margin-left: 0.3em;
	text-decoration: none;
	-webkit-transition: all 0.7s ease; 	
	-moz-transition: all 0.7s ease; 
	transition: all 0.7s ease;
	transform: translate(-100%, 10%);
	color:#ffffff;
	transition-delay: 0s;
	opacity:0;
	background-color: #3e73b8;
	width:0.8em;
	height: 0.8em;
	font-size: 1em;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
}
.slider-block h2 a span::before {
	position: absolute;
	font-size:0.5em;
	top:55%;
	left:50%;
	transform: translate(-50%, -50%);
}
.ready .slider-block .slick-current h2 a span {
	transform: translate(0%, 10%);
	transition-delay: 1.9s;
	opacity:1;
}
.ready .slider-block .slick-current h2 a {
	transform:translateX(0%);
	opacity: 1;
	transition-delay: 1s;
}
.slider-block h2:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width:4px;
	height: 100%;
	background-color: #3e73b8;
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.slider-block.block-0 .txt {
		padding-top:12rem;
	}
	.slider-block h2 {
		color: #ffffff;
		font-size: 4em;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.side-open .slider-block {
		transform: translateX(33.3%);
	}
	.slider-block.block-0 .txt {
		padding-top:10rem;
	}
	.slider-block h2 {
		color: #ffffff;
		font-size: 3em;
	}
	.slider-block h2 a {
		padding-left: 4.5rem;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.side-open .slider-block {
		transform: translateX(50%);
	}
	.slider-block.block-0 .txt {
		padding-top:9.5rem;
	}
	.slider-block h2 {
		color: #ffffff;
		font-size: 3em;
	}
	.slider-block h2 a {
		padding-left: 3.0rem;
	}
	.slider-block .pic .image img:nth-of-type(2) {
		display: block;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	
	.side-open .slider-block {
		transform: translateX(100%);
		
	}
	.slider-block .txt {
		padding-bottom:2rem;
	}
	.slider-block h2 {
		color: #ffffff;
		font-size: 2.5em;
		padding: 1rem 0;
	}
	.slider-block h2 a {
		padding-left: 2.5rem;
	}
}
/* Phone */
@media (max-width:27em){
	.slider-block .txt {
		padding-bottom:1rem;
	}
	.slider-block.block-0 .txt {
		padding-top:9rem;
	}
	.slider-block h2 {
		color: #ffffff;
		font-size: 2.0em;
		padding: 1rem 0;
	}
	.slider-block h2 a {
		padding-left: 1.5rem;
	}
}
/*-------------------------------------- blank-block ----------------------*/
.blank-block {
}
.blank-block {
	position: relative;
	display: flex;
	flex-direction: column;
	/*min-height: 100vh;
	overflow: hidden;*/
	-webkit-transition: all .5s ease; 	
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
}
.side-open .blank-block {
	transform: translateX(25%);
}
.blank-block.std {
	padding-bottom:0;
}
.blank-block .nbs-container {
	position: relative;
	width: 100%;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
}
.blank-block.block-0 .nbs-container {
	padding-top:13rem;
}
.blank-block.block-0.with-bnr .nbs-container {
	padding-top:10rem;
}
.bnr-open .blank-block.block-0 .nbs-container {
	padding-top:0rem;
}
.blank-block.full-height .nbs-container {
	min-height: 100vh;
}
.blank-block .txt {
	position:relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	z-index:3;
	width:100%;
}
.blank-block .txt p {
	text-align: left;
}
.blank-block.with-menu .txt {
	width: 75%;
}
.blank-block .sub-menu-toggle {
	display:none;
}
.blank-block .sub-menu {
	position:relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	z-index:3;
	width: 25%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.blank-block .sub-menu .side-content {
	position: sticky;
	top:2rem;
	margin: 0;
	padding: 0.5rem 0 0 4rem;
	list-style: none;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.blank-block .sub-menu ul.menu {
	/*position: sticky;
	top:3rem;*/
	margin: 0 0 1rem 0;
	/*padding: 0 0 0 3rem;*/
	list-style: none;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.blank-block .sub-menu ul.menu li {
	padding:0 0 2rem 0;
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
	display: block;
	position: relative;
}
.blank-block .sub-menu ul.menu li.control {
	padding:0;
}
.blank-block .sub-menu ul.menu li.control div {
	position: absolute;
	top:0;
	right:100%;
	margin-right: 2rem;
	background-color: #ff0000;
}
.blank-block .sub-menu ul.menu li ul li {
	padding:0 3rem 1.2rem 0;
}
.blank-block .sub-menu ul.menu li ul li:last-of-type {
	padding-bottom:0;
}
.blank-block .sub-menu ul.menu li::before {
}
.blank-block .sub-menu ul.menu li .toggle {
	display: inline-block;
	position: absolute;
	top:-0.65rem;
	right:0;
	overflow: hidden;
	width: 2.5rem;
	height: 2.5rem;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	border-radius: 50%;
}
.blank-block .sub-menu ul.menu li .toggle:hover,
.blank-block .sub-menu ul.menu li.open .toggle:hover {
	background-color: rgba(0, 0, 0, 0.07);
	color: #3e73b8;
}
.blank-block .sub-menu ul.menu li.open .toggle {
	transform: rotate(90deg);
	background-color: rgba(0, 0, 0, 0);
	color: #3e73b8;
}
.blank-block .sub-menu ul.menu li .toggle::before {
	font-size: 1.3em;
	line-height: 2.9rem;
}
.blank-block .sub-menu ul.menu li a {
	display: flex;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	font-size: 1.4em;
	font-weight: 400;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.blank-block .sub-menu ul.menu li a.active {
    color: #3e73b8;
}
.blank-block .sub-menu ul.menu li a:hover {
	color: #2e67bc;
}
.blank-block .sub-menu ul.menu li a::before {
	position: relative;
	top:0.1em;
	display: inline-block;
	margin-right: 1rem;
	color: #899cb7;
}
.blank-block .sub-menu ul.menu li a.active::before {
	color: #3e73b8;
}
.blank-block .sub-menu ul.menu li ul li a {
	font-family: 'Open Sans';
	font-size: 1.0em;
	display: inline-flex;
	align-items: flex-start;
	text-transform: none;
}
.blank-block .sub-menu ul.menu li ul li a::before {
	
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-family: "mbn" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}
.blank-block .sub-menu ul.menu li ul {
	width:100%;
	margin:0;
	padding:1.5rem 0 0 2.4rem;
	display:none;
	-webkit-transition: none; 	
	-moz-transition: none; 
	transition: none;
}
.blank-block .sub-menu ul.menu li.open ul {
	display:block;
}
/*--*/

/*--*/
ul.contacts-list {
	position: relative;
	z-index: 2;
	list-style: none;
	padding: 0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
ul.contacts-list li {
    padding: 0 2em 0 0;
    margin: 0 0 3rem 0;
    position: relative;
    z-index: 1;
	width: 50%;
}
.c-items {
	margin-bottom: 1rem;
}
.c-items div {
	position: relative;
	padding:0 0 1em 2em;
	left:-0.2rem;
}
.c-items div::before {
	font-size: 1.5rem;
	display: inline-block;
	position: absolute;
	top:0.1rem;
	left:0;
	width:1.5rem;
	text-align: center;
}
.c-items div.icon-email::before {
	font-size: 1.2em;
	top:0.2rem;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.blank-block .sub-menu ul.menu li a {
		font-size: 1.2em;
	}
}
/* Desktop <=  1440 */
@media (max-width:90em){

	.blank-block.block-0 .nbs-container {
		padding-top:12rem;
	}
	.blank-block .sub-menu ul.menu li {
		padding:0 0 1.5rem 0;
	}
	.blank-block .sub-menu ul.menu li a {
		font-size: 1.2em;
	}
}
/* Desktop <=  1366, iPad 12 landscape */
@media (max-width:86em){
	.blank-block .sub-menu ul.menu li a {
		font-size: 1.2em;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.blank-block.block-0 .nbs-container {
		padding-top:10rem;
	}
	.side-open .blank-block {
		transform: translateX(33.3%);
	}
	.blank-block.with-menu .txt {
		width: 66.66%;
	}
	.blank-block .sub-menu {
		width: 33.33%;
	}
	.blank-block .sub-menu .side-content {
		padding: 0 0 0 3rem;
	}
	.blank-block .sub-menu ul.menu li {
		padding:0 0 1.5rem 0;
	}
	.blank-block .sub-menu ul.menu li a {
		font-size: 1.0em;
	}
	.blank-block .sub-menu ul.menu li a::before {
		top:0.1em;
		margin-right: 0.5rem;
	}
	.blank-block .sub-menu ul.menu li ul li a {
		font-size: 0.8em;
	}
	
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.blank-block.block-0 .nbs-container {
		padding-top:9.5rem;
	}
	.side-open .blank-block {
		transform: translateX(50%);
	}
	.blank-block.with-menu .txt {
		width: 100%;
	}
	.blank-block.with-menu .txt h1 {
	}
	/*--*/
	.blank-block .sub-menu .side-content {
		position: relative;
		padding: 0 2.0rem 0 2.0rem;
	}
	.blank-block .sub-menu-toggle {
		display: block;
		position: fixed;
		z-index: 3;
		top:9.5rem;
		margin-top: 1.8rem;
		right:0%;
		margin-right:0;
		width:3rem;
		height: 3rem;
		border-radius:50% 0 0 50%;
		overflow: hidden;
		background-color: rgba(147, 158, 167, 0.7);
		color: #ffffff;
		background-color: #3e73b8;
		color:#ffffff;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all .5s ease; 	
		-moz-transition: all .5s ease; 
		transition: all .5s ease;
		box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
	}
	.header--narrow .blank-block .sub-menu-toggle {
		top:6rem;
	}
	.header--hidden.header--narrow .blank-block .sub-menu-toggle{
		top:0;
	}
	.blank-block .sub-menu-toggle:hover {
		background-color: #3e73b8;
		color:#ffffff;
	}
	.sub-menu-open .blank-block .sub-menu-toggle {
		right:50%;
	}
	.blank-block .sub-menu-toggle::before {
		line-height: 3.2rem;
		font-size: 1.4rem;
	}
	.blank-block .sub-menu {
		position:fixed;
		top:0;
		left:100%;
		display: block;
		flex-direction: column;
		justify-content: flex-start;
		z-index:4;
		width: 50%;
		height: 100%;
		overflow-y: auto;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
		-webkit-transition: all .5s ease; 	
		-moz-transition: all .5s ease; 
		transition: all .5s ease;
		padding:0;
	}
	.sub-menu-open .blank-block .sub-menu {
		left:50%;
	}
	.blank-block .sub-menu.std {
		padding-top:9.5rem;
		padding-bottom:0;
	}
	.scroll-ends .blank-block .sub-menu.std {
		padding-bottom: 15rem;
	}
	.header--narrow .blank-block .sub-menu.std {
		padding-top:6rem;
	}
	.header--hidden.header--narrow .blank-block .sub-menu.std {
		padding-top:0;
	}
	.blank-block .sub-menu ul.menu {
		position: relative;
		top: auto;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.scroll-ends .blank-block .sub-menu ul.menu {
	}
	.scroll-ends .blank-block .sub-menu ul.menu li ul {
		width:100%;
		margin:0;
		padding:1rem 0 0 1.0rem;
		-webkit-transition: none; 	
		-moz-transition: none; 
		transition: none;
	}
	/*--*/
	ul.pharmacy-list li {
		width: 33.33%;
		margin: 0 0;
	}
	ul.pharmacy-list li:nth-of-type(even),
	ul.pharmacy-list li:nth-of-type(18n+18),
	ul.pharmacy-list li:nth-of-type(14n+14) {
		display: none;
	}

}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.scroll-ends .blank-block .sub-menu.std {
		padding-bottom: 23rem;
	}
	.blank-block .txt {
		min-height: calc(100vh - 33rem);
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.side-open .blank-block {
		transform: translateX(50%);
	}
}
/* Phone*/
@media (max-width:27em){
	.side-open .blank-block {
		transform: translateX(100%);
	}
	.blank-block.block-0 .nbs-container {
		padding-top:9rem;
	}
	.blank-block .sub-menu .side-content {
		position: relative;
		padding: 0 1.5rem 0 1.5rem;
	}
	/*--*/
	.blank-block .sub-menu-toggle {
		top:9rem;
		margin-top: 1.5rem;
		margin-right: 0;
		width:2.5rem;
		height: 2.5rem;
	}
	.blank-block .sub-menu-toggle::before {
		line-height: 2.8rem;
		font-size: 1.4rem;
	}
	.blank-block.with-bnr .sub-menu-toggle {
		top:9rem;
	}
	.header--narrow .blank-block .sub-menu-toggle {
		top:5rem;
	}
	.header--hidden.header--narrow .blank-block .sub-menu-toggle{
		top:0;
	}
	.sub-menu-open .blank-block .sub-menu-toggle {
		right:80%;
	}
	.blank-block .sub-menu {
		width: 80%;
	}
	.sub-menu-open .blank-block .sub-menu {
		left:20%;
	}
	.blank-block .sub-menu.std {
		padding-top:9rem;
	}
	.blank-block.with-bnr .sub-menu.std {
		padding-top:9rem;
	}
	.scroll-ends .blank-block .sub-menu.std {
		padding-bottom: 32rem;
	}
	.header--narrow .blank-block .sub-menu.std {
		padding-top:6rem;
	}
	.blank-block .sub-menu ul.menu {
		position: relative;
		list-style: none;
	}
	/*--*/
	ul.pharmacy-list li {
		width: 50%;
		margin:0;
	}
	ul.pharmacy-list li:nth-of-type(even),
	ul.pharmacy-list li:nth-of-type(18n+18),
	ul.pharmacy-list li:nth-of-type(14n+14) {
		display: none;
	}
	ul.contacts-list li {
		padding: 0;
		width: 100%;
	}
	ul.pharmacy-list li a {
		margin: 1rem;
	}
}
/*----------------------------------- news-block --------------------------------*/
.news-block .txt {
	overflow: hidden;
}
.h-all {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.h-all h2 {
	margin-bottom: 0;
}
.h-all a.dotted {
	text-transform: uppercase;
}
ul.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-list li {
	padding: 0;
	margin: 0;
}
ul.news-list .slick-list {
	overflow: visible;
}
.inner-page ul.news-list .slick-list {
	overflow: hidden;
}
.n-item {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	margin: 0 1.75rem;
}
.n-item.list-type {
	flex-direction: row;
	margin:0 0 3rem;
	width: 100%;
	height: auto;
}
.n-item .n-pic {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
}
.n-item.list-type .n-pic {
	width: 25%;
}
.n-item .n-pic span,
.n-item .n-pic a {
	position: relative;
	display: block;
	padding-top: 70%;
}
.n-item .n-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.n-item .n-pic a:hover img {
	opacity:0.75;
}
.n-item .n-txt {
	position: relative;
}
.n-item.list-type .n-txt {
	width: 75%;
	padding-left: 2rem;
}
.n-item .n-txt .date {
	color: #999898;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0.5rem;
	font-size: 0.9em;
}
.n-item .n-txt h3 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.n-item .n-txt p {
	font-size: 0.94em;
	line-height: 1.4em;
	padding-bottom: 1rem;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.n-item {
		margin: 0 1.25rem;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.n-item {
		margin: 0 1.0rem;
	}
	.n-item.list-type .n-pic {
		width: 20%;
	}
	.n-item.list-type .n-txt {
		width: 80%;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.n-item {
		margin: 0 1.0rem;
	}
	.n-item.list-type .n-pic {
		width: 20%;
	}
	.n-item.list-type .n-txt {
		width: 80%;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.n-item.list-type .n-txt {
		padding-left: 1.5rem;
	}
}
/* Phone */
@media (max-width:27em){
	.h-all {
		margin-bottom: 1.5rem;
	}
	.h-all a {
		display: none;
	}
	.n-item {
		margin: 0 1.5rem;
	}
	.n-item.list-type {
		display: block;
		margin-bottom: 3rem;
	}
	.n-item.list-type .n-pic {
		width: 100%;
		margin-bottom: 1rem;
	}
	.n-item.list-type .n-pic span,
	.n-item.list-type .n-pic a {
		padding-top: 70%;
	}
	.n-item.list-type .n-txt {
		width: 100%;
		padding-left: 0;
	}
}
/*------------------------------------ events-block ------------------------------*/
.events-block {
}
.events-block::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	height: calc(100% - 3rem);
	background-color: #d9e7fa;
	left:0;
	bottom:0;
	z-index: -1;
}
.events-block .txt.std {
	padding-top: 0;
}
.events-block .cols {
	width:100%;
	position: relative;
	display: -ms-grid;
	display:grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap:3.5rem;
	grid-row-gap: 0;
}
.events-block .cols .events {
	position: relative;
	grid-column-start: 1;
	grid-column-end:3;
	background-color: rgba(0, 0, 0, 0.07);
}
.events-block .cols .spare {
	grid-column-start: 3;
	grid-column-end:4;
	position: relative;
	background-color: rgba(0, 0, 0, 0.07);
}
ul.events-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.events-list.carousel {
	margin: 0 !important;
}
ul.events-list li {
	padding: 0;
	margin: 0;
}
ul.events-list .slick-prev {
	top:50%;
	left:0;
	right:auto;
	margin-left: -1.25rem;
}
ul.events-list .slick-next {
	top:50%;
	right:0;
	left:auto;
	margin-right: -1.25rem;
}

.a-item {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	min-height: 30rem;
}
.a-item .a-pic {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow: hidden;
}
.a-item .a-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.a-item .a-txt {
	position: relative;
	margin-left:50%;
	z-index: 2;
	background-color: rgba(16,57,110,0.85);
	color: #ffffff;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	transform:translateX(100%);
	opacity: 0;
	transition-delay: 0s;
	-webkit-transition: all .7s ease; 	
	-moz-transition: all .7s ease; 
	transition: all .7s ease;
}
.ready .slick-current .a-item .a-txt {
	transform:translateX(0%);
	opacity: 1;
	transition-delay: 0.7s;
}
.a-item .a-txt .date {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0.5rem;
	font-size: 0.9em;
}
.a-item .a-txt h3 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 1em;
}
.a-item .a-txt p {
	font-size: 0.94em;
	line-height: 1.4em;
	padding-bottom: 1.5rem;
}
.a-item .a-txt h3 a {
	color: #ffffff;
}
/*--*/
.abhasia {
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.abhasia img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 0%;
}
.abhasia h2 {
	color:#ffffff;
	margin-bottom: 1rem;
}
.abhasia h2 span {
	display: block;
	font-weight: 400;
	font-size: 0.7em;
	line-height: 1;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.events-block .cols {
		width:100%;
		position: relative;
		display: -ms-grid;
		display:grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-column-gap:2.5rem;
		grid-row-gap: 0;
	}
	.events-block .cols .events {
		grid-column-start: 1;
		grid-column-end:3;
	}
	.events-block .cols .spare {
		grid-column-start: 3;
		grid-column-end:4;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {

}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.events-block .txt.std {
		padding-bottom: 0;
	}
	.events-block .txt.pdd {
		padding-left: 0;
		padding-right: 0;
	}
	ul.events-list .slick-prev {
		top:32%;
		left:2rem;
		right:auto;
		margin-left: -1.25rem;
	}
	ul.events-list .slick-next {
		top:32%;
		right:2rem;
		left:auto;
		margin-right: -1.25rem;
	}
	.events-block .cols {
		display: block;
	}
	.a-item {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.a-item .a-pic {
		position: relative;
		width: 100%;
		padding-top:70%;
		height: auto;
	}
	.a-item .a-txt {
		position: relative;
		margin-left:0;
		z-index: 2;
		background-color: rgba(16,57,110,1);
		color: #ffffff;
		display: flex;
		height: auto;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: nowrap;
		position: relative;
		flex-grow: 2;
		transform:translateX(0%);
		opacity: 1;
		transition-delay: 0s;
	}
	.abhasia {
		min-height: 60vh;
	}
	.abhasia img {
		width: 120%;
		height: 120%;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.a-item {
	}
	.a-item .a-txt {
	}
}
/* Phone */
@media (max-width:27em){
	ul.events-list .slick-prev {
		top:22%;
		left:0;
		right:auto;
		margin-left: 0;
	}
	ul.events-list .slick-next {
		top:22%;
		right:0;
		left:auto;
		margin-right:0;
	}
	.a-item {
	}
	.abhasia {
		min-height: 60vh;
	}
	.abhasia img {
		width: 110%;
		height: 110%;
	}
}
/*--------------------------------- geo-block -----------------------------*/
.geo-block {
	background: radial-gradient(at 50% 0%, #568bd0,#3e73b8) repeat scroll 0% 0%;
}
.geo-block .nbs-container {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
.geo-block  h2 {
	color: #ffffff;
	/*margin-bottom: 0;*/
}
.geo-block .map-wrap {
	position: relative;
	z-index: 2;
	margin:0 auto 2rem;
	width:90%;
}
#map-container {
}
.map-wrap.inner {
	position: relative;
	z-index: 2;
	margin:0 6em 2em;
}
.map-control {
	display: none;
	list-style: none;
	margin:0;
	padding:0;
	position: relative;
	text-align: center;
	left:50%;
	transform: translateX(-50%);
}
.map-control li {
	display: inline-block;
	margin:0;
	padding:0;
}
.control-btn {
	display: inline-block;
	position: relative;
	width:2.5rem;
	height:2.5rem;
	font-size: 1em;
	overflow: hidden;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	margin: 0 0.5rem;
}
.control-btn::before {
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.control-btn:hover {
	background-color: rgba(0,0,0,.1);
}
.geo-block .map-control li:nth-of-type(1) .control-btn,
.geo-block.east .map-control li:nth-of-type(2) .control-btn {
	background-color:rgba(30,79,142,0.5);
	color: rgba(255, 255, 255, 0.5);
}
.geo-block .map-control li:nth-of-type(2) .control-btn,
.geo-block.east .map-control li:nth-of-type(1) .control-btn {
	background-color:rgba(30,79,142,1);
	color: rgba(255, 255, 255, 1);
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.geo-block {
	}
	.map-wrap.inner {
		position: relative;
		z-index: 2;
		margin:0 0 2em;
	}
	.geo-block {
		overflow: hidden;
	}
	.geo-block .map-wrap {
		position: relative;
		left:0;
		z-index: 2;
		margin:0 auto 3em;
		width:180%;
		-webkit-transition: all .5s ease; 
		-moz-transition: all .5s ease; 
		transition: all .5s ease;
	}
	.geo-block.east .map-wrap {
		position: relative;
		left:-90%;
		z-index: 2;
		margin:0 0 3em;
		-webkit-transition: all .5s ease; 
		-moz-transition: all .5s ease; 
		transition: all .5s ease;
	}
	.map-control {
		display: inline-block;
	}
}
/* Phone */
@media (max-width:27em){
	.geo-block .map-wrap {
		position: relative;
		left:0;
		z-index: 2;
		margin:0 auto 3em;
		width:200%;
		-webkit-transition: all .5s ease; 
		-moz-transition: all .5s ease; 
		transition: all .5s ease;
	}
	.geo-block.east .map-wrap {
		position: relative;
		left:-100%;
		z-index: 2;
		margin:0 0 3em;
		-webkit-transition: all .5s ease; 
		-moz-transition: all .5s ease; 
		transition: all .5s ease;
	}
}
/*------------------------------------ links-block -----------------------------*/
.links-block .txt {
	overflow: hidden;
}
ul.links-list .slick-prev {
	top:50%;
}
ul.links-list .slick-next {
	top:50%;
}
.l-item {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0 1.75rem;
}
.l-item:hover {
	color: #4d4d4d;
}
.l-item .l-pic {
	position: relative;
	margin: 0 auto 0;
	width: 80%;
	padding-top: 80%;
}
.l-item .l-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
.l-item:hover .l-pic img:nth-of-type(2) {
	opacity: 0;
}
.l-item .l-txt {
	font-size: 0.9em;
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.l-item {
		margin: 0 1.25rem;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.l-item {
		margin: 0 1.0rem;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.l-item {
		margin: 0 1.0rem;
	}
}
/*------------------------------------ content-block -----------------------------*/
.content-block {
	position: relative;
	z-index: 2;
	/*max-width: 1920px;*/
	margin: auto;
}
.inner-page .content-block .txt {
	min-height: 65vh;
	min-height: calc(100vh - 24rem);
}
.b-p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.b-p .print {
	position: relative;
}
.b-p .print a {
	display: block;
	text-decoration: none;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.b-p .print a::before {
	line-height: 2.5rem;
}
.breadcrumbs {
	position:relative;
	margin:0;
	font-size:0.9em;
	text-indent: -2.3em;
	padding-left: 2.3em;
}
.breadcrumbs a,
.breadcrumbs span {
	position:relative;
	text-decoration:none;
	color:#899cb7;
	margin:0 0.5em 0 0;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	text-indent: 0;
}
.breadcrumbs a:hover {
	color:#2e67bc;
	text-decoration:none;
}
.breadcrumbs a::before,
.breadcrumbs span::before {
	content: '\e80c';
	font-family: "mbn" !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;
	position: relative;
	color:#2e67bc;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.breadcrumbs a:first-of-type:before {
	content: '\e821';
	font-size: 1.5em;
	top:-0.1em;
}
.rss {
	position: relative;
}
.rss span {
	display: inline-block;
	position: absolute;
	font-size: 3em;
	bottom:1em;
	line-height: 1.1em;
	right:0;
	width:4.2rem;
}
.rss a {
	display: inline-block;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	line-height: 0;
}
.rss a img {
	display: inline-block;
	width:100%;
	height: auto;
}
.rss a:hover {
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.inner-page .content-block .txt {
		min-height: calc(100vh - 23rem);
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.inner-page .content-block .txt {
		min-height: calc(100vh - 23rem);
	}
	.rss span {
		font-size:2.6em;
		line-height: 1.0em;
		bottom:1em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.inner-page .content-block .txt {
		min-height: calc(100vh - 23rem);
	}
	.rss span {
		font-size:2.6em;
		line-height: 1.0em;
		bottom:1em;
	}
	.with-menu .b-p {
		margin-right:2rem;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.inner-page .content-block .txt {
		min-height: calc(100vh - 33rem);
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.rss span {
		font-size:2.0em;
		line-height: 1.2em;
		bottom:1em;
		width: 3.6rem;
	}
}
/* phone */
@media (max-width:27em){
	.rss span {
		font-size:1.8em;
		line-height: 1.2em;
		bottom:1em;
		width: 3.2rem;
	}
	.with-menu .b-p {
		margin-right:1.5rem;
	}
}
/*------------------------------------- footer-block -----------------------------*/
.footer-block {
	position: relative;
	z-index: 5;
	height:auto;
	background:#f2f2f2;
}
.footer-block .nbs-container {
}
/*--*/
.footer-block .top {
	position: absolute;
	bottom:100%;
	overflow: hidden;
	padding-top:2rem;
	padding-bottom:2rem;
	width:100%;
}
/*--*/
.footer-block .middle {
	position: relative;
	background-color: #d9e7fa;
}
.footer-block .middle .content {
	position: relative;
	max-width: 1800px;
	margin: 0 auto;
	z-index: 2;
	padding-top:2rem;
	padding-bottom:2rem;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-block .middle .left-side {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-block .middle .logo {
	position: relative;
	display:inline-block;
}
.footer-block .middle .logo span {
	display: inline-block;
	height: 3.5rem;
}
.footer-block .middle .logo span img {
	max-height: 100%;
	width: auto;
}
.footer-block .middle .с-item {
	margin-left: 2rem;
	color: #3e73b8;
	font-size: 0.88em;
	display: flex;
	align-items: center;
}
.footer-block .middle .с-item span {
	display: inline-block;
	font-size: 2.5em;
	line-height: 1em;
}
.footer-block .middle .с-item a {
	text-decoration: none;
}
.footer-block .middle .menu {
	font-size: 0.88em;
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
.footer-block .middle .menu a {
	text-decoration: none;
}
.footer-block .middle .menu .txt-links {
	display: flex;
	column-gap: 0.5rem;
}
.footer-block .middle .menu .txt-links span {
	color: #3e73b8;
	padding:0;
}
.footer-block .middle .menu .txt-links span::before {
	content: '|';
}
.footer-block .middle .menu .icons {
	display: flex;
	align-items: center;
	column-gap: 1rem;
}
.footer-block .middle .menu .icons a {
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer-block .middle .menu .icons a img {
	height: 2rem;
	width: auto;
}
.footer-block .bottom {
	position: relative;
	background-color: #3e73b8;
}
.footer-block .bottom .content {
	position: relative;
	max-width: 1800px;
	margin: 0 auto;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 0.8em;
	color: rgba(255, 255, 255, 0.5);
	padding-top:1rem;
	padding-bottom:1rem;
}
.footer-block .bottom .copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-block .bottom .copy .belupo {
	margin-right: 1rem;
	width:5rem;
}
.footer-block .bottom .copy .belupo img {
	width:100%;
	height: auto;
}
.footer-block .bottom .made-by {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-block .bottom .made-by a {
	display: inline-block;
	margin-left: 1rem;
}
.footer-block .bottom .made-by a img {
	display: block;
	opacity: 0.5;
}
/* Desktop <=  1680 */
@media (max-width:105em){
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.footer-block .middle .menu .txt-links {
		flex-direction: column;
	}
	.footer-block .middle .menu .txt-links span {
		display: none;
	}
}
/* Desktop <=  1366, iPad 12 landscape */
@media (max-width:86em){
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.footer-block .middle .menu span {
		padding:0.5rem 0 0;
		display: block;
	}
	.footer-block .middle .menu span::before {
		content: '';
	}
	.footer-block .middle .с-item {
		margin-left: 1.0rem;
		align-items: flex-start;
	}
	.footer-block .middle .menu {
		column-gap: 1rem;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.footer-block .middle .content {
		padding-top:2rem;
		padding-bottom:2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.footer-block .middle .left-side {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 2rem;
	}
	.footer-block .middle .menu {
		width: 100%;
		justify-content: space-between;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.footer-block .nbs-container {
		
	}
	.footer-block .middle .content {
		display: block;
	}
	.footer-block .middle .left-side {
		position: relative;
		display: block;
		text-align: center;
		margin-bottom: 1rem;
	}
	.footer-block .middle .logo {
		margin-bottom: 1rem;
	}
	.footer-block .middle .с-item {
		margin-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-block .middle .с-item span {
		display: inline-block;
		font-size: 2.5em;
		line-height: 1em;
	}
	.footer-block .middle .menu .txt-links {
		flex-direction: column;
		row-gap: 1rem;
	}
	.footer-block .middle .menu  {
		text-align: center;
		flex-direction: column;
		align-items: center;
		row-gap: 1rem;
	}
	.footer-block .bottom .content {
		flex-direction:column;
		align-items: center;
		justify-content: center;
		padding-top:1rem;
		padding-bottom:1rem;
	}
	.footer-block .bottom .copy {
		flex-direction:column;
		margin-bottom: 1rem;
	}
	.footer-block .bottom .copy .belupo {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.footer-block .bottom .made-by {
		justify-content: center;
	}
	.footer-block .bottom .made-by span {
		width:100%;
		text-align: center;
		display: inline-block;
		margin-bottom: 0.5rem;
	}
	.footer-block .bottom .made-by a {
		display: inline-block;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}
/* large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.footer-block .middle {
		padding-top:2rem;
		padding-bottom:2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.footer-block .middle .left-side {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 2rem;
	}
	.footer-block .middle .menu span {
		padding:0 0.5rem;
		display: inline-block;
	}
	.footer-block .middle .menu span::before {
		content: '|';
	}
	.footer-block .middle .с-item {
		margin-left: 1.0rem;
	}
	
}
/* Phone*/
@media (max-width:27em){
	.footer-block .middle .menu ul {
		flex-direction: column;
		justify-content: center;
	}
	.footer-block .middle .menu ul li {
		margin: 0 0 1rem;
		text-align: center;
	}
}
/* Small phone */
@media (max-width:22em){
	.footer-block .middle .warning {
		font-size: 1.4rem;
	}
}
/*---------------------------------- search-block -------------------------------*/
.search-block {
	position: relative;
	margin-bottom: 2rem;
}
.search-block form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.search-block form input[type="text"] {
	flex-grow: 2;
	margin-bottom: 1rem;
}
.search-block form input[type="submit"] {
	min-width:10rem;
	text-align: center;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
/* Phone*/
@media (max-width:27em){
	.search-block form input[type="submit"] {
		margin-left: 0;
	}
}
/*------------------------------*/
.page-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-nav div {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.25rem;
	font-weight: bold;
	hyphens: none;
	white-space: pre-line;
	margin-left: 2rem;
	margin-right: 2rem;
}
.page-btn {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a.page-btn {
	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
	cursor: pointer;
	box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.10);
}
a.page-btn:hover {
	transform:scale(110%);
	background: #3e73b8;
	color: #ffffff;
}
span.page-btn {
	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
	opacity:0.5;
}
.page-btn:before {
	line-height: 3.0rem;
}
/*--------------------------------------------------------*/
.half-block.page-intro-block {
	z-index: 1;
	background: #215d9d;
}
.half-block.page-intro-block .nbs-container {
	min-height: 60vh;
}
.half-block.page-intro-block .white-black {
	color:#ffffff;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.half-block.page-intro-block .pic {
		min-height: 40vh;
	}
	.half-block.page-intro-block .white-black {
		color:#4d4d4d;
	}
}
/* Phone */
@media (max-width:27em){
	.half-block.page-intro-block .pic {
		min-height: 15rem;
	}
}
/*---------------------------*/
/*------------------*/
div.calendar {
	position:relative;
	}
	a.month_btn {
	display:block;
	position:absolute;
	width:1.5rem;
	height:1.5rem;
	background-color: #e9edf4;
	color:#3e73b8;
	top:0px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}
	a.month_btn:hover {
		color:#ffffff;
		background-color: #2e67bc;
	}
	a.month_btn::before {
		line-height: 1.5rem;
	}
	a.month_btn.fwd {
	right:10px;
	}
	
	a.month_btn.bwd {
	left:10px;
	}
	div#month_name {
	text-align:center;
	margin:0 0 1rem 0;
	}
	table.calendar {
	border-collapse:collapse;
	width:100%;
	}
	table.calendar td {
	border:0px solid #637581;
	text-align:center;
	}
	table.calendar th {
	padding-bottom:8px;
	font-size:0.8rem;
	font-weight:normal;
	}
	table.calendar td a, table.calendar td span {
	font-size:0.9rem;
	display:block;
	margin:auto;
	height:1.5rem;
	width:1.5rem;
	line-height:1.5rem;
	text-align:center;
	margin-bottom:0.5rem;
	border-radius: 50%;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}
	table.calendar td a {
	font-weight:400;
	background-color: #e9edf4;
	}
	table.calendar td a:hover {
		color: #ffffff;
		background-color: #2e67bc;
	}
	table.calendar td span {
	color:#899cb7;
	}
	table.calendar td.weekEnd a, table.calendar td.weekEnd span {
	color:#ff0101;
	}
	table.calendar td.weekEnd a:hover {
	color: #ffffff;
	background-color:#ff0101;
	}
	table.calendar td.today a, table.calendar td.today span {
	}
	table.calendar td.today a:hover {
	
	}
/*---------------------------------------------*/
.tag-cloud {
	position: relative;
	margin-bottom: 3rem;
}
.tag-cloud a {
	display: inline-block;
	margin:0 0.1em 0.5em 0;
	text-decoration: none;
	border-bottom: 2px dotted #3e73b8;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.tag-cloud a:hover {
	border-bottom-color: rgba(255,255,255,0);
}
.detail-date {
	color: #9dadc6;
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 0.9em;
}
/*------------------------------------------------------------*/
ul.gallery {
	display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns:  1fr 1fr 1fr;
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	padding: 0;
	margin: 0 0 3rem 0;
	list-style: none;
}
ul.gallery.maps {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns:  1fr 1fr;
	font-size: 1em !important;
}
ul.gallery.team {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns:  1fr 1fr 1fr;
}
ul.gallery.features {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns:  1fr 1fr 1fr;
}
ul.gallery.tiles {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns:  1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
}
ul.gallery li {
	display: block;
	padding: 0;
	margin: 0;
}
ul.gallery.maps li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
ul.gallery li::before {
	display: none;
}
ul.gallery li a {
	position: relative;
	text-decoration: none;
}
ul.gallery li a .g-pic {
	position: relative;
	z-index: 1;
	padding-top: 70%;
	overflow: hidden;
}
ul.gallery.tiles li a .g-pic {
	padding-top: 100%;
}
ul.gallery li a .g-pic img {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
ul.gallery li a .g-pic::before {
	display: block;
	position: absolute;
	z-index: 2;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(100%);
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3.3rem;
	font-size: 2.5rem;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.95);
	background-color: #3e73b8;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.07);
	color: #3e73b8;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0;
}
ul.gallery li a .g-pic.icon-camera::before {
	line-height: 3.0rem;
	font-size: 1.5rem;
}
ul.gallery li a .g-pic.icon-play::before {
	line-height: 3.0rem;
	font-size: 1.5rem;
	padding-left:0.2rem;
}
ul.gallery li a:hover .g-pic::before {
	opacity: 1;
}
ul.gallery li a:hover .g-pic img {
	opacity: 0.5;
}
ul.gallery li a h4 {
	display: block;
	position: relative;
	z-index: 2;
	left:0;
	padding:1.5rem 0;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
ul.gallery li a:hover h4 {
	/*background-color: #3e73b8;
	padding-bottom:2rem;*/
}
ul.gallery li a:hover h4::before {
	width: 100%;
}
ul.gallery .n-item {
	margin: 0;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	ul.gallery {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns:  1fr 1fr;
	}
	ul.gallery.team {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns:  1fr 1fr 1fr;
	}
}
/* Desktop <=  1440 */
@media (max-width:90em){
	ul.gallery.tiles {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns:  1fr 1fr 1fr 1fr;
		grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	ul.gallery {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns:  1fr 1fr;
		grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	}
	ul.gallery.maps {
		-ms-grid-columns: 1fr;
		grid-template-columns:  1fr;
	}
	ul.gallery li a h4 {
		padding:1.0rem 0;
		font-size: 0.9em;
	}
	ul.gallery.team {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns:  1fr 1fr;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	ul.gallery {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns:  1fr 1fr;
		grid-column-gap: 2rem;
		grid-row-gap:2rem;
	}
	ul.gallery.maps {
		-ms-grid-columns: 1fr;
		grid-template-columns:  1fr;
	}
	ul.gallery li a h4 {
		padding:1.0rem 0;
		font-size: 0.9em;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	ul.gallery,
	ul.gallery.features {
		-ms-grid-columns: 1fr;
		grid-template-columns:  1fr;
		grid-column-gap: 1rem;
		grid-row-gap: 3rem;
	}
	ul.gallery.tiles {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns:  1fr 1fr 1fr;
		grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
	}
}
/* Phone */
@media (max-width:27em){
	ul.gallery.team {
		-ms-grid-columns: 1fr;
		grid-template-columns:  1fr;
	}
}
/*------------------ team --------------------------*/
.t-item {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	margin: 0 0 2rem;
}
.t-item.list-type {
	flex-direction: row;
	margin:0 0 3rem;
	width: 100%;
	height: auto;
}
.t-item .t-pic {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2rem;
	background-color: #edf0f4;
}
.t-item.list-type .t-pic {
	width: 25%;
}
.t-item .t-pic span,
.t-item .t-pic a {
	position: relative;
	display: block;
	padding-top: 150%;
}
.t-item .t-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.t-item .t-pic a:hover img {
	opacity:0.75;
}
.t-item .t-txt {
	position: relative;
}
.t-item.list-type .t-txt {
	width: 75%;
	padding-left: 2rem;
}
.t-item .t-txt .date {
	color: #999898;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0.5rem;
	font-size: 0.9em;
}
.t-item .t-txt h3 {
	margin-bottom: 0.5em;
}
.t-item .t-txt h4 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 1.5em;
}
.t-item p {
	font-size: 0.94em;
	line-height: 1.6em;
	padding-bottom: 1rem;
}
.c-item {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.t-item .c-item br {
	display: none;
}
.c-item::before {
    display: inline-block;
	position: relative;
	top:0.05em;
    text-align: center;
    width: 1.0em;
    height: 1.2em;
    line-height: 1.3em;
    color: #3e73b8;
    margin-right: 0.3em;
	font-size: 2.2rem;
}
.t-item .c-item::before {
    display: inline-block;
	position: relative;
	top:0.0em;
    text-align: center;
    width: 1.0em;
    height: 1.2em;
    line-height: 1.3em;
    color: #3e73b8;
    margin-right: 0.3em;
	font-size: 1.2em;
}
.t-item .c-item.icon-phone::before {
	font-size: 1.4em;
}
.t-detail-pic {
	float: right;
	width:33.33%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin:0 0 1rem 3rem;
	background-color: #edf0f4;
}
.t-detail-pic  span {
	position: relative;
	display: block;
	padding-top: 150%;
}
.t-detail-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.t-detail p {
	text-align: justify !important;
}
/* Desktop <=  1680 */
@media (max-width:105em){
	.t-item {
	}
}
/* Desktop <=  1440 */
@media (max-width:90em){
	.t-detail-pic {
		margin:0 0 1rem 2rem;
	}
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.t-item {
	}
	.t-item.list-type .t-pic {
		width: 20%;
	}
	.t-item.list-type .t-txt {
		width: 80%;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.t-item {
	}
	.t-item.list-type .t-pic {
		width: 20%;
	}
	.t-item.list-type .t-txt {
		width: 80%;
	}
	.t-item .c-item br {
		display: block;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.t-item.list-type .t-txt {
		padding-left: 1.5rem;
	}
	.t-item .c-item br {
		display: none;
	}
}
/* Phone */
@media (max-width:27em){
	.t-item {
	}
	.t-item.list-type {
		display: block;
		margin-bottom: 3rem;
	}
	.t-item.list-type .t-pic {
		width: 100%;
		margin-bottom: 1rem;
	}
	.t-item.list-type .t-pic span,
	.t-item.list-type .t-pic a {
		padding-top: 70%;
	}
	.t-item.list-type .t-txt {
		width: 100%;
		padding-left: 0;
	}
	.t-detail-pic {
		float: none;
		width:100%;
		position: relative;
		margin:0 0 1rem 0;
	}
}
/*--------------------------------------------*/
a.doc-link {
	display: inline-flex;
    align-items: flex-start;
    text-decoration: none;
	margin-bottom: 1.5rem;
	font-weight: 600;
    cursor: pointer;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
a.doc-link:hover {
}
a.doc-link:before {
	display: inline-block;
	position: relative;
	top:-0.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.75rem;
    color: #3e73b8;
    margin-right: 0.3rem;
	font-size: 2.75rem;
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	a.doc-link:before {
		font-size: 1.75rem;
	}
}
/*---------------------- site-map--------------------*/
ul.site-map {
	list-style: none;
	margin: 0;
	padding: 0;
	/*display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns:  1fr 1fr 1fr;
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;*/
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
ul.site-map li {
	margin: 0;
	padding: 0 2rem 1rem 0;
	background-color: rgba(0, 0, 0, 0.0);
	list-style: none;
	width:25%;
}
ul.site-map li ul {
	margin: 0;
	padding: 1em 2em 2em 0;
}
ul.site-map li ul li {
	padding:0.5em 0;
	display: flex;
	width:100%;
}
ul.site-map li ul li::before {
	font-family: "mbn" !important;
	content: '\e80c';
  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;
  color: #3e73b8;
  display: inline-block;
  position: relative;
  top:0.2em;
  margin-right: 0.5em;
}
ul.site-map  li a {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 600;
	color: #4d4d4d;
	border-bottom: 2px dotted rgba(255, 255, 255, 0);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
ul.site-map  li a:hover {
	color: #2e67bc;
	border-bottom-color: #2e67bc;
}
ul.site-map  li ul li a {
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 400;
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	ul.site-map li {
		width:33.33%;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	ul.site-map li {
		width:100%;
	}
}
/* Phone */
@media (max-width:27em){
	ul.site-map  li a {
		font-size: 1.2em;
	}
}
/*-------------------------------------------*/
.proc_table {
	font-size:14px;
	border-collapse:collapse;
}

.proc_table th {
	font-weight:bold;
	background:#CCC;
}

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

.proc_table th, .proc_table td {
	padding:10px;
	border-collapse:collapse;
}

.proc_table td.nw {
	white-space:nowrap;
}
/*------------------------------------*/
.tbl_wrap {
	position:relative;
	margin-bottom:3em;
}
.tbl {
	border-collapse:collapse;
	width:100%;
}
.tbl thead {
	position:sticky;
	top:0;
	z-index: 2;
}
.tbl thead th {
	background:#3e73b8;
	color: #ffffff;
}
.tbl tbody {
	position:relative;
	z-index: 1;
}
.tbl th,
.tbl td {
	padding:1.0em 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:nth-of-type(odd) td {
	background:#edf0f4;
}
.tbl tbody tr:nth-of-type(even) td {
	background:#ffffff;
}
.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-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.94em;
}
table.data-tbl td span {
	display: none;
}
table.data-tbl th {
position: -webkit-sticky;
  position: sticky;
  top: 60px;
  top:0;
  /*white-space:nowrap;*/
}
table.data-tbl td:before {
	display:none;
}
table.data-tbl.break-1 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 tr th:nth-of-type(1):after,
table.data-tbl.break-1 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) {
	position: -webkit-sticky;
  position: sticky;
	left:0;
	top:auto;
	z-index:2;
}
table.data-tbl th, table.data-tbl td .btn {
	margin-bottom: 0.5em;
}
/* Tablet landscape */
@media (max-width:75em) and (max-height:56em) {
	.tbl th,
	.tbl td {
		padding:0.5em 1.0em;
	}
	.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;
	}
	table.data-tbl th, table.data-tbl td {
	font-size:0.84em;
	}
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	table.data-tbl th, table.data-tbl td {
		font-size:0.84em;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.tbl_wrap {
		position:relative;
		margin-bottom:2rem;
		/*margin-left: -2rem;
		margin-right: -2rem;*/
	}
	.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;
	}
	.tbl-wrap-content  {
		/*max-height:calc(100vh - 15rem);
		overflow-x:auto;
		overflow-y:visible;
		position:relative;*/
	}
	table.data-tbl thead {
		display: none;
	}
	table.data-tbl tbody tr {
		display: block;
		padding:0;
		margin-bottom: 1.5rem;
	}
	table.data-tbl tbody tr td {
		display: block;
		padding: 1em !important;
		font-size: 0.9em;
	}
	table.data-tbl tbody tr:nth-of-type(odd) td,
	table.data-tbl tbody tr:nth-of-type(even) td {
		background: #edf0f4;
	}
	table.data-tbl tbody tr td:nth-of-type(1) {
		background:#3e73b8;
		color: #ffffff;
		font-weight: 600;
	}
	table.data-tbl td span {
		display: block;
		font-weight: 600;
		margin-bottom: 0.5em;
	}
	table.data-tbl th {
		top: 0;
	}
	table.data-tbl th, table.data-tbl td {
		font-size:0.84em;
	}
	table.data-tbl th, table.data-tbl td .btn {
		margin-bottom: 0.5em;
	}
}
/* Phone landscape */
@media (max-width:760px) and (max-height:420px) {
	.tbl .nowrap-rsp {
		white-space:normal;
	}
}
@media (max-width:960px) and (orientation: landscape){
}
@media (max-width:680px) {
}
@media (max-width:680px) and (max-height:375px){
}
@media (max-width:480px) {
}
/*----------------------------------------------------------------*/
ul.buy-btns {}
.b-item {
	position: relative;
	text-align: center;
}
.b-item .b-btn {
	display: block;
	position: relative;
}
.b-item span.b-btn {
	opacity:0.5;
}
.b-item a.b-btn:hover {
	background-color: #dee6f0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.b-item .b-btn .b-pic {
	position: relative;
	margin: 0 auto 2rem;
	width: 80%;
	padding-top:80%;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.b-item a.b-btn:hover .b-pic {
	transform: scale(105%);
}
.b-item .b-btn .b-pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.b-item span.b-btn .b-pic img {
	filter: grayscale(100%);
}
.b-item .b-btn h3 {
	text-transform: uppercase;
}
.manual-content {
	display: none;
	width:80%;
	max-width: 960px;
	text-align: center;
}
.manual-content .site-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 2rem 0;
	list-style: none;
}
.manual-content .site-list li {
	width: 50%;
	padding: 1rem;
}
.manual-content .site-list a {
	display: inline-block;
}
.manual-content .site-list a img {
	max-width: 10rem;
}
.manual-content .step {
	position: relative;
	margin: 0 auto 2rem;
}
.manual-content .step::before {
	content: '';
	display: block;
	width:1px;
	height: 5rem;
	margin: 0 auto 1rem;
	border-left:4px dotted #899cb7;
}
.manual-content .step.first::before {
	display: none;
}
.manual-content .step span {
	display: inline-block;
	font-size:3em;
	font-weight: 700;
	background-color: #3e73b8;
	color:#ffffff;
	width:1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5em;
	border-radius: 50%;
	overflow: hidden;
}
.manual-content .m-pic {
	position: relative;
	margin: 0 auto 2rem;
	width:80%;
	overflow: hidden;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}
.manual-content .m-pic img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.manual-content {
		width:100%;
	}
	.b-item .b-btn h3 span {
		display: block;
	}
}
/* Phone */
@media (max-width:27em){
	.manual-content .step {
		margin: 0 auto 1rem;
	}
	.manual-content .step span {
		font-size:2em;
	}
	.manual-content .m-pic {
		width:100%;
	}
}
/*------------------------------------------------------------------*/
.region-info {
	display: flex;
	justify-content: space-between;
}
.region-info .map {
	width:60%;
	order: 2;
}
.region-info .info {
	order: 1;
	width:40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.region-info .info h2 {
	margin-bottom: 0.5rem;
}
.f-item {
	position: relative;
	text-align: center;
}
.f-item .f-pic {
	position: relative;
	margin: 0 auto 0;
	width: 75%;
	padding-top: 75%;
	overflow: hidden;
}
.f-item .f-pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.f-item h4 {
	font-weight: 600;
	font-size: 1.0em;
}
.route-map {
	position: relative;
	margin: 0 0 3rem 0;
	/*height: 50vh;*/
}
.gallery .route-map {
	margin-bottom: 0;
}
/*--*/
ul.route {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
ul.route li {
	display:block;
	padding-left:3rem;
	padding-bottom: 1.5rem;
	z-index: 1;
	font-size: 1.0em;
	line-height: 1.4em;
}
ul.route li::before {
	display: block;
	position: absolute;
	z-index: 2;
	content: '';
	width: 1rem;
	height: 1rem;
	line-height: 2rem;
	border-radius: 50%;
	text-align: center;
	left:1rem;
	top:0.9rem;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border:3px solid #3e73b8;
}
ul.route li.station.train::before {
	content: '\e822';
}
ul.route li.station.bus::before {
	content: '\e81e';
}
ul.route li.station.plane::before {
	content: '\e81f';
}
ul.route li.station.ship::before {
	content: '\e820';
}
ul.route li.station.walk::before {
	content: '\e82b';
}
ul.route li.station::before {
	display: block;
	position: absolute;
	z-index: 2;
	background-color: #3e73b8;
	border:none;
	color: #ffffff;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	text-align: center;
	left:1rem;
	top:1rem;
	transform: translate(-50%, -50%);
	font-family: "mbn" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.route li span {
	display: block;
	font-size: 0.9em;
	line-height: 1.3em;
}
ul.route li.station span {
	font-weight: 700;
}
ul.route li::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 100%;
	border-left:4px dotted #899cb7;
	top:1rem;
	left:1rem;
	transform: translateX(-2px);
}
ul.route li:last-of-type:after {
	display: none;
}
/*--*/
.router {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.router p {
	padding-bottom: 0;
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	ul.route li {
		font-size: 0.94em;
		line-height: 1.4em;
	}
	ul.route li::before {
		top:0.8rem;
	}
	/*--*/
	.router p {
		padding-bottom: 1rem;
	}
}
/* Phone */
@media (max-width:27em){
	.region-info {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.region-info .map {
		width:100%;
		order: 1;
		margin-bottom: 1rem;
	}
	.region-info .info {
		order: 2;
		width:100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}
	.region-info .info p {
		text-align: center;
	}
}

.search-form {
	margin:0 0 30px 0;
}

.txt .left, .txt .right {
	display:block;
	width:49%;
}

.txt .left {
	float:left;
	margin:20px 1% 20px 0;
}

.txt .right {
	float:right;
	margin:20px 0 20px 1%;
}
/*----*/
.rf-block {
	display: block;
	background-color: #f4f9ff;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.rf-block:hover {
	background-color: #eaf4ff;
}
.rf-bn {
	width:100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.rf-bn .logo {
	flex-basis: 20%;
}
.rf-bn .slogan {
	flex-basis: 40%;
}
.rf-bn .qr {
	flex-basis: 12%;
}
.rf-bn div img {
	max-width: 100%;
	height: auto;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.rf-bn {
		justify-content: space-between;
	}
	.rf-bn .logo {
		flex-basis: 25%;
	}
	.rf-bn .slogan {
		flex-basis: 47%;
	}
	.rf-bn .qr {
		flex-basis: 15%;
	}
}
/* Phone */
@media (max-width:27em){
	.rf-bn {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 1rem;
	}
	.rf-bn .logo {
		flex-basis:  auto;
		width: 32%;
	}
	.rf-bn .slogan {
		flex-basis:  auto;
		width: 62%;
	}
	.rf-bn .qr {
		flex-basis:  auto;
		width: 100%;
		text-align: center;
	}
	.rf-bn .qr img {
		max-width: 80%;
	}
}
/*---------------------------------- 404----------------------*/
.page404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	row-gap: 3rem;
}
.page404.std {
	padding-top: 0;
}
.page404 .sign {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20rem;
	color: #899cb7;
	font-weight: 700;
	opacity: 0.5;
	line-height: 1;
}
.page404 .sign .s-txt {
	font-size: 0.125em;
	text-transform: uppercase;
	font-weight: 700;
}
.page404 h2 {
	margin-bottom: 0;
	text-align: center;
}
/* Tablet portrait */
@media (max-width:64em) and (orientation: portrait) {
	.page404 .sign {
		font-size: 16rem;
	}
}
/* Small tablet portrait */
@media (max-width:38em) and (orientation: portrait) {
	.page404 .sign {
		font-size: 12rem;
	}
}
/* Large phone landscape */
@media (max-width:56em) and (max-height:27em) {
	.page404 {
		row-gap: 1rem;
	}
	.page404 .sign {
		font-size: 8rem;
	}
}
/* Phone */
@media (max-width:27em){
	.page404 .sign {
		font-size: 8rem;
	}
}

/* ----------------------------------------------- */
.video {
	/*width:40%;*/
	margin:15px auto;
	cursor:pointer;
	position:relative;
	border:1px solid #999;
}

.video:before {
	content:'';
	display:block;
	position:absolute;
	width:20%;
	height:20%;
	background-image:url(/img/PlayButton.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	top:40%;
	left:40%;
}

.video.playing:before {
	display:none;
}

.video video {
	width:100%;
}