﻿html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
td {padding:3px 0;}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a {color:#747273;}
p {margin: 10px 0;}

h1, h2 {
    border-bottom: 2px solid #b92927;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 13px 0;
    text-transform: uppercase;
}
h3 {
    color: #b92927;
    font: bold 16px Tahoma,Arial Narrow,Arial;
}
h1.inverse , h2.inverse {
    background-color:transparent;
    color:#e6b012;
    padding-left:0;
}

input[type=text], input[type=password], textarea
{
    border:solid 1px #A2A2A2;
    border-radius:7px;
    padding:4px 7px;
    font-family:Arial;
}
.button {
    background-color: #666366;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 13px;
    text-decoration: none;
}
.button:hover {
    background-color:#B92927;
}
.content table[class*="ftb"] td {
    padding:  0;
}





body {
    background-color:#fff; 
    font: 14px Tahoma, Helvetica, Arial, sans-serif;
    color:#585d61;
}

.centerie {
    text-align: center;
    border-bottom:solid 8px #c52d29;
}

.centerfo {
    margin-left: auto;
    margin-right: auto;
    width:1200px;
    text-align: left;
}

.wrapper {
    width:970px;
    margin-left:29px;
    float:left;
}

.clear {
    clear: both;
}

.header
{
    width:100%;
    display:inline-block;
    padding:20px 0;
}
.header .title {
    float: left;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 55px;
    text-transform: uppercase;
}
.header .logo {
    float: left;
    padding-right: 70px;
}
.header .address {
    display: flex;
    float: left;
    line-height: 17px;
    padding-right: 20px;
    white-space: nowrap;
}
.header .address + .address {
    padding-right: 0;
}
.header .address-icon {
    float: left;
    margin-right: 10px;
}
.header .phone {
    display: flex;
    float: left;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}
.header .phone-icon {
    float: left;
    margin-right: 10px;
}



.mainmenu {
    display:inline-block;
    width:100%;
}
.mainmenu .menu-text {
   background-color: #c52d29;
  color: #fff;
  float: left;
  font-size: 18px;
  padding: 11px 0px 11px 0px;
  text-transform: uppercase;
  width: 385px;
}
.menu-text > img {
    float: left;
    margin-right: 15px;
  margin-left: 15px;
}
.mainmenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
}
.mainmenu ul li {
    background-color: #575d61;
    border-right: 4px solid #fff;
    float: left;
    flex-grow: 1;
}
.mainmenu ul li.last {
    border-right: 0;
}
.mainmenu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display:inline-block;
    width:100%;
    padding:12px 0;
}
.mainmenu ul li:hover {
    background-color:#c52d29;
}
.menu-icon {
    background-image: url("images/menu-icons.png");
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 34px;
}
.menu-icon.icon-main {
    background-position: 0 0;
}
.menu-icon.icon-about {
    background-position: -34px 0;
}
.menu-icon.icon-cat {
    background-position: -68px 0;
}
.menu-icon.icon-serv {
    background-position: -103px 0;
}
.menu-icon.icon-news {
    background-position: -136px 0;
}
.menu-icon.icon-dost {
    background-position: -170px 0;
}
.menu-icon.icon-cont {
    background-position: -204px 0;
}



.top-sidebar {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.slideshow {
    float: left;
    width: 100%;
}

.top-sidebar-products > div {
    float: left;
    height: 150px;
    text-align: center;
    width: 50%;
}
.top-sidebar-products {
    float: right;
    padding: 15px 0;
    width: 380px;
}
.top-sidebar-products img {
    width: 80%;
}
.top-sidebar-products a:first-child {
    display: inline-block;
    height: 125px;
}




.main-category {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.main-category ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-category ul li {
    background-color: #575d61;
    border-right: 4px solid #fff;
    float: left;
    width: 19.73%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-category ul li.last { border:0; }
.main-cat-icon {
    background-image: url("images/cat-icons.png");
    display: block;
    height: 49px;
    margin: 0 auto;
    width: 49px;
}
.main-cat-icon.icon-4 {
    background-position: 0 0;
}
.main-cat-icon.icon-3 {
    background-position: -49px 0;
}
.main-cat-icon.icon-2 {
    background-position: -98px 0;
}
.main-cat-icon.icon-1 {
    background-position: -147px 0;
}
.main-cat-icon.icon-5 {
    background-position: -195px 0;
}
.main-cat-img {
    background: url("images/cat-sep.jpg") no-repeat scroll right center #c52d29;
    float: left;
    padding: 10px 20px 10px 7px;
}
.main-cat-text {
    color: #fff;
    float: left;
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 60%;
}
.main-cat-text a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}


.main-container {
    display: inline-block;
    padding: 10px 0 20px;
    width: 100%;
}
.content {
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
.content table td {
    padding: 10px;
}
.main-container .content {
    width:70%;
}
.sidebar {
    width:28%;
    float:right;
    margin-left:20px;
    padding-top: 10px;
}







.cat-list-mini {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.cat-list-mini li {
    padding: 2px 0;
}
.cat-list-mini ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 20px;
}
.cat-img img {
    height: 70px;
    margin: 10px 0;
}
ul.cat-item-nav {
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
ul.cat-item-nav li {
    float: left;
    width: 50%;
}
.cat-group {
    background-color: #efefef;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.cat-group.group-altitem {
    background-color: #fff;
}



.top-news-item {
    padding-bottom:10px;
}
.top-news-date {
    background: url("images/calendar.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #80868a;
    padding: 5px 0 5px 40px;
}
.top-news-text {
    padding-left: 40px;
}

.news-item {
    padding-bottom:20px;
}
.news-item-title {
    background: url("images/calendar.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #80868a;
    margin-bottom: 5px;
    padding: 5px 0 5px 40px;
}
.news-item-date {

}
.news-item-text {

}
.news-item-imgs {
    display: inline-block;
    width: 100%;
	margin: 10px 0;
}
.news-item-imgs img {
    height: 150px;
    margin-right: 10px;
}


.main-top-items {
    background-color: #666366;
    display: inline-block;
    width: 100%;
    margin-bottom:10px;
}
.main-top-items .title {
    float: left;
    font-size: 16px;
    margin: 29px 30px;
    text-align: center;
    color: #fff;
}
.main-top-items .title div {
    margin-bottom: 10px;
}
.top-items-table {
    height: 165px;
    width: 1073px;
}
.top-items-table tr td {
    background-color: #fff;
    width: 33.3%;
    vertical-align:top;
    text-align:left;
}
.top-items-table > tbody > tr > td {
    border: 8px solid #666366;
    vertical-align:top;
    text-align:left;
}

/*.main-cat-body {
    border-right: 1px dotted #e6b012;
    min-height: 130px;
    padding: 0 15px;
}
.main-category
{
    width:100%;
    display:inline-block;
    margin-bottom:30px;
}
.main-category ul
{
    margin:0;
    padding: 0;
    list-style:none;
}
.main-category ul ul
{
    margin:0;
    padding: 0;
    list-style:none;
}
.main-category ul li
{
    padding:0;
    float:left;
}
.main-category ul li:last-child .main-cat-body 
{
    border:0; 
    padding-right:0;
}
.main-category ul li li
{
    padding:2px 0;
    float:none;
}
.main-category ul li li a
{
    font-size:12px;
    text-decoration:none;
}*/



.basket {
    float: left;
    margin-left:40px;
}
.basket .text {
    float: left;
}
.basket a {
    text-decoration: none;
    font-style:normal;
}
.basket a:hover { text-decoration:underline; }
.basket .button {
    padding: 3px 10px;
    margin:0;
}
.basket-order {
    font-size:12px;
    margin-bottom: 3px;
}
.basket-order a
{
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}

.autoriz {
    clear: right;
    float: right;
    font-size: 12px;
    width: 180px;
}
.autoriz table tr td { padding:1px 0;}
.autoriz input[type="text"], .autoriz input[type="password"] {
    border-radius: 14px;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    padding: 2px 10px;
    width: 150px;
}
.button.login-button {
    background-color: #e6b012;
    float: right;
}
.logout-table {
    margin-top: 20px;
}
.logout-table .prof { padding-right:10px; }


.autoriz ul
{
	list-style:none;
	padding:0;
	text-align:center;
	margin-top:0;
}

.autoriz ul li
{
	display:inline-block;
	margin:0 5px;
}

.item-catalog
{
    width:100%;
}
.item-catalog tr td
{
    vertical-align:top;
    width:16%;
}

h1.cat
{
    background-color:inherit;
    color:#666366;
    font-size:14px;
    font-weight:normal;
    padding:0;
}


.item-catalog .cat-item {
    border: 1px solid #666366;
    margin: 3px;
    text-align: left;
    background-color:#fff;
}
.item-catalog .cat-item .img {
    display: table-cell;
    height: 100px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
.item-catalog .cat-item .img img {
    max-width:130px;
    max-height:100px;
}
.item-catalog .cat-item .details {
    float: left;
    width: 130px;
}
.item-catalog .cat-item .title {
    color: #666366;
    display: table-cell;
    font-size: 12px;
    height: 60px;
    margin: 0 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.item-catalog .cat-item .price {
    background-color: #e6b012;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
}
.item-catalog .cat-item .price strong { font-size:14px; }
.item-catalog .cat-item .pay {
    background: url("i/mini-basket.png") no-repeat scroll 44px center #666366;
    padding: 5px 0;
    text-align: center;
}
.item-catalog .cat-item .pay a {
    color: #fff;
    display: inline-block;
    margin-left: 22px;
    text-decoration: none;
}
.cat-item-anchor {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.cat-item-anchor li {
    display: inline-block;
    padding: 0 10px 20px;
}




.top-items-table .cat-item {
    margin: 10px;
    text-align: left;
}
.top-items-table .cat-item .img
{
    float:left;
    margin-right:8px;
    height:130px;
}

.top-items-table .cat-item .img img
{
    max-width:130px;
    max-height:130px;
}
.top-items-table .cat-item .details {
    float: left;
    width: 180px;
    text-align:center;
}
.top-items-table .cat-item .title  {
    margin:0; 
    float:none;
    color:#666366;
}
.top-items-table .cat-item .price
{
    color:#e6b012;
    font-weight:bold;
    margin:10px 0;
}
.top-items-table .buy {
    background: url("i/buy.png") no-repeat 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px 7px 34px;
    text-decoration: none;
}




.item-img
{
    float:left;
}
.item-params
{
    float:right;
}

.item-params {
    border: 1px solid #d2d2d2;
    padding: 20px;
    text-align: center;
}

.item-cat
{
    /*margin-bottom: 30px;*/
}
.item-cat ul
{
    margin:0;
    padding:0;
    list-style:none;
}
.item-cat ul li
{
    display:inline-block;
    margin-right:5px;
    padding:3px 10px;
}
.item-cat ul li.current
{
    background-color:#e6b012;
    border-radius: 14px;
}
.item-cat ul li.current a
{
    color:#fff;
    text-decoration:none;
}

.order-table
{
    width:100%;
    border:0;
}

.order-table tr td
{
    padding:5px;
    text-align:center;
    vertical-align:middle;
}

.order-table tr td table tr td
{
    text-align:right;
}

.order-col-textbox
{
    width:28px;
    text-align:right;
    border-radius: 14px;
    padding: 4px 11px;
}

.order-size
{
    display:inline-block;
}

.order-size tr td
{
    padding:2px 0;
    font-size:12px;
}
.order-oplata
{
    margin: 20px 0;
}
/*.order-loader, .order-buttons { float:left; }*/
.order-buttons {
    margin-left:20px;
}
.order-buttons .button {
    margin: 0;
}
.online-pay-info {
    background: url("i/info.png") no-repeat scroll 30px 16px rgba(0, 0, 0, 0);
    border: medium solid #e6b012;
    margin: 5px 0;
    padding: 15px 20px 15px 80px;
    text-align: justify;
    display:inline-block;
}
.online-pay-info > img {
    float: left;
    margin-top: 10px;
    margin-right:20px;
    height: 60px;
}

.dynamic-menu span
{
    font-size:16px;
    border-bottom:dotted 1px #bcbcbc;  
    display:inline-block;
    width:100%;
    padding:5px 0;  
}

.dynamic-menu span:last-child
{
    border:0;
}

.accHeader
{
    cursor:pointer;
}

.accHeader a
{
    text-decoration:none;
}

.sub-dynamic-menu
{
    margin-left:20px;
}

.sub-dynamic-menu a
{
    text-decoration:none;
}

.dynamic-menu-selected
{
    color: #B92927;
    font-weight: bold;
}

.paging
{
    padding:10px 0;
    text-align:right;
    float:right;
}
.paging div {
    display: inline-block;
    float: right;
    margin-left: 20px;
}
.pagercurrlink {
    background: none repeat scroll 0 0 #e6b012;
    border-radius: 11px;
    color: #fff;    
    padding: 2px 7px;
    text-decoration: none;
    float:left;
    margin-left:2px;
}
    
.pagerlink 
{
    padding: 2px 7px;
    text-decoration: none;
    background:#666366;
    color:#fff;
    border-radius: 11px;
    float:left;
    margin-left:2px;
}

.search {
	text-align:right;
	/*margin-bottom:10px;*/
	float:right;
}

.news
{
    float:left;
    background:url(i/news.png) no-repeat 0 0;
    width:303px;
    height:126px;
}

.news a
{
    color: #FFFFFF;
    float: left;
    font: bold 24px Arial Narrow,Tahoma;
    margin: 23px 0 0 90px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-clear
{
    clear:both;
    width:100%;
    height:82px;
}

.footer {
    display: inline-block;
    width: 100%;
    padding:30px 0;
    margin-top:2px;
    background-color:#666366;
    color:#fff;
}
.footer a {
    color: #fff;
}
.footer .logo {
    float: left;
    padding-right: 70px;
}
.footer .address {
    display: flex;
    float: right;
    line-height: 17px;
    white-space: nowrap;
}
.footer .address + .address {
    padding-right: 70px;
}
.footer .address-icon {
    float: left;
    margin-right: 10px;
}
.footer .phone {
    display: flex;
    float: right;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}
.footer .phone-icon {
    float: left;
    margin-right: 10px;
}




.admin_menu
{
    float:left;
}

.content-table {
    border-collapse: collapse;
    width: 100%;
}
.content-table tr th, .content-table tr td {
    padding: 3px 5px;
}
.content-table tr th {
    font-weight: bold;
    text-align: center;
}

.lbPopupLink { }	
.popupDialog { background-color: white; }
.popupDialog .ui-dialog-content { }
.popupDialog .ui-dialog-titlebar {
	cursor: default;
	display: none;
}
.popupDialog .ui-dialog-titlebar-close { }	
.ui-resizable-handle.ui-resizable-n  {
    height:46px;
    z-index:-1;
}    
.ui-resizable-handle.ui-resizable-s {
    height:46px;
    z-index:-1;
}   
.ui-dialog-content table { margin-top:15px; }    
.modal-link {
    text-decoration:none;
    font-size:24px;
}    
.modal-close {
    text-decoration:none;
    font-size:18px;
}

.modal-popup-bg
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modal-window
{
    padding:30px;
    background:#fff;
    display:inline-block;
}
.modal-window img { 
	max-width:200px; 
	max-height:200px;
	margin-right:7px;
}
.order-register
{
    float:left;
    margin-right:70px;
}
.order-login
{
    float:right;
}
.modal-window input[type="text"], .modal-window input[type="password"] { width:200px; }
.order-input {
    clear: right;
    float: right;
    width: 267px;
    height:140px;
}
.order-close {
    float:right;
}
.order-progress {
    float: right;
    margin-top: 3px;
}

.question-list {
    float:left;
    width:70%;
}
.quest-item {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.quest-item-text {
    font-size: 18px;
}
.quest-item-name {
    color: #979797;
    font-style: italic;
}
.quest-item-answer {
    border-left: 2px solid #c52d29;
    margin-top: 5px;
    padding-left: 20px;
}
.question-add {
    background-color: #f1f1f1;
    border: 2px solid #d9d9d9;
    border-radius: 14px;
    float: right;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 20px;
    width: 24%;
}
.question-add label {
    display: block;
    padding: 10px 0 5px;
}
.question-add textarea, .question-add input[type="text"] {
    font-size: 12px;
    width: 95%;
}
.question-table
{
    width:100%;
}
.question-table tr td
{
    padding:5px 20px 3px;
}
.question-table-header
{
    background-color:#5D6467;
    color:#fff;
    font-size:16px;
}
.question-table-item, .question-table-altitem
{
    
}

.left td {
    padding: 0;
}
.MenuTitle span {
    font-size: 16px;
    font-weight: bold;
}

.ctl05_ctl00_ftbContent_OuterTable td, .ctl05_ctl00_ftbArticle_OuterTable td {padding:0;}

.print-order tr td, .print-order tr th { padding:3px; }
.print-order tr td img { height:60px; }

#images img { height:100px; }

.menu {
}


.button.sel-act
{
	border-radius: 10px;
    font-size: 18px;
    padding: 13px 20px 10px;
	width:195px;
	margin:10px 0;
}

.info-table
{
    width:100%;
}

.info-table tr td
{
    padding:10px 0;
}

#status p {
    font-family: Arial;
    font-size: 11px;
    margin: 5px 0;
}


.edit-user-valid {
    float: right;
    margin-top: 5px;
    width: 270px;
}
.profile-table {
    float: left;
}

.medal-list img { height:200px; }
.objects-list tr td { width:50%; text-align:center; }


.col-md-4 {
    width: 33.33%;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    display: block;
}
.form-control {
    width: 100%;
    box-sizing: border-box;
}
.article-list > li {
    padding-bottom: 10px;
}



.gallery-item {
    float:left;
    margin: 10px;
}
.gallety-item-title {
    font-size: 20px;
}
.gallery-item-mainimage {
    float:left;
    clear:left;
}
.gallery-item-mainimage a {
    margin-right:5px;
}
.gallery-item-mainimage a img {
    height:306px;
}
.gallery-item-thumbs {
    float:left;
    width: 100%;
}
.gallery-item-thumbs table {
    width:100%;
}
.gallery-item-thumbs table tr td a img {
    height:150px;        
}
.gallery-item-mainimage a, .gallery-item-thumbs table tr td a {
    display: inline-block;
    margin:0 3px 3px 0;
}

.gallery-item-thumbs img {
    height: 150px;
}


.services-body {
    float: left;
    width: 70%;
}
.services-sidebar {
    float: right;
    width: 27%;
    background-color: #eee;
    padding: 30px;
    box-sizing: border-box;
}
.services-sidebar h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.services-item-thumbs {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}
.service-item {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.service-item img {
    max-width: 100%;
}


#top-portfolio {
    padding-bottom: 40px;
}
#top-portfolio .item {
    height: 300px;
}
#top-portfolio .item img {
    width: auto;
    height: 100%;
}


.portfolio-cat-item {
    margin-bottom: 30px;
}
.portfolio-cat-item strong {
    font-size: 20px;
}