
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Open Sans;
    color: #333;
    font-size: 14px;
    background: #edece7 url(../i/i1.jpg);
}
@media (min-width:1200px){
    .container {
        width:980px!important;
    }
}
input[type='submit']::-moz-focus-inner {
    padding: 0;
}

button[type='submit']::-moz-focus-inner {
    padding: 0;
}

article, aside, details, figcaption, figure {
    overflow: auto;
}

nav ul, nav ol {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    list-style: none;
}

nav li {
    display: inline-block;
}
a {
    color: #df1f26;
    outline-style: none;
}

footer a {
    padding: 15px 15px 16px 15px;
    font-size: 20px;
    display:block;
    transition:all ease-in-out 0.5s;
}
footer a:hover {
    text-decoration:none;
    background-color:#d5c791;
    color:#000!important;
    transition:all ease-in-out 0s;
}
footer li {
    margin:0px;
    padding:0px;
}
footer ul, footer ol {
    margin-left: auto !important;
    margin-right: auto !important;
}

footer nav {
    text-align: center;
}

section ul, section ol {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}

section li {
    padding-bottom: 10px;
}
section li font {
    margin-left:0px;
}
.list-style-none {
    list-style: none;
}
/* h1,2,3,4... */
h1 {
    color: #333;
    font-size: 35px;
    line-height: 39px;
    font-weight: bold;
    margin: 10px 0px 15px 0px;
}

h2 {
    font-weight: bold;
    font-size: 28px;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0.4em 0em;
}

h3 {
    font-size: 24px;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0.8em 0em;
}

h4 {
    
    font-size: 20px;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0.5em 0em;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.16em;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0.5em 0em;
}

h6 {
    font-weight: bold;
    font-size: 16px;
    padding: 0em 0em 0em 0em;
    margin: 1em 0em 0.5em 0em;
}

section {
    padding: 0px;
    margin: 0px;
}

/* header1.css was here*/

/*promos*/
#promo-1 {
    background-image: url(../i/i3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1100px) {
    #promo-1 {
        background-size: auto 100%;
    }
}

@media (min-width: 1099px) {
    #promo-1 {
        background-size: 100% auto;
    }
}
/*paddings*/
.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.paddings-small {
    padding: 14px;
}


/*font colors*/
.color-white {
    color: #fff;
}

.color-gold {
    color: #b9ad8b;
}

    .color-gold:hover {
        color: #b9ad8b;
    }

/*font sizes*/
.font-size-smaller {
    font-size: 8px;
}

.font-size-small {
    font-size: 10px;
}

.font-size-normal {
    font-size: 14px;
}

.font-size-medium {
    font-size: 18px;
}

.font-size-big {
    font-size: 24px;
}

.font-size-biger {
    font-size: 38px;
}

.font-size-bigest {
    font-size: 44px;
}

/*font weights*/
.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

/*font transform*/
.lower {
    text-transform: lowercase;
}

.upper {
    text-transform: uppercase;
}

/*floats*/
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/*background-colors*/
.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

/*carousel homepage*/
#owl-carousel img {
    width:100%;
}


/*header lang list*/
.lang-list {
    display: none;
}




/*box item*/
.box-item {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.box-item-header {
    background: #d5c791;
    color: #000;
    font-weight: bold;
    padding: 14px;
    font-size: 20px;
    line-height: 24px;
}

/*page top*/
#top-arr {
    cursor: pointer;
    width: 32px;
    height: 32px;
    z-index: 30000;
    background: url(../i/toparr.png) 0 0 no-repeat;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
}


/*language select*/
#lang-select {
    width: 64px;
    height: 36px;
    margin-top: 23px;
    float: right;
    cursor: pointer;
    position: relative;
    background: url(../i/lang_main.png) no-repeat;
    background-position:0px 0px;
    color: #d5c791;
    font-weight: bold;
    padding: 5px 0 5px 8px;

}

#lang-select div {
    position: absolute;
    z-index: 1000;
    left: -18px;
    top: 36px;
    text-align: center;
    cursor: default;
    box-shadow:rgba(0,0,0,0.2) 0px 10px 20px;
}

#lang-select div div {
    position: static;
}

#lang-select div div a {
    padding: 5px 26px;
    color: #d5c791;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #d5c791;
}
#lang-select div div a:last-child {
    border-bottom: 0px dotted #d5c791;
}
#lang-select div div a:hover, #lang div div a.a {
    color: #fff;
}

/*navnar*/
.navbar-toggle {
    position:relative;
    margin-left:10px;
    top:13px;
    border:2px solid #d5c791!important;
    display:block;
}
.navbar-toggle:hover {
    cursor:pointer;
}
.navbar-toggle:hover span {
    background-color:#fff;
}
.navbar-toggle span {
    background-color:#d5c791;
}

/*logo*/
.logo {
    float:left;
}
.logo:hover {
    background-color:transparent!important;
}
.logo img {
    width:77px;
    height:77px;
}
/*menu sidebar*/
.product-image {
    position:absolute;
    z-index:1;
    right: 0px;
    bottom: 0px;
    height:500px;
    background-size:100% auto!important;
    background-position-y:100%!important;
}
/*products*/

.product h1 {
  color: #333;
  font-size: 35px;
  line-height: 39px;
  font-weight: bold;
  margin: 10px 0;
}
.product-category {
  color: #95938d;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
}

#carousel-products {
    position:relative;
    background-image: url(../i/i6_bezalk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1700px) {
    #carousel-products {
        background-size: auto 100%;
    }
}

@media (min-width: 1701px) {
    #carousel-products {
        background-size:  100% auto ;
    }
}
#owl-products {
    position:relative;
}
#owl-products img {
    width:inherit;

}
#owl-products .item {
    padding-left:30px;
    padding-right:30px;
}
#owl-products a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display:block;
  text-align:center;
}
#product-001 {
    background: url(../content/ru/0000148.png) 0 0 no-repeat;
}
@media (max-width:767px){
    .product-image {
        width:200px!important;
    }
}
@media (min-width:767px) and (max-width:991px){
    .product-image {
        width:200px!important;
    }
}
@media (min-width:992px){
    .product-image {
        width:320px!important;
    }
}
.products-icons{
    list-style:none;
    margin:20px 0px 20px 0px;
    height:100px;
}
.products-icons span {
    display:none;
}
.products-icons li.product203 {
    float: left;
    width: 24px;
    height: 90px;
    margin-right: 12px;
    cursor: pointer;
    background: url(../i/ru/product_203.png) no-repeat;
}

.products-icons li.product203:hover, .products-icons li.a {
    background-position: 0 -102px;
}

.products-icons li a {
    display: block;
    width: 24px;
    height: 90px;
}
.products-icons li.product204 {
    float: left;
    width: 24px;
    height: 90px;
    margin-right: 12px;
    cursor: pointer;
    background: url(../i/ru/product_204.png) no-repeat;
}

.products-icons li.product204:hover, .products-iconsli.a {
    background-position: 0 -102px;
}

.products-icons li a {
    display: block;
    width: 24px;
    height: 90px;
}
.products-icons li.product205 {
    float: left;
    width: 24px;
    height: 90px;
    margin-right: 12px;
    cursor: pointer;
    background: url(../i/ru/product_205.png) no-repeat;
}

.products-icons li.product205:hover, .products-icons li.a {
    background-position: 0 -102px;
}

.products-icons li a {
    display: block;
    width: 24px;
    height: 90px;
}

/*menu sidebar*/
.menu-sidebar{
	position: relative;
    margin-bottom:20px;
    min-height: 500px;
}
@media (max-width:767px){
.menu-sidebar{
    min-height: auto!important;
}
}
.menu-sidebar ul{
	margin:0px;
    padding:0px;
    width:220px;
}

.menu-sidebar h3{
	font-size: 20px;
	line-height: 23px;
	color: #000;
	margin: 0 0 15px;
}

.menu-sidebar li{
	list-style: none;
	padding: 8px 0 5px 20px;
	margin-left: 5px;
}

.menu-sidebar li.a, .menu-sidebar li:hover{
	color: #878e94;
	background: url(../i/i7.png) 0 12px no-repeat;
}

.menu-sidebar li ul{
  padding: 10px 0 10px 0 !important;
}

.menu-sidebar li ul li a{
  font-size: 13px;
}

.menu-sidebar li ul li{
  padding: 1px 0 1px 20px;
}

.menu-sidebar li ul li:hover{
	color: #878e94;
	background: url(../i/i7.png) 0 6px no-repeat;
}

.menu-sidebar li.a ul li.two-a{
	background: url(../i/i7.png) 0 6px no-repeat;
}

.menu-sidebar li.a ul li a{
	color: #000;
}

.menu-sidebar li.a ul{	
	list-style: none;
	padding: 20px 0 5px 30px;
	margin-left: 5px;
}

.menu-sidebar li a{
	color: #000;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

.menu-sidebar li.a a, .menu-sidebar li a:hover, .menu-sidebar li.a ul li.two-a a{
	color: #878e94;
}
.img-content {
    width:100%;
    margin-bottom:30px;
}
@media (min-width:768px) and (max-width:1200px){
    #product {
	background-position: top center!important;
    }
}
@media (max-width:767px){
    #product {
        background-image:none!important;
    }
}