@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&subset=cyrillic');
/* ----- common styles ----- */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    text-size-adjust: none;
}

html,
body {
    height: 100%;
}

body {
    font-size: 62.5%;
    font-family: Roboto;
}

body.main {
    background: url('images/bg.png') no-repeat center 174px;
}

body.inside {
    background: url('images/bg2.png') no-repeat center 174px;
}

div {
    position: relative;
}

h1 {
    font-size: 20px;
    line-height: 23px;
    color: #1592d5;
    font-weight: 400;
    /*! 500 */
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

h2 {
    font-size: 15px;
    line-height: 14px;
    color: #1792d7;
    margin: 25px 0 14px;
    font-weight: 700;
}

h3 {
    font-size: 13px;
    line-height: 14px;
    color: #1792d7;
    margin: 0 0 14px;
    font-weight: 700;
}

h4 {
    font-weight: 700;
    margin-bottom: .25em;
}

p {
    margin-bottom: 14px;
}

p+ul,
p+ol {
    margin-top: -10px;
}

ul,
ol {
    margin-bottom: 14px;
}

ol {
    margin-left: 46px;
}

ul>li {
    margin-bottom: 4px;
    padding: 0 0 0 20px;
    background: url('images/arrow_blue.png') no-repeat 9px 4px;
    list-style: none;
}

ul>li>p:last-child {
    margin-bottom: 0;
}

ul>li>ul>li {
    background: none;
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 0;
    margin-left: 20px;
}

ul.news-list>li>ul>li {
    padding: 0 0 0 20px;
    background: url('images/arrow_blue.png') no-repeat 9px 4px;
    list-style: none;
}

ol>li {
    list-style: decimal outside;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0px none !important;
}

a {
    color: #1792d7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #1792d7;
}

b,
strong {
    font-weight: 700
}

.clear {
    clear: both;
}

div#document {
    min-width: 1004px;
    height: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #182c3b;
}

div#wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.text-center {
    text-align: center;
}

div#top-tr,
div#center-tr,
div#bottom-tr,
div#i-top-tr,
div#i-center-tr,
div#i-bottom-tr {
    display: table-row;
}

div#top-td,
div#center-td,
div#bottom-td,
div#i-top-td,
div#i-center-td,
div#i-bottom-td {
    display: table-cell;
}

div#top-td {
    /*! height: 146px; */
}

div#center-td.content-bg {
    background: url('images/content-bg.png') no-repeat center bottom;
}

div#center-td {}

div#center-td.inside {
    padding: 0 0 12px;
}

div#bottom-td {
    height: 269px;
}

div#i-top-td {
    height: 602px;
}

div#i-center-td {
    background: url('images/i-center-td.png') repeat-y 50% top;
}

div#i-bottom-td {
    height: 281px;
    background: url('images/i-bottom-td.png') no-repeat top center;
}

div.container {
    width: 978px;
    margin: 0 auto;
}

div#q {
    position: fixed;
    top: 50%;
    right: 0;
    height: 30px;
    width: 173px;
    background-color: #1792D6;
    z-index: 1000;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    cursor: pointer;
}

div#q:after {
    content: 'Задать вопрос';
}

div#q:hover {
    background-color: #7FC3E8;
}

div#feedback {
    position: fixed;
    top: 30%;
    right: 0px;
    width: 30px;
    height: 397px;
    margin-top: -87px;
    padding: 0 0 0 0px;
    z-index: 1000;
    min-height: 173px;
}

div#feedback div#q {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0px;
}

div#feedback div.get-message {
    position: absolute;
    width: 587px;
    min-height: 397px;
    top: 0px;
    left: 100%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .72);
}

div#feedback div.get-message div.answer,
div#feedback div.get-message div.form-fields {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 173px;
}

div#feedback div.get-message div.answer {
    display: none;
}

div#feedback div.get-message div.answer div {
    margin: auto 0px;
}

/* ----- #header ----- */

div#fon {
    position: absolute;
    top: 155px;
    left: 50%;
    width: 1000px;
    height: 19px;
    margin-left: -500px;
    background: url('images/i-top-td.png') no-repeat center;
}

div#header {
    height: 164px;
}

div#header-wrap {
    overflow: hidden;
}

a#logo {
    float: left;
    width: 257px;
    height: 69px;
    margin: 18px 0 0 0px;
    background: url('images/commonlogo.png') no-repeat center;
}

div#slogan {
    float: left;
    margin: 43px 0 0 34px;
    font-size: 25px;
    line-height: 20px;
    color: #AFAEAE;
}

div#slogan img {
    margin: 12px 0 0 245px;
    color: #1792D6;
}

div#header .right {
    float: right;
}

div#flags {
    margin: 15px 7px 0 0;
    display: none;
}

div#flags a {
    float: right;
    width: 24px;
    height: 15px;
    margin: 0 0 0 10px;
    box-shadow: 1px 1px 2px 0 #888;
    -moz-box-shadow: 1px 1px 2px 0 #888;
    -webkit-box-shadow: 1px 1px 2px 0 #888;
    -khtml-box-shadow: 1px 1px 2px 0 #888;
    behavior: url(../jscripts/pie.htc);
}

div#flags .ru {
    background: url('images/flags.png') no-repeat top center;
}

div#flags .uk {
    background: url('images/flags.png') no-repeat center -15px;
}

div#flags .usa {
    background: url('images/flags.png') no-repeat center -30px;
}

div#flags .ger {
    background: url('images/flags.png') no-repeat center -45px;
}

div#phones {
    clear: both;
    padding: 46px 44px 6px 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: right;
    font-weight: 400;
    /*! 500 */
    /* background: url('images/tel.png') no-repeat right 46px; */
}

div#phones::before {
    content: '\f095';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #1C99D2;
    bottom: 16px;
    right: 15px;
}

div#phones::after {
    content: '';
    position: absolute;
    border: 1px solid #1C99D2;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    bottom: 11px;
    right: 8px;
}

div#whatsApp {
    clear: both;
    padding: 5px 37px 5px 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-right: 7px;
    text-align: right;
    font-weight: 400;
    /* background: url(images/wa_20.png) no-repeat right; */
}

div#whatsApp::before {
    content: '\f232';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #1C99D2;
    bottom: 6px;
    right: 7px;
}

div#whatsApp::after {
    content: '';
    position: absolute;
    border: 1px solid #1C99D2;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    bottom: 0px;
    right: 1px;
}

div#whatsApp a {
    color: #000;
}

div#phones span, div#whatsApp span {
    color: #a2a2a2;
}

div#menu-shadow {
    position: absolute;
    width: 100%;
    height: 42px;
    top: -6px;
    background: url('images/menu-shadow.png') no-repeat center;
    z-index: -1;
}

/* div#menu {
    height: 29px;
    margin-top: 28px;
    background: #1792D6;
    z-index: 100;
}
div#menu > ul {
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    justify-content: stretch;
    width: 100%;
}
div#menu > ul > li {
    margin: 0;
    flex: 1 100%;
    background: none;
    padding: 0;
}
div#menu > ul > li > a,
div#menu > ul > li > span {
    display: block;
    height: 29px;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400; //! 500
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 0 24px;
    box-sizing: border-box;
}
div#menu > ul > li:hover > a,
div#menu > ul > li:hover > span,
div#menu > ul > li.active > a,
div#menu > ul > li.active > span,
div#menu > ul > li.show > a,
div#menu > ul > li.show > span {
    color: #ffffff;
    text-decoration: none;
    background: #7FC3E8;
}
div#menu .sl {
    position: absolute;
    top: 29px;
    background: #EAEAEA;
    display: none;
}
div#menu li:hover .sl,
div#menu li.show .sl {
    display: block;
}
div#menu li:hover .sl .s1Up,
div#menu li.show .sl .s1Up {
    position:relative;
	display: none;
}
div#menu .sl > ul {
	padding: 12px 18px;
	margin: 0px;
	position: relative;
	z-index: 1000;
	}
div#menu .sl > ul  li {
	background: none;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #bababa;
	text-align: left;
	white-space: normal;
}
div#menu .sl > ul  li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}
div#menu .sl > ul > li > a, div#menu .sl > ul > li > span {
	font-size: 12px;
	line-height: 20px;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: 400; //! 500 
}
div#menu .sl > ul > li > a:hover, div#menu .sl > ul > li > span:hover {
	color: #0f8ace ;
} */
/****************************************Top menu*****************************************/
/*div#menu-shadow {
	position: absolute;
	width: 100%;
	height: 42px;
	top: -6px;
	background: url('images/menu-shadow.png') no-repeat center;
	background: white;
	z-index: -1;
	}*/
#menu-wrap {}

div#menu {
    height: 29px;
    margin-top: 14px;
    /*background: url('images/menu-bg.png') repeat-x top left;*/
    background: #1792d6;
    z-index: 100;
    display: table;
    *display: block;
    *margin-top: -15px;

}

div#menu>ul {
    padding: 0px;
    width: 100%;
    display: table-row;
    *display: inline;
    z-index: 1000;
}


div#menu>ul>li {
    /*float: left;*/
    /*margin: 0 6px;*/
    margin: 0px;
    background: none;
    padding: 0px;
    display: table-cell;
    *display: inline;
    width: 1%;
    white-space: nowrap;
    text-align: center;
    *position: relative;
    z-index: 1000;

}

div#menu>ul>li.spacer {
    width: 2%;
}

#menu>ul>li>a, #menu>ul>li>span {
    display: block;
    *display: inline;
    height: 29px;
    padding: 0 19px;
    font-size: 14px;
    line-height: 29px;
    color: white;
    z-index: 1000;
}

div#menu>ul>li:hover>a,
div#menu>ul>li:hover>span,
div#menu>ul>li.active>a,
div#menu>ul>li.active>span,
div#menu>ul>li.show>a,
div#menu>ul>li.show>span {
    /*color: #888888;*/
    text-decoration: none;
    /*background: url('images/bg_topmenu.png') repeat-X bottom;
        -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
        background: -moz-linear-gradient(top,#ffffff,#eaeaea);
        background: -o-linear-gradient(top,#ffffff,#eaeaea);
          background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
        background: -ms-linear-gradient(top, #ffffff, #eaeaea);
        background: linear-gradient(top,#ffffff,#eaeaea);
        background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
        background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
        */
    background: #7fc3e8;
    zoom: 1;
}

div#menu .sl {
    position: absolute;
    top: 29px;
    *left: 0px;
    *min-width: 199px;
    background: #eaeaea;
    display: none;
    /* max-width: 305px; */
    /*	-moz-box-shadow: 1px 3px 6px 0px #cccccc;
            -webkit-box-shadow: 1px 3px 6px 0px #cccccc;
            -khtml-box-shadow: 1px 3px 6px 0px #cccccc;
        -ms-box-shadow: 1px 3px 6px 0px #cccccc;
        box-shadow: 1px 3px 6px 0px #cccccc; */
    z-index: 1000;
    zoom: 1;
}



#menu .sl>ul {
    background: #eaeaea;
    /*	-moz-box-shadow: 1px 3px 6px 0px #cccccc;
            -webkit-box-shadow: 1px 3px 6px 0px #cccccc;
            -khtml-box-shadow: 1px 3px 6px 0px #cccccc;
            -ms-box-shadow: 1px 3px 6px 0px #cccccc;
            box-shadow: 1px 3px 6px 0px #cccccc;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc')";
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc');
            behavior: url('/Admiral.Web_PC/template/PIE2.htc');
        zoom:1;
    */
}


div#menu li:hover>.sl,
div#menu li.show>.sl {
    display: block;
}

div#menu li:hover>.sl .sl,
div#menu li.show>.sl .sl {
    left: 100%;
    top: 0;
}

div#menu li:hover .sl .s1Up,
div#menu li.show .sl .s1Up {
    display: none;
}

div#menu .sl>ul {
    margin: 0px;
    position: relative;
    z-index: 1000;
}

div#menu .sl>ul li {
    padding: 6px 18px 0;
    background: none;
    margin: 0;
    position: relative;
}

div#menu .sl>ul li a {
    display: block;
    text-align: left;
    white-space: normal;
    padding-bottom: 6px;
    border-bottom: 1px solid #bababa;
}

div#menu .sl>ul li.first {
    padding-top: 12px;
}

div#menu .sl>ul li.last {
    padding-bottom: 12px;
}

div#menu .sl>ul li.first>a {
    width: 174px;
    padding-top: 0;
}

div#menu .sl>ul li.last>a {
    padding-bottom: 3px;
    border-bottom: 0px;
}

div#menu .sl>ul>li>a,
div#menu .sl>ul>li>span {
    font-size: 12px;
    line-height: 16px;
    color: #3d3d3d;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 7px;
}

div#menu .sl>ul>li>a:hover,
div#menu .sl>ul>li>span:hover {
    color: #0f8ace;
}

/***********************************************************************************************/
/* ----- #body ----- */

div#table {
    display: table;
    height: 100%;
    width: 978px;
    margin: 0 auto;
}

div#l-shad {
    position: absolute;
    top: 154px;
    left: 0;
    width: 50%;
    height: 448px;
    margin-left: -489px;
    background: url('images/l-shad.png') no-repeat right center;
    z-index: 1;
}

div#r-shad {
    position: absolute;
    top: 154px;
    right: 0;
    width: 50%;
    height: 448px;
    background: url('images/r-shad.png') no-repeat 489px center;
    z-index: 1;
}

div#inside-tr {
    display: table-row;
}

div#inside-td {
    display: table-cell;
    background: #fff;
    box-shadow: 0 0 12px 0 #ccc;
    -moz-box-shadow: 0 0 12px 0 #ccc;
    -webkit-box-shadow: 0 0 12px 0 #ccc;
    -khtml-box-shadow: 0 0 12px 0 #ccc;
    behavior: url(../jscripts/pie.htc);
}

div#inside-td>div#body {
    padding: 41px 0 0;
    z-index: 2;
}

div#body {}

div#i-body {
    margin-top: -436px;
    padding: 33px 0 0;
    background: #fff;
}

div#content-wrap {
    float: left;
    width: 100%;
}

div#content {
    padding: 0 39px 46px 260px;
    background: #fff;
}

#breadcrumbs {
    margin: -7px 0 15px 0px;
    font-size: 11px;
    line-height: 20px;
    color: #909090;
    overflow: hidden;
}

#breadcrumbs ul,
#breadcrumbs ol {
    margin: 0px;
}

#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:visited {
    color: #979797;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs li {
    float: left;
    background: none;
    padding: 0px;
    list-style-type: none;
}

#breadcrumbs li.arrow {
    width: 22px;
    height: 22px;
    background: url('images/arrow4.png') no-repeat center;
}

div#text-field {}

div#text-field h1 {
    margin: 0 0 17px;
}

div#text-field h2 {
    font: 13px/14px Tahoma;
    color: #0c5992;
    margin: 0 0 14px;
}

div#text-field h3 {
    font: 500 12px/14px Tahoma;
    color: #3e4449;
    margin: 0 0 14px;
}

div#text-field ul {
    margin-bottom: 14px;
}

div#text-field ul li {
    padding: 0 0 0 46px;
    background: url('images/arrow3.png') no-repeat 33px 4px;
}

div#text-field ol {
    margin: 0 0 14px 46px;
}

div#text-field ol li {
    list-style: decimal outside;
}

div#slider-wrap {
    margin-bottom: 32px;
}

div#slider {
    height: 466px;
    background: #000;
    z-index: 1;
}

div#slider-shadow {
    position: absolute;
    top: -6px;
    width: 100%;
    height: 497px;
    background: url('images/slider-shadow.png') no-repeat center;
}

/**********************************Chanched Left Menu style*****************************************/

div#lmenu {
    width: 223px;
}

div#lmenu-wrap {
    position: absolute;
    top: 37px;
    left: 50%;
    width: 978px;
    margin: 0 0 0 -489px;
}

/*div#lmenu-wrap div#lmenu {
	left: 4px;
	border: 4px solid transparent;
	border-image: url('images/border-bg.png') 1 stretch;
	-moz-border-image: url('images/border-bg.png') 1 stretch;
	-webkit-border-image: url('images/border-bg.png') 1 stretch;
	-khtml-border-image: url('images/border-bg.png') 1 stretch;
	behavior: url(../jscripts/pie.htc);
	z-index: 10;
}

*/

div#lmenu-wrap div#lmenu {
    z-index: 10;
}

div#lmenu>h2 {
    height: 29px;
    padding: 0 0 0 17px;
    color: #ffffff;
    background: #1792D6;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    /*! 500 */
    line-height: 28px;
}

div#lmenu>ul {
    margin: 0px;
}

div#lmenu>ul>li {
    position: relative;
    border: 1px solid #babdc0;
    margin-top: -1px;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background: -o-linear-gradient(top, #ffffff, #eaeaea);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background: linear-gradient(top, #ffffff, #eaeaea);
    padding: 0;
    margin-bottom: 0;
}

div#lmenu>ul>li.show,
div#lmenu>ul>li:hover {
    border-color: #1693d6;
    z-index: 100;
}

div#lmenu>ul>li>a {
    display: block;
    padding: 10px 24px 10px 17px;
    font-size: 12px;
    font-weight: 400;
    /*! 500 */
    line-height: 16px;
    color: #3d3d3d;
    text-decoration: none;
    background: url('images/arrow.png') no-repeat 208px center;
}

div#lmenu>ul>li>a:hover,
div#lmenu>ul>li.active>a,
div#lmenu>ul>li.show>a,
div#lmenu>ul>li:hover>a {
    background: #fff url('images/arrow_blue.png') no-repeat 208px center;
}

div#lmenu>ul>li>a:hover .title,
div#lmenu>ul>li.active>a .title,
div#lmenu>ul>li.show>a .title,
div#lmenu>ul>li:hover>a .title {
    text-decoration: none;
    color: #1693d6;
}

div#lmenu>ul>li.show>.sl {
    display: block;
}

div#lmenu .sl {
    position: absolute;
    top: 0px;
    display: none;
    left: 226px;
    width: 220px;
    z-index: 10;
}

div#lmenu .sl>ul {
    margin: 0 0 0 -5px;
    border-top: 1px solid #babdc0;
}

div#lmenu .sl>ul>li {
    position: relative;
    border: 1px solid #babdc0;
    margin-top: -1px;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background: -o-linear-gradient(top, #ffffff, #eaeaea);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background: linear-gradient(top, #ffffff, #eaeaea);
    padding: 0px;
    margin-bottom: 0;
}

div#lmenu .sl>ul>li.show,
div#lmenu .sl>ul>li:hover {
    border-color: #1693d6;
    z-index: 100;
}

div#lmenu .sl>ul>li>a {
    display: block;
    padding: 8px 24px 8px 17px;
    font-size: 12px;
    font-weight: 400;
    /*! 500 */
    line-height: 20px;
    color: #3d3d3d;
    text-decoration: none;
    background: url('images/arrow.png') no-repeat 210px center;
}

div#lmenu .sl>ul>li>a.noarrow,
div#lmenu .sl>ul>li>a.noarrow:hover,
div#lmenu .sl>ul>li.show>a.noarrow,
div#lmenu .sl>ul>li:hover>a.noarrow {
    background: none;
}

div#lmenu .sl>ul>li>a:hover,
#lmenu .sl>ul>li.show>a,
#lmenu .sl>ul>li:hover>a {
    /*text-decoration: underline;
	*/

    background: #fff url('images/arrow_blue.png') no-repeat 210px center;
}

div#lmenu .sl>ul>li>a:hover span.title,
div#lmenu .sl>ul>li.show>a span.title,
div#lmenu .sl>ul>li:hover>a span.title {
    text-decoration: none;
    color: #1693d6;
}

/*div#lmenu .sl > ul > li:hover > .tl,*/

div#lmenu .sl>ul>li.show>.tl {
    position: absolute;
    top: -56px;
}

/*div#lmenu-wrap div#lmenu .sl > ul > li:hover > div.tl    {
	top: -60px;
	
}

*/

div#lmenu .tl {
    position: absolute;
    top: -99999px;
    left: 224px;
    width: 403px;
    z-index: -1;
    display: block;
}

/*div#lmenu-wrap div#lmenu .tl {
	left: 219px;
	border: 4px solid transparent;
	border-image: url('images/border-bg.png') 1 stretch;
	-moz-border-image: url('images/border-bg.png') 1 stretch;
	-webkit-border-image: url('images/border-bg.png') 1 stretch;
	-khtml-border-image: url('images/border-bg.png') 1 stretch;
	behavior: url(../jscripts/pie.htc);
}

*/

div#lmenu .tl .item {
    width: 403px;
    background: #edecec url('images/ggrad.png') repeat-x top left;
    display: block;
    margin: 0px;
    padding: 0px;
}

div#lmenu .tl .item img {
    position: relative;
    margin: 0 auto;
    display: block;
    top: 1px;
}

div#lmenu .tl .des,
div#lmenu .tl .item .parametrs {
    margin: 10px 27px 20px 37px;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
}

div#lmenu .tl .item .parametrs table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

div#lmenu .tl .item .parametrs td {
    width: 50%;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    vertical-align: top;
    align: left;
}

div#lmenu .tl .item h2,
div#lmenu .tl .item span.header {
    margin: 5px 0 10px;
    font-weight: 400;
    /*! 500 */
    font-size: 14px;
    line-height: 14px;
    color: #1992d7;
}

div#lmenu .tl .item h2 span {
    font-weight: 400;
    /*! 500 */
}

div#lmenu .tl .item .l {
    float: left;
    width: 48%;
}

div#lmenu .tl .item .r {
    float: right;
    width: 48%;
}

div#lmenu .tl .item b {
    line-height: 18px;
}

div#lmenu .tl .item .more {
    clear: both;
    height: 29px;
    padding: 0 40px 0 0;
    text-align: right;
    border-top: 1px solid #fff;
    background: #faf9f9 url('images/arrow_blue.png') no-repeat 368px center;
}

div#lmenu .tl .item .more a {
    font-size: 12px;
    line-height: 27px;
    color: #1992d7;
}

div#lmenu .tl .item .more a:hover {
    text-decoration: underline;
}

/*div#lmenu > ul > li:hover .sl ul,.sl{
	display:block;
}

*/
/***************************************************************************************************/

div#main-content {
    padding: 0 0 38px;
}

div#main-content #banners {
    padding: 0 0 8px;
}

div#main-content #banners ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

div#main-content #banners ul {
    font: 1px/0 Verdana;
    text-align: justify;
    margin: 0px;
    *width: 100%;
    *display: block;
}

div#main-content #banners ul>li {
    display: inline-block;
    position: relative;
    width: 315px;
    height: 175px;
    font-size: 0;
    line-height: 0;
    background: none;
    padding: 0px;
    *display: inline;
    *margin-right: 12px;
}

*div#main-content #banners ul>li.last {
    margin-right: 0px;
}

div#main-content #banners ul>li>* {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#news-anons {
    margin: 0 0 22px;
    display: inline-block;
    width: 700px;
    overflow: hidden;
}

#news-anons h3 {
    position: absolute;
    left: 0px;
    font-size: 20px;
    line-height: 20px;
}

#news-anons h3 a,
#news-anons h3 a:hover,
#news-anons h3 a:visited {
    color: #1693d6;
}

div#news-anons .news-block {
    margin: 0 0 0 95px;
}

div#news-anons .news-block ul {
    border-left: 1px solid #1592d5;
    margin: 0px;
}

div#news-anons .news-block li {
    position: relative;
    background: none;
    padding: 0px;
}

div#news-anons .news-block .date {
    position: absolute;
    left: 17px;
    font-size: 11px;
    line-height: 13px;
    color: #8c8a8b;
    width: 127px;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;

}

div#news-anons .news-block .text {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    max-width: 537px;
    color: #434343;
    padding: 0 0 0 88px;
}

div#news-anons .news-block a {
    color: #434343;
}

div#news-anons .news-block a:hover {
    text-decoration: underline;
}

div#intro {
    overflow: hidden;
}

div#intro h1 {
    margin: 16px 0 23px;
    border-bottom: 1px solid;
}

div#intro .col-wrap {
    float: left;
    width: 100%;
}

div#intro .l-col {
    margin: 0 250px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #c4c6c8;
    height: 268px;
}

div#intro .r-col {
    float: left;
    width: 225px;
    margin: 0 0 0 -225px;
}

div#intro ul,
div#intro ol {
    margin-bottom: 14px;
}

div#intro ul li {
    padding: 0 0 0 38px;
    background: url('images/arrow3.png') no-repeat 25px 4px;
}

div#intro .youtube {
    margin: 0 0 27px;
    padding: 36px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    background: url('images/youtube.jpg') no-repeat top left;
}

div#intro .rutube {
    margin: 0 0 27px;
    padding: 36px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    background: url('images/Logo_rutube.png') no-repeat top left;
}

div#intro .support {
    padding: 44px 0 0;
    margin: 0 0 27px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    background: url('images/support.png') no-repeat top left;
    /*background: url('images/de.png') no-repeat top left;
	*/
}

div#intro .blog {
    padding: 37px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    background: url('images/de.png') no-repeat top left;
}

/* ----- #sidebar ----- */

div#sidebar {
    float: left;
    width: 223px;
    margin: 0 0 0 -100%;
    padding: 0 0 60px 8px;
}

div#sidebar div#lmenu .tl {
    box-shadow: 0 0 3px -1px #777;
    -moz-box-shadow: 0 0 3px -1px #777;
    -webkit-box-shadow: 0 0 3px -1px #777;
    -khtml-box-shadow: 0 0 3px -1px #777;
    behavior: url(../jscripts/pie.htc);
}

div#some-buttons {
    margin: 26px 0 20px;
    text-align: center;
}

#some-buttons a,
#content a.btn {
    display: inline-block;
    position: relative;
    width: 182px;

    padding: 8px 0 7px;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #c5c5c5;
    text-decoration: none;
    text-align: center;

    background: url('images/btn_some_bg.png') repeat-X bottom;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background: -o-linear-gradient(top, #ffffff, #eaeaea);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background: linear-gradient(top, #ffffff, #eaeaea);

    box-shadow: 1px 3px 6px 0px #cccccc;
    zoom: 1;

}
}

div#some-buttons a:hover {
    color: #0275b9;
    text-decoration: none;
    background: url('images/gbutton.png') no-repeat bottom center;
}

div#youtube {
    height: 50px;
    margin: 0 0 28px;
    padding: 48px 0 0 33px;
    background: #f6f6f8 url('images/youtube.png') no-repeat 33px 16px;
    border: 1px solid #dedcdc;
}

div#rutube {
    height: 50px;
    margin: 0 0 28px;
    padding: 48px 0 0 33px;
    background: #f6f6f8 url('images/Logo_rutube.png') no-repeat 33px 16px;
    border: 1px solid #dedcdc;
}

div#mailer {
    overflow: hidden;
}

div#mailer h2 {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 14px;
    color: #000;
}

div#mailer input[type="text"] {
    width: 209px;
    height: 21px;
    padding: 1px 6px 0;
    font-style: italic;
    font-size: 12px;
    line-height: 21px;
    color: #8dadc0;
    border: 1px solid #97bfd8;
    background: none;
}

div#mailer input[type="submit"] {
    font-size: 0;
    width: 110px;
    height: 23px;
    margin-top: 6px;
    cursor: pointer;
    background: url('images/subscribe.png') no-repeat center;
    float: right;
    border: 0;
}

div#mailer input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

div#mailer input[type="submit"]:hover {}

/* ----- #catalog ----- */

div#catalog h1 {
    margin: 0 0 24px;
}

ul.catalog {
    margin: 0 0 -20px;
}

ul.catalog li {
    /*margin: 0 0 20px 0px;
	*/

    padding: 0 0 1px;
    background: url('images/b-line.png') no-repeat bottom center;
    overflow: hidden;
}

ul.catalog .l {
    float: left;
    width: 207px;
    /*height: 170px;
	*/

    margin-bottom: 4px;
}

ul.catalog .r {
    margin: 0 0 10px 227px;
}

ul.catalog .r h2 {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 10px;
}

ul.catalog .r h2 a {
    color: #24518a;
}

ul.catalog .r .text {
    margin: 0 0 9px;
}

ul.catalog .r .more {
    font-size: 12px;
    line-height: 14px;
    color: #025f98;
    text-decoration: underline;
}

ul.catalog .r .more:hover {
    text-decoration: none;
}

/* ----- #category ----- */

div#category h1 {
    margin: 0 0 21px;
}

div#category .intro {
    /*margin: 0 0 39px;
	*/
}

div#category ul.catalog {
    margin: 0 0 16px;
}

div#category ul.catalog li {
    padding: 0px;
    background: none;
}

div#category .more-info h3 {
    margin: 0 0 12px;
    font-weight: 400;
    /*! 500 */
    font-size: 12px;
    color: #404142;
}

div#category .more-info ul {
    padding: 10px 13px 5px;
    border: 1px solid #dedcdc;
    background: #f6f6f8;
    margin: 0px;
}

div#category .more-info li {
    display: block;
    min-height: 16px;
    margin: 0 0 5px;
    padding: 0 0 0 28px;
    background: url('images/star.png') no-repeat left top;
}

div#category .more-info li a {
    font-size: 12px;
    line-height: 16px;
    color: #404142;
}

/* ----- #contact ----- */

div#contact h1 {
    margin: 0 0 34px;
}

div.map {
    float: right;
    margin: 0 0 20px 20px;
}

div.map h3 {
    margin: 0 0 11px;
    color: #404142;
}

div.map .ya-map {
    padding: 6px 0 0 22px;
    background: url('images/pointer.png') no-repeat 0 7px;
}

ul.c-list {
    margin: 0 0 -31px;
}

ul.c-list>li {
    padding: 0 0 31px 12px;
    background: url('images/arrow5.png') no-repeat 0 4px;
    overflow: hidden;
}

ul.c-list .bold {
    margin: 0 0 6px;
    font-weight: 700;
    color: #404142;
}

ul.c-list .norm {
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 14px;
    color: #182c3b;
}

ul.c-list .norm.middle {
    padding: 10px 0 0;
}

ul.connect-type {
    margin: 0 0 -12px;
}

ul.connect-type li {
    display: block;
    min-height: 16px;
    margin: 0 0 12px;
    padding: 0 0 0 22px;
    font-size: 12px;
    line-height: 14px;
    color: #1792d7;
    overflow: hidden;
    background: none;
}

ul.connect-type li .l {
    float: left;
    padding: 0 9px 0 0;
    border-right: 1px solid #000;
}

ul.connect-type li .r {
    float: left;
    padding: 6px 0 0 11px;
}

ul.connect-type li.phones {
    background: url('images/phones.png') no-repeat left top;
}

ul.connect-type li.mail {
    background: url('images/mail.png') no-repeat left top;
}

ul.connect-type li.icq {
    background: url('images/icq.png') no-repeat left top;
}

ul.connect-type li.skype {
    background: url('images/skype.png') no-repeat left top;
}

ul.connect-type li.portal {
    background: url('images/portal.png') no-repeat left top;
}

ul.connect-type li.forum {
    background: url('images/forum.png') no-repeat left top;
}

ul.connect-type li.wa {
    background: url('images/wa_16.png') no-repeat left top;
}

/* ----- #detailed-card ----- */

div#card h1 {
    margin: 0 0 21px;
}

.tabs .border-wrap {
    height: 24px;
    border-bottom: 1px solid #65b2ea;
}

ul.tab-list {
    overflow: hidden;
    margin: 0px;
}

ul.tab-list li {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    background: none;
    padding: 0px;
}

ul.tab-list li>a, ul.tab-list li>span {
    display: block;
    height: 23px;
    text-align: center;
    text-align: center;
    line-height: 23px;
    color: #303030;
    background: #eaeaeb;
    border: 1px solid #dddbdc;
    border-bottom: none;
    text-align: center;
    text-decoration: none !important;

}

ul.tab-list li.ui-state-active>a,
ul.tab-list li>a:hover {
    color: #fff;
    background: #65b2ea;
    text-decoration: none;
    border: 1px solid #65b2ea;
    border-bottom: none;
    ;
}

#card ul.tab-list li>a {
    padding: 0 15px
}

.open-tab {
    margin: 1px 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #65b2ea;
    padding-top: 20px;
}

div#card div.open-tab._1 {
    padding-top: 40px;
    /*background-image: url('images/s_b.png'), url('images/s_1.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, top center;
	*/
}

div#card div.open-tab._2 {
    padding-top: 30px;
    /*background-image: url('images/s_b.png'), url('images/s_2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, top center;
	*/
}

div#card div.open-tab._3 {
    padding-top: 30px;
    /*background-image: url('images/s_b.png'), url('images/s_3.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, top center;
	*/
}

div#card div.open-tab._4 {
    padding-top: 30px;
    /*background-image: url('images/s_b.png'), url('images/s_4.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, top center;
	*/
}

div#card div.open-tab._10,
div#card div.open-tab._5 {
    padding-top: 30px;
    /* background-image: url('images/s_b.png'), url('images/s_4.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, top center;
	*/
}

div.card-photos {
    float: right;
    width: 213px;
    margin: 0 0 20px 30px;
    z-index: 1;
}

div.card-photos ul {
    margin: 0 -3px -8px 0;
}

div.card-photos li {
    float: left;
    margin: 0 3px 8px 0;
    text-align: center;
    border: 1px solid #dedcdc;
    background: none;
    padding: 0px;
}

div.card-photos li.big {
    border: none;
}

div#card .faq {}

div#card .faq dl {
    padding: 0 0 9px;
}

div#card .faq dt {
    margin: 0 0 18px 0;
    padding: 0 0 0 33px;
    color: #24518a;
    background: url('images/question.png') no-repeat top left;
    min-height: 25px;
}

div#card .faq dd {
    color: #4c4c4d;
}

div.media h3 {
    margin: 0 0 21px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #24518a;
}

div.media>ul {
    margin: 0 -70px 0 0;
    overflow: hidden;
}

div.media>ul>li {
    float: left;
    margin: 0 60px 34px 0;
    background: none;
    padding: 0px;
    max-width: 310px;
    min-width: 310px;
}

/* ----- #news ----- */

div#news h1 {
    margin: 0 0 17px;
}

ul.news-list {
    margin: 0 0 2px;
}

ul.news-list>li {
    margin: 0 0 18px;
    padding: 0 0 3px 0px;
    border-bottom: 1px solid #a7c9de;
    background: none;
    position: relative;
}

ul.news-list header {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

ul.news-list header .date {
    flex: 1 0 auto;
}

ul.news-list header h2 {
    padding-left: 8px;
    border-left: 1px solid #1792d7;
    width: 100%;
}

ul.news-list .date {
    padding: 0 8px 0 0;
    color: #1792d7;
    min-height: 17px;
    display: inline-block;
}

ul.news-list .date+h2 {
    margin: 4px 0 12px;
    font-size: 13px;
    line-height: 14px;
    color: #434343;
}

div#news .more {
    margin: 8px 0 15px;
    text-align: right;
}

div#news .more a {
    color: #0b87cd;
    text-decoration: none;
    font-size: 11px;
    text-decoration: underline;
}

div#news .more a:after {
    content: '...';
}

div#news .more a:hover {
    text-decoration: none;
}

div#one-news h1 {
    color: #434343;
    background: none;
    border-bottom: none;
    padding: 0 0 0 87px;
}

div#one-news h1 .date {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
    color: #1792d7;
}

div#one-news .text {
    color: #535354;
}

div#one-news ul.ul,
ul.news-list ul.ul {
    margin-bottom: 14px;
}

div#one-news ul.ul li,
ul.news-list ul.ul li {
    padding: 0 0 0 20px;
    background: url('images/arrow3.png') no-repeat 9px 4px;
}

div#one-news .i-wrap {
    margin: 0 0 14px;
    text-align: center;
    color: #24518a;
}

div#one-news .i-wrap img {
    margin: 0 0 4px;
}

div#one-news .text h2 {
    margin: 0 0 14px;
    color: #535354;
}

div#one-news .all a {
    text-decoration: underline;
}

div#one-news .all a:hover {
    text-decoration: none;
}

div#pages {
    text-align: center;
}

div#pages a {
    font: 11px/15px Verdana;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 3px;
}

div#pages .number {
    height: 15px;
    padding: 0 4px;
    color: #2c2c2c;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

div#pages .number.active, div#pages .number:hover {
    color: #fff;
    background: #40a7e1;
    border: 1px solid #40a7e1;
}

div#pages .prev {
    width: 19px;
    height: 17px;
    background: url('images/prev-page.png') no-repeat center;
}

div#pages .next {
    width: 19px;
    height: 17px;
    background: url('images/next-page.png') no-repeat center;
}

/* ----- #faq ----- */

div#faq h1 {
    margin: 0 0 20px;
}

div#faq div#pages {
    margin: 0 0 28px;
}

ul.faq-list {
    margin: 0px;
}

ul.faq-list li {
    padding: 0 0 11px 0px;
    background: none;
}

ul.faq-list h2 {
    margin: 0 0 27px;
    font: 500 12px/14px Tahoma;
    color: #4c4c4d;
}

ul.faq-list dl {
    margin: 0 0 24px;
}

ul.faq-list dl>dd {
    margin-top: 19px;
}

ul.faq-list dl>dt,
ul.faq-list dl>dd {
    padding: 0 0 0 36px;
}

ul.faq-list dl>dt {
    min-height: 25px;
    /*margin: 0 0 19px;
	*/

    background: url('images/question2.png') no-repeat top left;
    color: #24518a;
}

ul.faq-list dl>dt:hover {
    text-decoration: underline;
}

div.get-message {
    padding: 27px 35px;
    background: #f4f3f3;
    overflow: hidden;
}

div.get-message h3 {
    margin: 0 0 20px;
    font: 12px/14px Tahoma;
    color: #104f76;
}

div.get-message .l {
    float: left;
    width: 102px;
    font: 12px/35px Tahoma;
    color: #000;
    text-align: right;
}

div.get-message .l .equipment_label {
    height: 150px;
    display: block;
}

div.get-message .l .star {
    color: #104f76;
}

div.get-message .r {
    margin: 0 0 0 112px;
    padding: 7px 0 0 0;
}

div.get-message .r .wrap {
    margin: 0 0 10px;
    width: 242px;
    height: 23px;
    border: 1px solid #dedcdc;
    background: #fff;
}

div.get-message .r .wrap.equipment_selet {
    width: 100%;
    height: auto;
}

div.get-message .r .wrap.equipment_selet select {
    width: 100%;
    border: none;
    font-size: 12px;
    height: 137px;
}

div.get-message input[type='text'] {
    width: 230px;
    height: 22px;
    padding: 0 5px;
    font: 12px/22px Tahoma;
    border: none;
    background: transparent;
}

div.get-message .r .t-wrap {
    margin: 0 0 5px;
    height: 127px;
    border: 1px solid #dedcdc;
    background: #fff;
}

#feedback div.get-message .r .t-wrap {
    width: 435px;
}

div.get-message textarea {
    width: 98%;
    height: 118px;
    padding: 4px 5px;
    font: 12px/14px Tahoma;
    border: none;
    background: transparent;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    -khtml-resize: none;
}

div.get-message .note {
    margin: 0 0 24px;
    color: #104f76;
}

div#order.get-message input[type="submit"],
div.get-message input[type='submit'],
.sbutton {
    width: 99px;
    height: 23px;
    padding: 0 0 0 0;
    font-size: 13px;
    margin-top: 10px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border: none;
    background-image: radial-gradient(circle farthest-corner at center center, #1792D6 20%, #1482BB 60%);
    cursor: pointer;
}

div#order.get-message input[type="submit"]:hover,
div.get-message input[type='submit']:hover,
.sbutton:hover {
    background-image: radial-gradient(circle farthest-corner at center center, #1792D6 20%, #1482BB 100%);
}

div.get-message input[type='submit']::-moz-focus-inner,
.sbutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ----- #price ----- */

div#price h1 {
    margin: 0 0 19px;
}

div#price .description {
    padding: 0 0 13px;
    color: #182c3b;
}

div#price ul.tab-list {
    margin: 0px;
}

div#price ul.tab-list li {
    background: none;
    padding: 0px;
}

div#price ul.tab-list li a {
    padding-left: 10px;
    padding-right: 10px;
}

div#price div.open-tab._1 {
    /*padding: 41px 0 46px;*/

    padding: 41px 0 21px;
    background-image: url('images/s_1_1.png');
    background-repeat: no-repeat;
    background-position: top center;
}

div#price div.open-tab._2 {
    /*padding: 41px 0 46px;*/

    padding: 0 0 21px;
    background-image: url('images/s_2_1.png');
    background-repeat: no-repeat;
    background-position: top center;
}

div#price div.open-tab._3 {
    /*padding-top: 29px;
	*/
    /*padding: 41px 0 46px;
	*/

    padding: 41px 0 21px;
    background-image: url('images/s_3_1.png');
    background-repeat: no-repeat;
    background-position: top center;
}

div#price div.open-tab._4 {
    /*padding: 41px 0 46px;*/

    padding: 41px 0 21px;
    background-image: url('images/s_2_1.png');
    background-repeat: no-repeat;
    background-position: top center;
}

div#price div.open-tab {
    border-bottom: none;
}

div#price div.tabs {
    background-image: url('images/s_b.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 46px;
    border-bottom: 1px solid #dedcdc;
}

table#price-table {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
    border: 1px solid #dedcdc;
}

table#price-table td,
table#price-table th {
    border-collapse: collapse;
    border: 1px solid #dedcdc;
}

table#price-table th {
    height: 20px;
    color: #393939;
    background: #f6f6f8;
    vertical-align: middle;
    padding: 5px 3px;
    font-weight: 700;
}

table#price-table .number {
    width: 11px;
}

table#price-table .price {
    width: 93px;
}

table#price-table .count {
    width: 58px;
}

table#price-table th.number,
table#price-table th.descr {
    padding-left: 10px;
    text-align: left;
}

table#price-table td.number,
table#price-table td.price,
table#price-table td.count {
    text-align: center;
}

table#price-table td.price,
table#price-table td.count {
    color: #1792d7;
}

table#price-table td {
    vertical-align: top;
    padding: 6px 10px 8px;
}

table#price-table td.check {
    text-align: center;
}

table#price-table a.title {
    display: inline;
    margin: 0 0 2px;
}

table#price-table span.title {
    display: inline-block;
    margin: 0 0 2px;
    color: #646e76;
}

table#price-table td.count .total {
    display: inline-block;
    padding: 1px 5px 2px;
    background: #f6f6f8;
    border: 1px solid #dedcdc;
}

table#price-table td.count input.pricelist_count {
    background: none;
    border: none;
    width: 18px;
    float: left;
    color: inherit;
}

div#price ul.note-list {
    margin: 0 0 38px;
}

div#price ul.note-list li,
div#price ul.note-list li {
    padding: 0 0 0 20px;
    background: url('images/arrow3.png') no-repeat 9px 4px;
}

div#order.get-message {
    padding-top: 19px;
}

div#order.get-message label {
    padding: 0 0 0 5px;
    vertical-align: top;
}

div#order.get-message .note {
    margin: 0 0 14px;
}

div#order.get-message .c-wrap {
    margin: 0 0 19px;
}

div#order.get-message input[type='submit'] {
    width: 123px;
    height: 25px;
}

/* ----- #footer ----- */

div#footer {
    height: 243px;
    padding: 13px 0 0;
    border: 1px solid #d5d5d5;
    background: #fafaf9 url('images/footer-bg.png') repeat-x top left;
    box-shadow: 0 0 12px 0 #ccc;
    -moz-box-shadow: 0 0 12px 0 #ccc;
    -webkit-box-shadow: 0 0 12px 0 #ccc;
    -khtml-box-shadow: 0 0 12px 0 #ccc;
    behavior: url(../jscripts/pie.htc);
    overflow: hidden;
}

div#footer ul {
    margin: 0px;
}

div#footer ul li {
    background: none;
    padding: 0px;
}

div#footer .col1 {
    float: left;
    width: 158px;
    max-height: 176px;
    margin: 0 20px 0 12px;
    overflow: hidden;
}

div#footer .col1>.links {
    margin: 0 0 0 28px;
}

div#footer .col2 {
    float: left;
    width: 205px;
    margin: 0 20px 0 0;
}

div#footer .col3 {
    float: left;
    width: 278px;
}

div#footer .col4 {
    float: right;
    width: 220px;
    margin: 0 40px 0 0;
}

div#footer .about {
    padding: 8px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #168ccc;
}

div#footer .about b {
    font-size: 21px;
    font-weight: normal
}

div#footer .contact {
    padding: 38px 0 0;
    font-size: 11px;
    line-height: 15px;
    color: #000;
}

div#footer .copy {
    padding: 28px 0 0;
    font-size: 11px;
    line-height: 20px;
    color: #858686;
}

div#footer .copy a {
    color: #858686;
    text-decoration: underline;
}

div#footer .copy a:hover {
    color: #858686;
    text-decoration: none;
}

div#footer .copy .madeby,
div#footer .copy .madeby a {
    color: #1792d7;
}

div#footer .links h3 {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

div#footer .links a {
    font-size: 11px;
    line-height: 15px;
    color: #858686;
}

div#footer .social {
    position: absolute;
    bottom: 7px;
    left: 35px;
}

div#footer .social li {
    float: left;
    margin: 0 5px 0 0;
}

div#footer .social a {
    display: block;
    width: 16px;
    height: 16px;
}

div#footer #vk {
    background: url('images/social.png') no-repeat 0 0;
}

div#footer #facebook {
    background: url('images/social.png') no-repeat 0 -16px;
}

div#footer #twitter {
    background: url('images/social.png') no-repeat 0 -32px;
}

div#footer #odnokl {
    background: url('images/social.png') no-repeat 0 -48px;
}

div#footer #gplus {
    background: url('images/social.png') no-repeat 0 -64px;
}

div#footer.i-footer {
    margin-top: 12px;
}

div.error_form {
    position: relative;
    margin: 20px 0px 20px 0px;
    color: red;
    font-weight: 700;
}

.blue {
    color: #1792d7;
}

/***************************forms captcha styles***********************************/

div.captcha_wrapper {
    min-width: 400px;
    position: relative;
    margin: 5px 0px 10px 0px;
}

div.captcha_wrapper .cpatcha_note {
    width: 156px;
    height: 26px;
    font-weight: strong;
}

div.captcha_wrapper .captcha_img {
    position: absolute;
    left: 200px;
    top: 0px;
}

div.captcha_wrapper .captcha_img img {
    border: 1px solid #dbdbdb;
}

div.captcha_wrapper input[type='text'].captcha_field {
    width: 156px;
    height: 22px;
    border: 1px solid #dbdbdb;
    background: white;
}

/********************************************************************************/
/*******************************New product update*******************************************/

.product_update {
    color: red;
    font-weight: 400;
    /*! 500 */
    font-size: 12px;
    margin-left: 5px;
}

span.span_product_update .product_update {
    text-decoration: none !important;
}

/*******************************************************************************/

#category ul.catalog li div.r div.text ul li {
    padding: 0 0 0 20px;
    background: url('images/arrow3.png') no-repeat 9px 4px;
    list-style: none;
    margin: 3px 0 0 0;
}

#category ul.catalog li div.r div.text ol li {
    list-style: decimal inside;
    margin: 3px 0 0 0px;
    /*	padding: 0 0 0 40px; */
}

a.ssilka_podch {
    text-decoration: underline;
}

a.ssilka_podch:visited {
    text-decoration: underline;
}

a.ssilka_podch:hover {
    text-decoration: none;
}

#content div.otzivimg {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.otzivpic {
    margin-right: 28px;
    float: left;
}

.otzivname {
    float: left;
    display: block;
}

.otvivblue {
    color: #1792d7;
}

.clear {
    clear: both
}

.otzivtext {
    margin-top: 18px;
    margin-bottom: 55px;
    font-style: italic
}

/******************************Redirect form**********************************/

.pp_pic_holder.ask_for_redirect_english {
    background: #f4f3f3;
    overflow: hidden;
    min-width: 500px !important;
}

#ask_for_redirect_english_inner {
    padding: 0px;
    background: #f4f3f3;
    margin-bottom: -10px;
    position: relative;
    border: 1px solid #c9cccf;
    overflow: hidden;
}

#ask_for_redirect_english_inner .head {
    height: 29px;
    width: 100%;
    background: #015993;
    color: white;
    font-size: 13px;
}

#ask_for_redirect_english_inner .head span {
    margin-left: 10px;
    line-height: 25px;
}

#ask_for_redirect_english_inner .buttons {
    padding: 3px 0px 11px;
    text-align: center;
}

#ask_for_redirect_english_inner .buttons>div {
    display: inline-block;
    height: 22px;
    width: 98px;
    border: 1px solid #c8cccf;
    text-align: center;
    vertical-align: middle;
    color: #00537f;
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    background: url('images/bg_btn.jpg') repeat-x 0 0;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, #e0e0e0, #ededed);
    background: -o-linear-gradient(top, #e0e0e0, #ededed);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ededed));
    background: -ms-linear-gradient(top, #e0e0e0, #ededed);
    background: linear-gradient(top, #e0e0e0, #ededed);
    background-clip: border-box;
    -moz-background-clip: border;
    -webkit-background-clip: border-box;
    background-origin: border-box;
    -moz-background-origin: border;
    -webkit-background-origin: border-box;
}

#ask_for_redirect_english_inner .buttons>div.button_no {
    margin-left: 60px;
}

#ask_for_redirect_english_inner .text {
    margin: 14px 27px 0px;
    font-size: 12px;
    color: #162b3c;
}

/*****************************************************************************/
/***********************************go to top********************************************/

#toTop {
    width: 72px;
    height: 32px;
    background: url('images/top.jpg') no-repeat left top;
    position: fixed;
    bottom: 57px;
    right: 10px;
    cursor: pointer;
    display: none;
}

/****************************************************************************************/

.cntrlVendor {
    margin-top: 20px;
    width: 680px;
    background-color: #E8E6E6;
    border-bottom: 1px solid #DEDCDC;
    padding: 2px 0px 2px 15px;
    font-weight: 400;
    /*! 500 */
    text-align: center;
}

.cntrlDevice {
    width: 680px;
    height: 20px;
    background-color: #F6F6F8;
    padding: 4px 0px 0px 15px;
}

.chipVendor {
    margin-top: 20px;
    width: 680px;
    background-color: #E8E6E6;
    padding: 2px 0px 2px 15px;
    font-weight: 400;
    /*! 500 */
    text-align: center;
    /* color: #1E68E4;
	*/
}

.chipDevice1 {
    width: 480px;
    float: left;
}

.chipDevice2 {
    float: left;
}

.chipDevice {
    clear: both;
    width: 680px;
    height: 20px;
    font: 11px verdana;
    background-color: #F8F8F8;
    padding: 4px 0px 0px 15px;
}

/* ----- #catalog ----- */
/*div#catalog h1 {
	margin: 0px 0px 24px 0px;
	color: #636162;
}

*/
.fs-0 {
    font-size: 0;
    line-height: 0;
}

.category-list {
    padding-bottom: 54px;
}

.category-list .cetegory-block {
    background: #F1F1F1;
    margin-top: 10px;
    padding: 10px 12px 6px 12px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.category-list .category-title {
    color: #1791da;
    font-size: 18px;
    font-weight: 400;
    /*! 500 */
}

.category-list .category-description {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.category-list .category-description>.category-description {
    padding-bottom: 0
}

.category-list .category-clr {
    clear: both;
}

ul.catalog {
    margin-bottom: 0px;
}

ul.catalog li {
    padding: 16px 0 11px;
    background: none;
    border-bottom: 1px solid #1891d6;
    overflow: hidden;
}

ul.catalog li.last {
    border-bottom: none;
}

.iteminlist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemlist {
    width: 100%;
}

.itemlist.noncomplex-item {
    /*! margin-top: 11px; */
}

.iteminlist>table>tr>td {
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
}

.itemlist.noncomplex-item .itemheader,
.iteminlist .itemheader {
    padding-top: 0px;
    width: 99%;
}

.iteminlist .itemtitle,
.iteminlist .itemtitle:visited {
    color: #1891d6;
    font-size: 16px;
    font-weight: 400;
    /*! 500 */
    text-decoration: none !important;
}

.iteminlist p.price {
    margin: 0px;
    color: #7E7E7E;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 700;
}

.tdcomplexhead p.price {
    font-size: 12px;
    margin-top: 3px;
}

.iteminlist a.itemtitle:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.itemlist .itemimage {
    padding-right: 17px;
    min-width: 160px;
    text-align: center;
}

.iteminlist .itemdescription {
    padding-top: 8px;
}

.noncomplex-item.itemlist {
    width: auto;
    display: block;
}

.iteminlist .noncomplex-item.itemlist .itemheader {
    padding-bottom: 5px;
}

.iteminlist .noncomplex-image {
    padding-right: 17px;
    min-width: 160px;
    text-align: center;
    float: left;
    display: inline-block;
}

.noncomplex-item+.itemreadmore {
    padding-right: 22px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.iteminlist .update.itemdescription {
    padding-top: 20px;
}

.iteminlist .update.tdcomplexmore {
    padding-bottom: 1px;
    /*padding-bottom:15px;
	*/
}

.iteminlist .tdcomplexhead {
    font-weight: 400;
    /*! 500 */
    display: block;
    padding: 10px 0px 12px;
    text-align: center;
}

.iteminlist .tdcomplexhead a,
.iteminlist .tdcomplexhead a:visited,
.iteminlist .tdcomplexhead a:hover {
    color: black;
    text-decoration: underline;
}

.iteminlist .tdcompleximage {
    width: 1px;
    min-width: 140px;
    text-align: center;
    vertical-align: middle;
}

.iteminlist .equaltd,
.iteminlist .plustd {
    padding: 0px 5px;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.iteminlist .tdcomplexmore,
.itemlist .itemreadmore {
    text-align: right;
    padding-right: 7px;
}

.itemlist .itemreadmore,
.iteminlist .tdcomplexmore {
    padding-right: 20px;
}

.complex-item {
    width: 100%;
}

.complex-item p {
    margin-bottom: 10px;
}

div.equal {
    background: url('images/catalog_equel.png') no-repeat top left;
    display: inline-block;
    width: 22px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
}

div.plus {
    background: url('images/catalog_plus.png') no-repeat top left;
    display: inline-block;
    width: 23px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
}

div.sleduet {
    background: url('images/sleduet.png') no-repeat top left;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
}

.iteminlist .halfwidth {
    width: 50%;
}

.tdcompleximage p.imagehead {
    margin-bottom: -5px;
    font-weight: bold;
}

.bluebottomborder,
.iteminlist .bluebottomborder {
    border-bottom: 1px solid #1891d6;
}

.iteminlist .bluetopborder {
    border-top: 1px solid #24518A;
}

.tblcat {
    /*! margin: 8px 0; */
}

.bluetextcat {
    border-right: 1px solid #1891d6;
    vertical-align: top;
    color: #1891d6;
    text-align: right;
    padding-left: 0px;
    padding-right: 5px;
    line-height: 18px;
    font-size: 12px;
}

.bluetextcat+td {
    padding-left: 5px;
    padding-right: 0px;
    line-height: 18px;
    font-size: 12px;
}

.readmore,
.readmore:hover,
.readmore:visited,
.readmore:active {
    color: #0b87cd;
    padding-right: 11px;
    background: url('images/arrow_blue.png') no-repeat right center;
    padding-bottom: 2px;
}

/* ----- #category ----- */

div#category h1 {
    margin: 0 0 21px;
}

div#category .intro {}

div#category ul.catalog {
    margin: 0 0 16px;
    border: 0px;
    background: #F1F1F1 none repeat scroll 0% 0%;
    margin-top: 10px;
    padding: 10px 12px 6px;
}

div#category ul.catalog li {
    background: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

div#category .more-info h3 {
    margin: 0 0 12px;
    font-weight: bold;
    font-size: 12px;
    color: #404142;
}

div#category .more-info ul {
    padding: 10px 13px 5px;
    border: 1px solid #dedcdc;
    background: #f6f6f8;
    margin: 0px;
}

div#category .more-info li {
    display: block;
    min-height: 16px;
    margin: 0 0 5px;
    padding: 0 0 0 28px;
    background: url('images/star.png') no-repeat left top;
}

div#category .more-info li a {
    font-size: 12px;
    line-height: 16px;
    color: #404142;
}

.text-grey {
    color: #7E7E7E;
    font-weight: 400;
    /*! 500 */
}

.text-blue-cat {
    color: #23528A;
}

#main-content #news-anons li {
    white-space: nowrap;
}

#front-main-form {
    display: inline-block;
    width: 223px;
    margin-left: 51px;
}

.sliderpreview {
    line-height: 0px;
}

.accent {
    background: rgb(246, 246, 248) none repeat scroll 0% 0%;
    display: block;
    padding: 8px 12px;
    border-left: 3px solid #24518A;
}

.display_inlineblock {
    display: inline-block;
}

@font-face {
    font-family: 'digital';
    src: url('https://www.acelab.ru/Admiral.Web_PC/template/digital.ttf');
    font-weight: normal;
    font-style: normal;
}

#clock {
    float: right;
    margin: -15px 12px -15px 5px;
    font: normal 18px/18px Arial, Helvetica, sans-serif;
    /*height: 66px;*/

    background-color: rgb(243, 243, 243);
    width: 144px;
    padding: 2px 5px 0px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #3A3D42;
    text-align: center;
    cursor: pointer;
}

#clock a {
    text-decoration: none;
}

#clock>span:first-child {
    font-size: 11px;
    line-height: 13px;
}

#clock.work {
    border: 2px solid green;
}

#clock.notwork {
    border: 2px solid #EC3317;
}

#clock>div:nth-child(2) {
    text-align: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 1px #FAFAFA;
    background-color: #DDD;
    border-radius: 4px;
    height: 40px;
}

#clock #txt span {
    font: 26px/18px digital, Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 13px;
    text-align: right;
}

#clock #txt span:nth-child(3n) {
    width: auto;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#clock #date {
    font-size: 7px;
}

#clock #date span {
    font-size: 7px;
    color: grey;
}

#clock #date span+span {
    margin-left: 3px;
}

#clock #date .curr {
    font-size: 9px;
    color: #3A3D42;
}

#clock #work {
    text-align: center;
    font-size: 12px;
}

#clock #work.work {
    color: green;
}

#clock #work.notwork {
    color: #EC3317;
}

#clock.dark #txt {
    color: #DDD;
}

#clock.dark>div:nth-child(2) {
    background-color: #3A3D42;
}

#clock.dark #date {
    color: rgb(158, 155, 155);
}

#clock.dark #date .curr {
    color: rgb(221, 221, 221);
}

.techsupport .grey-bg:after,
.techsupport:before,
.techsupport:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.techsupport {
    border-bottom: 1px solid #1792d7;
    padding: 25px 0px 15px;
}

.techsupport:last-child {
    border-bottom: 0px;
}

.techsupport h2 {
    font-size: 14px;
}

.techsupport ul {
    margin-left: 15px;
}

.techsupport strong+p,
.techsupport strong+ul {
    margin-top: 5px;
}

.techsupport .readmore {
    display: block;
    text-align: right;
    margin-right: 15px;
}

.techsupport .grey-bg {
    padding: 15px 12px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    line-height: 16px;
}

.techsupport .grey-bg a {
    color: #182c3b;
}

.cont {
    background: url('images/arrow3.png') no-repeat 9px 5px;
    margin-left: 15px;
}

.cont li+li {
    margin-top: 2px;
}

.cont li a {
    line-height: 16px;
    text-decoration: underline;
}

#banners a {
    position: relative;
}

#banners a .product {
    position: absolute;
    right: 0px;
    bottom: 43px;
    transition: all .5s ease-out;
}

#banners a:hover .product {
    right: -7px;
}

.space-table td {
    vertical-align: top;
    padding: 14px 8px 0px 0px;
}

.space-table td:last-child {
    padding-right: 0px;
}

.sliderpreview .passive {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.sliderpreview .active {
    -webkit-filter: brightness(200);
    filter: brightness(200);
}

.sliderpreview {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.images-row {
    display: block;
    color: #56585a;
}

.images-row:after,
.images-row:before {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.images-row>div {
    width: 222px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.images-row>div:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}

.images-row>div img {
    max-width: 100%;
    display: inline-block;
    /* border: 3px solid #d9d9d9; */
    box-sizing: border-box;
}

.images-row--4>div {
    width: 166px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.images-row--4>div:nth-child(3n+1) {
    clear: none;
    margin-left: 4px;
}

.images-row--4>div:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}

.images-row--no-border>div img {
    border: 0;
}

.sliderpreview {
    background: black;
}

.sliderpreview.active {
    background: white;
}

.accardion {
    margin-top: -1px;
    /*! border: 1px solid #BABDC0;
	 background-color: #E6E7E9; */
}

.accardion__control {
    display: none;
}

.accardion__header {
    display: block;
    padding: 8px 24px 8px 17px;
    font-size: 12px;
    line-height: 20px;
    color: #1792d7;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.accardion__header:before {
    content: '';
    display: inline-block;
    background: url('images/arrow.png') no-repeat center;
    width: 4px;
    height: 7px;
    margin-right: 5px;
}

.accardion__body {
    max-height: 0;
    overflow: hidden;
    transition: .5s linear;
    padding: 0 8px 0;
    box-sizing: border-box;
}

.accardion__control:checked+.accardion>.accardion__header {
    background: #fff;
    /*! border-bottom: 1px solid #BABDC0; */
}

.accardion__control:checked+.accardion>.accardion__header:before {
    background-image: url('images/arrow2.png');
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accardion__control:checked+.accardion>.accardion__body {
    max-height: 100%;
    max-height: calc(100% - 1px);
    padding-top: 16px;
    padding-bottom: 16px;
}

.greytbltovar {
    /*background-color: #f1f1f1;*/
    /*border-left:1px solid #1792D7;*/
    margin-top: 8px;
}

.greytbltovar td {
    padding: 3px;
    vertical-align: middle;
}

.b-testimonials {
    border: 1px solid #D9D9D9;
    /* background: #FAF8F9; */
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 16px;
    margin-bottom: 6px;
}

.b-testimonials .testimonials {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.b-testimonials .slider__item {
    height: auto !important;
    position: relative !important;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}

.testimonials__name {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.testimonials__company {
    font-weight: bold;
    color: #188bce;
}

.testimonials__text {
    margin-top: 20px;
    color: #989898;
    font-style: italic;
}


/*div#slider {
    height: 550px; /* Для большого видео 
    overflow: hidden;
    position: relative;
}
.slider--video {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
div#slider-shadow { /* Для большого видео 
    top: 14px;
    width: 978px;
    height: 510px;
    box-shadow: 0 4px 12px 7px rgba(22, 22, 22, .76);
    left: 50%;
    transform: translateX(-50%);
}
body.main { /* Для большого видео 
    background: url('images/bg-530.png') no-repeat center 167px;
}*/


#PC-3000,
.wrapper_PC-3000,
#Data-Extractor,
.wrapper_Data-Extractor,
#PC-3000-SSD,
.wrapper_PC-3000-SSD {
    display: none;
}

label.updates-toggle {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

#PC-3000:checked~.wrapper_PC-3000,
#Data-Extractor:checked~.wrapper_Data-Extractor,
#PC-3000-SSD:checked~.wrapper_PC-3000-SSD {
    display: block;
}

.updatedescription h3 {
    margin-top: 20px;
}