body {
    /*font-family: 'Roboto Slab', serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
}

.home_head h1 {
    color: #2e2500;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0 0 0;
    float: right;
    position: relative;
    top: -9px;
}

.text {
    /*line-height: 23px;
    font-family: Lazurpla;*/
    line-height: 23px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
}
div#kollektiv ul li span.post {
    font-style: italic;
}
div#kollektiv ul li span {
    text-align: center;
    display: block;
}
div#kollektiv ul li span.name {
    font-weight: bold;
}
div#kollektiv ul li p {
    margin-top: 0;
}
#footer span.politika a {
    display: block;
    color: #000;
    position: absolute;
    top: 52px;
    left: 0;
}
div#kollektiv ul li {
    float: left;
    width: 200px;
    list-style: none;
    margin-right: 10px;
}
div#kollektiv {
    margin-left: -35px;
}
.content.text dl dd {
    margin-bottom: 8px;
}
.content.text dl dt {
    font-weight: bold;
    padding: 5px 0 5px 0;
}
#head-phone .num {
    position: absolute;
    right: 240px;
    font-family: 'Roboto Slab', serif;
    top: -5px;
    font-size: 14px;
    font-weight: bold;
    color: #2e2500;
}

.maps {
    margin-top: 15px;
    height: 450px;
}

.gallery a img {
    margin-top: 20px;
    margin-right: 42px;
    margin-bottom: 10px;
    display: block;
    float: left;
    border: solid 4px #fff;
}
#menu ul li ul {
    position: absolute;
    top: 41px;
    left: -3px;
	background: rgba(255,255,255,0.7);
    padding: 0;
    height: inherit;
    width: 177px;
	display:none;
}
#menu ul li:hover ul {display:block;    z-index: 9999;}
#menu ul li ul li {
    float: none;
    width: 177px;
    background: url(../img/newD/bg-fon.png);
    border-left: 2px solid;
}
#menu ul li ul li a {margin-top:0; line-height:24px; border: none;}
#menu ul li  {position:relative;}
.right_none {
    margin-right: 0px !important;
}

.rev {
    color: #333;
}

.news article {
    border-bottom: 1px solid #2e2500;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.news article a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
span.Lmenu {
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    margin: 20px 0 0 0;
    margin-left: 65px;
    font-family: Lazurpla;
    display: inline-block;
    color: #2e2500;
}

.news article a:hover {
    color: red;
}

.news article a.link {
    text-align: right;
}

.share_btn {
    margin-top: 15px;
}

#content .sign a img:hover {
    opacity: 0.8;
}

#content .sign a {
    text-transform: uppercase;
}

.add-num img {
    display: none;
}

.cart_block, .cart_block a {
    color: #333;
    text-decoration: none;
}

.shop_form {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #888;
    padding: 13px 30px 30px 30px;
    margin: 10px 0;

}

.shop_form h4 {
    margin-top: 5px;
    margin-bottom: 7px;
}

.shop_form h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.shop_form input, .shop_form select {
    width: 319px;
    height: 38px;
    background-color: #f9f8f8;
    -webkit-box-shadow: 1px 1px rgba(6, 6, 6, 0.29);
    -moz-box-shadow: 1px 1px rgba(6, 6, 6, 0.29);
    box-shadow: 1px 1px rgba(6, 6, 6, 0.29);
    border: solid 1px rgba(6, 6, 6, 0.13);
    margin-bottom: 5px;
}

.shop_form textarea {
    width: 303px;
    height: 146px;
    background-color: #f9f8f8;
    -webkit-box-shadow: 1px 1px rgba(6, 6, 6, 0.29);
    -moz-box-shadow: 1px 1px rgba(6, 6, 6, 0.29);
    box-shadow: 1px 1px rgba(6, 6, 6, 0.29);
    border: solid 1px rgba(6, 6, 6, 0.13);
    font-size: 15px;
    color: #b5afaf;
    font-family: Open Sans, sans-serif;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
}

.shop_form input, main .form textarea {
    font-size: 15px;
    color: #b5afaf;
    font-family: Open Sans, sans-serif;
    padding-left: 15px;
}

.shop_form button {
    font-size: 13px;
    color: #910000;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    background: none;
    border: none;
    border: 2px solid #910000;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
}

.shop_form button:hover {
    background: #910000;
    color: #fff;
}

.errors span {
    display: block;
    color: red;
}

.shop_form select {
    padding-left: 10px;
}

input.error, select.error {
    -webkit-box-shadow: 1px 1px red;
    -moz-box-shadow: 1px 1px red;
    box-shadow: 1px 1px red;
    border: solid 1px red;
}

label[fpr=shipping_date] {
    line-height: 20px;
}

.shop_form input[type=radio] {
    border: none !important;
    box-shadow: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.crosh {
    color: #2e2500;
    margin: 0px 0 0 250px;
    position: relative;
    top: -49px;
   /* z-index: 1;*/
}

.crosh a {
    color: #2e2500;
}

.product_info {
    height: 240px;
    overflow: hidden;
}
.content.text h2, .full_content h2  {
   /* background: url(../img/h2.png) no-repeat 50% 2px;*/
    padding-top: 40px;
   /* border-bottom: 1px solid #91443B;*/
    padding-bottom: 5px;
}
.full_content {
    color: #2e2500;
}
.full_content h2 {text-align: center;     margin-bottom: 0px;}
ul.comment_list {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.comment_list li {
    list-style: none;
    position: relative;
}

.comment_name {
    position: relative;
    float: left;
    width: 95%;
    margin: 3px 0 0 0;
    padding-left: 5%;
    font-family: Lazurpla;
    color: #414141;
    font-size: 20px;
}

.comment_name.even {
    color: #9a1824;
}

span.status {
    display: block;
    line-height: 1em;
    color: #333333;
    font-size: 15px;
}

.comment_text {
    position: relative;
    float: left;
    width: 90%;
    padding: 17px 5% 17px 5%;
    margin: 21px 0 10px 0;
    background: #FFEBCD;
    color: #2e2500;
    font-size: 13px;
    font-family: Lazurpla;
}

.comment_text:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 70px;
    width: 28px;
    height: 20px;
    background: url(../img/comment_arrow_grey.png) no-repeat;
    display: block;
}

.comment_text.even {
    background: #FFF;
    margin: 33px 0 10px 0;
    padding: 6px 4%;
    width: 92%;
}

.comment_text.even:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 57px;
    width: 44px;
    height: 23px;
    background: url(../img/comment_arrow_white.png) no-repeat;
}

ul.comment_list li ul {
    position: relative;
    float: left;
    width: 89%;
    margin-left: 5%;
}

.comment_text.even {
    background: #FFF;
    margin: 33px 0 10px 0;
    padding: 6px 4%;
    width: 92%;
}

#cart .desc {
    font-family: 'Open Sans', sans-serif;
}

.order-list li {
    margin-bottom: 7px;
}

.consult {
    width: 208px;
    position: fixed;
    right: 11px;
    top: 0px;
    text-decoration: none;
    display: none;
}

.consult .heads {
    color: #ffffff;
    cursor: pointer;
    padding: 5px 17px 9px;
    background: #910000;
    background-color: #0a456b;
    -webkit-box-shadow: 0 2px 4px #910000, inset 0 -4px 7px #DD0B0B;
    -moz-box-shadow: 0 2px 4px #910000, inset 0 -4px 7px #DD0B0B;
    box-shadow: 0 2px 4px #910000, inset 0 -4px 7px #DD0B0B;
    background-image: -webkit-linear-gradient(right, #910000, #DD0B0B);
    background-image: -moz-linear-gradient(right, #910000, #DD0B0B);
    background-image: -o-linear-gradient(right, #910000, #DD0B0B);
    background-image: linear-gradient(to left, #910000, #DD0B0B);
    font-size: 14px;
    text-align: center;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-decoration: none;
}

.modal {

    border-radius: 5px;
    width: 380px;
    background: #f1f1f1;
    padding: 0 20px 20px 20px;
    display: none;
}

.modal h2 {

    /*background: #005298; /* Old browsers
/* IE9 SVG, needs conditional override of 'filter' to 'none' 

background: -moz-linear-gradient(left,  #910000 0%, #007cc3 100%); /* FF3.6+ 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#910000), color-stop(100%,#DD0B0B)); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(left,  #910000 0%,#DD0B0B 100%); /* Chrome10+,Safari5.1+ 
background: -o-linear-gradient(left,  #910000 0%,#DD0B0B 100%); /* Opera 11.10+ 
background: -ms-linear-gradient(left,  #910000 0%,#DD0B0B 100%); /* IE10+ 
background: linear-gradient(to right,  #910000 0%,#DD0B0B 100%); /* W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#DD0B0B',GradientType=1 ); /* IE6-8 */
    background: url(../img/newD/55.jpg);
    height: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 -20px 20px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder, ::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.modal-form input[type=text], .modal-form textarea {
    width: 376px;
}

.modal-form .pure-button {
    margin: 10px 0 0 0;
}

.modal-form .warning {
    font-size: 13px;
    line-height: 140%;
    margin: 10px 0 0 0;
    color: #767676;
}

.pure-button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button {
    font-size: 100%;
    *font-size: 90%;
    *overflow: visible;
    padding: .5em 1.5em;
    color: #444;
    color: rgba(0, 0, 0, .8);
    *color: #444;
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: .1s linear -webkit-box-shadow;
    -moz-transition: .1s linear -moz-box-shadow;
    -ms-transition: .1s linear box-shadow;
    -o-transition: .1s linear box-shadow;
    transition: .1s linear box-shadow
}

.pure-button-hover, .pure-button:hover, .pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
    background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus {
    outline: 0
}

.pure-button-active, .pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset
}

.pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
    border: 0;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none
}

.pure-button-hidden {
    display: none
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: .8em;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Tahoma;
}

.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form select:focus, .pure-form textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #129FEA
}

.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
    margin: .5em 0;
    display: block
}

.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
    background: #eee;
    color: #777;
    border-color: #ccc
}

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
    color: #b94a48;
    border: 1px solid #ee5f5b
}

.pure-form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus {
    border-color: #e9322d
}

.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    border: 1px solid #ccc;
    background-color: #fff
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em;
    font-size: 90%
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    font-size: 125%;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
    display: block;
    margin: .25em 0
}

.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
    text-align: left;
    display: block;
    vertical-align: middle;

    color: red;
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 10em
}

.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px
}

.pure-form .pure-group input {
    display: block;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    position: relative;
    top: -1px
}

.pure-form .pure-group input:focus {
    z-index: 2
}

.pure-form .pure-group input:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0
}

.pure-form .pure-group input:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px
}

.pure-form .pure-group button {
    margin: .35em 0
}

.pure-form .pure-input-1 {
    width: 100%
}

.pure-form .pure-input-2-3 {
    width: 66%
}

.pure-form .pure-input-1-2 {
    width: 50%
}

.pure-form .pure-input-1-3 {
    width: 33%
}

.pure-form .pure-input-1-4 {
    width: 25%
}

.pure-form .pure-help-inline, .pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: 90%
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: 90%
}

.yellow-btn {
    background: url(../img/newD/55.jpg);
    color: #fff;
    width: 119px !important;
}

.yellow-btn:hover {
    color: #714616;
}

.modal-form input {
    margin-left: 0 !important;
}

.modal-form .warning {

    text-align: left;
}

#shopOrderForm h2 {
    margin-bottom: 20px;
}

.price_cart {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    .crosh {
        margin: 0;
        top: auto;
        display: none;
    }
}

/*
playback timings (ms):
  captures_list: 392.154
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.068
  cdx.remote: 0.078
  esindex: 0.009
  LoadShardBlock: 276.276 (3)
  PetaboxLoader3.datanode: 109.933 (5)
  PetaboxLoader3.resolve: 642.235 (3)
  load_resource: 487.156 (2)
*/