/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic-ext);*/
/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,800,700,600,300|Roboto:700&subset=latin,cyrillic-ext);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|PT+Sans:400,700,300|Open+Sans+Condensed:300,700|Scada:400,500,700&subset=latin,cyrillic);

html {
	margin  : 0;
	padding : 0;
	height  : 100%;
}

body {
	position               : relative;
	height                 : 100%;
	background             : #FFF;
	-webkit-font-smoothing : antialiased;
	font-family            : 'PT Sans', sans-serif;
	font-size              : 1.0em;
	font-weight            : 400;
	line-height            : 1.5em;
	color                  : #111;
	margin                 : 0;
	padding                : 0;
}

div {
	scrollbar-width : thin;
	scrollbar-color : #B0BEC5 #CFD8DC;
	
}
::-webkit-scrollbar {
	width : 10px;
}
::-webkit-scrollbar-thumb {
	height           : 50px;
	background-color : #90A4AE;
	border-radius    : 3px;
}
::-webkit-scrollbar-corner { background-color : #CFD8DC;}
::-webkit-scrollbar-track { background-color : #CFD8DC;}
::-webkit-scrollbar-track-piece { background-color : #CFD8DC;}

.Bold, strong {
	font-weight : 700;
}

.hand {
	cursor : pointer;
}

a:hover {
	text-decoration : none;
}

a, a:active, a:focus {
	color           : #0092D5;
	outline         : none;
	text-decoration : none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea {
	font-size   : 100%;
	font-weight : 400;
	padding     : 5px 5px;
	height      : 105%;
}

blockquote {
	margin     : 20px auto;
	padding    : 10px;
	font-size  : 0.9em;
	background : #F0F4C3;
}

.input-prepend,
.add-on {
	font-size : 0.95em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration : none;
	color           : inherit;
}

h2, h3, h4, h5, h6 {
	font-weight : 700;
	font-family : 'Open Sans Condensed', sans-serif;
}

a.btn {
	padding               : 5px 10px;
	margin                : 0 8px 3px 0;
	line-height           : 20px;
	display               : inline-block;
	text-align            : center;
	text-decoration       : none;
	font-weight           : 500;
	color                 : #FFF;
	outline               : medium none;
	background            : #2980B9;
	border                : 1px solid #2980B9;
	cursor                : pointer;
	border-radius         : 2px;
	-moz-border-radius    : 2px;
	-webkit-border-radius : 2px;
	box-shadow            : 0 1px 2px -1px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow    : 0 1px 3px -1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow       : 0 1px 3px -1px rgba(0, 0, 0, 0.50);
}

a.btn:hover {
	background         : #03A9F4;
	border             : 1px solid #2196F3;
	color              : #FFF;
	transition         : background 300ms ease;
	-webkit-transition : background 300ms ease;
	-moz-transition    : background 300ms ease;
}

h1 {
	font-weight   : 700;
	margin-bottom : 30px;
}
h2 {
	font-weight   : 700;
	margin-bottom : 20px;
}
h5 {
	color          : #000;
	font-size      : 2.4em;
	font-weight    : 600;
	line-height    : 2.6em;
	padding-top    : 0;
	text-transform : uppercase;
}
h6 {
	color       : #3498DB;
	font-size   : 1.1em;
	font-weight : 600;
	line-height : 1.3em;
	padding-top : 0;
}

.condensed {
	font-family : 'Open Sans Condensed', sans-serif;
}
p.condensed {
	font-weight : 400;
}

p {
	line-height : 1.4em;
}

li {
	margin-bottom : 5px;
}

/*texts*/
.fs07 {
	font-size : 0.7rem !important;
}
.fs09 {
	font-size : 0.9rem !important;
}
.fs095 {
	font-size : 0.95rem !important;
}
.fs10 {
	font-size : 1rem !important;
}
.fs11 {
	font-size : 1.1rem !important;
}
.fs12 {
	font-size : 1.2rem !important;
}
.fs13 {
	font-size : 1.3rem !important;
}

.dlogo {
	background         : #FFF;
	box-sizing         : border-box;
	box-shadow         : -2px 0 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow : -2px 0 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow    : -2px 0 3px rgba(0, 0, 0, 0.6);
	line-height        : 50px;
	height             : 50px;
}

*.button, *.button:link, *.button:visited, input[type="submit"].button {
	padding               : 5px 10px;
	margin                : 0 8px 3px 0;
	line-height           : 20px;
	display               : inline-block;
	text-align            : center;
	text-decoration       : none;
	font-weight           : 500;
	color                 : #FFF;
	outline               : medium none;
	background            : #2980B9;
	border                : 1px solid #2980B9;
	cursor                : pointer;
	border-radius         : 2px;
	-moz-border-radius    : 2px;
	-webkit-border-radius : 2px;
	box-shadow            : 0 1px 2px -1px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow    : 0 1px 3px -1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow       : 0 1px 3px -1px rgba(0, 0, 0, 0.50);
}
*.button:hover, input.button:hover, input[type="submit"].button:hover {
	background         : #03A9F4;
	border             : 1px solid #2196F3;
	color              : #FFF;
	transition         : background 300ms ease;
	-webkit-transition : background 300ms ease;
	-moz-transition    : background 300ms ease;
}

input[type="submit"].button:disabled {
	background : #DDD;
	border     : 1px solid #CCC;
	color      : #222;
}

.button.graybtn {
	background : #DDD !important;
	border     : 1px solid #CCC !important;
	color      : #222 !important;
}
.button.bluebtn {
	background : #2980B9 !important;
	border     : 1px solid #1565C0 !important;
	color      : #FFF !important;
}
.button.bluebtn:hover {
	background         : #1E88E5 !important;
	color              : #FFF !important;
	transition         : background 300ms ease;
	-webkit-transition : background 300ms ease;
	-moz-transition    : background 300ms ease;
}
.button.greenbtn {
	background : #4CAF50 !important;
	border     : 1px solid #4B9664 !important;
	color      : #FFF !important;
}
.button.greenbtn:hover {
	background         : #8BC34A !important;
	color              : #FFF !important;
	transition         : background 300ms ease;
	-webkit-transition : background 300ms ease;
	-moz-transition    : background 300ms ease;
}
.button.orangebtn {
	background : #FF9800 !important;
	border     : 1px solid #FF9800 !important;
	color      : #FFF;
}
.button.orangebtn:hover {
	background         : #FFC107 !important;
	transition         : background 300ms ease;
	-webkit-transition : background 300ms ease;
	-moz-transition    : background 300ms ease;
}
.button.whitebtn {
	padding    : 3px 0 3px 20px;
	text-align : left;
	background : #FFF !important;
	border     : 1px solid transparent;
	color      : #222 !important;
}
.button.whitebtn:hover {
	background : #EEE !important;
}
.button.redbtn {
	background : #C0392B !important;
	border     : 1px solid #C0392B !important;
	color      : #FFF;
}
.button.redbtn:hover {
	background         : #EF5350 !important;
	transition         : background 300ms ease;
	-webkit-transition : background 300ms ease;
	-moz-transition    : background 300ms ease;
}

.disable--select {
	user-select         : none;
	-moz-user-select    : none;
	-webkit-user-select : none;
}
.enable--select {
	user-select         : text !important;
	-moz-user-select    : text !important;
	-webkit-user-select : text !important;
}

.container--main {
	display        : flex !important;
	flex-direction : row !important;
	flex-wrap      : wrap !important;
}

.nav--left {
	flex-grow    : 1;
	height       : 100vh;
	width        : 25%;
	box-sizing   : border-box;
	border-right : 1px solid #CCC;
	/*background: #333846;*/
	background   : #E0E0E0;
	color        : #FFF;
}

.left--head {
	height             : 50px;
	text-align         : center;
	box-shadow         : -2px 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow : -2px 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow    : -2px 0 3px rgba(0, 0, 0, 0.3);
}
.left--head .logo {
	padding : 10px 0;
	margin  : 0 auto;
	display : block;
}
.left--head .logo img {
	height     : 25px;
	max-height : 25px;
}

.left--body {
	height : calc(100vh - 100px);
}
.left--body a {
	/*color:#FFF;*/
	color : #212121;
}
.left--body a:hover {
	color           : #E74B3B;
	text-decoration : underline;
}
.left--body .nano-content > ul {
	padding-top : 10px;
}
.left--body ul {
	list-style    : none;
	font-weight   : 500;
	line-height   : 1.5em;
	margin-left   : 0;
	padding-left  : 10px;
	padding-right : 10px;
	box-sizing    : border-box;
}
.left--body ul a {
	/*color:#A8C7FF;*/
	color : #212121;
}
.left--body ul span {
	display       : inline-block;
	font-size     : 0.95em;
	font-weight   : 700;
	width         : 100%;
	margin-bottom : 5px;
	/*border-bottom: 1px dotted #666666;*/
}
.left--body ul i {
	float        : right;
	margin-right : 5px;
}
.left--body ul ul {
	list-style      : outside;
	list-style-type : disc;
	font-size       : 0.9em;
	font-weight     : 500;
	padding-left    : 0;
}
.left--body ul ul li {
	padding       : 3px 0;
	margin        : 0;
	display       : block;
	padding-left  : 20px;
	border-bottom : 0 solid #CCC;
	/*color:#757E99;*/
	color         : #212121;
}
.left--body ul li a.active,
.left--body ul ul li a.active {
	color       : #FF7570;
	color       : #C62828;
	font-weight : 700;
}
.left--body ul ul li.main:before {
	content : "";
}
.left--body ul.cat span {
	display       : block;
	font-size     : 0.9em;
	font-weight   : 700;
	margin-bottom : 5px;
	border-bottom : 1px dotted #DDD;
}
.left--body ul ul li.cat:before {
	color      : #FFF;
	list-style : outside disc;
	/*content: "→ ";*/
}
.left--body ul ul a {
	/*color:#FFF;*/
	color : #212121;
}

.left--foot {
	height      : 50px;
	padding-top : 10px;
	text-align  : center;
	box-sizing  : border-box;
}
.left--foot a {
	color      : #3498DB;
	display    : inline-block;
	padding    : 5px;
	width      : 23%;
	box-sizing : border-box;
	font-size  : 0.9em;
}
.left--foot a:hover {
	color : #FFF;
}
.left--foot div {
}

.content--right {
	flex-grow  : 1;
	width      : 75%;
	height     : 100vh;
	max-height : 100vh;
	box-sizing : border-box;
	overflow   : hidden;
	position   : relative;
}
.content--right ul,
.content--right ol {
	margin-left : 20px;
}

.breadcrumbs--right {
	position           : absolute;
	z-index            : 10;
	background         : #FFF;
	width              : 100%;
	height             : 50px;
	box-sizing         : border-box;
	box-shadow         : -2px 0 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow : -2px 0 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow    : -2px 0 3px rgba(0, 0, 0, 0.6);
}
.breadcrumbs--right .logo {
	display : none;
}
.breadcrumbs--right .logo img {
	height         : 20px;
	margin-top     : 15px;
	margin-right   : 10px;
	vertical-align : middle;
}
.breadcrumbs--right .breadcrumb {
	background  : transparent;
	display     : inline-block;
	float       : left;
	margin-top  : 10px;
	margin-left : 0;
}
.breadcrumbs--right .breadcrumb li {
	padding : 0;
	margin  : 0;
}
.breadcrumbs--right .breadcrumb li a {
	color : #596279;
}
.breadcrumbs--right .breadcrumb .divider {
	padding-left : 10px;
	margin-left  : 0;
}
.breadcrumbs--right .search-icon {
	font-size    : 16px;
	float        : right;
	display      : inline-block;
	margin-top   : 10px;
	margin-right : 20px;
	cursor       : pointer;
}
.breadcrumbs--right .isearch {
	position           : fixed;
	z-index            : 11;
	top                : 0;
	left               : 110vw;
	height             : 60px;
	width              : 75%;
	padding            : 5px 20px;
	box-sizing         : border-box;
	line-height        : 1.0em;
	transition         : left 300ms ease;
	-webkit-transition : left 300ms ease;
	-moz-transition    : left 300ms ease;
}
.breadcrumbs--right .isearch.visible {
	left : 25%;
}
.breadcrumbs--right #menu-toggler {
	display            : none;
	float              : left;
	padding            : 0 20px 5px 10px;
	margin-top         : 5px;
	font-size          : 2em;
	transition         : all 300ms ease;
	-webkit-transition : all 300ms ease;
	-moz-transition    : all 300ms ease;
}
.breadcrumbs--right #menu-toggler.open {
	transform  : rotate(-90deg);
	margin-top : 5px;
}

.search--right {
	height      : 60px;
	padding     : 3px 20px;
	box-sizing  : border-box;
	line-height : 1.0em;
}

.main--right {
	position   : absolute;
	z-index    : 0;
	font-size  : 1.0em;
	margin-top : 50px;
	padding    : 10px 40px 40px;
	overflow-x : hidden;
	overflow-y : auto;
	width      : 100%;
	height     : calc(100vh - 50px);
	max-height : calc(100vh - 50px);
	box-sizing : border-box;
}
.main--right .main {
	padding-left : 20px;
}
.main--right .head {
	position : absolute;
	top      : 0;
}
.main--right img {
	max-width     : 98%;
	height        : unset;
	margin-bottom : 30px;
	z-index       : 0;
}
.main--right h1.header {
	margin-top    : 10px;
	margin-bottom : 40px;
}
.main--right p,
.main--right div {
	/*line-height: 1.45em;*/
	/*text-align: justify;*/
}
.main--right ul,
.main--right ol {
	padding    : 10px 0;
	margin-top : 10px;
}
.main--right li {
	line-height   : 1.1em;
	font-size     : 0.95em;
	padding-left  : 10px;
	/*margin-bottom : 25px;*/
}
.main--right blockquote,
.main--right blockquote p {
	margin    : 10px auto;
	font-size : 0.95em;
}

.main--right .whatsnew{
	overflow-x: hidden;
	overflow-y:auto;
	max-height:300px;
	overflow-wrap: normal;
	word-wrap: break-word;
	word-break:break-all;
	line-break: strict;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	width: 98%;
	box-sizing: border-box;
}

.main--right h1 {
	color       : #000;
	font-size   : 2.8em;
	font-weight : 700;
	font-family : 'Open Sans Condensed', sans-serif;
	margin      : 0 0 40px 0;
	padding-top : 20px;
}
.main--right h2 {
	color       : #0D47A1;
	font-size   : 2.0em;
	font-weight : 700;
	font-family : 'Open Sans Condensed', sans-serif;
	margin      : 20px 0 40px 0;
}
.main--right h3 {
	color: #1565C0;
	font-size   : 1.5em;
	font-weight : 600;
	font-family : 'Open Sans Condensed', sans-serif;
	padding-top : 10px;
	margin      : 20px auto;
}
.main--right blockquote h3 {
	color: #607D8B;
	margin-top: 5px !important;
	padding-top: 0;
}
.main--right h3 sup{
	font-size: 60%;
	color: #607D8B;
}
.main--right h4 {
	color       : #000;
	margin      : 20px auto;
	font-size   : 1.1em;
	font-weight : 600;
	font-family : 'Open Sans Condensed', sans-serif;
}
.main--right table {
	border : 0 !important;
}
.main--right thead {
	font-size          : 90%;
	color              : #485B60;
	background         : #ECF0F1;
	border-bottom      : 1px solid #E6E6F0;
	box-shadow         : 0 1px 1px #CCC;
	-webkit-box-shadow : 0 1px 1px #CCC;
	-moz-box-shadow    : 0 1px 1px #CCC;
	height             : 50px;
	text-align         : center;
	vertical-align     : middle;
}
.main--right thead td {
	border-right : 1px solid #EFEFF5;
}
.main--right tbody td {
	border-bottom : 1px solid #E6E6F0;
	border-right  : 1px dotted #F7F7FD;
}
.main--right tbody tr:hover {
	background : #F7F7FD;
}
.main--right tbody tr.header {
	background : #DCE775;
	height     : 40px;
}
.main--right tbody tr.header td {
	border-right : 0;
}

.breadcrumb {

}
ul.breadcrumb {
	list-style : none;
}
ul.breadcrumb li {
	display : inline-block;
}

#razdel .flex-string {
	border-radius : 5px;
	background    : rgba(245, 245, 245, 1);
	border-bottom : 2px solid rgba(189, 189, 189, 1);
	margin        : 5px;
	cursor        : pointer;
}
#razdel .flex-string a {
	display    : block;
	padding    : 10px;
	box-sizing : border-box;
}
#razdel .flex-string a,
#razdel .flex-string i {
	color : rgba(189, 189, 189, 1);
}
#razdel .flex-string:hover,
#razdel .flex-string.current {
	background    : rgba(187, 222, 251, 1);
	border-bottom : 2px solid rgba(21, 101, 192, 1);
}
#razdel .flex-string.current a,
#razdel .flex-string.current i,
#razdel .flex-string:hover a,
#razdel .flex-string:hover i {
	color : rgba(21, 101, 192, 1);
}

/*класс для гибких элементов*/
.flex-container {
	display        : flex !important;
	flex-direction : row !important;
	flex-wrap      : wrap !important;
}
.flex-string {
	flex-grow : 1;
}

/*Ширина в процентах*/
.wp100 {
	width : 100% !important;
}
.wp97 {
	width : 97% !important;
}
.wp95 {
	width : 95% !important;
}
.wp93 {
	width : 93% !important;
}
.wp90 {
	width : 90% !important;
}
.wp85 {
	width : 85% !important;
}
.wp80 {
	width : 80% !important;
}
.wp70 {
	width : 70% !important;
}
.wp60 {
	width : 60% !important;
}
.wp50 {
	width : 50% !important;
}
.wp40 {
	width : 40% !important;
}
.wp35 {
	width : 35% !important;
}
.wp30 {
	width : 30% !important;
}
.wp25 {
	width : 25% !important;
}
.wp20 {
	width : 20% !important;
}
.wp15 {
	width : 15% !important;
}
.wp10 {
	width : 10% !important;
}
.wp5 {
	width : 5% !important;
}

/*класс для гибких элементов*/
.flex-container {
	display        : flex !important;
	flex-direction : row !important;
	flex-wrap      : wrap !important;
}
.flex-container.hidden {
	display : none !important;
}
.flex-string {
	flex-grow : 1;
}
.flex-33 {
	width : 33%;
}
.flex-string.hidden {
	display : none !important;
}

/*все дочерние элементы приобретут новое свойство*/
.box--child .flex-string {
	box-sizing : border-box;
}

.flx-0 {
	flex-grow : 0 !important;
}
.flx-1 {
	flex-grow : 1 !important;
}
.flx-2 {
	flex-grow : 2 !important;
}
.flx-3 {
	flex-grow : 3 !important;
}
.flx-4 {
	flex-grow : 4 !important;
}

.flx-basis-10 {
	flex-basis : 10% !important;
}
.flx-basis-20 {
	flex-basis : 20% !important;
}
.flx-basis-25 {
	flex-basis : 25% !important;
}
.flx-basis-30 {
	flex-basis : 30% !important;
}
.flx-basis-40 {
	flex-basis : 40% !important;
}
.flx-basis-50 {
	flex-basis : 50% !important;
}

.fixed-top {
	position : fixed;
	top      : 0;
	left     : 0;
	z-index  : 10;
	width    : 100%;
}

.btn-border {
	border      : 4px solid #000;
	color       : #FFF;
	font-weight : 600;
	font-family : 'Open Sans Condensed', sans-serif;
}

.modal {
	border     : 4px solid #000;
	padding    : 20px;
	box-shadow : 0 0 1px white;
}

.inborder-black {
	text-shadow : black 2px 0, black 2px 2px, black 0 2px, black -2px 2px, black -2px 0, black -2px -2px, black 0 -2px, black 2px -2px;
}

.img-circle {
	-webkit-border-radius : 200px;
	-moz-border-radius    : 200px;
	border-radius         : 200px;
}
.img-bordered {
	border  : 3px solid #DDD;
	padding : 10px;
}
.img-rounded {
	border                : 1px solid #CCC;
	width                 : 65px;
	height                : 65px;
	max-width             : 65px;
	vertical-align        : middle;
	background-size       : cover;
	display               : inline-block;
	overflow              : hidden;
	-webkit-border-radius : 200px;
	-moz-border-radius    : 200px;
	border-radius         : 200px;
}
.img-rounded-2x {
	border                : 3px solid #CCC;
	width                 : 100px;
	height                : 100px;
	max-width             : 100px;
	margin-left           : 30px;
	vertical-align        : middle;
	background-size       : contain;
	display               : inline-block;
	overflow              : hidden;
	-webkit-border-radius : 200px;
	-moz-border-radius    : 200px;
	border-radius         : 200px;
}
.img-rounded-3x {
	border                : 3px solid #EEE;
	width                 : 160px;
	height                : 160px;
	max-width             : 160px;
	vertical-align        : middle;
	background-size       : contain;
	display               : inline-block;
	overflow              : hidden;
	-webkit-border-radius : 200px;
	-moz-border-radius    : 200px;
	border-radius         : 200px;
}

.icon-3x {
	font-size : 3em;
}
.icon-5x {
	font-size : 5em;
}
.icon-10x {
	font-size : 10em;
}
.icon-20x {
	font-size : 20em;
}

.noborder {
	border : 0;
}

.media {
	background : none;
	border     : 0;
}
.media .well {
	border : 0;
}

.hidden {
	display : none !important;
}

.relative {
	position : relative;
}

.div-center {
	text-align : center
}

.div-left {
	text-align : left
}

.div-right {
	text-align : right
}

.text-small {
	font-size : 0.8em;
}

.text-medium {
	font-size : 1.2em;
}

.text-big {
	font-size   : 1.8em;
	line-height : 28px;
}

.text-bold {
	font-weight : 700;
}

.size140 {
	font-size : 140%;
}

.size200 {
	font-size : 200%;
}

.bgorange {
	background : #FFF7CD;
}
.bgred {
	background : #E74B3B;
}
.bgrose {
	background : #F7BFB9;
}
.bggreen {
	background : #27AE60;
}
.bgblue {
	background : #3498DB;
}
.bgwhite {
	background : #FFF;
}
.bgbezh {
	background : #FFE3A2;
}
.bgblackgray {
	background : #002C40;
}

.orange {
	color : orange;
}
.red {
	color : #E74B3B;
}
.green {
	color : #2ECC71;
}
.blue {
	color : #3498DB;
}
.white {
	color : #ECF0F1;
}
.black {
	color : #000;
}

.clearpad-top {
	padding-top : 0;
}
.clearpad-bottom {
	padding-bottom : 0;
	margin-bottom  : 0
}

.marg0, .m0 {
	margin : 0 !important;
}
.marg3, .m3 {
	margin     : 3px !important;
	text-align : left;
}
.marg10, .m10 {
	margin     : 10px !important;
	text-align : left;
}
.margtop0, .mt0 {
	margin-top : 0 !important;
}
.margtop5, .mt5 {
	margin-top : 5px !important;
}
.margtop10, .mt10 {
	margin-top : 10px !important;
}
.margtop15, .mt15 {
	margin-top : 15px !important;
}
.margtop20, .mt20 {
	margin-top : 20px !important;
}
.margtop40, .mt40 {
	margin-top : 40px !important;
}
.margbot0, .mb0 {
	margin-bottom : 0 !important;
}
.margbot2, .mb2 {
	margin-bottom : 2px !important;
}
.margbot3, .mb3 {
	margin-bottom : 3px !important;
}
.margbot5, .mb5 {
	margin-bottom : 5px !important;
}
.margbot10, .mb10 {
	margin-bottom : 10px !important;
}
.margbot15, .mb15 {
	margin-bottom : 15px !important;
}
.margbot20, .mb20 {
	margin-bottom : 20px !important;
}
.margbot40, .mb40 {
	margin-bottom : 40px !important;
}
.margleft5, .ml5 {
	margin-left : 5px !important;
}
.margleft10, .ml10 {
	margin-left : 10px !important;
}
.margleft15, .ml15 {
	margin-left : 15px !important;
}
.margleft20, .ml20 {
	margin-left : 20px !important;
}
.margright5, .mr5 {
	margin-right : 5px !important;
}
.margright10, .mr10 {
	margin-right : 10px !important;
}
.margright15, .mr15 {
	margin-right : 15px !important;
}
.margright20, .mr20 {
	margin-right : 20px !important;
}

.ptb3, a.ptb3 {
	padding-top    : 3px !important;
	padding-bottom : 3px !important;
}
.ptb5, a.ptb5 {
	padding-top    : 5px !important;
	padding-bottom : 5px !important;
}
.pad0, .p0 {
	padding : 0 !important;
}
.pad3, .p3 {
	padding : 3px !important;
}
.pad5, .p5 {
	padding : 5px !important;
}
.pad10, .p10 {
	padding : 10px !important;
}
.pad20, .p20 {
	padding : 20px !important;
}
.pt0 {
	padding-top : 0 !important;
}

.paddtop2, .pt2 {
	padding-top : 2px !important;
}
.paddtop5, .pt5 {
	padding-top : 5px !important;
}
.paddtop7, .pt7 {
	padding-top : 7px !important;
}
.paddtop10, .pt10 {
	padding-top : 10px !important;
}
.paddtop15, .pt15 {
	padding-top : 15px !important;
}
.paddtop20, .pt20 {
	padding-top : 20px !important;
}

.pb0 {
	padding-bottom : 0 !important;
}
.pb2 {
	padding-bottom : 2px !important;
}
.pb3 {
	padding-bottom : 3px !important;
}

.paddbott5, .pb5 {
	padding-bottom : 5px !important;
}
.paddbott10, .pb10 {
	padding-bottom : 10px !important;
}
.paddbott20, .pb20 {
	padding-bottom : 20px !important;
}
.paddleft5, .pl5 {
	padding-left : 5px !important;
}
.paddleft10, .pl10 {
	padding-left : 10px !important;
}
.paddleft20, .pl20 {
	padding-left : 20px !important;
}
.paddright5, .pr5 {
	padding-right : 5px !important;
}

.paddright10, .pr10 {
	padding-right : 10px !important;
}
.paddright15, .pr15 {
	padding-right : 15px !important;
}
.paddright20, .pr20 {
	padding-right : 20px !important;
}

.pad0 {
	padding : 0;
}
.pad10 {
	padding : 10px;
}

.pad-left {
	padding-left : 20px;
}
.pad-right {
	padding-right : 20px;
}

.padbottom40 {
	padding-bottom : 40px;
}

.marg0 {
	margin : 0;
}
.marg10 {
	margin-top : 10px;
}

.margintop20 {
	margin-top : 20px;
}
.margintop40 {
	margin-top : 40px;
}

.marginbottom20 {
	margin-bottom : 20px;
}
.marginbottom40 {
	margin-bottom : 40px;
}

*.table {
	display : table;
}
*.block {
	display : block;
}
*.inline {
	display : inline-block;
}

footer {
	bottom     : 0;
	font-size  : 12px;
	margin     : 0;
	padding    : 0;
	background : #000;
	color      : #FFF;
}

.full {
	width : 100%;
}

.uppercase {
	text-transform : uppercase;
}
.lowercase {
	text-transform : lowercase;
}

.ok {
	list-style : none;
}
.ok li {
	display       : block;
	background    : transparent url('../img/ok.png') no-repeat;
	padding-left  : 30px;
	margin-bottom : 15px;
}

/*.scroller {
	position : fixed;
	z-index  : 100;
	display  : none;
	right    : 0;
	bottom   : 30px;
}*/

.up {
	width      : 30px;
	height     : 20px;
	padding    : 10px 20px 10px 10px;
	position   : relative;
	cursor     : pointer;
	font-size  : 15px;
	color      : #FFF;
	background : #222;
	filter     : Alpha(Opacity=60);
	opacity    : 0.60;
}
.up:hover {
	filter  : Alpha(Opacity=100);
	opacity : 1.0;
	color   : #000;
}

.arrow {
	position : absolute;
	z-index  : 15;
}
a.arrow {
	color : #FFF;
}

.next {
	margin        : 0 auto;
	margin-top    : 30px;
	margin-bottom : 30px;
}
a.next {
	color : #000;
}

/* Faded out hr */
hr.soften {
	height           : 1px;
	margin           : 0 0 30px 0;
	background-image : -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image : -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image : -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image : -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border           : 0;
}

.visible-phone {
	display : none;
}

.show-for-small-only {
	display : none !important;
}
.show-for-medium {
	display : inherit !important;
}

.sticky-wrapper {
	height : auto !important;
}

#tour .tabs,
#tour .tabs-content.vertical {
	background : transparent;
	border     : 0;
}
#tour .tabs-panel {
	padding : 0 20px 0 0;
	display : none;
}
#tour .tabs-panel.is-active {
	display : inherit;
}
#tour .tabs-panel h2,
#tour .tabs-panel h3 {
	font-family : 'Roboto', 'PT Sans', sans-serif;
}
#tour .tabs-panel h2 {
	margin-bottom : 30px;
}
#tour .tabs-panel h3 {
	padding : 0;
	margin  : 0;
}
#tour ul.vertical {
	display : table;
}
#tour ul.vertical li.tabs-title {
	height        : 2.0rem;
	background    : transparent url(/docs/img/tab.png) center right no-repeat;
	margin-bottom : 10px;
	display       : table;
	width         : 80%;
}
#tour ul.vertical li.tabs-title > a {
	font-family    : 'ProximaNovaRegular', sans-serif;
	font-size      : 1.0rem;
	color          : #333;
	text-align     : right;
	vertical-align : middle;
	margin-top     : 0;
	width          : 100%;
	display        : inline-flex;
	height         : 2.0rem;
	line-height    : 2.0rem;
}
#tour ul.vertical li.tabs-title.is-active > a,
#tour ul.vertical li.tabs-title:hover > a,
#tour ul.vertical li.tabs-title > a:hover {
	background     : url(/docs/img/tab_a.png) center right no-repeat;
	font-weight    : 700;
	color          : #08C;
	vertical-align : middle;
}

/*Навигация по странице*/
#commands {
	position      : fixed;
	top           : 60px;
	display       : table;
	color         : #222;
	background    : rgba(207, 216, 220, .9);
	border-radius : 5px;
	padding       : 5px;
	left: 100%;
	transition         : all 500ms ease;
	-webkit-transition : all 500ms ease;
	-moz-transition    : all 500ms ease;
}
#commands.open{
	left: auto;
	right         : 20px;
}
#commands .toggler {
	position : relative;
}
#commands .toggler:before {
	content       : " Навигация ";
	font-size: 0.9rem;
	background    : rgba(0, 116, 217, 0.7);
	position      : absolute;
	right         : calc(100% + 5px);
	top           : 20px;
	display       : block;
	padding       : 5px 10px;
	border-radius : 5px 0 0 5px;
	color         : #FFF;
	cursor : pointer;
}
#commands .toggler:hover:before {
	background : rgba(0, 116, 217, 1);
}
#commands.open .toggler:before {
	display: none;
	background    : rgba(207, 216, 220, .9);
	color         : rgba(144, 164, 174, 1);
}
#commands.open .toggler:hover:before {
	background : rgba(144, 164, 174, 1);
	color      : rgba(207, 216, 220, .9);
}
#commands a {
	display       : block;
	color         : #222;
	background    : #FFF;
	padding       : 5px 20px 5px 10px;
	margin-bottom : 2px;
}
#commands a:hover {
	color      : #FFF;
	background : #222;
}
#commands a:target,
#commands a:focus{
	color : #222;
	background: #FF9800 !important;
}
#commands .body {
	border-radius : 5px;
	padding       : 5px;
	max-height    : 50vh;
	overflow      : hidden;
}
#commands .body:hover {
	overflow-y : auto;
}
#commands .head {
	font-size    : 0.8rem;
	font-weight  : 700;
	padding-left : 5px;
	color        : rgba(144, 164, 174, 1);
}

.scroller {
	position    : fixed;
	right       : 20px;
	width       : 40px;
	height      : 40px;
	text-align  : center;
	line-height : 40px;
	font-size   : 1.5rem;
	color       : #FFF;
	background  : rgba(0, 116, 217, 0.5);
	cursor      : pointer;
}
.scroller:hover {
	background : rgba(0, 116, 217, 1.0);
}
.scrollerTop {
	bottom : 100px;
}
.scrollerBottom {
	bottom : 50px;
}

/* Большой дисплей */
@media (min-width : 1200px) {

}

/* От портретного планшета до ландшафтного экрана и настольных дисплеев */
@media (min-width : 768px) and (max-width : 1200px) {
	
	body {
		padding   : 0 !important;
		font-size : 14px;
	}
	
	h1 {
		padding-bottom : 30px;
		font-weight    : normal;
		font-size      : 3.0em;
		color          : #000;
	}
	
	h2 {
		padding-bottom : 10px;
		font-weight    : normal;
		font-size      : 1.8em;
		color          : #000;
	}
	
	h3 {
		padding-bottom : 10px;
		font-weight    : normal;
		font-size      : 1.3em;
		line-height    : 25px;
		color          : #06F;
	}
	
}

/* Landscape - телефоны */
@media (min-width : 768px) and (max-width : 979px) {
	body {
		padding-top : 0 !important;
	}
	
	.nav--left {
		width : 30%;
	}
	
	.content--right {
		width : 70%;
	}
	
	.left--body ul {
		padding-left : 0;
	}
	
	.left--foot a {
		color       : #3498DB;
		display     : inline-block;
		padding     : 5px;
		width       : 30%;
		box-sizing  : border-box;
		font-size   : 0.8em;
		line-height : 0.9em;
	}
	
	.left--body ul span {
		font-size : 0.95em;
	}
	
	.left--body ul ul {
		font-size : 0.90em;
	}
	
	.left--body ul ul li {
		padding-left : 5px;
	}
	
	.breadcrumbs--right .breadcrumb {
		margin-top : 20px;
	}
	
	.search--right {
		display : none;
	}
	
	.main--right {
		display : block;
		width   : 100%;
	}
}

/* От ландшафтного экрана телефона до потретного планшета */
@media (min-width : 481px) and (max-width : 767px) {
	body {
		font-size  : 12px;
		background : #FFF;
		padding    : 0;
	}
	
	.main--right {
		height     : calc(100vh);
		max-height : calc(100vh);
	}
	
	.breadcrumbs--right,
	.nav--left {
		padding-left : 0;
		margin-left  : 0;
	}
	
	h1 {
		font-size   : 1.7em;
		line-height : 1.2em;
		text-align  : center
	}
	
	h2 {
		font-size   : 1.3em;
		line-height : 1.15em;
	}
	
	h3 {
		font-size   : 1.2em;
		font-weight : 700;
		line-height : 1.1em;
	}
	
	#news .content {
		font-size : 1.0em;
		height    : auto;
		margin    : 30px 10px;
	}
	
	.breadcrumbs--right .breadcrumb {
		margin-top : 15px;
	}
	
	.breadcrumbs--right .search-icon {
		margin-top : 15px;
	}
	
	.nano > .nano-content {
		padding-right : 0;
	}
	
	.left--body {
		font-size : 1.0em;
	}
	
	.left--body ul {
		padding-left  : 0;
		padding-right : 0;
	}
	
	.left--body ul ul {
		font-size : 0.90em;
	}
	
	.left--body ul ul li {
		padding-left : 5px;
	}
}

@media (max-width : 480px) {
	body {
		font-size  : 14px;
		background : #FFF;
		padding    : 0;
	}
	
	.nav--left {
		position           : fixed;
		top                : 50px;
		left               : -100vw;
		z-index            : 10;
		width              : 100vw;
		height             : calc(100vh - 50px);
		transition         : left 300ms ease;
		-webkit-transition : left 300ms ease;
		-moz-transition    : left 300ms ease;
	}
	
	.breadcrumbs--right {
		background : #0D47A1;
		color      : #FFF;
		display    : block;
	}
	
	.breadcrumbs--right .breadcrumb,
	.breadcrumbs,
	.search--right,
	.left--foot,
	.left--head {
		display : none;
	}
	
	.breadcrumbs--right .logo {
		display : inline-block;
	}
	
	.breadcrumbs--right #menu-toggler {
		display    : block !important;
		margin-top : 10px;
	}
	
	h1 {
		padding-bottom : 30px;
		font-weight    : bold;
		font-size      : 1.4em;
		color          : #000;
		text-align     : center
	}
	
	h2 {
		padding-bottom : 10px;
		font-weight    : normal;
		font-size      : 1.25em;
		color          : #000;
	}
	
	h3 {
		padding-bottom : 10px;
		font-weight    : normal;
		font-size      : 1.1em;
		line-height    : 25px;
		color          : #06F;
	}
	
	.breadcrumbs--right .search-icon {
		margin-top : 12px;
	}
	
	.breadcrumbs--right .isearch {
		width : 100%;
	}
	
	.breadcrumbs--right .isearch.visible {
		left : 0;
	}
	
	.left--body {
		height    : calc(100vh - 50px);
		font-size : 1.2em;
	}
	
	.left--body ul ul {
		padding-top : 10px;
	}
	
	.left--body ul ul li {
		padding-left : 10px;
	}
	
	.left--body ul ul a {
		display : block;
		padding : 5px;
	}
	
	.left--body ul ul a:hover {
		background      : #FFF;
		text-decoration : none;
	}
	
	.main--right {
		height     : calc(100vh - 40px);
		max-height : calc(100vh - 40px);
		padding    : 20px;
		width      : 100%;
	}
	
	.main--right h1.header {
		margin-top    : 10px;
		margin-bottom : 20px;
		line-height   : 1.0em;
	}
	
	.visible-phone {
		display : inline-block;
	}
	
	#news .content {
		font-size : 1.0em;
		height    : auto;
		margin    : 30px 10px;
	}
	
	.show-for-small-only {
		display : inherit;
	}
	
	.show-for-medium {
		display : none;
	}
}

@media (min-width : 1200px) {
	
	#tour ul.vertical li.tabs-title {
		width : 95%;
	}
	
}

@media (min-width : 768px) and (max-width : 1200px) {
	
	#tour ul.vertical li.tabs-title {
		margin-bottom : 5px;
		margin-right  : 20px;
		/*line-height   : 1.6rem;*/
		width         : 90%;
		line-height   : inherit;
	}
	
	#tour ul.vertical li.tabs-title > a,
	#tour ul.vertical li.tabs-title > a:hover {
		font-size      : 0.9rem;
		line-height    : 1.0rem;
		word-break     : normal;
		margin-top     : 0;
		vertical-align : middle;
	}
	
	#tour .tour-tabs {
		width : 40% !important;
	}
	
	#tour .tour-content {
		width : 60% !important;
	}
}

@media (max-width : 767px) {
	
	#commands,
	.scroller {
		display : none;
	}
	
	#tour .sticky {
		position : relative;
	}
	
	#tour ul.tabs {
		margin        : 0 auto;
		margin-bottom : 30px;
		text-align    : center;
	}
	
	#tour .tabs-panel {
		padding : 0 20px 0 10px;
	}
	
	#tour .tabs-panel h2 {
		margin-left : 20px;
	}
	
	#tour .tabs-panel h3 {
		margin-top    : 30px;
		margin-bottom : 20px;
	}
	
	#tour .tabs-title > a {
		padding : 0.5rem;
		color   : #222;
	}
	
	#tour .tabs-title.is-active > a {
		color       : #08C;
		font-weight : 700;
	}
	
	.show-for-medium {
		display : none !important;
	}
	
	/*texts*/
	.fs07 {
		font-size : 0.7em !important;
	}
	
	.fs09 {
		font-size : 0.9em !important;
	}
	
	.fs095 {
		font-size : 0.95em !important;
	}
	
	.fs10 {
		font-size : 1em !important;
	}
	
	.fs11 {
		font-size : 1.1em !important;
	}
	
	.fs12 {
		font-size : 1.2em !important;
	}
	
	.fs13 {
		font-size : 1.3em !important;
	}
	
	h1 {
		font-size   : 2.0em !important;
		line-height : 1.0em;
		margin: 0 !important;
		text-align: left !important;
	}
	h2 {
		font-size   : 1.6em !important;
		line-height : 1.0em;
		margin: 0 !important;
	}
	h3 {
		font-size   : 1.3em !important;
		line-height : 1.0em;
		margin: 0 !important;
	}
	h4 {
		font-size   : 1.1em !important;
		line-height : 1.0em;
		margin: 0 !important;
	}
	
	.main--right li {
		margin-bottom: 10px;
	}
	
}