html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: rgba(254,254,254,1);
    color: #292b2c;
    line-height: 1.5;
}
body.public {
    overflow-x: hidden;
}
a {
    color: #911722;
}
a:hover, a:focus {
    color: #911722;
    outline: none;
}
h1,
.h1-title {
    margin: 0;
    padding: 0;
    /*min-height: 41px;*/
    background-color: transparent;
    color: #3f0712;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}
.catalog__title-line {
    width: 65px;
    height: 2px;
    display: block;
    background-color: #3f0712;
    margin: 15px 0 0 0;
}
h2,
.h2-title {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #911722;
    margin: 15px auto 0;
}
h3,
.h3-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto 15px;
}
h4,
.h4-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}
/*HEADER*/
.header-wrapper {
    background: rgba(145,23,34,1);
}
@media (max-width: 991px) {
  .header-wrapper {
    /*border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;*/
  }
  /*.header-wrapper {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
  }*/
}
header {
    /*padding: 15px 0 10px;*/
    /*padding: 0 0 10px;*/
}
.header__phone {
    text-align: right;
    padding: 10px 0;
    /*border-bottom: 1px solid #d4d4d4;*/
    /*background: rgba(253,229,222,1);*/
    margin-bottom: 10px;
    line-height: 1.1;
}
.mainphone {
    margin-right: 20px;
}
.lang-menu {
    float: none;
    display: inline-block;
    margin-right: 0;
}
.lang-menu.nav > li > a:hover,
.lang-menu.nav > li > a:focus {
    background: transparent;
}
.lang-menu.nav .open > a,
.lang-menu.nav .open > a:hover,
.lang-menu.nav .open > a:focus {
    background: transparent;
    border: none;
}
.lang-dropdown {
    position: absolute !important;
    width: auto;
    min-width: 0;
    border-radius: 0px;
    padding: 5px 10px;
    background: rgba(254,254,254,1) !important;
/*    margin-left: 13px;*/
    border: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.15) !important;
}
.lang-dropdown > li > a {
    padding: 3px 20px !important;
}
.header__inline {
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid red;*/
}
@media(max-width: 800px) {
    .header__inline {
        /*display: block;*/
    }
    .header__inline--search {
        display: block;
    }
    .header__phone {
        text-align: center;
    }
}
/*
.header-phones,
.header-emails,
.header-search,
.header-langs {
    display: inline-block;
    vertical-align: middle;
}
*/
/*
.header-langs {
    line-height: 16px;
    margin-left: 50px;
}
@media (max-width: 340px) {
    .header-langs {
        margin-left: 30px;
    }
}
.header-langs a {
    display: inline-block;
    vertical-align: middle;
}
.header-langs a.active-lang {

}
*/
/*
.search-wrapper {
    position: relative;
}
.search-wrapper input {
    min-width: 260px;
    padding: 5px 10px;
    border: 1px solid #0289ce;
    background: transparent;
}
.search-icon {
    position: absolute;
    top: 5px;
    right: 10px;
}
*/
.search-wrapper {
    position: relative;
    /*width: 100%;*/
    /*margin-right: 25px;*/
    width: 265px;
    /*width: 450px;*/
    margin-top: 5px;
}
@media(max-width: 800px) {
    .search-wrapper {
        /*margin: 0 0 15px 0;*/
        max-width: 100%;
        width: 100%;
    }
}
.search-wrapper input {
    font-size: 1.077em;
    width: 100%;
    padding: 10px 10px;
    height: 38px;
    border: none;
    /*border-right: 0;*/
    background: rgba(255,255,255,1);
    color: #2a2a2a;
    /*border-radius: 5px 0 0 5px;*/
    /*display: table-cell;*/
    display: block;
    box-shadow: none;
}
/*.search__select {
    width: 125px;
    font-size: 1.077em;
}*/
.search-icon {
    position: absolute;
    right: 0;
    top: 8px;
/*    display: table-cell;
    border: 1px solid #cccccc;
    border-left: 0;*/
    /*background: rgba(173,225,69,0);*/
    /*border-radius: 0 5px 5px 0;*/
    padding: 0;
    /*color: #ffffff;*/
    color: #2a2a2a;
    cursor: pointer;
    font-size: 1.2em;
    vertical-align: middle;
    width: 45px;
    text-align: center;
    border-left: 1px solid #911722;
}
.search-icon .lnr {
    display: inline-block;
    margin-top: 3px;
}
.logo-header img {
    max-width: 100%;
}
/*@media(max-width: 991px) {
  .logo-header {
    text-align: center;
  }
}*/
/*@media(max-width: 767px) {*/
@media(max-width: 991px) {
  .logo-header img {
    /*height: 45px;*/
    height: 36px;
    /*height: 29px;*/
  }
}
.header__right {
  text-align: right;
}
.user-options {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    color: #ffffff;
}
@media(max-width: 767px) {
  .user-options {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
      text-align: center;
  }
  .header__right {
    text-align: center;
  }
}
/*@media(max-width: 991px) {
  .header__right {
    text-align: right;
  }
}*/
.user-options a {
    text-decoration: none;
    color: #ffffff;
}
.user-options__login {
    cursor: pointer;
}
.user-options__login span {
    font-size: 0.85em;
}
.user-options__login:hover {
    color: #ffffff;
}
/*end HEADER*/
/*MENU*/
@media (min-width: 992px) {
    .top-menu {
        z-index: 9;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
        box-shadow: 0 0 5px rgba(0,0,0,.5);
    }
}
.menu-wrapper {
}
.navbar-brand {
    height: auto;
    margin-top: 8px;
    padding: 0;
    line-height: 20px;
}
.navbar-brand img {
    width: 100%;
    max-width: 320px;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-default .navbar-nav > li:hover {
    background: rgba(145,23,34,1);
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    text-align: left;
}
.header__menu-bg .navbar-default .navbar-collapse,
.header__menu-bg .navbar-default .navbar-form {
    text-align: right;
}
.header__menu-bg .navbar-default .navbar-collapse.header__menu-pc {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background: transparent !important;
}
.header-dropdown-menu-table {
    border: none;
    height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.header-dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0;
    list-style: none;
    background: rgba(254,254,254,1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: visible;
    visibility: visible;
    box-shadow: none;
    padding-bottom: 25px;
    padding-top: 25px;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li {
        padding: 0;
        position: inherit;
    }
    .header-dropdown-menu:hover {
        display: block;
    }
    .dropdown:hover .header-dropdown-menu {
        display: block;
    }
}
@media (min-width: 992px) {
    .header-dropdown-menu:after,
    .header-dropdown-menu:before {
        position: absolute;
        width: 100vw;
        height: 100%;
        background: #f7f7f7;
        border: none;
        border-top: 5px solid #911722;
        content: '';
        top: 0;
        bottom: 0;
    }
    .header-dropdown-menu:before {
        left: 0;
    }
    .header-dropdown-menu:after {
        right: 100%;
    }
}
@media (max-width: 991px) {
    .header-dropdown-menu {
        padding: 10px 0 0;
    }
    .mobile-menu__level3 {
        margin-left: 10px;
    }
}
.header-dropdown-menu > li > a:hover,
.header-dropdown-menu > li > a:focus {
    color: #6b6a6a;
    text-decoration: none;
    background: transparent;
    margin-bottom: 5px;
}
.header-dropdown-menu__inner {
    position: relative;
    padding-left: 7px;
    min-width: 50vw;
    display: table;
    width: 100%;
}
.header-dropdown-menu__inner-item {
    display: table-cell;
    vertical-align: top !important;
}
.header-dropdown-menu__inner a {
    text-decoration: none;
    color: #911722;
    display: inline-block;
    margin-bottom: 5px;
}
.header-dropdown-menu__inner a:hover,
.header-dropdown-menu__inner a:focus {
    text-decoration: none;
    color: #911722;
}
.header-menu__cat-image {
    padding: 0 0 0 25px;
    margin-left: 25px;
    border-left: 1px solid #6b6a6a;
}
.header-menu__cat-image img {
    max-width: 100%;
}
.header-dropdown-menu__link {

}
@media (max-width: 1199px) and (min-width: 992px) {
    .nav > li > a {
        font-size: 0.85em;
    }
    .header-menu {
        padding-left: 0;
        padding-right: 0;
    }
}
.header__menu-bg {
    background: rgb(99,100,102,1);
    border-top: 2px solid #fff;
}
.header__menu--mobile-inner {
  background: rgba(255,255,255,1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    float: none;
    border: none;
    padding: 7px 0 10px;
    margin-right: 0;
    margin-top: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    border: none;
    background: #ffffff;
}
@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 230px;
    }
}
/*.icon__menu {
    display: block;
    width: 26px;
    height: 18px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2022%22%3E%3Cpath%20d%3D%22M0%200h32v2H0zM0%2010h32v2H0zM0%2020h32v2H0z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}*/
/* PRODUCT MENU */
/*.product-level__item {
	border-right: 1px solid #dcdcdc;
}*/
.product-level__title {
    border-bottom: 2px solid;
    color: #911722;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    /*width: 30%;*/
    padding: 6px 0;
}
.product-level__title a:hover {
    text-decoration: none;
}
.product-level__wrapper {
	padding-left: 50px;
}
.product-level2__wrapper {
	/*border: 1px solid red;*/
}
.product-level3__wrapper {
	/*border: 1px solid blue;*/
}
.product-level1 {
	/*font-size: 18px;
	font-weight: 600;*/
	margin: 2px 0;
	color: #911722;
	white-space: nowrap;
    text-transform: uppercase;
}
.product-level1 a {
	color: #911722;
	text-decoration: none;
}
.product-level1:hover,
.product-level1 a:hover {
	cursor: pointer;
	color: #911722;
}
.product-level2 {
	/*font-size: 18px;*/
	margin: 2px 0;
	color: #911722;
	white-space: nowrap;
    text-transform: uppercase;
}
.product-level2 a {
	color: #911722;
	text-decoration: none;
}
.product-level2:hover,
.product-level2 a:hover {
	cursor: pointer;
	color: #911722;
}
.product-level3 {
	/*font-size: 16px;*/
	margin: 2px 0;
	color: #911722;
	white-space: nowrap;
}
.product-level3 a {
	color: #911722;
	text-decoration: none;
}
.product-level3:hover,
.product-level3 a:hover {
	cursor: pointer;
	color: #911722;
}
.product-level__active,
.product-level__active a {
	color: #911722;
}
.product-level2__image img {
    max-width: 100%;
}
.product-level3__image img {
    max-width: 100%;
}
/* end PRODUCT MENU */
.menu-wrapper--mobile .navbar-default .navbar-collapse,
.menu-wrapper--mobile .navbar-default .navbar-form {
	text-align: left;
}
.header__menu--mobile .nav > li > a {
    text-transform: uppercase;
}
.product-level1__wrapper--mobile {
	padding-left: 15px;
}
.product-level2__wrapper--mobile {
	padding-left: 15px;
}
.product-level3__wrapper--mobile {
	padding-left: 15px;
}
.product-level1--mobile,
.product-level2--mobile,
.product-level3--mobile {
	margin: 10px 0;
}
/*end MENU*/
/* CART */
.basket {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
}
.order__table {
    display: table;
    overflow-x: visible !important;
}
@media(max-width: 768px) {
    .order__table {
        overflow-x: auto !important;
    }
}
.order__table tr:first-child td {
    border-top: none;
    text-transform: uppercase;
}
.order__table--border tr:first-child td {
    border-top: 1px solid #dddddd;
}
.order__table tr:last-child td {
    border-bottom: 1px solid #dddddd;
}
.order__table--border tr:last-child td {
    border-bottom: 1px solid #dddddd;
}
.order__table td {
    vertical-align: middle !important;
}
@media(max-width: 768px) {
    .order__table td {
        vertical-align: top !important;
    }
}
.order__table--block {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.order__table--block .order__table-row {
    display: table-row;
}
.order__table--block .order__table-td {
    display: table-cell;
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}
.order__table--block .order__table-th {
    display: table-cell;
    padding: 8px;
    line-height: 1.42857143;
}
.order__table .order__table-row:first-child .order__table-th {
    border-top: none;
    text-transform: uppercase;
}
.order__table .order__table-row:last-child .order__table-td {
    border-bottom: 1px solid #dddddd;
}
.order__table .order__table-td {
    vertical-align: middle !important;
}
.order__image-name {
    display: table;
}
/*@media(max-width: 768px) {
    .order__table .order__table-td {
        vertical-align: top !important;
    }
}*/
.order__image {
    display: table-cell;
    padding-right: 25px;
}
.order__image img {
    width: 100%;
    max-width: 150px;
    min-width: 100px;
}
.order__name {
    color: #911722;
    font-size: 21px;
    margin-bottom: 5px;
    max-width: 400px;
}
.order__name a:hover {
    text-decoration: none;
}
.order__name-line {
    width: 65px;
    height: 2px;
    display: block;
    background-color: #911722;
    margin-bottom: 15px;
}
.order__name-wrapper {
    display: table-cell;
    padding: 8px;
}
.order__name a:hover {
    text-decoration: none;
}
.order__price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
}
.order__price--big {
    font-size: 1.43em;
}
.order__count input {
    border: 1px solid #dddddd;
    /*width: 75px;*/
    font-weight: 600;
}
.order__delete {
    font-size: 1.43em;
    cursor: pointer;
}
.order__delete:hover {
    color: #6b6a6a;
}
.order__info {
    font-size: 0.8em;
}
.order__btn {
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    padding: 15px 30px;
    background-color: #911722;
    border: 1px solid #911722;
    margin-bottom: 20px;
    margin-top: 10px;
}
.order__btn:hover {
    color: #911722;
    border-color: #911722;
    background-color: #fff;
}
.order__itogo {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
}
.order__itogo .order__all-sum {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    margin-left: 50px;
}
.order__border--grey {
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
    margin-top: -20px;
}
@media(min-width: 992px) {
    .order__bottom-info--right {
        text-align: right;
    }
}
@media(max-width: 991px) {
    .order__bottom-info {
        text-align: center;
    }
    .order__bottom-info--right {
        margin-top: 15px;
    }
    .order__table--block .order__table-row {
        display: block;
        border: 1px solid #dddddd;
        padding: 15px;
        margin: 0 auto 25px;
        max-width: 350px;
        text-align: center;
        position: relative;
    }
    .order__table--block .order__table-row--pc {
        display: none;
    }
    .order__image-name {
        display: block;
    }
    .order__image {
        display: block;
        padding: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .order__name-wrapper {
        display: block;
    }
    .order__table--block .order__table-td {
        display: block;
        border: none !important;
    }
    .order__table--block .order__table-td.order__table-td--mobile {
        display: inline-block;
    }
    .custom-select-wrapper__size-mobile {
        min-width: 50px;
    }
    .order__delete-wrapper-mobile {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
/* INPUT NUMBER
.input-number-box {
    display: inline-block;
    position: relative;
}
.input-number {
    line-height: 30px;
    height: 30px;
    padding-right: 25px;
    padding-left: 10px;
}
.input-number-more,
.input-number-less {
    position: absolute;
    right: 8px;
    border-width: 5px;
    border-style: solid;
    cursor: pointer;
}
.input-number-more {
    top: 2px;
    border-color: transparent transparent gray transparent;
}
.input-number-less {
    bottom: 2px;
    border-color: gray transparent transparent transparent;
}
/* end INPUT NUMBER */
/* INPUT NUMBER */
.input-number-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.input-number {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    color: #000000;
    height: 34px;
    line-height: 34px;
    /*border: 1px solid #d7d4dc;*/
    border: 1px solid #dddddd;
    text-align: center;
    /*width: 75px;*/
    width: 35px;
}
.input-number-more,
.input-number-less {
    position: relative;
    cursor: pointer;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: rgba(247,247,247,1);
    text-align: center;
}
.input-number-more:hover,
.input-number-less:hover {
    background: rgba(242,241,241,1);
}
.input-number-more {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -35px;
}
.input-number-less {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -35px;
    /*border: 1px solid red;*/
}
.input-number-more:after {
    content: "+";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000000;
    font-size: 1.5em;
}
.input-number-less:after {
    content: "-";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000000;
    font-size: 1.5em;
}
/* end INPUT NUMBER */
/* CONFIRM ORDER */
.register {
    display: table;
    width: 100%;
}
.register-row {
    display: table-row;
}
.register-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 10px;
}
/*
.register-item:nth-child(1) {
    text-align: right;
}
*/
.register-item--right {
    text-align: right !important;
}
.register-item input {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 5px;
}
.register-item textarea {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 5px;
    height: 100px;
}
.register-item2 {
    max-width: 350px;
    padding: 0 0 5px;
}
.register-item2 input {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 5px;
}
.register-item2 textarea {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 5px;
    height: 100px;
}
/*
.o-add-comment {
    font-size: 0.875em;
    color: #454343;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
}
*/
.order__color-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
}
.order__total {
/*    display: inline-block;*/
    background: rgba(244,242,243,1);
}
.order__total-table-wrapper {
    display: inline-block;
}
.order__total-table {
    display: table;
}
.order__total-table-row {
    display: table-row;
}
.order__total-table-td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 25px;
}
.order__total-table .order__total-table-td:nth-child(1) {
    text-align: left;
}
.order__total .order__total-table-td {
    padding: 15px 25px;
}
/* end CONFIRM ORDER */
.select__colors-wrapper {
    position: relative;
    cursor: pointer;
    /*display:inline-block;*/
}
.select__colors-wrapper:after {
    content: "\f0dd";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 7px;
    right: 8px;
    color: #3e3e3e;
    pointer-events: none;
}
.select__colors {
    padding: 0;
/*    border: 1px solid #dddddd;*/
/*    border: 1px solid red;*/
/*    border-top: none;*/
    background: rgba(255,255,255,1);
    cursor: pointer;
    z-index: 10;
    float: left !important;
    position: absolute;
}
@media(max-width: 768px) {
    .select__colors {
        position: inherit;
    }
}
.custom-select--color {
    padding: 5px 20px 0 0 !important;
/*    height: 40px !important;*/
}
/* end CART */
/*HTML*/
.html-home-wrapper {
    padding: 25px 0 35px;
    background: rgba(242,242,242,1);
    margin: 40px auto;
}
.html-home {
    color: #888787;
}
/* end HTML */
/* TOVAR LIST */
.catalog__item {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    min-height: 370px;
    /*padding: 10px 10px 30px 10px;*/
}
.catalog-pdf__item {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #636466;
}
.catalog__info {
    padding: 10px 10px 30px 10px;
}
.catalog__image {
    border: 1px solid #911722;
    padding: 15px;
}
.catalog-pdf__image {
    padding: 0;
    border: none;
}
.catalog__image img {
    max-width: 100%;
}
.catalog__name {
    margin: 10px auto;
    color: #911722;
    font-size: 21px;
}
.catalog-pdf__name {
    text-transform: uppercase;
}
.catalog__name a:hover {
    text-decoration: none;
}
.catalog-bg {
    margin-top: 30px;
}
.tovar__item {
    border-bottom: 3px solid #dbdad5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.tovar__info {

}
.tovar__image {
    border: 2px solid #911722;
    text-align: center;
    padding: 10px;
    position: relative;
    /*height: 200px;*/
}
.tovar__image img {
    /*width: 100%;*/
    max-width: 100%;
    width: auto !important;
    height: 200px;
    margin: 0 auto;
}
.tovar__percent {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #911722;
    padding: 10px;
    color: #fff;
    z-index: 1;
}
.tovar__name {
    color: #911722;
    font-size: 21px;
    margin-bottom: 5px;
}
.tovar__name--mini {
    font-size: 16px;
}
.tovar__name a:hover {
    text-decoration: none;
}
.tovar__name-line {
    width: 65px;
    height: 2px;
    display: block;
    background-color: #911722;
    margin-bottom: 15px;
}
.tovar__text {
    margin-bottom: 10px;
}
.tovar__price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.tovar__price--old {
    text-decoration: line-through;
    line-height: 1.5;
}
.tovar__btn {
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    padding: 15px 30px;
    background-color: #911722;
    border: 1px solid #911722;
    margin-bottom: 20px;
    margin-top: 10px;
}
.tovar__btn:hover {
    color: #911722;
    border-color: #911722;
    background-color: #fff;
}
/*.list-tovar__labels {
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: left;
    z-index: 2;
}
.list-tovar__label {
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-top: 5px;
}
.list-tovar__label--isaction {
    background: rgba(247,133,149,1);
}
.list-tovar__label--isnew {
    background: rgba(156,218,159,1);
}
.list-tovar__label--istop {
    background: rgba(138,227,224,1);
}*/
/* ONE TOVAR */
.one-tovar__bg {
    /*margin: 25px auto;*/
}
.one-tovar__image {
    border: 2px solid #911722;
    text-align: center;
    padding: 10px;
    position: relative;
}
.one-tovar__image img {
    max-width: 100%;
}
.one-tovar__image--mini {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px auto;
}
.one-tovar__title {
    font-weight: 400;
    font-size: 32px;
    color: #911722;
    margin-bottom: 10px;
}
.one-tovar__name-line {
    width: 65px;
    height: 2px;
    display: block;
    background-color: #911722;
    margin-bottom: 15px;
}
/* other tovars */
#OtherTovars {
    position: relative;
}
#OtherTovars .owl-prev,
#OtherTovars .owl-next {
    background: rgba(255,255,255,0.2);
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 70px;
    width: 30px;
    height: 70px;
    text-align: center;
    border-radius: 0;
}
#OtherTovars .owl-prev:hover,
#OtherTovars .owl-next:hover {
    background: rgba(255,255,255,0.62);
}
#OtherTovars .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -70px;
}
#OtherTovars .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -70px;
}
#OtherTovars .owl-prev .fa {
    margin-left: -2px;
    color: rgba(0,0,0,0.15);
}
#OtherTovars .owl-next .fa {
    margin-right: -2px;
    color: rgba(0,0,0,0.15);
}
/* end other tovars */
/* other tovars */
#OtherTovars2 {
    position: relative;
}
#OtherTovars2 .owl-prev,
#OtherTovars2 .owl-next {
    background: rgba(145,23,34,1);
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 70px;
    width: 30px;
    height: 70px;
    text-align: center;
    border-radius: 0;
}
#OtherTovars2 .owl-prev:hover,
#OtherTovars2 .owl-next:hover {
    background: rgba(145,23,34,1);
}
#OtherTovars2 .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -70px;
}
#OtherTovars2 .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -70px;
}
#OtherTovars2 .owl-prev .fa {
    margin-left: -2px;
    color: #ffffff;
}
#OtherTovars2 .owl-next .fa {
    margin-right: -2px;
    color: #ffffff;
}
/* end other tovars */
.one-tovar__prices {
    margin: 15px auto 0;
}
.one-tovar__price {
    font-size: 20px;
    font-weight: bold;
    white-space: normal;
    line-height: 1.5;
}
.one-tovar__price--old {
    text-decoration: line-through;
    line-height: 1.5;
}
.one-tovar__btn {
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    padding: 15px 30px;
    background-color: #911722;
    border: 1px solid #911722;
    margin-bottom: 20px;
    margin-top: 10px;
}
.one-tovar__btn:hover {
    color: #911722;
    border-color: #911722;
    background-color: #fff;
    text-decoration: none;
}
.one-tovar__text {
    /*margin: 10px auto;*/
    font-size: 16px;
}
.video__image-wrap {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 56.666% 0;
}
.video__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    z-index: 0;
}
.video__image-overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    /*color: #ffffff;*/
    font-size: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.video__image-overlay i {
    margin: 0 auto;
    margin-right: -7px;
}
.video__image-play {
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 49px;
    text-align: center;
    vertical-align: middle;
    background: rgba(255,255,255,0.75);
    color: #911722;
    margin: 0 auto;
}
.video__image-overlay:hover {
    background: rgba(0,0,0,0.75);
}
/* TABS */
.one-tovar__tabs {
    margin-top: 30px;
    margin-bottom: 30px;
}
.one-tovar__tabs .nav-tabs {
    /*border-bottom: 2px solid #911722;*/
    border-bottom: none;
}
.one-tovar__tabs .nav-tabs > li {
    /*margin-bottom: -2px;*/
    margin-bottom: 0;
}
.one-tovar__tabs .nav-tabs > li > a {
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid #9c8084;
    border-bottom: none;
    color: #000000;
}
.one-tovar__tabs .tab-content {
    border: 2px solid #911722;
    /*border-top: none;*/
    padding: 20px;
    background-color: #dcddde;
}
.one-tovar__tabs .nav-tabs > li.active > a,
.one-tovar__tabs .nav-tabs > li.active > a:hover,
.one-tovar__tabs .nav-tabs > li.active > a:focus {
    color: #911722;
    cursor: default;
    background-color: #dcddde;
    border: 2px solid #911722;
    /*border-bottom: 2px solid #dcddde;*/
    border-bottom: none;
    padding: 10px 15px 12px;
    margin-bottom: -2px;
}
.one-tovar__tabs .nav > li > a:hover,
.one-tovar__tabs .nav > li > a:focus {
    text-decoration: none;
    background: none;
}
@media(max-width: 767px) {
    .one-tovar__tabs {
        margin-top: 0;
    }
    .one-tovar__tabs .tab-content {
        padding: 0;
        border: none;
        background: none;
    }
    .one-tovar__tabs .tab-content > .tab-pane {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
.one-tovar__docs-item {
    margin: 5px 0;
}
.one-tovar__specif-table {
    display: table;
}
.one-tovar__specif-row {
    display: table-row;
}
.one-tovar__specif-td {
    display: table-cell;
    line-height: 1.5;
    font-size: 16px;
}
.one-tovar__specif-row .one-tovar__specif-td:first-child {
    padding-right: 15px;
    min-width: 249px;
}
/* end TABS */
/*.one-tovar__border-bottom--gray {
    border-bottom: 1px solid #cecece;
}
.one-tovar__labels {
    position: absolute;
    right: 0;
    top: 30px;
    text-align: left;
    z-index: 2;
}
.one-tovar__label {
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 5px;
}
.one-tovar__like {
    display: block;
    max-width: 320px;
    margin: 10px auto 0;
    cursor: pointer;
    font-size: 1.286em;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 5px 0 5px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.one-tovar__like:hover {
    color: #6b6a6a;
}
.one-tovar__like .favorite__in {display: none;}
.one-tovar__like.favorit .favorite__out {display: none;}
.one-tovar__like.favorit .favorite__in {display: block;}
.one-tovar__image-preview {
    margin-bottom: 10px;
}
.one-tovar__image-preview img {
    max-width: 100%;
}
#customDots .owl-dot {
    width: 30px;
    height: 30px;
    background: #000;
}
.owl-theme .owl-controls .item-link {
    position: relative;
    display: block;
    width: 80px;
    height: 40px;
    margin: 0 2px;
    border-bottom: 4px solid #ccc;
    outline: none;
}

.owl-theme .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;
}

.owl-theme .owl-controls .active .item-link {
    border-bottom: 4px solid #cc4895;
}*/
/* end ONE TOVAR */
/* end TOVAR LIST */
/* PODBOR */
.podbor__bg {
    margin-bottom: 40px;
}
.podbor__cat-level1__name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.podbor__cat-level1__name a:hover {

}
.podbor__cat-level2 {
    margin-bottom: 10px;
}
.podbor__cat-level3__name {
    padding-left: 15px;
}
.podbor__current-cat {
    text-decoration: underline;
}
.podbor__title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.podbor__item-title {
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    padding-top: 10px;
/*    margin-bottom: 10px;*/
    line-height: 1.1;
}
.podbor__item-title__one-tovar {
    border-bottom: none;
}
.podbor__item-title--first {
    border-top: 1px solid #cecece;
}
.specification__title {
    position: relative;
    cursor: pointer;
}
.specification__title:after {
/*    content: "\f068";*/
    content: "\2013";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 9px;
    right: 7px;
    color: #000000;
}
.specification__title-close:after {
/*    content: "\f067";*/
    content: "\002b";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 10px;
    right: 5px;
    color: #000000;
}
.specification__item {
    line-height: 1.1;
}
.specification__item input {
    vertical-align: bottom;
}
.specification__item--inline {
    display: inline-block;
    margin-right: 5px;
}
.podbor__btn {
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    padding: 15px 30px;
    background-color: #911722;
    border: 1px solid #911722;
    margin-bottom: 20px;
    margin-top: 10px;
}
.podbor__btn:hover {
    color: #911722;
    border-color: #911722;
    background-color: #fff;
}
@media(max-width: 767px) {
  .podbor__items {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .podbor__item {
    position: relative;
    /*border: 1px solid red;*/
    display: table-cell;
    border-top: 1px solid #cecece;
    width: 50%;
  }
  .podbor__item:first-child {
    border-right: 1px solid #cecece;
  }
  .podbor__item-title.specification__title {
    text-align: center;
    vertical-align: middle;
  }
  .podbor__item-title.specification__title::after {
    display: none;
  }
  .specification__info {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,1);
    z-index: 2;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
  }
}
/* end PODBOR */
/*NEWS & LAST NEWS */
.last-news__wrapper {
    background: rgba(248,248,248,1);
    padding: 10px 0 25px;
    margin-top: 15px;
}
.last-news__item {
    margin-bottom: 20px;
}
.last-news__image img {
    max-width: 100%;
}
.last-news__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(131,131,131,0.6);
}
.last-news__inner {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0 25px;
}
.last-news__name {
    font-size: 2em;
    color: #ffffff;
    line-height: 1.1;
}
.last-news__name a,
.last-news__name a:hover {
    color: #fefefe;
    text-decoration: none;
}
.last-news__btn {
    display: inline-block;
    border: 2px solid #fefefe;
    background: rgba(248,248,248,0);
    color: #fefefe;
    margin: 15px 0 0 0;
    padding: 12px 23px;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 1.143em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.last-news__btn:hover {
    background: rgba(248,248,248,0.3);
    color: #fefefe;
    text-decoration: none;
}
.news__image img {
    max-width: 100%;
}
.news__name {
    line-height: 1.1;
    margin: 10px 0;
}
.news__name a {
    font-size: 1.43em;
}
.news__name a:hover {
    text-decoration: none;
}
.news__anons {
    font-size: 0.93em;
}
.news__dt {
    margin: 10px 0;
    font-size: 0.93em;
    color: #6b6a6a;
}
/*end NEWS & LAST NEWS*/
/*ALL WORK
.all-work-item {
    cursor:pointer;
}
#all-work .owl-prev, #all-work .owl-next {background:none; padding:0; margin:0; font-size:60px; line-height:60px;}
#all-work .owl-prev {position:absolute; top:50%; left:54px; margin-top:-30px;}
#all-work .owl-next {position:absolute; top:50%; right:54px; margin-top:-30px;}
#all-work .owl-pagination {
    position:absolute;
    bottom:10px;
    left:50%;
}
#all-work .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#all-work .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background:transparent;
    border:1px solid #3a3a3a;
}

#all-work .owl-controls .owl-page.active span,
#all-work .owl-controls.clickable .owl-page:hover span {
    background: rgba(58,58,58,1);
}
.all-work-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 10px;
}
.all-work-info {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
}
.all-work-info-wrapper {
    display: table;
    width: 50%;
    height: 100%;
}
.all-work-info-inner {
    display: table-cell;
    vertical-align: middle;
}
.all-work-name {
    font-weight: 300;
    font-size: 5em;
    line-height: 60px;
}
.all-work-txt {
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 30px auto;
}
@media (max-width: 992px) {
    .all-work-name {
        font-size: 4em;
        line-height: 50px;
    }
    .all-work-txt {
        margin: 25px auto;
    }
}
.all-work-btn a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 3px 35px;
    border: 2px solid rgba(154,202,60,1);
    text-transform: uppercase;
    background: rgba(154,202,60,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 28px;
}
.all-work-btn a:hover {
    background: rgba(154,202,60,0);
    color: rgba(154,202,60,1);
}
/*end ALL WORK*/
/* SLIDER */
#slider {
    margin-bottom: 20px;
}
/*#slider .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 2;
}*/
/*#slider .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    background: rgba(255,255,255,1);
    border-radius: 100%;
    opacity: 1;
}
#slider .owl-controls .owl-dot.active span,
#slider .owl-controls.clickable .owl-dot:hover span {
    background: rgba(176,176,178,1);
}*/
.slider__nav-wrapper {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 1;
    text-align: right;
    /*border: 1px solid red;*/
}
/*#slider .owl-controls {
    margin: 0;
}*/
.slider__nav-wrapper .owl-next,
.slider__nav-wrapper .owl-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: rgba(145,23,34,1);
    border: 1px solid #911722;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
}
.slider__nav-wrapper .owl-next:hover,
.slider__nav-wrapper .owl-prev:hover {
    background: rgba(255,255,255,1);
    color: #911722;
}
.slider__info-wrapper {
    /*position: absolute;
    top: 50px;*/
    width: 100%;
    text-align: right;
    padding: 50px 0 100px;
    /*border: 1px solid red;*/
}
.slider__info {
    display: inline-block;
    max-width: 350px;
    padding: 25px;
    background: rgba(255,255,255,0.8);
    text-align: left;
    line-height: 1.1;
}
.slider__title {
    font-size: 34px;
    color: #911722;
    font-weight: bold;
    margin-bottom: 10px;
}
.slider__title-line {
    width: 50px;
    background: rgba(145,23,34,1);
    height: 2px;
    margin-bottom: 25px;
}
.slider__text {
    color: #4d4d4f;
}
.slider__link {
    display: block;
}
/* end SLIDER */
/* RAZDEL ANONS */
.razdel-anons__item-wrapper {
    overflow: hidden;
}
.razdel-anons__item {
    transition: all 1s;
}
.razdel-anons__item-wrapper:hover .razdel-anons__item.zoom {
    transform: scale(1.05);
}
.razdel-anons__item--left {
    width: 100%;
    /*padding-bottom: 56.25%;*/ /* 16:9 */
    padding-bottom: 75%; /* 4:3 */
    position: relative;
/*    border: 1px solid red;*/
}
.razdel-anons__item--right {
    width: 100%;
    position: relative;
/*    border: 1px solid blue;*/
}
.razdel-anons__image img {
    max-width: 100%;
}
.razdel-anons__info {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.razdel-anons__td {
    display: table-cell;
    vertical-align: middle;
}
.razdel-anons__td:nth-child(2) {
    text-align: right;
}
.razdel-anons__link span {
    white-space: nowrap;
}
.razdel-anons__title {
    font-size: 2em;
    line-height: 1.1;
    font-weight: 600;
}
.razdel-anons__link {
    line-height: 1.1;
}
.razdel-anons__link a {
    color: #464545;
    text-transform: uppercase;
}
.razdel-anons__link a:hover {
    text-decoration: none;
    color: #6b6a6a;
}
@media(max-width: 768px) {
    .razdel-anons__info {
        display: block;
    }
    .razdel-anons__td {
        display: block;
    }
    .razdel-anons__td:nth-child(2) {
        text-align: left;
    }
    .razdel-anons__title {
        font-size: 1.5em;
        margin-bottom: 5px;
    }
}
/* end RAZDEL ANONS */
/* RAZDEL ANONS 2 */
.razdel-anons2__item-wrapper {
    overflow: hidden;
}
.razdel-anons2__item {
    width: 100%;
    padding-bottom: 175%; /* 9:16 */
    position: relative;
    transition: all 1s;
}
.razdel-anons2__item-wrapper:hover .razdel-anons2__item.zoom {
    transform: scale(1.05);
}
.razdel-anons2__title {
    margin: 10px auto 20px;
    font-size: 2em;
    line-height: 1.1;
    text-align: center;
}
.razdel-anons2__title a,
.razdel-anons2__title a:hover {
    text-decoration: none;
    color: #000000;
}
/* end RAZDEL ANONS 2 */
/*FOOTER*/
footer {
    color: #ffffff;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #ffffff;
}
.footer__info {
    text-align: right;
}
.footer__header {
    background: rgba(145,23,34,1);
}
.footer__top {
    background: rgba(99,100,102,1);
    padding: 50px 0;
}
.footer__bottom {
    background: rgb(77,77,79,1);
    padding: 10px 0;
}
@media(max-width:992px) {
    .footer__info {
        text-align: left;
    }
}
.footer__title {
    font-weight: 600;
    margin-bottom: 25px;
}
@media(max-width:992px) {
    .footer__title {
        margin-bottom: 10px;
    }
}
.footer-menu__item {
    margin: 0 auto 5px;
    line-height: 1.1;
}
.footer-menu__item a {
    cursor: pointer;
}
.social__links {
    padding: 10px 0;
}
.social__link {
    font-size: 1.5em;
    display: inline-block;
    margin-left: 10px;
}
.social__link:hover {
    text-decoration: none;
}
.cc__items  {
  margin-bottom: 20px;
}
.cc__items i {
  font-size: 1.7em;
  display: inline-block;
  margin-left: 5px;
}
/*end FOOTER*/
/* FEEDBACK */
.register-question {
    max-width: 350px;
}
.register-question .register-row input, .register-question .register-row textarea {
    border: 1px solid rgba(0,0,0,0.15);
    background: transparent;
    width: 100%;
    padding: 3px 10px;
    margin: 5px auto;
}
.register-question input {
    line-height: 28px;
}
.register-question .t-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 3px 35px;
    border: 2px solid rgba(154,202,60,1);
    text-transform: uppercase;
    background: rgba(154,202,60,1);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 28px;
}
.register-question .t-btn:hover {
    background: rgba(154,202,60,0);
    color: rgba(154,202,60,1);
}
.register-question .register-row textarea {
    height: 100px;
}
.qa-question {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    font-weight: normal;
    color: #3a3a3a;
    font-size: 1.14em !important;
}
.qa-question:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
}
.qa-answer {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    color: #888787;
}
.ui-state-active {
    color: #0289ce;
}
.qa-question.ui-state-active:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
}
.qa-question .ui-icon {
    display: none;
}
/*end FEEDBACK*/
/* PATH */
.path-wrapper {
    margin-top: 15px;
    /*border-top: 1px solid #d4d4d4;
    background: rgba(249,249,249,1);*/
    padding: 10px 0;
}
.path {
    /*font-size: 0.85em;*/
    /*color: #911722;*/
}
.path a {
    color: #911722;
}
/* end PATH */
/* PAGINATION && SORT */
/*.sort-table {
    margin: 25px 50px 25px auto;
}
.catalog__new .sort-table {
    margin-top: 0;
}
.pagination__top {
    display: inline-block;
    vertical-align: middle;
    margin-left: 100px;
}*/
.pagination > li > a,
.pagination > li > span {
    position: relative;
    display: inline-block;
    float: none;
    padding: 0 2px;
    text-decoration: none;
    background: transparent;
    color: #000000;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #911722;
}
.pagination .lnr-chevron-left,
.pagination .lnr-chevron-right {
    font-size: 0.7em;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    text-decoration: underline;
    color: #911722;
}
/*.sort-table .btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 1em;
    margin-top: -4px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #c7c7c7;
    border-radius: 0;
}*/
/* end PAGINATION && SORT */
/*POP UP FORM*/
.os-form {
    width: 100%;
    max-width: 380px;
    min-width: 320px;
    background: rgba(255,255,255,1);
    padding: 35px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    color: rgb(0,0,0);
}
.os-btn {
    display: inline-block;
    padding: 0px 35px;
    height: 35px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    background: #71b901;
    line-height: 35px;
    color: #ffffff;
    margin: 5px auto 15px;
    font-weight: normal;
}
.os-btn__link__wrapper {
    display: table;
    width: 100%;
}
.os-btn__link {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    font-weight: 300;
/*    color: #4c4d4d;*/
    cursor: pointer;
    text-align: left;
}
.os-btn__link-register {
    text-align: right;
}
.os-title {
/*    color: #196cb8;*/
    text-transform: uppercase;
    margin: 0 auto 25px;
    line-height: 1.1;
    text-align: center;
}
.os-form input {
    background: rgba(255,255,255,1);
    width: 100%;
    padding: 5px 10px;
    height: 34px;
    border: 1px solid #dddddd;
    margin: 3px auto 7px;
}
.os-form textarea {
    background: rgba(255,255,255,1);
    width: 100%;
    padding: 10px;
    height: 100px;
    border: 1px solid #dddddd;
    line-height: 1.1;
    margin: 5px auto;
}
.os-form input[type="radio"] {
    width: auto;
    height: auto;
    line-height: 1.1;
    vertical-align: middle;
}
.os-form input[type="checkbox"] {
    width: auto;
    height: auto;
    line-height: 1.1;
    vertical-align: middle;
}
.top-close-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    margin: 0;
    cursor: pointer;
    color: #a2a3a4;
    font-size: 1.285em;
}
.os-register {
    display: table;
    width: 100%;
    font-weight: 300;
    color: #4c4d4d;
}
.os-register-td {
    display: table-cell;
    vertical-align: top;
}
.os-grey-line {
    margin: 25px auto;
    border-top: 1px solid #dad9d5;
}
/*end POP UP FORM*/
/*LIMENET CONFIG*/
.custom-select-wrapper {
    position: relative;
    /*display:inline-block;*/
}
.custom-select-wrapper:after {
    content: "\f0dd";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top:3px;
    right:15px;
    color: #3e3e3e;
    pointer-events: none;
}
.custom-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*height: 32px;*/
    padding: 5px 10px 5px 5px;
    border: 1px solid #dddddd;
    background:rgba(255,255,255,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
    position:relative;
    cursor:pointer;
}
.relative {position:relative;}
.clear {clear:both;}
.red_bord {border:1px solid red !important;}

.pt20 {padding-top:20px}
.pt25 {padding-top:25px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}
.pb25 {padding-bottom:25px}

.pl20 {padding-left:20px}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb5 {margin-bottom:5px;}
.mb6 {margin-bottom:6px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.hide-item {
    visibility: hidden;
}
.about-admin {
    /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
    width:100%;
}
img.width100 {
    max-width:100%;
    width:100%;
}
.error_div {
    background: #ff0000;
    color: #ffffff;
    padding: 10px;
}
.ok_div {
    background: #41a62a;
    color: #ffffff;
    padding: 10px;
}
.no-padding {
    padding:0;
}
.dnone {
    display: none;
}
.lightboxME {
    display: none;
    position: absolute;
    padding: 20px;
/*    background:#212123;*/
    margin: 0 auto;
    color: #ffffff;
    font-size: 1em;
}
.cart__message-bg {
    background: #212123;
    padding: 20px;
}
.grey-line {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    vertical-align: top;
}
.col-centered-middle {
    display:inline-block;
    float:none;
    /*text-align:left;*/
    margin-right:-4px;
    vertical-align: middle;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
label {
    font-weight: normal;
}
/*end LIMENET CONFIG*/
