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(0,0,0);
}

body.public {
    overflow-x: hidden;
}

a {
    /*color: #000000;*/
    color: #6b6a6a;
}

a:hover, a:focus {
    color: #6b6a6a;
    outline: none;
    text-decoration: underline;
}

h1, .h1-title {
    font-size: 2.143em;
    margin: 25px auto;
    font-weight: normal;
    line-height: 1.1;
    color: rgb(0,0,0);
    text-align: center;
}

h1.catalog__title {
    font-size: 2.143em;
    margin: 25px auto;
    color: rgb(0,0,0);
}

h1.one-tovar__title {
    font-size: 2.143em;
    margin: 0 auto 25px;
    color: rgb(0,0,0);
    text-align: left;
}

h2, .h2-title {
    font-size: 2.357em;
    font-weight: normal;
    color: #000000;
    margin: 15px auto 25px;
    line-height: 1.1;
    color: rgb(0,0,0);
}

h3, .h3-title {
    font-size: 1.143em;
    text-transform: uppercase;
    margin: 0 auto 15px;
    color: rgb(0,0,0);
}

h4, .h4-title {
    font-size: 1.143em;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    color: rgb(0,0,0);
}

.block-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0;
    margin-bottom: 30px;
}

.container__max-width {
    width: 100%;
    max-width: 1660px;
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .container__max-width {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.cms__btn {
    display: inline-block;
    cursor: pointer;
    background: rgba(193,178,137,1);
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 25px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cms__btn:is(:hover, :focus) {
    background: rgba(139,127,82,1);
    text-decoration: none;
    color: #ffffff;
}

.cms__btn--light,
.cms__btn--light:is(:hover, :focus) {
    background: rgba(247,247,247,1);
    color: #777140;
}

/*HEADER*/

.header-wrapper {

}

@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; */
    padding: 0;
}

@media (max-width: 991px) {
    header {
        padding: 15px 0 10px;
    }
}

.header__block {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-1 {
        order: 2;
    }

    .header-2 {
        order: 1;
    }

    .header-3 {
        order: 3;
    }
}

.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;
}

.currency-menu {
    float: none;
    display: inline-block;
    margin-right: 0;
}

.lang-menu {
    float: none;
    display: flex;
    justify-content: center;
    margin: 0;
}

/* @media (min-width: 992px) and (max-width: 1199px) {
    .lang-menu {
        margin-right: -12px;
    }
}

@media (max-width: 991px) {
    .lang-menu {
        margin: 0;
    }
} */

.lang-menu a,
.lang-menu a:is(:hover, :focus) {
    color: #434351;
}

.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-menu .dropdown-toggle {
    white-space: nowrap;
    padding: 10px !important;
}

@media (max-width: 767px) {
    .lang-menu .dropdown-toggle {
        padding: 5px !important;
    }
}

.lang-dropdown {
    position: absolute !important;
    left: 0;
    right: 0;
    width: auto;
    min-width: 0;
    border-radius: 0px;
    padding: 5px 10px;
    text-align: center;
    background: rgba(254,254,254,1) !important;
    border: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.15) !important;
}

@media (max-width: 767px) {
    .lang-dropdown {
        padding: 5px 0;
    }
}

.lang-dropdown > li > a {
    padding: 3px 0 !important;
    line-height: 28px !important;
}

.header__inline {
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid red;*/
}

@media(max-width: 800px) {
    .header__inline {
        display: block;
    }
}

/* HEADER SEARCH */

.header-search__btn {
    font-size: 18px;
    cursor: pointer;
    /* margin-left: 10px; */
}

@media (min-width: 992px) {
    .header-search__btn {
        margin-left: 10px;
    }
}

.header-search__btn:is(:hover, :focus) {
    color: #6b6a6a;
}

.header-search__btn span {
    display: block;
    margin-bottom: -2px;
}

.search-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0; */
    min-width: 450px;
    background: rgba(255,255,255,1);
    z-index: 2;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
}

@media (max-width: 575px) {
    .search-wrapper {
        min-width: 345px;
    }
}

.search-wrapper__block {
    width: 100%;
    background: rgba(255,255,255,1);
    z-index: 3;
}

.search-wrapper__block__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(249,249,249,1);
    border: 1px solid #d4d4d4;
    border-left: none;
    color: #434351;
    font-size: 18px;
    cursor: pointer;
}

.search-wrapper input {
    font-size: 14px;
    width: 100%;
    padding: 10px 10px;
    height: 38px;
    border: 1px solid #d4d4d4;
    /*border-right: 0;*/
    background: transparent;
    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;
    padding: 0;
    color: #2a2a2a;
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
    width: 45px;
    text-align: center;
}

.search-icon .lnr {
    display: inline-block;
    margin-top: 3px;
}

/* end: HEADER SEARCH */

.logo-header img {
    max-width: 100%;
    max-height: 70px;
}

.logo-header a {
    display: flex;
}

@media (min-width: 992px) and (max-width: 1059px) {
    .logo-header img {
        height: 50px;
    }
}

@media (max-width: 991px) {
    .logo-header {
        text-align: center;
    }
}

@media (max-width: 767px) {
    /* .logo-header {
        margin-right: -25px;
    } */

    .logo-header img {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .logo-header img {
        height: 40px;
    }
}

/* .header__right {
    text-align: right;
} */

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    /* border: 1px solid red; */
}

@media (min-width: 992px) and (max-width: 1059px) {
    .header__right {
        flex-wrap: wrap;
    }

    .header__right > ul,
    .header__right > div {
        flex: 1 0 calc(50% - 5px);
        text-align: center;
    }
}

.user-options {
    padding: 0 15px;
    display: flex;
    gap: 15px;
}

@media (max-width: 767px) {
    .user-options {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .user-options {
        padding-left: 0;
    }
}

.user-options a {
    text-decoration: none;
}

.user-options__login {
    cursor: pointer;
    text-align: center;
}

.user-options__login span {
    display: block;
    margin-bottom: -1px;
    font-size: 18px;
}

.user-options__login:is(:hover, :focus) {
    color: #6b6a6a;
}

/* end: HEADER */

/* MENU */

@media (min-width: 992px) {
    .top-menu {
        z-index: 9;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(254,254,254,1);
        /*        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);
    }
}

/* @media (min-width: 992px) {
    .menu-wrapper .navbar-nav {
        display: flex;
    }
} */

.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;
    display: flex;
    /* border: 1px solid red; */
}

@media (min-width: 992px) {
    .navbar-nav {
        float: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        /* border: 1px solid red; */
    }

    .navbar-default .navbar-nav > li {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    padding: 5px 7px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #6b6a6a;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #6b6a6a;
    background: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-collapse {
        display: flex;
        justify-content: center;
    }
}

.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);
    /*border: 1px solid red;*/
}
.header-dropdown-menu {
    position: absolute;
    /*    top: 100%;*/
    /*padding-top: 50px;*/
    /*top: 0;*/
    /*border: 1px solid red;*/
    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;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li {
        padding: 30px 0;
    }
    .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: 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%;
    /*border: 1px solid red;*/
}
.header-dropdown-menu__inner-item {
    display: table-cell;
    vertical-align: top !important;
}
.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: 1200px) and (min-width: 992px) {*/
@media (max-width: 1199px) and (min-width: 992px) {
    .nav > li > a {
        /*border: 1px solid red;*/
        font-size: 0.85em;
    }
    .header-menu {
        padding-left: 0;
        padding-right: 0;
    }
}
.header__menu--mobile-inner {
    background: rgba(255,255,255,1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    /*border: 1px solid red;*/
}
/*@media(max-width: 991px) {
.header-menu {
padding-left: 0;
padding-right: 0;
}
}*/
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    float: none;
    /*float: right;*/
    border: none;
    padding: 7px 0 10px;
    margin-right: 0;
    /*margin-top: 35px;*/
    margin-top: 0;
}
.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: 991px) {
.navbar-default .navbar-toggle {
margin-left: 15px;
}
}*/
@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 230px;
    }
    /*.navbar-default .navbar-toggle {
    margin-top: 20px;
    }*/
}
.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;
}

/*end MENU*/

/* CART */

.basket {
    /* display: inline-block;
    vertical-align: middle; */
    cursor: pointer;
    background: url('/data/images/icons/cart-icon.svg') no-repeat center center;
    /* background: url('/img/cart-icon.png') no-repeat center center; */
    /* background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-20%200%2090.5%20100%22%3E%3Cpath%20d%3D%22M-14.4%2095.4h78.7c.8%200%201.5-.1%201.7-1%20.1-.7-.1-1.6-.1-2.3-.1-2.3-.3-4.7-.4-7l-1.2-21c-.3-6.4-.7-12.7-1-19.1-.1-1.3%200-2.8-.2-4.1-.1-.3-.1-.5-.3-.7-.7-.8-2.7-.4-3.6-.4h-69.7c-.7%200-1.6%200-1.9.8-.2.5-.1%201.4-.1%201.9-.1%202.2-.3%204.4-.4%206.6l-1.2%2021c-.4%206.4-.7%2012.9-1.1%2019.3l-.3%204.5c0%20.4%200%20.7.2%201%20.2.3.6.5.9.5zm0%204.4c-2.2%200-4.2-1.3-5.1-3.2-1-2.2-.3-5.3-.2-7.6.9-15%201.7-30%202.6-45%20.1-2.2-.1-4.6%201.3-6.4%201.1-1.5%202.9-2.2%204.7-2.3%2012.2-.3%2024.5%200%2036.7%200%2012%200%2024.1-.3%2036.2%200%201.9.1%203.6.8%204.7%202.4%201.3%201.9%201.1%204.5%201.2%206.6.9%2015%201.7%2030%202.6%2045%20.1%202.3.8%205.2-.3%207.4-1%201.9-2.9%203-5%203-11.1.4-22.3%200-33.5%200h-43.3c-.9.1-1.7.1-2.6.1z%22%2F%3E%3Cpath%20d%3D%22M4.6%2052.6c-.9%200-4.1.4-4.4-.2-.2-.4%200-1.4%200-1.9%200-.7%200-1.5.1-2.2.1-2.6.3-5.1.5-7.6.6-5.4%201.5-10.8%203-16C6%2016.9%209.4%208.4%2015.9%203.3%2020.5-.5%2026.5-1.2%2031.7%202c6.5%204%2010.1%2011.8%2012.5%2018.7C46%2026%2047.3%2031.6%2048%2037.2c.3%202.5.6%205%20.8%207.5.1%201.3.2%202.6.2%203.9%200%20.7%200%201.3.1%202%200%20.4.2%201.7%200%202-.4.5-3.6.1-4.4.1%200-10.1-1.2-20.3-4.5-29.9-2-5.8-4.8-12.4-9.9-16.2-3-2.2-6.7-2.7-10-.8-4.9%202.8-7.9%208.7-10%2013.8C6.5%2028.7%205%2039%204.7%2049.1c0%201.1-.1%202.3-.1%203.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center; */
    width: 27px;
    height: 33px;
    text-align: center;
    color: #777140;
    /* color: #000000; */
    font-size: 1.07em;
    padding-top: 8px;
    margin-top: -8px;
}

.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-weight: 600;
}
.order__name a:hover {
    text-decoration: none;
}
.order__price {
    font-weight: 600;
    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__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

/* @media (max-width: 767px) {
    .order__btns {
        flex-direction: column;
    }
} */

.order__btn {
    display: inline-block;
    cursor: pointer;
    background: rgba(0,0,0,1);
    font-size: 1.286em;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 25px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.order__btn:hover {
    background: rgba(52,51,51,1);
    color: #ffffff;
    text-decoration: none;
}

.order__btn--white {
    border: 2px solid #000000;
    color: #000000;
    padding: 10px 23px;
    background: rgba(255,255,255,1);
}

.order__btn--white:hover {
    color: #000000;
    background: rgba(245,243,243,1);
}

.order__btns .order__btn {
    display: block;
    width: 100%;
}

.order__itogo {
    font-size: 1.143em;
    font-weight: 600;
}
.order__itogo .order__all-sum {
    display: inline-block;
    /*    vertical-align: middle;*/
    font-size: 1.25em;
    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;
    }
}
/* 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 */

/* ORDER (fake) TABLE */

.order__table__table {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .order__table__table {
        display: table;
        width: 100%;
    }

    .order__table__tr {
        display: table-row;
    }

    .order__table__td {
        display: table-cell;
        vertical-align: middle;
        padding: 8px;
        line-height: 1.42857143;
        border-top: 1px solid #dddddd;
    }

    .order__table__table .order__table__tr:first-child .order__table__td {
        border-top: none;
        text-transform: uppercase;
    }

    /* .order__table__table--border .order__table__tr:first-child .order__table__td {
        border-top: 1px solid #dddddd;
    } */

    .order__table__table .order__table__tr:last-child .order__table__td {
        border-bottom: 1px solid #dddddd;
    }

    /* .order__table__table--border .order__table__tr:last-child .order__table__td {
        border-bottom: 1px solid #dddddd;
    } */

    /* .order__table .order__table__td {
        vertical-align: middle !important;
    } */
}

.order__image-name__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

@media (max-width: 767px) {
    .order__table__tr--item {
        position: relative;
        border: 1px solid #dddddd;
        padding: 30px 15px;
        margin: 0 auto 20px;
        text-align: center;
        max-width: 400px;
    }

    .order__table__td--color-size {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
    }

    .order__table__td--price {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
    }

    .order__table__td--del {
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 2;
    }

    .order__table__clear {
        margin: 15px 0;
    }

    .order__table__td .order__price--big {
        font-size: 1em;
    }

    .order__table__td .order__price {
        font-size: 16px;
    }

    .order__image-name__wrapper {
        flex-direction: column;
    }

    .order__name__wrapper {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* end: ORDER (fake) TABLE */

/* CONFIRM ORDER */

.register {
    display: table;
    width: 100%;
}

.register--order {
    display: block;
}

.register-row {
    display: table-row;
}

.register--order .register-row {
    display: block;
}

.register-row--tel {
    margin-bottom: 10px;
}

.register-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 10px;
}

.register--order .register-item  {
    display: block;
}

.register-item--tel {
    padding-bottom: 0;
}

/* .register-item--tel input {
    margin-bottom: 10px;
} */

.register-item--help {
    font-size: 13px;
    color: #b6b5b5;
}

/*
.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 input[type="tel"] {
    padding-left: 52px;
} */

.register-item textarea {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 5px;
    height: 100px;
}

.register-item .register-item__subscribe input {
    width: auto;
}

.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;
}

.range__table {
    display: table;
    width: 100%;
}

.range__td {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.range__label {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    /*color: #dddddd;*/
    /*font-weight: bold;*/
    text-align: center;
    background: rgba(244,242,243,1);
    /*border: 1px solid #dddddd;*/
}

.range-wrap {
    position: relative;
    margin-bottom: 30px;
}

.range {
    width: 100%;
    cursor: pointer;
}

.bubble {
    background: rgba(221,221,221,1);
    color: #000000;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    /*margin-left: -15px;*/
    transform: translateX(-50%);
    /*top: -50%;*/
}
.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(221,221,221,1);
    top: -1px;
    left: 50%;
}

/*.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-block__block {
    padding: 50px 0;
}

.html-home-wrapper {
    /* padding: 25px 0 35px;
    background: rgba(242,242,242,1);
    margin: 40px auto; */
}

.html-home {
    color: #888787;
}

.html-block__title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0;
    margin-bottom: 30px;
}

.html-block__title--bordered {
    border-bottom: 1px solid #434351;
}

.html-block__text {
    font-size: 14px;
    font-weight: 400;
    color: #434351;
}

.html-block__text h1 {
    text-align: left;
}

.html-block__text h1,
.html-block__text h2 {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

/* end: HTML */

/* ABOUT BLOCK */

.about-block__container {
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-block__container {
        margin-top: 0;
    }
}

.about-block__content__wrapper {
    position: relative;
    z-index: 3;
}

.about-block__content__bg {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    background: rgba(247,247,247,1);
    z-index: 2;
}

.about-block__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px 50px;
}

@media (max-width: 991px) {
    .about-block__content {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .about-block__content {
        gap: 30px 150px;
    }
}

.about-block__content > div {
    flex: 1;
}

.about-block__right-side {
    text-align: right;
}

@media (max-width: 991px) {
    .about-block__right-side {
        text-align: left;
    }
}

.about-block__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
    padding-top: 25px;
}

@media (max-width: 1199px) {
    .about-block__title {
        font-size: 36px;
        margin-bottom: 25px;
        padding-top: 30px;
    }
}

.about-block__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #434351;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .about-block__text {
        padding-bottom: 0;
    }
}

.about-block__image img {
    max-width: 100%;
}

/* end: ABOUT BLOCK */

/* ABOUT VIDEO BLOCK */

.about-video-block__container {
    position: relative;
    /* margin-bottom: 50px; */
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-video-block__container {
        margin-top: 0;
    }
}

.about-video-block__content__wrapper {
    position: relative;
    z-index: 3;
}

.about-video-block__content__bg {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    background: rgba(247,247,247,1);
    background-image: url('/data/images/backgrounds/video-bg.png');
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 2;
}

.about-video-block__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px 50px;
}

@media (max-width: 991px) {
    .about-video-block__content {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .about-video-block__content {
        gap: 30px 150px;
    }
}

.about-video-block__left-side {
    flex: 1;
}

.about-video-block__right-side {
    text-align: right;
    flex: 3;
}

@media (max-width: 991px) {
    .about-video-block__right-side {
        text-align: left;
    }
}

.about-video-block__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
    padding-top: 25px;
}

@media (max-width: 1199px) {
    .about-video-block__title {
        font-size: 36px;
        margin-bottom: 25px;
        padding-top: 30px;
    }
}

.about-video-block__image {
    display: inline-flex;
}

.about-video-block__image img {
    max-width: 100%;
}

.about-video-block__video-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video-block__video-icon a:is(:hover, :focus) {
    text-decoration: none;
    cursor: pointer;
}

/* end: ABOUT VIDEO BLOCK */

/* CATALOG ABOUT BLOCK */

.block-title--catalog-about {
    text-align: center;
}

.list-tovar__item-about {
    margin-bottom: 40px;
}

.list-tovar__item-about--slider {
    margin-top: 20px;
    margin-bottom: 0;
}

.list-tovar__item-about__image-link {
    display: block;
}

.list-tovar__item-about__image {
    max-width: 100%;
}

.list-tovar__item-about__image--front {
    display: block !important;
}

.list-tovar__item-about__image--back {
    display: none !important;
}

.list-tovar__item-about__image-link:hover .list-tovar__item-about__image--front {
    display: none !important;
}

.list-tovar__item-about__image-link:hover .list-tovar__item-about__image--back {
    display: block !important;
}

.list-tovar__item-about__btn-wrapper {
    display: none;
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    text-align: center;
    z-index: 3;
}

.list-tovar__item-about:hover .list-tovar__item-about__btn-wrapper {
    display: block;
}

.list-tovar__item-about__bottom {
    position: absolute;
    right: 15px;
    /* bottom: 15px; */
    bottom: 10px;
    left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

@media (max-width: 767px) {
    .list-tovar__item-about__bottom {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

.list-tovar__item-about__bottom__idt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
}

.list-tovar__item-about__bottom__view {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
}

.list-tovar__item-about__video {
    position: absolute;
    /* bottom: 30px; */
    bottom: 20px;
    /* left: 25px; */
    left: 20px;
    z-index: 3;
    font-size: 25px;
    color: #000000;
}

.list-tovar__item-about__labels {
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 3;
}

.list-tovar__item-about__info {
    margin-top: 15px;
}

.list-tovar__item-about__name {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
}

.list-tovar__item-about__name a,
.list-tovar__item-about__name a:is(:hover, :focus){
    color: #434351;
    text-decoration: none;
}

.list-tovar__item-about__price-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 30px;
}

.list-tovar__item-about__price {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    color: #777140;
}

.list-tovar__item-about__label {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    background: rgba(193,178,137,1);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.list-tovar__item-about__label--isnovinka {
    background: rgba(245,149,149,1);
}

/* end: CATALOG ABOUT BLOCK */

/* TOVAR LIST */
.catalog-bg {
    /*    margin-top: 50px;*/
}
.list-tovar__item {
    margin: 0 auto 25px;
    text-align: center;
}
.list-tovar__image {
    overflow: hidden;
}
.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__image-link {
    display: block;
}
.list-tovar__info {
    margin-top: 15px;
}
.list-tovar__name {
    line-height: 1.1;
}
.list-tovar__name a:hover {
    text-decoration: none;
}
.list-tovar__name--mini {
    font-size: 0.93em;
    line-height: 1.1;
}
.list-tovar__name--mini a:hover {
    text-decoration: none;
}
.list-tovar__price__label {
    font-size: 1.43em;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.list-tovar__price {
    font-size: 1.43em;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.list-tovar__price--old {
    text-decoration: line-through;
    color: #919090;
}
.list-tovar__price--mini {
    font-size: 1.143em;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.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);
}

.list-tovar__label--isvideo {
    background: rgba(0,0,0,1);
}

/* ONE TOVAR */

.one-tovar__bg {
    margin: 25px auto;
}

.one-tovar__title__wrapper > * {
    display: inline;
    vertical-align: top;
}

.one-tovar__external-link {
    color: #cecece;
    cursor: pointer;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.one-tovar__external-link.active {
    color: #777140;
}

.one-tovar__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px auto 25px;
    cursor: pointer;
}

.one-tovar__size-item {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    display: inline-flex;
    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__colors {
    margin: 10px auto 25px;
    cursor: pointer;
}
.list-tovar__color-item,
.one-tovar__color-item,
.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;
}
.specification__item--hidden {
    display: none !important;
}
.hid .list-tovar__color-item,
.hid .one-tovar__color-item,
.hid .select-color-item {
    cursor: auto;
}
.one-tovar__color-item--active {
    outline: 1px solid #000000;
}
.one-tovar__color-item--hide {
    opacity: 0.5;
}
.one-tovar__color-item--cursor {
    cursor: pointer;
}

#oneTovarPhotos {
    position: relative;
}

#oneTovarPhotos .owl-controls {
    margin-top: 5px;
}

#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);
}
/* 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: -35px;*/
    margin-top: -70px;
}
#OtherTovars .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    /*margin-top: -35px;*/
    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(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;
}
#OtherTovars2 .owl-prev:hover,
#OtherTovars2 .owl-next:hover {
    background: rgba(255,255,255,0.62);
}
#OtherTovars2 .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    /*margin-top: -35px;*/
    margin-top: -70px;
}
#OtherTovars2 .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    /*margin-top: -35px;*/
    margin-top: -70px;
}
#OtherTovars2 .owl-prev .fa {
    margin-left: -2px;
    color: rgba(0,0,0,0.15);
}
#OtherTovars2 .owl-next .fa {
    margin-right: -2px;
    color: rgba(0,0,0,0.15);
}

/* end other tovars */

/* set clothes */

/* other tovars */

#SetClothes {
    position: relative;
}

#SetClothes .owl-prev,
#SetClothes .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;
}

#SetClothes .owl-prev:hover,
#SetClothes .owl-next:hover {
    background: rgba(255,255,255,0.62);
}

#SetClothes .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    /*margin-top: -35px;*/
    margin-top: -70px;
}

#SetClothes .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    /*margin-top: -35px;*/
    margin-top: -70px;
}

#SetClothes .owl-prev .fa {
    margin-left: -2px;
    color: rgba(0,0,0,0.15);
}

#SetClothes .owl-next .fa {
    margin-right: -2px;
    color: rgba(0,0,0,0.15);
}

/* end other tovars */

/* end: set clothes */

.one-tovar__prices {
    margin: 15px auto;
    display: flex;
    align-items: center;
    gap: 5px;
}

.one-tovar__price__label {
    font-size: 1.57em;
    display: inline-block;
    vertical-align: middle;
}

.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-tovar__btn {
    /*    display: inline-block;*/
    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 25px 12px;*/
    padding: 17px 0 12px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.one-tovar__btn img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -5px;
}
.one-tovar__btn:hover {
    background: rgba(52,51,51,1);
}

.one-tovar__text {
    font-size: 0.93em;
    margin: 10px auto;
    text-align: justify;
}

.one-tovar__text ul {
    margin-left: 0;
    padding-left: 15px;
}

.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 {
    line-height: 1.1;
    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 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--video {
    position: relative;
    padding-top: 150%;
}

.one-tovar__image--video a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 50px;
    color: #ff0000;
}

.one-tovar__image--video a:is(:hover, :focus) {
    text-decoration: none;
}

.one-tovar__image-preview__block {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /* justify-content: space-between; */
}

.one-tovar__image-preview {
    flex: 0 0 calc(20% - 5px);
}

.one-tovar__image-preview img {
    max-width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.one-tovar__image-preview:hover img {
    opacity: 1;
}

#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;
}

.one-tovar__pp__icon {
    margin: 10px auto;
}

.one-tovar__pp__icon img {
    width: 50px;
}

/* 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 a {
    text-decoration: none;
}
.specification__item--inline {
    display: inline-block;
    margin-right: 5px;
}

.podbor__btn {
    display: inline-block;
    cursor: pointer;
    background: rgba(0,0,0,1);
    /*font-size: 1.286em;*/
    font-size: 0.8em;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 25px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.podbor__btn:hover {
    background: rgba(52,51,51,1);
    text-decoration: none;
    color: #ffffff;
}

@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 */

.block-title--last-news {
    margin-top: -50px;
}

.last-news__control__block {
    position: absolute;
    top: 200px;
    right: 0;
    /* bottom: 0; */
    left: 0;
    /* border: 1px solid red; */
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.last-news__wrapper {
    position: relative;
    background: rgba(248,248,248,1);
    padding: 10px 0 25px;
    margin-top: 50px;
}

.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__content {
    padding: 15px 0;
}

.last-news__dt {
    font-size: 16px;
    font-weight: 400;
    color: #777140;
    line-height: 1.1;
    margin-bottom: 15px;
}

.last-news__name {
    font-size: 18px;
    font-weight: 400;
    color: #434351;
    line-height: 1.1;
    margin-bottom: 15px;
}

.last-news__name a,
.last-news__name a:is(:hover, :focus) {
    color: #434351;
    text-decoration: none;
}

.last-news__text {
    font-size: 14px;
    font-weight: 400;
    color: #434351;
}

.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__info {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #ffffff;
    line-height: 1.1;
}
.slider__title {
    text-transform: uppercase;
    font-size: 3.5em;
}
.slider__text {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
}
.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 */

.owl-nav-center {
    position: relative;
}

.owl-nav-center .owl-prev,
.owl-nav-center .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #000000;
    -webkit-text-shadow: 0 0 4px #ffffff;
    -moz-text-shadow: 0 0 4px #ffffff;
    text-shadow: 0 0 4px #ffffff;
}

.owl-nav-center .owl-prev:hover,
.owl-nav-center .owl-next:hover {
    color: #ababab;
}

/* .owl-nav-center .owl-prev {
    left: -15px;
}

.owl-nav-center .owl-next {
    right: -15px;
} */

.razdel-anons2__block {
    position: relative;
}

.anons-items__control__block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 90px;
    /* border: 1px solid red; */
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.anons-items__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.anons-items__control .owl-prev,
.anons-items__control .owl-next {
    pointer-events: all;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
    color: #000000;
    font-size: 20px;
    line-height: 1.1;
    cursor: pointer;
}

.razdel-anons2__item-wrapper {
    overflow: hidden;
}

.razdel-anons2__item {
    width: 100%;
    /*padding-bottom: 175%;*/
    padding-bottom: 130%;
    position: relative;
    transition: all 1s;
}

.razdel-anons2__item-wrapper:hover .razdel-anons2__item.zoom {
    transform: scale(1.05);
}

.razdel-anons2__item--front {
    display: block;
}

.razdel-anons2__item--back {
    display: none;
}

.razdel-anons2__item__owl:hover .razdel-anons2__item--front {
    display: none;
}

.razdel-anons2__item__owl:hover .razdel-anons2__item--back {
    display: block;
}

.razdel-anons2__title {
    margin: 15px auto;
    font-size: 20px;
    color: #434351;
    line-height: 1.1;
    text-align: center;
}

.razdel-anons2__title a,
.razdel-anons2__title a:is(:hover, :focus) {
    text-decoration: none;
    color: #434351;
}

/* end: RAZDEL ANONS 2 */

/* FOOTER */

footer {
    padding: 50px 0;
    border-top: 1px solid #d4d4d4;
}

footer a {

}

.footer__bottom__info {
    display: flex;
    align-items: center;
    gap: 15px 50px;
}

@media (max-width: 767px) {
    .footer__bottom__info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 100px;
    }
}

.footer__info {
    text-align: right;
}

@media(max-width:992px) {
    .footer__info {
        text-align: left;
    }
}

.footer__title {
    text-transform: uppercase;
    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;
    color: #000000;
}
.social__links {
    margin-bottom: 20px;
}
.social__link {
    font-size: 1.7em;
    display: inline-block;
    margin-left: 10px;
}
.social__link:hover {
    text-decoration: none;
}

.cc__items  {
    margin-bottom: 20px;
}

.cc__items i {
    /* font-size: 1.7em; */
    font-size: 2em;
    display: inline-block;
    margin-left: 5px;
}

.footer__subscribe {
    display: table;
    width: 100%;
}

@media (min-width: 992px) {
    #subscribe_form {
        padding-right: 50px;
    }
}

.footer__subscribe__td {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.footer__subscribe__input {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 50px;
    height: 50px;
    padding: 5px 15px;
    border-radius: 0;
    box-shadow: none;
}

.footer__subscribe__btn {
    height: 50px;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(221,221,221,1);
    border-color: #dddddd;
}

.footer__subscribe__btn:hover {
    background: rgba(221,221,221,0);
    border-color: #000000;
    color: #000000;
}

/*end FOOTER*/

/* popup */

.pop-up__btn-wrapper {
    margin-top: 25px;
}

.pop-up__close-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    color: #4a4a4a;
    z-index: 9999;
}

.pop-up__close-btn:hover {
    color: #4a4a4a;
}

.pop-up__form__wrapper {
    padding: 0 0px;
}

.public h4.pop-up__title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px
}

.pop-up__title__product-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin-top: 15px;
}

.feedback__ok__message {
    margin-bottom: 25px;
}

.modal-open .modal {
    background: rgba(0,0,0,0.5);
}

.modal-header .close {
    margin-top: 0;
}

.modal-dialog {
    width: 100%;
    max-width: 380px;
    min-width: 320px;
    background: rgba(255,255,255,1);
    padding: 0;
    display: block;
    margin: 30px auto;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    color: #000000;
}

.modal-header {
    min-height: auto;
    padding: 35px 35px 0;
    border: none;
    color: #000000;
}

.modal-body {
    padding: 0 35px 35px;
}

.modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.pop-up__social-message {
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.pop-up__social-item {
    display: inline-block;
    font-size: 32px;
    margin-right: 10px;
}

.pop-up__social-item--fb a {
    color: #3c599b;
}

.pop-up__social-item--gp a {
    color: #dc4e42;
}

/* end: popup */

/* 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 {
    border-top: 1px solid #d4d4d4;
    background: rgba(249,249,249,1);
    padding: 10px 0;
}
.path {
    font-size: 0.85em;
    color: #b6b5b5;
}
.path a {
    color: #b6b5b5;
}
/* 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: #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);
    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;
    opacity: 1;
}
.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 */

@media (min-width: 768px) {
    .blockRawHtml__col-2 {
        columns: 2;
    }
}

.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,
.red_bord_phone {
    border: 1px solid red !important;
}

.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;
}
.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*/
