

/* Start:/bitrix/templates/.default/js/owl.carousel.css?14162255661476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/.default/js/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/templates/ra_hytera_main/js/fancybox/jquery.fancybox.css?14162255663878*/
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/bitrix/templates/ra_hytera_main/components/bitrix/menu/catalog/style.css?16934773712787*/
.mmenu .item-atex a {
    line-height: 1.2em;
    margin-top: 0.5em;
}
.mmenu{padding-top: 35px;}
.mmenu .title {
	margin: 0 40px 10px;
	color: #918d91;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}
.mmenu a{
	margin: 0 20px 0 40px;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #eee;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	z-index: 4;
}
.mmenu .ico {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 90px;
	height: 30px;
}
.mmenu .ico-dmr {
	background-position: -870px -127px;
}
.mmenu .ico-tetra {
	background-position: -770px -127px;
}
.mmenu .ico-analog {
	background-position: -670px -127px;
}
.mmenu .ico-lte, .mmenu .ico-poc, .mmenu .ico-broadband {
	background-position: -870px -169px;
}

.sub-box-w {
	position: fixed;
	top: 90px;
	left: 270px;
	overflow: hidden;
	width: 0;
	-webkit-transition: .75s ease-in;
	transition: .75s ease-in;
/*	-webkit-transition-delay: .5s;
	transition-delay: .5s;*/
}
.mmenu .item { position: relative;}
.mmenu .item:hover .sub-box-w {width: 220px;}

.trp-t, .trp-b {
	width: 100%;
	height: 32px;
	position: relative;
	z-index: 1;
	float: right;
}
.trp-t{
	background: url(/bitrix/templates/ra_hytera_main/imgs/bg-menu.jpg) center no-repeat;
	-webkit-transform: skewY(5deg);
	transform: skewY(5deg);
	margin-top: 30px;
}
.trp-b {	
	background: url(/bitrix/templates/ra_hytera_main/imgs/bg-menu.jpg) center no-repeat;
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
	margin-bottom: 30px;
}

.sub-box {
	float: right;
	position: relative;
	z-index: 2;
background: url(/bitrix/templates/ra_hytera_main/imgs/bg-menu.jpg) center no-repeat;
	padding: 23px 20px 63px 30px;
	width: 170px;
	border-top-right-radius: 220px 25px;
	border-bottom-right-radius: 220px 25px;
	margin: -35px 0;
}
.sub-box .sub-title {
	font-size: 14px;
	margin: 40px 0 25px 0;
	font-weight: bold;
	color: #918d91;
	text-transform: uppercase;
}
.sub-box a {
	font-size: 14px;
	font-weight: bold;
	color: #c1c1c1;
	margin: 0 0 20px 15px;
	line-height: normal;
	height: auto;
}

.arr-light {
	background: rgba(255,255,255,0.2);
	width: 100%;
    height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
	display: none;
}
.mmenu .item:hover .arr-light { display: block;}
.arr-light:after {
	content: '';
	position: absolute;
	top:0;
	left: 100%;
	width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 20px solid rgba(255,255,255,0.2);
    border-bottom: 25px solid transparent;
}
.item-broadband a {
    font-size: 15px;
}

@media screen and (max-width: 1260px) {
	.mmenu .item-atex a {font-size: 16px;}
	.mmenu .ico {
		right: -10px;
		transform: scale(0.8);
		transform-origin: right;
	}
	.mmenu .title { font-size: 13px;}
}
/* End */


/* Start:/bitrix/templates/ra_hytera_main/components/bitrix/menu/left/style.css?1416225565626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/ra_hytera_main/components/bitrix/menu/left/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/ra_hytera_main/components/bitrix/menu/buttons/style.css?1416225565626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/ra_hytera_main/components/bitrix/menu/buttons/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/ra_hytera_main/styles.css?1588153693183*/
.p24 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.p18 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.uvideo {
	text-align: center;
	margin: 40px 0;
}
/* End */


/* Start:/bitrix/templates/ra_hytera_main/template_styles.css?169382675151708*/
html {
    max-width: 1920px;
    background: #f1f1f1;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #fff;
	min-width: 1024px;
}

h1 {
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	margin: 10px 0 30px;
}
h2 {
	font-size: 30px;
/*	line-height: 24px;*/
	color: #333;
	margin: 70px 0 30px;
	text-transform: uppercase;
}
.cat-list h2 { margin-bottom: 10px;}
.p80 h2 { margin: 20px 0 10px; }
h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #666;
	margin: 30px 0 15px 30px;
}

#page img { max-width: 100%; }

.ico { background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;}

.btn-smpl, .btn-big {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.btn-smpl{	
	font-size: 12px;
	border: 1px solid;
	border-radius: 3px;
	padding: 9px;
	white-space: nowrap;
}
.btn-big{
	font-size: 20px;
	border: 2px solid;
	border-radius: 0;
	padding: 19px 0;
	width: 98%;
	text-align:center;
}

.minner {
	position: relative;
	width: 1120px;
	max-width: 1120px;
	margin: 0;
 	padding-left: 20%;
}

.hr {
	background: #333;
	height: 2px;
	width: 50%;
	margin: 20px auto;
}

.line { display: table; width: 100%;}
.left { float: left;}
.right { float: right;}
.hidden { display: none; }

ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0 0 0;
}
ul>li {
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 10px 30px;
}
ul>li:before {
	content: '';
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;
	background-position: 0px -1017px; 
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
}
ul>li>ul>li:before{
	width: initial;
	height: initial;
	content: '\2012';
	background: none;
}

/*#detail-info */p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
}

table {
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
/*	color: #999;*/
	color: #666;
	background: #f7f7f7;
	border-collapse: collapse;
	width: 100%;
}
tr:nth-child(even) {background: #fbfbfb}
table td {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 25px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}


header {
	width: 270px;
	position: fixed;
	z-index: 100;
	height: 100%;
	max-height: 1100px;
	min-height: 570px;
}
header .shadow {
	position: absolute;
	top: 0;
	left: 230px;
	height: 100%;
	width: 20px;
	box-shadow: 0 0px 100px #333;
	z-index: 99;
}
header .head, header .ftr {
	z-index: 101;
	position: relative;
	width: 210px;
	height: 96px;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-grey.png);
	padding: 14px 0 0 40px;
}
header .ftr {
	position: absolute;
	bottom: 0;
}
header .head:before, header .head:after, header .ftr:before, header .ftr:after, .wrapper-sites:before, .wrapper-sites:after {
	content: '';
	position: absolute;
	z-index: -1;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-grey.png);
	width: 20px;
	left: auto;
}
header .head:before, header .ftr:before, .wrapper-sites:before {
	bottom:0;
	top:auto;
	right:-20px;
	height:90px;
}
header .head:after, header .ftr:after, .wrapper-sites:after {
	-ms-transform: skew(45deg);
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	height: 20px;
	right: -10px;
	top:0;
}
header .ftr:before {
	top: 0;
	bottom: auto;
}
header .ftr:after {
	top: auto;
	bottom: 0;
	-ms-transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
}
header .slogan{
	font-size: 14px;
	color: #555;
}
.logo, .leo-logo { display: block;}
.sites {	position: relative;}
.sites  a{
	color: #005174;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.close {
	position: absolute;
	right:0;
	top: 10px;
	font-size: 24px!important;
	font-weight: bold;
	border-bottom: none!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wrapper-sites {
	position: absolute;
	display: none;
	left: -20px;
	bottom: -7px;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-grey.png);
	padding: 20px 20px 7px;
}
.wrapper-sites:before {height: 90%; width:10%;}
.wrapper-sites:after {height: 10%; width:10%;}
.wrapper-sites .more { margin-top: 15px; display: inline-block;}
.wrapper-sites  .line a { 
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none;
}
.wrapper-sites  .line div:first-child { width: 150px; float: left;}
.wrapper-sites  .line div { 
	width: 650px;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	margin: 5px 0;
}
header .inner {
	position: relative;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-menu.jpg) center no-repeat;
	z-index: 100;
	height: 80%;
}
.menu-left {
	margin: 20px 0 50px 0;
}
.menu-left a {

	display: block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0 40px 13px 40px;
}

header .btn-smpl {margin: 0 40px; max-width: 100%;}

.box-soc {
	padding: 35px 40px;
	text-align: center;
}
.box-soc a {
	width: 19px;
	height: 19px;
	display: inline-block;
}
.box-soc .facebook {
	background-position: -675px -178px;
}
.box-soc .twitter {
	background-position: -706px -178px;
}
.box-soc .google {
	background-position: -739px -178px;
}

.lm-nr {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-hr-menu.png) top no-repeat;
	width: 264px;
	height: 88px;
	margin: -25px auto -5px;
}

#page { overflow: hidden; }

.box-x {
	background: linear-gradient(180deg, #fff 20%, rgba(255,255,255,0) 100%), url(/bitrix/templates/ra_hytera_main/./imgs/pttrn-1.png) 0 0 repeat;
}

#advantage {
	padding-top: 100px;
	overflow: hidden;
}
#advantage .h1, #standart .h1 {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}
#advantage .hr {
	width: 0;
	-webkit-transition: width 0.75s ease-in;
	transition: width .75s ease-in;
}
#advantage.showme .hr {
	width: 50%;
}
#advantage .item {
	width: 197px;
	float: left;
	margin-right:30px;
	font-size: 14px;
	color: #333;
}
#advantage .item:last-child{ margin-right:0px; }
#advantage .i-wrapper {
	position: relative;
	width: 196px;
	height: 196px;
	margin: 80px 0 40px 0;
}
#advantage .ico {
	position: absolute;
	top: -500px;
	left: 0;
	width: 196px;
	height: 196px;
	-webkit-transition: top 0.45s ease-in;
	transition: top .45s ease-in;
}
#advantage.showme .ico {
	top: 0px;
}
#advantage .ico-1 {
	background-position: -38px -477px;
}
#advantage .ico-1:hover {
	background-position: -38px -697px;
}
#advantage .ico-2 {
	background-position: -266px -477px;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
#advantage .ico-2:hover {
	background-position: -266px -697px;
}
#advantage .ico-3 {
	background-position: -494px -477px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
#advantage .ico-3:hover {
	background-position: -494px -697px;
}
#advantage .ico-4 {
	background-position: -722px -477px;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
#advantage .ico-4:hover {
	background-position: -722px -697px;
}
#advantage .ico-5 {
	background-position: -950px -477px;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
#advantage .item:hover .ico-5 {
	background-position: -950px -697px;
}
#advantage .item  .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
#advantage.showme .item  .title { opacity: 1; }
.li {
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transition: opacity 1.25s ease-in;
	transition: opacity 1.25s ease-in;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
#advantage.showme .li {opacity: 1;}
.li .arr {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;
	background-position: -54px -137px;
	width: 4px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
}
/* START innovation */
#innovation {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-innovation-lte.png) 50% 0 no-repeat;
	width: 100%;
	height: 678px;
	padding-top: 150px;
	color: #fefefe;
	font-size: 18px;
	background-size: cover;
}
#innovation .info-box {
	width: 364px;
}
.ra-lte-fbox {
	white-space: nowrap;
}
.ra-lte-fcol {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
#innovation .title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
}
#innovation .item { display: table; margin-bottom: 20px;}
#innovation .item  span { display: table-cell; vertical-align: middle;}
#innovation .item .ico {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAAqCAMAAACtDLYgAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMAu0taHvvhPKoQLs209++ZIjOIBgPSdgso85bY7HGOFufHG9zBVVBmuEQTnGuvfjemg01AeqFhVI0b5gAABpFJREFUaN682NmW6UAYhuGfKISIkLlFCNo8duO7/zvbMugMFXZ26P0cOat6V60agkqarOk/qB7oMZXe4fPYfOLSoyyB2Q3iqIZUyZDOKpVmgC3ogZHHXHpKXZ2kgcPsBZEwoQdaeM7hpi8BH8TZIYdEZS1w47drKl+uIzkFXm9jIzBQ6RNoX03KI+Avavyqw25RhoXARox8INCiko4I27XmUs0pf9ZuSbhbkVnHjbPV3pJOowGmIqU1EBj0IzoCVSrJcuDbNoFMu7ZAqEt5tH0HdzuiE0Jt6y3pZNmQuHTOS+nUc3C3NFNrfjWetK9n+NFRSOkgYgtvSadPYJ9NH/c44xfSqZXfXgGetNemiPXTJ9D5LenkglUz6XXi1O/polspwBX/2j7q9sbA4lH7OlleN2mFpG2JdMUYWpSizSArxdMlFCJRkrpEtl0bopJqP2Sm1UZMIE1HEvv69/QqYE8oZVSHbhZOZyiEpcp3SFiG+/zzhFnPARZn+JiVeegc4pFmRFukyZMy6fhMjOAPeOjg2BgVTA8mvzf6gGv4BvAMY+8hixLmiMTrOwO7tbfHAJZB+ZWSvl2iLiKsRSMZGctS6QL9uGAYPTo6X4XT+0RUu1/0Ej5y9wElDZEiHWji2n57gC/X9Fvu2kHAH2ADTvXFdBesQXTGjWwVTbdy0r+49GftqKxofXKEezsTuGvH81ck4KzJ7POuL6arHsbWDoDUs3WzYHotJ73BpT9vhzfXzOH3KbecPABX0jzuNOeUTBctookDBuBkHm3W/MV0vh26oKnWNK/cwo0jUo8BaGsUE5PKpysy3PB5KH8p+sDaYFgsvaEoSiNOl1Y3XBk9al+eHESmC1UTdK6cjPsW//BHe/RlJWul0xcAFn0AulKVd6LBBuy7QHokTs9Hj9rnZG6niIyHpmZRVgU+1vNPuiMlKR3EDqXTJzICR3HPzmJTnreYMymSLvsKp8cOl/CSVlRtPkPE2a8pS0bA0+iafYT0EduWTQ9/gw1FyVlZg4FVdSq2p71vr/NGwZr1rPF+RIcjQ8h2s28sRBZEVUoTx/jhlk+nJTD+bk3bylxumme2N2cY/mY6ubi5UBedrkU1V0ao0x3l/uXirIlzxY/mC+kzeBPBvph9ZoiSXLV0wBZ/M73WAcBq2gaAtCJxWEdoYOZ+NXcpxr/tpRfSBfypzW6XE4XBMAw/VYMtNAgDiNQvBLRbP7qutPue/5mtgBJsxtBu9PrTmdY63oOQ8DKb8e36YZKb48A52FT88X7piYNNdQc6L39aXfjdhbgNldOZC0n/JukYUPzbNRa94tD/odLmbuleYDgOIyI7XO7KsGX5n7vidykEk2qWD8le6wsvNnPRO9+EM7Zd/6JKdK/0ZLjiz9XnHnpGVV5xXiKiLMfZXHFjPh+hF+lc5mpJTNN5FvfdlM7a0400TY2fLm5JSrMVN0eseAN/KMoL6484oswXi1ttMseFzTPwrrO4CTnLjCz5y6l2my0Nx6WeGdCxfV/tx5ZPUVkueLk5bWxphA2aTEYdhIbOlkaY0iJ8IfpJesd13U7LRnaBC954bFpEj/bIpSMLsyWum9rCxERDVg7ku1obWeGRBdR0k3Od99HU23ZZ2U6f1dckx39Z0tEUyKr9gW56GNDN03nn63D1/dTOnPKVO/wPLy2P9ry6pXvTTkdy2a49qpDLzTHRny6V7S/lmcwcqIweZVtg2JzaWNBPx9OAkaA9oJKPeVC0f/Jj+4R48ibt02QWCWJAFzVndSuddGEUXKTHjiRuGUuqyomK9kJUrsbFi/kaKjl9NWgM6B6A4QOafpMaD6+l40l89pYHT5yU5HKDqG4v2F6n2rkqzUgQJ/jZCl4PF4YLSyE74Go6kvib6c+kFnXkr26zna+AgIgmIVQ8iwRxWT9JPfyQIh19Jqez/Sejk28+eNo4uBTTuZ1X5ec16hVKSUon4um60LllOqZy+hTY6j5pXdUTCaqn/f6YiAKoOc32AzyDhA/cNB17Kd0FXN10LDmVRDmQ82+84TxrPmp5pxrv4or1QOHX9fQw+Jo+8P0X7XSseLO8MtpxytDC/2D1apZEdGaZuKZHLeT0ejp91FwoDINqOTTa5Wt/uGMjtBntznuYTzqJtz6uWlOLN9XZQPBiIlkcQqddXvW8hz7amQOb7HV9OKzXECofESmwvY9r/hrBATADkgQuoNNelwthF9/h5QfgmUXxYvPq4O6eJNCzsu0O7uMfff9n0NAJkJAAAAAASUVORK5CYII=') no-repeat;
	display: inline-block;
	width: 50px;
	height: 42px;
	margin-right: 20px;
}
#innovation .item .ico-2d { background-position: 0 0;}
#innovation .item .ico-1p { background-position: -50px 0;}
#innovation .item .ico-2s { background-position: -100px 0;}
#innovation .item .ico-dc { background-position: -150px 0;}
#innovation .item .ico-2c { background-position: -200px 0;}

#innovation .item .ico-h { background-position: -142px -127px;}
#innovation .item .ico-m { background-position: -188px -127px;}
#innovation .item .ico-p { background-position: -230px -127px;}

#innovation .btn-big { margin-top: 50px;}

#innovation .device-box{
	float: right;
	position: relative;
}
#innovation .device-box .light {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/light.png) 0 0 repeat;
	width: 385px;
	height: 655px;
	position: absolute;
	left: -60px;
	top: -10px;
}
#dvc-slider {
	padding-top: 15px;
	width: 232px;
	height: 555px;
}
.cntrl-box {
	text-align: center;
	position: relative;
}
.cntrl-box .ico {
	position:absolute;
	width: 80px;
	height: 54px;
	top: -25px;
}
.cntrl-box .arr-l{
	background-position: -282px -127px;
	left: -35px;
}
.cntrl-box .arr-r{
	background-position: -384px -127px;
	right: -35px;
}
.cntrl {
	display: inline-block;
	width:8px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	border:1px solid #fff;
	border-radius: 50%;
}
.cntrl.active {
	background: #fff;
}
/* start loupe css */
#loupe {
	border-radius: 50%;
	width: 249px;
	height: 249px;
	position: absolute;
	top: 120px;
	left: -100px;
	opacity: 0;
	-webkit-transition: top .45s ease-in, left .45s ease-in, opacity .45s ease-in, background-position .45s ease-in;
	transition: top .45s ease-in, left .45s ease-in, opacity .45s ease-in, background-position .45s ease-in;
}
#loupe .bg-loupe {
	position: relative;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png);
	background-position: -3px -200px;
	width: 256px;
	height: 256px;
	margin: -3px 0 0 -3px;
}
#loupe.s0 {
	top: 100px;
	left: 0px;
	background: url(/upload/pic/device/foto1.png) no-repeat;
	background-position: 0px -100px;
	opacity: 1;
}
#loupe.s1 {
	top: 200px;
	left: -20px;
	background: url(/upload/pic/device/foto2.png) no-repeat;
	background-position: 20px -200px;
	opacity: 1;
}
#loupe.s2 {
	top: 100px;
	left: -10px;
	background: url(/upload/pic/device/foto4.png) no-repeat;
	background-position: 10px -100px;
	opacity: 1;
}
#loupe.s3 {
	top: -5px;
	left: 40px;
	background: url(/upload/pic/device/foto5.png) no-repeat;
	background-position: -40px 20px;
	opacity: 1;
}
#loupe.s4 {
	top: 280px;
	left: -30px;
	background: url(/upload/pic/device/foto6.png) no-repeat;
	background-position: 30px -280px;
	opacity: 1;
}
#loupe.s5 {
	top: 180px;
	left: -10px;
	background: url(/upload/pic/device/foto7.png) no-repeat;
	background-position: 10px -180px;
	opacity: 1;
}
#loupe.s6 {
	top: 260px;
	left: -20px;
	background: url(/upload/pic/device/foto8.png) no-repeat;
	background-position: 20px -260px;
	opacity: 1;
}
#loupe.s7 {
	top: 320px;
	left: 10px;
	background: url(/upload/pic/device/foto9.png) no-repeat;
	background-position: -10px -320px;
	opacity: 1;
}
#loupe .note-wrapper {
	position: absolute;
	right: 220px;
	top: 195px;
	overflow: hidden;
	width: 0;
	opacity: 0;
	-webkit-transition: width .45s ease-in;
	transition: width .45s ease-in;
}
#loupe .note-wrapper.top { top: -65px;}
#loupe .note-wrapper.active { width: 250px; opacity: 1;}
#loupe .note {
	position: relative;
	float: right;
	padding: 55px 50px 55px 0;
}
#loupe .h-line {
	width: 180px;
	height: 5px;
	background: #fff;
	margin-bottom:9px;
}
#loupe .p-line {
	position: relative;
	width: 200px;
	height: 1px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px -1px 0 1px rgba(255,255,255,0.1), 0 5px 5px 0 rgba(0,0,0,0.5);
}
#loupe .p-line:after {
	content: '';
	position: absolute;
	background: #fff;
	width: 80px;
	height: 1px;
	left: 183px;
	top: -33px;
	-ms-transform: rotate(-55deg);
	-webkit-transform: rotate(-55deg);
	transform: rotate(-55deg);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
#loupe .top .p-line:after {
	-ms-transform: rotate(55deg);
	-webkit-transform: rotate(55deg);
	transform: rotate(55deg);
	top: 33px;
}
#loupe .text {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	padding-top: 10px;
}
/* END innovation */

#standart {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/pttrn-2-blue.png) 0 0 repeat;
	padding: 90px 0;
}
#standart .h1 { margin-bottom: 120px;} 
#standart .item-wrapper {
	position: relative;
	float: left;
	margin-right: 58px;
}
#standart .item-wrapper.analog {	margin-right: 0;}
#standart .item {
	position: relative;
	width: 214px;
	padding: 35px 60px ;
	color: #fff;
}
#standart .item .title, #standart .bttm-txt{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
#standart .item .title{
	position: absolute;
/*	display: block;*/
	padding: 0;
	text-align: left;
	top: -70px;
	left: -2000px;
	line-height: 34px;
	-webkit-transition: left .5s ease-out;
	transition: left .5s ease-out;
}
#standart.showme .item .title{ left: 0;}
#standart .item-1 .title{
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}
#standart .item-2 .title{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
#standart .item-wrapper.analog .title, #standart .item-wrapper.analog  a { color: rgba(255,255,255,0.5);}
.square{
	width: 39px;
	height: 39px;
	position: absolute;
	right: 66px;
	top: -37px;
}
.square-2{
	width: 68px;
	height: 68px;
	position: absolute;
	right: 0px;
	top: -66px;
}
#standart .item-wrapper  a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	padding: 20px 0;
	text-decoration: none;
}
.brdr-t, .brdr-r, .brdr-b, .brdr-l {
	position: absolute;
	background: #fff;
}
.analog .brdr-t, .analog .brdr-r, .analog .brdr-b, .analog .brdr-l { background: rgba(255,255,255,0.5); }
.brdr-t, .brdr-b {
	width:0;
	height:2px;
}
.showme .brdr-t, .showme .brdr-b {
	width: 100%;
}
.brdr-r, .brdr-l {
	width:2px;
	height:0;
}
.showme .brdr-r, .showme .brdr-l {
	height: 100%;
}
.brdr-t { top: 0; right: 0;} 
.brdr-r { top: 0; right: 0;} 
.brdr-b { bottom: 0; right: 0;} 
.brdr-l { top: 0; left: 0;}

.item-wrapper .item  .square-2 .brdr-t {
	-webkit-transition: width .5s ease-in;
	transition: width .5s ease-in;
}
.item-wrapper  .item .square-2 .brdr-r {
	-webkit-transition: height .5s ease-in;
	transition: height .5s ease-in;
}
.item-wrapper .item  .square-2 .brdr-l {
	-webkit-transition: height .5s ease-in;
	transition: height .5s ease-in;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.item-wrapper .item  .square .brdr-t {
	-webkit-transition: width .25s ease-in;
	transition: width .25s ease-in;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.item-wrapper .item  .square .brdr-l {
	-webkit-transition: height .25s ease-in;
	transition: height .25s ease-in;
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}
.item-wrapper .item .brdr-t {
	-webkit-transition: width .95s ease-in;
	transition: width .95s ease-in;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.item-wrapper .item .brdr-b {
	-webkit-transition: width .95s ease-in;
	transition: width .95s ease-in;
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}
.item-wrapper .brdr-r {
	-webkit-transition: height .95s ease-in;
	transition: height .95s ease-in;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.item-wrapper .brdr-l {
	-webkit-transition: height .95s ease-in;
	transition: height .95s ease-in;
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s;
}
.item-wrapper .brdr-b {
	-webkit-transition: width .95s ease-in;
	transition: width .95s ease-in;
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s;
}

#standart .bttm-txt {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	margin-top: 100px;
}
#standart .bttm-txt .binary {
	position: absolute;
	top: -30px;
	left: 18%;
	font-size: 19px;
}

#standart .item .li, #standart .item-wrapper a{
	opacity: 0;
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
#standart.showme .item .li, #standart.showme .item-wrapper a{ opacity: 1; }

/* start leo info */
#leo {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/bg-leo-info.jpg) 50% 0 no-repeat;
	width: 100%;
	padding-top: 50px;
	color: #fff;
}
#leo .h1, #leo-hytera .h1 { 
	font-size: 48px;
	font-weight: bold;
	margin: 50px 0 -5px -1000px ;
}
#leo .h1 {
	-webkit-transition: margin-left .75s ease-out;
	transition: margin-left .75s ease-out;
}
#leo.showme .h1 { margin-left: 0; }
#leo .h3, #leo-hytera .h3 { font-size: 24px;}
#leo .h3 {
	margin-left: -1000px;
	-webkit-transition: margin-left .75s ease-out;
	transition: margin-left .75s ease-out;
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}
#leo.showme .h3 { margin-left: 0;}
#leo .about {
	width: 530px;
}
#leo .about .text {
	font-size: 24px;
	line-height: 36px;
	margin-top: 35px;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
#leo.showme .about .text {opacity: 1;}
#leo .icons {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#leo .icons .line:last-child { margin-top: 30px; }
#leo .item {
	float: right;
	width: 150px;
	height: 170px;
	text-align: center;
	margin-left: 40px;
}
#leo .item .ico{
	width: 100px;
	height: 100px;
	margin: 10px auto;
	opacity: 0;
}
#leo .item .ico-1{
	background-position: -284px -220px;
}
#leo .item .ico-2{
	background-position: -405px -220px;
}
#leo .item .ico-3{
	background-position: -525px -220px;
}
#leo .item .ico-4{
	background-position: -645px -220px;
}
#leo .item .ico-5{
	background-position: -765px -220px;
}
#leo .item .ico-6{
	background-position: -885px -220px;
}

#leo.showme .item .ico{
	opacity: 1;
	-webkit-animation: leoico 1.5s linear;
	animation: leoico 1.5s linear;
}
@-webkit-keyframes leoico {
	0%  {-webkit-transform: scale(0,0);}
	50%  {-webkit-transform: scale(1.2,1.2);}
	100% {-webkit-transform: scale(1,1);}
}
@keyframes leoico {
	0%  {transform: scale(0,0);}
	50%  {transform: scale(1.2,1.2);}
	100% {transform: scale(1,1);}
}
#leo .icons .text {
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
#leo.showme .icons .text { opacity: 1; }

/* white block */

#leo .line.white {
	padding-top: 130px;
	color: #333;
	font-size: 18px;
}

#leo .number {
	font-size: 180px;
	font-weight: bold;
	margin: -40px 0;
	opacity: 0;
}
#leo .number.showme {	opacity: 1;	}

#leo .txt {
	font-size: 32px;
	font-weight: bold;
}
#leo .year, #leo .prjct {
	width: 295px;
}

#leo .white .about {
	width: 380px;
	text-align: right;
}

#leo .white .h1 { 
	white-space: nowrap;
	margin: -20px 0 -5px 1000px;
	-webkit-transition: margin-left .75s ease-out;
	transition: margin-left .75s ease-out;
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}
#leo.showme .white .h1 { margin-left: 0;}

#leo .white .h3 {
	white-space: nowrap;
	margin-left: 1000px;
	-webkit-transition: margin-left .75s ease-out;
	transition: margin-left .75s ease-out;
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}
#leo.showme .white .h3 { margin-left: 0;}
#leo .about  .white .text {
	margin-top: 30px;
	line-height: 24px;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
#leo.showme .white .about .text {opacity: 1;}
/* end leo info */

/* start leo-hytera info */
.text1 {
	width: 770px;
	margin: 100px auto 20px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
}
#leo-hytera {
	color: #333;
	font-size: 18px;
	overflow: hidden;
}
#leo-hytera .number {
	font-size: 180px;
	font-weight: bold;
	margin: -40px 0;
	opacity: 0;
}
#leo-hytera .number.showme {	opacity: 1;	}
#leo-hytera .txt {
	font-size: 32px;
	font-weight: bold;
}
#leo-hytera .year, #leo-hytera .prjct {
	width: 295px;
}
#leo-hytera .about {
	width: 380px;
	text-align: right;
}
#leo-hytera .h1 { 
	white-space: nowrap;
	margin: -20px 0 -5px 1000px;
	-webkit-transition: margin-left .75s ease-out;
	transition: margin-left .75s ease-out;
}
#leo-hytera.showme .h1 { margin-left: 0;}
#leo-hytera .h3 {
	white-space: nowrap;
	margin-left: 1000px;
	-webkit-transition: margin-left .75s ease-out;
	transition: margin-left .75s ease-out;
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}
#leo-hytera.showme .h3 { margin-left: 0;}
#leo-hytera .about  .text {
	margin-top: 30px;
	line-height: 24px;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
#leo-hytera.showme .about .text {opacity: 1;}
.text1 {
	width: 770px;
	margin: 100px auto 20px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
}
.hlg-box {
	width: 160px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.hlg-box  div {
	position: absolute;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;
	background-position: -490px -127px;
	width: 166px;
	height: 68px;
	top: -26px;
	left: 5px;
}
.text2 {
	width: 800px;
	margin: 20px auto;
	text-transform: uppercase;
	text-align: center;
}
#leo-hytera .arr-box {
	position: relative;
	width: 1px;
	height: 110px;
	margin: 0 auto;
}
#leo-hytera .arrow {
	position: absolute;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;
	background-position: -1050px -117px;
	width: 20px;
	height: 102px;
	top: 400px;
	left: -9px;
}
#leo-hytera.showme .arrow-r{
	-webkit-animation: animatearrr 1.5s forwards;
	animation: animatearrr 1.5s forwards;

}
@-webkit-keyframes animatearrr {
	0%  {top: 400px; -webkit-transform: rotate(0deg);}
	40%  {top: 0; -webkit-transform: rotate(0deg);}
	60%  {top: 0; -webkit-transform: rotate(0deg);}
	100% {top: 0; -webkit-transform: rotate(-45deg);}
}
@keyframes animatearrr {
	0%  {top: 400px; transform: rotate(0deg);}
	40%  {top: 0; transform: rotate(0deg);}
	60%  {top: 0; transform: rotate(0deg);}
	100% {top: 0; transform: rotate(-45deg);}
}
#leo-hytera.showme .arrow-l {
	-webkit-animation: animatearrl 1.5s forwards;
	animation: animatearrl 1.5s forwards;
}
@-webkit-keyframes animatearrl {
	0%  {top: 400px; -webkit-transform: rotate(0deg); }
	40%  {top: 0; -webkit-transform: rotate(0deg);}
	60%  {top: 0; -webkit-transform: rotate(0deg);}
	100% {top: 0; -webkit-transform: rotate(45deg);}
}
@keyframes animatearrl {
	0%  {top: 400px; transform: rotate(0deg);}
	40%  {top: 0; transform: rotate(0deg);}
	60%  {top: 0; transform: rotate(0deg);}
	100% {top: 0; transform: rotate(45deg);}
}

/* end leo-hytera info */

/* start dealer block */
#dealer {
	margin: 0;
	padding: 0;
	text-align: center;
}
#dealer .h1{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
#dealer .h2{
	font-size: 30px;
	font-weight: bold;
	color: #60c8f4;
	text-transform: uppercase;
	margin-bottom: 70px;
	margin-left: -2000px;
	-webkit-transition: margin-left .45s ease-in;
	transition: margin-left .45s ease-in;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
#grey-box.showme .h2{
	margin-left: 0;
}
#grey-box {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/pttrn-2-grey.png) 0 0 repeat;
	padding-top: 60px;
	color: #333;
	font-size: 18px;
}
#grey-box .item {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
#grey-box .item  .text {
	position: absolute;
	width: 400px;
}
#grey-box .item  .txt-l {
	top: 15px;
	right: 2130px;
	text-align: right;
	-webkit-transition: right .55s ease-out;
	transition: right .55s ease-out;
	-webkit-transition-delay: .55s;
	transition-delay: .55s;
}
#grey-box .item  .txt-r {
	top: -5px;
	left: 2130px;
	text-align: left;
	-webkit-transition: left .55s ease-out;
	transition: left .55s ease-out;
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s;
}
#grey-box .circle {
	width: 94px;
	height: 94px;
	border: 3px solid #333;
	border-radius: 50%;
}
#grey-box .vln {
	width: 3px;
	height: 60px;
	margin: 0 auto;
}
#grey-box .vln div {
	background: #333;
	height: 0px;
	-webkit-transition: height .45s ease-out;
	transition: height .45s ease-out;
}
#grey-box .ico {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition: -webkit-transform .45s ease-out;
	transition: transform .45s ease-out;
}
#grey-box .ico-1 {
	background-position: -270px -337px;
}
#grey-box .ico-2 {
	background-position: -370px -337px;
}
#grey-box  .c-wrapper { 
	height: 0;
	overflow: hidden;
	-webkit-transition: height .45s ease-out;
	transition: height .45s ease-out;
}
/* first item animation */
#grey-box .item-1 .c-wrapper { 
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}
#grey-box.showme  .c-wrapper{ 
	height: 100%
}
#grey-box.showme .ico {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
#grey-box.showme .ico-1 {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}
#grey-box.showme .item  .txt-l {
	right: 130px;
}
#grey-box .ln-1 div {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
#grey-box.showme .vln div{
	height: 60px;
}
/* second item animation */
#grey-box .item-2 .c-wrapper { 
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
#grey-box.showme .ico-2 {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
#grey-box.showme .item  .txt-r {
	left: 130px;
}
#grey-box .ln-2 div {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
/* end grey block animation */

#blue-box {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/pttrn-3-blue.png) 0 0 repeat;
	height: 380px;
	padding-bottom: 100px;
	color: #fff;
}
#blue-box  .vln {
	width: 3px;
	height: 178px;
	margin: 0 auto;
}
#blue-box  .vln div {
	background: #fff;
	height: 0;
	-webkit-transition: height .45s ease-out;
	transition: height .45s ease-out;
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s;
}
#blue-box.showme .vln div { height: 100%; }
#blue-box .hln-wrapper {
	position: relative;
	width: 972px;
	height: 3px;
	margin: 0 auto;
}
#blue-box .hln {
	position: absolute;
	width: 486px;
	height: 3px;
	top:0;
}
#blue-box .lnl{
	right: 50%;
}
#blue-box .lnl div{ float: right;}
#blue-box .lnr {
	left: 50%;
}
#blue-box .hln div {
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: width .75s ease-out;
	transition: width .75s ease-out;
	-webkit-transition-delay: 2.65s;
	transition-delay: 2.65s;
}
#blue-box.showme .hln div {
	width: 100%;
}
#blue-box .item {
	width: 3px;
	height: 3px;
	position: relative;
	margin-right: 190px;
	float: left;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
}
#blue-box.showme .item  {opacity: 1;}
#blue-box.showme .item-3, #blue-box.showme .item-4 {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s;
}
#blue-box.showme .item-2, #blue-box.showme .item-5 {
	-webkit-transition-delay: 2.95s;
	transition-delay: 2.95s;
}
#blue-box.showme .item-1, #blue-box.showme .item-6 {
	-webkit-transition-delay: 3.35s;
	transition-delay: 3.35s;
}

#blue-box .item:last-child { margin-right: 0px; }
#blue-box  .item .text, #blue-box .circle, #blue-box .ico , #blue-box .title {
	position: absolute;
}
#blue-box  .item .text {
	bottom: 35px;
	left: -79px;
	width: 160px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
}
#blue-box .item.active .text { opacity: 1;}
#blue-box .circle {
	width: 31px;
	height: 31px;
	left: -14px;
	top: -14px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	background: #fff;
	border-radius: 50%;
	-webkit-transition: .45s ease-in;
	transition: .45s ease-in;
}
#blue-box .active .circle{
	-webkit-transform: scale(1);
	transform: scale(1);
}
#blue-box .title {
	width: 160px;
	left:-78px;
	top: 150px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
}

#blue-box .ico {
	position: absolute;
	top: 40px;
	left: -48px;
	width: 100px;
	height: 100px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: .45s ease-in;
	transition: .45s ease-in;
}
#blue-box .active .ico{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#blue-box .ico-1 {
	background-position: -470px -337px;
}
#blue-box .ico-2 {
	background-position: -570px -337px;
}
#blue-box .ico-3 {
	background-position: -670px -337px;
}
#blue-box .ico-4 {
	background-position: -770px -337px;
}
#blue-box .ico-5 {
	background-position: -870px -337px;
}
#blue-box .ico-6 {
	background-position: -970px -337px;
}

/* blue block animation */

/* end dealer block */

footer {
	color: #333;
	font-size: 12px;
	position: relative;
	padding: 25px 20%;
}
footer .inner {
	width: 100%;
	display: table;
}
footer .copyright{
	display: table-cell;
}
#developer {
	background: url(/bitrix/templates/ra_hytera_main/./imgs/redaper.png) center no-repeat;
	width: 131px;
	height: 42px;
	display: table-cell;
}

/* catalog section styles */
.box { position: relative;}
.p80 { padding: 80px 0;}
.pt40 { padding-top: 40px;}
.bg-full {
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
}
.pttrn1 { background: url(/bitrix/templates/ra_hytera_main/./imgs/pttrn-1.png) 0 0 repeat;}
.wrapper-bg {
	position: relative;
	width: 100%;
}
.bg-fb {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
}
.bg-fb.hd { height: 580px;}
.bg-fb:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/bitrix/templates/ra_hytera_main/./imgs/pttrn-4.png) 0 0 repeat;
}

.prev-box { 
	width: 50%;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	min-height: 320px;
}
.pg-section .prev-box { width: 75%; }
.ico-line { margin-top: 10px; }
.ico-line .ico {
	position: relative;
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-right: 40px;
}
.usb { background-position: 0 -912px;}
.size { background-position: -90px -912px;}
.ease { background-position: -180px -912px;}
.ico-line .ico span {
	position: absolute;
	bottom: 105px;
	background: #fff;
	font-size: 12px;
	color: #000;
	line-height: normal;
	text-align: center;
	padding: 15px 5px;
	width: 110px;
	border-radius: 15px;
	left: -20px;
	opacity: 0;
	-webkit-transition: opacity .45s ease-in;
	transition: opacity .45s ease-in;
}
.ico-line .ico:hover span { opacity: 1;}
.ico-line .ico span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 54px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 15px solid #fff;
}
.prev-box .text {
	margin: 20px 0 40px;
}
.prev-box .title { text-transform: uppercase; margin-bottom: 20px;}
.prev-box .link-box { width: 150%; /*white-space: nowrap;*/ }
.pg-section .prev-box .link-box { width: auto; white-space: nowrap;}
.link-box .item {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid;
	padding: 8px 18px;
	min-width: 78px;
	display: inline-block;
	text-align: center;
	margin-right: 18px;
	text-decoration: none;
	margin-bottom: 18px;
}

.cat-list .item {
	position: relative;
	width: 30%;
overflow: hidden;
	float: left;
	margin: 30px 30px 0 0;
}

.cat-list .item  .shadow {
	width: 80%;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	bottom: 150px;
	left: 10%;
	z-index: 1;
	box-shadow: 0 0 40px 20px rgba(0,0,0,0.3);
}
.cat-list .item  .pic {
	position: relative;
	z-index: 2;
	display:block;
/*height: 380px;*/
}
.cat-list .item img { width: 100%; }
.cat-list .item  .pic:before, .item.one-line .pic:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.1), transparent, transparent, rgba(255,255,255,0.2));
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.1), transparent, transparent, rgba(255,255,255,0.2));
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.1), transparent, transparent, rgba(255,255,255,0.2));
	background: linear-gradient(90deg, rgba(0,0,0,0.1), transparent, transparent, rgba(255,255,255,0.2));
}
.cat-list .item  .pic:after, .item.one-line .pic:after {
	content: '';
	width: 0;
	height: 0;
	top: -1px;
	left: -1px;
	position: absolute;
	border-top: 50px solid #fff; 
	border-right: 50px solid transparent;
}
.cat-list .item .pic b {
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
}
.cat-list .item .pic span {
	width: 50px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.cat-list .item .pic span img {
	max-width: 50px;
	display:block;
	margin-bottom: 10px;
}
.cat-list .blue  .pic, .one-line.blue  .pic { background: #60c8f4;}
.cat-list .red   .pic, .one-line.red   .pic { background: #ac1163;}
.cat-list .green .pic, .one-line.green .pic { background: #a2c200; }
.cat-list .item  .desc {
	height: 110px;
	padding: 15px 60px 15px 30px;
	background: #ebebeb;
	position: relative;
	color: #000;
}
.cat-list .item  .desc:after, .one-line .desc:after {
	content: '';
	width: 0;
	height: 0;
	right: -1px;
	bottom: -1px;
	position: absolute;
	border-bottom: 50px solid #fff; 
    border-left: 50px solid transparent;
}
.cat-list .item  .title, .item.one-line .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color:#000;
	text-decoration:none;
	display:block;
}
/*.cat-list .item  .title { width: 290px;}*/
.cat-list .item  .text { font-size: 14px;}

.txt-block {
	background: #ebebeb;
	padding: 35px 0;
	margin-top: 70px;
	font-size: 14px;
	line-height: 24px;
	color: 333;
}
.txt-block p { margin: 30px 0;}
/* end catalog section styles */

/* catalog detail*/
.detail-pic {
	padding: 100px 0 96px 100px;
	position: relative;
}
.detail-pic .circle {
	width: 200px;
	height: 200px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	position: relative;
}
.detail-pic img {
	max-height: 470px;
	position: absolute;
	bottom: -50px;
	left: 0;
}

.detail-pic .circle:after, .detail-pic .circle:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0; left: 0; bottom: 0; right: 0;
}
.detail-pic .circle:before {
	width: 200px;
	height: 200px;
	margin-left: -50px;
	margin-top: -50px;
	border: 50px solid rgba(255,255,255,0.4);
}
.detail-pic .circle:after {
	width: 300px;
	height: 300px;
	margin-left: -100px;
	margin-top: -100px;
	border: 50px solid rgba(255,255,255,0.2);
}

.wrapper-col {
	display: table;
	margin-top: 50px;
}
.box-foto {
	width: 42%;
	display: table-cell;
	line-height: 0;
	vertical-align: top;
}
.box-foto img { width: 100%;}
.box-foto .more {
	background: rgba(191,191,191,0.2);
	border: 1px solid rgba(191,191,191,0.3);
	display: block;

	line-height: 58px;
	text-align: center;
/*	color: rgba(191,191,191,1);*/
	color: #757575;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 20px;
}
.item-main-info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.item-main-info ul, .item-main-info ol { margin: -5px 0 0 0;} 
.item-main-info ul li, .item-main-info ol li {	line-height: 24px;}
.item-main-info p {margin-left: 10px;}
.item-main-info p:first-child { margin-top: -5px;}
.soft-line { 
	margin: 80px 0;
	height: 100px;
	display: flex;
}
.soft-line a{
	position: relative;
	display: inline-block;
	width: 380px;
	height: 100px;
	background: #60c8f4;
	font-size: 22px;
	line-height: 100px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-right: 35px;
	text-decoration: none;
}
.soft-line a b {
	background-position: -1090px -127px;
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	top: 20px;
	margin-right: 10px;
}
.soft-line a:before {
	content: '';
	position: absolute;
	right: -25px;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 25px solid #60c8f4;
	border-bottom: 50px solid transparent;

}
.soft-line .text {
	height: 100px;
	width: 100%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	background: #ebebeb;
	font-size: 12px;
	color: #6b6b6b;
	position: relative;
}
.soft-line .text:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 0px;
	width: 0;
    height: 0;
    border-top: 50px solid #ebebeb; 
    border-left: 25px solid transparent;
}
.soft-line .text:after {
	content: '';
	position: absolute;
	left: -25px;
	bottom: 0px;
	width: 0;
    height: 0;
    border-bottom: 50px solid #ebebeb; 
    border-left: 25px solid transparent;
}
.soft-line .gag{
	display: inline-block;
	width: 30px;
	height: 100%;
}

#detail-info img {
	display: block;
}

.caption {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	margin-bottom: 30px;
}

.item.one-line {
	display: table;
	height: 260px;
	margin-bottom: 30px;
}
.item.one-line .pic {
	width: 355px;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.item.one-line .pic img { margin: 0 auto!important; max-width: 355px;}
.item.one-line .desc {
	position: relative;
	padding: 40px 30px 60px 30px;
	background: #ebebeb;
	height: 160px;
}
.item.one-line  .text {
	font-size: 18px;
	line-height: 24px;
	color: #999;
}
.item.one-line .more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.8);
	padding: 28px 80px 10px 60px;
}
.one-line.blue .more { background-position: 0 -1033px;}
.one-line.green .more { background-position: -270px -1033px;}
.one-line.red .more { background-position: -540px -1033px;}

.item.one-line.rubber {
	display: inline-block;
	width: 96%;
}
.item.one-line.rubber .pic {
	width: 26%;
	height: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}
.item.one-line.rubber .pic img { height: 260px; max-width: none!important;}
.item.one-line.rubber .desc {
	padding: 20px 3% 60px 3%;
	float: right;
	width: 68%;
	height: 180px;
	overflow: hidden;
}

/* end catalog detail*/

/* 1680x1050 */
@media screen and (max-width: 1680px) {
	.gfigure { zoom: 0.8;}
	#.minner { padding-left: 100px;}
	#slide2 .h1 { font-size: 60px; margin-top: 15px;}
	#slide2 .h2 {font-size: 30px;}
	#slide2 .hr, #slide2 .romb {display: none;}
}
@media screen and (max-width: 1640px) {
	#slider .inner { left: 330px; width: 1000px;}
	#.minner { padding-left: 280px;}
}

/* 1600x900 */
@media screen and (max-width: 1580px) {
	#slide2 .h1 { font-size: 60px; margin-top: 15px;}
	#slide2 .h2 {font-size: 24px;}
	#slide2 .hr {display: none;}
	#innovation .device-box { margin-right: 50px; }
}

/* 1440x900 */
@media screen and (max-width: 1414px) {
	.minner { /*padding-left: 22%; width: 76%;*/
	        padding-left: 25%;
		width: calc(75% - 20px);
	}

	#slider .inner { left: 300px;}
	#htr-logo { zoom: 0.6; left: 50px;}
	#slide2 .item {zoom: 0.8; }
	#slide2 .inner { margin-left: -40px;}
	#slide3 .inner { zoom: 0.75; margin-left: 140px;}
	
	#advantage { padding-top: 20px;}

	#advantage .h1, #standart .h1 { font-size: 48px; }
	#advantage.showme .hr { width: 25%; margin: 10px auto;}
	#advantage .item { width: 18%; margin-right: 15px; font-size: 11px;}
	#advantage .item .title { font-size: 18px;}
	#advantage .i-wrapper { zoom: 0.7; margin: 40px 0 40px 0;}

	#standart { padding: 30px 0;}

	#standart .item-wrapper {
		zoom: 0.9;
		margin-right: 40px;
	}
	#standart .bttm-txt {margin-top: 50px; font-size: 24px;}
	#standart .bttm-txt .binary { top: -20px; left: 25%; font-size: 15px;}
	
	#leo { background-position-y: -100px; }
	#leo .about { width: 40%;}
	#leo .h1, #leo-hytera .h1 { font-size: 36px; margin-top: 0;}
	#leo .h3, #leo-hytera .h3 { font-size: 20px;}
	#leo .about .text { font-size: 18px; line-height: 30px;}
	#leo .icons { width: 50%;}
	#leo .item { zoom: 0.7; margin-left: 20px;}
	#leo .line.white { padding-top: 100px; }
	#leo .year, #leo .prjct { width: 170px; }
	#leo .number { font-size: 100px; margin: -20px 0;}
	#leo .white .about { margin-right: 20px;}
	.text2 { width: 700px;}
	
	#grey-box { padding-top: 30px;}
	#dealer .h1 { font-size: 40px;}
	#dealer .h2 { font-size: 20px; margin-bottom: 30px;}
	#grey-box .item .text { width: 320px; font-size: 14px;}
	#grey-box .item .txt-l { top: 25px;}
	#grey-box .item .txt-r { top: 10px;}
	
	#blue-box { height: 330px;}
	#blue-box .hln-wrapper { width: 80%;}
	#blue-box .hln { width: 50%; }
	#blue-box .item { margin-right: 19.5%;}
	#blue-box .title {
		width: 120px;
		left: -58px;
		top: 130px;
		font-size: 12px;
	}
	#blue-box .item .text {
		left: -69px;
		width: 140px;
		font-size: 12px;
	}
	
	footer { padding: 25px 25px 25px 25%;}

	.detail-pic { margin-top: 50px;	}
	.detail-pic .circle, .detail-pic .circle:before { width: 150px; height: 150px;}
	.detail-pic .circle:before {
		margin-left: -50px;
		margin-top: -50px;
	}
	.detail-pic .circle:after {
		width: 250px;
		height: 250px;
		margin-left: -100px;
		margin-top: -100px;
	}
	.link-box .item {
		font-size: 12px;
		padding: 8px;
		margin-right: 5px;
	}
}
/* 1366x768 */
@media screen and (max-width: 1366px) {
	.sub-menu { zoom: 0.8;}
	.gfigure { zoom: 0.6;}

	#slider .inner { left: 290px;}
	#slide2 .item {zoom: 0.65; margin-left: 20px;}
	#slide3 .inner { zoom: 0.6; margin-left: 60px;}

	#promo .inner { width: 75%;}
	.cat-list .item .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cat-list .item .text { font-size: 12px; }
/*	.banner-top a {
	    float: right;
	}*/
}
@media screen and (max-width: 1282px) {
	#standart .item-wrapper { margin-right: 30px;}
	.prev-box .text { font-size: 16px; }
}
/* 1280x1024 & 1280x800 */
@media screen and (max-width: 1260px) {
	h1 { font-size: 40px; }
	.prev-box .text { margin: 0 0 20px; }
	header { width: 210px; }
	header .shadow { left: 170px; }
	header .head, header .ftr { width: 150px; }
	.mmenu .title { margin: 0 20px 10px; }
	.mmenu a { margin: 0 20px;}
	.sub-box-w { left: 210px;}
	.menu-left a { margin: 0 20px 13px;}
	.btn-smpl { font-size: 10px;}
	header .btn-smpl { margin: 0 20px; }
	.lm-nr { margin-left: -50px!important;}

	.sub-menu { zoom: 0.7;}
/*	.gfigure { zoom: 0.6;}*/

	#slider .inner { left: 230px;}
/*	#slide2 .item {zoom: 0.65; margin-left: 20px;}
	#slide3 .inner { zoom: 0.6; margin-left: 60px;}*/
	
	#advantage .h1, #standart .h1 { font-size: 30px; }
	
	#innovation { height: 620px;}
	#innovation .info-box { width: 250px;}

	#standart .h1 { margin-bottom: 80px;}
	#standart .item-wrapper { zoom: 0.7;	}
	
	#blue-box .item { margin-right: 19.4%;}

	.cat-list .item { margin-right: 20px;}

	.item.one-line .pic { width: 255px; }
	.item.one-line .pic img { max-width: 255px; }
	.item.one-line .title { font-size: 20px; }
	.item.one-line .text { font-size: 16px; }
	
}
/* 1024x768 */
@media screen and (max-width: 1024px) {


} 
/* screen height = 1024 */
@media screen and (max-height: 920px) {
	.lm-nr { height: 68px; margin: -45px auto -5px;}
}
/* screen height = 900px */
@media screen and (max-height: 889px) {
	.menu-left { margin-bottom: 30px; }
	.menu-left a { font-size: 16px;}
	.box-soc { padding-bottom: 15px; padding-top: 15px;}
	.mmenu { padding-top: 20px; }
	.sub-box a { 
		height: auto;
		line-height: 20px;
		margin-bottom: 10px;
	}
}
/* screen height = 768px & 800 */
@media screen  and (max-height: 770px){
	header .head, header .ftr { height: 76px; }
	header .head:before, header .ftr:before { height: 70px; }
	.logo img, .leo-logo img{ height: 50px;}
	header .slogan { font-size: 12px;}
	.mmenu .title { font-size: 12px; margin-bottom: 5px;}
	.mmenu a { height: 40px; line-height: 40px; font-size: 18px;}
	.mmenu .ico { 
		zoom: 0.7;
		-moz-transform:scale(0.7);
		-moz-transform-origin: right top;
		top: 13px;
	}
	.arr-light:after {
		border-top: 20px solid transparent;
		border-left: 15px solid rgba(255,255,255,0.2);
		border-bottom: 20px solid transparent;
	}
	.menu-left { margin-bottom: 20px; }
	.menu-left a { font-size: 14px; }
	.sub-box .sub-title { margin: 15px 0 10px 0; }
	.box-soc { padding-bottom: 10px; padding-top: 10px;}
	.sub-box a { 
		font-size: 14px;
		height: auto;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.prev-box { font-size: 14px; line-height: 20px;}
}

@media screen and (max-height: 680px) {
	header .slogan, .sites { font-size: 11px;}
		.mmenu .title { font-size: 11px;}
	.menu-left { margin-bottom: 10px; }
	.menu-left a { font-size: 13px; }
	.mmenu a { height: 30px; line-height: 30px; font-size: 16px;}
	.mmenu .ico { 
		zoom: 0.6;
		-moz-transform:scale(0.6);
		-moz-transform-origin: right top;
		top: 10px;
	}
	.arr-light:after {
		border-top: 15px solid transparent;
		border-left: 10px solid rgba(255,255,255,0.2);
		border-bottom: 15px solid transparent;
	}
	.sub-box .sub-title { margin: 15px 0 10px 0; }
	.sub-box a { 
		font-size: 12px;
		height: auto;
		line-height: 15px;
		margin-bottom: 10px;
	}
}

/* screen height = 680 */
@media screen and (max-height: 640px) {
	header .head, header .ftr { height: 56px; }
	header .head:before, header .ftr:before { height: 50px; }
	.logo img, .leo-logo img{ height: 30px;}

	#htr-logo { zoom: 0.5!important; left: 50px!important;}
/*	#slide2 .item {zoom: 0.6!important; }
	#slide2 .inner { margin-left: -40px;}
	#slide3 .inner { zoom: 0.6!important; margin-left: 140px;}*/
}

.rnav {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity 0.45s ease-in;
	transition: opacity .45s ease-in;
}
.rnav.active { opacity: 1;}
.rnav .item {
	position: relative;
	width: 30px;
	height: 30px;
	background: #dedede;
	border-radius: 50%;
	margin: 20px 20px 0 0;
	opacity: 0.3;
	cursor: pointer;
}
.rnav .item.active { background: #5fc5f0; }
.rnav .item  b {
	position: absolute;
	right: 45px;
	top: -5px;
	background: #dedede;
	height: 40px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 40px;
	padding: 0 40px 0 25px;
	opacity: 0;
	white-space: nowrap;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.rnav .item:hover { opacity: 1; }
.rnav .item:hover b {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.rnav .item b:before {
	content: '';
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;
	background-position: -38px -912px;
	width: 11px;
	height: 40px;
	position: absolute;
	right: -10px;
	top: 0;
}
.rnav .item.first:before {
	content: '';
	background: url(/bitrix/templates/ra_hytera_main/./imgs/sprite.png) no-repeat;
	background-position: 0 -912px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.contacts a { color: #5fc4ef;}
.bx-yandex-view-layout {
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -800px;
}
.ftr-print {display: none;}
@media print {
	header, .prev-box .link-box, .cat-list .item .shadow, .rnav.active, .txt-block, footer .copyright, #developer, .pttrn1
	{ display: none;}
	.ftr-print {display: block;}
	.minner { padding: 0 0px 0 20px; width: 980px;}
	footer {padding: 0;}
	footer .inner {
		width: 1000px;
		margin: 50px auto;
		font-size: 18px;
		line-height: 24px;
	}
	.item.one-line .pic { height: 260px !important;}

}


.banner-top {
	width: 100%;
    overflow: hidden;
    margin: 20px 0 -40px;
    width: calc(90% + 60px);
}
.banner-top img {
    max-width: 100%;
    height: auto;
}
.banner-top + .w-name {margin-top: 40px;}

@media print {
header,footer, .rnav, #bx-panel, #bx-panel-back{display:none!important;}
.breadcrumbs{visibility:hidden!important;}
}

.add-files {
	font-style: italic;
	display: block;
	padding: 3px 0;
	color: dimgray;
}
.add-files:hover {text-decoration: underline;}

a.t-ip-smart {
    display: flex;
    width: 100%;
    height: 200px;
    color: #333;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
}
.t-ip-smart img {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.t-ip-smart .title {

}
.t-ip-smart > div {
    margin-left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.t-ip-smart .sub-title {
    font-size: .84em;
}
@media screen and (max-width: 1260px) {
    a.t-ip-smart { font-size: 1.6em; }
    .banner-top {    width: calc(90% + 40px);} 
}
/* styles for page without header banner */
.without-head .bg-fb {
/*
    background: #ebebeb!important;
    height: 120px;
    opacity: .5;
*/
    background-image: url('/bitrix/templates/ra_hytera_main/imgs/bg-small-head.jpeg')!important;
    background-position: center top!important;
	height: 130px;
}
.without-head .banner-top { margin: 0;}
.without-head h1 {
	margin-bottom: 0;
	height: 100px;
	line-height: 1em;
}
/*.without-head h1, .without-head .breadcrumbs, .without-head .breadcrumbs a,*/
.without-head .prev-box, .without-head .link-box .item
{
    color: #292929   
}
.without-head .breadcrumbs {
    margin-top: 20px;
}
.without-head .prev-box {
    min-height: auto;
}
/* End */
/* /bitrix/templates/.default/js/owl.carousel.css?14162255661476 */
/* /bitrix/templates/ra_hytera_main/js/fancybox/jquery.fancybox.css?14162255663878 */
/* /bitrix/templates/ra_hytera_main/components/bitrix/menu/catalog/style.css?16934773712787 */
/* /bitrix/templates/ra_hytera_main/components/bitrix/menu/left/style.css?1416225565626 */
/* /bitrix/templates/ra_hytera_main/components/bitrix/menu/buttons/style.css?1416225565626 */
/* /bitrix/templates/ra_hytera_main/styles.css?1588153693183 */
/* /bitrix/templates/ra_hytera_main/template_styles.css?169382675151708 */
