@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	line-height: 1.8em;
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.3em;
	margin: 15px 0 10px;
}
h1 {
	font-size: 25px;
	margin: 20px 0;
}
h2 {
	font-size: 18px;
	letter-spacing: 0.03em;
	font-weight: normal;
}
.green {
	color: #55b033;
}
strong {
	font-weight: 600;
}
a {
	color: #000;
}
a:hover {
	color: #288dca;
}
h1.round { /* HEADER */
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 31px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #eee;
	margin: 25px 0px 10px 0;
	display: inline-block;
	text-transform: uppercase;
}
h1.round span { /* HEADER */
	display: inline-block;
	height: 48px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	padding-top: 18px;
	font-size: 35px;
	letter-spacing: 0;
	position: relative;
	z-index: 20;
	color: #fff;
	margin-right: 10px;
}
h1.round span:before, h1.round.cms span:after, h1.round.cloud span:after { /* HEADER */
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	position: absolute;
	background: #55b033;
	z-index: -1;
	top: -11px;
	left: 0px;
}
.header .dwnl { /* HEADER */
	display: block;
}
.header .dwnl a, .footer .btn-w  { /* HEADER */
	color: #bbb;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.03em;
	border: 1px solid #888;
	padding: 15px 20px;
	margin-right: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: inline-block;
	min-width: 170px;
	text-align: center;
	color: rgba(0,0,0,0);
	position: relative;
}
.footer .btn-w
{
	min-width: 280px;
	margin-bottom: 20px;
}
.header .dwnl a:after {
	content: 'Скачать инструкцию';
	color: #bbb;
	transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-webkit-transition: color .2s linear;
	display: block;
	position: absolute;
	top: 17px;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
}
.header .dwnl a:hover, .footer .btn-w:hover { /* HEADER */
	background: rgba(255,255,255,0.2)!important;
}
.header .dwnl a:hover:after { /* HEADER */
	color: #ddd;
}
.content-green .btn-w, .content .btn-w{ /* HEADER */
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.03em;
	border: 1px solid #eee;
	padding: 13px 20px;
	margin-right: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: inline-block;
	min-width: 190px;
	text-align: center;
	margin-bottom: 10px;
}
.content-green .btn-w:hover { /* HEADER */
	background: rgba(255,255,255,0.1);
}
.content .btn-w { /* HEADER */
	color: #555;
	border: 1px solid #ddd;
	margin: 10px 15px 10px 0;
	background: rgba(255,255,255,0.3);
}
.content .btn-w:hover { /* HEADER */
	border: 1px solid #999;
}
.content .ago {
	margin-top: 40px;
	width: 100%;
	padding: 25px 0 15px;
	border: 0;
	border-top: 1px solid #ddd;
	display: block;
	color: #333;
	text-decoration: none;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}
.content .ago:hover {
	color: #55b022
}
.content .ago:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/expand.svg);
	background-size: cover;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	vertical-align: text-top;
	margin-right: 5px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	filter: brightness(50%) grayscale(100%);
	-webkit-filter: brightness(50%) grayscale(100%);
	-moz-filter: brightness(50%) grayscale(100%);
	-ms-filter: brightness(50%) grayscale(100%);
	-o-filter: brightness(50%) grayscale(100%);
}
.content .ago:hover:before {
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header, .content-green, .content {
	width: 100%;
	min-height: 150px;
}
.dot {
	background: url(../images/dot.png);
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.minus {
	margin-bottom: -60px;
}
.header > div, .content-green > div, .content > div {
	width: 1200px;
	height: auto;
	padding: 20px 20px 20px;
	margin: 0 auto;
}
.header > div, .content-green > div {
	display: flex;
	min-height: 110px;
}
.header {
	background: #000;
}
/* +++++++++++++++++++++ MENU +++++++++++++++++++++++*/

/*#header {
	display: block !important;
	height: 55px;
	background: rgba(34,34,34,0.9);
	position: fixed;
	width: 100%;
	z-index: 50;
	top: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border-bottom: 4px solid #55b033;
}
#header ul {
	position: absolute;
	left: 0;
	top: 5em;
	right: 0;
	display: block;
	margin: 0 0 1px 0;
	text-align: right;
	list-style-type: none;
	padding: 10px 0
}

#header ul.menu {
	top: 3px;
	max-width: 1200px;
	background: none;
	margin: auto;
	height: 51px;
	padding: 0 20px;
	text-align: left;
	display: block;
}

#header ul a.logo {
	padding: 0px!important;
	height: 27px;
	text-indent: -999em;
	background: url(../images/praxis.svg) no-repeat 0px 2px;
	background-size: contain;
	width: 120px;
	margin-right: 20px;
}

#header ul a.logo:hover {background-color: rgba(85,176,34,0)!important;}

#header ul.menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: text-top;
}

#header ul.menu li a:link {
	vertical-align: text-top;
}


#header ul.menu a:link,#header ul.menu a:visited {
	text-transform: uppercase;
	color: #bbb;
	font-size: 11px;
	letter-spacing: 0.09em;
	line-height: 1.6em;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px 15px;
	position: relative;
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-ms-transition: background .1s linear;
	-o-transition: background .1s linear;
	transition: background .1s linear;
}


#header ul.menu a:hover {
	background-color: #55b022;
	color: #fff!important;
}

ul.menu li.active a {
	 color: #55b022!important; 
}

*/





/* +++++++++++++++++++++ HEADER +++++++++++++++++++++++*/


.header > div > div {
	margin: auto;
	margin-left: 10px;
}
.header .dwnl {
	margin-right: 10px;
	display: flex;
	text-align: right;
	margin-left: 30px;
}
.header h1 {
	font-family: 'Cuprum', sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #eee;
	margin: 5px 30px 0px 0;
	display: inline-block;
}
.header .cms, .header .cloud {
	margin-bottom: 15px;
}
h1.round.cms span, h1.round.cloud span {
	text-indent: -999em;
}
h1.round.cms span:after {
	background: url(../images/icons-site.svg) no-repeat;
	background-size: cover;
	background-position: 50% 43.348%;
}
h1.round.cloud span:after {
	background:  url(../images/icons-site.svg) no-repeat;
	background-size: 90%;
	background-position: 50% 21.748%;
}


.header h1 span {
	font-size: 30px;
}
.header h2 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #eee;
	margin: 0px 0;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.3em;
}

/* ---------------------------------------------1240 PX-----------------------------------------------------*/

@media (max-width: 1240px) {
.header > div {
	width: auto;
}
}

/* ---------------------------------------------1024 PX-----------------------------------------------------*/

@media (max-width: 1024px) {
.header {
	min-height: 120px;
}
.header > div {
	min-height: 80px
}
.header h1 {
	font-size: 33px;
	margin-right: 20px;
}
.header h1 span {
	font-size: 25px;
}
.header h2 {
	font-size: 18px;
	margin: 0;
}
.header h1.round {
	font-size: 27px;
}
.header h1.round span {
	font-size: 31px;
	height: 45px;
	width: 66px;
	padding-top: 15px;
}
.header h1.round.cms {
	margin-bottom: 5px
}
.header h1.round span:before {
	height: 65px;
	width: 65px;
	top: -7px;
}
.header h1.round.cms span:after {
	height: 65px;
	width: 66px;
	background-position: 50% 43.135%;
}
.header h1.round.cloud span:after {
	height: 65px;
	width: 66px;
	background-position: 50% 21.635%;
}
}

/* ---------------------------------------------768 PX-----------------------------------------------------*/
@media (max-width: 768px) {
.header .dwnl {
	margin-left: 30px;
	margin-right: 0;
}
}

/* ---------------------------------------------600 PX-----------------------------------------------------*/
@media (max-width: 600px) {
.header > div {
	display: inherit;
}
.header .dwnl {
	display: inherit;
	margin-right: 0;
}
.header div > div {
	margin-left: 0;
}
.header div > div:last-child {
	text-align: left;
	margin-left: 0;
}
.header .dwnl a {
	padding: 5px 15px;
	font-size: 11px;
	margin: 15px 0px 0px;
	margin-right: 10px!important;
}
.header .dwnl a:after {
	top: 5px
}
.header h1 {
	margin-top: 5px;
}
.header h1.round {
	margin-bottom: 0px
}
}

/* ---------------------------------------------425 PX-----------------------------------------------------*/
@media (max-width: 425px) {
.header {
	min-height: 100px;
}
.header > div {
	text-align: center;
	min-height: 80px;
	padding: 20px 10px;
}
.header div > div {
	margin-left: 0;
}
.header .dwnl {
	display: inherit;
}
.header div > div:last-child {
	text-align: center;
	margin-left: 0;
}
.header .dwnl a {
	margin: 15px 5px 0px;
	margin-right: 5px!important;
}
.header h1 {
	font-size: 28px;
	margin-top: 5px;
	margin-right: 0;
	display: block;
}
.header h1 span {
	font-size: 23px;
}
.header h2 {
	font-size: 15px;
}
.header h1.round {
	margin: 10px 0px 0px;
}
.header h1.round.cms, .header h1.round.cloud {
	margin-bottom: 10px
}
}
/* ++++++++++++++++++++ CONTENT GREEN (CTG) ++++++++++++++++++++++*/

.content-green {
	min-height: 170px;
	width: 100%;
	background-color: #2fa1e6;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.content-green > div {
	width: 1200px;
	height: auto;
	padding: 60px 20px 30px;
	margin: 0 auto;
	display: flex;
}
.content-green .img {
	margin-right: 0px;
	min-width: 450px;
	text-align: center;
}
.rec .img {
	min-width: 680px;
	margin-right: 40px;
	max-width: 680px;
}
.rec .img #main {
	overflow: hidden;
	width: 680px;
}
.content-green .img img {
	margin: auto;
}
.content-green > div > .wide {
	min-width: 500px;
}
.content-green .info {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.content-green .info > div {
	width: 100%;
	margin: auto;
}
.content-green ul {
	width: 100%;
	color: #fff;
	letter-spacing: 0.03em;
	font-size: 13px;
	line-height: 1.5em;
	text-transform: uppercase;
	list-style: none;
}
.content-green ul li {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 7px;
}
.content-green ul li:first-child {
	border-top: 1px solid rgba(255,255,255,0.4);
}
.content-green table {
	/* display:block; */
	width: 100%;
	color: #fff;
	letter-spacing: 0.03em;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.5em;
	text-transform: uppercase;
}
.content-green table td {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 7px;
	vertical-align: top;
}
.content-green table tr:first-child td {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.content-green table td:first-child {
	width: 150px;
}
.content-green h1 {
	margin-right: 30px
}
.content-green h1.round {
	font-weight: normal;
	margin-top: 11px;
	color: #fff;
	vertical-align: middle;
}
.content-green h1.round span:before {
	background: #000;
}
.content-green h2 {
	color: #fff;
	letter-spacing: 0.06em;
	font-size: 20px;
	margin: 20px 0 25px;
}
.content-green h1.round span {
	padding-top: 10px;
}
.content-green h1.round span {
	top: -6px;
}
.content-green .diler {
	background: url(../images/buy.svg) no-repeat top 39% right -57px;
	background-size: 44%;
}
.content-green .file {
	
}
.content-green .cont {
	background: url(../images/phone.svg) no-repeat top -160px right 10px;
	background-size: 48%;
}
.content-green .diler h1.round, .content-green .file h1.round, .content-green .cont h1.round, .content-green .support h1.round {
	position: relative;
}
.content-green .diler h1 span, .content-green .file h1 span, .content-green .cont h1 span, .content-green .support h1 span {
	text-indent: -999em;
}
.content-green .diler h1.round span:before, .content-green .file h1.round span:before, .content-green .cont h1.round span:before, .content-green .support h1.round span:before {
	background: none;
	border: 4px solid #fff;
	width: 73px;
	height: 73px;
}
.content-green .diler h1.round:after, .content-green .file h1.round:after, .content-green .cont h1.round:after, .content-green .support h1.round:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 68px;
	left: 6px;
	height: 68px;
	background: url(../images/icons-site.svg) no-repeat;
	background-size: cover;
	background-position: 50% 8.69565%;
	z-index: 30;
}
.content-green .file h1.round:after {
	background-position: 50% 39.25556%;
}
.content-green .cont h1.round:after {
	background-position: 50% 13.04348%;
}
.content-green .support h1.round:after {
	background-position: 50% -0.01739%;
	width: 70px;
}
.content-green .support {
	background: url('../images/support.svg') no-repeat top 50% right -52px;
	background-size: 41%;
}
.content-green .support:before, .content-green .support:after {
	display: none;
}
/* ---------------------------------------------REC-----------------------------------------------------*/

.content-green .comm-rec {
	background: url(../images/banner-vdr-ahd-l.png) no-repeat right 10px top -140px;
}
.content-green.ahd-rec > div {
	background: #55b022 url(../../../images/banners/ahd-rec.png) no-repeat bottom 25px left 17px;
	min-height: 390px;
}

.content-green.ip-rec > div {
	background: #55b022 url(../../../images/banners/ip-rec.png) no-repeat bottom 25px left 17px;
	min-height: 390px;
}

.content-green.switch > div {
	background: #55b022 url(../../../images/banners/switch.png) no-repeat bottom 15px left 17px;
	min-height: 290px;
}

.switch > div .round span, .ahd-rec > div .round span, .ip-rec > div .round span, 
.ahd-cam > div .round span, .ip-cam > div .round span {
	text-indent: -999em;
}

.switch > div .round span:before, .ahd-rec > div .round span:before, .ip-rec > div .round span:before, .ahd-cam > div .round span:before, .ip-cam > div .round span:before {
	background: #000 url(../images/icons-site.svg) no-repeat;
	background-size: cover;
	background-position: 50% 47.75%;
}
.ahd-rec > div .round span:before, .ahd-cam > div .round span:before {
	background-position: 50% 52.10%;
}
.ip-rec > div .round span:before, .ip-cam > div .round span:before {
	background-position: 50% 56.5%;
}

.ahd-cam {
	background: #55b022 url(../../../images/banners/ahd-cam.png) no-repeat top 50% right 13%;
	background-size: auto;
}
.ahd-cam > div {
	min-height: 270px;
}
/* ---------------------------------------------ICONS-----------------------------------------------------*/

.content-green .icons {
	margin-bottom: 10px;
	display: block;
}
.res, .ahd, .tvi, .cvi, .cvbs, .antivandal, .temp, .indoor, .outdoor, .part1, .part2, .part3, .part4, .part5, .part6, .part7, .part8, .part9, .part10, .part11, .part12, .part13, .part14 {
	width: 53px;
	height: 53px;
	background: url(../images/icons-w.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
	margin-top: -7px;
	filter: brightness(600%) grayscale(100%);
	-webkit-filter: brightness(600%) grayscale(100%);
	-moz-filter: brightness(600%) grayscale(100%);
	-ms-filter: brightness(600%) grayscale(100%);
	-o-filter: brightness(600%) grayscale(100%);
	text-indent: -999em;
}
.res {
	background-position: 50% 0%;
	width: 69px;
	height: 69px;
	margin-right: 5px;
}
.ahd {
	background-position: 50% 4.34783%;
}
.tvi {
	background-position: 50% 8.69565%;
}
.cvi {
	background-position: 50% 13.04348%;
}
.cvbs {
	background-position: 50% 17.3913%;
}
.antivandal {
	background-position: 50% 21.73913%;
}
.temp {
	background-position: 50% 26.08696%;
}
.indoor {
	background-position: 50% 30.43478%;
}
.outdoor {
	background-position: 50% 34.78261%;
}
.part1 {
	background-position: 50% 39.13043%;
}
.part2 {
	background-position: 50% 47.82609%;
}
.part3 {
	background-position: 50% 52.17391%;
}
.part4 {
	background-position: 50% 56.52174%;
}
.part5 {
	background-position: 50% 60.86957%;
}
.part6 {
	background-position: 50% 65.21739%;
}
.part7 {
	background-position: 50% 69.56522%;
}
.part8 {
	background-position: 50% 73.91304%;
}
.part9 {
	background-position: 50% 78.26087%;
}
.part10 {
	background-position: 50% 82.6087%;
}
.part11 {
	background-position: 50% 86.95652%;
}
.part12 {
	background-position: 50% 91.30435%;
}
.part13 {
	background-position: 50% 95.65217%;
}
.part14 {
	background-position: 50% 100%;
}
.long .ahd, .long .tvi, .long .cvi, .long .cvbs, .long .antivandal, .long .temp, .long .indoor, .long .outdoor, .long .part1, .long .part2, .long .part3, .long .part4, .long .part5, .long .part6, .long .part7, .long .part8, .long .part9, .long .part10, .long .part11, .long .part12, .long .part13, .long .part14 {
	width: 50px;
	height: 50px;
}
.long .res {
	width: 66px;
	height: 66px;
}
.spacing {
	margin-right: 10px!important;
}
.br {
	display: inline-block;
}

.content .nav {
	padding: 40px 20px;
	padding-bottom: 60px;
	text-align: center;
}
.content .nav a {
	display: inline-block;
	padding: 30px;
	padding-top: 100px;
	width: 200px;
	text-align: center;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #bbb;
	transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-webkit-transition: color .2s linear;
}

.content .nav a:hover {
	color: #55b022;
}

.content .nav a:last-child {
	border-right: none; 
}

.content ul {
	list-style-type: none;
}

.content ul li {
	padding: 2px 0px 7px 20px;
	position: relative;
	line-height: 1.5em;
}

.content ul li:before {
	content:'';
	display:block;
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	left: 0;
	top: 9px;
	}

/* ---------------------------------------------1400 PX-----------------------------------------------------*/

@media (max-width: 1400px) {
.ahd-cam {
	background-position: top 55% right 1%;
}
}

/* ---------------------------------------------1240 PX-----------------------------------------------------*/

@media (max-width: 1240px) {
.content-green > div {
	width: auto;
}
.content-green > .comm {
	padding: 20px 30px 30px;
}
.ahd-cam {
	background: #55b022;
}
.ahd-cam > div {
	background: url(../../../images/banners/ahd-cam.png) no-repeat bottom 50% right -5%;
	min-height: 250px;
	background-size: 51%;
}
.content-green.switch > div {
	background-size: 85%
}
.content-green.ahd-rec > div, .content-green.ip-rec > div {
	background-size: 85%
}
}

@media (min-width: 901px) and (max-width: 1240px) {
.rec .img {
	min-width: 380px!important;
	width: 100%;
	margin-right: 40px;
}
.rec .img img {
	width: 100%;
}
}

/* ---------------------------------------------1024 PX-----------------------------------------------------*/

@media (max-width: 1024px) {
.content-green .img {
	min-width: 290px;
	margin-right: 30px;
}
.content-green > div > .wide {
	min-width: 380px;
	margin-right: 30px;
}
.content-green .img img {
	width: 100%;
}
.content-green .info table {
	font-size: 12px;
}
.res, .ahd, .tvi, .cvi, .cvbs, .antivandal, .temp, .indoor, .outdoor, .part1, .part2, .part3, .part4, .part5, .part6, .part7, .part8, .part9, .part10, .part11, .part12, .part13, .part14 {
	width: 48px;
	height: 48px;
}
.res {
	width: 55px;
	height: 55px;
}
.content-green table td:first-child {
	width: 125px;
}
.content-green table td {
	padding: 6px;
}
.content-green .diler, .content-green .diler {
	background-size: 64%;
	background-position: top 41% right -168px;
}
.content-green .file {
	background-size: 60%;
	background-position: top -116px right -160px;
}
.content-green .cont {
	background-size: 60%;
	background-position: top -159px right -148px;
}
.content-green .support {
	background-size: 48%;
	background-position: top -92px right -82px;
}
.ahd-cam > div {
	background-position: bottom 50% right -13%;
	background-size: 53%;
}
.content-green.switch > div {
	min-height: 260px
}
.content-green.ahd-rec > div, .content-green.ip-rec > div {
	min-height: 350px
}

}

@media (min-width: 769px) and (max-width: 1024px) {
.long .ahd, .long .tvi, .long .cvi, .long .cvbs, .long .antivandal, .long .temp, .long .indoor, .long .outdoor, .long .part1, .long .part2, .long .part3, .long .part4, .long .part5, .long .part6, .long .part7, .long .part8, .long .part9, .long .part10, .long .part11, .long .part12, .long .part13, .long .part14 {
	width: 37px;
	height: 37px;
}
.long .res {
	width: 50px;
	height: 50px;
}
.content-green .comm-rec {
	background-position: top -140px right -100px;
}
}

/* ---------------------------------------------900 PX-----------------------------------------------------*/
@media (min-width: 769px) and (max-width: 900px) {
.content-green .wide {
	min-width: 320px;
}
}

@media (max-width: 900px) {
.rec {
	display: block!important;
}
.rec .img {
	width: 100%;
	display: block;
	text-align: inherit;
}
.rec .img img {
	max-width: 680px;
}
.content-green .support {
	background-size: 48%;
	background-position: top -68px right -70px;
}
}

/* ---------------------------------------------768 PX-----------------------------------------------------*/

@media (max-width: 768px) {
.content-green > div {
	display: block;
}
.content-green .diler, .content-green .file {
	background-size: cover;
	background-position: top 54% right -200px;
}
.content-green .cont {
	background-size: cover;
	background-position: top 50% right -173px;
}
.content-green .img {
	/* min-width: 100%; */
	text-align: left;
	display: inherit;
}
.content-green .img img {
	width: inherit;
}
.content-green .wide img {
	width: inherit;
	max-width: 380px;
}
.content-green .comm-rec {
	background-size: contain;
	background-position: top -50px right -80px;
}
.content-green .support {
	background-size: 64%;
	background-position: top -88px right -93px;
}
.ahd-cam > div {
	background-position: bottom 160% right -22%;
	background-size: 60%;
}
.content-green.switch > div {
	background-size: 93%;
	min-height: 240px
}

.content-green.ahd-rec > div, .content-green.ip-rec > div {
	background-size: 93%;
	min-height: 
}
}

/* ---------------------------------------------600 PX-----------------------------------------------------*/

@media (max-width: 600px) {
.content-green .btn-w {
	padding: 5px 15px;
	font-size: 11px;
	margin: 10px 0px 0px;
	margin-right: 10px!important;
}
.content-green h2 {
	margin-bottom: 15px
}
.content-green .diler {
	background-size: cover;
	background-position: top 51% right -170px;
}
.content-green .file {
	background-size: 117%;
	background-position: top 47% right -160px;
}
.content-green .support {
	background-size: 61%;
	background-position: bottom -10px right -40px;
}
.content-green.ahd-rec > div, .content-green.ip-rec > div  {
	min-height: 320px
}
}

/* ---------------------------------------------425 PX-----------------------------------------------------*/


@media (max-width: 425px) {
h1 {
	font-size: 20px;
}
.content-green > div {
	padding: 20px 10px 30px;
}
.content-green .info table {
	font-size: 11px;
	text-align: left
}
.content-green table td {
	padding: 6px;
}
.content-green table td:first-child {
	width: 110px;
}
.content-green .img {
	text-align: center;
	margin-right: 0;
}
.content-green .img img {
	width: 280px;
}
.rec .img img {
	width: 100%;
}
.content-green .wide img {
	width: inherit;
	max-width: 95%;
}
.content-green ul {
	font-size: 11px;
	text-align: left;
}
.icons {
	text-align: left;
}
.content-green > div {
	text-align: center;
}
.content-green .comm-rec {
	background-position: right -30px top -90px;
	background-size: contain;
	padding-top: 180px;
}
.content-green .diler {
	background-size: cover;
	background-position: top 50% right -120px
}
.content-green .file {
	background-size: 175%;
	background-position: top -91px right -250px;
}
.content-green .cont {
	background-size: 110%;
	background-position: top -102px right -170px;
}
.content-green h1.round {
	font-size: 25px;
}
.content-green h1.round span {
	height: 38px;
	width: 66px;
	font-size: 33px;
	margin-right: 10px;
}
.content-green h1.round span:before {
	width: 65px;
	height: 65px;
	top: -8px;
}
.content-green h2 {
	margin-left: 10px;
	font-size: 17px;
	margin-top: 10px;
}
.content-green .btn-w {
	margin-left: 10px;
	padding: 5px 15px;
	min-width: 240px;
}
.content-green h1.round {
	font-size: 23px;
}
.content-green h1.round span {
	font-size: 26px;
	padding-top: 14px;
	width: 56px;
}
.content-green h1.round span:before {
	width: 56px;
	height: 56px;
	top: -1px;
}
.content-green .diler h1.round span:before, .content-green .file h1.round span:before, .content-green .cont h1.round span:before, .content-green .support h1.round span:before {
	width: 50px;
	height: 50px;
}
.content-green .diler h1.round:after, .content-green .file h1.round:after, .content-green .cont h1.round:after, .content-green .support h1.round:after {
	width: 47px;
	height: 47px;
	top: -3px;
	left: 5px;
}
.content-green .file h1.round:after {
	width: 37px;
	height: 37px;
	top: 1px;
	left: 10px;
}
.content-green .cont h1.round:after {
	width: 47px;
	height: 47px;
}
.content-green .support {
	background-size: 81%;
	background-position: bottom -10px right -108px;
}
.content-green .diler h1.round span:before, .content-green .file h1.round span:before, .content-green .cont h1.round span:before, .content-green .support h1.round span:before {
	border: 3px solid #fff
}
.content-green h2 {
	font-size: 16px
}
.spacing {
	margin-right: 3px!important;
}
.ahd-cam > div, .content-green.switch > div, .content-green.ahd-rec > div, .content-green.ip-rec > div  {
	background: none;
	min-height: 100px;
}

.content .nav {
	padding-bottom: 30px;
}

.content .nav a {
	display: block;
	width: 100%;
	padding:100px 0 30px 0;
	border-right: none;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.content .nav a:last-child {
	border-bottom: none; 
}

}




/* +++++++++++++++++++++++++ CONTENT +++++++++++++++++++++++++*/

.content > div > p, .content > div > h1, content div > h2, .content div > h3, .content > div > h4, .content > div > h5, .content > div > ul, .content div > img {
	margin-left: 15px;
}
#all {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 240px;
}
.content p {
	padding: 3px 0;
	margin: 10px 0 10px;
}
.content > div > p, .content > div > h1, .content > div > h2, .content > div > h3, .content > div > h4 {
	margin-left: 15px;
}
.content table, .sp table {
	margin: 60px 0 30px;
	border-collapse: collapse;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.3em;
	width: 100%;
	position: relative;
}
.content table {
	margin: 30px 0
}
.content table tr, .sp table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.content table td, .sp table td {
	padding: 7px 15px;
}
.content table td:first-child, .sp table td:first-child {
	border-right: 1px solid #ddd;
	min-width: 190px
}
.sp table td:nth-child(2) {
	width: 100%
}
.content table tr:nth-child(2n+1), .sp table tr:nth-child(2n+1) {
	background: #f9f9f9;
}
.sp table:before {
	content: 'Технические характеристики';
	font-family: 'Fira Sans Extra Condensed';
	font-weight: normal;
	letter-spacing: 0.02em;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: -35px;
}
.sp {
	display: flex;
	margin-top: 0px;
}
.sp table {
	display: block;
	min-width: 645px;
	padding-top: 35px;
	margin-top: 30px;
}
.sp table:before {
	top: 0px;
}
.dim {
	margin: 0px 0 20px 0;
}
.dim img {
	display: inline-block;
	margin: 10px;
}
.sp > .dim {
	display: block;
	margin: 30px 0 0 30px;
	min-width: 310px;
	max-width: 375px;
}
.content .wide {
	display: block;
}
.content .wide table {
	display: table;
	margin-top: 65px;
	margin-bottom: 40px;
}
.content .wide table:before {
	margin-top: -35px;
	position: absolute;
	margin-left: 15px;
}
.content .wide .dim {
	min-width: 100%;
	margin-left: 0;
}
.content .wide .dim img {
	margin-left: 15px;
}
.content h1:before {
	display: block;
	content: "";
	height: 85px;
	margin: -85px 0 0;
}
.sep {
	border-bottom: 1px solid #ddd;
	padding: 5px 0px 15px 15px;
	margin-bottom: 15px;
}
.sep h1, .sep h2 {
	margin-left: 0px !important;
}
.sep p {
	padding: 0;
}
.expand {
	position: relative;
	margin-left: 0px!important;
	font-size: 13px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.expand > li {
	border-bottom: 1px solid #ddd;
	position: relative;
	display: block;
	min-height: 42px;
	padding: 0;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	line-height: 2.1em !important;
}
.content .expand li {
	padding: inherit
}

.content .expand li:before {
	display: none;
}
.expand > li:first-child {
	border-top: 1px solid #ddd;
}
.expand > li:hover {
}
.expand > li > p {
	padding: 7px 15px 6px;
	margin: 0;
	font-size: 14px;
}
.expand > li > div {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
}
.expand > li > div > div {
	border-top: 1px solid #ddd;
	margin: 15px 30px 15px;
	padding-top: 15px;
}
.expand > li > div > div:first-child {
	border-top: none;
	padding-top: 0px;
	margin-top: 30px;
}
.expand h2 {
	color: #55b033;
	margin: 15px 0;
}
.expand a {
	color: #55b033;
	/* text-decoration: none; */
	font-weight: 400;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.expand a:hover {
	text-decoration: underline;
	color: #229922
}
.expand > li > div > div > p {
	display: inline-block;
	width: auto;
	margin: 8px 30px 8px 0;
	line-height: 1.3em;
	padding: 0;
	padding-left: 32px;
	position: relative;
}
.expand > li > div > div > p:last-child {
	margin-right: 0;
}
.expand table tr {
	border: none;
}
.expand table td {
	border: none!important;
}
.phone:before, .expand > li > div > div > p:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 26px;
	background: url(../images/icons-contact.svg) no-repeat;
	background-size: cover;
	left: 1px;
	top: -2px;
}
.expand .dwnl {
	display: flex;
	font-size: 14px;
}
.expand .dwnl > ul {
	display: block;
	/* margin-right: 40px; */
	/* margin-left: 10px; */
	width: 100%;
}
.expand .dwnl > ul:last-child {
/* margin-right: 20px; */
}
.dwnl li {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-right: 15px;
	margin-left: 10px;
	width: 22%;
}
.dwnl li.wide {
	width: 95%;
}
.dwnl li a {
	color: #333!important;
	text-decoration: none!important;
	display: block;
	padding: 8px 7px;
	padding-left: 52px;
	line-height: 1.6em;
	background: url(../images/dwnl.svg)no-repeat 7px 8px;
	filter: brightness(130%) grayscale(100%);
	-webkit-filter: brightness(130%) grayscale(100%);
	-moz-filter: brightness(130%) grayscale(100%);
	-ms-filter: brightness(130%) grayscale(100%);
	-o-filter: brightness(130%) grayscale(100%);
}
.dwnl li:hover a {
	color: #55b033!important;
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}
.expand input + label:before {
	content: '';
	display: block;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	background: rgba(0,0,0,0) url(../images/expand.svg)no-repeat top 50% right 10px;
	filter: brightness(130%) grayscale(100%);
	-webkit-filter: brightness(130%) grayscale(100%);
	-moz-filter: brightness(130%) grayscale(100%);
	-ms-filter: brightness(130%) grayscale(100%);
	-o-filter: brightness(130%) grayscale(100%);
}
.expand input + label:hover:before {
	background: rgba(0,0,0,0.03) url(../images/expand.svg)no-repeat top 50% right 10px;
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}
.expand input:checked + label:before {
	background: rgba(255,255,255,0) url(../images/close.svg)no-repeat top 50% right 10px;
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}
.expand input {
	display: none;
}
.expand input + label + div {
	max-height: 0;
	overflow: hidden;
	border-top: 1px solid #fff;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.expand input:checked + label + div {
	display: block;
	max-height: 180px;
	border-top: 1px solid #ddd;
	padding-bottom: 20px;
}
#msk:checked + label + div {
	max-height: 700px;
}
#doc:checked + label + div, #ahd-cam-in:checked + label + div, #ahd-cam-out:checked + label + div, #ip-cam-in:checked + label + div, #ip-cam-out:checked + label + div, #spb:checked + label + div, #tyum:checked + label + div, #novosib:checked + label + div, #kalin:checked + label + div, #voronezh:checked + label + div, #krasnd:checked + label + div, #novokuz:checked + label + div, #prokop:checked + label + div, #simfer:checked + label + div, #ulyan:checked + label + div {
	max-height: 290px;
}
#line {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 300;
	pointer-events: none;
}
.search {
	margin: 0 auto;
	padding: 50px 0px 15px;
	display: block;
	width: 1200px;
	height: auto;
}
#header form {
	position: relative;
	top: 50%;
	transform: translateY(-40%);
	margin: 0;
}
#advanced-search-toggle, input.search-query, input#search-searchword {
	border: 1px solid #494949;
	display: inline-block;
	margin-bottom: 9px;
	padding: 9px;
	padding-right: 35px;
	background: rgba(255,255,255,0.06);
	background-size: 21px 21px;
	color: #999;
	letter-spacing: 0.03em;
	min-width: 200px;
	pointer-events: visible;
}
#searchForm {
	/* border: 1px solid #bbb; */
	position: relative;
}
#main input#search-searchword {
	min-width: 310px;
	padding-right: 10px;
	border: none;
	margin: 10px 10px 10px 0;
	height: 25px;
	font-size: 13px;
	border: solid #aaa 1px;
}
#main .search button.btn {
	background-size: 25px;
	width: 39px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
input#search-searchword {
	border: 1px solid #bbb;
	color: #999;
	font-size: 12px;
}
.pull-left {
	display: inline-block;
}
.search button.btn {
	text-indent: -999em;
	width: 40px;
	height: 33px;
	border: 0;
	background: url(../images/search.svg) no-repeat top 50% right 11px;
	background-size: 21px;
	border-radius: 0;
	margin-left: -40px;
	pointer-events: visible;
	outline: none;
	cursor: pointer;
	filter: brightness(70%) grayscale(100%);
	-webkit-filter: brightness(70%) grayscale(100%);
	-moz-filter: brightness(70%) grayscale(100%);
	-ms-filter: brightness(70%) grayscale(100%);
	-o-filter: brightness(70%) grayscale(100%);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
button.btn:hover {
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}
#main .search a {
	/* font-family: 'Cuprum', sans-serif; */
	/* font-size: 19px; */
}
.content .ctg {
	max-width: 100%;
	margin-bottom: 40px;
}
.content .ctg > div {
	display: inline-block;
	min-width: 273px;
	width: 27.7%;
	border: 1px solid #999;
	min-height: 250px;
	text-align: center;
	position: relative;
	margin: 0 30px 30px 0;
	vertical-align: top;
	overflow: hidden;
	padding: 55px 20px 20px;
}
.content .content .rec > div {
	min-height: 320px;
}
.content .ctg > div:nth-child(3n+1) {
	margin-right: 0px!important;
}
.content .ctg > div a {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 30;
	text-indent: -999em;
	height: 100%;
	top: 0;
	left: 0;
}
.content .ctg > div img {
	padding: 0px 0px 35px 0px;
	margin-left: inherit;
	width: 100%;
}
.content .ctg > div h1 {
	display: block;
	width: 100%;
	z-index: 30;
	font-size: 24px;
	font-family: 'Cuprum', sans-serif;
	color: #888;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	position: absolute;
	bottom: 0px;
	margin: 20px 0px;
	left: 0;
}

.content .ctg.new > div:before{
	content:'NEW';
	display: block;
	background: #55b033;
	width: 60px;
	height: 30px;
	position: absolute;
	color: #fff;
	left: -15px;
	top: 80px;
	z-index: 30;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 0.08em;
	-moz-transform: rotate(-90deg); /* Для Firefox */
	-ms-transform: rotate(-90deg); /* Для IE */
	-webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(-90deg); /* Для Opera */
	transform: rotate(-90deg);
}

.content .rec > div {
	min-height: 210px;
}
.content .rec > div h1 {
	bottom: 20px;
}
.content .ctg > div:hover h1 {
	color: #55b022;
}
.content .rec > div:hover h1 {
	bottom: 5px;
}
.content .ctg > div h1 span {
	font-size: 19px;
}
.content .ctg > div .hov {
	background: rgba(255,255,255,0.8);
	width: 100%;
	padding: 5px 0 50px 0;
	position: absolute;
	bottom: -150px;
	left: 0;
	z-index: 1;
	display: block;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.content .ctg > div .hov {
	padding-bottom: 55px;
}
.content .ctg > div:hover .hov {
	bottom: 0px;
}
.content .ctg > div .hov p {
	margin: 15px 15px;
	color: rgba(51,51,51,0);
	font-size: 13px;
	line-height: 1.5em;
	-webkit-transition: color .7s linear;
	-moz-transition: color .7s linear;
	-ms-transition: color .7s linear;
	-o-transition: color .7s linear;
	transition: color .7s linear;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	padding: 0;
}
.content .ctg > div:hover .hov p {
	color: rgba(51,51,51,1);
}
.content .column {
	margin-bottom: 60px;
	border-bottom: 1PX solid #ddd;
	padding-top: 30px;
	padding-bottom: 20px;
}
.content .column div {
	display: inline-block;
	width: 47%;
	margin: 10px 30px 10px 0;
	vertical-align: top;
}
.content .column div:nth-child(2n) {
	margin-right: 0;
}
.content h1, .content h2, .content h3 {
	margin-left: 15px;
}
.content .column div p, .content .column div ul {
	line-height: 1.8em;
	margin-left: 15px;
}
.content .column.img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	border-bottom: none;
}
.content .column.img div {
	display: block;
	width: inherit;
	margin: 0px auto;
	min-width: 300px;
}
.content .column.img img {
	margin-right: 50px;
	min-width: auto;
	max-width: 100%;
	width: auto;
}

.column.pict {
	margin-bottom: 10px
}

iframe {
	margin: 30px 10px;
}

iframe:last-child {
	margin-right: 0px; 
}

.add {
	width: 100%;
	display: flex;
	margin: 30px 0 50px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
}

.add a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	/* font-weight: 600; */
	padding-left: 90px;
	line-height: 1.3em;
	margin-right: 20px;
	display: block;
	position: relative;
	min-width: 135px;
	letter-spacing: 0.03em;
	vertical-align: top;
}

.add a:last-child {
	margin-right: 0;
}

.add a span {
	font-family: 'Fira Sans Extra Condensed';
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1.8em;
	font-weight: 500;
}


.add a:before {
	content:'';
	display: block;
	width: 70px;
	height: 70px;
	background: #55b033 url(../images/icons-site.svg) no-repeat 50% 0%;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	border: 4px #55b033 solid;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}


.add a.cloud:before{
	background-position: 50% 21.8%;
	background-size: 90%;
}
.add a.web:before{
	background-position: 50% 17.4%;
}
.add a.cms:before{
	background-position: 50% 25.9%;
	background-size: 90%;
}
.add a.mob:before{
	background-position: 50% 30.4%;
}

.add a:hover:before {
	background-color: #333
} 


/* ---------------------------------------------1240 PX-----------------------------------------------------*/

@media (max-width: 1240px) {
.content > div, .search {
	width: auto !important;
}
#main .search {
	padding: 50px 0px;
}
.ctg > div {
	margin: 0 15px 15px 0 !important;
}
.ctg > div img {
	max-width: 370px;
	min-width: 280px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
}

/* ---------------------------------------------1024 PX-----------------------------------------------------*/

@media (max-width: 1024px) {
#all {
	padding-top: 50px;
	padding-bottom: 200px;
}
.content > div > p, .content > div > h1, content div > h2, .content div > h3, .content > div > h4, .content > div > h5, .content > div > ul, .content div > img {
	margin-left: 15px;
}
.sp {
	display: block;
}
.sp > .dim {
	min-width: inherit;
	max-width: inherit;
	margin: 20px 0 20px 0;
}
.dim img {
	display: inline-block;
	max-width: 365px;
}
.sp table {
	margin-bottom: 10px;
	min-width: inherit;
}
.dwnl li {
	width: 29%;
}
.content .ctg > div {
	min-width: 273px;
	width: 37%;
	max-width: 375px;
}
.content .ctg > div:nth-child(3n+1) {
	margin-right: 15px!important;
}
.content .ctg > div:nth-child(2n+1) {
	margin-right: 0!important;
}
.content .column.img img {
	margin-right: 20px;
	/*! min-width: 100px; */
    /*! height: auto; */
	max-width: 100%;
	width: inherit;
}
.column.pict > div {
	display: block;
	width: 100%;
}

.column.pict > div img {
	padding: 10px 0
}

	.add a {
		padding-left: 5px
	}
	.add a:before {
	position: relative;
	top: 0;
	transform: translateY(0);
	margin-bottom: 10px;
}

}

/* ---------------------------------------------900 PX-----------------------------------------------------*/

@media (max-width: 900px) {
.content .column.img {
	display: block;
}
.content .column.img img {
	width: inherit;
}
}

/* ---------------------------------------------768 PX-----------------------------------------------------*/

@media (max-width: 768px) {
.content > div > p, .content .column div p, .content h1, .content h2, .content h3, .content .wide table:before, .content > div > h1, content div > h2, .content div > h3, .content > div > h4, .content > div > h5, .content > div > ul, .content div > img, .content > div > p, .content > div > h1, .content > div > h2, .content > div > h3, .content > div > h4, .content h1, .content h2, .content h3 {
	margin-left: 5px;
}
.content .easy, .content .event, .content .user, .content .reg {
	margin-left: 60px !important;
}
.content table td:first-child, .sp table td:first-child {
	width: auto;
	min-width: 155px;
}
.content table, .sp table {
	min-width: inherit;
}
.expand > li > div > div {
	margin: 15px 20px 15px;
}
.expand > li > div > div > p:nth-child(2) {
	display: inherit !important;
}
.expand input:checked + label + div {
	display: block;
	max-height: 220px;
}
#msk:checked + label + div {
	max-height: 1000px;
}
#doc:checked + label + div, #ip-cam-in:checked + label + div, #ahd-cam-in:checked + label + div, #spb:checked + label + div, #tyum:checked + label + div, #novosib:checked + label + div, #kalin:checked + label + div, #saratov:checked + label + div {
	max-height: 490px;
}
#ip-cam-out:checked + label + div, #ahd-cam-out:checked + label + div {
	max-height: 700px
}
.expand .dwnl {
	display: inherit;
	font-size: 13px;
}
.expand .dwnl ul {
	display: inline-block;
	margin-right: 10px;
}
.expand .dwnl ul li {
	width: 95%;
	margin-right: 20px
}
#main input#search-searchword {
	min-width: 300px;
	width: 94%;
	display: block;
}
.pull-left {
	display: inherit;
}
#searchForm {
	min-width: 100%;
}
#main input#search-searchword {
	min-width: 300px;
	width: 87%;
	display: block;
}
.content .column div {
	width: 100%;
}
.content .column.img div {
	margin: 10px auto 0px;
}
.content .column.img img {
	margin: 0px 0px;
	width: inherit;
}

iframe {
	display: block; width: 95%
}

.add {display: inherit;padding-bottom: 0px;}

.add a {
	display: inline-block;
	width: 32%;
	margin-bottom: 60px;
	padding-left: 90px;
}

.add a:nth-child(2n) {
	margin-right: 0;
}

.add a:before {
	position: absolute;
}

}

/* ---------------------------------------------600 PX-----------------------------------------------------*/


@media (max-width: 600px) {
.add a {
	display: block;
	width: auto;
}

.add a:before {
	top: 50%;
	transform: translateY(-50%)
	}
}

/* ---------------------------------------------425 PX-----------------------------------------------------*/


@media (max-width: 425px) {
body {
	font-size: 13px;
}
#all {
	padding-top: 53px;
	padding-bottom: 220px;
}
.content > div {
	padding: 10px;
}
.content .btn-w {
	margin: 10px auto;
	display: block;
}
.content table, .sp table {
	font-size: 12px;
}
.content table {
	margin: 10px 0
}
.content table td, .sp table td {
	padding: 6px 8px;
}
.content table td:first-child, .sp table td:first-child {
	min-width: 115px;
}
.sp table:before {
	font-size: 18px;
}
.dim img {
	max-width: 100%;
	margin: 10px 0 !important;
}
.content p {
	font-size: 13px;
	line-height: 1.7em;
}
.expand > li > div > div {
	margin: 15px;
	margin-top: 22px!important;
	padding-top: 5px;
}
.expand > li > div > div > p {
	margin: 14px 0;
	display: inherit;
	font-size: 13px;
}
.expand h2 {
	font-size: 16px
}
.expand .dwnl {
	display: inherit;
}
.expand .dwnl ul {
	margin-left: 0;
	display: block;
	width: 100%
}
.marker, .phone, .mail, .site {
	display: block;
}
#main .search {
	padding: 30px 0px;
}
.sep {
	padding-left: 5px
}
.content .ctg {
	text-align: center;
}
.content .ctg > div {
	margin-right: 0!important;
	width: 85%!important;
	max-width: 310px;
	min-width: inherit!important;
}
.content .ctg > div h1 {
	bottom: 5px;
}
.ctg .icons {text-align: center;}
.content .ctg > div:nth-child(3n+1) {
	margin-right: 0 !important;
}
.content .ctg > div .hov p {
	font-size: 12px
}
.content .ctg > div > img {
	width: 110%;
}
.content .rec > div > img {
	width: 100%;
}
#main input#search-searchword {
	min-width: 245px;
	width: 82%;
	display: block;
}	

.add {
	display: none;
}	
}

/* --------------------------------------------- 320 PX-----------------------------------------------------*/


@media (max-width: 320px) {
.content p {
	font-size: 13px;
}
.content .ctg > div {
	border: none!important;
	border-bottom: 1px solid #999!important;
	padding: 45px 0 0;
	width: 100%!important;
}
.content .ctg > div:nth-child(2) {
	border-top: 1px solid #999!important;
}
.content .ctg > div > img {
	width: 100%
}
.ctg .icons {
	margin-top: 15px !important;
}
.content .ctg > div .hov p {
	margin: 20px 0;
}
.content .ctg .res {
	width: 42px;
	height: 42px;
	margin-right: 2px;
}
.footer .btn-w
{
	min-width: 255px;
	margin-right: 0;
	margin-bottom: 20px;
}
}

/* ---------------------------------------------Device-----------------------------------------------------*/

@media only screen and (max-device-width: 1024px) {
.content .ctg > div > img {
	padding-bottom: 0px
}
.content .ctg > div .hov {
	position: inherit;
	bottom: 0px;
	padding-bottom: 35px;
}

.content .rec > div .hov {
	position: inherit;
	bottom: -10px;
	padding-bottom: 55px;
}
.content .ctg > div .hov p {
	color: rgba(51,51,51,1);
	margin-top: 0;
}
.content .ctg > div h1 {
	color: #55b022!important;
}
.content .rec > div h1 {
	bottom: 5px;
}

.content .rec > div:hover .hov {
	bottom: -10px;	
}
}






.footer {
	min-height: auto;
	width: 100%;
	background: #333;
	height: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #888;
	font-size: 13px;
}
.footer > div {
	width: 1200px;
	height: auto;
	padding: 40px 20px 10px;
	display: flex;
	margin: 0 auto;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer > div > div {
	width: 100%;
	min-height: 30px;
	margin: auto;
	padding-bottom: 30px;
}
.footer > div > div:last-child {
	padding-bottom: 0;
}
.footer .bottom-menu {
	max-width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.support, .buy, .contact, .partner {
	width: 180px;
	height: 20px;
	padding-top: 100px;
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	letter-spacing: 0.03em;
	margin: 0 10px 10px;
	line-height: 1.6em;
}
.support:before, .buy:before, .contact:before, .partner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 77px;
	height: 77px;
	border: 5px solid #55b033;
	border-radius: 50%;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	background-color: #55b033;
	left: 50%;
	transform: translateX(-50%);
}
.support:after, .buy:after, .contact:after, .partner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	background: url('../images/icons-site.svg') no-repeat;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}
.support:hover:before, .buy:hover:before, .contact:hover:before, .partner:hover:before {
	background-color: rgba(85,176,51,0);
}
.support:after {
	background-position: 50% 0%;
}
.partner:after {
	background-position: 50% 4.34783%;
}
.buy:after {
	background-position: 50% 8.69565%;
}
.contact:after {
	background-position: 50% 13.04348%;
}
.part19 {
	background-position: 50% 17.3913%;
}
.part18 {
	background-position: 50% 21.73913%;
}
.part17 {
	background-position: 50% 26.08696%;
}
.part16 {
	background-position: 50% 30.43478%;
}
.part15 {
	background-position: 50% 34.78261%;
}
.part1 {
	background-position: 50% 39.13043%;
}
.part2 {
	background-position: 50% 47.82609%;
}
.part3 {
	background-position: 50% 52.17391%;
}
.part4 {
	background-position: 50% 56.52174%;
}
.part5 {
	background-position: 50% 60.86957%;
}
.part6 {
	background-position: 50% 65.21739%;
}
.part7 {
	background-position: 50% 69.56522%;
}
.part8 {
	background-position: 50% 73.91304%;
}
.part9 {
	background-position: 50% 78.26087%;
}
.part10 {
	background-position: 50% 82.6087%;
}
.part11 {
	background-position: 50% 86.95652%;
}
.part12 {
	background-position: 50% 91.30435%;
}
.part13 {
	background-position: 50% 95.65217%;
}
.part14 {
	background-position: 50% 100%;
}

/* ---------------------------------------------1240 PX-----------------------------------------------------*/

@media (max-width: 1240px) {
.footer > div {
	width: auto;
}
}

/* ---------------------------------------------1024 PX-----------------------------------------------------*/

@media (max-width: 1024px) {
.body {
	padding-bottom: 200px;
}
.footer {
	height: auto;
}
.footer > div {
	padding: 30px 20px 20px;
	font-size: 11px
}
.footer > div > div {
	padding-bottom: 30px
}
.footer .bottom-menu {
	max-width: 100%;
}
.support, .buy, .contact, .partner {
	width: 170px;
	height: 10px;
	margin-right: 10px;
	font-size: 11px;
	padding-top: 80px;
}
.support:before, .buy:before, .contact:before, .partner:before {
	width: 60px;
	height: 60px
}
.support:after, .buy:after, .contact:after, .partner:after {
	width: 55px;
	height: 55px;
	margin-top: 8px
}
}

/* ---------------------------------------------768 PX-----------------------------------------------------*/

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

/* ---------------------------------------------690 PX-----------------------------------------------------*/

@media (max-width: 690px) {
.content .ctg > div {
	width: 345px;
}
}

/* ---------------------------------------------425 PX-----------------------------------------------------*/


@media (max-width: 425px) {
.body {
	padding-bottom: 170px;
}
.footer {
}
.footer > div {
	padding: 25px 10px 10px;
	font-size: 11px
}
.footer > div > div {
	padding-bottom: 20px
}
.support, .buy, .contact, .partner {
	height: 20px;
	font-size: 9px;
	padding-top: 65px;
	min-width: 62px;
}
.support:before, .buy:before, .contact:before, .partner:before {
	width: 52px;
	height: 52px;
	border: 4px solid #55b022;
}
.support:after, .buy:after, .contact:after, .partner:after {
	width: 50px;
	height: 50px;
	margin-top: 5px;
}
}

/* ---------------------------------------------320 PX-----------------------------------------------------*/


@media (max-width: 320px) {
.support, .buy, .contact, .partner {
	height: 20px;
	padding-top: 61px;
}
.support:before, .buy:before, .contact:before, .partner:before {
	width: 47px;
	height: 47px;
}
.support:after, .buy:after, .contact:after, .partner:after {
	width: 47px;
	height: 47px;
}
}

@media (max-width: 768px) and (orientation:landscape) {
}
