html, body {
    min-width: 100%;
    min-height: 100%;
}

body {
    font: 1em Arial Regular;
    color: #333;
    line-height: 18px;
    font-family: Arial !important;
    background: top center no-repeat;
    background-color: #000 !important;
    background-size: contain;
}

.container{
    max-width: 1060px!important;
}

a.btn {
    text-decoration: none !important;
}

/*
    16px = 1em
    15px = .9375em 
    14px = .875em 
    13px = .8125em
    12px = .75em 
    10px = .625em
*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: georgia, "palatino linotype", "times new roman", times, serif;
    font-family: Arial !important ''
}

/*h1{font-size:30px;line-height:1;margin:.2em 0 .3em -.1em;}*/
h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: .75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5, h6 {
    font-size: 1em;
    margin-bottom: 1.5em;
    font-weight: bold;
}

td {
    padding: 2px 5px;
    vertical-align: top;
}

a {
    color: #e05600 !important;
    text-decoration: underline;
}

a:hover {
    color: #0099df;
    text-decoration: none;
}

a:visited {
}

li {
}

#nav li {
    list-style: none;

}

#nav .act {
    border: none !important;
}

#nav li ul {
    padding-bottom: 0;
}

#nav li ul li {
    font-size: 14px;
    background-color: #eee;
    text-shadow: none !important;
}

.catalog-list {
    padding: 0;
    margin: 0;
}

.catalog-list li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 18px;
}

.catalog-list li ul {
    margin-top: 16px;
    padding-bottom: 0;
}

.catalog-list li ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

ul, ol, dl, #desc {
}

#desc {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 16px;
}

ul {
}

.hentry ul, .hentry ol {
    padding-left: 3em;
}

fieldset, img {
    border: none;
}

pre, code, tt {
    font: 1em consolas, 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

hr {
    height: .5em;
    margin: 0 0 1.5em;
    border: none;
    border-top: 2px solid #ccc;
}

sup {
    line-height: 0;
}

address {
    font-style: normal;
    float: left;
}

.address {
    padding-left: 30px !important;
    padding-right: 0px !important;
}

/*sub{background:#f00;line-height:0;font-size:.75em;}*/

/* formatting classes */
.small {
    font-size: .8em;
    line-height: 1.875;
    margin-bottom: .475em;
}

/* hentry classes */
.published {
    display: block;
    color: #888;
}

/* columns classes */
.col2 {
    margin: 0 1.5em 0 0;
}

.col2:after {
    content: "";
    display: block;
    clear: both;
}

.col {
    float: left;
}

.col2 .col {
    width: 50%;
}

.col.last {
    padding: 0 0 0 1.5em;
    margin: 0 -1.5em 0 0;
}

.cl1 {
    width: 18em;
    float: left;
}

.cl2 {
    width: 12em;
    padding: 0 0 0 1.5em;
    float: left;
}

#main {
    /* width: 940px; */
    width: 70%;
    padding: 40px 30px;

    min-width: 900px;
    max-width: 1200px;
    font-size: .875em;
    margin: 0 auto;
    text-align: left;
    /* background-color: #fff; */
    background: url(/i/opacity_bg.png);
}

#page {
    min-height: 680px;
    padding: 20px 0 1.2em;
    background-color: rgba(255, 255, 255, 0.95);
}

#page:after {
    content: "";
    display: block;
    clear: both;
}

.cntnt {
    /* width:670px; */
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.hentry {
}

.hentry ul li:before, .typo li:before {
    content: "\2014\a0";
    margin: 0 0 0 -1.2em;
}

#sidebar {
    padding-left: 0px!important;
}

#sidebar h1, h2, h3, h4 {
    font-size: 16px;
    font-weight: bold;
}

#sidebar p {
    padding: 0;
    margin: 0;
}

/* signed d-lists*/
dl {
    color: #999;
    font-family: georgia;
}

.main {
    color: #333;
    font-size: 1.25em;
    margin: 0 0 1.3em;
}

.main strong {
    display: block;
    padding: 0;
    margin: -.1em 0 0;
    font: normal 1.5em georgia, serif;
}

dt.icons, #print {
    position: relative;
    left: -20px;
    height: 15px;
    font-size: .875em;
    padding: 0 0 0 15px;
    margin: 0 20px 6px 0;
    font-family: "myriad pro", tahoma;
    background: url(/i/icons.png) no-repeat 5px;
    overflow: visible;
}

dt.icons span, #print span {
    display: block;
    min-height: 18px;
    padding: 0 0 0 5px;
    position: relative;
    top: -.2em; /*background:#fff;*/
}

dd {
    margin: 0 0 1.5em;
}

.cl1 dl dd, .cl2 dl dd {
    color: #333;
}

.phone {
    font-size: 1.3em;
    line-height: 1.1em
}

.phone .plus {
    font-size: .875em
}

.gmap {
    display: block;
    padding: 0 0 0 20px;
    background: url(../images/icons.png) -90px center no-repeat;
}

/* icons */
/*#print{background-position:-15px 0;}
#feedback .icons{background-position:-30px 0;}
#phones .icons{background-position:-45px 0;}
#downloads .icons{background-position:-60px 0;}
#reglament .icons{background-position:-75px 0;}
*/
/* forms */
#feedback {
    padding-bottom: 0
}

#feedback_f li input, #feedback_f li textarea {
    display: block;
    width: 100%;
    font-size: 1em;
}

#feedback_f ul {
    padding: 0;
}

#feedback_f ul li {
    padding: 0 0 .5em;
    color: #333;
    font-family: "myriad pro", tahoma;
}

#feedback_f li textarea {
    height: 9em;
}

/*.submit{margin:-1em 0 0;padding:0 0 .5em;}*/

#ftr {
    overflow: hidden;
    border-top: 1px solid #999;;
    padding-top: 25px;
    background-color: rgb(230, 230, 230);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

}

/* quotes, signs */
.laquo {
    margin: 0 0 0 -.5em;
}

.plus {
    margin: 0 0 0 -.7em;
}

#nav {
    padding: 0;
    margin: 0;
    width: 100% !important;
}

#nav li {
    text-align: left !important;
    padding: 0px !important;
}

#nav li a {
    padding: 6px 12px;
    display: block;
    font-weight: normal !important;
}

#nav li span {
    padding: 6px 12px;
    display: block;
    font-weight: normal !important;
}

#nav li.active a {
    color: #fff !important;
}

#nav li a:hover {
    text-decoration: none;
}

p.submit {
    padding-bottom: 5px;
}

#main table {
    border-collapse: collapse;
    border-color: #888;
    background: white;
}

#main table tr:hover {
    background-color: #faaa10;
}

.side-header {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.catalog-dirs-row {
    overflow: hidden;
    margin-bottom: 20px
}

.catalog-dir {
    float: left;
    margin-right: 3%;
    width: 30%;
    font-size: 18px;
}

.catalog-rec {
    margin-top: 7px;
    font-size: 16px;
}

.header {
    background: rgb(255, 98, 0) url("/i/gradient.png") repeat-x center;
    text-align: left;
    color: #fff;
    padding: 20px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.logo-bg {
   /* background-color: #fff; */
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.logo-bg img {

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.logo-span {
}

.logo-span a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.logo-span div {
    font-size: 18px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.header .text-span {
    font-size: 12px;
    height: 100%;
}

.header .contacts a {
    color: #fff !important;
    text-decoration: underline;
}

.header .main-phone {
    margin-top: 20px;
    margin-bottom: 0px !important;
}
.header .col-lg-3 {
    padding: 0 8px;
    padding-left: 15px;
}
.about-controls ul li {
    display: inline-block;
}

.about-controls ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 4px;
    font-size: 18px;
}

.about-controls ul li a:hover {
    color: #fff;

}

.about-controls {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.about-content.narrow .about-controls ul {
    margin: 0 auto;
}

.about-content {
    width: 100%;
    height: 390px;
    background-size: cover !important;
    position: relative;
}

.about-content.narrow {
    width: 238px;
    height: 390px;
    background-size: cover !important;
    position: relative;
    margin-right: 10px;
    margin-top: 30px;
}

.about-content>ul {
    height: 340px;
    margin: 0 0 10px 25px;
}

.about-content .tablelike {
    height: 340px;
    display: table;
    width: 100%
}

.about-content .tablecell {
    height: 340px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

.about-content>ul>li {
    color: #fff;
}

.about .main-string {
    font-size: 24px;
    line-height: 32px;
}

.sidebar-wrap {
    padding-right: 20px;
}

.sidewrap a {

}

.items-carousel .main-item {
    /*padding: 5px;*/
    box-sizing: border-box;
}

.items-carousel .main-item img {
    width: 100%;
    margin-bottom: 5px;
}

.items-carousel .main-item .main-item-info {
    /*padding: 0 10px;*/
}

.items-carousel .main-item .main-item-name {
    font-size: 22px;
    line-height: 26px;
}

.items-carousel .main-item .main-item-desc {
}

.items-carousel .main-item .btn {
    margin-bottom: 10px;
}

.valign-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.valign-content {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.copyrights {
    padding-bottom: 20px;
    padding-left: 30px !important;
}

.container {
    margin: 50px auto;
}

.carousel-caption {
    left: 5px !important;
    right: 5px !important;
}

.carousel-indicators {
    bottom: 0px !important;
}

.carousel.narrow {
    margin-top: 30px;
}

.carousel.narrow, .carousel.narrow .carousel-inner, .carousel.narrow .carousel-inner .item {
    height: auto;

}

.carousel.narrow .carousel-caption h3 {
    font-size: 18px;
}

.carousel.narrow .carousel-caption p {
    font-size: 14px;
}

.carousel.narrow img {
    height: auto !important;
    width: auto !important;
}

#desc ul {
    padding-left: 18px !important;
}

.items-carousel .main-item {
    /* margin-left: 15px;
     margin-right: 15px;*/
}

#largecarousel .item {
    height: 390px;
}

.carousel, .carousel img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.clist tr td a {
    display: block;
}

.path li {
    float: left;
    list-style: none;
	
}

.path{
    margin-left: -39px;
	padding-bottom: 10px;
}
.carousel-caption * {
    color: #fff !important;
}

.btn-primary {
    background-color: #222 !important;
    border: none !important;
}

#nav .btn a {
   /* color: #222; */
}

.main-basket .total {
    font-size: 12px;
}

.main-basket .total a {
    text-decoration: underline;
}

.total ol {
    padding-left: 16px;
    margin: 10px 0;
}

.total ol li {
    margin-bottom: 5px;
}

span.price {

}

span.price>span {
    text-decoration: line-through;
}

.old-price {
    margin-left: 10px;
    font-style: italic;
    color: #bbb;
    text-decoration: line-through;
}

.main-shop .caption p {
    font-size: 12px;
    color: rgb(102, 102, 102);
}

.main-shop .caption h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.items-carousel.row .caption {
    text-align: left;
    bottom: 0px;
}

#disc li {
    list-style: disc;
    margin-bottom: 5px;
}

.well {
}

.well .row-fluid {
    margin-left: -15px;
    margin-right: -15px;

}

.well .form-group {
    margin-bottom: 0px;
}

.catalogdirs {
    margin-bottom: 20px;
}

.ext {
    width: 135px;
    text-align: left !important;
    min-height: 34px;
}

.well .row-fluid .col-11 {
    width: 89.666667%;
}

.row-fluid .dropdown-menu {
    left: 15px;
}

#nav .btn ul {
    padding-left: 0px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: normal;
}

#largecarousel {
    margin-bottom: 20px;
}

.items-carousel.row>div {
    margin-bottom: 15px;
    padding: 0 8px;
}

.carousel-inner>.item>img {
    width: 100%;
}

.thumbnail>a>img {
    height: 98px !important;
    max-width: 168px;
}

.gallery-holder {
    background-color: #fff;
    text-align: center;
    padding: 5px;
    display: table;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gallery-holder .pic-holder {
    display: table-cell;
    vertical-align: middle;
    height: 430px;
    width: 417px;
}

.item-card .title {
    font-size: 22px;
}

.item-card .desc {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.item-card .btn-group {
    margin-bottom: 10px;
}

.item-card .input-group {
    margin-bottom: 10px;
}

.item-card .price {
    margin-bottom: 20px;
    margin-top: 30px;
}

.item-card .price .pr {
    font-size: 22px;
    display: block;
}

.item-card .price .pr>span {
    text-decoration: line-through;
}

.item-card .price .note {
    font-size: 12px;
    line-height: 16px;
    color: rgb(109, 109, 109);
    display: block
}

.thumbnail>a{
    display: block!important;
    margin: auto!important;
    text-align: center;
}

.thumbnail *{
    line-height: 16px!important;
}

.reclist .buybutton{
    position: absolute;
    bottom: 10px;
}
.reclist .caption{
    margin-bottom: 45px;
}

.humble{
    font-size: 10px;
    color: #ddd;
    display: block;
    line-height: 13px!important;
}

.cntnt h1{
    font-size: 32px!important;
}

.order-container td{
    border: none!important;
    vertical-align: middle!important;
}

.order-container .td-img{}

.order-container .td-title span{
    color: #aaa;
    font-size: 12px;
    display: block;
    line-height: 12px;
}
.order-container .td-price span{
    text-decoration: line-through;
}
.order-container .td-price{
    text-align: right;
    font-size: 12px;
    color: rgb(109,109,109);
}
.order-container .td-count{

}
.order-container .td-count input{
    height: 30px;
    width: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgb(109,109,109)!important;
    padding: 0 5px;
    box-sizing: border-box;
}
.order-container .td-sum{
    color: red;
    font-size: 18px;
    font-style: bold;
    text-align: right;

}
.order-container .td-sum span{
    text-decoration: line-through;
}
.order-container .td-delete{
    padding-right: 25px;
}

.mini-basket li{

}

.main-basket .count{
    font-size: 12px;
    color: rgb(102,102,102);
    font-weight: bold;
}
.main-basket .price{
    font-size: 12px;
    color: rgb(200,0,0);
    font-weight: bold;
}

.link-to-basket{
    color: rgb(230,59,49);
}

.dotted{
    text-decoration: dotted;
}

.post-basket a{
}

.post-basket .btn{
    margin-top: 20px;
}
.emptybasket{
    display: none;
}
.add-modal{
    position: fixed;
    top: 10px;
    right: 10px;
    background: white;
    padding: 20px 20px;
    border: 1px solid rgb(207, 207, 207);
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pic-holder img{
    max-width: 400px;
}
#goodModal .pic-holder img{
    max-width: 200px;
}

.items-carousel{
    padding: 0 6px;
}

.contacts{
    padding-left: 0px!important;
}
.header .text-span{
    padding-left: 15px!important;
}

.header .lead{
    line-height: 1;
}

.header>.col-9{
    padding-left: 30px;
    padding-right: 30px;
}

.main-shop .caption{
    position: relative;
    display: table;
    box-sizing: content-box;
}
.main-shop .caption>div{
    display: table-cell;
    vertical-align: bottom;
}

#nav li>ul>li>a:hover{
    text-decoration: underline;
}

.old-price{
    color: rgb(150,150,150);
    text-decoration: line-through;
    margin-left: 10px;
}

.pic-list img{
    width: 40px;
    cursor: pointer;
    margin: 0 7px;
}

.dirlist .thumbnail, .main-shop .thumbnail{
    border: 2px solid #000;
}
.pagenav{
    margin-top: 20px;
    overflow: hidden;
    padding-left: 0px;
}
.pagenav li{
    list-style:none;
    float: left;
    margin-left: 10px;

}
.pagenav li a{
    text-decoration: underline;
}
.pagenav li.active a{
    text-decoration: none!important;
}

.news-block{
    margin-top: 25px;
}
.news-block h4{
    margin-bottom: 3px;
}
.snews{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.snews-block{
    margin: 10px 0px;
}
.snews-date{
    font-size: 10px;
    color: #555;
}

.all-snews{
    font-size: 12px;
}
.tetydsa {
    text-align: center;
    margin-bottom: 10px;
}
.tetydsa img {
    max-width: 100%;
}
.contacts.small{
	margin-bottom:-30px;
}
#smallcarousel{
	padding-right: 20px;
}
.footer_cities {
    color: #404040;
    list-style: none;
    padding: 6px 0px 0px;
    line-height: 0;
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
    font-size: 0.833em;
    line-height: 1.300em;
}
.footer_cities li {
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: middle;
    padding: 0 0 0 26px;
    margin: 12px 0 0;
    width: 140px;
    position: relative;
}
.footer_cities img {
    position: absolute;
    left: 0;
    top: 16%;
}
.footer_cities address {
    font-style: normal;
    color: #000;
}
.footer_cities phone {
    float: left;
    top: 16px;
    left: 26px;
    position: absolute;
}
.snews-block img {
    max-height: 100px;
}
