@font-face {
    font-family:franckercyr-light; /* Гарнитура шрифта */
    src: url(franckercyr-light.otf); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: 'franckercyr-light';
    src: url('franckercyr-light.eot?') format('eot'),
         url('franckercyr-light.woff') format('woff'),
         url('franckercyr-light.ttf')  format('truetype'),
         url('franckercyr-light.svg#franckerlight') format('svg');
    }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    -webkit-font-smoothing: antialiased;
	font-family: "franckercyr-light" !important;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

a:hover{
	color: #ff8000 !important;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	margin-top: 12px;
}

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

html {
	height: 100%;
}
body {
	font-size: 12px;
	height: 100%;
	/*background: #F5F5F5;*/
	background: #fcfcfc !important;
}
.wrapper {
	min-width: 1018px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/*-----------------------------Header-----------------------------------------*/
.header {
	height: 60px;
	min-width: 1018px;
	margin: 0px auto;
	background: black;
	color: white;
	position: relative;
}

#header_block{
	width: 1018px;
	margin: 0px auto;
	position: relative;
}

#slogo{
	position: absolute;
	width: 120px;
	height: 34px;
	top: 13px;
	left: 35px;
	background: url(js/slider/examples/_shared/img/car_logo_5.png) no-repeat left top;
	cursor: pointer;
}

#menu{
	position: absolute;
	width: 350px;
	top: 34px;
	left: 300px;
}

.header a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

#menu > ul > li{
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}

#market_link{
	position: absolute;
	width: 100px;
	top: 34px;
	left: 540px;
}

#market_link a{
	font-size: 13px;
}

#market_link img{
	position: absolute;
	top: -4px;
	left: -28px;
	display: none;
}

#login{
	position: absolute;
	width: 70px;
	top: 34px;
	right: 30px;
	cursor: pointer;
}

#login img{
	position: absolute;
	top: 1px;
	left: -15px;
}

#fade{
  	display: none;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
	/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.35);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}

#popup{
	display: none;
	top: 30%;
	height: 470px;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: -140px 0 0 -250px;
    width: 470px;
	/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    background: #fefefe;
	/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
	/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
}

#popup_login{
	box-sizing: border-box;
	display: none;
    top: 50%;
    height: 430px;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: -245px 0 0 -142px;
    width: 285px;
    position: fixed;
    padding: 15px;
    /*font: 14px/18px 'Tahoma', Arial, sans-serif;*/
}

.register_popup{
	height: 650px !important;
	width: 285px !important;
	margin: -348px 0 0 -142px !important;
}

#popup_desc_block{
	display: none;
    top: 50%;
    height: auto;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: -125px 0 0 -465px;
    width: 900px;
    position: fixed;
    padding: 15px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    background: #fefefe;
	/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
	/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
}

#html_blocks{
	display: none;
}

.close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#popup_login .close{
	position: absolute;
	top: 25px;
	right: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.login_register:hover{
	text-decoration: underline;
}

.login_register{
	position: absolute;
	bottom: -49px;
	right: 42px;
	cursor: pointer;
	color: #ff8000;
}

h3{
	font-size: 24px;
    margin: 0;
    /*margin-left: 40px;*/
    margin-bottom: 20px;
}

.popup_title{
  text-align: center;
	margin-top: 30px;
  margin-bottom: 40px;
}

.popup_content div{
	width: 150px;
	height: 75px;
	float: left;
	margin: 0px 0px 25px 0px;
	cursor: pointer;
	text-align: center;
}

.popup_content img{
	margin-bottom: 3px;
}

.popup_content a{
	color: black;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

.popup_content a:hover{
	color: #ff8000 !important;
}

#logo{
	margin-bottom: 15px;
	text-align: center;
}

#logo img{
	vertical-align: middle;
}

.site-login a{
	color: #F18000;
	text-decoration: none;
}

.site-login a:hover{
	color: #F18000;
	text-decoration: underline;
}

.site-login {
	width: 251px;
	margin: 0px auto;
	background: #fff;
	padding: 15px;
	border-left: 1px solid #efefef;
	border-radius: 4px;
	border-right: 1px solid #efefef;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

.form-control {
	display: block;
	width: 78%;
	height: 30px;
	margin-bottom: 8px;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}
select.form-control {
	height: 33px;
	width: 88%;
}
.submit {
	background-color: #f57c20;
	border-color: -moz-use-text-color -moz-use-text-color #c55f10;
	border-radius: 12px;
	border-style: none none solid;
	border-width: medium medium 3px;
	color: white;
	font-size: 10pt;
	height: 35px;
	width: 220px;
	opacity: 1 !important;
}

.submit:hover {
	background: none repeat scroll 0 0 #ff6e00;
	cursor: pointer;
}

/*-----------------------------Middle-----------------------------------------*/
.content {
	padding: 0 0 65px;
	margin-bottom: 45px;
}

#slider{
	background: #e0e0e0/*#414141*//*background: #ff8b00*//* url(js/slider/examples/_shared/img/stripes-dense-dark.png) repeat left top*/;
    color: white;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,.7), inset 0 -20px 20px -20px rgba(0,0,0,.7);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,.7), inset 0 -20px 20px -20px rgba(0,0,0,.7);
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,.7), inset 0 -20px 20px -20px rgba(0,0,0,.7);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,.7), inset 0 -20px 20px -20px rgba(0,0,0,.7);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,.7), inset 0 -20px 20px -20px rgba(0,0,0,.7);
    position: relative;
    overflow: hidden;
}


#main{
	width: 1018px;
	margin: 0px auto;
	position: relative;
}

#systems{
	position: absolute;
	top: -70px;
	left: 65px;
	width: 95px;
	text-align: center;
	z-index: 2;
}

#systems_1_row{
	position: absolute;
	top: 22px;
	left: -38px;
	width: 95px;
	text-align: center;
	z-index: 2;
}

#devices{
	position: absolute;
	top: -70px;
	right: 65px;
	width: 95px;
	text-align: center;
	z-index: 2;
}

#systems img,
#devices img,
#systems_1_row img,
.sys > .title{
	/*cursor: pointer;*/
}

.sys{
	position: relative;
	margin-bottom: 8px;
}

.title{
	width: 95px;
	text-align: center;
	line-height: 14px;
}

#cloud{
	background: url(js/slider/examples/_shared/img/cc/camcloud_2.png) no-repeat;
	width: 654px;
	height: 247px;
	margin: 130px auto;
	position: relative;
	z-index: 1;
}

#connect_button{
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -105px;
    background: #ff8b00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 187px;
    height: 10px;
    font-size: 17px;
    padding: 11px 0px 20px 23px;
    cursor: pointer;
    color: white;
}

#os_icons{
	position: absolute;
	top: 362px;
	left: 50%;
	width: 164px;
	margin-left: -77px;
}

.os{
	float: left;
	margin-right: 15px;
}


/*-----------------------------Footer-----------------------------------------*/
.footer {
	margin: -65px auto 0;
	min-width: 1018px;
	height: 65px;
	background: none;
	position: relative;
}

.footer a{
	text-decoration: none;
	color: black;
}

#footer_block{
	margin: 0px auto;
	width: 1018px;
	position: relative;
}

#copy{
	position: absolute;
	top: 25px;
    font-size: 13px;
    color: black;
    width: 270px;
    left: 50%;
    margin-left: -135px;
    text-align: center;
}