html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: rgba(254,254,254,1);
    color: rgb(58,58,58);
}
body.public {
    overflow-x: hidden;
}
a {
    color: #3a3a3a;
}
a:hover, a:focus {
    color: #888787;
    outline: none; 
}
h1, .h1-title {
    font-size: 2.7143em;
    margin: 25px auto;
    font-weight: normal;
    line-height: 1.1;
    color: rgb(58,58,58);
}
h2, .h2-title, .h2__title {
    font-size: 2.7143em;
    margin: 0;
    font-weight: normal;
    line-height: 1.1;
    color: rgb(58,58,58);
}
h3, .h3-title, .h3__title {
    font-size: 1.25em;
    margin: 0 auto 25px;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(58,58,58);
    text-transform: uppercase;
}
h4, .h4-title {
    font-size: 2.7143em;
    margin: 0;
    font-weight: normal;
    line-height: 1.1;
    color: rgb(58,58,58);
}
/*HEADER*/
.header-wrapper {

}
header {
    padding: 20px 0 25px;
}
@media (max-width: 991px) {
    header {
        padding: 10px 0;
    }
}
.lang-menu {
    float: none;
    display: inline-block;
    margin-right: 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-left: 5px;
}
.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 2px;
    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 10px !important;
}
.lang-menu.navbar-nav > li > a {
    padding: 5px;
    color: #363636;
    /*padding-bottom: 0;*/
}
/*
.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;
}
*/
.logo-header {
    /*border: 1px solid red;*/
    margin-top: -10px;
}
.logo-header img {
    max-width: 100%;
}
@media (max-width: 991px) {

}
.user-options {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px -4px;
    /*margin-right: 25px;*/
}
.user-options a {
    text-decoration: none;
}
.user-options__login {
    cursor: pointer;
}
.user-options__login span {
    font-size: 1.15em;
}
.user-options__login:hover {
    color: #f6b541;
}
/* SEARCH */
.header__search-show {
    display: inline-block;
    vertical-align: middle;
    /*float: right;*/
    font-size: 1.15em;
    cursor: pointer;
    margin: 0 5px -5px;
    /*color: #b91c4a;*/
}
.header__search-show:hover {
    color: #f6b541;
}
.search-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin-top: -10px;
    z-index: 2;
}
.search-wrapper__dnone {
    display: none;
}
@media(max-width: 991px) {
    .search-wrapper__dnone {
        position: inherit;
        display: block;
        margin-top: 5px;
    }
}
.search-wrapper input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    background: transparent;
    box-shadow: none;
    background: rgba(255,255,255,1);
    color: #3a3a3a;
}
.search-icon__close {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    color: #3a3a3a;
    cursor: pointer;
}
.search-icon__find {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    color: #3a3a3a;
    cursor: pointer;
}
.search-icon {
    display: table-cell;
    border: 1px solid #ade145;
    border-left: 0;
    background: rgba(173,225,69,1);
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2em;
    vertical-align: middle;
    width: 45px;
    text-align: center;
}
.search-icon .lnr {
    display: inline-block;
    margin-top: 3px;
}
/* end SEARCH */
/*end HEADER*/
/*MENU*/
@media (min-width: 768px) {
    .top-menu {
        z-index: 9;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(254,254,254,1);
        border-bottom: 1px solid #d4d4d4;
        /*padding: 15px 0 !important;
        -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 {
/*    padding: 10px 0;*/
}
.navbar-brand {
    height: auto;
    /*margin-top: 8px;*/
    padding: 0;
    line-height: 20px;
}
.navbar-brand img {
    width: 100%;
    max-width: 320px;
}
.navbar-default {
    background: #ffffff;
    border: none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #3a3a3a;
    font-weight: 600;
/*    padding: 15px 7px;*/
    padding: 5px 15px;
/*    padding-bottom: 5px;*/
    /*text-align: left;*/
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        /*border: 1px solid red;*/
        padding: 5px 10px;
    }
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f6b541;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #f6b541;
    background: transparent;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border: none;
    text-align: left;
}
.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 {
    display: table;
    border: none;
    height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.header-dropdown-menu {
    position: absolute;
/*    top: 100%;*/
    top: 50px;
    left: 0;
    z-index: 1000;
/*    display: block;*/
    display: none;
    float: left;
    min-width: 0;
    list-style: none;
    background: rgba(254,254,254,1);
/*    border: 1px solid red;*/
    -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;
}
/*
.header-dropdown-menu:hover {
    display: block;
}
*/
@media (min-width: 992px) {
    .header-dropdown-menu:after, 
    .header-dropdown-menu:before {
        position: absolute;
        width: 100vw;
        height: 100%;
        background: rgba(254,254,254,1);
        border: none;
    /*    border: 1px solid red;*/
        content: '';
        top: 0;
        bottom: 0;
    }
    .header-dropdown-menu:before {
        left: 0;
    }
    .header-dropdown-menu:after {
        right: 100%;
    }
}
.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;
}
.header-dropdown-menu__inner a {
    text-decoration: none;
    color: #000000;
}
.header-dropdown-menu__inner a:hover, 
.header-dropdown-menu__inner a:focus {
    text-decoration: none;
    color: #6b6a6a;
}
.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%;
/*    max-width: 320px;*/
}
.header-dropdown-meny__link {
    white-space: nowrap;
}
@media (max-width: 992px) {
    /*
    .nav > li > a {
        padding: 10px 0 !important;
    }
    */
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    border-radius: 0;
    float: right;
    border: none;
    padding: 7px 0 10px;
    margin-right: 0;
    margin-top: 20px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    border: none;
    background: #000000;
}
@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 230px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 20px;
    }
}
/*end MENU*/
/* CART */
.basket {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px -2px;
    font-size: 1.15em;
    /*background: url('../img/cart-icon.png') no-repeat center center;
    min-width: 32px;
    min-height: 36px;
    text-align: center;
    color: #777676;
    font-size: 1.07em;
    padding-top: 11px;
    margin-top: -10px;*/
}
.basket:hover {
    color: #f6b541;
}
.order__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__image img {
    width: 100%;
    max-width: 150px;
    min-width: 100px;
}
.order__name {
    font-size: 1.4286em;
}
.order__name a:hover {
    text-decoration: none;
}
.order__price {
    font-size: 1.4286em;
    white-space: nowrap;
}
.order__price--big {
    font-size: 1.4286em;
}
.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;
    background: rgba(246,181,65,1);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #f6b541;
    color: #ffffff;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.order__btn:hover {
    background: rgba(246,181,65,0);
    border-color: #f6b541;
    color: #f6b541;
    text-decoration: none;
    cursor: pointer;
}
.order__btn--white {
    border-color: #f6b541;
    color: #f6b541;
    padding: 10px 23px;
    background: rgba(246,181,65,0);
}
.order__btn--white:hover {
    background: rgba(246,181,65,1);
    color: #ffffff;
}
.order__itogo {
    font-size: 1.4286em;
    /*font-weight: 600;*/
}
.order__itogo .order__all-sum {
    display: inline-block;
    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__color-item {
    border: 1px solid red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.order__order-info-table-wrapper {
    display: inline-block;
}
.order__order-info-table {
    display: table;
}
.order__order-info-row {
    display: table-row;
}
.order__order-info-td {
    display: table-cell;
    padding: 5px;
}
.order__order-info-td:nth-child(2) {
    text-align: left;
    /*border: 1px solid red;*/
}
/* INPUT NUMBER */
.input-number-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.input-number {
    padding: 5px;
    margin: 0;
    color: #000000;
    height: 45px;
    line-height: 45px;
    border: 1px solid #d7d4dc;
    text-align: center;
    /*width: 75px;*/
    width: 40px;
}
.input-number-more,
.input-number-less {
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    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: -50px;
}
.input-number-less {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50px;
    /*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;
}
.number-input {
}
/* 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 0;
}
/*
.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;
    border-radius: 0;
}
.register-item input.register__input--mini {
    max-width: 320px;
    display: inline-block;
}
.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--all {
    display: inline-block;
    margin: 0 auto;
}
.select__colors-wrapper {
    position: relative;
    cursor: pointer;
    /*display:inline-block;*/
    width: 200px;
    text-align: left;
    padding: 0 5px;
    margin: 0 auto;
    border: 1px solid #dddddd;
}
.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;
}
.select__colors {
    width: 200px;
    padding: 10px 5px 0 5px;
    background: rgba(253,253,253,1);
    cursor: pointer;
    z-index: 10;
    /*float: left !important;*/
    position: absolute;
    text-align: left;
    border: 1px solid #dddddd;
    border-top: none;
}
@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*/
/*CATALOG ABOUT
.cr-bg {
    padding: 0 25px;
}
.cr-name {
    display: inline-block;
}
.cr-name a {
    color: #908f8f;
    font-size: 1.125em;
}
.cr-name:after {
    content: '/';
    padding: 0 5px;
}
.cr-name:last-child:after {
    content: '';
}
.cr-name a:hover {
    text-decoration: none;
}
/*end CATALOG ABOUT*/
/* TOVAR LIST */
.catalog-bg {
/*    margin-top: 50px;*/
}
.list-tovar__item {
    margin: 0 auto 15px;
    border: 1px solid transparent;
    /*text-align: center;*/
}
.list-tovar__image {
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.list-tovar__image img {
    max-width: 100%;
    margin: 0 auto;
    /*transition: all 1s;*/
}
.list-tovar__image img.zoom:hover {
    /*transform: scale(1.1);*/
}
.list-tovar__item:hover {
    border: 1px solid #eeeeee;
}
.list-tovar__item:hover .list-tovar__image {
    border: 1px solid transparent;
}
.list-tovar__image-link {
    display: block;
}
.list-tovar__info {
    margin-top: 10px;
    padding: 10px;
}
.list-tovar__name {
    font-size: 1.4286em;
    line-height: 1.1;
}
.list-tovar__name a:hover {
    text-decoration: none;
    color: #3a3a3a;
}
.list-tovar__name--mini {
    font-size: 0.93em;
    line-height: 1.1;
}
.list-tovar__name--mini a:hover {
    text-decoration: none;
}
.list-tovar__anons {
    margin-top: 10px;
    font-size: 1.0714em;
    font-weight: 300;
    color: #888787;
}
.list-tovar__price {
    font-size: 1.4286em;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.list-tovar__price--old {
    text-decoration: line-through;
    color: #888787;
}
.list-tovar__price--mini {
    font-size: 1.143em;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.list-tovar__labels {
    position: absolute;
    left: 0;
    top: 10px;
    text-align: left;
    z-index: 2;
} 
.list-tovar__label {
    font-size: 1.1429em;
    text-align: center;
    padding: 10px 18px;
    /*text-transform: uppercase;*/
    color: #ffffff !important;
    margin-top: 5px;
}
.list-tovar__label--isaction {
    background: rgba(254,108,108,1);
}
.list-tovar__label--isnew {
    background: rgba(156,218,159,1);
}
.list-tovar__label--istop {
    background: rgba(121,199,225,1);
}
.list-tovar__available {
    font-size: 1.0714em;
    font-weight: 300;
    color: #f6b541;
}
.list-tovar__not-available {
    font-size: 1.0714em;
    font-weight: 300;
}
.list-tovar__table {
    display: table;
    width: 100%;
}
.list-tovar__td {
    display: table-cell;
    vertical-align: middle;
}
.list-tovar__td:nth-child(2) {
    text-align: right;
}
.list-tovar__colors {
    margin: 15px 0 5px;
}
.list-tovar__color-item--wrapper {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.list-tovar__color-item {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #eeeeee;
    /*box-shadow: 0 0 1px rgba(0,0,0,0.25);*/
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    /*margin-bottom: 5px;*/
}
/* ONE TOVAR */
.one-tovar__bg {
    margin: 0 auto 25px;
}
/*
.one-tovar__sizes {
    margin: 10px auto 25px;
    cursor: pointer;
}
.one-tovar__size-item {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    display: inline-block;
    line-height: 27px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c7c7c7;
    background: rgba(253,253,253,1);
}
.one-tovar__size-item--active {
    border: 1px solid #000000;
}
*/
.one-tovar__all-about {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 300px;
    z-index: 2;
    pointer-events: none;
    padding: 0 5px;
    /*border: 1px solid red;*/
}
@media(min-width: 992px) {
    .one-tovar__all-images {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 300px;
        z-index: 2;
        padding: 0 10px;
    }
    .one-tovar__images--wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 81px;
        pointer-events: all;
        /*border: 1px solid red;*/
    }
}
.one-tovar__menu-spacer {
    height: 100px;
    /*border: 1px solid blue;*/
}
#one-tovar-menu {
    padding: 0;
    display: block;
    /*border: 1px solid red;*/
}
.one-tovar__menu {
    position: -webkit-sticky;
    position: sticky;
    top: 81px;
    /*padding: 25px 5px 0;*/
    padding: 10px 5px 0;
    background: rgba(255,255,255,1);
    pointer-events: all;
    /*border: 1px solid red;*/
}
@media(max-width: 991px) {
    .one-tovar__menu {
        top: 174px;
    }
}
.one-tovar__menu-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.one-tovar__menu-item a {
    display: block;
    text-decoration: none;
    color: #3a3a3a;
    padding: 10px 15px;
    line-height: 1.1;
    background: rgba(247,247,247,1);
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    cursor: pointer;
}
.one-tovar__menu-item:hover a {
    text-decoration: none;
    color: #3a3a3a;
}
.one-tovar__menu-item.current a {
    border-color: #dddddd;
    background: rgba(255,255,255,1);
}
.one-tovar__colors {
    margin: 10px auto 25px;
    cursor: pointer;
}
.one-tovar__color-item--wrapper {
    display: inline-block;
    text-align: center;
    width: 75px;
    vertical-align: top;
    /*border: 1px solid red;*/
}
.one-tovar__color-item--title {
    font-size: 0.9286em;
    font-weight: 300;
    line-height: 1.1;
}
.one-tovar__color-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    margin-bottom: 5px;
}
.select-color-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    cursor: pointer;
}
.select-color-item__label {
    width: 100%;
}
.select-color-item__option {
    cursor: pointer;
    width: 100%;
    /*border: 1px solid red;*/
}
.one-tovar__color-item .fa-check {
    opacity: 0;
}
.one-tovar__color-item--active .fa-check {
    opacity: 1;
    color: #000000;
    /*outline: 1px solid #000000;*/
}
.one-tovar__color-item--hide {
    opacity: 0.5;
}
.one-tovar__color-item--cursor {
    cursor: pointer;
}
#oneTovarPhotos {
    position: relative;
}
#oneTovarPhotos .owl-prev, 
#oneTovarPhotos .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;
}
#oneTovarPhotos .owl-prev:hover, 
#oneTovarPhotos .owl-next:hover {
    background: rgba(255,255,255,0.62);
}
#oneTovarPhotos .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
}
#oneTovarPhotos .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
}
#oneTovarPhotos .owl-prev .fa {
    margin-left: -2px;
    color: rgba(0,0,0,0.15);
}
#oneTovarPhotos .owl-next .fa {
    margin-right: -2px;
    color: rgba(0,0,0,0.15);
}
.one-tovar__prices {
    margin: 15px auto;
}
.one-tovar__price {
    font-size: 1.57em;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.one-tovar__price--old {
    text-decoration: line-through;
    color: #919090;
}
.one-tovat__info-strong {
    font-weight: 600;
}
.one-tovar__table {
    display: table;
    width: 100%;
}
.one-tovar__row {
    display: table-row;
}
.one-tovar__td {
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid red;*/
}
.one-tovar__td--150 {
    width: 150px;
    /*border: 1px solid red;*/
}
.one-tovar__td--left {
    text-align: left;
}
.one-tovar__td--right {
    text-align: right;
}
.one-tovar__count-wrapper {
    /*border: 1px solid red;*/
    width: 150px;
}
.one-tovar__count {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.23em;
    /*margin-left: 50px;*/
}
.one-tovar__btn {
    cursor: pointer;
    display: inline-block;
    background: rgba(246,181,65,1);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #f6b541;
    color: #ffffff;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.one-tovar__btn:hover {
    background: rgba(246,181,65,0);
    border-color: #f6b541;
    color: #f6b541;
    text-decoration: none;
}
/*
.one-tovar__btn {
    font-size: 1.4em;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    background: rgba(30,160,20,1);
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    border: 2px solid #1ea014;
    padding: 0 25px;
    line-height: 43px;
    text-transform: uppercase;
    vertical-align: middle;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.one-tovar__btn:hover {
    background: rgba(252,160,26,1);
    border: 2px solid #fca01a;
}
*/
/*
.one-tovar__btn {
    max-width: 320px;
    margin: 0 auto;
    cursor: pointer;
    background: rgba(0,0,0,1);
    font-size: 1.286em;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    padding: 17px 0 12px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.one-tovar__btn:hover {
    background: rgba(52,51,51,1);
}
*/
.one-tovar__text {
    font-size: 0.93em;
    margin: 10px auto;
}
.one-tovar__border-bottom--gray {
    border-bottom: 1px solid #d5d5d5;
}
.one-tovar__main-image img {
    max-width: 100%;
}
.one-tovar__image {
    border: 1px solid #dddddd;
}
.one-tovar__labels {
    position: absolute;
    left: 0;
    top: 20px;
    text-align: left;
    z-index: 2;
} 
.one-tovar__label {
    font-size: 1.7143em;
    text-align: center;
    padding: 10px 18px;
    /*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 25px 5px;*/
    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__available {
    font-size: 1.2143em;
    color: #f6b541;
}
.one-tovar__not-available {
    font-size: 1.2143em;
    /*color: #f6b541;*/
}
.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;
}
#oneTovarPhotos .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -40px;
    z-index: 2;
}
#oneTovarPhotos .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    padding: 0;
    background: rgba(58,58,58,0);
    border: 1px solid #3a3a3a;
    border-radius: 100%;
    opacity: 1;
}
#oneTovarPhotos .owl-controls .owl-dot.active span,
#oneTovarPhotos .owl-controls.clickable .owl-dot:hover span {
    background: rgba(58,58,58,1);
}
/* ONE TOVAR DELIVERY PAYMENT INFO */
.one-tovar__delivery-pay--bg {
    padding: 5px 15px;
    border: 1px solid #eeeeee;
}
.one-tovar__delivery-pay--item-table {
    display: table;
    width: 100%;
}
.one-tovar__delivery-pay--item-row {
    display: table-row;
}
.one-tovar__delivery-pay--item-td {
    display: table-cell;
    font-weight: 300;
    padding: 10px 0;
}
.one-tovar__delivery-pay--item-table .one-tovar__delivery-pay--item-row .one-tovar__delivery-pay--item-td:nth-child(2) {
    /*text-align: right;*/
    font-weight: normal;
    padding-left: 15px;
}
.tovar-info__title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tovar-info__text a {
    color: #f6b541;
    text-decoration: underline;
}
.tovar-info__text a:hover {
    text-decoration: none;
}
/* end ONE TOVAR DELIVERY PAYMENT INFO */
/* COMMENTS */
.one-tovar__stars-comment {
    display: table;
    width: 100%;
}
.one-tovar__comment-stars {
    display: table-cell;
    vertical-align: middle;
}
.one-tovar__comment-stars span {
    /*margin-right: 15px;*/
}
.one-tovar__comment-stars .fa-star {
    color: #fa505d;
}
.one-tovar__comment-stars .fa-star-o {
    color: #a19e9e;
}
.one-tovar__item-title .fa-star {
    color: #fa505d;
}
.one-tovar__item-title .fa-star-o {
    color: #a19e9e;
}
.one-tovar__comment-stars--name {
    /*color: #000000;*/
}
.one-tovar__comment-dt {}
.one-tovar__comment-text {
    line-height: normal;
}
.comment__table {
    display: table;
}
.comment__td {
    display: table-cell;
    vertical-align: top;
}
.comment__icon {
    margin: 0 15px 0 0;
}
.comment__bg {
    padding: 25px 50px;
    background: rgba(247,247,247,1);
}
@media(max-width: 767px) {
    .comment__bg {
        padding: 15px 15px;
    }
}
.comment__title {
    font-size: 1.5714em;
}
.comment__btn {
    display: inline-block;
    background: rgba(246,181,65,0);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #f6b541;
    color: #f6b541;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.comment__btn:hover {
    background: rgba(246,181,65,1);
    border-color: #f6b541;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
#recaptcha1 {
    float: left;
}
.comment__btn--wrapper {
    float: right;
    margin-top: 15px;
}
#tovarRating {
    display: inline-block;
}
/* end COMMENTS */
/* SPECIFICATIONS TABLE */
.table-responsive--one-tovar.table-responsive {
    border: none;
}
.table--one-tovar.table > tbody > tr > td {
    border: 2px solid #ffffff;
    padding: 10px 50px;
}
.table--one-tovar.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}
/* end SPECIFICATIONS TABLE */
/* 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;
    font-weight: 600;
}
.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;
    background: rgba(246,181,65,0);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #f6b541;
    color: #f6b541;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.podbor__btn:hover {
    background: rgba(246,181,65,1);
    border-color: #f6b541;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
/* end PODBOR */
/*NEWS & LAST NEWS */
.last-news__wrapper {
    background: rgba(247,247,247,1);
    padding: 40px 0;
    /*margin-top: 15px;*/
}
@media(max-width: 991px) {
    .last-news__wrapper {
        padding: 25px 0;
    }    
}
.last-news__item {
    margin-bottom: 20px;
    cursor: pointer;
}
.last-news__image img {
    max-width: 100%;
}
.last-news__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(189,188,188,0.6);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.last-news__item:hover .last-news__overlay {
    background: rgba(189,188,188,0);
}
.last-news__inner {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0 25px;
}
.last-news__name {
    font-size: 1.7857em;
    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;
}
*/
.last-news__btn {
    display: inline-block;
    background: rgba(246,181,65,0);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #ffffff;
    color: #ffffff;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.last-news__btn:hover {
    background: rgba(246,181,65,1);
    border-color: #f6b541;
    color: #ffffff;
    text-decoration: none;
}
.last-news__link {
    font-style: italic;
    font-size: 1.1429em;
    color: #f6b541;    
    line-height: 1.1;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}
.last-news__link:hover {
    color: #3a3a3a;
    cursor: pointer;
    text-decoration: none;
}
.news__item {
    margin-bottom: 20px;
}
.news__image img {
    max-width: 100%;
}
.news__info {
    padding: 25px;
    background: rgba(247,247,247,1);
}
.news__name {
    line-height: 1.1;
    margin: 0 0 10px;
} 
.news__name a {
    font-size: 1.7857em;
}
.news__name a:hover {
    color: #3a3a3a;
    text-decoration: none;
}
.news__anons {
    font-size: 0.93em;
}
.news__dt {
    margin: 10px 0;
    font-size: 0.93em;
    color: #6b6a6a;
}
.news__btn {
    display: inline-block;
    background: rgba(246,181,65,0);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #f6b541;
    color: #f6b541;
    margin-top: 25px;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.news__btn:hover {
    background: rgba(246,181,65,1);
    color: #ffffff;
    text-decoration: none;
}
/*end NEWS & LAST NEWS*/
/* PROFILE */
.profile__order-table-wrapper {
    border: 1px solid #d7d4dc;
    padding: 15px;
}
.profile__order-table tr:first-child td {
    font-size: 1em;
    font-weight: normal;
}
.profile__order-table tr:first-child td {
    border-top: none;
    text-transform: none;
}
.profile__order-preview {
    margin: 0 10px;
}
.profile__order-preview-item {
    display: inline-block;
    width: 100px;
    color: #7e7d7d;
    font-size: 1.2142em;
}
.profile__order-preview-number {
    color: #000000;
    width: 60px;
}
/* end PROFILE */
/*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__bg {
    /*border: 1px solid red;*/
    padding: 62px 0;
}
#slider {
    /*margin-bottom: 20px;*/
}
#slider .owl-controls {
    margin-top: 0;
}
#slider .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -40px;
    z-index: 2;
}
#slider .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    padding: 0;
    background: rgba(58,58,58,0);
    border: 1px solid #3a3a3a;
    border-radius: 100%;
    opacity: 1;
}
#slider .owl-controls .owl-dot.active span,
#slider .owl-controls.clickable .owl-dot:hover span {
    background: rgba(58,58,58,1);
}
.slider__item-wrapper {
    background: rgba(189,188,188,0.75);
    display: table;
    width: 100%;
}
.slider__td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 334px;
}
.slider__info {
    padding: 25px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 300;
}
.slider__title {
    font-size: 4em;
}
.slider__text {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 1.1892em;
    line-height: 1.4;
    font-weight: normal;
}
.slider__btn {
    display: inline-block;
    background: rgba(246,181,65,0);
    text-decoration: none;
    font-size: 1.1429em;
    text-transform: uppercase;
    font-weight: 300;
    border: 2px solid;
    border-color: #ffffff;
    color: #ffffff;
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider__btn:hover {
    background: rgba(246,181,65,1);
    border-color: #f6b541;
    color: #ffffff;
    text-decoration: none;
}
/* end SLIDER */
/* ACTION TOP TOVARS */
#actionTovars .owl-prev, 
#actionTovars .owl-next {
    background: rgba(255,255,255,0.75);
    padding: 0;
    margin: 0;
    font-size: 45px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
#actionTovars .owl-prev:hover, 
#actionTovars .owl-next:hover {
    background: rgba(255,255,255,1);
}
#actionTovars .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -25px;
    margin-top: -100px;
}
#actionTovars .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right:-25px;
    margin-top: -100px;
}
#actionTovars .owl-prev .fa {
    margin-left: -2px;
    color: rgba(0,0,0,0.15);
}
#actionTovars .owl-next .fa {
    margin-right: -2px;
    color: rgba(0,0,0,0.15);
}
#topTovars .owl-prev, 
#topTovars .owl-next {
    background: rgba(255,255,255,0.75);
    padding: 0;
    margin: 0;
    font-size: 45px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
#topTovars .owl-prev:hover, 
#topTovars .owl-next:hover {
    background: rgba(255,255,255,1);
}
#topTovars .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -25px;
    margin-top: -100px;
}
#topTovars .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right:-25px;
    margin-top: -100px;
}
#topTovars .owl-prev .fa {
    margin-left: -2px;
    color: rgba(0,0,0,0.15);
}
#topTovars .owl-next .fa {
    margin-right: -2px;
    color: rgba(0,0,0,0.15);
}
/* end ACTION TOP TOVARS */
/* 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: 75%;
    position: relative;
}
.razdel-anons__item--right {
    width: 100%;
    position: relative;
}
.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%;
    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 {
    padding: 50px 0;
    /*border-top: 1px solid #d4d4d4;*/
    background: rgba(157,157,156,1);
    color: #ffffff;
    font-size: 1.1429em;
    font-weight: 300;
}
footer a, footer a:hover {
    color: #ffffff;
}
.footer__title {
    
}
.footer-menu__item {

}
.footer-menu__item a {
    cursor: pointer;
}
.footer__phones {
    font-size: 1.375em;
}
.footer__copy, .footer__dev {
    font-size: 0.75em;
}
.social__links {
    margin-bottom: 20px;
}
.social__link {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    margin-right: 5px;
    margin-top: 5px;
}
.social__link:hover {
    text-decoration: none;
}
/*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*/
/* CALLME */
.callme__btn--show {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 100px;
    height: 100px;
    background: rgba(246,181,65,1);
    border-radius: 100%;
    line-height: 100px;
    color: #ffffff;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #f6b541;
    font-size: 3.5em;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
}
@media(max-width: 767px) {
    .callme__btn--show {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 3em;
    }
}
/* PATH */
.path-wrapper {
    border-top: 1px solid #d4d4d4;
    background: rgba(247,247,247,1);
    padding: 10px 0;
}
.path {
    font-size: 0.85em;
    color: #b6b5b5;
}
.path a {
    color: #b6b5b5;
}
/* end PATH */
/* PAGINATION && SORT */
.sort-table {
    margin: 25px auto 25px auto;
}
.pagination__top {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}
.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: #6b6a6a;
}
.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;
}
.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);
}
.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;
}
.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;}

.pt5 {padding-top:5px}
.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.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;}

.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;
}
.hid {
    pointer-events: none;
}
.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;
}
.error__text {
    color: #ff0000;
}
.ok_div, 
.div__ok, 
.ok__div {
    background: #41a62a;
    color: #ffffff;
    padding: 10px;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.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);
}
@media(min-width: 1500px) {
    .container--wide {
        width: 1470px;
    }
}
.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;
}
.comment__rating .fa {
    cursor: pointer;
}
.comment__rating .fa-star {
    color: #fa505d;
}
/*end LIMENET CONFIG*/