* {
    margin: 0;
    padding: 0;
}

html {
    background: none repeat scroll 0 0 #e3e3e3;
}

html,
body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
}

#wrapper-all {
    background: none repeat scroll 0 0 #ffffff;
    margin: 88px auto;
    position: relative;
    width: 1020px;
}

#wrapper {
    margin-bottom: -75px;
    min-height: 100%;
}

/* for sticky footer */
#wrapper:after {
    content: "";
    display: block;
    height: 75px;
}

#content {
    margin: 20px auto 50px;
    width: 980px;
}

/* edit for slider buttons */
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #fff;
    height: 8px !important;
    width: 8px !important;
}

#header {
    position: relative;
    z-index: 100;
}

#logo {
    height: 56px;
    position: absolute;
    top: -66px;
    width: 400px;
}

#logo a {
    background: url("/images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 56px;
    width: 400px;
}

#languages {
    position: absolute;
    right: 12px;
    top: -32px;
}

#languages a {
    float: left;
    margin: 0 0 0 7px;
}

#languages a.lv {
    background: url("/images/lv.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
    height: 32px;
    width: 24px;
}

#languages a.ru {
    background: url("/images/ru.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
    height: 32px;
    width: 28px;
}

#languages a.en {
    background: url("/images/en.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
    height: 34px;
    width: 24px;
}

#header #menu {
    background: none repeat scroll 0 0 #ffffff;
    height: 41px;
}

.mainMenu {
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
}

.mainMenu a {
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 18px;
    padding: 10px 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.mainMenu a:hover {
    color: #a60b0b;
    background: #f8f2eb;
}

.mainMenuItem {
    float: left;
    list-style-type: none;
}

.mainMenuItem:first-child {
    margin: 0 0 0 20px;
}

.subMenuItem {
    float: left;
    list-style-type: none;
    padding: 18px 3px;
}

.subMenuItemsAll {
    background: none repeat scroll 0 0 #e8e0d6;
    display: none;
    height: 74px;
    left: 0;
    position: absolute;
    top: 38px;
    width: 100%;
}

.subMenu2Item {
    float: left;
    list-style-type: none;
    padding: 25px 20px;
}

.subMenu2ItemsAll {
    background: none repeat scroll 0 0 #e0d5c7;
    display: none;
    height: 100px;
    left: 0;
    position: absolute;
    top: 74px;
    width: 100%;
}

.subMenuItem a {
    font-size: 12px;
    padding: 10px 5px;
}

.subMenu2Item a {
    padding: 16px 35px;
    text-transform: none;
}

h1 {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 22px;
}

#page-content {}



.catalog-content {
    overflow: hidden;
}

.catalog_item {
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: 280px;
    margin: 8px;
    position: relative;
    width: 229px;
}

.catalog_item h2 {
    margin-top: -300px;
    text-align: center;
}

.catalog_item div.text {
    font-size: 11px;
    margin: 10px 0 0;
    text-align: center;
}

.catalog_item .item_background {
    background: url("/images/item_hover.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}


#big_img {
    background: none repeat scroll 0 0 #fbf9f6;
    box-shadow: 0 0 3px #9a9a9a;
    float: left;
    line-height: 0;
    margin: 3px;
    padding: 2px;
    text-align: center;
    width: 400px;
}

.image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

#image_thumbnails {
    float: left;
    margin: 3px 0 0 20px;
    width: 100px;
}

#image_thumbnails img {
    max-width: 100%;
}


.catalog-item-content {
    overflow: hidden;
}

.catalog-img-thumb {
    cursor: pointer;
    line-height: 0;
    margin: 0 0 10px;
}

.catalog-item-description {
    float: left;
    font-size: 13px;
    margin: 0 14px;
    width: 320px;
}

.catalog-item-description p {
    line-height: 18px;
    margin: 0 0 6px;
}

#catalog-item-description-text {
    min-height: 150px;
}

#catalog-item-button-buy {
    margin: 20px 0 0;
    text-align: right;
}


#catalog-item-button-buy .button {
    background: none repeat scroll 0 0 #c99d6a;
    border: 1px solid #a67d4d;
    color: #352410;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#catalog-item-button-buy .button:hover {
    background: #ac8456;
    border: 1px solid #9b764b;
}

.contacts-input {}

.contact-form {
    margin: 40px 0 0;
}

.contacts-input-title {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 6px;
}

.contacts-input input[type="text"],
.contacts-input textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #bda890;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 12px;
    padding: 10px;
    width: 500px;
}

.contacts-input input[type="text"]:hover,
.contacts-input textarea:hover {
    background: #fbf8f5;
}

.contacts-input input[type="text"]:focus,
.contacts-input textarea:focus {
    background: #fbf8f5;
    border: 1px solid #8a6f4f;
}

.contacts-input input[type="text"] {}

.contacts-input textarea {
    height: 150px;
}

.contacts-submit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 #ab9376;
    border: 1px solid #614525;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    padding: 8px 25px;
    cursor: pointer;
}

.contacts-submit:hover {
    background: #9d8364;
}

.error {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #962222;
    border: 1px solid #5f0f0f;
    color: #ffffff;
    padding: 10px;
    font-size: 13px;
    margin: 3px 0;
}

.success {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #bfdeac;
    border: 1px solid #77a959;
    color: #000000;
    padding: 10px;
    font-size: 13px;
    margin: 3px 0;
}

.campaigns {
    overflow: hidden;
    padding: 10px 0 0;
}

.campaigns h2 {
    background: url("/images/campaign_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 0 0 0 10px;
}

.campaign-item {
    float: left;
    height: 268px;
    margin: 0 0 6px 21px;
    position: relative;
    text-decoration: none;
    width: 300px;
}

.campaign-price {
    background: url("/images/campaign_bg_price.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
}


.campaign_corner {
    background: url("/images/campaign_corner.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    height: 200px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 100px;
}

.campaign_corner div.best_buy {
    background: url("/images/campaign_best_buy.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    height: 101px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 50px;
}

.campaign_corner div.special {
    background: url("/images/special.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    height: 101px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 50px;
}

.campaign_corner div.sale {
    background: url("/images/sale.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    height: 101px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 50px;
}

#footer {
    background: none repeat scroll 0 0 #c8c3bd;
    font-size: 12px;
    height: 75px;
}

#footer-inside {
    margin: 0 auto;
    padding: 30px;
    width: 920px;
}

#catalog-item-colors {}

#catalog-item-colors-text {}

#catalog-item-colors-colors {
    margin: 7px 0;
    overflow: hidden;
}

.available-colors {
    float: left;
    height: 35px;
    margin: 0 2px;
    width: 35px;
}

#icons {
    float: left;
    width: 320px;
}

.icon {
    float: left;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
}

.icon h3 {
    color: #2f1e0a;
}

.icon img {
    max-height: 96px;
    max-width: 96px;
}

.menu-top-image {
    float: left;
    height: 25px;
    margin: -4px 7px 0 0;
    position: relative;
    width: 25px;
}

.menu-top-text {
    float: left;
    text-align: center;
}

.menu-top-image>img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 25px;
    max-width: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

#page-content p {
    font-size: 14px;
    line-height: 25px;
}