
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic);


img {
   border: 0;
}

body {
  	font-family: serif;
    /*
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  	
    font-size: 16px;*/
  	font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;

  
    /*background-image: url('https://static.insales-cdn.com/assets/1/6794/1849994/1749102005/bg-body.png');*/
    background-position-x: center;
    background-position-y: top;
    background-repeat: repeat;
    background-attachment: fixed;
  
  background-color: #d4cfcf;
}

body input, body textarea {
    /*background-color: #c7bebe;*/
}

h1 {
  	margin: 0;
    padding: 0;
}

/*#header-lightStripe {
    -moz-box-shadow: 0 0 2px #B29E7D;
    -webkit-box-shadow: 0 0 2px #B29E7D;
    box-shadow: 0 0 2px #B29E7D;
    display: block;
    background-color: #FCF5E6;
    width: 100%;
    height: 6px;*/
a {
  text-decoration: none;
}
a:link {
  color: #3A2607;
}
a:visited {
  color: #3A2607;
}
a:hover {
  color: #497DDD; 
}
a:active {
  color: #0c9419; 
}

.podrobnee{
  	background: #59bdf5;
  	width: 140px;
  	height: 28px;
  	text-transform: uppercase;
  	padding: 0px;
  	text-align: center;
  	color: #fafafa !important;
  	display: inline-block;
  	padding-top: 12px;
  	margin-bottom: 10px;
}

.podrobnee:hover{
  	background: #0c9419;
  	width: 140px;
  	height: 28px;
  	text-transform: uppercase;
  	padding: 0px;
  	text-align: center;
  	color: #fafafa !important;
  	display: inline-block;
  	padding-top: 12px;
}

.attention {
  	padding: 20px;
    color: #FF0000;
    text-align: center;
}

.wrapper0, .content0, .footer0 {
    border: 1px solid red;
}

.wrapper {
    /*width: 940px;*/
    margin: 0 auto;
  	margin-left: 260px;
  	margin-top: 40px;
}

.header {
  	display: flex;
    width: 100%;
    height: auto;
    /*min-height: 166px !important;*/
  	background: rgba(247, 239, 212, 0.8);
    /*margin-bottom: 10px !important;*/
  	
  		background-color: #f0ecec;
  	
  	position:relative;
  	border-bottom: 1px solid #000;
    min-width: 1100px;
}

.header .logo {
    display: inline-block;
    min-height: 43px;
    width: 100%;
    left: 50%;
    top: 10px;
    max-width: 200px;
}
.clear {clear: both;}
.header .account-title {
	display: block;
    float: left;
    margin: 23px 0;
    height: 43px;
    width: 350px;
    position: relative;
  	font-size: 32px;
    text-decoration: none;
    color: #6d6a65;
    text-shadow: 1px 1px 1px #FFF;
}

.header .logo img {
  	border: 0;
  	width: 75%;
}

.header .phone {
  	float: right;
    font-size: 24px;
    margin: 36px 25px 0px 0px;
    color: #5c5a57;
}

.header .cart {
    height: auto;
    display: block;
    text-decoration: none;
    /*float: right;*/
    border: 1px solid #000000;
    color: #067F12;
    border-radius: 5px;
    background: #FFFFFF;
    /*margin: 25px 0 17px;*/
    padding: 5px 15px 10px 15px;
    position: relative;
    margin-right: 20px;
    text-align: center;
}

.header .menu {
    clear: both;
    margin-top: 90px;
  	/*background-image: -webkit-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background-image: -moz-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background-image: -ms-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background-image: -o-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
  	background-image: linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
  	-pie-background: linear-gradient(#e5e4dc 0%, #dddcd3 100%);
    border-radius: 3px;*/
}

.header .cart .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #3A2607;
    line-height: 30px;
    text-align: center;
}

.header .menu .main {
    display: block;
    margin-left: 0;
    padding: 0;
}

.header .menu .main > a,
.header .menu .main span > a {
    display: inline-block;
    list-style: none;
    margin: -1px -2px 0 0;
    outline: 0;
    height: 48px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
    text-shadow: #165A9F 0px 1px 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #7e7b77;
    z-index: 10;
}

.header .menu .main a.first {
    padding-left: 30px;
    margin-left: 0;
}

.header .menu .main > a.active,
.header .menu .main > a:hover,
.header .menu .main span > a:hover {
  	background: -webkit-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    background: -moz-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    background: -ms-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    background: -o-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    -pie-background: linear-gradient(#d6d5cc 0%, #dfded2 100%);

}

.header .menu-decor-wrap {
    height: 3px;
    border-top: 1px solid #AAA;
    margin-top: -5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /*position: absolute;*/
    opacity: 0.2;
    z-index: 1;
}

.header .menu-decor {
    height: 3px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #555;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /*width: 939px;*/
    background-color: #555;
}

.header .menu .search {
    float: right;
    margin-top: -48px;
    height: 48px;
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
  	background-color: #d6d5cc;
    opacity: 0.5;
    border-top-right-radius: 3px;
  	border-bottom-right-radius: 3px;
}

.header .menu .search input.query {
    width: 178px;
    border: 1px solid #111;
    box-shadow: #222222 0px 0px 4px 0px inset;
    border-radius: 5px;
    height: 25px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0px;
    padding: 0px 30px 0px 10px;
  background: #222222;
}

.header .menu .search input.submit {
    width: 21px;
    height: 18px;
    border: none;
    background: #222222 url("icon-search.png") no-repeat 0 50%;
    display: block;
    position: absolute;
    margin: 12px 0 0 195px;
  	cursor: pointer;
}

.aside {
    width: 255px;
    float: left;
  	padding-right: 10px;
  	padding-left: 10px;
  	/*margin-top: 40px;*/
}

.aside .categories {
  margin-top: 0px;
  border-radius: 4px 4px 0px 0px;
}

.aside .categories .title {
    /*background-image: -webkit-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background-image: -moz-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background-image: -ms-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background-image: -o-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
  	background-image: linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
  	-pie-background: linear-gradient(#e5e4dc 0%, #dddcd3 100%);*/

    border: 1px solid #000;
    border-bottom: 0px;
    background: rgba(255, 247, 212, 0.8);
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.aside .categories ul {
    border: 1px solid #f9f0f0;
    margin: 0;
    padding: 0;
}

.aside .categories ul li {
    list-style: none;
    margin: 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #cccccc;
  	background: #FFF;
    /*background: -webkit-linear-gradient(bottom, #e1e0e0 0%, #e7e7e7 100%);
    background: -moz-linear-gradient(bottom, #e1e0e0 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(bottom, #e1e0e0 0%, #e7e7e7 100%);
    background: -o-linear-gradient(bottom, #e1e0e0 0%, #e7e7e7 100%);
  	-pie-background: linear-gradient(#e7e7e7 0%, #e1e0e0 100%);*/
    padding: 10px 0 10px 30px;

}

.aside .categories ul li>a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.aside .categories ul li > a:hover {
  	color: #216bb7;/*#3e39d4;*/
}

.aside .categories ul li > a .marker {
    width: 8px;
    height: 8px;
    margin: 4px 0 0 -15px;
    border-radius: 5px;
    position: absolute;
    margin-right: 50px;

    background-color: #ddd;
    border: 1px solid #777;
    background: -moz-radial-gradient(#aaa, #216bb7); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0, center center, 100%,
                color-stop(0%,#aaa), color-stop(100%,#222)); /* Chrome, Safari4+ */
    background: -webkit-radial-gradient(#59bdf5, #222); /* Chrome 10+, Safari 5.1+ */
    background: -o-radial-gradient(#aaa, #222); /* Opera 12 */
    background: -ms-radial-gradient(#aaa, #222); /* IE10 */
    background: radial-gradient(#ddd, #777); /* CSS3 */
    -pie-background: radial-gradient( #ddd 0%, #777 100%); /* CSS3 */
}

.aside .categories ul li > a:hover .marker, .aside .categories ul li .marker.active {
    border: 1px solid #216bb7;
    background-color: #59bdf5;
    background: -moz-radial-gradient(#59bdf5, #216bb7); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0, center center, 100%,
                color-stop(0%,#59bdf5), color-stop(100%,#216bb7)); /* Chrome, Safari4+ */
    background: -webkit-radial-gradient(#59bdf5, #216bb7); /* Chrome 10+, Safari 5.1+ */
    background: -o-radial-gradient(#59bdf5, #216bb7); /* Opera 12 */
    background: -ms-radial-gradient(#59bdf5, #216bb7); /* IE10 */
    background: radial-gradient(#59bdf5, #216bb7); /* CSS3 */
}

.aside .categories .subcollection {
    border: none;
    display: none;
}

.aside .categories .subcollection.expand {
  	display: block;
}

.aside .categories .subcollection li {
    border: none;
    background: none;
    padding: 0;
    padding-left: 10px;
}

.aside .categories ul li a {
	font-weight: bold;
    line-height: 1.2;
}

.aside .categories ul li a.active {
    /*font-weight: bold;*/
  	color: #9c640f;
}

.aside .special {
    border: 1px solid #f9f0f0;
    border-radius: 3px;
    margin: 10px 0;
    background: #ddd2d2;
}

.aside .special img {
    max-width: 191px;
    height: auto;
}

.content {
  	min-width: 800px;
    margin-top: 10px;
    margin-left: 25px;
  	margin-right: 20px;
    color: #000000;
  	border-radius: 7px;
  	/*float: left;*/
  	/*width: 734px;*/
}

.content .slider-wrapper {
    border: 1px solid #f9f0f0;
    border-radius: 7px;
    /*height: 262px;*/

}
.slider-wrapper img {
   /*width: auto !important;*/
   /*display: none;*/
}

.jcarousel-wrapper {
    display: block;
    height: 160px;
    border: 1px solid #f9f0f0;
    border-radius: 7px;
    margin-top: 10px;
  	background-color: #e1dcdc;
}

.jcarousel-prev, .jcarousel-next {
    margin: 65px 10px 0 10px;
    cursor: pointer;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
    opacity: 0.8;
}

.jcarousel-prev {
    float: left;
    width: 27px;
    height: 28px;
    background: url('next-prev.png') 0 -54px no-repeat;
    overflow: hidden;
}

.jcarousel-next {
    float: right;
    width: 27px;
    height: 28px;
    background: url('next-prev.png') 0 0px no-repeat;
    overflow: hidden;
}

.jcarousel {
    float: left;
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    height: 130px;
    width: 630px;
    padding: 0px;
    margin-top: 15px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 315px;
}


/* product-block-mini (carousel) */

.product-block-mini {
    display: block;
    width: 280px;
    display: inline-block;
}

.product-block-mini .img-wrapper-mini {
    text-align: center;
    float: left;
    display: block;
}

.product-block-mini .info {
    margin-left: 120px;
    width: 190px;
}

.product-block-mini img {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    margin: 0 auto;
    padding: 4px;
    max-width: 105px;
    max-height: 120px;
}

.product-block-mini a {
    text-decoration: none;
}

.product-block-mini .title{
    clear: none;
  	color: #3e39d4;
    height: 20px;
    overflow: hidden;
    padding: 3px 0px;
    font-weight: 400;
    font-size: 18px;
}

.product-block-mini .title:hover {
    color: #515151;
}

.product-block-mini .descr {
    height: 45px;
    font-size: 11px;
    width: 190px;
}

.product-block-mini .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
  	color: #0c9419;
}

.product-block-mini input.addtocart,
.product-block-mini input.openproduct,
.theme_button{
    border: 1px solid #f2f3f3;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 8px 0px 8px;
    text-shadow: #FFFFFF 0px 1px 0px;
    height: 24px;
    color: #3A2607;

    box-shadow: 1px 1px 2px #222;
    background-color: #d2d3d3;
    background: -webkit-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -o-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    -pie-background: linear-gradient(#f3f3f3 0%, #fafafa 100%);
}

.theme_button.big {
    text-decoration: none;
    font-size: 18px;
    padding: 5px;
    margin: 10px;
  	border: 1px solid #000000;
}

.product-block-mini input.addtocart:hover,
.product-block-mini input.openproduct:hover,
.theme_button:hover {
    color: #2E86E0;
    background-color: #e2e3e3;
    background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
    background: -moz-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
    background: -ms-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
    background: -o-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
  	-pie-background: linear-gradient(#fafafa 0%, #f3f3f3 100%);
}

.product-block-mini input.addtocart.disabled:hover,
.product-block-mini input.openproduct.disabled:hover {
    background-color: #d2d3d3;
    background: -webkit-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -o-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    -pie-background: linear-gradient(#f3f3f3 0%, #fafafa 100%);
}

.content .front {
    margin-top: 10px;
}

.content .front .wrapper {
    /*border: 1px solid #CACACA;*/
    border: 1px solid #f9f0f0;
    width: 100%;
    padding: 0 10px 0 10px;
    margin: 0;
    width: 710px;
  	background:  #e1dcdc;
    color: #000000;
    border-radius: 0px 0px 4px 4px;
}

.content .front .front-title {
    background: -webkit-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background: -moz-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background: -ms-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background: -o-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
  	-pie-background: linear-gradient(#e5e4dc 0%, #dddcd3 100%);

    /*border: 1px solid #3f80c5;*/
    border-radius: 4px 4px 0px 0px;
    /*font-family: Helveticaneue;*/
    font-size: 20px;
    font-weight: 700;
    height: 38px;
    line-height: 40px;
    padding-left: 15px;
    text-align: left;
    /*color: #FFFFFF;*/
    color: #e5b2b2;
    width: 717px;
}

.content .category,
.content .page,
.content .blog {
    /*min-width: 470px;*/

}

.content .category .wrapper,
.content .page .wrapper,
.content .blog .wrapper {
    /*border: 1px solid #CACACA;    */
    border: 1px solid #f9f0f0;
    padding: 0 20px 10px 20px;
    margin: 0;
    /*width: 712px;*/
    /*min-height: 700px;*/
  	background: #e1dcdc;
    border-radius: 0px 0px 4px 4px;
}

.content .category .category-title,
.content .page .page-title,
.content .blog .blog-title {
    display: block;
    /*background: -webkit-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background: -moz-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background: -ms-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
    background: -o-linear-gradient(bottom, #dddcd3 0%, #e5e4dc 100%);
  	-pie-background: linear-gradient(#e5e4dc 0%, #dddcd3 100%);*/
  	background: rgba(255, 247, 212, 0.8);
    display: block;
    border: 1px solid #000;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 38px;
    line-height: 40px;
    padding-left: 30px;
    text-align: left;
}

.category .filter {
    /*background: #FBFBFB;*/
    border-bottom: 1px solid #D8E8E9;
    border-top: 1px solid #D8E8E9;
    margin: 10px 0px;
    padding: 10px;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    height: 29px;
}

.category .filter .sortby {
    float: left;
}

.category .filter .results {
    float: right;
}

/* product-block (front, categoty) */

.product-block {
    background: rgba(255, 247, 212, 0.8);
    border: 1px solid #000000;
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 20px 10px;
    width: 26%;
    min-width: 190px;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    min-height: 300px;
  	//max-height: 460px
}

.product-block:hover {
	/*background: #fff8b5;*/
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.47);
}

.product-block:active {
	box-shadow: inset 0 0 6px, 3px 3px 2px rgba(0, 0, 0, 0.47);
}

.product-block img {
    text-align: center;
    background: #FFFFFF;

    height: auto;
    max-width: 100%;
    width: 100%;
}

.product-block .img-wrapper {
    display: inline-block;
    height: 250px;
    width: 100%;
    max-width: 250px;
    text-align: center;
   	border: 0px solid #CACACA;
    border-radius: 0px;
  	overflow: hidden;
  	/*background: url('http://static-eu.insales.ru/images/products/1/2322/69183762/compact_ОБЛОЖКА_С_ГЕРБОМ_СССР.jpg') center center no-repeat*/
  	background-size: cover;
}

.product-block .title {
  	padding-bottom: 10px;
    display: block;
    color: #3A2607;
    overflow: hidden;
    padding-top: 10px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-block .title:hover {
    color: #0c9419;
}

.product-block .descr {
    margin: 0px 10px 10px;
    font-size: 13px;
    text-align: justify;
    font-family: Georgia;
  	height: 60px;
  
}

.product-block .price {
    color: #216BB7;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}
.product-block .price del.old-price {font-size: 80%; color: #000000; margin-top: -7px; display: block;}
.product-block #buy_form {
    border: 1px solid red;
    width: 200px;
    /*float: left;*/
    text-align: left;
    padding-bottom: 20px;
    margin-left: 250px;
}

.product-block #buy_form .selector-wrapper {
    margin-bottom: 20px;
    padding: 10px;
}
.single-option-selector {margin-left: 20px;}
.selector-wrapper {margin: 5px 0;}
.not-available {
    color: #FF0000;
}

.product-block input.addtocart,
.product-page #buy_form input.addtocart,
.product-block input.openproduct {
	border: 1px solid rgba(89, 189, 245, 0);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    width: 140px;
    color: #fff;
    padding-left: 35px;
    background: url(https://static-internal.insales.ru/files/1/4767/1888927/original/корзина.png) 12px 8px no-repeat, #59bdf5;
    background-size: 29px 25px, auto;
  
    /*box-shadow: 1px 1px 2px #222;
    background-color: #d2d3d3;
  	text-shadow: #FFFFFF 0px 1px 0px;

  	background: -webkit-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -o-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    -pie-background: linear-gradient(#f3f3f3 0%, #fafafa 100%);*/

}

.product-block input.addtocart:hover,
.product-page #buy_form input.addtocart:hover,
.product-block input.openproduct:hover {
    color: #fff;
    background: url(https://static-internal.insales.ru/files/1/4767/1888927/original/корзина.png) 12px 8px no-repeat, #0c9419;
    background-size: 29px 25px, auto;
    /*background-color: #e2e3e3;  	
    background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
    background: -moz-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
    background: -ms-linear-gradient(bottom, #f3f3f3 0%,#fafafa 100%);
    background: -o-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
  	-pie-background: linear-gradient(#fafafa 0%, #f3f3f3 100%);*/
}

.product-block input.addtocart.disabled,
.product-page #buy_form input.addtocart.disabled {
  	color: #888;
}

input.openproduct.disabled,
input.addtocart.disabled,
input.openproduct.disabled:hover,
input.addtocart.disabled:hover
{
	color: #888;
    cursor: default;
}

.product-block input.addtocart.disabled:hover,
.product-page #buy_form input.addtocart.disabled:hover {
    color: #888;
  	background: -webkit-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -moz-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    background: -o-linear-gradient(bottom, #fafafa 0%, #f3f3f3 100%);
    -pie-background: linear-gradient(#f3f3f3 0%, #fafafa 100%);
}

.footer {
    clear: both;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 10px;
    min-width: 1100px;
  	background: rgba(247, 239, 212, 0.8);
    border-top: 1px solid #000;
  	font-weight: bold;
  	text-transform: uppercase;
}

.copyright {
    margin: 15px 0;
    /*font-family: Oswald;*/
    font-size: 13px;
    font-weight: 400;
    color: #656565;
}

.copyright a {
    text-decoration: none;
    /*color: #2570BB;*/
    color: #3e39d4;
}

.copyright a:hover {
    /*color: #F278C7;*/
    color: #3e39d4;
}

.footer ul li {
    display: inline-block;
    margin-right: 10px;
  	margin-bottom: 15px;
}

.footer ul li a {
  	color: #000;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    /*background: url('bullet.png') 0 -22px no-repeat;*/
    padding-left: 10px;
}

.footer ul li a:hover {
    color: #2570bb;
    /*background: url('bullet.png') 0 5px no-repeat;*/
}

.footer ul li a:active {
    color: #0C9419;
}

.content .breadcrumbs {
	position: relative;
    bottom: 33px;
    left: -270px;
    height: 20px;
    margin-bottom: -30px;
    padding: 5px 0 5px 0;
    color: #000;
  	font-weight: bold;
}

.content .breadcrumbs a {
	/*font-weight: bold;*/
    text-decoration: none;
  	font-size: 16px;
}

.content .breadcrumbs a:hover {
    color: #216bb7;
}

.content .breadcrumbs span {
    /*color: ;*/
}

.product-page,
.cart-page {
    background-color: #FFFFFF;
    padding: 20px 10px 10px 20px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
}

.product-page .images {
    float: left;
    width: 250px;
  	margin-right:20px;
  	/*border: 1px solid #000;*/
  	margin-bottom: 10px;
  	overflow: hidden;
    object-fit: cover;
}

.product-page .images .big-image-a {
    display: block;
    width: 250px;
    height: 250px;
  text-align: center;
  vertical-align: middle;
  /*border: 1px solid #CACACA;*/
}

.product-page .images .big-image {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.product-page .images .preview-images {
  	width: 250px;
  	height: 63px;
 /*   min-height: 98px;
    margin: 20px 0px;*/
}

.product-page .preview-images img {
  	margin: 3px 0px 0px;
    width: 60px;
  	height: 60px;
    border: 0;
  	overflow: hidden;
    object-fit: cover;
}

.product-page h1, .page h1 {
    /*color: ;*/
    font-size: 22px;
    font-weight: normal;
    /*font-family: "Oswald";*/
    margin: 0;
}

.product-page .info {
    padding: 10px;
   // min-height: 390px;
}

.product-page .info .price {
    font-size: 12px;
    font-family: Arial;
  //  height: 100px;
    color: #0c9419;
margin: 10px 0;
}
.product-page .info .price del {display: block;}
.product-page .info .params {
	border-collapse: collapse;
}

.product-page .info .price #old-price-field {
  	color: #666666;
    font-style: italic;
}
.product-page .info .price p {margin: 0;}
.product-page .info .price span {
    /*font-family: "Oswald";*/
    font-size: 18px;
    /*color: #2570BB;*/
    color: #0c9419;
}
.product-page .info .price span#old-price-field {font-size: 120%;}
/*
.product-page .info #buy_form {
    width: 90px;
    float: right;
    text-align: center;
    height: 60px;
}*/

.product-page .info #buy_form input.quantity {
    width: 34px;
    height: 30px;
    font-family: "DejaVu Sans";
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #E0D8D3;
    padding: 3px;
    margin: 5px;
    text-align: center;
}

.product-page .info #buy_form input.addtocart {
    float: none;
}

.product-page .info .short-descr {
    margin-top: 10px;
}

.product-page h2 {
    display: block;
    margin: 0px 0px 10px;
    /*padding: 0px 0px 6px;*/
    color: #2570BB;
    /*color: ;*/
    /*border-bottom: 1px solid #61B2B6;
    border-bottom: 1px solid #f9f0f0;*/
    font-size: 20px;
    /*font-family: "Oswald";*/
    font-weight: 400;
}

.blog .wrapper .article {
    margin: 12px 0px 0px;
    padding: 10px 0px 20px;
    min-height: 230px;
}

.blog .article .title {
    display: block;
    margin: 5px 0px;
    font-size: 18px;
    line-height: 20px;
    /*font-family: Oswald;*/
    font-weight: 400;
    color: #515151;
    text-decoration: none;
}

.blog .article .title:hover {
    /*color: #F278C7;*/
    color: #3e39d4;
}

.blog .article .created, .blog .created {
    padding: 0px 0px 5px;
    margin: 10px 0px;
    color: #666666;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial;
  	/*width: 450px;
    float: left;*/
}

.blog .article img {
    /*float: left;*/
    margin-right: 15px;
    /*width: 235px;*/
    border: 0;
}

.blog .article .text {
    font: normal normal 400 12px/20px Arial;
    /*color: #666666;*/
    /*float: right;
    width: 400px;*/
    color: #000000;
}

.blog .article .text p {
	margin: 0;
    padding: 0;
}

.blog .article a.readmore {
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    /*font-family: "Oswald";*/
    font-size: 13px;
    line-height: 26px;
    margin: 10px 3px 3px;
    padding: 4px 10px 0px;
    text-shadow: 0px 1px 0px #676767;
    text-transform: uppercase;
    background: #1977D8;
    text-decoration: none;
}

.blog .article a.readmore:hover {
    background: #F33AB4;
}

.blog .article a.comments {
  	/*color: #666666;*/
  	color: #000000;
    float: left;
    /*margin-right: 220px;*/
}

.blog .article a.comments:hover {
    /*color: #F278C7;*/
    color: #3e39d4;
}

.blog .article table tr td {
    vertical-align: top;
}

    /*
.blog .paginate {
    margin: 20px 0px 0px;
    padding: 0px;
    clear: both;
    height: 30px;
}

.blog .paginate li {
    display: inline-block;
    float: left;
    margin: 4px;
}

.blog .paginate li a {
    text-decoration: none;
    color: #515151;
    padding: 6px 10px 3px;
    font: normal normal 400 13px/normal Oswald;
    border: 1px solid #CACACA;
}

.blog .paginate li a.active, .blog .paginate li a:hover {
    background: #636161;
    border: 1px solid #636161;
    color: #FFF;
}
*/
.pagination {
  	margin: 20px 0px 0px;
    padding: 0px;
    clear: both;
    height: 30px;
}

.pagination a {
    text-decoration: none;
    color: #515151;
    padding: 6px 10px 3px;
    font: normal normal 400 13px/normal Oswald;
    border: 1px solid #CACACA;
}

.pagination span.current_page, .pagination a:hover {
    background: #636161;
    border: 1px solid #636161;
    color: #FFF;
}

.pagination span.current_page {
    padding: 6px 10px 3px;
    font: normal normal 400 13px/normal Oswald;
    border: 1px solid #CACACA;
}

.blog .page-counter {
    color: #515151;
    float: right;
    /*font-family: "Oswald";*/
    font-size: 11px;
}

.cart-page {
}

.cart-page .title {
    /*color: #2570BB;*/
    font-weight: normal;
    color: #3A2607;/*#fc2323;*/
    margin: 0px 30px 24px;
    padding: 0px 0px 10px;
    font-size: 20px;
}

table.cart {
    border-collapse: collapse;
    width: 100%;
  	font-size: 13px;
}

table.cart thead th {
	background: rgba(255, 247, 212, 0.8);
    color: #000;
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #000;
}

table.cart tbody td {
    text-align: center;
    padding: 8px;
    border: 1px solid #000;
}

table.cart .right {
    text-align: center;
  	border-radius: 0px 4px 0px 0px;
}

table.cart .left {
    text-align: center;
  	border-radius: 4px 0px 0px 0px;
}

table.cart tbody td.center {

}

table.cart a.delete {
    vertical-align: middle;
    display: inline-block;
    background: url('https://static-internal.insales.ru/files/1/6119/1873895/original/delete-icon.png') no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 5px;
  	background-size: contain;
}

table.cart input.quantity {
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    height: 24px;
    padding: 0px 5px;
    width: 20px;
    text-align: center;
}

table.cart a.update {
    vertical-align: middle;
    display: inline-block;
    background: url('update.png') no-repeat;
    width: 20px;
    height: 22px;
}

.cart-page a.checkout {
    background: #2570bb;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
    border: 1px solid #000000;
	border-radius: 4px;
    letter-spacing: 1px;
    text-decoration: none;
}

.cart-page a.checkout:hover {
    background: #0c9419;
}

table.cart a.product {
    color: #3A2607;
    font-family: a_PresentumCps;
    font-size: 16px;
    text-decoration: none;
    padding: 10px
}

table.cart a.product:hover {
  	color: #2570bb;
}


#add_product_notification {
	background-color: #FFFFFF;
    color: #3a2607;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #000000;
}

#own_preloader {
  	z-index: 1000;
  	text-align: center;
  	vertical-align: middle;
  	font-weight: normal;
  	width:480px;
  	height:60px;
}

.hidden {
    display: none;
}



.wrap0 {
  	/*width: 1px;*/
    float: none;
    width: 1px;
}

.header .main-menu-item .arrow-submenu {
    background: url('arrow-submenu.png') right center no-repeat;
    padding: 0 10px;
}

.header .main-submenu li {
  	border-bottom: 1px solid #C9C9C9;
    list-style: none;
}

.header .main-submenu li.last {
  	border-bottom: none;
}

.header .main-submenu li a {
    display: block;
  	font-size: 13px;
    font-weight: normal;
  	color: #000;
    text-shadow: none;
  	background: url('icon-li.png') 0 11px no-repeat;
  	padding: 5px 15px;
  	width: 175px;
    text-decoration: none;
}

.header .main-submenu li a:hover {
	/*color: #2570BB;*/
    color: #3e39d4;
    background: url('icon-li.png') 0 -35px no-repeat;
}

.header .main-menu {
    list-style: none;
    margin: -1px 0 0 0;
    /*width: 650px;*/
    overflow: hidden;
    padding-left: 0px;
}

.header .main-menu > li {
    display: inline-block;
}

.header .main-menu > li:hover {
  	/*background: #49adf4;*/
  background: #dfded2;
  background: -webkit-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    background: -moz-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    background: -ms-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
    background: -o-linear-gradient(bottom, #dfded2 0%, #d6d5cc 100%);
  	-pie-background: linear-gradient(#d6d5cc 0%, #dfded2 100%);
	/*border: 1px solid red;
  	behavior: url(PIE2.htc);*/
}

.header .main-menu-item > a {
    display: block;
    margin: -1px -2px 0 0;
    outline: 0;
    height: 49px;
    padding: 0 15px;
    font-size: 16px;
    /*font-weight: 400;*/
    font-weight: 700;
    line-height: 47px;
    text-shadow: #333 0px 1px 1px;
    text-transform: uppercase;
    text-decoration: none;
    /*color: #FFFFFF;*/
    color: #7e7b77;
}

.header .main-submenu {
  	display: none;
    border: 1px solid yellow;
    position: absolute;
    color: #666666;
    margin: -7px 0 0 0;
    z-index: 10;
    font-size: 11px;
    padding: 10px 10px;
  	background: #F6F6F7;
	border: 1px solid #C9C9C9;
    border-radius: 5px;
}

#comments_link, #comments_link:visited {
  	color: #666666;
}

#comments_link:hover {
  	/*color: #F278C7;*/
    color: #3e39d4;
}

#captcha img {
    border: 0;
}

#comments ul {
  	list-style: none;
}

#comments ul li {
    margin: 20px 0 20px;
}

#comments .date {
    font-size: 12px;
  	font-style: italic;
    color: #666666;
}

#comments .comment {
	margin-top: 5px;
}

#comment_form .notice {
  	margin: 20px 0;
    /*color: #F278C7;*/
    color: #3e39d4;
    font-weight: bold;
}

#comment_form input, #comment_form textarea {
	border: 1px solid #CACACA;
    border-radius: 4px;
}

#comment_form input.fr {
  	cursor: pointer;
    margin: 20px 0;
}

.special {
  	text-align: center;
}

.page input, .page textarea {
  	border: 1px solid #CACACA;
}

#feedback_commit {
  	cursor: pointer;
}

.content-wrapper {
    border: 1px solid #f9f0f0;
    border-radius: 7px;
    margin-top: 10px;
  	background-color: #e1dcdc;
    padding: 10px;
    color: #000000;
}

.content-wrapper a {
  	color: #3e39d4;
}

#sorter span {
    display: block;
    font-size: 11px;
	padding: 4px 24px;
    border: 1px solid #EEEEEE;
  	font-weight: bold;
    cursor: default;
  	border-radius: 4px;
}

#sorter ul {
  	display: none;
    position: absolute;
    background-color: #FFF;
    padding: 10px;
    margin: 0;
    list-style: none;
	border: 1px solid #EEEEEE;
}

#sorter ul li {
    display: block;
    padding: 10px;
  	border-top: 1px solid #EEEEEE;
}

#sorter ul li.first {
  	border-top: none;
}

#sorter ul li:hover {
    background-color: #CAC9C9;
}

#sorter ul li a {
  	display: block;
  	padding: 8px 12px;
    cursor: default;
    /*margin: 10px;*/
}

#sorter ul li a:hover {
  	background-color: #777777;
    color: #FFF;
}

#sorter span:hover {
  	background-color: #777777;
    color: #FFF;
}

.seo-content {font-size: 90%; padding-top: 20px;}

.tag-filters {
  	color: #666666;
}

.tag-filters a {
	/*color: #2570BB;*/
    color: #3e39d4;
}

.tag-filters a:hover {
    text-decoration: none;
}

.tag-filters td.label {
  	text-align: right;
}

.tag-filters .tag {
  	/*color: #2570BB;*/
    color: #3e39d4;
    text-decoration: underline;
    cursor: pointer;
}

.tag-filters .tag:hover {
    text-decoration: none;
}

.strong {
  	font-weight: bold;
}

#comment_form input {
    margin-top: 3px;
}

.yashare-wraper {
  	height: 40px;
}

a.fancybox {
  	text-decoration: none;
}

.imgwrapper {
  	display: block;
    border: 1px solid #000;
    padding: 3px;
    border-radius: 3px;
    height: 100px;
    width: 100px;
    float: left;
}

#wrap{
display: none;
opacity: 0.8;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 16px;
background-color: rgba(1, 1, 1, 0.725);
z-index: 100;
overflow: auto;
}
 
#window{
width: 350px;
margin: -90px auto;
display: none;
z-index: 200;
position: fixed;
left: 0;
right: 0;
top: 50%;
bottom: 0;
}
 
.close{
margin-left: 315px;
margin-bottom: -20px;
margin-top: 4px;
cursor: pointer;
display: block;
}

input.close{
  	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
  	display: inline-block;
}

.podpisatsa{
  text-transform: uppercase;
    background: linear-gradient(to top, #0DA616 0%,#70CA66 100%);
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    word-break: break-all;
    font-size: 16px;
    line-height: 19.2px;
    color: rgb(255, 255, 255);
    border: 0px;
    height: 40px;
    margin: 10px 0;
    overflow: auto;
}

.input{
  	border-radius: 3px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    line-height: 1;
    font-family: Arial, Helvetica;
    padding: 0px 8px;
    width: 100%;
    box-sizing: border-box;
    border-image-source: none;
    border: 1px solid rgb(193, 201, 203);
    height: 40px;
    margin: 10px 0;
    background-image: none;
    background-color: rgb(255, 255, 255);
}
/* кнопка закрытия */
.close {
    top: 2px;
    right: 5px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(43, 179, 48);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: red;
}

.header-menu {
  width: 20%;
  float: left; 
  margin-top: 25px; 
  font-weight: bold;
  text-align: center;
  height: auto;
  margin-top: 25px;
}
.phones {
  display: flex;
  justify-content: center;
}

.phones__item {
  text-align: center; 
  color: #000; 
  margin-top: 0px; 
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.header-menu a {
  text-decoration: underline;
}

#add_product_notification h3 {
  margin-top: 0px; 
  padding: 5px; 
  font-weight: bold; 
  background: rgba(255, 247, 212, 0.8); 
  color: #000; 
  border-bottom: 1px solid #000; 
  border-radius: 7px 7px 0px 0px;
}
/* виджет VK */
.special-2 {
  	border: 1px solid #000000;
    margin: 10px 0;
    background: #FFFFFF;
    font-weight: bold;
}

.header-background__items {
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.header-background__item {
    margin: 0 3px;
    position: relative;
  	display: flex;
	align-items: center;
  	background-color: #f4e2c5;
}

.header-background__item--time {
    width: 300px;
}

.header-background__item--delivery {
    width: 200px;
}

.header-background__item--burn {
    width: 230px;
}

.header-background__item--assortment {
    width: 200px;
}

.header-background__item-text {
    margin: 0;
    color: black;
    font-family: serif;
    font-size: 22px;
    line-height: 23px;
    padding-top: 6px;
    padding-bottom: 6px;
  	text-align: center;
}
.product-block:hover .product-label img { 
    transform: translate(-10px, 0%);
}
.product-label img {
    max-width: 70px;
    background: transparent;
    transition: 1s;
}
.product-label { 
    position: absolute;
    top: 0;
    right: 10px;  
}
.product-block { 
    position:relative;
}

.story {
  font-family: serif;
  margin: 0 20px 20px 20px;
  text-align: justify;
}
.figcaption {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.wrapper_images {
  display: flex;
  justify-content: center;
  margin: 0;
}
  
.slider-text {
  min-height: 250px;
  display: flex;
  justify-content: space-around;
}

.header-menu__search-input {
  width: 100%;
  border-radius: 3px;
  padding: 0;
  border: 1px solid #716058;
  height: 25px;
  box-sizing: border-box;
  text-align: center;
}

.header-menu__search-button {
  width: 25px;
  height: 25px;
  border: 1px solid #716058;
  box-sizing: border-box;
  border-radius: 0 3px 3px 0;
  font-size: 0;
  margin-left: -25px;
  background-color: #857771;
  background-image: url(https://static-internal.insales.ru/files/1/4996/5239684/original/search.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header-menu__search-form {
  display: flex;
  padding-top: 12px;
  margin-bottom: 5px;
  margin-right: 20px;
}

#search_submit:hover {
  cursor: pointer;
}

.specialist {
  display: flex;
}

.specialist-block {
  text-align: center;
}

.specialist-title {
  font-size: 19px;
  padding: 0 10px;
}

.specialist-block img {
  margin: 15px;
  margin-top: 0px;
}

.specialist-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}







