/*
	# Siter Styles v.7.0. 
	#
	# $Id: style.css,v 1.0.1 2013/02/13 14:08:24 artem Exp $
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
    font-family: 'Roboto';
    src: url('/font/roboto.eot');
    src: url('/font/roboto.eot?#iefix') format('embedded-opentype'),
	url('/font/roboto.woff') format('woff'),
	url('/font/roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('/font/roboto-bold.eot');
    src: url('/font/roboto-bold.eot?#iefix') format('embedded-opentype'),
	url('/font/roboto-bold.woff') format('woff'),
	url('/font/roboto-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'RobotoLight';
    src: url('/font/roboto-light.eot');
    src: url('/font/roboto-light.eot?#iefix') format('embedded-opentype'),
	url('/font/roboto-light.woff') format('woff'),
	url('/font/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

* { margin: 0;}
a img, img {border: 0; }
html {height: 100%;}
body{color: #363636; font:18px Calibri, Arial, sans-serif; margin: 0px; padding: 0px; height: 100%; }
table {color: #363636; font:17px Calibri, Arial, sans-serif; border-collapse:collapse; }
td, th {vertical-align:top;}
.footer_in { font-size:15px}
p {margin-bottom:10px;}
hr {margin:8px auto; width:90%; border:none; background:#363636; height:1px; }
ul {padding:0}
li {margin-left:20px;}

/* TEXT */
a:link, a:visited {color:#5089dd; text-decoration:none;}
a:hover, a:active {color:#4576bf; text-decoration:underline;}

a:link.white, a:visited.white, a:hover.white, a:active.white {color:#fff;}

h1, .title {font:normal 27px 'Roboto'; margin:0 0 15px }
h2 {	font:bold 23px Calibri, Arial, sans-serif; margin: 16px 0 8px;}
h3 {	font:bold 17px Calibri, Arial, sans-serif; margin:0;}
.red {color: #c00;}
.blue {color: #5089dd;}
.hblue {color: #4576bf;}
.file {background:url(/img/design/file_ico.png) 0 0 no-repeat; display:inline-block; padding:0 0 0 32px; margin-bottom:5px; height:26px; line-height:24px; background-size: 26px;}
.pdf_icon {float:right;width:2.5vw;min-width:25px;max-width:35px}
.link_img {background:url(/img/design/image-icon.png) 0 0 no-repeat; display:inline-block; padding:0 0 0 32px; margin-bottom:5px; height:26px; line-height:24px;background-size: 26px;}
.link_link {background:url(/img/design/link-icon.png) 0 0 no-repeat; display:inline-block; padding:0 0 0 32px; margin-bottom:5px; height:26px; line-height:24px;background-size: 26px;}
.td_info {cursor: help;}
.nom_desc table {border-collapse:separate;}

div.nom_desc img {width:95%; max-width:800px;} 
.nom_desc a img {width:auto;}
table thead {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
    z-index: 2;
}
td.brd_td, th.brd_td {border:1px solid #D1D0D0; padding:5px;}
.brd_td_zag{border:1px solid #d1d0d0; padding:5px; text-align:center; font-size: 11px;}
table.brd_td {border-collapse:separate;}
table.brd_td td, table.brd_td th {border:1px solid #D1D0D0; padding:5px;}
.brd_td p {margin:0}
.pdng_r30 {padding-right: 30px;}
.pdng_r60 {padding-right: 60px;}

/*--cut here--*/
html {background:#173773 url(/img/design/white_bg.png) 50% 0 repeat-y;}
/* KIT */
.ib {display:inline-block;}
.right {text-align:right !important;}
.center {text-align:center !important;}
.middle {vertical-align:middle !important;}
.top {vertical-align:top;}
.ma {margin:0 auto;}
.clear {clear:both;}

/*Current_site*/
.wrap {margin: 0 auto; min-height: 100%; height: auto !important; height: 100%; position:relative;}
/* .header {height:184px; background:url(/img/design/top_menu_bg.png) 0 0 repeat-x; position:relative; z-index:2;} */
.header {height:184px; background:url(/img/design/header_bg.jpg) 50% 0 no-repeat; position:relative; z-index:4;}

.header_L {position:absolute; top:0; left:0; z-index:1; background:url(/img/design/header_left.png) right 0 repeat-x; width:50%; height:184px;}
.header_R {position:absolute; top:0px; right:0px; z-index:1; background:url(/img/design/header_right.png) left 0 repeat-x; width:50%; height:184px;}
.content, .content_nop {width:944px; margin:0 auto; position:relative; z-index:2; background:#fff; padding:20px;}
.content_transp {width:984px; margin:0 auto; background:transparent; padding:0; position:relative;}
.content_nop {padding:0; width:984px;}
.content_index_text {padding:5px 20px 0; width:452px; float:left;}

.content_index_news {width:492px; float:left; }
.content_index_news div.title{display:none}
.content_index_news div.date{display:none}
.content_index_news .news_list .clear {margin-bottom: 0px;}
.content_index_news .news_list p {margin-bottom: 1px;}
.content_index_news div.news_img{margin-right:4px}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
	}
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
	}
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
	}
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
	}
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
	}
    100% {
        transform: translate(-100%, 0)
	}
}



.footer {margin: -188px auto 0 auto; height:187px; width:984px; border-top:1px solid #f6f6f6; background:#fff; color:#fff; position:relative;}
.footer_title {position:relative; border-bottom:4px solid #f4f4f4; color:#5089dd; font:bold 17px Calibri; padding:20px 20px 6px; margin-bottom:10px;}
.footer_in {padding:0 20px; }
.uber_foot {height:188px;}

.INSPIRO {position:absolute; width:125px; right:0px; top:19px; background:#fff; text-align:center; font:normal 11px Arial; }
.INSPIRO a{color:#ccc; text-decoration:none;}
.INSPIRO a:hover {color:#aaa; text-decoration:underline;}

.side_table {border-collapse:collapse; width:100%;}
.Left_side, .Right_side {width:300px; padding:5px; vertical-align:top;}
.Center_side {padding:5px 8px; vertical-align:top;}
.spacer {width:288px;}

a.logo {display:block; position:absolute; top:23px; left:19px; width:104px; height:116px; text-decoration:none;}
.H_info {position:absolute; top:35px; left:154px; font:15px 'Roboto'; color:#b8d5ff; text-transform:uppercase;}
.H_info .name {color:#fff; font:28px/32px 'RobotoBold'; text-transform:none;}
.H_info .contact {color:#fff; font:22px 'Roboto'; margin-top:10px; text-transform:none;}
.H_info .contact a{float:right}


a.H_mail {display:block; text-decoration:none; position:absolute; top:100px;  background:url(/img/design/h_mail.png) 0 0 no-repeat; width:40px; height:40px;}
a.H_search {display:block; text-decoration:none; position:absolute; top:100px;  background:url(/img/design/icon_sear.png) 0 0 no-repeat; width:39px; height:39px;}
.next {margin:10px 0; text-align:right;}
.next a:link, .next a:visited, .next a:hover, .next a:active  {color: #A64012; border:1px solid #A64012; background:#FFE591; padding:3px 10px; font-weight:bold; text-decoration:none;}
.next a:hover, .next a:active  {background:#FFDB69;}

.preview_img {display:inline-block; vertical-align:middle; margin:18px; }

.index_text p {margin:0; line-height:18px;}
.index_text p.title {margin-bottom:15px;}

.page_image {position:relative; width:984px; height:244px; overflow:hidden; margin:0 auto;}
.page_image span {display:inline-block; position:absolute; bottom:0; right:0px; background:#5089dd; color:#fff; font:27px/37px 'Roboto'; height:38px; padding:0 10px;}

/* NAVIGATION */
.top_line {background:url(/img/design/top_menu_bg.png) 0 0 repeat-x; height:33px;}
.top_nav {border-collapse:collapse; height:33px; width:984px; margin:0 auto;}
.top_nav td {padding:0;}
.top_nav a {display:block; height:33px; color:#fff; font:17px/32px Calibri; padding:0 5px; text-align:center; text-decoration:none;}
.top_nav a:hover,  .top_nav a.curr {background:#3b6cb7;}
.top_nav td > div {position:relative; z-index:5; height:33px; white-space: nowrap;}
.subnav {position:absolute; z-index:6; top:33px; left:0px; min-width:230px; display:none; background:#0f2e64; opacity:0.9;}
.top_nav .subnav a {text-align:left; height:auto; line-height:19px; padding:5px 10px;}
.top_nav td > div:hover {background:#3b6cb7}
.top_nav td > div:hover .subnav {display:block;}

.foot_nav {float:left; color:#363636; margin-bottom:10px;}
.foot_nav ul {float:left; margin:0 35px 0 0; padding:0 0 0 15px;}
.foot_nav ul li {margin:3px 0 0; line-height:17px; max-width:260px;}
.foot_nav ul.f_prod_long li {max-width:350px;}
.foot_nav a {color:#363636; text-decoration:none;}
.foot_nav a:hover {text-decoration:underline;}
.foot_nav ul.f_prod_long {margin-bottom: 10px; margin-right: 18px;}

.tile_wrap {width:492px; float:right;}
.tile_wrap img {display:block;}
.tile_wrap a, .tile_wrap span {float:left; vertical-align:top; width:246px; height:246px; text-decoration:none; color:#fff; font:27px 'Roboto';}
.tile_wrap  .tile_link {display:inline-block; width:226px; height:196px; padding:51px 10px 0; background:#3c69c0; text-align:center;}
.tile_wrap .T_niokr .tile_link {background:#5089DD; }
.tile_wrap .T_catalog .tile_link {background:#294F98; }
.tile_wrap .tile_hover i, .tile_wrap .tile_link i {display:inline-block; width:33px; height:33px; background:url(/img/design/tile_pics.png) 0 0 no-repeat;}
.tile_wrap .tile_link i {width:52px; height:51px;}
.tile_wrap .tile_hover {position:relative;}
.tile_wrap .tile_hover  i {position:absolute; background-position:0 -118px;}
.tile_wrap a:hover .tile_link, .tile_wrap a .tile_hover {display:none;}
.tile_wrap a:hover .tile_hover, .tile_wrap a .tile_link {display:inline-block;}

.T_shop .tile_link i {background-position:0 0} .T_shop .tile_hover i {background-position:0 -118px;}
.T_niokr .tile_link i {background-position:-58px 0} .T_niokr .tile_hover i {background-position:-39px -118px;}
.T_catalog .tile_link i {background-position:0 -59px} .T_catalog .tile_hover i {background-position:-78px -118px;}
.T_prod .tile_link i {background-position:-58px -59px}  .T_prod .tile_link {background:#ebebeb; color:#363636;}
.tile_wrap a:hover.T_prod .tile_link {display:inline-block;}

.kids_item {width:304px; padding:5px 10px 10px 0; float:left;}
.kids_desk {float:left; width:298px;}
.kids_item.last {padding:5px 0 10px 10px}
.kids_img {float:left; padding-right:20px;}
.kids_item .kids_img img {max-width:200px;}
.kids_div {clear:both; border-bottom:1px solid #aaa; margin:5px 0;}

.path {font-size:12px; padding:0 0 15px; font-family:Arial }
.path a{ text-decoration:none;  font-size:15px; font-family:Calibri, Arial, sans-serif;}
a.path_last {color:#363636; text-decoration:none;}

/* CAROUSEL */
.jcarousel_wrap {position:relative; z-index:1; width:984px; margin:0 auto;}
.jcarousel {position: relative; overflow: hidden; width:100%; height:440px;}
/* .jcarousel ul {width:984px; position: relative; list-style: none; margin: 0; padding: 0;}
	.jcarousel li {float: left; width:984px; height:440px; margin:0px; padding:0px; position:absolute; z-index:3; }
.jcarousel li.active {z-index:4;} */
.jcarousel img {width:100%; top:0; left:0;}
.jcarousel_nav {position:relative; z-index:11; margin:-105px auto 0; background:url(/img/design/slider_nav_bg.png); height:66px; width:984px;}
.jcarousel_prev, .jcarousel_next {position:absolute; top:0; left:10px; display:block; width:50px; height:66px; background:url(/img/design/slider_arr.png) 10px 7px no-repeat; cursor:pointer; }
.jcarousel_next {left:auto; right:10px; background-position:10px -80px;}
.jcarousel_desc {position:absolute; left:78px; top:0px; color:#fff; font:28px 'Roboto'; }
.jcarousel_desc i {display:inline-block; vertical-align:middle; height:66px; width:0px;}
.jcarousel_desc span {display:inline-block; vertical-align:middle; width:820px;}

/* NEWS ARTICLES */
.date{display:inline-block; background:#7a7a7a; color:#fff; width:98px; text-align:center; margin-right:10px; line-height:15px; height:16px; font-size:11px; font-family:Arial;}

.news_img img {width:110px}



.news_img, .art_img {float:left; width:130px; text-align:center; margin:0 20px 5px 0;}
.news_list .clear {margin-bottom:30px;}
.news_list a.name , .news_list a.small_title {text-decoration:none; font-weight:bold;}
.news_list a:hover.name, .news_list a:hover.small_title {text-decoration:underline;}

.art_item {margin-bottom:30px;}
.author, .art_author {font-size:13px;}
.art_author {margin:3px 0;}

/* NOM LIST*/
.top_product {background:#ebebeb;}
.top_product .product_img {display:block; width:206px; height:150px; overflow:hidden; text-align:center; cursor:pointer;}
.top_product .product_img  i {display:inline-block; height:150px; width:0px; vertical-align:middle;}
.top_product .product_img  img {vertical-align:middle;}
.top_product .product_name {display:block; font-weight:bold; font-size:17px; padding-bottom:10px; cursor:pointer;}
.top_product .product_img img { max-height:130px}
.top_product a:hover .button, .top_product a:active .button {background:#5089dd; border-bottom-color:transparent;}

.top_product .product-item {
    display:inline-block; vertical-align:top; text-decoration:none; color:#363636; width:204px; padding:11px 19px 20px; border:2px solid transparent; /* border-top:11px solid transparent; */ cursor:default;
}

.top_product .product-item:hover, .top_product .product-item:active {border-color:#5089dd;}

table.list{border-collapse:collapse; width:100%; }
.list th {background-color:#5089DD; color:#fff; font-weight:normal; font-size:16px; vertical-align:middle; padding:2px 4px 2px  4px; border:1px solid #ddd; border-top:none;}
.list.product_list th { padding:2px 16px 2px  4px;}
.list td {border:1px solid #ddd; vertical-align:middle; padding:2px 4px;}
.list .even td {background:#f7f7f7}
table.list * {box-sizing:border-box}

.nom_imgs {float:right; width:250px; margin:0 0 10px 20px;}
.nom_imgs img {display:block;}
.nom_addit_imgs { margin-top:15px;}
.add_img {display:inline-block; vertical-align:middle; margin:0 20px 10px 0}
.add_img.last {margin-right:0px;}

/* PAGER */
.pager {text-align:left; margin:10px 0; font-size:17px;}
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active, .on_pager {text-decoration:none; display:inline-block; color: #fff; border-bottom:1px solid #7a7a7a; background:#a3a3a3; text-align:center; vertical-align:middle; cursor:pointer; height:25px; line-height:25px; min-width:18px; padding:0 4px; -webkit-border-radius:3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;}
.pager a:hover, .pager a:active, .on_pager {border-bottom-color:transparent; background:#5089DD;}
.on_pager {cursor:default;}

/* INPUT */
.button, a.button {text-decoration:none; display:inline-block; font-size:16px; height:32px; line-height:1.9; padding:0 10px; margin:12px 2px 10px; color:#fff; background:#a3a3a3;  -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; border-radius:3px; cursor:pointer;border: 1px solid #ddd;}
.button:hover, a:hover.button, .button:active, a:active.button {background:#5089dd; border: 1px solid #ddd;}
.ui-datepicker-trigger {vertical-align:middle; margin-left:5px; cursor:pointer;}
#tinymce {font-family: Arial, Verdana, Tahoma; font-size:12px; color:#222; padding:0 5px;}

.title_faq {font-size: 18px; margin-bottom:10px; }
.faq ul {margin-top:-7px;}
.faq ul li {list-style-type:none; padding:5px 0; margin-left:0;}
.faq p {text-align:justify;}


/* 88459 */
.main-inner {
    width:100%;
    max-width:1430px;
    padding:0 15px;
    box-sizing:border-box;
    margin:0 auto;
}

.h-relative {
    position:relative;
}

.top_nav, .content_transp, .jcarousel_wrap, .content, .content_nop, .footer, .jcarousel_nav, .page_image {
    width:100%;
    box-sizing:border-box;
}

.jcarousel {
    background:#fff;
}

.jcarousel a {
    width:100%;
}


.content_index_news {
    width:50%;
}

.content_index_text {
    width:calc(50% - 15px);
    margin-right:15px;
    box-sizing:border-box;
}

.top_product {
    display:flex;
}

.top_product .product-item {
    width:25%;
    font-size:18px;
    box-sizing:border-box;
}

.top_product .product_name a {
    color:#363636;
    text-decoration:none;
}

.footer {
    background:none;
    border:0;
}

.footer-inner {
    background:#fff;
    min-height: 187px;
    border-top: 4px solid #f6f6f6;
}


.foot_nav:nth-child(1) {
    width:37%;
}
.foot_nav:nth-child(2) {
    width:63%;
}
html[lang="en"] .foot_nav {
    width:50%;
}

.footer_in:after {
    content:'';
    display:block;
    clear:both;
}

a.H_mail {
    right:15px;
    left:auto;
}
a.H_search {
    right:65px;
    left:auto;
}

.H_info {
    width: calc(100% - 220px);
}

.H_info:after {
    content:'';
    display:block;
    clear:both;
}

.H_info_name {
    float:left;
    margin-top:20px;
}

.H_info .contact {
    float:right;
    margin-top:30px;
}

.H_info .contact a {
    color:#fff;
    text-decoration:none;
}

.logo {
    background:url(/img/design/logo-n.png) no-repeat center center;
}

.logo.logo_en {
    background:url(/img/design/logo_en.png) no-repeat center center;
}

.header {
    background:url(/img/design/header_bg-n.jpg) 50% 0 no-repeat;
}

.page_image {
    background-color:#fff;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.kids {
    margin:0 -15px;
}

.kids_item {
    width:25%;
    box-sizing:border-box;
    padding:5px 15px 10px;
}

.kids_desk {
    width:100%;
}

.kids_item:nth-child(4n+1) {
    clear:both;
}

.previews:after {
    content:'';
    display:block;
    clear:both;
}

.preview_img {
    width:calc(100% / 6 - 36px);
    float:left;
    text-align:center;
}

.previews  .preview_img:nth-child(6n+1) {
    clear:both;
}

img {
    max-width:100%;
}

.top_product .product_img {
    width:100%;
}

html {
    background:#173773;
}

.wrap {
    overflow:hidden;
}

.mobile, .mobile-menu-submenu {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 101;
    width: 320px;
    height: 100%;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0 20px;
    border-right:3px solid #5089dd;
    transition:all 0.5s ease;
}

.mobile.is-active, .mobile-menu-submenu.is-active {
    left:0;
}


.mobile-menu-submenu {
    z-index:102;
    cursor:default;
}

.mobile-menu-item {
    width:100%;
    box-sizing:border-box;
    padding:10px 20px;
    border-top:1px solid #5089dd;
    font-size:18px;
    cursor:pointer;
    text-decoration:none!important;
    display:block;
    color:#5089dd;
}

.mobile-menu-item:last-child {
    border-bottom:1px solid #5089dd;
}

.mobile-menu-item:hover {
    background:#5089dd;
    color:#fff;
}

.mobile-menu-back {
    position:absolute;
    color:#000;
    cursor:pointer;
    top:13px;
    left:20px;
    font-size:14px;
    text-decoration:underline;
}

.mobile-menu-back:hover {
    text-decoration:none;
}

.mobile-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    z-index: 3;
}

.mobile-close:before, .mobile-close:after {
    content: '';
    display: block;
    width: 2px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: 9px;
    transform: rotate(45deg);
    background: #5089dd;
}

.mobile-close:after {
    transform: rotate(135deg);
}

.open-mobile {
    display: none;
    position: absolute;
    top: 7px;
    left: 15px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 30px;
    height: 13px;
    cursor: pointer;
    z-index:10;
}
.gambur_knob {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 30px;
    cursor: pointer;
    z-index:12;
}
.open-mobile:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}


.toggle-lang {
    display: none;
    height: 33px;
    color: #fff;
    font: 17px/32px Calibri;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    background: url(/img/design/flagru.jpg) center center no-repeat;
    background-size: cover;
    width:38px;
    float:right;
    cursor:pointer;
    position:relative;
    z-index:10;
}

.toggle-lang.is-en {
    background: url(/img/design/eng.png) center center no-repeat;
}

.toggle-lang.is-ru:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom, transparent 70%, #595959 100%);
}

.tile_wrap a {
    position:relative;
    width:50%;
}

.tile_wrap .tile_link, .tile_wrap .tile_hover {
    position:absolute;
    top:0;
    left:0;
    box-sizing:border-box;
    width:100%;
    height:100%;
    
}

.tile_wrap .tile_link {
    padding-top:71px;
    overflow:hidden;
}

.tile_wrap img {
    width:100%;
}

.pr_image {
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.content-text:after {
    content:'';
    display:block;
    clear:both;
}

.slider-item {
    position:relative;
    height:440px;
    overflow:hidden;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.jcarousel_nav {
    margin:0;
    position:absolute;
    bottom:0;
    left:0;
}

.slick-arrow {
    z-index:3;
    position:absolute;
    left: 10px;
    display: block;
    width: 50px;
    height: 66px;
    background: url(/img/design/slider_arr.png) 10px 7px no-repeat;
    cursor: pointer;
    border:0;
    outline:none;
    font-size:0;
    bottom:0;
}

.slick-next.slick-arrow {
    left:auto;
    right:10px;
    background-position: 10px -80px;
}

.jcarousel_desc {
    width:calc(100% - 156px);
}

.jcarousel_desc span {
    width:100%;
    line-height:30px;
}

.table-box {
    width:100%;
    overflow:auto;
}

.table-box table {
    width:calc(100% - 2px)!important;
}

.sort-block {
    margin-bottom:20px;
}

.top_product {
    font-size:0;
}

.top_product a {
    font-size:18px;
}

.list.is-sorted th {
    cursor:pointer;
    padding-right:15px;
    padding-left:2px;
}

.list.is-sorted th:hover, .list.is-sorted th.is-active {
    background:#173773;
}

.list.is-sorted th div {
    position:relative;
}

.list.is-sorted th div:before, .list.is-sorted th div:after {
    content:'';
    display:block;
    position:absolute;
    border: 3px solid transparent; 
    top:50%;
    right:-11px;
    margin-top:-3px;
}

.list.is-sorted th div:before {  
    border-top: 5px solid #000; 
    transform:translateY(75%);
}

.list.is-sorted th div:after {
    border-bottom: 5px solid #000; 
    transform:translateY(-75%);
}

.list.is-sorted th:hover div:before, .list.is-sorted th.is-active div:before{
    border-top: 5px solid #fff;
}

.list.is-sorted th:hover div:after, .list.is-sorted th.is-active div:after {
    border-bottom: 5px solid #fff;
}

.tile_wrap {
    width:50%;
}

.wrap.js-preloaded:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:#000;
    opacity:0.6;
    z-index:999;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    border-top-color: transparent;
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
    display:none;
}

@keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.wrap.js-preloaded .preloader {
    display:block;
}

.wrap:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    max-width: 1400px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index:-1;
    transform: translateX(-50%);
}

.technology{
	background-image: url(/img/work/catalog/original/a_1881_145.jpg);
	width:100%;
	height: 1000px;
    background-size: contain;
	background-repeat: no-repeat;
	position:relative;
}
.tmb, .tmb1 {
	position:absolute;
	top:2.4%;
	left:11%;
	width:7%;
	height:8 %;
	
	
}

/* стили СГ */

a.link_pdf:hover img {filter: drop-shadow(0px 0px 2px #5089dd);}
table.list th.col_count_3 {width:20%;}
table.list th.col_count_4 {width:15%;}
table.list th.col_count_5 {width:12%;}
table.list th.col_count_6 {width:10%;}

div.preview_img {
    margin: 16px;
}

table.list td {
	height: 58px;
	
}

table.list tr:nth-child(odd) td {
	margin:4px;
	background: #ebf3f9;
	
}

table.list tr:first-child th:first-child {
	width:15% !important;
}

table.list tr th:nth-child(3) {
/*	width: 36px; */
	
}

/* div.nom_desc table.list tr th {
	width:12% ;
}*/
div.nom_desc table.list tr td {
	font-size:18px;
}
div.nom_desc table.list tr th {
	font-size:18px;
}
div.nom_desc table.list tr:first-child th:first-child {
	width:40% !important;
}
div.nom_desc table.list td {
height:27px;}
table.list tr:hover td{ 
	background: #c8dcfb !important;
	background: #cce4f6 !important;
}
table.list td p, table.list th p {
	margin: 8px auto !important;
}

.sg_lastN_border {padding:5px 16px 0; border-bottom: #5089DD solid 2px; background: none repeat scroll 0% 0% #EBEBEB;}
#sg_index_news  .news_item{
    display: block;
    width: 100%;
    _white-space: nowrap;
    overflow: hidden;
}

#sg_index_news .marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
	
}

#sg_index_news .marquee p {
    display: inline-block;
    padding-left: 10%;
    -webkit-animation: scroll 45s infinite linear;
    -moz-animation: scroll 45s infinite linear;
    animation: scroll 20s infinite linear;
}

a.podrobnee{text-decoration:none}
.long_link{word-wrap: break-word} 
.news_otstup{margin-left: 220px;}

.news_img img {width:110px}
#sg_index_news div.news_item div.news_img img {width:32px;margin:-2px 0 0 ;}

#sg_index_news div.news_item div.news_img {width:auto}
div.news_list div.news_img img {margin:6px 10px 40px; }

.sg_stat,  .sg_stat span
{line-height:1.2 !important;
	font-size:18px !important
}
.sg_stat_margin, .MsoNormal
{margin: 4px 1.5%!important
}


/* Навигация*/ 
div.switch_lang.rus_nav a, div#Rus_nav table.top_nav td:last-child a, div#Rus_nav table.top_nav td:last-child:hover a
{
    background: url(/img/design/eng.png) center center no-repeat;
    background-size: 30px;
	color: transparent;
}
div.switch_lang  {display:none; z-index:10;}
div.switch_lang  a { height: 33px;  display: block;}
div.switch_lang.eng_nav a, div#English_nav table.top_nav td:last-child a, div#English_nav table.top_nav td:last-child:hover a, html[lang='en'] .top_nav td:last-child a
{
    background: url(/img/design/rus.png) center center no-repeat;
    background-size: 30px;
	color: transparent;
}
td:nth-last-child(2) div .subnav {
    min-width: 150px;
}


/* список новостей без обтекания картинки*/
.news_list .news_item1 {
	float: left;
	width: 81%;
}
.news_list .news_img {
	float: left;
	width: 16%;
	margin-right:2%;
}

/* фото в тексте */
.photo{
	margin: 6px 12px;
}

/* контейнеры в контактах*/
.flex-container { 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	display: -webkit-flex; 
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-align-content: space-around; 
	align-content: space-around;
	
	-webkit-align-content: stretch; 
	align-content: stretch;
}

.flex-container>div{
	-webkit-flex-basis: 400px; 
	flex-basis: 400px;
	margin-bottom:25px;
}

.contact-container>div {
	float:left;
	width:50%;
	min-height:168px;
	margin: 0 0 30px;
}	
.contact-container>div div:nth-child(2) {
	padding: 3px 0 0 ;
	word-wrap: normal;
}	
.contact-container img.photo, .contact-container>div>div {
	float:left;
}


/* 88459 */

.news_list .news_img {
    width:130px;
    margin-right:20px;
}

.news_list .news_item1 {
    width:calc(100% - 150px);
}

.flex-container>div {
    -webkit-flex-basis: 25%; 
	flex-basis: 25%; 
}

.contact-container>div {
    width:calc(100% / 3);
    white-space:normal;
}
.contact-container>div>div.contact_text {
    max-width:266px;
}
.contact-container img.photo, .contact-container>div>div {
    display:inline-block;
    float:none;
    vertical-align:top;
}

.contact-container>div:nth-child(3n+1) {
    clear:both;
}

.header {
    min-width:0;
}

.novelty{color: #ff0000}

/* /стили СГ */

@media  (min-width:769px) {
	.gambur_knob {display:none;}
	
}

@media  (min-width:921px) {
	a.H_mail {
		right:65px;
		left:auto;
	}
	a.H_search {
		right:125px;
		left:auto;
	}
}

@media (max-width:1300px) {
    .H_info_name {
        margin:0;
        float:left;
	}
    
    .H_info .contact {
        float:right;
        margin-top:10px;
	}
    
    .preview_img {
        width:calc(20% - 36px);
	}
    
    .previews .preview_img:nth-child(6n+1) {
        clear:none;
	}
    
    .previews .preview_img:nth-child(5n+1) {
        clear:both;
	}
    
    .flex-container {
        justify-content:flex-start!important;
	}
    
    .flex-container>div {
        flex-basis: 33%!important;
	}
    
    .contact-container>div {
        width:50%!important;
	}
    
    .contact-container>div:nth-child(3n+1) {
        clear:none!important;
	}
	
    .contact-container>div:nth-child(2n+1) {
        clear:both!important;
	}
	
}

@media (max-width:920px) {
	.H_info_name {
		float:none;
		
	}
	.H_info .contact,  .H_info .contact a{
	float:left;}
	
    .wrap:after {
        width:100%;
	}
    .page_image {
	height: 200px;}
	
    .header_L, .header_R {
        display:none;
	}
    
    .top_product {
        display:block;
	}
    
    .top_product .product-item {
        width:50%;
	}
    
    .tile_wrap {
        width:100%;
        float:none;
	}
    
    .tile_wrap:after {
        content:'';
        display:block;
        clear:both;
	}
    
    .tile_wrap a {
        width:25%;
        display:block;
        float:left;
        box-sizing:border-box;
        padding-bottom:25%;
	}
    
    .tile_wrap span {
        width:100%;
        height:100%;
        box-sizing:border-box;
	}
    
    .tile_wrap .tile_link {
        width:100%;
        font-size:20px;
        height:100%;
	}
    
    .content_index_news {
        width:100%;
        float:none;
	}
    
    .content_index_text {
        width:100%;
        float:none;
        padding-bottom:20px;
	}
    
    .main-inner {
        padding:0;
	}
    
    .kids_item {
        width:50%;
	}
    
    .kids_item:nth-child(2n+1) {
        clear:both;
	}
    
    .preview_img {
        width:calc(25% - 36px);
	}
    
    .previews .preview_img:nth-child(5n+1) {
        clear:none;
	}
    
    .previews .preview_img:nth-child(4n+1) {
        clear:both;
	}
    
    .flex-container>div {
        flex-basis: 50%!important;
	}
    
    .contact-container>div>div {
        display:block!important;
	}
    
    .slider-item {
        background-position:center top;
        background-size:contain;
        padding-bottom:45%;
        height:0;
        overflow:visible;
	}
    
    .jcarousel {
        height:auto;
	}
    
    .jcarousel_nav {
        bottom:-5px;
        background:#294F98;
	}
	.foot_nav ul.f_prod_long li {
		max-width: 500px;
	}  
    
}

@media (max-width:768px) { 
	div.switch_lang {
		display:block; 
		position:absolute;
		top:0;
		right:0;
		width:40px;
	}
    .top_nav, td[data-hidden="td_hidden"], th[data-hidden="td_hidden"]{
        display:none;
	}
	table.hid2col th:nth-child(2),table.hid2col td:nth-child(2){display:none;}
	

	.page_image {
	height: 160px;}
    
    .tile_wrap a, .tile_wrap span {
        width:50%;
	}
    
    .tile_wrap a {
        padding:0;
        height:196px;
	}
    
    .tile_wrap a:hover .tile_hover {
        display:none;
	}
    
    .tile_wrap a:hover .tile_link {
        display:inline-block;
	}
    
    .tile_wrap .tile_link {
        padding-top:41px;
	}
    
    .foot_nav ul {
		/*float:left;*/
		margin-right: 2%!important;
		width:44%;
	}
	.foot_nav {
		width: 100% !important;
	}
	
    .preview_img {
        width:calc(100% / 3 - 36px);
	}
    
    .previews .preview_img:nth-child(4n+1) {
        clear:none;
	}
    
    .previews .preview_img:nth-child(3n+1) {
        clear:both;
	}
    
    .open-mobile {
        display:block;
	}
    
    .toggle-lang {
        display:block;
	}
	.H_info {
        top:25px;
		left:140px;
		width: calc(100% - 160px);
	}
	.list_table_link_pdf.mobile_invisible{display:none}    
    
}

@media (max-width:650px) {
	.pdng_r30{padding-right:0}
	.pdng_r60{padding-right:0}
	ol {padding-left: 4px;}
	.news_list .news_img {display:none}
	.news_list .news_item1 {width:100%} 
	.H_info .name {
		color: #fff;
	font: 26px/30px 'RobotoBold';}
	
	.top_product .product-item {
		width:100%;
	}
	
	.flex-container>div {
		flex-basis: 100%!important;
	}
	
	.content-table,  .content-table tbody, .content-table tr, .content-table td, .content-table th {
		display:block;
		height:auto!important;
		width:auto!important;
	}
	
	.content-table td, .content-table th {
		width:100%!important;
		box-sizing:border-box;
		margin:0 0 20px;
	}
	
	.jcarousel_desc span {
		font-size:20px;
		line-height:20px;
	}
}

@media (max-width:550px) {
	.H_info {
		top:4px;
	}
	.H_info .contact {
	margin-top: 16px;}
	
	.contact-container>div {
		width:100%!important;
	}
	.page_image {
	height: 120px;}
	
	.contact-container>div>div {
		display:inline-block!important;
	}
	
	
	.contact-container>div>div.contact_text {
		max-width: 210px;
	}
    .H_info {
		top:0;
        left:0;
        width:100%;
	}
    a.H_search {
		right:65px; left:auto; top:75px;
	}
    .logo {
        z-index:10;
	}
    
    .H_info_name {
        margin: 20px 0 0 140px;
	}
    
    a.H_mail {
        top:75px;
	}
    
    .H_info .contact {
        margin-left:140px;
	}
    
    .H_info .name {
        top: -32px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        left:0;
        width:100%;
        position:absolute;
        text-align:center;
	}
    
    .H_info .contact span {
        display:block;
        white-space:nowrap;
	}
    
    .kids_item {
        width:100%;
	}
    
    .preview_img {
        width:calc(50% - 36px);
	}
    
    .previews .preview_img:nth-child(3n+1) {
        clear:none;
	}
    
    .previews .preview_img:nth-child(2n+1) {
        clear:both;
	}
    
    .nom_imgs {width:95%; }
}

@media (max-width:440px) {
	a.H_mail {
		top: 65px;
	}
    .H_info .name {
        text-align:center;
	}
	a.H_search {
		top:65px;
	}
    a.logo, a.logo_en {
        width: 70px;
        height: 90px;
        background-size: contain !important;
        top:10px;
	}
    
    .H_info .contact, .H_info_name {
        margin-left:100px;
		
	}
    
    .H_info_name {
        margin-top:10px;
	}
	.header {
        height:154px;
	}
	
    .contact-container>div>div {
        display: block!important;
        text-align:center;
	}
	.contact-container>div>div.contact_text {
		max-width: none;
	}
	.page_image {
	height: 0px;}
}

@media (max-width:414px) {
    .jcarousel_wrap {
        display:none;
	}
	.foot_nav ul {
		margin: 0;
		width:95%;
	}
	.foot_nav {
		margin: 0 0 8px 0;
	}
	
}

@media (max-width:400px) {
	.contact_en img{ float:none !important; }
	.contact_en .contact_text{ min-width:100px !important; }
	
    .tile_wrap .tile_link {
        font-size:20px;
	}
	
    .foot_nav {
        width:100%;
        margin-bottom:10px;
	}
    
    .INSPIRO {
        position:static;
        width:100%;
        margin-top:5px;
	}
    
    .footer_title {
        text-align:center;
	}
    
    .preview_img {
		/*      width:100%;  */
        margin:10px !important;
		width: calc(50% - 20px);
		
	}
    .previews .preview_img:nth-child(2n+1) {
		clear: both;
	}
    .toggle-lang {
        display:none;
	}
    
    .open-mobile {
        left:10px;
	}
    
    .news_img {
        width:100%!important;
        margin-right:0!important;
        text-align:left!important;
	}
    
    div.news_list div.news_img img {
        margin:0!important;
	}
    
    .news_list .news_item1 {
        width:100%!important;
        float:none;
	}
	#sg_index_news div.news_item div.news_img{display:none;}
    
    .jcarousel_desc span {
        font-size:15px;
		line-height:15px;
		text-align:center;
	}
	
}

@media (max-width:389px) {
    div.switch_lang, a.H_mail { display:none;
	}
	a.H_search {
        right: 15px;
	}
	.contact span.sec_tel {display:none;}
    
	/*   .header {
        height:184px;
	}*/
	.H_info .contact{
		margin-top:10px;
	}
	
    a.logo, a.logo_en {
        width: 35px;
        height: 45px;
        background-size: contain !important;
        top:10px;
	}
    a.logo { left: 8px;}
    .H_info .contact, .H_info_name {
        margin-left:54px;
		
	}
}
/* Заголоки групп с иконкой pdf */
.group_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0 8px;
}
.group_title h2 {
  margin: 0 ;
}
/* */

/* Спойлер*/
/* Spoiler styles */
details {
	position: relative;
	margin-bottom: .5rem;
	padding-bottom: 20px;
	min-height: 1rem;
	max-height: 3rem;
	transition: min-height .15s linear, max-height .5s linear;
	-webkit-transition: min-height .15s linear, max-height .5s linear;
	will-change: max-height;
	overflow: hidden;
	border-bottom: 4px solid #f4f4f4;
}

details summary {
	display: inline-block;
	padding-left: 1.5em;
	cursor: pointer;
	outline: 0;
	transition: color .12s;
	-webkit-transition: color .12s;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::-moz-list-bullet {
	list-style-type: none;
}

details summary span {
	border-bottom: 1px currentColor dotted;
}

details summary::before {
	content: "";
	left: 0;
	top: .15em;
	position: absolute;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50%/1em 1em;
	width: 1em;
	height: 1em;
	transition: transform .1s linear;
	-webkit-transition: transform .1s linear;
}

details summary:hover {
	color: #d06c6c;
}

details summary ~ * {
	_padding-left: 0em;
	opacity: 0;
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
}

details[open] {
	min-height: 2em;
	max-height: 80em;
}

details[open] summary {
	color: #d06c6c;
}

details[open] summary ~ * {
	opacity: 1;
}

details[open] summary:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	details {
		max-height: none;
	}
	
	details summary ~ * {
		max-height: 0;
		overflow: hidden;
		position: absolute;
	}
	
	details summary:focus {
		color: #d06c6c;
	}
	
	details summary:focus::before {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	
	details summary:focus ~ * {
		max-height: 20em;
		position: static;
		opacity: 1;
	}
}

@supports (-ms-ime-align: auto) {
	details {
		max-height: none;
	}
	
	details summary ~ * {
		max-height: 0;
		overflow: hidden;
		position: absolute;
	}
	
	details summary:focus {
		color: #d06c6c;
	}
	
	details summary:focus::before {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	
	details summary:focus ~ * {
		max-height: 20em;
		position: static;
		opacity: 1;
	}
}


.h-text-left { text-align: left; }
.h-text-center { text-align: center; }
.h-text-right { text-align: right; }
.h-text-justify { text-align: justify; }

.feedback-compact, .registr-compact {
	max-width: 540px;
}

.feedback-compact .input,  .registr-compact .input{
	margin-bottom: 5px;
}

.feedback-compact input[type="text"],
.feedback-compact input[type="tel"],
.feedback-compact input[type="email"],
.feedback-compact textarea,
.registr-compact input[type="text"], .registr-compact input[type="password"],
.registr-compact input[type="tel"],
.registr-compact input[type="email"],
.registr-compact textarea{
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
}

.feedback-compact textarea,  .registr-compact textarea{
	resize: vertical;
}

.feedback-compact input[id$="captcha"],  .registr-compact input[id$="captcha"]{
	width: 50%;
	display: block;
}

.feedback-compact .button, .registr-compact .button {
	border: 0;
	height: auto;
	padding: 5px 10px;
}
.search_form  .button {
	border: 0;
	height: auto;
	padding: 2px 10px;
}


.social_cont {margin: 12px 0 ;}
.social a {
    text-align: center;
    width: 22px;
    height: 22px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
	font-size: 18px;
}

.facebook a:hover {background: #3b5998; color: #fff;}
.linkedin a:hover {background: #0e76a8; color: #fff;}



/**
	* CSS themes for simplePagination.js
	* Author: Flavius Matis - http://flaviusmatis.github.com/
	* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 8px 0 0 ;
	float:left;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/


/*------------------------------------*\
	mws Theme Styles
\*------------------------------------*/

.mws-theme a, .mws-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	/*	box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	text-decoration: none;
}

.mws-theme a:hover {
	text-decoration: none;
	background: #5089DD;
	color: #FFF;
}

.mws-theme .current {
	background: #5089DD; 
	color: #FFF;
	border-color: #5089DD;
	/*	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset; */
	cursor: default;
}

.mws-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/* Поиск */
.all_results {margin-left:20px}
#sear_form {  padding: 14px 0;
	background-color: #163773;
	display: none;
	text-align:center;
	position:absolute;
	top:100%;
	width:100%;
	font-size:100%;
height:30px;}


#sear_form * {box-sizing: border-box;}
#sear_form form {
	
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width:800px;
	
	
}
#sear_form input {
	width: 100%;
	height: 30px;
	padding-left: 10px;
	padding-right: 110px;
	border: 0px solid #3b6cb7;
	border-radius: 1px;
	outline: none;
	background: #fff;
	color: #2E3436;
	font-size:100%;
	text-align:center;
}
#sear_form button {
	position: absolute; 
	top: 0;
	right: 0px;
	padding:0 ;
	width:100px;
	height: 30px;
	border: none;
	background: #5089dd;
	border-radius: 0 1px 1px 0;
	cursor: pointer;
	color: white;
	font-size:90%;
	text-align:center;
}	
#sear_form button:hover {background: #3b6cb7;}

#sear_form .live_search_result
{margin: 14px auto 0;
    width: 90%;
    max-width: 800px;
	background: #ebf3f9;
	border: solid 1px grey;
	text-align:left;
	padding-bottom: 16px;
}
#sear_form .live_search_result:empty ,  #sear_form .live_search_result ul:empty{display: none; }	
#sear_form .live_search_result li{list-style-type: none; margin-bottom:5px; }
#sear_form .live_search_result ul.search_res_list{overflow: auto; max-height:350px; margin-bottom:12px}
#sear_form .pointer {position: absolute;
    width: 0;
    height: 0;
    top: 44px;
    margin-left: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
	border-bottom: 15px solid #ebf3f9;
	
}
.live_search_result li a:link {text-decoration: none; display:flex;align-items: center;}
.live_search_result li a:hover {text-decoration: underline;} 
.live_search_result a img {width:60px; float:left; margin-right:8px}
.live_search_result li	{display: flex; align-items: center; margin-left: 1.5%;}
/* */

/*  Логин форма*/
HTML CSS JSResult
EDIT ON
@import url(https://fonts.googleapis.com/css?family=Roboto:300);


.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #a3a3a3;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
	background: #5089dd;
}
.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #4CAF50;
	text-decoration: none;
}
.form .register-form {
	display: none;
}
.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: "";
	display: block;
	clear: both;
}
.container .info {
	margin: 50px auto;
	text-align: center;
}
.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}
.container .info span {
	color: #4d4d4d;
	font-size: 12px;
}
.container .info span a {
	color: #000000;
	text-decoration: none;
}
.container .info span .fa {
	color: #EF3B3A;
}
.status-c1 {color:#ef1313;}
.status-c0, .status-c {color:#808080;}
/* */
.datatable-filter.datatable-select  {cursor:pointer;
    background-image: url(/img/design/filter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%; }
/**/

.loader{
    display: block;
    position: absolute;  
	left: calc(50% - 40px);
  top: 58px;
    width: 70px;
    height: 70px;
    margin: 10px auto;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-5-spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



