@font-face {
    font-family: 'Roboto';
    src: url('/fonts/RobotoLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/RobotoMedium.ttf');
    font-weight: bold;
    font-style: normal;
}


html {
  /* Растягиваем документ на всю высоту окна */
  height: 100%;
}

body {
  position: relative;
  /* Растягиваем body по высоте html */
  min-height: 100%;

  font-family: 'Roboto';
}

.btn-scroll-top {
    background: url(../img/btn-scroll-top.png) no-repeat;
    display: none;
    height: 58px;
    right: 20px;
    --margin-left: 600px;
    position: fixed;
    text-decoration: none;
    bottom: 15%;
    width: 59px;
    z-index: 50;
    cursor: pointer;
}

main {
   /* Выставляем отступ с высотой footer */
  padding-bottom: 240px;
}

header {
	height:120px;
}

header .logo {
	background: url('/img/logo.png') no-repeat;
	margin-top: 35px;
}

header .logo a {
	display:block;
	height:55px;
	width:259px;
}

header .contacts {
	font-weight: bold;
	line-height:118px;
}
header .contacts > * {
	vertical-align: middle;
    line-height: normal;
}

header .contacts div {
	display: inline-block;
	font-size: 22px;
}

header .phones {
	max-width: 460px;
}

header .phones a:hover{
	text-decoration: none;
}

header .phones div {
	padding-left: 40px;
	margin-left: 30px;
}

header .contacts .velcom {
	background: url('/img/icon-a1.png') no-repeat 0 0px;
	height:35px;
}

header .contacts .mts {
	background: url('/img/icon-mts.png') no-repeat 0 5px;
	--margin-left: 30px;
	height:35px;
}

header .contacts .home {
	background: url('/img/home.png') no-repeat 0 5px;
	height:35px;
}

header .contacts .social {
	line-height:14px;
}

header .contacts .social a {
	display: inline-block;
	--margin-left: 15px;
}
header .social a.vk {
	background: url('/img/icon-vk.png') no-repeat 0 0;
	width: 25px;
	height:15px;
	display:none;
}
header .social a.inst {
	background: url('/img/icon-inst.png') no-repeat 0 0;
	width: 22px;
	height:22px;
	display:none;
}
header .social a.fb {
	background: url(/img/icon-fb.png) no-repeat 0 0;
    width: 65px;
    height: 19px;
    font-size: 12px;
    padding-left: 15px;
    --vertical-align: middle;
    text-decoration: underline;
}

header .order {
	margin: 3px 10px 0px 30px;
}

header .search-frm {
	display: inline-block;
    width: 250px;
}

header .search-frm input[type="text"]
{
    width: 180px;
}

header .search-frm .form-group {
	margin-bottom:3px;
}
.btn-order {
	display: inline-block;
	height:32px;
	width:128px;
	background: url('/img/btn-order.png') no-repeat 0 0;
	outline: none !important;
}

.btn-search {
	background-color: #337ab7;
    color: #FFF;
}

.btn-order:hover {
	background-position: 0px -32px;
}

.top-banners .thumbnail {
	border:none;
	padding: 0px;
	margin-top: 20px;
}

.slideshow {
	margin: 30px 0px;
}

.slideshow .slide {
	display: table-cell;
	vertical-align: middle;
	height:80px;
}

.affix {
  top:0;
  width: 100%;
  z-index: 999 !important;
}
.navbar {
	margin-bottom: 0px;
	background: url('/img/nav-bg.png') repeat-y center;
	text-transform: uppercase;
}

.nav > li > a {
	color:#FFF;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open>a:focus,
.nav > li > a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.navbar-toggle {
	border-color: #FFF;
}

.navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-brand {
	color:#FFF;
}

.navbar-collapse { padding-left: 0px; }

.affix ~ .container-fluid {
 position: relative;
 top: 50px;
}

.navbar {
    border-radius: 0px;
}

#map{
    width: 100%;
    height: 350px;
    margin-top: 15px;
}

main .breadcrumb {
	background: none;
	margin: 10px 0px;
}

main h1 {
	margin-top: 0px;
}

main .grid {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
}

main .grid .row {
	display:table-row;
}

main .grid .row div {
	display: table-cell;
	border: 0px solid #e5e5e5;
	padding: 2px;
	margin: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main .grid .row div .color-box {
	display: block;
	text-align: center;
	max-height: 20px;
	overflow: hidden;
}

.item-box {
	margin-bottom: 15px;
    width: 300px;
    height: 300px;
    border: 1px solid #e5e5e5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.item-descr ul.aitemc {
	list-style: none;
	padding-left: 0px;
}

.item-descr ul.aitemc li {
	display: inline-block;
}

.item-descr ul.aitemc li .colors {
	border:1px solid #eee;
	padding: 2px;
	margin-top: 3px;
}

.item-descr ul.aitemc li .colors:hover {
	border-color: #a53ca1;
}

.item-descr-long {
	clear: both;
}

.item-descr p.item-price{
	font-weight: bold;
}

.btn-fixed {
	position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    margin: 0px;
    left: 0;
    background-color: blue;
    z-index: 100;
    border-radius: 0px;
    color: #FFF;
    border:none;
    height:40px;
    display: block;
}

.btn-panel-close {
	display: none;
}

.btn-panel-show {
	display:none;
}

main .grid .row div .thumbnail {
	border:1px solid #e5e5e5;
	border-radius:0px;
	margin:0px;
	padding: 0px;
	display: block;
	width:100%;
	text-align: center;
}

.grid .row div .thumbnail:hover {
	border-color: #a53ca1;
	-moz-box-shadow: #eee 0 6px 6px 0;
	-webkit-box-shadow: #eee 0 6px 6px 0;
	box-shadow: #eee 0 6px 6px 0;
}


.grid .cell-title {
	display: block;
	text-align: center;
	margin:4px;
	height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.grid .cell-title.catalog-title {
	height: 80px;
    max-height: 80px;
}

.grid .cell-title.catalog-title .price{
	font-weight: bold;
}

.grid .thumbnail:hover img {
	opacity: 0.5;
}

.grid .thumbnail .eye {
	display: none;
	background: url('/img/view.png') no-repeat;
	width:34px;
	height:34px;
}

.grid .thumbnail:hover .eye {
	top: 40%;
    left: 45%;
    position: absolute;
    display: block;
    cursor: pointer;
}

table.trans {
	border: none;
}

table.trans td {
	border:none !important;
}

#left-menu .panel {
	border:0;
	margin-top: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#left-menu .panel + .panel {
	margin-top: 0px;
}

#left-menu .panel-heading {
	background: none;
	border-radius:0px;
}

#left-menu .panel-heading h4:before {
	content: '■';
	font-size: 11px;
    padding: 0px 3px 3px 0px;
    vertical-align: middle;
    display: inline-block;
}

#left-menu .panel-heading.active {
	background: url('/img/panel-active.png') repeat-y 0 0;
	color:#FFF;
}

#left-menu .panel-collapse > .panel-body
{
	border:none;
}

.c-box .thumbnail {
	border:none;
	padding: 0px;
}

.c-box .thumbnail img {
	text-align: left;
}

.c-box h4 {
	font-weight: bold;
}


.page table {
    --border: 1px solid #000;
}

.page table tr td {
    height: 20px;
    border: 1px solid #000;
    padding:4px 6px;
    vertical-align:top;
}

.form-group.required label:after {
  content:" *";
  color:red;
}





footer {
	/* Позиционируем footer внизу main */
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Высота footer */
	height: 220px;
	padding-top: 20px;
	background-color: #3a8dcb;
	color:#FFF;
}

footer a {
	color:#FFF;
}

footer h5 {
	text-transform: uppercase;
	font-weight: bold;
}

footer .phones {
	display:table;
}

footer .phones > div {
	display: table-row;
}

footer .phones > div > div {
	display: table-cell;
	padding: 4px;
}

footer .social a {
	display: inline-block;
	width:25px;
	height:25px;
}

footer .social a.vk {
	background: url('/img/icon-vk-small.png') no-repeat 0 0;
	display:none;
}
footer .social a.inst {
	background: url('/img/icon-inst-small.png') no-repeat 0 0;
	margin: 0px 10px 0px 20px;
	display:none;
}
footer .social a.fb {
	background: url('/img/icon-fb-small.png') no-repeat 0 0;
    width: 110px;
    height: 19px;
    font-size: 12px;
    padding-left: 25px;
    padding-top: 2px;
    vertical-align: top;
    text-decoration: underline;
}

footer .copyright {
	color:#CCC;
	margin-top: 20px;
}

#frmRequest .modal-header {
	background-color: #e23881;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFF;
}

.last-name {
	display:none;
}