* {
    font-family: 'PT Sans', 'PT Sans Narrow', sans-serif;
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
    background-color: #f7f7f7;
    padding: 5px;
    box-shadow: 0 0px 0px rgba(150,150,150,.6);
    text-align:center;
}

body {
    font-size: 150%;
    background-color: #f7f7f7;
}


a.logo {
    background-color: maroon;
    color: white;
    display: block;
    font-size: 45px;
    font-weight: bold;
    text-decoration: none;
    font-stretch: ultra-condensed;
}

.logo_title {
    text-align: center;
    font-weight: 400;
    padding-top: 10px;
    font-size: 18px;
}

.row.slim {
    margin-left: 0;
    margin-right: 0;
}

.row.slim > [class^="col-"], .slim > [class*=" col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.slim5 {
    margin-left: 0;
    margin-right: 0;
}

.row.slim5 > [class^="col-"], .slim5 > [class*=" col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #666;
}

.row.slim5 > div:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



#logo a {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

#logo a img {
    width: 100%;
    height: 70px;
    background-color: green;
}

.container {
    /*width: 100%;*/
}

tr.hide-row td{
    color: silver;
    text-decoration: line-through;
}

span.visit-style {
    color: gray;
}

a.hdr_link {
    color: black;
}

#hdr {
    font-size: 16px;
}

/*upmenu-line*/

#upmenu-line {
    text-align: center;
}
#upmenu-line i {
    font-size: 40px;
    margin-bottom: 10px;
}
#upmenu-line a {
    color: darkblue;
}
#upmenu-line a:hover {
    color: #FF8C00;
}
#upmenu-line .col-md-2 {
    border: 1px solid darkblue;
    /*height: 140px;*/
    /*padding: 20px 10px;*/
    margin-bottom: 10px;
}

#upmenu-line i {
    display: none;
}

@media (min-width: 768px) {  }

@media (min-width: 992px) {
    #upmenu-line i { display: block; }

    #upmenu-line .col-md-2 {
        height: 140px;
        padding: 20px 10px;
        margin-bottom: 20px;
        border: 1px solid darkblue;
        border-top-width: 2px;
        border-bottom-width: 2px;
    }

    #upmenu-line .col-md-2:first-child {
        border-left-width: 2px;
    }
    #upmenu-line .col-md-2:last-child {
        border-right-width: 2px;
    }

}

@media (min-width: 1200px) {  }

/***********************************/
hr {
    margin-top: 0;
    border-top: 2px solid #eee;
}

a {
    color: #333;
}

h1 {
    font-size: 34px;
}

h1, h2, h3 {
    margin-bottom: 20px;
    font-family: 'pt sans caption';
    font-weight: bold;
}

.thumbnail {
    border: 0;
}

.btn-group-vs > .btn .btn-xs {
    font-size: 14px;
    font-weight: 700;
}




.item-news a {
    color: #333;
}

.item-news-0,
.item-news-1,
.item-news-2
{
    display: none;
}




.goods-count-minus,
.goods-count-plus {
    cursor: pointer;
}













.news-item {
    padding: 5px 5px 10px 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px dotted silver;*/
    background-color: #eeeeee;
}

.news-item.mark {
    background-color: #b4dbed;
}

.news-item .date {
    display: inline-block;
    border-right: 1px solid gray;
    padding-right: 10px;
    margin-right: 10px;
    color: gray;
    vertical-align: top;
}

.news-item .date .day {
    font-size: 36px;
    display: inline-block;
}

.news-item .date .my {
    display: inline-block;
}

.news-item .date .my .month {
    text-align: center;
}

.news-item .news {
    display: inline-block;
    vertical-align: top;
}

.news-item .news .title {
    font-size: 150%;
}

.bcSmall * {
    font-size: 14px;
}

#all-container {
    background-color: white;
    border-left: 0px solid gray;
    border-right: 0px solid gray;
    height: 100%;
}

ul.catalogmenu li {
    background-color: #f3f3f3;
    border-left: 6px solid darkgrey;
    border-bottom: 2px solid antiquewhite;
}

ul.catalogmenu li.item:hover {
    /*background-color: orange;*/
    border-left: 6px solid orange;
    border-bottom: 2px solid orange;
}

ul.catalogmenu.nav>li.nobg>a:hover {
    background-color: transparent !important;
}

#menu_catalog a {
    color: #444444 !important;
    font-size: 15px;
}



/* UPMENU */
nav.upmenu {
    margin-bottom: 0px;
}

nav.upmenu ul {
    padding: 5px;
    margin: 0;
    list-style: none;
}

nav.upmenu ul li {
    display: inline-block;
    text-align: center;
    padding: 0 5px 5px 0;
}

nav.upmenu ul li:last-child {
    padding: 0;
}

nav.upmenu ul li a {

    display: block;
    background-color: white;
    color: #333;
    text-decoration: none;
    text-transform:  uppercase;
    border-radius: 4px;
    font-size: 14px;
}

nav.upmenu ul li a.orange {
    background-color: darkorange;
}

nav.upmenu ul li a:hover {
    background-color: #eeeeee;
    color: black;
}


div.upmenu22 a {

    display: block;
    background-color: white;
    color: #333;
    text-decoration: none;
    text-transform:  uppercase;
    border-radius: 4px;
    font-size: 14px;
}

div.upmenu22 a.orange {
    background-color: darkorange;
}

div.upmenu22 a:hover {
    background-color: #eeeeee;
    color: black;
}

/* UPMENU */


/*upline-news*/
.upline-news {
    background: linear-gradient(-120deg, lightblue, lightskyblue, lightblue);
    margin-top: 0px;
    padding: 3px;
    margin-bottom: 10px;
    color: white;
}

.upline-news a.close-marquee {
    float: right;
    color: white;
}

.upline-news marquee {
    float: left;
    width: 99%;
}

.colSlim {
    padding: 5px !important;
}
.descrItem {
    height:85px;
    overflow:hidden;
    text-align:center;
}

.descrItem .descr {
    font-size: 14px;
}

.dopdisabled label { color: silver; }



.radio_input_block label {
    padding: 5px;
}

.radio_prop {
    border: 2px solid white;
    padding: 10px;
    border-radius: 5px;
}

input.radio_input {
    display: none;
}


input.radio_input + .radio_prop {
    border-color: #eeeeee;
}

input.radio_input:checked + .radio_prop {
    border-color: darkorange;
    background-color: antiquewhite;
}


.header_block {
    background: linear-gradient(-120deg, lightgrey, whitesmoke, lightgrey);
    border-radius: 5px 30px 5px 30px;
    border: 6px double white;
    padding: 5px 5px 5px 20px;
}


.price-lists {
    text-align: center;
}

.price-lists a {
    color: blue;
}


a.msg_link {
    border: 1px solid silver;
    display: block;
    padding: 7px;
    border-radius: 7px;
    text-decoration: none;
    margin-bottom: 10px;
}

a:hover.msg_link {
    border: 1px solid navy;
}









.loader,
.loader:before,
.loader:after {
    background: #999;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.loader:before {
    left: -1.5em;
}
.loader {
    text-indent: -9999em;
    margin: 8em auto;
    position: relative;
    font-size: 12px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}
