@import url('08.06.2015.min.css');

* {
    padding: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-scrolling: touch;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'regular';
    /*src: url("../fonts/open-sans/regular/opensansregular.eot");*/
    src: url("../fonts/open-sans/regular/opensansregular.eot") format("embedded-opentype"), url("../fonts/open-sans/regular/opensansregular.woff") format("woff"), url("../fonts/open-sans/regular/opensansregular.ttf") format("truetype");
}
@font-face {
    font-family: 'light';
    /*src: url("../fonts/open-sans/light/opensanslight.eot");*/
    src: url("../fonts/open-sans/light/opensanslight.eot") format("embedded-opentype"), url("../fonts/open-sans/light/opensanslight.woff") format("woff"), url("../fonts/open-sans/light/opensanslight.ttf") format("truetype");
}
@font-face {
    font-family: 'semibold';
    /*src: url("../fonts/open-sans/semibold/opensanssemibold.eot");*/
    src: url("../fonts/open-sans/semibold/opensanssemibold.eot") format("embedded-opentype"), url("../fonts/open-sans/semibold/opensanssemibold.woff") format("woff"), url("../fonts/open-sans/semibold/opensanssemibold.ttf") format("truetype");
}
@font-face {
    font-family: 'bold';
    /*src: url("../fonts/open-sans/bold/opensansbold.eot");*/
    src: url("../fonts/open-sans/bold/opensansbold.eot") format("embedded-opentype"), url("../fonts/open-sans/bold/opensansbold.woff") format("woff"), url("../fonts/open-sans/bold/opensansbold.ttf") format("truetype");
}
body {
    color: #181818;
    background-color: #fff;
    font: 14px/20px 'regular';
    /*-webkit-text-stroke: 0.2px;*/
}
.clear {
    clear: both;
    font-size: 0;
}
h1 {
    color: #181818;
    margin: 0;
    /*font: 20px 'regular';*/
    font: 24px 'semibold';
}
h2 {
    /*font: 22px 'regular';*/
    font: 21px 'semibold';
    color: #e56d00;
}
h3 {
    color: #181818;
    /*font: 20px 'regular';*/
    font: 19px 'semibold';
}
h4 {
    color: #181818;
    /*font: 20px 'regular';*/
    font: 18px 'semibold';
}
h5 {
    color: #181818;
    /*font: 15px/20px 'regular';*/
    font: 16px 'semibold';
}
h6 {
    color: #181818;
    /*font: 18px/20px 'regular';*/
    font: 15px 'semibold';
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #e56d00;
}
a {
    color: #e56d00;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
nav,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.overlay {
    top: 0px;
    left: 0px;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
.wrapper.menuToggled {
    top: 0px;
    left: 0px;
    height: 100%;
    position: absolute;
}
.wrapper.menuToggled header {
    z-index: 7;
    position: relative;
}
.wrapper.menuToggled .overlay {
    display: block;
}
.wrapper.menuToggled .navigation {
    display: block;
}
.wrapper.menuToggled .btnMenu .line {
    border-color: #ef7f1a;
}
.wrapper.phoneToggled {
    top: 0px;
    left: 0px;
    height: 100%;
    position: absolute;
}
.wrapper.phoneToggled header {
    z-index: 7;
    position: relative;
}
.wrapper.phoneToggled .b_reg-dropdown {
    display: block;
}
.wrapper.phoneToggled .overlay {
    display: block;
}
.b_header {
    background-color: #fff;
    border-bottom: 1px solid #e9eaec;
}
.logo {
    width: 190px;
    height: 70px;
    margin-right: 100px;
    background: url('../images/logo.png') no-repeat 0px 0px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.btnMenu {
    margin: 9px 0;
    cursor: pointer;
}
.btnMenu .line {
    width: 26px;
    height: 5px;
    display: block;
    margin: 0 auto 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #939393;
}
.btnMenu .line:last-of-type {
    margin: 0;
}
.btnMenu.active > .line {
    border-color: #ef7f1a;
}
.navigation {
    left: 0;
    top: 41px;
    width: 100%;
    z-index: 3;
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: -1px 9px 15px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 9px 15px -6px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 9px 15px -6px rgba(0, 0, 0, 0.3);
}
.navigation ul > li {
    float: none;
}
.navigation ul > li a {
    color: #717171;
    display: block;
    font: 14px 'regular';
    text-decoration: none;
    padding: 10px 15px 11px;
    border-bottom: 1px solid #e9eaec;
}
.navigation ul > li.active,
.navigation ul > li:hover {
    text-decoration: underline;
}
.b_contacts {
    display: table;
    border-left: 1px solid #e9eaec;
}
.b_simple {
    padding: 10px;
    cursor: pointer;
    position: relative;
    display: table-cell;
    border-right: 1px solid #e9eaec;
}
.b_simple.phone-block > a {
    padding-left: 28px;
    display: block;
}
.b_simple.phone-block > a:before {
    content: '';
    top: 50%;
    left: 15px;
    width: 15px;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -497px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.b_simple.b_phone {
    padding-left: 28px;
}
.drop-trigger {
    display: block;
    font-family: 'regular';
    max-width: 230px;
    line-height: 14px;
    position: relative;
    padding-right: 15px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.drop-trigger:after {
    content: '';
    top: 50%;
    width: 0;
    height: 0;
    right: -1px;
    margin-top: -3px;
    position: absolute;
    border-top: 8px solid #c9c9c9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.drop-trigger.toggled:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.b_reg-dropdown {
    top: 54px;
    left: 1px;
    z-index: 11;
    display: none;
    min-width: 300px;
    position: absolute;
    padding: 15px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
}
.b_reg-dropdown span {
    color: #303030;
    display: block;
    margin-left: 7px;
    padding-bottom: 20px;
    font: 16px 'regular';
}
.phone-list .phone-number {
    display: block;
    color: #303030;
    margin-left: 7px;
    padding: 5px 15px;
    margin-bottom: 10px;
    font: 15px/20px 'regular';
}
.phone-list .phone-number.selected {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fdecdd;
}
.btn-close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(247, 191, 140, 0.5);
}
.btn-close .close-icon {
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -287px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    width: 14px;
    height: 15px;
    display: block;
    margin: 7px auto;
}
.btn-close:hover {
    background-color: #ef7f1a;
}
.bottom_header {
    padding: 35px 0 27px;
}
.btn_control {
    margin-left: 30px;
    text-align: center;
}
.btn_control .b_radius {
    margin: 0 auto;
}
.btn_control .text-uppercase {
    font: 10px 'semibold';
}
.btn_control > .b_radius:after {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
}
.btn_control.orders > .b_radius:after {
    width: 25px;
    height: 27px;
    margin-top: -15px;
    margin-left: -12px;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -461px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.btn_control.comparison > .b_radius:after {
    width: 32px;
    height: 42px;
    margin-top: -21px;
    margin-left: -16px;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -312px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.btn_control.basket > .b_radius:after {
    width: 34px;
    height: 28px;
    margin-top: -12px;
    margin-left: -17px;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -116px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.btn_control.search > .b_radius:after {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -400px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.btn_control:hover > .text-uppercase {
    text-decoration: underline;
}
.btn_control.toggled > .b_radius {
    background-color: #bbb;
}
.btn_control.toggled > .text-uppercase {
    color: #bbb;
}
.b_user_search {
    overflow: hidden;
    position: relative;
}
.b_user_search > .search_field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 60px 0 30px;
    background-color: #fff;
    border: 1px solid #ef7f1a;
}
.b_user_search > .loupe {
    top: 50%;
    right: 0;
    margin-top: -30px;
    position: absolute;
}
.b_user_search > .loupe:after {
    top: 50%;
    left: 50%;
    content: '';
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -11px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -400px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.b_user_search.visible {
    display: block;
}
.b_radius {
    width: 60px;
    height: 60px;
    border: none;
    display: block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ef7f1a;
}
.b_radius .total {
    top: -5px;
    z-index: 2;
    right: -5px;
    display: block;
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #e56d00;
    background-color: #fff;
    font: 14px/22px 'semibold';
    border: 1px solid #ef7f1a;
}
.b_radius.active {
    background-color: #bbb;
}
.b_footer {
    background: #fff;
    padding: 30px 0 19px 0;
    border-top: 1px solid #e9eaec;
}
.b_footer .b_f-block {
    width: 25%;
    float: left;
    font-size: 13px;
}
.b_footer .b_f-block strong {
    color: #717171;
    display: block;
    margin-bottom: 10px;
    font: 16px/22px 'semibold';
}
.b_footer .b_f-block .l_menu-path li a {
    color: #717171;
    display: block;
    margin-bottom: 5px;
    font: 13px/20px 'regular';
}
.b_footer .b_f-block .l_menu-path li a:hover {
    text-decoration: underline;
}
.b_footer .b_f-block .contacts span {
    color: #e56d00;
    display: block;
    font: 16px 'regular';
}
.b_footer .b_f-block .contacts small {
    display: block;
    color: #717171;
    margin-top: 10px;
    font: 13px 'regular';
}
.b_footer .b_f-block .contacts a {
    color: #e56d00;
}
.b_footer .b_f-block:first-child {
    padding-left: 0;
}
.b_footer .b_copyCopyright {
    float: none;
    clear: both;
    color: #717171;
    padding: 35px 0 0;
    font: 13px 'regular';
}
.social {
    font-size: 0;
    padding-top: 50px;
    text-align: center;
}
.social > a {
    width: 36px;
    height: 36px;
    margin-right: 4px;
    vertical-align: top;
    display: inline-block;
    background: url('../images/social-sf20a9a83a7.png') no-repeat;
    -moz-background-size: 36px 340px;
    -o-background-size: 36px 340px;
    background-size: 36px 340px;
}
.social > a.vk {
    background-position: 0 -174px;
}
.social > a.vk:hover {
    background-position: 0 -217px;
}
.social > a.fc:hover {
    background-position: 0 -43px;
}
.social > a.ya {
    background-position: 0 -261px;
}
.social > a.ya:hover {
    background-position: 0 -304px;
}
.social > a.gp {
    background-position: 0 -87px;
}
.social > a.gp:hover {
    background-position: 0 -130px;
}
.social > a.inst {
    background: url("../images/inst.png") no-repeat;
    background-size: 36px;
}
.social > a.inst:hover {
    background: url("../images/inst_hover.png") no-repeat;
    background-size: 36px;
}
.social > a:last-of-type {
    margin-right: 0;
}
.m-size {
    white-space: nowrap;
}
.b_plate {
    margin-bottom: 40px;
}
.b_plate .preview {
    overflow: hidden;
    max-height: 300px;
    position: relative;
}
.b_plate .preview:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.b_plate .preview .square.b_left li:hover {
    background-color: rgba(255, 226, 128, 0.2);
}
.b_plate .preview .square.b_right li:hover {
    background-color: rgba(233, 234, 236, 0.1);
}
.b_plate .preview.m_toggled {
    overflow: visible;
}
.b_plate .preview.m_toggled .picture {
    max-height: 80px;
    overflow: hidden;
}
.b_plate .preview.m_toggled .square {
    z-index: 5;
    height: auto;
    padding-bottom: 10px;
}
.b_plate .preview.m_toggled .square .list-map {
    display: block;
}
.b_plate .preview.m_toggled .square .list-map li {
    padding: 5px 20px;
}
.b_plate .preview.m_toggled .square .list-map li a {
    font-size: 14px;
}
.b_plate .preview.m_toggled .square.b_left {
    background-color: #ef7f1a;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.b_plate .preview.m_toggled .square.b_right {
    background-color: #303030;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.b_plate .preview.m_toggled .more-list {
    display: block !important;
    margin: 10px 10px 0;
}
.b_plate .preview .more-list {
    color: #fff;
    display: block;
    margin: 10px 32px 0;
    font: 16px 'regular';
    padding: 1px 10px 2px;
    text-decoration: underline;
}
.b_plate .preview.toggled-all {
    overflow: visible;
}
.b_plate .preview.toggled-all .picture {
    height: 100%;
    overflow: hidden;
}
.b_plate .preview.toggled-all .list-map li {
    display: block;
}
.b_plate .preview.toggled-all .square {
    z-index: 5;
    height: auto;
    padding-bottom: 20px;
}
.b_plate .preview.toggled-all .square.b_left {
    background-color: #ef7f1a;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.b_plate .preview.toggled-all .square.b_right {
    background-color: #303030;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.b_plate .preview.toggled-popular li {
    display: none;
}
.b_plate .preview.toggled-popular li[data-popular] {
    display: block !important;
}
.b_plate .square {
    top: 0px;
    z-index: 2;
    height: 100%;
    position: absolute;
    min-width: 58.119658119658126%;
}
.b_plate .square.b_left {
    left: 0;
    background-color: rgba(239, 127, 26, 0.85);
}
.b_plate .square.b_right {
    right: 0;
    background-color: rgba(48, 48, 48, 0.85);
}
.b_plate .square h3 {
    color: #fff;
    padding: 0 40px;
    max-width: 340px;
    font: 25px 'regular';
}
.b_plate .square li {
    padding: 4px 18px 4px 40px;
}
.b_plate .square li a {
    color: #fff;
    display: block;
    line-height: 40px;
    font: 16px 'regular';
}
.b_plate img {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.b_plate .list-map li {
    display: none;
}
.b_plate .list-map li:nth-child(1),
.b_plate .list-map li:nth-child(2),
.b_plate .list-map li:nth-child(3),
.b_plate .list-map li:nth-child(4),
.b_plate .list-map li:nth-child(5) {
    display: block;
}
.shipping {
    margin: 20px 0;
}
.shipping .ability {
    color: #5e515b;
    display: block;
    position: relative;
    margin: 15px 0 20px;
    font: 18px/24px 'regular';
}
.shipping .ability span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.shipping .ability span.circle:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 40px;
    background-color: #ef7f1a;
}
.shipping .ability span.circle:after {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 0;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.shipping .ability.popular .circle:after {
    width: 44px;
    height: 46px;
    margin-top: -26px;
    margin-left: -42px;
    background-position: 0 -209px;
}
.shipping .ability.delivery .circle:after {
    width: 56px;
    height: 34px;
    margin-top: -16px;
    margin-left: -50px;
    background-position: 0 0;
}
.shipping .ability.credit .circle:after {
    width: 40px;
    height: 48px;
    margin-top: -24px;
    margin-left: -40px;
    background-position: 0 -151px;
}
.b_advice {
    margin-bottom: 20px;
    border-bottom: 1px solid #dadfe0;
}
.b_advice .advice {
    margin: 20px 0;
    display: table;
    position: relative;
}
.b_advice .advice .table {
    color: #5e515b;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font: 18px/24px 'regular';
}
.b_advice .advice .table.table-img {
    width: 80px;
    height: 80px;
}
.b_advice .advice .table.table-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.b_advice .advice .table span {
    display: block;
    margin-left: 40px;
}
.b_advice .more-advice {
    text-align: right;
    margin: 5px 15px 0;
    padding-bottom: 15px;
}
.b_advice .more-advice span {
    display: inline;
    cursor: pointer;
    padding: 5px 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font: 14px 'semibold';
    color: #e56d00;
    border: 1px solid #ef7f1a;
}
.b_banner-slider {
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}
.b_banner-slider .description-banner {
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    font-family: 'regular';
    background-color: rgba(239, 127, 26, 0.4);
}
.b_banner-slider .description-banner p {
    margin: 0;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}
.b_banner-slider .description-banner small {
    display: block;
    font-size: 16px;
    text-transform: lowercase;
}
.b_banner-slider .carousel-control {
    top: auto;
    bottom: 14px;
    width: 24px;
    height: 44px;
    background: 0 0;
    margin-top: -22px;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 0;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.b_banner-slider .carousel-control.left {
    left: 20px;
    background-position: 0 -61px;
}
.b_banner-slider .carousel-control.right {
    right: 20px;
    background-position: -57px -61px;
}
.about {
    margin-top: 30px;
}
.about h4 {
    margin-bottom: 30px;
}
.about p {
    color: #181818;
    margin-bottom: 40px;
}
.circle_arrow {
    top: 50%;
    right: 7px;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
}
.circle_arrow:before {
    top: 50%;
    left: 50%;
    content: '';
    width: 17px;
    height: 9px;
    margin-left: -9px;
    margin-top: -4px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat -64px -528px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.m_accordion {
    display: none;
    margin-bottom: 20px;
}
.m_accordion .tab_head {
    position: relative;
    margin-bottom: 5px;
    background-color: #dadfe0;
}
.m_accordion .tab_head > a {
    display: block;
    color: #303030;
    padding: 10px 22px;
    font: 15px/25px 'regular';
}
.m_accordion .tab_head > .circle_arrow {
    top: 50%;
    right: 4px;
}
.m_accordion .tab_head.active {
    background-color: #ef7f1a;
}
.m_accordion .tab_head.active > a {
    color: #fff;
    font: 15px/25px 'regular';
}
.m_accordion .tab_head.active .circle_arrow:before {
    margin-top: -6px;
    margin-left: -8px;
    background-position: -64px -510px;
}
.m_accordion .tab_head.active + .tab_body {
    display: block !important;
}
.m_accordion .tab_body {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadfe0;
}
.b_item-card {
    display: block;
    min-height: 234px;
    position: relative;
    margin-bottom: 10px;
}
.b_item-card > img {
    margin: 0 auto;
    margin-bottom: 5px;
}
.b_item-card .item_name,
.b_item-card .item_maker,
.b_item-card .item_price {
    display: block;
}
.b_item-card .item_name {
    color: #262626;
    font: 12px/17px 'regular';
}
.b_item-card .item_maker {
    color: #777777;
    padding-bottom: 20px;
    font: 10px/17px 'regular';
}
.b_item-card .item_price {
    left: 15px;
    bottom: 0px;
    color: #181818;
    position: absolute;
    font: 14px/20px 'semibold';
}
.tab_parent {
    width: 100%;
}
.tab_parent li {
    float: left;
    width: 33.3%;
    text-align: center;
    background-color: #dadfe0;
}
.tab_parent li a {
    display: block;
    color: #303030;
    padding: 25px 0;
    font: 24px/30px 'regular';
}
.tab_parent li.active {
    background-color: #ef7f1a;
}
.tab_parent li.active a {
    color: #fff;
    font: 24px/30px 'regular';
}
.b_item-card {
    width: 20%;
    float: left;
    display: block;
    padding: 0 15px;
}
.tab-pane {
    margin: 40px 0 10px 0;
}
.tab_slider {
    margin-bottom: 20px;
}
.tab_slider .b_item-card {
    min-height: 300px;
}
.tab_slider .b_item-card .item_name,
.tab_slider .b_item-card .item_maker {
    font-size: 14px;
}
.tab_slider .b_item-card .item_maker {
    line-height: 24px;
}
.tab_slider .b_item-card .item_price {
    font-size: 16px;
}
.tab-content > .toggled {
    padding: 0 30px;
    overflow: hidden;
    display: block !important;
}
.tab-content > .active {
    padding: 0 30px;
}
.status_bar {
    width: 100%;
    height: 8px;
    position: relative;
    background-color: #dadfe0;
    font-size: 0;
}
.status_bar div {
    width: 0;
    height: 8px;
    vertical-align: top;
    display: inline-block;
}
.status_bar .orange {
    background-color: #ef7f1a;
}
.b_d_slider .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 44px;
    margin-top: -44px;
    background: url('../images/slider-arrows.png') no-repeat 0px 0px;
    -moz-background-size: 98px 45px;
    -o-background-size: 98px 45px;
    background-size: 98px 45px;
}
.b_d_slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
}
.b_d_slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
    background-position: -74px 0;
}
.b_nav {
    position: relative;
    border: 1px solid #979797;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
}
.b_nav a {
    display: block;
    color: #303030;
    position: relative;
    padding: 18px 10px;
    font: 14px/14px 'bold';
}
.catalog_trigger.toggled a {
    border-bottom: none;
}
.catalog_trigger.toggled a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.catalog_trigger a:after {
    top: 50%;
    content: '';
    right: 18px;
    width: 16px;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -42px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sub_trigger:after {
    top: 50%;
    content: '';
    right: 15px;
    width: 16px;
    height: 9px;
    margin-top: -4px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -42px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sub_trigger.toggled {
    color: #e56d00;
}
.sub_trigger.toggled:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.path_list {
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
}
.path_list > li > a {
    border-top: 1px solid #EAEAEA;
}
.sub_menu {
    display: none;
    padding-bottom: 10px;
    background-color: #fff;
    background-color: rgba(188, 188, 188, 0.1);
}
.sub_menu:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    display: none;
    height: 100px;
    margin-bottom: 5px;
}
.sub_menu.puzzle:before {
    background: url('../images/puzzle-sub.jpg') no-repeat 0px 0px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.sub_menu > li {
    padding: 0 15px;
    text-align: left;
}
.sub_menu > li > a {
    padding: 0;
    color: #303030;
    font: 15px/40px 'regular';
}
.sub_menu > li > a:hover {
    color: #e56d00;
}
.breadcrumbs {
    padding: 0 0 20px 0;
}
.breadcrumbs a,
.breadcrumbs span {
    float: left;
    color: #c3c3c3;
    display: block;
    margin-right: 30px;
    position: relative;
    font: 13px/20px 'regular';
}
.breadcrumbs a:hover {
    color: #303030;
    text-decoration: underline;
}
.breadcrumbs a:after {
    top: 7px;
    width: 4px;
    content: '';
    height: 8px;
    right: -15px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat -75px -475px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.breadcrumbs div:last-child a:after {
    background: none;
}
.breadcrumbs span {
    text-decoration: underline;
}
.breadcrumbs span:after {
    display: none;
}
.page-title {
    padding: 0 0 20px 0;
}
.item-preview {
    float: left;
}
.item-carousel {
    width: 370px;
    padding: 30px;
    border: 1px solid #e9eaec;
}
.item-carousel .main-picture {
    display: block;
    padding-bottom: 20px;
}    
.item-carousel .carousel-preview {
    border-top: 1px solid #e9eaec;
    padding-top: 25px;
    position: relative;
}
.item-carousel .main-picture a {
    display: block;
    text-align: center;
}
.item-carousel .main-picture a > img {
    max-height: 310px;
}
.item-carousel .bx-wrapper {
    margin-bottom: 0;
}
.item-carousel .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url('../images/info-arrow.png') no-repeat 0px 0px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.item-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.item-carousel .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.carousel-preview .small-preview {
    width: 90px;
    display: block;
}
.item-description {
    font-size: 15px;
    overflow: hidden;
    max-height: 490px;
    line-height: 20px;
    position: relative;
    padding: 25px 30px 0 30px;
    border-top: 1px solid #e9eaec;
}
.item-description:after {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 98px;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(233, 234, 236, 0)));
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(233, 234, 236, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, rgba(233, 234, 236, 0) 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0%, rgba(233, 234, 236, 0) 100%);
    background-image: linear-gradient(to top, #ffffff 0%, rgba(233, 234, 236, 0) 100%);
}
.item-description .block-string {
    display: block;
    padding-bottom: 10px;
    font-family: 'semibold';
}
.item-description.uncollapsed {
    border-bottom: none;
    max-height: 100%;
    margin-bottom: 10px;
}
.item-description p {
    margin-bottom: 20px;
}
.item-description p:last-of-type {
    margin: 0;
}
.item-description a:hover {
    text-decoration: underline;
}

.styled_list {
    padding: 0 0 20px 24px;
}
.styled_list > li {
    list-style-type: disc;
    color: #e56d00;
}
.styled_list > li > span {
    color: #303030;
}
.smart-item {
    min-height: 568px;
    padding: 30px 30px 10px;
    border: 1px solid #e9eaec;
    border-top: none;
    border-left: none;
    font-family: 'regular';
}

.smart-item.collection {
    min-height: 100%;
    padding: 15px 15px 10px;
}

.smart-item a {
    display: block;
}
.smart-item .item-name {
    display: block;
    color: #303030;
    margin: 10px 0;
    font-family: regular;
    overflow: hidden;
}
.smart-item .btn_buy {
    margin-bottom: 15px;
}
.characteristics {
    position: relative;
    padding-bottom: 5px;
}
.characteristics a {
    font-size: 16px;
}
.cheaper {
    padding-bottom: 10px;
    position: relative;
}
.cheaper a {
    color: #717171;
    font-size: 13px;
}
.smart-item .characteristics {
    position: initial;
}
.b_characteristics {
    top: 10px;
    left: 110px;
    padding: 15px 0;
}
.b_characteristics .b_heading {
    margin-bottom: 20px;
}
.b_characteristics h5 {
    padding: 0 20px;
    margin: 0 0 15px;
    display: inline;
}
.b_characteristics table {
    width: 100%;
}
.b_characteristics table tr {
    background-color: #f6f7f7;
}
.b_characteristics table tr td {
    font-size: 13px;
    padding: 0 20px;
    line-height: 30px;
}
.b_characteristics table tr td:first-of-type {
    text-align: left;
    font-family: 'regular';
}
.b_characteristics table tr td:last-of-type {
    text-align: right;
    font-family: 'regular';
}
.b_characteristics table tr:nth-child(2n) {
    background-color: #fff;
}
.b_characteristics a {
    color: #e56d00;
    text-decoration: underline;
    font-size: 13px;
    display: inline;
}
.b_cheaper_form {
    top: 11px;
    left: 80px;
    padding: 20px;
}
.b_cheaper_form .btn-close {
    top: -15px;
    right: -5px;
    cursor: pointer;
}
.b_cheaper_form h4 {
    color: #303030;
    margin: 0 0 15px;
    font: 16px 'regular';
}
.b_cheaper_form p {
    font: 13px 'regular';
    margin-bottom: 15px;
}
.b_cheaper_form p b {
    display: block;
    font-family: 'semibold';
}
.hidden_item_block {
    z-index: 1;
    min-width: 300px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.hidden_item_block .form-group label {
    float: left;
    width: 75px;
    margin: 0;
    font: 13px 'semibold';
}
.hidden_item_block .form-group label .require {
    color: #ff0000;
}
.hidden_item_block .form-group input,
.hidden_item_block .form-group textarea {
    float: right;
    width: 180px;
    height: 26px;
    font: 13px/20px 'regular';
    padding: 0 10px;
    border: 1px solid #c9c9c9;
}
.hidden_item_block .form-group textarea {
    height: 90px;
    resize: none;
    padding: 5px 10px;
}
.btn-transparent {
    width: 170px;
    height: 40px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 15px auto 0;
    font: 16px 'regular';
    color: #e56d00;
    background-color: #fff;
    border: 1px solid #ef7f1a;
}
.btn-transparent:hover {
    background-color: #ef7f1a;
    color: #fff;
}
.btn-transparent.masked {
    font-size: 0;
    color: #303030;
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
}
.btn-transparent.masked:after {
    font-size: 13px;
    content: "Отправлено";
    text-transform: uppercase;
}
.price {
    padding-bottom: 5px;
}
.price strong {
    font-size: 22px;
    font-weight: 400;
    font-family: 'regular';
}
.price span {
    font-size: 15px;
    font-family: 'regular';
}
.discount {
    cursor: pointer;
    display: inline;
    position: relative;
}
.discount small {
    color: #717171;
    font-size: 13px;
    line-height: 26px;
}
.discount .faq_i {
    top: 50%;
    margin-top: -10px;
    right: -30px;
    display: block;
    position: absolute;
    border: 1px solid #ef7f1a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.discount .faq_i:after {
    content: '?';
    width: 20px;
    display: block;
    height: 20px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    color: #e56d00;
}
.list-items {
    border-right: none;
    border-top: 1px solid #e9eaec;
    border-left: 1px solid #e9eaec;
}
.calculator {
    padding: 15px 0;
}
.calculator .width-box {
    vertical-align: middle;
}
.calculator .part {
    position: relative;
    float: left;
}
.calculator .part .counter_buttons {
    top: 0px;
    right: -19px;
    cursor: pointer;
    position: absolute;
    min-height: 38px;
    min-width: 20px;
    max-height: 40px;
    border: 1px solid #d0d0d0;
}
.calculator .part .counter_buttons span {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../images/counter.png') no-repeat;
}
.calculator .part .counter_buttons span.minus {
    background-position: 0px -20px;
}
.calculator .part .counter_buttons span.plus {
    background-position: 0px 0px;
    border-bottom: 1px solid #d0d0d0;
}
.calculator input {
    width: 40px;
    height: 38px;
    text-align: center;
    color: #717171;
    padding: 0px 2px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.calculator label {
    float: left;
    color: #717171;
    padding: 8px 0;
    font-size: 13px;
    font-weight: normal;
    margin: 0 4px 0 24px;
}
.btn_buy {
    width: 100%;
    min-height: 40px;
    background-color: #ef7f1a;
    text-align: center;
    border: none;
    color: #fff;
    font: 16px/20px 'regular';
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn_buy:hover {
    background-color: rgba(203, 100, 7, 0.9);
}
.custom-checkbox input:checked + label,
.custom-checkbox input[checked="checked"] + label {
    color: #e56d00;
}
/*.custom-checkbox input:checked + label:before,*/
.custom-checkbox input[checked="checked"] + label:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -263px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.custom-checkbox label {
    cursor: pointer;
    color: #717171;
    position: relative;
    padding-left: 20px;
    font: 13px/20px 'regular';
}
.custom-checkbox label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #939393;
}
.b_discount {
    top: 20px;
    left: 50%;
    width: 220px;
    padding: 15px;
    min-width: 220px;
    margin-left: -78px;
    background-color: #fff;
}
.b_discount .picture {
    width: 75px;
    margin: 10px auto;
}
.b_discount p {
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    font: 13px/20px 'regular';
}
.b_discount p b {
    font-size: 20px;
    font-family: 'regular';
}
.item-manipulation {
    position: relative;
}
.notification {
    top: 45px;
    z-index: 1;
    left: 50%;
    margin-left: -175px;
    color: #fff;
    min-width: 350px;
    position: absolute;
    padding-right: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font: 13px/18px 'regular';
    background-color: #303030;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.additional-tip {
    padding: 10px;
    border: 1px solid #ef7f1a;
    margin: 10px 0 20px 0;
    border-radius: 3px;
    font-family: 'regular';
}

.additional-tip a {
    text-decoration: underline;
}

.additional-tip a:hover {
    text-decoration: none;
}

.compare-note {
    top: 25px;
}

.compare-note p {
    padding: 12px 10px;
    margin-left: 10px !important;
}

.notification:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #303030;
}
.notification p {
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
}
.notification p a {
    color: #ffe280;
    display: inline;
}
.notification p a:hover {
    text-decoration: underline;
}
.btn-to {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    border: 2px solid #fff;
    background-color: #ef7f19;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.btn-to.basket,
.btn-to.compare {
    margin: 4px;
    float: left;
    vertical-align: middle;
    display: inline-block !important;
}
.btn-to.basket:after {
    top: 12px;
    left: 5px;
    content: '';
    width: 33px;
    height: 27px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -116px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.btn-to.compare:after {
    top: 4px;
    left: 9px;
    width: 32px;
    height: 42px;
    content: '';
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -297px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 70px 510px;
}
.btn-to:hover {
    border-color: #ef7f1a;
}
.primary-close {
    top: 9px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ef7f1a;
}
.primary-close:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    margin: 10px auto;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -287px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.primary-close:hover {
    border-color: #ef7f1a;
}
.paginator {
    padding: 40px 0;
    text-align: center;
}
.paginator .active a,
.paginator li:hover a {
    color: #e56d00;
}
.paginator > ul > li {
    vertical-align: top;
    display: inline-block;
}
.paginator > ul > li a {
    padding: 5px;
    display: block;
    color: #717171;
    min-width: 30px;
    min-height: 30px;
    font: 16px/20px 'regular';
}
.paginator > ul > li a:hover {
    text-decoration: underline;
}
.paginator .disable {
    padding: 5px;
    display: block;
    min-width: 30px;
    min-height: 30px;
    color: #e56d00;
    font: 16px/20px 'regular';
}
.paginator > ul.main-paginator li.active {
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ef7f1a;
}
.paginator .next a {
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url('../images/i-open.png') no-repeat 0 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.paginator > ul.secondary-paginator li > a {
    padding: 5px;
}
.producer-info {
    padding: 0 15px 40px;
    border-top: 1px solid #e9eaec;
}
.producer-info h6 {
    margin: 30px 0;
}
.producer-info p {
    margin-bottom: 20px;
    font: 15px 'regular';
}
.producer-info p:last-of-type {
    margin-bottom: 0;
}
.producer-info a:hover {
    text-decoration: underline;
}
.b_filter .filter-trigger {
    cursor: pointer;
    min-height: 50px;
    position: relative;
    padding: 13px 17px;
    border: 1px solid #e0e0e0;
}
.b_filter .filter-trigger > h2 {
    margin: 0;
    font: 15px 'regular';
    letter-spacing: -1px;
    color: #e56d00;
}
.b_filter .filter-trigger.arrow-trigger:after {
    display: block;
}
.b_filter .filter-trigger.toggled.arrow-trigger:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.b_filter .filter-accordion {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.b_filter .heading {
    cursor: pointer;
    position: relative;
}
.b_filter .heading > span {
    display: block;
    padding: 15px 30px 15px 0px !important;
    font: 16px 'regular';
    border-top: 1px solid #e0e0e0;
}
.b_filter .heading > span:hover {
    color: #e56d00;
}
.b_filter .heading > span:after {
    right: 20px;
    display: block;
}
.b_filter .heading.toggled > span {
    color: #e56d00;
}
.b_filter .heading.toggled > span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.b_filter .acc-body {
    padding: 15px 20px 0;
    border-top: 1px solid #e0e0e0;
}
.b_filter .acc-body .disable label {
    cursor: default;
    color: #c7c7c7;
}
.b_filter .acc-body .disable label:before {
    border-color: #c7c7c7;
    background-color: #c7c7c7;
}

@media (max-width: 767px) and (min-width: 320px) {
    .b_filter .acc-body .disable label:before {
        border-color: #939393;
        background-color: #fff;
    }
}

.b_filter .custom-checkbox {
    font-size: 13px;
    padding-bottom: 15px;
    height: 38px;
}

.b_filter .custom-checkbox label {
    margin: 0;
    color: #262626;
    line-height: 15px;
    padding-left: 25px;
    font-family: 'regular';
}
.b_filter .custom-checkbox label:before {
    top: 0px;
    left: 0px;
    margin-top: 0;
}
.b_filter .setting-trigger {
    display: block;
    font: 13px 'regular';
    color: #e56d00;
    padding-bottom: 15px;
}
.b_filter .setting-trigger:hover {
    text-decoration: underline;
}
.setting-trigger {
    display: block;
    font: 13px 'regular';
    color: #e56d00;
    padding-bottom: 15px;
}
.setting-trigger:hover {
    text-decoration: underline;
}
.b_button {
    padding-bottom: 10px;
}
.primary-btn {
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font: 16px/40px 'regular';
    background-color: #ef7f1a;
}
.primary-btn:focus {
    background-color: #DB6B05;
}
.pricepool label {
    color: #717171;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0 !important;
}
.pricepool label:before {
    display: none;
}
.pricepool .price-field, .slider-field {
    width: 100px;
    height: 28px;
    color: #303030;
    padding: 0 5px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font: 15px 'regular';
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
}
.price-line {
    width: 90%;
    height: 20px;
    margin: 0 auto 15px;
}
.price-line.noUi-target {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e9eaec;
}
.price-line .noUi-base {
    height: 20px;
}
.price-line .noUi-base .noUi-origin {
    background: #bebebf;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.price-line .noUi-base .noUi-origin .noUi-handle {
    width: 23px;
    top: -2px;
    height: 23px;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #ef7f1a;
}
.price-line .noUi-base .noUi-origin .noUi-handle:before,
.price-line .noUi-base .noUi-origin .noUi-handle:after {
    display: none;
}
.price-line .noUi-base .noUi-connect {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ef7f1a;
}
.catalog {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.catalog .smart-item {
    min-height: 100%;
    padding: 15px 15px 10px;
}
.b_sortbar {
    padding: 6px 0;
    min-height: 40px;
    font: 15px 'regular';
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.b_sortbar span,
.b_sortbar a {
    position: relative;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.b_sortbar span {
    color: #303030;
}
.b_sortbar a {
    color: #717171;
}
.b_sortbar a:hover {
    color: #e56d00;
}
.b_sortbar a.active {
    padding-right: 15px;
    color: #e56d00;
}
.b_sortbar a.active:after {
    content: '';
    top: 50%;
    right: 3px;
    width: 10px;
    height: 6px;
    margin-top: -2px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat -27px -42px;
    -moz-background-size: 81px 535px;
    -o-background-size: 81px 535px;
    background-size: 81px 535px;
}
.b_sortbar a.active.lower:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.b_sortbar a.active.upper:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.b_tags .tags {
    height: 40px;
    margin: 20px 0 0;
    overflow: hidden;
}
.b_tags .tags.toggled {
    height: 100%;
    overflow: visible;
}
.section-list {
    padding-right: 0;
}
.section-list h1 {
    margin-bottom: 20px;
}
.section-list .catalog {
    margin-top: 20px;
}
.tag_ticket {
    float: left;
    display: block;
    color: #303030;
    min-height: 30px;
    padding: 7px 32px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 10px 10px 0;
    font: 13px/14px 'regular';
    background-color: #fdebdd;
}
.tag_ticket .btn_rmv_tag {
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
    border: none;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}
.tag_ticket .btn_rmv_tag:after {
    top: 50%;
    left: 50%;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    margin: -6px 0 0 -6px;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -525px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.tag_ticket .btn_rmv_tag:hover {
    border: 1px solid #979797;
}
.tag_ticket .btn_rmv_tag:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tags_control {
    margin: 10px 0 0;
}
.tags_control .rounded {
    display: inline;
    min-height: 30px;
    margin-left: 10px;
    padding: 5px 20px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font: 13px/14px 'regular';
    border: 1px solid #303030;
}
.tags_control .reset {
    color: #e56d00;
    border-color: #ef7f1a;
}
.tags_control .view {
    color: #717171;
    border-color: #939393;
}
.sorted {
    top: 245px;
    z-index: 2;
    right: -330px;
    padding: 0 18px;
    min-width: 350px;
    min-height: 40px;
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sorted p {
    margin: 0;
    padding: 9px 0px;
    vertical-align: top;
    font: 15px 'regular';
}
.sorted p span {
    font-family: 'semibold';
}
.sorted .primary-btn {
    top: 0;
    right: 0;
    width: 150px;
    position: absolute;
}
.clear {
    clear: both;
}
.b-email {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9eaec;
    color: #2f2f2f;
    font-family: 'regular', sans-serif;
    font-size: 15px;
}
.b-email span {
    display: block;
}
.b-email span a {
    text-decoration: underline;
}
.b-email span a:hover {
    text-decoration: none;
}
.b-town-adress {
    border-bottom: 1px solid #e9eaec;
    padding-bottom: 30px;
}
.b-town-adress h2 {
    color: #2f2f2f;
    font-family: 'semibold', sans-serif;
    font-size: 20px;
    background: url(../images/i-open.png) no-repeat;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
    line-height: 40px;
    padding-left: 55px;
    margin-bottom: 15px;
}
.tphone {
    color: #303030;
    font-family: 'regular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-left: 55px;
}
.small-map .map,
.large-map .map {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.small-map,
.large-map {
    overflow: hidden;
}
.contacts-hidden {
    display: none;
}
.b-town-adress h3 {
    color: #2f2f2f;
    font-family: 'semibold', sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
}
.th-adress {
    color: #303030;
    font-family: 'regular', sans-serif;
    font-size: 15px;
    padding-left: 55px;
    margin-bottom: 30px;
}
.attent {
    color: #ff0000;
    font-family: 'regular', sans-serif;
    font-size: 15px;
    font-style: italic;
    padding-left: 55px;
    margin-bottom: 40px;
}
.b-about-page h1 {
    margin-bottom: 20px;
}
.advantages p {
    background: url(../images/circle.png) no-repeat;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    padding-left: 40px;
    color: #616161;
    font-family: 'regular', sans-serif;
    font-size: 15px;
}
.img-place {
    margin-bottom: 40px;
}
.b-about-page p {
    margin-bottom: 30px;
    color: #181818;
    font-family: 'regular', sans-serif;
    font-size: 15px;
}
.b-details h3 {
    font-family: 'regular', sans-serif;
    color: #181818;
    font-size: 18px;
    margin-bottom: 25px;
}
.advantages span {
    margin-bottom: 30px;
    display: block;
    color: #181818;
    font-family: 'regular', sans-serif;
    font-size: 15px;
}
.d-name {
    width: 30%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 15px;
    color: #181818;
    font-family: 'regular', sans-serif;
    font-size: 15px;
}
.d-parm {
    width: 68%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'regular', sans-serif;
}
.g-line {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 30px;
    margin-top: 15px;
}
.b-articles-page h1 {
    margin-bottom: 20px;
}
.b-articles-page .state-picture {
    display: block;
    float: left;
    width: 270px;
    margin-right: 30px;
}
.b-articles-page .at-text {
    overflow: hidden;
}
.b-articles-page .at-text h5 {
    margin-top: 0;
}
.b-articles-page .at-block.last {
    border-top: none;
    border-bottom: 1px solid #e9eaec;
    margin-bottom: 20px;
}
.at-block {
    padding: 30px 0;
    border-top: 1px solid #e9eaec;
}
.atc-list {
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: justify;
    border: 1px solid #e9eaec;
    margin-bottom: 20px;
}
.atc-list > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e9eaec;
    cursor: pointer;
}
.atc-list > li > a {
    display: block;
    color: #303030;
    padding: 14px 0;
    font: 16px 'regular';
}
.atc-list > li > a:hover {
    color: #e56d00;
}
.atc-list > li:last-child {
    border-right: none;
}
.b-text-page {
    margin-bottom: 30px;
}
.b-text-page h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.b-text-page h3 {
    margin: 0 0 20px;
    font: 18px 'regular';
}
.b-text-page p {
    color: #303030;
    font-size: 15px;
}
.b-text-page .head-text .picture {
    float: left;
    max-width: 270px;
    margin-right: 30px;
}
.b-text-page .head-text .text {
    overflow: hidden;
}
.b-text-page .main-picture {
    max-width: 710px;
    margin: 30px auto;
}
.ad-type {
    border-bottom: 1px solid #e9eaec;
    padding: 30px 0;
}
.ad-type h3 {
    font-family: 'semibold';
    font-size: 20px;
}
.ad-type p {
    font-family: 'regular', sans-serif;
    font-size: 15px;
}
.b-details {
    margin-bottom: 25px;
}
.atc-list li.active {
    background: #ef7f1a;
    color: #fff;
}
.atc-list li.active a {
    color: #fff;
}
.tx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
.ad-type._right img {
    max-width: 35%;
    float: right;
    margin-left: 30px;
}
.ad-type._left img {
    max-width: 35%;
    float: left;
    margin-right: 30px;
}
.at-text p {
    font-family: 'regular', sans-serif;
    font-size: 15px;
    color: #303030;
    line-height: 20px;
}
.at-text h5 a {
    font-family: 'regular', sans-serif;
    color: #303030;
    font-size: 18px;
    margin-bottom: 20px;
}
.at-text h5 a:hover {
    text-decoration: underline;
}
.b-articles-page .paginator {
    padding: 0px 0 20px;
}
.privilege h1 {
    margin-bottom: 20px;
}
.b_privilege {
    border-top: 1px solid #e0e0e0;
}
.b_privilege h5 {
    color: #303030;
    font: 20px 'semibold';
}
.article {
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
}
.article .text {
    float: right;
    padding-top: 30px;
    width: 57.692307692307686%;
}
.article .image {
    float: left;
    width: 37.60683760683761%;
}
.article:nth-child(2n) .text {
    float: left;
}
.article:nth-child(2n) .image {
    float: right;
}
.article h5 {
    margin-top: 0;
    font: 20px 'semibold';
}
.article a {
    text-decoration: underline;
}
.article p {
    color: #303030;
    margin-bottom: 0;
    font: 15px 'regular';
}
.single-tab .tab_controls li.active {
    width: 100%;
    background-color: #dadfe0;
}
.single-tab .tab_controls li.active > a {
    color: #303030;
    font-family: 'regular';
}
.b_interior {
    border-top: 1px solid #e0e0e0;
    padding-top: 45px;
}
.b_interior p {
    color: #303030;
    font-size: 15px;
}
.b_interior h6 {
    color: #303030;
    font: 20px 'regular';
}
.example-interior {
    text-align: center;
}
.example-interior div {
    width: 48%;
    padding: 40px 20px;
    max-width: 375px;
    vertical-align: top;
    display: inline-block;
}
.marked-list {
    padding-top: 10px;
    padding-left: 40px;
}
.marked-list > li {
    line-height: 30px;
    list-style-type: disc;
    color: #e56d00;
}
.marked-list > li > span {
    color: #303030;
}
.smart-item.collection img {
    margin-bottom: 10px;
}
.smart-item.collection span {
    display: block;
    color: #303030;
    line-height: 24px;
    font-family: 'regular';
}
.smart-item.collection span.name-collection {
    color: #e56d00;
}
.smart-item.collection span.price-collection {
    line-height: 34px;
}
.smart-item.collection span.price-collection strong {
    font-size: 22px;
    font-weight: 400;
}
.secondary-nav {
    width: 100%;
    min-height: 60px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #979797;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.secondary-nav > ul > li {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.secondary-nav > ul > li.toggled > a {
    color: #e56d00;
}
.secondary-nav > ul > li.toggled > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.secondary-nav > ul > li > a {
    display: block;
    color: #303030;
    padding: 20px 14px;
    position: relative;
    font: 14px/20px 'bold';
}
.secondary-nav > ul.adaptive-list {
    display: none;
}
.secondary-nav > ul.adaptive-list > li {
    display: block;
}
.secondary-nav > ul.secondary-adaptive-list {
    width: 100%;
    display: table;
}
.secondary-nav > ul.secondary-adaptive-list > li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #979797;
}
/*.secondary-nav > ul.secondary-adaptive-list > li.with-sub:hover > .sub-menu {
  display: block;
}*/
.secondary-nav > ul.secondary-adaptive-list > li:hover {
    background-color: #ef7f1a;
    border-right: 1px solid transparent;
}
.secondary-nav > ul.secondary-adaptive-list > li:hover > a {
    color: #fff;
}
.secondary-nav > ul.secondary-adaptive-list > li:last-of-type {
    border: none;
}
.sub-menu {
    left: 0px;
    top: 58px;
    z-index: 50;
    display: none;
    min-width: 320px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.sub-menu.right {
    right: 0;
    left: auto;
}
.sub-menu:before {
    content: '';
    display: block;
    min-height: 100px;
}
.sub-menu.puzzle:before {
    background: url('../images/puzzle-sub.jpg') no-repeat 0 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.sub-menu > li {
    padding: 10px 20px;
}
.sub-menu > li > a {
    color: #303030;
    font: 15px/20px 'regular';
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sub-menu > li:hover {
    padding-left: 16px;
    border-left: 4px solid #ef7f1a;
}
.sub-menu > li:hover > a {
    color: #e56d00;
}
.arrow-trigger:after {
    top: 50%;
    right: 18px;
    content: '';
    width: 16px;
    height: 9px;
    display: none;
    margin-top: -5px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -42px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.order-info aside {
    margin-bottom: 20px;
}
.order-info aside .width-box.simple-box {
    margin-bottom: 20px;
}
.order-info aside .width-box.simple-box .simple-field {
    width: 100%;
    padding: 10px;
    color: #303030;
    background: #fff;
    font: 16px/16px 'regular';
    border: 1px solid #e9eaec;
}
.order-info aside .width-box.simple-box .simple-field::-webkit-input-placeholder {
    line-height: 24px;
}
.order-info aside .width-box.simple-box .simple-field::-moz-placeholder {
    line-height: 24px;
}
.order-info aside .width-box.simple-box .simple-field:-moz-placeholder {
    line-height: 24px;
}
.order-info aside .width-box.simple-box .simple-field:-ms-input-placeholder {
    line-height: 24px;
}
.simple-button {
    color: #fff;
    width: 100%;
    border: none;
    outline: 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 12px 0 14px;
    font: 18px 'regular';
    background-color: #ef7f1a;
}
.hotline {
    min-height: 350px;
    text-align: center;
}
.hotline,
.order-table {
    border: 1px solid #e9eaec;
}
.hotline h4 {
    margin: 30px 0;
}
.hotline .phone-pic {
    width: 190px;
    display: block;
    margin: 0 auto 20px;
}
.hotline .text-center.text-bold {
    font-size: 25px;
}
.hotline .text-center.text-bold {
    font-size: 25px;
}
.hotline .text-center {
    display: block;
    line-height: 30px;
}
.hotline .text-center.text-light {
    color: #717171;
    font-size: 18px;
}
.hotline .text-center.text-bold {
    font-size: 25px;
}
section {
    overflow: hidden;
    min-height: 548px;
    position: relative;
    margin-bottom: 30px;
}
section.familiarize {
    border: 1px solid #e9eaec;
}
section .text-center {
    color: #303030;
    margin: 45px 100px 40px;
    font: 16px/30px 'regular';
}
section.bg_tip:after {
    right: 90px;
    content: '';
    width: 300px;
    bottom: -50px;
    height: 345px;
    position: absolute;
    background: url(../images/tip.png) 0 no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.item-table,
.order-table {
    width: 100%;
    margin-bottom: 30px;
}
.item-table .b_item,
.item-table .thead,
.item-table_m .item_m,
.order-table td {
    border-bottom: 1px solid #e9eaec;
}
.item-card,
.order-table td:first-of-type,
.photo-item-preview {
    border-right: 1px solid #e9eaec;
}
.order-table td {
    padding: 5px 0;
}
.order-table td .row-field {
    display: block;
    padding: 7px 20px;
}
.semi-text {
    font-family: 'regular';
}
.order-table td .row-field {
    display: block;
    padding: 7px 20px;
}
.action-button {
    cursor: pointer;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 25px 11px;
    background-color: #ef7f19;
    font: 15px 'regular';
}
.action-button.m-5 {
    margin-left: 5px;
}
.bordered-module,
.item-table {
    border: 1px solid #e9eaec;
}
.item-table .thead td {
    color: #303030;
    padding: 12px 0;
    font: 16px 'regular';
}
.item-table td {
    color: #303030;
    text-align: center;
    font: 15px 'regular';
}
.item-table .thead {
    background-color: #f3f3f3;
}
.item-table td.bordered {
    width: 250px;
    padding-left: 20px;
    text-align: left;
    font-family: 'regular';
}
.item-table .photo {
    width: 90px;
    display: block;
    margin: 30px auto;
}
.item-table td.bordered {
    border-left: 1px solid #e9eaec;
}
.item-table td.bordered .art {
    display: block;
    color: #e56d00;
    font-size: 13px;
}
.item-table td.bordered .name {
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 13px;
}
.item-table td.bordered .weight {
    display: block;
    font-size: 13px;
    color: #717171;
}
.total-module {
    width: 100%;
    min-height: 150px;
    padding: 45px 30px;
}
.total-module .order-weight {
    font: 15px 'regular';
}
.total-module .order-total {
    font: 20px 'semibold';
}
.total-module .order-total strong {
    color: #e56d00;
}
.total-module p {
    margin: 0;
    color: #303030;
}
.item-table_m {
    border-top: 1px solid #e9eaec;
}
.item-table_m .item_m {
    padding: 15px 0;
}
.item-table_m .photo {
    float: left;
    width: 100px;
    display: block;
    margin-right: 15px;
}
.item-table_m .section-item {
    overflow: hidden;
    font-family: 'regular';
}
.item-table_m .section-item p {
    margin: 0;
}
.item-table_m .section-item .name {
    color: #303030;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 18px;
}
.item-table_m .section-item .art {
    color: #e56d00;
    font-size: 10px;
}
.item_m {
    font-family: 'regular';
}
.item-table_m .section-item .weight {
    color: #717171;
    font-size: 10px;
}
.bottom-info {
    font-size: 0;
    text-align: right;
    padding-top: 10px;
}
.bottom-info div {
    font-size: 12px;
    margin-left: 17px;
    vertical-align: top;
    display: inline-block;
}
.item-table_m .item_m:last-of-type {
    border-bottom: none;
}
.contacts-page .holder {
    padding-bottom: 20px;
}
.contacts-page small {
    display: block;
    font: 15px 'regular';
    margin-bottom: 40px;
}
.contacts-page h1 {
    margin-bottom: 20px;
}
.contacts-page .bordered {
    padding: 30px 0;
    font-family: 'regular';
    border-top: 1px solid #e9eaec;
}
.contacts-page .bordered a {
    text-decoration: underline;
}
.contacts-page .bordered a:hover {
    text-decoration: none;
}
.contacts-page .contacts-accordion strong {
    font-family: 'semibold';
}
.contacts-page .contacts-accordion .heading-acc {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #e9eaec;
}
.contacts-page .contacts-accordion .trigger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/i-open.png') no-repeat 0 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.contacts-page .contacts-accordion .trigger.toggled {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.contacts-page .contacts-accordion h2 {
    margin: 0;
    color: #303030;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'semibold';
}
.contacts-page .contacts-accordion .body-acc {
    font-size: 15px;
}
.contacts-page .contacts-accordion .body-acc p {
    padding: 0 57px;
    font: 15px 'regular';
}
.contacts-page h5 {
    margin: 0;
    margin-bottom: 15px;
    font: 15px 'semibold';
}
#mini-map {
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
}
.map-preview {
    margin-bottom: 40px;
}
.map-preview img {
    width: 100%;
    max-height: 400px;
}
#fullsize-map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}
i.reqired {
    display: block;
    color: #ff0000;
    font-size: 15px;
    font-style: italic;
    padding-left: 55px;
    padding-bottom: 40px;
}
.card-item {
    padding: 30px;
    display: block;
}
.card-item img {
    margin: 0 auto;
}
.about-card {
    padding: 24px 20px;
}
.about-card button {
    font-size: 14px;
    max-width: 150px;
    min-width: 150px;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: auto !important;
}
.about-card button.secondary-btn {
    margin: 0;
}
.about-card form {
    font-size: 0;
    margin-top: 10px;
    position: relative;
}
.about-card .price {
    font-family: 'regular';
}
.about-card .price a {
    font-size: 24px;
}
.about-card .dicsount {
    color: #717171;
    position: relative;
    font: 15px/30px 'regular';
}
.about-card .cheaper {
    color: #717171;
    font: 13px/30px 'regular';
}
.about-card .cheaper:hover {
    text-decoration: underline;
}
.simple-border {
    margin-bottom: 30px;
    border: 1px solid #e9eaec;
}
.producer-item {
    padding: 20px;
    min-height: 200px;
}
.producer-item table {
    width: 100%;
}
.producer-item table tr td {
    color: #717171;
    font: 15px/30px 'regular';
}
.producer-item table tr td a:hover {
    text-decoration: underline;
}
.secondary-btn {
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font: 16px/40px 'regular';
    background-color: #939393;
}
.secondary-btn:focus {
    background-color: #777;
}
.card-discount {
    color: #717171;
    position: relative;
    font: 15px 'regular';
}
.card-discount .b_discount b {
    color: #303030;
}
.tab-controls {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}
.tab-controls li {
    float: left;
    text-align: center;
    position: relative;
    /*min-width: 31.62393162393162%;*/
    border-right: 1px solid #e0e0e0;
}
.tab-controls li a:before {
    left: 0px;
    top: -1px;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    background-color: transparent;
}
.tab-controls li a {
    display: block;
    color: #717171;
    padding: 15px 0;
    font: 16px 'regular';
}
.tab-controls li.active a:before,
.tab-controls li:hover a:before {
    background-color: #ef7f1a;
}
.tab-controls li.active > a {
    color: #e56d00;
}
.tab-controls li:last-of-type a {
    border-right: none;
}
@media (max-width: 767px) and (min-width: 320px) {
    .tab-controls li.pod-fullwidth {
        width: 100%;
    }
}
.table-tabs {
    margin-bottom: 30px;
}
.table-tabs .tab-content > .active {
    padding: 0;
}
.lg-table {
    width: 100%;
    border-top: 1px solid #e9eaec;
    border-right: 1px solid #e9eaec;
}
.lg-table .tr {
    width: 100%;
    display: table;
    background-color: #f6f7f7;
}
.lg-table .tr:nth-child(2n) {
    background: #fff;
}
.lg-table .tr .td {
    color: #303030;
    font: 15px 'regular';
    padding: 15px 20px;
    display: table-cell;
    vertical-align: middle;
    width: 62.06185567010309%;
    border-left: 1px solid #e9eaec;
    border-bottom: 1px solid #e9eaec;
}
.lg-table .tr .td:first-of-type {
    width: 28.5%;
    border-right: none;
}
.card-controls {
    padding: 20px 0;
}
.card-controls .art {
    font: 16px 'regular';
    color: #e56d00;
    padding-top: 5px;
}
.card-controls .custom-checkbox {
    padding-top: 3px;
    position: relative;
}
.item-propeperties {
    padding: 20px 30px;
}
.reckoning h5 {
    margin-bottom: 25px;
    font: 16px 'regular';
    color: #e56d00;
}
.reckoning .calculator {
    padding: 0;
}
.reckoning .width-box .part {
    margin-bottom: 10px;
}
.reckoning .width-box label {
    color: #303030;
    margin: 0 10px 0 0;
    font: 15px 'regular';
}
.reckoning .width-box > .metraj {
    margin-right: 0;
    margin-left: 30px;
}
.fixed-label {
    min-width: 150px;
}
.item-total {
    margin: 10px 0;
}
.item-total p {
    color: #717171;
    font-size: 22px;
}
.item-total p .simple {
    color: #303030;
}
.discount-info {
    padding: 20px;
    font: 15px 'regular';
    background-color: #fff6d9;
}
.discount-info p {
    margin: 0;
}
.primary-btn {
    position: relative;
}
.primary-btn.sm {
    max-width: 200px;
}
.primary-btn.sm:before {
    content: '';
    width: 34px;
    height: 28px;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -116px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    margin: 0;
    margin-right: 20px;
}
.additional {
    margin-top: 10px;
    color: #717171;
    font-family: 'regular';
}
.additional p {
    font-size: 15px;
}
.additional small {
    font-size: 13px;
}
.collection-name {
    color: #fff;
    display: block;
    /*cursor: pointer;*/
    /*width: 370px;*/
    position: relative;
    padding: 14px 10px;
    font: 16px 'regular';
    background-color: #ef7f1a;
}
.collection-name:after {
    top: 50%;
    content: '';
    width: 17px;
    height: 8px;
    right: 15px;
    display: none;
    margin-top: -4px;
    position: absolute;
    background: url('../images/main-s312b3639d7.png') no-repeat 0 -287px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
}
.collection-preview .item-preview {
    margin-bottom: 20px;
}
.collection-preview .item-carousel {
    width: auto;
    padding: 30px 20px;
}
.collection-preview .item-carousel .main-picture a img {
    margin: 0 auto;
}
.other-items-head {
    padding: 14px 10px;
    font: 16px 'regular';
    background-color: #dadfe0;
}

.grid {
    margin-bottom: 20px;
    border-right: 1px solid #e0e0e0;
}
.grid .other-item {
    color: #303030;
    padding: 25px;
    display: block;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.grid .other-item img {
    margin-bottom: 10px;
}
.grid .other-item .item_name {
    display: block;
    font-size: 14px;
    font-family: 'regular';
}
.grid .other-item .item_maker {
    display: block;
    color: #777777;
    font-size: 14px;
    font-family: 'regular';
}
.grid .other-item .item_price {
    color: #181818;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'semibold';
}
.also-head {
    color: #fff;
    font-size: 16px;
    padding: 14px 15px;
    font-family: 'regular';
    background-color: #303030;
}

.also .tab_parent {
    border: 1px solid #e0e0e0;
}
.also .tab_parent li {
    width: auto;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
}
.also .tab_parent li.active {
    background-color: #f3f3f3;
}
.also .tab_parent li.active>a {
    color: #303030;
}
.also .tab_parent li a {
    color: #717171;
    font-size: 16px;
    padding: 4px 10px;
    font-family: 'regular';
}
.collection-preview,
.other-items,
.also {
    margin-bottom: 20px;
}

.all-collections {
    display: block;
    font-size: 15px;
    padding: 8px 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 20px auto 0;
    font-family: 'regular';
    border: 1px solid #ef7f1a;
}

.city-select h1 {
    display: inline-block;
    margin-right: 15px;
}

.city-select {
    border-bottom: 1px solid #e9eaec;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.city-select select {
    color: #e56d00;
    height: 50px;
    width: 290px;
    padding-left: 15px;
    background: transparent url(../images/main-s312b3639d7.png)no-repeat 266px -22px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 16px;
    font-family: 'regular', sans-serif;
    cursor: pointer;
}

.d-img .action-button {
    width: 100%;
    display: block;
}

.delivery-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9eaec;
}

.d-img {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.d-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
}

.d-description {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    clear: both;
    padding-left: 30px;
}

.delivery-type h2 {
    font-size: 18px;
    font-size: 'semibold', sans-serif;
    margin: 0;
    padding: 0;
    color: #303030;
    margin-bottom: 30px;
}

.delivery-type h3 {
    font-size: 15px;
    color: #303030;
    font-family: 'regular', sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.delivery-type p {
    font-size: 15px;
    font-family: 'regular', sans-serif;
    color: #303030;
    margin-bottom: 20px;
}

.delivery-type ul {
    margin-left: 37px;
}

.delivery-type ul li {
    list-style: disc;
    color: #e56d00;
    margin-bottom: 10px;
}

.delivery-type ul li span {
    color: #303030;
}

.delivery-type ul li p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'regular', sans-serif;
    color: #303030;
    padding-left: 20px;
    margin-top: 10px;
}

.delivery-type .fnl {
    font-size: 15px;
    font-family: 'regular', sans-serif;
    color: #303030;
    display: block;
}

.d-description p span {
    color: #e56d00;
}

@media(max-width: 1024px) {
    .d-img {
        width: 25%;
    }
    .d-description {
        width: 75%;
    }
    .d-img .action-button {
        padding: 9px 10px 11px
    }
    .delivery-type p,
    .delivery-type h3,
    .delivery-type ul li span,
    .delivery-type .fnl,
    .delivery-bonus > ul > li span,
    .delivery-type ul li p {
        font-size: 13px;
    }
    .delivery-type h2 {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .delivery-type h2 {
        font-size: 14px;
    }
    .delivery-type p,
    .delivery-type h3,
    .delivery-type ul li span,
    .delivery-type .fnl,
    .delivery-bonus > ul > li span,
    .delivery-type ul li p {
        font-size: 12px;
    }
    .d-img {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    .d-img img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .d-img .action-button {
        max-width: 290px;
        margin: 0 auto;
    }
    .d-description {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .delivery-bonus > ul > li {
        border: none;
        text-align: center;
    }
    .delivery-bonus > ul > li i {
        display: block;
        margin: 0 auto;
    }
    .delivery-type ul {
        margin-left: 15px;
    }
}




.basket h2 {
    color: #303030;
    font-size: 22px;
}
.b_user-info {
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #e9eaec;
}
.b_user-info .primary-btn {
    margin: 15px 0 0;
    max-width: 310px;
}
.b_user-info .width-box {
    padding: 10px 30px;
}
.b_user-info .styled-width {
    padding: 10px 0;
    margin-top: 5px;
    border-top: 1px solid #e9e9eb;
    border-bottom: 1px solid #e9e9eb;
}
.b_user-info label {
    color: #303030;
    display: block;
    cursor: pointer;
    font: 15px 'regular';
}
.b_user-info label .required {
    color: #ff0000;
}
.b_user-info p {
    color: #e56d00;
    font: 13px 'regular';
    margin: 10px 0 0;
}
.b_user-info .user-fields {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #e9e9eb;
}
.b_user-info select.user-fields {
    color: #717171;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 15px 'regular';
    -webkit-appearance: none;
    background: #ffffff url('../images/select.png') no-repeat right top;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    background-size: 42px auto;
}
.b_user-info textarea.user-fields {
    resize: none;
    height: 100px;
}
.basket .calculator {
    padding: 0;
}
.basket .calculator input {
    width: 50px;
}
.remove-item {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    cursor: pointer;
    background: url('../images/delete.png') no-repeat center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.item-table_m .section-item {
    position: relative;
}
.item-table_m .remove-item {
    position: absolute;
    right: 0;
    top: 0;
}
.basket .item-table_m .section-item p {
    max-width: 150px;
}
.total-module .additional-total {
    color: #1b9d0a;
    font-size: 15px;
    line-height: 30px;
    font-family: 'regular';
}
.total-module .additional-total strong {
    font-family: 'semibold';
    font-size: 20px;
}

.bakset .total-module {
    margin-bottom: 40px;
}
/*.comparence-nav {
  margin-bottom: 20px;
  border: 1px solid #e9eaec;
}
.comparence-nav a {
  float: left;
  color: #303030;
  display: block;
  padding: 15px 30px;
  border-right: 1px solid #e9eaec;
}
.comparence-nav a:hover {
 color: #e56d00;
}
.comparence-nav a.active {
  color: #fff;
  font-family: 'regular';
  background-color: #ef7f1a;
}*/




/*20 july*/
.main-info {
    position: relative;
}
.arrow_trigger {
    left: 60%;
    z-index: 2;
    bottom: 0px;
    width: 60px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    /*margin-left: -30px;*/
    background: url('../images/info-arrow.png') no-repeat 0px 0px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.item-description.uncollapsed:after {
    display: none;
}
.item-description.uncollapsed {
    padding-bottom: 30px;
}
.item-description.uncollapsed + .arrow_trigger {
    bottom: -30px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.reckoning .calculator .input-count-small {
    width: 60px;
}
.b_one-click label .asteriks {
    color: #FF0000;
}
.primary-title {
    color: #e56d00;
    margin-bottom: 20px
}

.color-dropdown {
    width: 300px;
    padding: 9px;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    border: 1px solid #c9c9c9;
}
.color-dropdown:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    border-left: 1px solid #c9c9c9;
}
.color-dropdown:before {
    content: '';
    top: 50%;
    right: 8px;
    width: 20px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    background: url('../images/counter.png') no-repeat 1px -20px;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}
.color-dropdown.in:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
.color-dropdown [data-color] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
.color-dropdown .color-description {
    display: inline-block;
    vertical-align: top;
    color: #303030;
    font-size: 15px;
    font-family: 'regular';
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
[data-color="gray"] {
    background-color: #b7b7b7;
}
[data-color="sky-blue"] {
    background-color: #005699;
}
[data-color="chili-red"] {
    background-color: #E31836;
}
[data-color="blue-night"] {
    background-color: #7D96A8;
}
[data-color="cornflower"] {
    background-color: #B1BFE2;
}
[data-color="amethyst"] {
    background-color: #D5B0D3;
}
[data-color="yellow"] {
    background-color: #FFDD00;
}
[data-color="giada"] {
    background-color: #A9C399;
}
[data-color="tourmaline"] {
    background-color: #BCE4E5;
}
.color-list {
    display: none;
    left: -1px;
    top: 38px;
    z-index: 5;
    width: 300px;
    border-top: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.color-variant {
    padding: 9px;
    border-bottom: 1px solid #c9c9c9;
}
.color-variant:last-child {
    border-bottom: none;
}
.color-variant:hover .color-description {
    color: #e56d00;
}
.part label:first-child {
    cursor: pointer;
}

.b_simple.phone-block > a {
    padding: 5px 0 5px 28px;
}

.drop-trigger {
    text-align: center;
    display: block;
    font-family: 'regular';
    max-width: 230px;
    line-height: 14px;
    position: relative;
    padding-right: 15px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.b_simple {
    padding: 10px 10px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    min-height: 50px;
    vertical-align: top;
    border-right: 1px solid #e9eaec;
}

@media (max-width: 767px) and (min-width: 320px) {

    .item-discount.mb-10.user-trigger .faq {
        display: none;
    }
    .item-discount.user-trigger:hover .pop-up {
        display: none !important;
    }
    .marked-list {
        padding-left: 0;
    }

    .m_controls {
        height: 51px;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 30px;
    }

    .semin-tabs-controls {
        width: 500px;
        overflow: hidden;
    }
    .b_d_slider {
        display: none;
    }
    .b_simple {
        min-height: 100%;
    }

    .b_simple.phone-block > a {
        padding: 0 0 0 28px;
    }

    .drop-trigger time {
        display: none;
    }

    .color-dropdown {
        width: 260px;
    }
    .default-color .color-description {
        max-width: 70%;
    }
    .table-pop-up .faq {
        display: none;
    }
    .lg-table .user-trigger:hover .pop-up {
        display: none !important;
    }
    .color-list {
        width: 260px;
    }
    .color-variant {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.navigation > ul > li a {
    border-bottom: none;
    padding: 15px 0 15px 0 !important;
}

.area-main {
    background-color: #303030;
}

.area-title {
    font-size: 16px;
    padding: 0 20px;
    font-family: 'regular';
}
.simple-title {
    color: #fff;
}

.semin-tabs-controls {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}
.semin-tabs-controls li {
    float: left;
    border-right: 1px solid #e0e0e0;
}
.semin-tabs-controls li.active a {
    background-color: #f3f3f3;
    color: #303030;
}
.semin-tabs-controls li a {
    color: #717171;
    font-size: 16px;
    font-family: 'regular';
    padding: 10px 20px;
    display: block;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.semin-tabs-controls li:hover a {
    color: #303030;
    background-color: #f3f3f3;
}
.content-tab {
    display: none;
}
.content-tab.active {
    display: block;
}
.content-tab .b_d_slider {
    padding: 0 30px;
}
.content-tab .bx-wrapper .bx-default-pager a {
    background-color: #dadfe0;
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.content-tab .bx-wrapper .bx-default-pager a.active,
.content-tab .bx-wrapper .bx-default-pager a:hover {
    background-color: #ef7f1a;
}

.item-total .notification {
    right: 0;
    bottom: -60px;
    top: auto;
    width: 350px;
    min-width: 310px;
}

.item-total .notification p {
    font-size: 13px;
    text-align: left;
    color: #fff;
}

.succes-payment-wrap {
    text-align: center;
}

.succes-payment-wrap span {
    display: block;
    margin: 20px 0px;
    font-size: 24px;
    font-weight: bold;
}

.succes-payment-wrap a {
    display: inline-block;
    margin-bottom: 20px;
}

.epayment-logo-wrap {
    text-align: center;
}

/*start region styles*/
.auto-detected-region-wrap {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 60px;
    box-shadow: 0px 5px 16px 2px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 20px;
    width: 300px;
    left: 50%;
    margin-left: -148px;
}

.auto-detected-region-wrap:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 5px;
}

.region-ad-btn {
    float: left;
    display: inline-block;
    background-color: #ef7f1a;
    text-align: center;
    border: none;
    color: #fff;
    font: 14px/16px 'regular';
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 4px;
    padding: 10px 22px;
}

.region-ad-btn:hover {
    background-color: rgba(203, 100, 7, 0.9);
}

.region-note {
    font: 12px/14px 'regular';
    color: #49494a;
}

#confirm-region {
    margin-right: 10px;
}

.your-region
, .region-btn-line {
    margin-bottom: 20px;
}

.close-region-wrap
, .close-fancybox {
    background: url(../images/cross.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

@media (max-width: 767px) and (min-width: 320px) {
    .auto-detected-region-wrap {
        top: 44px;
        left: 98px;
    }

    .auto-detected-region-wrap:before {
        left: 60px;
    }
}

.city-list-wrap {
    background: #fff;
}

.city-list-header {
    position: relative;
    padding: 30px 26px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    font-weight: bold;
    color: #181818;
    text-transform: uppercase;
}

.city-list-footer {
    padding: 15px 26px;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    color: #181818;
}

.city-list-body {
    padding: 30px 11px 0px;
    font: 15px/16px 'regular';
}

.city-list-body a:not(.all-city) {
    color: #181818;
}

.city-list-body .city-item {
    margin-bottom: 30px;
}

.b_reg-dropdown {
    left: 0;
    top: 80px;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) and (min-width: 320px) {
    .city-list-header {
        padding: 20px 26px;
        font-size: 16px;
    }

    .city-list-body {
        padding: 20px 11px 0;
    }

    .city-list-body .city-item {
        margin-bottom: 20px;
    }

    .close-fancybox {
        top: 24px;
    }
}

@media (min-width: 768px) {
    .b_reg-dropdown {
        display: none !important;
    }
}

.shadow-overlay {
    top: 0px;
    left: 0px;
    z-index: 6;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}
/*end region styles*/

.no-avail-wrap {
    display: none;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #e9eaec;
}

.no-collection-products-avail {
    display: inline-block;
    padding: 25px 30px;
    position: relative;
    font-size: 22px;
    color: #e56d00;
}

.no-collection-products-avail:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;    
    left: 0px;
    background: url(../images/notice.png) no-repeat;
}

.list-empty2 {
    padding: 12px 20px;
    color: #303030;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 60px;
    border: 1px solid #ef7f1a;
    color: #ef7f1a;
    background-color: #fff;
}

.list-empty2 .fa-exclamation-circle {
    margin-right: 4px;
}

.list-empty2 .no-collection-products-avail {
    margin: 20px;
}

.free-delivety-small {
    width: 104px;
    height: 36px;
    background: url(../images/free_delivery.png) no-repeat;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

/*boxberry*/
ul.city-fLetter {
    position: relative;
    padding: 30px 26px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    color: #e56d00;
    text-transform: uppercase;
}

ul.city-fLetter li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

ul.city-fLetter li.selected {
    color: #181818;
}

.bb-city-wrap .city-list-body {
    padding: 30px 11px;
}

a.bb-city
, .bb-point 
,.dellin-point {
    margin-bottom: 22px;
    cursor: pointer;
}

.bb-point
,.dellin-point {
    display: block;
}

.bb-point.styled 
,.dellin-point.styled {
    padding-left: 30px;
    position: relative;
}

.bb-point.styled:before 
,.dellin-point.styled:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ef7f1a;
}

#bb_city_change {
    cursor: pointer;
    display: block;
    float: left;
    color: #fff;
    background: #ef7f1a;
    padding: 10px;
    border-radius: 0 2px 2px 0;
    margin-top: 10px;
}

#bb_point_change
, #dellin_point_change {
    cursor: pointer;
    display: block;
    display: none;
    float: left;
    color: #fff;
    background: #ef7f1a;
    padding: 10px 11px;
    border-radius: 0 2px 2px 0;
    margin-top: 10px;
}

#bb_point_change.visible
, #dellin_point_change.visible {
    display: block;
}

/*#bb_current_city {
    margin-top: 10px;
}*/

#bb_current_city
, #bb_current_point
, #dellin_current_point {
    cursor: pointer;
    display: block;
    display: none;
    float: left;
    border: 1px solid #ef7f1a;
    border-right: none;
    padding: 0px 6px 10px 10px;
    line-height: 40px;
    border-radius: 2px 0 0 2px;
    width: 198px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

#bb_current_point div {
    width: 300px;
    margin-top: -1px;
}

#bb_current_city:after
, #bb_current_point:after 
{
    content: '';
    position: absolute;
    width: 14px;
    height: 40px;
    top: 0;
    right: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+10,ffffff+100&0+0,0.5+7,1+55 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.5) 7%, rgba(255,255,255,0.53) 10%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.07) 1%,rgba(255,255,255,0.5) 7%,rgba(255,255,255,0.53) 10%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.07) 1%,rgba(255,255,255,0.5) 7%,rgba(255,255,255,0.53) 10%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}



#dellin_current_point.single {
    width: 100%;
    float: none;
    border-right: 1px solid #ef7f1a;
    cursor: default;
}

#bb_workshedule {
    margin-top: 10px;
}

.bb-work {
    font-size: 12px;
    color: #717171;
    margin-top: 4px;
}

@media (max-width: 1200px) {
    #bb_current_city
    , #bb_current_point
    , #bb_city_change
    , #bb_point_change 
    , #dellin_current_point 
    , #dellin_point_change {
        width: 50%;
    }
}

#delivery-calc {
    display: none;
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border: 1px solid #ef7f1a;
    padding: 8px;
    z-index: 999;
    margin-left: -160px;
}

.main-letter {
    color: #e56d00;
    font-family: 'bold';
    font-size: 18px;
    display: inline-block;
    float: left;
    min-width: 20px;
}

.bb-point-wrap {
    /*float: left;*/
    margin-left: 30px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .main-letter
    , .bb-point-wrap {
        float: none;
    }
}


/*new tag styles */
.b_tags {
    text-align: left;
    margin-bottom: 0px;
}

.b_tags .tags {
    float: none; 
    height: 24px;
    margin: 0;
    overflow: hidden;
    margin-top: 20px;
    /*font: 14px/14px 'regular';*/
    font: 14px/22px 'regular';
}

@media (max-width: 767px) and (min-width: 320px) {
    .b_tags .tags {
        height: 48px;
    }
}

.b_tags .choosen_opt {
    float: left;
    margin-right: 30px;
}

.tag_ticket {
    /*    float: none; 
        display: inline; */
    float: left;
    display: block;
    min-height: 0px; 
    padding: 0; 
    position: relative;
    text-align: center;
    border: none;
    margin: 0px 30px 0px 0px;
    color: #e56d00;
    background: none;
    font: 14px/22px 'regular';
}

.tag_ticket .btn_rmv_tag {
    top: 4px;
    right: -14px;
    width: 12px;
    height: 19px;
    border: none;
    position: initial;
    background-color: transparent;
    color: #e56d00;
    font-weight: bold;
    /*margin-bottom: 10px;*/
}

.tag_ticket .btn_rmv_tag:after {
    content: none;
}

.tag_ticket .btn_rmv_tag:hover {
    border: none;
}

.b_tags .view
,.b_tags .rounded {
    /*margin: 0 0 10px 0;*/
    margin: 0;
}

.no-items-tooltip {
    margin-top: 20px;
}

/*new font styles*/
.manufacturer-card
, .props-card .lg-table .tr .td
, .custom-checkbox label
, .characteristics a 
, .cheaper a
, .width-box .radio-oplata
, .item-article
, .discount small {
    font-family: regular;
}

.width-box .radio-oplata {
    margin-bottom: 10px;
}

.orange {
    color: #ef7f1a;
}

.bb-table th {
    font-family: bold;
    line-height: 30px;
    border: 1px solid #414141;
    padding: 10px;
}

.bb-table td {
    font-family: regular;
    line-height: 30px;
    border: 1px solid #414141;
    padding: 10px;
}

.bb_deliv_points {
    display: none;
}

#delivery-page-pvz, .set-city {
    cursor: pointer;
}

/*start podjem-mob*/
.podjem-mob-table {
    width: 100%;
    display: none;
}

.podjem-mob-table td {
    width: 50%;
    border-bottom: 1px solid #e9eaec;
    padding: 10px 0;
    padding-left: 20px;
}

.podjem-mob-type td {
    background-color: #f6f7f7;
}

.podjem-mob-weight {
    color: #ef7f1a;
}

.podjem-mob-table .left-border {
    border-left: 1px solid #e9eaec;
}

.podjem-mob-table .bold {
    font-weight: bold;
}

.podjem-mob-prod-type {
    color: #ef7f1a;
    border-bottom: 1px solid #e9eaec;
    /*border-top: 1px solid #e9eaec;*/
    padding: 20px 0;
    position: relative;
    padding-right: 48px;
}

.podjem-mob-prod-type:after {
    top: 50%;
    right: 0px;
    content: '';
    width: 10px;
    height: 9px;
    display: block;
    margin-top: -19px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url('../images/main-s312b3639d7.png') no-repeat 10px -28px;
    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    border: 1px solid #ef7f1a;
    border-radius: 50%;
    padding: 18px;
    cursor: pointer;
}
/*end podjem-mob*/

/*start ajax-shadow*/
.ajax-shadow {
    background: #000;
    position: absolute;
    z-index: 999;
    opacity: 0.75;
    background: #FFFFFF ;
    background:  url("../images/ajax-loader.gif") no-repeat center center,  url("../images/menu-other-bg.png"), #FFF;
    background:  url("../images/ajax-loader.gif") no-repeat center center, url("../images/menu-other-bg.png"),  #FFF;
    background:  url("../images/ajax-loader.gif") no-repeat center center, url("../images/menu-other-bg.png"),  #FFF;
    background:  url("../images/ajax-loader.gif") no-repeat center center, url("../images/menu-other-bg.png"),  #FFF;
    background:  url("../images/ajax-loader.gif") no-repeat center center, url("../images/menu-other-bg.png"),  #FFF;
    background:  url("../images/ajax-loader.gif") no-repeat center center, url("../images/menu-other-bg.png"),  #FFF;
}
/*end ajax-shadow*/

/*start new region selector*/
.city-col>div {
    max-height: 490px;
}

.top-city-wrap {
    margin-left: 25px;
    margin-bottom: 10px;
}

.top-city-item {
    font-family: 'semibold';
    font-size: 16px;
    margin-bottom: 13px;
}

.letter-city-item {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: regular;
}

.finded-city-dropdown .letter-city-item {
    padding: 6px 6px;
}

.letter-city-item.selected {
    background: rgba(206, 206, 206, 0.4);
}

.letter-city {
    font-family: 'bold';
    font-size: 18px;
    color: #ef7f1a
}

.scrollbar-inner > .scroll-element .scroll-bar:after {
    content: "";
    width: 6px;
    height: 5px;
    background: url(../images/burger.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
}

.letter-city-wrap {
    float: left;
    margin-left: 10px;
}

.letter-city-wrap a 
, .top-city-wrap a {
    color: #181818;
}

.letter-city-wrap a.selected 
, .top-city-wrap a.selected {
    color: #ef7f1a;
}

.city-list-wrap-modern {
    width: 900px;
    max-width: 100%;
    background: #fff;
}

.city-list-wrap-modern .city-list-header {
    font-size: 18px;
    font-family: semibold;
    padding: 24px 26px;
}

.city-list-wrap-modern .close-fancybox {
    background: url(../images/cross.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 10px;
    top: 50%;
    margin-top: -6px;
    cursor: pointer;
}

.city-list-wrap-modern .city-list-body {
    padding-top: 0;
}

.city-list-wrap-modern .city-col.scroll {
    padding: 20px 4px 20px 15px;
}

.city-list-wrap-modern .main-letter {
    width: 15px;
}

.city-search-col {
    height: 530px;
    border-left: 1px solid #e5e5e5;
    padding: 20px 15px;
}

.finded-city {
    padding-right: 10px;
}

.city-input-group {
    position: relative;
}

#city-search-input {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 34px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.11) inset;
}

.city-search-btn {
    width: 34px;
    white-space: nowrap;
    vertical-align: middle;
    background: #ef7f1a;
    position: absolute;
    right: 0px;
    z-index: 999;
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 9px 10px 10px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#city-search-input:active
, #city-search-input:focus {
    border: 1px solid #ef7f1a;
}

#city-search-input::-ms-clear {
    display: none;
}

#city-search-clear {
    display: none;
    position: absolute;
    right: 44px;
    top: 50%;
    margin-top: -8px;
    z-index: 999;
    cursor: pointer;
}

.cs-reset-wrap {    
    display: none;
}

#city-search-reset {
    width: 10px;
    height: 10px;
    background: url(../images/clear-cs.png) no-repeat;
    border: none;
    position: absolute;
    right: 43px;
    top: 13px;
    z-index: 999;
}

.city-nf-notice {
    border: 1px solid #e8e8e8;
    /*border-left: 5px solid #ef7f1a;*/
    padding: 20px 15px;
    margin: 24px 0px;
}

.city-nf-title {
    font-family: 'semibold';
    font-size: 13px;
    margin-bottom: 8px;
}

.city-nf-body {
    font-family: 'regular';
    font-size: 13px;
}

.city-nf-notice-title {
    font-size: 14px;
    font-family: 'semibold';
}

.city-nf-notice-body {
    font-size: 13px;
}

.city-nf-notice-deliv {
    margin: 20px 0px;
    display: inline-block;
    background: #ef7f1a;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-family: 'semibold';
    border-radius: 2px;
    cursor: pointer;
}

.city-nf-warning {
    font-size: 13px;
    padding-left: 30px;
}

.city-nf-warning:before {
    content: '';
    background: url(../images/warning.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 18px;
}

.city-cur-mob {
    font-size: 13px;
    color: #494949;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 26px;
}

.b_reg-dropdown span.city-cur-name {
    display: initial;
    font-family: 'semibold';
    font-size: 13px;
    color: #ef7f1a;
}

.city-notice-mob {
    border-top: 1px solid #e5e5e5;
    padding: 20px 26px;
    font-size: 13px;
}

.auto-detected-region-wrap.region-rus .your-region {
    margin-bottom: 18px;
    font-size: 15px;
}

.auto-detected-region-wrap.region-rus .region-btn-line {
    margin-bottom: 10px;
}

.auto-detected-region-wrap.region-rus #change-region 
, .auto-detected-region-wrap.region-rus #change-region-mobile {
    width: 100%;
}

@media (max-width: 767px) and (min-width: 320px) {
    .city-list-wrap-modern .city-list-header {
        padding: 10px 26px;
        font-size: 14px;
    }

    .city-cur-mob {
        padding: 10px 26px;
    }

    .letter-city .main-letter {
        float: left;
    }

    .top-city-wrap {
        margin-left: 0px;
    }

    .city-col>div {
        max-height: 200px;
    }
}
/*end new region selector*/

/*start contacts-new*/
.contacts-page .drop-trigger 
, .city-select .drop-trigger {
    color: #ef7f1a;
    height: 50px;
    width: 290px;
    max-width: auto;
    padding-left: 15px;

    -moz-background-size: 81px 537px;
    -o-background-size: 81px 537px;
    background-size: 81px 537px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 16px;
    font-family: 'regular', sans-serif;
    cursor: pointer;
    display: initial;
}

.contacts-page .drop-trigger:after 
, .city-select .drop-trigger:after {
    content: none;
}
/*end contacts-new*/

/*start delivery-info-new*/
.table-tabs .tab-controls{
    margin-bottom: 0;
    border-bottom: 0;
}

.table-tabs .tab-pane{
    margin-top: 0;
}

.table-tabs .tab-controls{
    display: table;
    width: 100%;
}

.table-tabs .tab-controls li{
    display: table-cell;
    float: none;
}

.table-tabs .tab-controls li:last-of-type{
    border-right-width: 0;
}

.table-tabs .tab-controls .podjem-tab{
    min-width: 140px;
}

#delivery-info-page .table-tabs .tab-controls li {
    border-bottom: 1px solid #e0e0e0;
}

#delivery-info-page .table-tabs .tab-content > .active {
    /*padding: 30px 0px;*/
}

#delivery-info-page .d-description {
    width: 100%;
    display: block;
}

#delivery-info-page .h6 {
    color: #ef7f1a;
    font-size: 19px;
}

#delivery-info-page .information-delivery span.fnl {
    font-family: semibold;
    font-size: 14px;
    color: #181818;
}

#delivery-info-page .marked-list {
    padding-left: 0px; 
}

#delivery-info-page .marked-list > li {
    list-style-position: inside;
    padding-left: 20px;
}

#delivery-info-page .marked-list > li p {
    font-size: 14px;
    color: #414141;
    padding-left: 17px;
}

@media (max-width: 767px) and (min-width: 320px){
    .table-tabs .tab-controls{
        display: block;
        width: auto;
    }

    .table-tabs .tab-controls li{
        display:block;
        float: left;
    }

    .table-tabs .tab-controls li:last-of-type{
        border-right-width: 1px;
    }
}

#podjem-page {
    padding: 20px 0;
}

#cont-detail-delivery 
, #cont-pay 
, #podjem-page
, #cont-pickup {
    padding-top: 20px;
}

.regular-text {
    font-size: 14px;
    color: #414141;
}

.semibold-text {
    font-family: semibold;
    font-size: 14px;
    color: #181818;
}

.podjem-table-wrap {
    border: 1px solid #e0e0e0;
    padding: 30px;
}
/*end delivery-info-new*/


/*start bb-delivery-block*/
.bb-city-map-wrap {
    position: relative;
}

.bb-city-map-list {
    /*position: absolute !important;*/
    background: #fff;
    /*    top: 10px;
        left: 10px;*/
    padding: 8px;
    border-radius: 2px;
    padding-right: 4px !important;
    border: 1px solid #e8e8e8;
}

.bb-city-list-scroll {
    max-height: 582px;
    padding-right: 20px;
}

.bb-city-map {
    border: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px;
    cursor: pointer;
}

.bb-city-map:last-child {
    border-bottom: 1px solid #fff;
}

.bb-city-map:hover 
, .bb-city-map.active {
    border: 1px solid #333;
}

.bb-city-map.current {
    border: 3px solid #ef7f1a;
}

#bb-city-map {
    height: 600px;
    /*width: 100%;*/
    margin-bottom: 40px;
}

.bb-addr {
    font-size: 15px;
}

.bb-work {
    font-size: 13px;
    color: #414141;
}

.table-tabs .contacts-block-wrap {
    /*padding: 0;*/
}

.table-tabs h5 {
    margin: 0;
    margin-bottom: 15px;
    font: 15px 'semibold';
}

@media (max-width: 767px) and (min-width: 320px) {
    .bb-city-map-list {
        padding: 0px !important;
        position: relative !important;
        left: 0;
        border: none;
    }

    .bb-city-num {
        background: #ef7f1a;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        position: absolute;
        left: 0;
        text-align: center;
        border-radius: 2px;
    }

    .bb-city-map {
        padding-left: 32px;
    }

    .bb-city-map:hover 
    , .bb-city-map.active {        
        border: 1px solid #fff;
        border-bottom: 1px solid #e8e8e8;
    }
}
/*end bb-delivery-block*/

/*start dellin-delivery-block*/
.dellin-city-map-wrap {
    position: relative;
}

.dellin-city-map-list {
    /*position: absolute !important;*/
    background: #fff;
    /*    top: 10px;
        left: 10px;*/
    padding: 8px;
    border-radius: 2px;
    padding-right: 4px !important;
    border: 1px solid #e8e8e8;
}

.dellin-city-list-scroll {
    max-height: 582px;
    padding-right: 20px;
}

.dellin-city-map {
    border: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px;
    cursor: pointer;
}

.dellin-city-map:last-child {
    border-bottom: 1px solid #fff;
}

.dellin-city-map:hover 
, .dellin-city-map.active {
    border: 1px solid #333;
}


.dellin-city-map.current {
    border: 3px solid #ef7f1a;
}

#dellin-city-map {
    height: 600px;
    /*width: 100%;*/
    margin-bottom: 40px;
}

.dellin-addr {
    font-size: 15px;
}

.dellin-work {
    font-size: 13px;
    color: #414141;
}

@media (max-width: 767px) and (min-width: 320px) {
    .dellin-city-map-list {
        padding: 0px !important;
        position: relative !important;
        left: 0;
        border: none;
    }

    .dellin-city-num {
        background: #ef7f1a;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        position: absolute;
        left: 0;
        text-align: center;
        border-radius: 2px;
    }

    .dellin-city-map {
        padding-left: 32px;
    }

    .dellin-city-map:hover 
    , .dellin-city-map.active {
        border: 1px solid #fff;
        border-bottom: 1px solid #e8e8e8;
    }
}

.sum-deliv {
    margin-bottom: 10px;
}
.pack {
    font-size: 11px;
    font-weight: bold;
}
.dellin-workshedule {
    margin-bottom: 10px;
    display: block;
}
/*end dellin-delivery-block*/

/*pagen start*/
.pagen{
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}
.pagen a,.pagen span{
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 26px;
}
.pagen a{
    padding: 0 3px;
    text-decoration: none;
}
.pagen .pagen-current{
    color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #F68121;
    min-width: 26px;
    min-height: 26px;
}
.pagen .pagen-current-ten{
    color: #F68121;
    margin: 0 2px;
}


.pagen-prev,.pagen-next, .pagen-arrow-dummy{
    width: 17px;
    height: 26px;
    margin-right: 5px;
}
.pagen-prev,.pagen-next{
    font: 0/0 serif;
    text-shadow: none;
    color: transparent !important;
}
.pagen-tens a,.pagen-tens span{
    font-size: 16px;
}
.pagen-tens-pages{
    margin-bottom: 10px;
}
/*pagen end*/


.catalog-loading {
    background: url('/images/ajax-loader-hor-orange.gif') no-repeat center top;
    min-height: 20px;
    padding-top: 30px;
    color: #ef7f1a;
    font-family: light;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

/*start prod-list*/
.smart-item .discount{
    display: inline-block;
}

a.detail_btn
, input.detail_btn {
    width: 100%;
    min-height: 40px;
    background-color: #ef7f1a;
    text-align: center;
    border: none;
    color: #fff;
    font: 16px/20px 'regular';
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 15px;
}

a.detail_btn:hover 
, input.detail_btn:hover {
    background-color: rgba(203, 100, 7, 0.9);
}

@media (max-width: 767px) and (min-width: 320px) {
    .smart-item a.detail_btn {
        line-height: 30px;
    }

    /*.about-card .secondary-btn, .about-card .primary-btn {*/
        /*width: 110px !important;*/
    /*}*/
}
/*end prod-list*/

img[title="Rambler's Top100"] { 
    display: none;
}

.mob-pic-field {
    height: 160px;
    margin-bottom: 0;
    display: block;
    max-width: 100%;
    position: relative;
}

.mob-pic-field img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.compare-trigger {
    position: relative;
}

.about-card .form-group.oneclick {
    display: none;
}

/* start new page-navigation*/
.homex-page-navigation {
    margin: 30px 0px 20px 0px;
    text-align: center;
}

.homex-page-navigation>div 
, .homex-page-navigation .nav-block
, .homex-page-navigation .mobile-nav-block {
    display: inline-block;
    position: relative;
}

.homex-page-navigation a {
    display: block;
    float: left;
    font-size: 14px;
    width: 42px;
    padding: 5px 0px;
    text-align: center;
    /* border-right: 1px solid #e0e0e0; */
    color: #797979;
    border: 1px solid #e0e0e0;
    border-right: 0;
}

.homex-page-navigation .modern-page-current {
    display: inline-block;
    font-size: 14px;
    width: 42px;
    padding: 5px 0px;
    text-align: center;
    border: 1px solid #e56d00;
    color: #e56d00;
    display: block;
    float: left;
}

.homex-page-navigation a:hover {
    color: #e56d00;
    border-right: 1px solid;
    border-color: #e56d00;
}

.homex-page-navigation .first-el {
    border-radius: 20px 0 0 20px;
}

.homex-page-navigation .last-el {
    border-right: 1px solid #e0e0e0; 
    border-radius: 0 20px 20px 0;
}

.homex-page-navigation .last-el.modern-page-current {
    border-right: 1px solid #e56d00; 
}

.homex-page-navigation #pshow-more {
    width: 162px;
    height: 32px;
    background-color: #797979;
    text-align: center;
    border: 0;
    color: #fff;
    font: 13px 'bold';
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-appearance: button;
    cursor: pointer;
    float: left;
    /* display: inline-block; */
    padding: 0 24px;
    text-transform: uppercase;
    margin-right: 12px;
}

.homex-page-navigation #pshow-more:hover {
    background-color: #e56d00;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homex-page-navigation .modern-page-current
    ,.homex-page-navigation a {
        width: 32px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .homex-page-navigation {
        /*display: block;*/
        margin-left: 0;
    }

    .homex-page-navigation .mobile-nav {
        text-align: center;
    }

    .homex-page-navigation #pshow-more {
        float: none;
        margin: 0 auto 20px;
        display: block;
    }

    .homex-page-navigation .mobile-nav-block {
        display: inline-block;
    }

    .homex-page-navigation .modern-page-current
    ,.homex-page-navigation a {
        width: 30px;
    }
}

.nav-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: #ececec;
    opacity: .6;
}

.nav-loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #ef7f1a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 6px;
    left: 68px;
}

.mobile-nav .nav-loader {
    left: 50%;
    margin-left: -10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* end new page-navigation*/

.form-group.oneclick .form-control {
    font-size: 13px;
    padding: 6px 12px;
}

@media(min-width:320px) and (max-width:991px){
    .bx_searche{display:none}
    div.title-search-result{border:0 !important}
}

.homex-button-up { 
    width: 48px; 
    height: 48px; 
    position: fixed; 
    border: none; 
    box-shadow: none; 
    z-index: 1999;     
    bottom: 0; 
    display: none; 
    opacity: 0.5; 
    filter: alpha(opacity=50); 
    background-color: #ef7f1a;
} 

.homex-button-up.right { 
    right: 0; 
} 

.homex-button-up:hover { 
    opacity: 1; 
    filter: alpha(opacity=100); 
} 

.homex-button-up > .fa { 
    font-size: 28px; 
    margin-left: -1px; 
    color: #fff;
}

@media (max-width: 767px) and (min-width: 320px){
    .b_plate .second-col .square.b_right{
        left:0;
        background-color:rgba(239,127,26,0.85)
    }

    .b_plate .second-col .square.b_left{
        right:0 !important;
        left:40%;
        background-color:rgba(48,48,48,0.85)
    }
}