@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic";

@font-face {
    font-family: 'pf_handbook_proregular';
    src: url('../fonts/pfhandbookpro-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_handbook_probold';
    src: url('../fonts/pfhandbookpro-bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_handbook_promedium';
    src: url('../fonts/PFHandbookPro-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_handbook_thin';
    src: url('../fonts/pfhandbookpro-thin.ttf');
    font-weight: normal;
    font-style: normal;
}

.owl-counter {
    display: none;
}
b {
    font-family: 'pf_handbook_probold';
}

.hidCat {
    display: none !important;
}

.category_mobile .hidCat {
    display: block;
}

.cartIcon {
    background: url(../image/cart.png) 0 50% no-repeat;
    padding: 18px 0px 10px 52px;
    display: block;
    text-decoration: none;
}

.sendError {
    position: relative;
}

.sendError:before {
    content: 'Заполните обязательные поля';
    position: absolute;
    bottom: -32px;
    color: #ff0000;
    width: 100%;
    left: 0px;
    text-align: center;
}

.r_img {
    height: 80px;
    background-size: auto 80px !important;
}

.r_img1 {
    background: url('/image/raspah1.jpg') 50% 50% no-repeat;
}

.r_img2 {
    background: url('/image/raspah2.jpg') 50% 50% no-repeat;
}

.r_img3 {
    background: url('/image/razdvij1.jpg') 50% 50% no-repeat;
}

.r_img4 {
    background: url('/image/razdvij2.jpg') 50% 50% no-repeat;
}

.r_img5 {
    background: url('/image/kniga1.jpg') 50% 50% no-repeat;
}

.r_img6 {
    background: url('/image/kniga2.jpg') 50% 50% no-repeat;
}

.optionFilterType .checkbox_f:checked+label .r_img1,
.optionFilterType .filter_item:hover .r_img1 {
    background: url('/image/raspah1_hover.jpg') 50% 50% no-repeat;
}

.optionFilterType .checkbox_f:checked+label .r_img2,
.optionFilterType .filter_item:hover .r_img2 {
    background: url('/image/raspah2_hover.jpg') 50% 50% no-repeat;
}

.optionFilterType .checkbox_f:checked+label .r_img3,
.optionFilterType .filter_item:hover .r_img3 {
    background: url('/image/razdvij1_hover.jpg') 50% 50% no-repeat;
}

.optionFilterType .checkbox_f:checked+label .r_img4,
.optionFilterType .filter_item:hover .r_img4 {
    background: url('/image/razdvij2_hover.jpg') 50% 50% no-repeat;
}

.optionFilterType .checkbox_f:checked+label .r_img5,
.optionFilterType .filter_item:hover .r_img5 {
    background: url('/image/kniga1_hover.jpg') 50% 50% no-repeat;
}

.optionFilterType .checkbox_f:checked+label .r_img6,
.optionFilterType .filter_item:hover .r_img6 {
    background: url('/image/kniga2_hover.jpg') 50% 50% no-repeat;
}

.r_text {}

.optionImage label {
    text-align: center;
}

.cartOptions .optionImage .filter_item label {
    padding: 15px 20px 8px 20px;
}

.container.containerCat {
    width: 1300px;
}

.catH {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 74px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

#exit.popup {
    max-width: 1110px;
    background: #e2e1e1 url('/image/pop-up-konstrutor.png') 100% 100% no-repeat;
    padding-bottom: 90px;
}

#exit .call_h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    padding: 38px 0px 12px 0px;
}

#exit .call_h4 {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 34px;
    font-weight: 100;
}

.main_form2 {
    max-width: 470px;
    margin: 85px 0px 0px 60px;
}

.popup .main_form2 input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #000;
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    padding: 6px 11px;
}

.downloadCatalog {
    display: block;
    width: 100%;
    background: #f2e305;
    color: #000;
    text-align: center;
    border-radius: 30px;
    padding: 19px 0px;
    margin-top: 40px;
    border: 0px;
    cursor: pointer;
}

.downloadCatalog img {
    vertical-align: middle;
    margin-right: 8px;
}

.downloadCatalog span {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.form_item label {
    padding-left: 44px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    cursor: pointer;
}

.form_item label a {
    color: #0072bc;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
}

.form_item .chek {}

.form_item .chek:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #d7d7d7;
}

.form_item .checkbox_f:checked+.chek:after {
    opacity: 1;
}

.form_item .checkbox_f:not(checked)+.chek:after {
    content: '';
    background: url('/image/icon_check.png') 0 0 no-repeat;
    position: absolute;
    top: 12px;
    left: 8px;
    width: 10px;
    height: 9px;
    opacity: 0;
}

.form_item .checkbox_f {
    opacity: 0 !important;
}

#exit .fancybox-close-small:after {
    color: #000;
    background: transparent;
    font-size: 32px;
}

.form_item {
    padding: 30px 0px 0px 0px;
}

.ch1 {}

.ch1 div {}

.hCat {
    text-align: center;
    width: 18%;
}

.hCat div {
    margin-bottom: 30px;
}

.hCat img {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    display: block;
    box-shadow: 5px 0px 10px rgba(33, 33, 33, 0.3);
    /* height: 100%; */
    /* height: 240px; */
    width: 100%;
}

.hCat:hover img {
    transform: scale(1.03);
}

.hCat span {
    font-size: 20px;
    text-transform: uppercase;
}

.iframeBreadcrumb a {
    cursor: default;
}

.iframeBreadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}

.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    max-width: 1040px !important;
    height: 700px;
    max-width: 96%;
    max-height: 96%;
    margin: 0;
}

.iframeBreadcrumb {
    padding: 0px !important;
}

.iframeProd .product_bottom {
    padding-top: 12px;
}

.iframeProd {
    padding: 20px 20px;
    overflow: auto;
    height: 100%;
}

.iframeProd .product_left {
    width: 38%;
    float: left;
}

.iframeProd .product_right {
    width: 58%;
    float: right;
}

.fancy-iframe {
    position: absolute;
    top: 0px;
    background: rgba(243, 227, 0, 1) url('/image/eye.png') 50% 50% no-repeat;
    width: 100%;
    padding: 10px 0px;
    opacity: 0;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    right: 0px;
    margin-top: 0px;
    text-indent: -999999px;
    width: 38px;
    height: 38px;
    padding: 0px;
    background-size: 32px;
    z-index: 3;
}

.product-layout:hover .fancy-iframe {
    opacity: 1;
}

.fancy-iframe:hover {
    /* background: rgba(243, 227, 0, 1); */
    /* text-decoration:none; */
}

.homeCat {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 74px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homeCatItem {
    width: 24%;
    height: 250px;
    background-size: cover !important;
    position: relative;
}

.homeCatItem span {
    display: block;
    background: #f3e300;
    font-size: 26px;
    padding: 5px 0px;
    position: absolute;
    bottom: 50%;
    width: 100%;
    z-index: 2;
    transform: translateY(50%);
    text-align: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    font-family: 'pf_handbook_probold';
}

.homeCatItem:hover span {
    bottom: 0px;
    transform: translateY(0%);
}

.cat1 {
    background: url('/image/g10big.jpg') 50% 50% no-repeat;
}

.cat2 {
    background: url('/image/g6big.jpg') 50% 50% no-repeat;
}

.cat3 {
    background: url('/image/ewr.jpg') 50% 50% no-repeat;
}

.cat4 {
    background: url('/image/arizona5venge.jpg') 50% 50% no-repeat;
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    background-color: #000 !important;
}

.sp-fade-arrows {
    opacity: 1 !important;
}

.category-info ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.category-info ul li {}

.category-info ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #F2E55C;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 6px;
    /* Also needed for space (tweak if needed) */
    height: 6px;
    /* Also needed for space (tweak if needed) */
    margin-right: 12px;
    font-size: 20px;
}

.l_a:hover {
    text-decoration: none;
    background: #ded256 !important;
}

.categoriesBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.category_item {
    width: 287px;
    padding-bottom: 11px;
    margin-right: 18px;
}

.category_item:nth-child(3n) {
    margin-right: 0px;
}

.category_name {
    padding: 0px 0px 4px 0px;
}

.category_name a {
    font-size: 18px;
    left: 22px;
}

.category_image {}

.tabs {
    padding: 36px 0px 30px 0px;
}

.tab_top_p {}

.tab_top_p ul {
    padding: 0px 0px;
    margin: 0px;
    list-style: none;
    background: #F3F3F3;
    border: 0px;
    border: 1px solid #DEDEDE;
    display: flex;
}

.tab_top_p ul li {
    flex-grow: 1;
}

.tab_top_p ul li:last-child a {
    border: 0px;
}

.tab_top_p a {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal !important;
    font-family: 'pf_handbook_probold';
    text-align: center;
    display: block;
    padding: 6px 6px;
    border-right: 1px solid #DEDEDE;
}

.tab_top_p a:hover,
.tab_top_p a.active {
    background: #F2E55C;
    text-decoration: none;
}

.tabList {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}

.tab_content_p {
    padding-top: 17px;
}

.tab_item {
    display: none;
}

.tab_item.active {
    display: block;
}

.opt_val {
    width: 164px;
    margin-right: 19px;
    padding-bottom: 20px;
}

.opt_val:nth-child(5n) {
    margin-right: 0px;
}

.opt_val_name {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: 'pf_handbook_probold';
}

.opt_val_image {
    display: block;
    padding-bottom: 6px;
}

.opt_val_image img {
    display: block;
}

.s_option {
    display: none;
}

.mob_select {
    display: none;
}

.sp-thumbnail-container {
    border: 3px solid transparent !important;
}

.sp-selected-thumbnail,
.sp-thumbnail-container:hover {
    border: 3px solid #F2E55C !important;
}

.sp-bottom-thumbnails {
    margin: 20px 0px 0px -3px !important;
}

.sp-thumbnail-container {
    margin-right: 14px !important;
}

.open_cat>ul {
    display: block !important;
}

.mini_cart_mob {
    display: none;
}

.btnRev {
    padding-bottom: 10px;
}


.filter_btn {
    border: 1px solid #32a725;
    display: none;
    padding: 7px 49px;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border-radius: 4px;
    background: #32a725;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    background-image: url(../image/open_black.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

.hidBlock {
    display: none !important;
}

.filterCategory,
.filterCategory1 {
    border: 1px solid #32a725;
    display: none;
    padding: 7px 49px;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border-radius: 4px;
    background: #32a725;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    background-image: url(../image/open_black.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

.show_filter_cat {
    display: block;
}

.catName {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin-left: 14px;
}

.b_left,
.b_right {
    display: none;
}

.b_left a,
.b_right a {
    background: #32a725;
    color: #fff;
}

.site_version {
    display: none;
    padding-bottom: 18px;
}

.site_version a {
    color: #ea5d16;
    font-size: 18px;
}

* {
    outline: none !important;
    font-family: 'pf_handbook_proregular';
    color: #000;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide-on-mobile {
    display: inline;
}

/* Smartphone Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .hide-on-mobile {
        display: none;
    }
}

.hide-on-desctop {
    display: inline;
}

/* Smartphone Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1920px) {
    .hide-on-desctop {
        display: none;
    }
}

.show-on-mobile {
    display: none;
}

/* Smartphone Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .show-on-mobile {
        display: inline;
    }
}

body {
    margin: 0px;
    position: relative;
    word-wrap: break-word;
    padding-top: 7px;
}

body:before {
    content: '';
    width: 100%;
    height: 7px;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

html {
    height: 100%;
}

h1,
h2,
h3 {
    margin-top: 0px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #111111;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #111111;
}

a,
button,
input {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

img {
    max-width: 100%;
}

#content a {
    font-weight: normal; 
}

.clear {
    clear: both;
}

/*input::-webkit-input-placeholder {color:#111111;}
input::-moz-placeholder          {color:#111111;}
input:-moz-placeholder           {color:#111111;}
input:-ms-input-placeholder      {color:#111111;}

input:focus::-webkit-input-placeholder {color:transparent;}
input:focus::-moz-placeholder          {color:transparent;}
input:focus:-moz-placeholder           {color:transparent;}
input:focus:-ms-input-placeholder      {color:transparent;}*/

strong {
    font-family: 'pf_handbook_probold';
}

.container {
    width: 100%;
    width: 1200px;
    margin: 0px auto;
}

.head_text {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding-top: 2px;
}

.header_left {
    float: left;
    width: 400px;
}

.header_logo {
    float: left;
    width: 400px;
    text-align: center;
    padding: 35px 0px 0px 0px;
}

.msg:focus::-webkit-input-placeholder {
    color: transparent;
}

.msg:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */

.msg:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */

.msg:focus:-ms-input-placeholder {
    color: transparent;
}

.header_right {
    float: left;
    width: 400px;
}

.header_callback {
    padding: 45px 75px 0px 12px;
    display: inline-block;
    vertical-align: top;
}

.header_phone_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.phone strong {
    font-size: 18px;
}

.phone a {
    font-size: 18px;
    font-family: 'pf_handbook_probold';
}

.f_link a {
    font-size: 18px;
    text-decoration: none !important;
}

.popup {
    width: 100%;
    max-width: 400px;
    display: none;
    margin-top: 60px !important;
}

.popup .call_h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.popup input {
    width: 100%;
    padding: 9px 6px;
    margin-bottom: 9px;
    border: 1px solid #d7d7d7;
}

.popup textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 9px 6px;
    margin-bottom: 9px;
    border: 1px solid #d7d7d7;
}

.popup input[type="submit"] {
    border: 0px;
    background: #f3e300;
    color: #000;
    cursor: pointer;
    padding: 10px 6px;
    font-size: 24px;
    font-family: 'pf_handbook_probold';
    text-transform: uppercase;
}

.popup input[type="submit"]:hover {
    background: #000;
    color: #f3e300;
}

.callback {
    background: url('../image/phone.png') 0 50% no-repeat;
    display: inline-block;
    padding: 2px 0px 2px 28px;
    margin: 3px 0px 0px 0px;
    vertical-align: top;
}

.header_time {
    text-align: center;
    display: inline-block;
    padding: 44px 0px 0px 0px;
    line-height: 22px;
}

.header_time strong {
    font-size: 18px;
    text-transform: uppercase;
}

.header_account {
    text-align: right;
    display: inline-block;
    padding: 56px 0px 0px 0px;
    line-height: 22px;
    width: 166px;
    vertical-align: top;
}

.header_account strong {
    font-size: 18px;
    text-transform: uppercase;
}

.account {
    background: url(../image/account.png) 0 50% no-repeat;
    padding: 2px 0px 2px 32px;
    display: inline-block;
}

.account a {
    text-decoration: underline;
}

.account a:hover {
    text-decoration: none;
}

.header_cart {
    text-align: left;
    padding: 0px 0px 0px 30px;
    line-height: 22px;
    vertical-align: top;
    float: right;
}

.header_cart button {
    display: none;
}

.header_cart ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header_cart #cart {
    /* background: url(../image/cart.png) 0 50% no-repeat; */
    /* padding: 18px 0px 10px 56px; */
    display: inline-block;
}

.header_cart li {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.header_cart * {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.header_top {
    padding: 0px 0px 14px 0px;
    position: relative;
}

.geo {
    display: none;
    width: 39px;
    height: 40px;
    background: rgba(243, 227, 0, 0.78) url(/image/geo.png) 50% 50% no-repeat;
    background-size: 28px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 24px;
}

.header_bottom {}

.menu_block {}

.menu_block>ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    background: linear-gradient(to top, #1a1a1a, #424242);
    position: relative;
}

.menu_block li {
    display: table-cell;
    text-align: center;
    width: 14.28%;
}

.menu_block li>a {
    font-family: 'pf_handbook_probold';
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding: 21px 0px;
    display: block;
    position: relative;
}

.menu_block li>a:hover {
    text-decoration: none;
}

.menu_block li>a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #131313;
    width: 100%;
    height: 8px;
}

.menu_block li>a:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0px;
    background: url(../image/menu_line.png) 0 0 repeat-y;
    width: 2px;
    height: calc(100% - 2px);
}

.menu_block li:last-child>a:after {
    display: none;
}

.menu_block li>a:hover:before {
    background: #f3e300;
}

.katalog_item {
    width: 25%;
    text-align: left;
    background-size: cover !important;
    padding: 39px 10px 60px 25px;
    border-right: 1px solid #000;
}

.katalog_item:last-child {
    border-right: none;
}

.menu1 {
    background: url(../image/menu1.jpg) 0 0 no-repeat;
}

.menu2 {
    background: url(../image/menu2.jpg) 0 0 no-repeat;
}

.menu3 {
    background: url(../image/menu3.jpg) 0 0 no-repeat;
}

.menu4 {
    background: url(../image/menu4.jpg) 0 0 no-repeat;
}

.kat_name {
    font-family: 'pf_handbook_probold';
    color: #141414;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 22px;
}

.kat_name a {
    font-family: 'pf_handbook_probold';
    color: #141414;
    font-size: 24px;
    text-transform: uppercase;
}

.kat_item {
    padding-bottom: 15px;
}

.kat_item a {
    text-decoration: underline;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: normal !important;
}

.kat_item a:hover {
    text-decoration: none;
}

.home_line {
    width: 90%;
    max-width: 437px;
    margin: 33px auto 32px auto;
    height: 1px;
    background: #a0a0a0;
}

.katalog_list {
    position: absolute;
    left: 0px;
    top: 64px;
    width: 100%;
    border: 2px solid #f3e300;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 0px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.home_menu .katalog_list {
    position: relative;
    top: 0px;
}

.katalog_menu:hover .katalog_list {
    visibility: visible;
    opacity: 1;
    height: 154px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
}

.cat_parent>a {
    background-image: url('../image/open_black.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

.katalog_menu>a {
    background: url('../image/open.png') 87% 50% no-repeat;
}

/*START Новое меню*/
.katalog_menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 220px;
    border: 1px solid #ccc;
    padding: 0px;
    border-bottom: 0px;
    background: linear-gradient(to bottom, #1a1a1a, #424242);
}

.katalog_menu>ul ul {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 240px;
}

.katalog_menu li {
    position: relative;
    display: block;
    width: 100%;
    border: 0px;
}

.katalog_menu li a {
    text-transform: initial;
    font-size: 16px;
    color: #fff;
    padding: 11px 22px 11px 15px;
    border: 0px;
    text-align: left;
    border-bottom: 1px solid #777777;
    font-family: 'pf_handbook_proregular';
}

.katalog_menu li a:before,
.katalog_menu li a:after {
    display: none;
}

.katalog_menu li a:after {
    display: block !important;
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    height: 2px;
    width: 0px;
    background: #f3e300;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.katalog_menu li a:hover,
.katalog_menu li a.active {}

.katalog_menu li:hover>a:after,
.katalog_menu li a.active:after {
    width: 100%;
}

.katalog_menu:hover>ul {
    display: block;
}

.katalog_menu li:hover>ul {
    display: block;
}

.katalog_menu li a.menuParent:before {
    display: block !important;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    width: 20px;
    height: 10px;
    background: url(../image/open.png) 50% 50% no-repeat;
    transform: translateY(-50%) rotate(-90deg);
}

/*END Новое меню*/

.slider_block {
    margin-top: 17px;
    height: 481px;
    overflow: hidden;
    margin-bottom: 56px;
}

.slider_block .owl-pagination {
    display: none;
}

#slideshow1 .item {
    background: transparent;
    height: auto;
}

#slideshow1 .img-responsive {
    display: block;
}

.owl-controls .owl-page span {
    display: block;
    width: 14px !important;
    height: 14px !important;
    background: #fff !important;
    border-radius: 20px;
    border: 1px solid #000;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.owl-controls .owl-page.active span {
    background: #000 !important;
}

.header_bottom {
    position: relative;
    z-index: 4;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.3s ease
}

.product_tabs {}

.tab_top {}

.tab {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 0px;
}

.tab.active,
.tab:hover {
    border: 1px solid #c6c6c6;
    border-bottom: transparent;
    text-decoration: none;
    position: relative;
}

.tab.active:after,
.tab:hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    left: 0px;
    background: #fff;
}

.tab_content {
    padding: 19px 0px 0px 0px;
    margin-top: -1px;
    border-top: 1px solid #c6c6c6;
}

.tab_c {
    display: none;
}

.tab_c.active {
    display: block;
}

.slide_prod {}

.slide_prod.owl-carousel .owl-buttons {}

.slide_prod.owl-carousel .owl-buttons .owl-prev {
    left: 0px;
    background: url(../image/prev_black.png) 0 0 no-repeat;
    margin-top: -20px;
}

.slide_prod.owl-carousel .owl-buttons .owl-next {
    right: 0px;
    background: url(../image/next_black.png) 0 0 no-repeat;
    margin-top: -20px;
}

.slide_prod .owl-pagination {
    top: 36px;
    padding-bottom: 0px;
}

.header_small .header_bottom {
    /*position: fixed;
    left: 0px;
    top: -100px;
    width: 100%;
	z-index:100;*/
}

.header_small .header_bottom.down {
    top: 0px;
}

/* Important styles */

#toggle {
    display: none;
    padding: 10px 0px;
    background: #2d2d2d;
}

.toggle_menu {
    margin: 10px 0px 10px 20px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle .toggle_menu,
#toggle span:after,
#toggle span:before {
    width: 28px;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    float: left;
}

/* on activation */

#toggle.on .toggle_menu {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+.menu_block {
    display: block;
    background: #2d2d2d;
}

#toggle.on+.menu_block .menu {
    background: transparent;
    box-shadow: none;
}

.home_bottom {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0px;
}

.home_bottom .list {
    display: none;
}

.home_bottom .list.active {
    display: block;
}

.home_top {
    border: 2px solid #ececec;
    text-align: center;
    display: table;
    width: 100%;
}

.home_top a {
    background: linear-gradient(to top, #f3bd00, #f3e300);
    text-decoration: none;
    padding: 14px 0px;
    width: 33.3333%;
    color: #000;
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    display: table-cell;
    position: relative;
}

.home_top a:hover,
.home_top a.active {
    background: linear-gradient(to top, #f3d900, #f3bd00);
}

.home_top a.active:before {
    content: '';
    width: 23px;
    height: 10px;
    background: url('../image/rec.png') 0 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -10px;
}

.product-layout {
    float: left;
    padding: 15px 6px 15px 6px;
    /*   text-align: center; */
    position: relative;
}

.product_name {
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    margin: 3px 0px 0px 0px;
    max-height: 60px;
	min-height: 60px;
    overflow: hidden;
    line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.caption {
    margin: 5px auto;
   /* border-bottom: 1px solid #d7d7d7; */
    padding-bottom: 22px;
}

.action_slider .product-layout {
    padding-bottom: 0px !important;
}

.product_more {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    margin: 5px 0px 0px 12px;
}

.add_to_cart {
   /* display: none; */
    vertical-align: top;
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    background: #f3e300;
    padding: 4px 16px;
    border: 0px;
    cursor: pointer;
    border-radius: 6px;
    position: absolute;
    bottom: 12px;
    left: 0px;
    text-align: center;
}

.product-layout:hover .add_to_cart {
    display: inline-block;
}

.add_to_cart:hover {
    background: #000;
    color: #f3e300;
}

#content.page .product-thumb {
    padding-bottom: 14px;
}

.owl-item .product-thumb {
    padding-bottom: 14px;
}

.product-layout .price {
    font-size: 26px;
    font-family: 'pf_handbook_probold';
    margin: 0px;
    padding: 5px 0px 5px 0px;
    /* line-height: 16px; */
    min-height: 60px;
}

.product-layout .symbol_right {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.home_products {
    padding-bottom: 21px;
}

.owl-wrapper-outer {
    padding: 0px;
    box-shadow: none !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.sl_more {
    font-size: 24px;
    font-family: 'pf_handbook_probold';
    position: absolute;
    bottom: 22px;
    right: 17px;
    background: linear-gradient(to top, #f3bd00, #f3e300);
    padding: 7px 47px;
    border-radius: 6px;
}

.sl_more:hover {
    background: linear-gradient(to top, #f3e300, #f3bd00);
    text-decoration: none;
}

.owl-wrapper-outer .item {
    position: relative;
}

.owl-carousel .owl-buttons .owl-prev {
    background: url('../image/prev_white.png') 0 0 no-repeat;
    width: 33px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
    text-indent: -99999px;
    opacity: 1;
}

.owl-carousel .owl-buttons .owl-next {
    background: url('../image/next_white.png') 0 0 no-repeat;
    width: 33px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
    text-indent: -99999px;
    opacity: 1;
}

.home_products .owl-carousel .owl-buttons .owl-prev {
    background: url('../image/prev_black.png') 0 0 no-repeat;
    top: 40%;
    text-indent: -99999px;
    width: 33px;
    height: 40px;
    opacity: 1;
}

.home_products .owl-carousel .owl-buttons .owl-next {
    background: url('../image/next_black.png') 0 0 no-repeat;
    top: 40%;
    text-indent: -99999px;
    width: 33px;
    height: 40px;
    opacity: 1;
}

#slideshow1 .owl-prev {
    background: url('../image/prev_black.png') 0 0 no-repeat;
    left: -40px;
}

#slideshow1 .owl-next {
    background: url('../image/next_black.png') 0 0 no-repeat;
    right: -40px;
}

.action_slider.owl-carousel .owl-buttons .owl-prev {
    background: url('../image/prev_black.png') 0 0 no-repeat;
    left: -40px;
    top: 185px;
}

.action_slider.owl-carousel .owl-buttons .owl-next {
    background: url('../image/next_black.png') 0 0 no-repeat;
    right: -40px;
    top: 185px;
}

.prod_home {
    padding: 0px 40px 40px 40px;
}

.banners {}

.banner {
    position: relative;
    height: 236px;
}

.banner_left {
    margin-bottom: 10px;
}

.banner_right {}

.banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.banner_info {
    position: absolute;
    top: 36px;
    left: 32px;
}

.banner_name {
    font-size: 26px;
    font-family: 'pf_handbook_probold';
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 19px;
}

.banner_name:before {
    content: '';
    background: #f3dd00;
    width: 164px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.banner_text {
    font-size: 24px;
    font-family: 'pf_handbook_probold';
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0px 0px 0px;
    line-height: 24px;
}

.banner_right .banner_text {
    font-size: 18px;
}

.banner_text strong {
    color: #f3e300;
    font-size: 18px;
}

.banner_more {
    font-size: 20px;
    font-family: 'pf_handbook_probold';
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: linear-gradient(to top, #f3bd00, #f3e300);
    padding: 7px 14px;
    border-radius: 6px;
}

.banner_more:hover {
    background: linear-gradient(to top, #f3e300, #f3bd00);
    text-decoration: none;
}

.owl-carousel {
    margin: 0 0 0px !important;
}

.infogr_block {
    padding: 69px 0px 81px 0px;
}

.header_name {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'pf_handbook_probold';
    position: relative;
    padding-bottom: 50px;
}

.line_left {
    height: 1px;
    background: #000;
    float: left;
    width: 420px;
    margin-top: 17px;
}

.line_right {
    height: 1px;
    background: #000;
    float: right;
    width: 420px;
    margin-top: 17px;
}

.infografic_item {
    text-align: center;
    float: left;
    width: 33.3333%;
}

.infografic_block {
    width: 230px;
    margin: 0px auto;
}

.info_image {
    padding-bottom: 14px;
}

.info_name {
    font-family: 'pf_handbook_promedium';
    font-size: 16px;
}

.info_name strong {
    font-family: 'pf_handbook_promedium';
    font-size: 24px;
    text-transform: uppercase;
}

.news_left {
    float: left;
    width: 50%;
}

.news_right {
    float: right;
    width: 50%;
    padding-left: 0.5%;
    padding-bottom: 9px;
}

.news_image {
    padding-bottom: 12px;
}

.news_info {
    padding: 0px 0px 0px 8px;
}

.news_name {
    padding-bottom: 11px;
}

.news_name a {
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    text-transform: uppercase;
}

.news_description {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 6px;
}

.news_more {}

.news_more a {
    font-family: 'pf_handbook_probold';
    text-decoration: underline;
}

.news_more a:hover {
    text-decoration: none;
}

.news_image img {
    width: 100%;
}

.news_right .news_image {
    float: left;
    width: 292px;
    height: 179px;
    overflow: hidden;
    padding: 0px;
}

.news_right .news_image img {
    width: auto;
    height: 100%;
    max-width: initial;
}

.news_right .news_info {
    float: right;
    width: 298px;
    padding: 11px 0px 0px 8px;
}

.news_all {
    text-align: center;
    padding: 32px 0px 10px 0px;
}

.news_all a {
    font-size: 24px;
    font-family: 'pf_handbook_probold';
    background: linear-gradient(to top, #f3bd00, #f3e300);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 6px;
}

.news_all a:hover {
    background: linear-gradient(to top, #f3e300, #f3bd00);
    text-decoration: none;
}

.about_block .infogr_block {
    padding: 7px 0px 0px 0px;
}

.about_block .line_left {
    width: 80px;
}

.about_block .line_right {
    width: 80px;
}

.about_block .infogr_block .header_name {
    font-size: 30px;
}

.about_block strong {
    font-size: 30px;
}

footer {
    padding-top: 69px;
}

.footer {
    background: #f1f1f1;
    padding: 23px 54px;
}

.footer_block {
    float: left;
    width: 232px;
}

.footer_item {
    font-size: 18px;
    padding-bottom: 6px;
}

.footer_head {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'pf_handbook_probold';
    padding-bottom: 16px;
}

.footer_item a {
    text-decoration: underline;
    font-size: 18px;
}

.footer_item a:hover {
    text-decoration: none;
}

.footer_last {
    width: 160px;
}

.footer_info {
    padding: 41px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_left {}

.footer_left a {
    display: inline-block;
    margin-right: 20px;
}

.footer_center {}

.footer_center img {
    height: 40px;
    margin: 0px 8px;
}

.footer_right {
    font-size: 18px;
    text-align: right;
}

.breadcrumb {
    padding: 15px 0px 16px 0px;
    margin: 0px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {}

.b_last {
    font-family: 'pf_handbook_probold';
    /*text-decoration:underline;*/
    padding-left: 3px;
}

#column-left {
    float: left;
    width: 286px;
}

#column-left+#content {
    float: right;
    width: 897px;
}

#content .product-layout {
    width: 33.33%;
}

.sort_list {
    margin-top: -3px;
    padding-bottom: 13px;
}

.sort_head {
    font-family: 'pf_handbook_probold';
    display: inline-block;
    vertical-align: top;
}

.sort_item {
    display: inline-block;
    vertical-align: top;
}

.sort_item a {
    font-family: 'pf_handbook_probold';
    text-decoration: underline;
}

.sort_item a:hover {
    text-decoration: none;
}

.pagination {}

.pagination ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block !important;
}

.pagination li {
    display: inline-block;
    margin: 0px 6px;
}

.pagination li a,
.pagination li span {
    font-family: 'pf_handbook_probold';
    display: block;
    padding: 2px 8px;
}

.pagination li a:hover,
.pagination li.active span,
.pagination li.active a {
    background: #f3e300;
    text-decoration: none;
}

.categories {
    background: #f3f3f3;
    border: 1px solid #c8c8c8;
    margin-bottom: 15px;
}

.category_head {
    font-family: 'pf_handbook_probold';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0px;
    border-bottom: 1px solid #dedede;
}

.cat_item a {
    font-family: 'pf_handbook_probold';
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 7px 20px 7px 20px;
}

.cat_item a:hover,
.cat_item a.active {
    text-decoration: none;
    background-color: #dedede;
}

.cat_item:last-child a {
    border: 0px;
}

.cart_pr {
    display: none;
}

.product_big a {}

.product_big a.active {
    display: block;
}

.product_small {
    text-align: center;
    padding-top: 21px;
}

.product_small a img {
    border: 1px solid #c8c8c8;
}

.product_small a {
    display: inline-block;
    margin: 0px 3px;
    width: 100px;
}

.product_small a.active img,
.product_small a:hover img {
    border: 1px solid #f3e300;
}

.product_left {
    width: 327px;
    /* min-height: 369px; */
    float: left;
    text-align: center;
}

.product_big {
    border: 1px solid #c8c8c8;
    padding: 14px 0px 0px 0px;
}

.product_right {
    float: right;
    width: 543px;
    margin-top: 0px;
    position: relative;
}

.product_right h1 {
    font-family: 'pf_handbook_probold';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: -3px;
    /* float: left; */
    /* width: calc(100% - 180px); */
}

.manufacturer {
    font-size: 18px;
    padding-bottom: 14px;
}

.manufacturer span {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.text_model {
    font-size: 18px;
    padding-bottom: 14px;
}

.text_model span {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.text_stock {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    color: #ff0000;
    float: none;
    margin: 0px 20px 6px 0px;
    /* width: 170px; */
    text-align: left;
}

.mar {
    /*display: inline-block;
    width: 22px;*/
}

.stock_yes {
    color: #31aa64;
}

.price_list {
    list-style: none;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #c8c8c8;
    /*border-bottom: 1px solid #c8c8c8;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.price_list li {
    font-size: 40px;
    border: 1px solid #c8c8c8;
    padding: 6px 11px;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 0px;
    display: block;
    /*text-align: center;*/
}

.liPr {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    /* width: 100%; */
    /* flex: none!important; */
    width: 50%;
}

.liPr ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    display: block;
}

.pr_one {
    font-size: 33px;
}

.pr_two {
    font-family: "pf_handbook_thin";
    font-size: 14px;
    margin: -3px 0px 0px 0px;
    /* max-width: 150px; */
}

.pr_two span {
    text-transform: lowercase;
    font-family: "pf_handbook_thin";
    font-size: 14px;
}

/*package*/

.price-new .pr_one_package {
    font-size: 40px;
    color: #de0000;
}

.pr_one_package {
    font-size: 33px;
}

.pr_two_package {
    font-family: "pf_handbook_thin";
    font-size: 14px;
    margin: -3px 0px 0px 0px;
}

.pr_two_package span {
    text-transform: lowercase;
    font-family: "pf_handbook_thin";
    font-size: 14px;
}

.price_old_package {
    display: inline-block;
}

.price_new_package {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

.package_open {
    margin-bottom: 15px;
    display: block;
    margin-right: 0px;
}

.package_item {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.package_item_name {
    /* width: 69%; */
    /* display: inline-block; */
    font-size: 20px;
}

.package_item_price {
    width: 30%;
    display: inline-block;
    text-align: right;
    font-size: 20px;
}

.package_item_total {
    margin-top: 10px;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}

/*end package*/

.price_list .symbol_right {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.filter_item label,
.filter_item a {
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 4px 10px;
    font-family: "pf_handbook_thin";
    border: 0px;
    display: block;
    font-weight: normal !important;
    /* box-shadow: 0px 0px 4px #d2d2d2; */
    border-bottom: 2px solid transparent;
    border-radius: 6px;
    /* overflow: hidden; */
    border: 1px solid #ccc;
    outline: 0px solid #000 !important;
}

.sale_block {
    box-shadow: 0px 0px 4px #d2d2d2;
    margin: 2px 0px 20px 0px;
    padding: 10px 5px 10px 15px;
    background: url('../image/percent.png') 105% 50% no-repeat;
    border-radius: 2px;
    border: 1px solid #f3e300;
    max-width: 560px;
    width: 100%;
}

.sale_item {
    position: relative;
    display: table;
    margin-bottom: 5px;
}


.flexCartCup .sale_options {
    padding-left: 2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sale_head {
    font-family: 'pf_handbook_probold';
    font-size: 24px;
    padding-bottom: 5px;
}

.sale_item label {
    display: block;
}

.sale_item input {
    display: none;
}

.dob .option_head {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.dob label {
    padding: 1px 22px 0px 19px;
    box-shadow: none;
    position: relative;
    border: 0px;
}

.dob .chek:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -2px;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    border: 1px solid #000000;
}

.dob .checkbox_f:not(checked)+.chek:after {
    content: '';
    background: url('../image/chek.png') 0 0 no-repeat;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 9px;
    height: 9px;
}

.dob .checkbox_f:checked+.chek:after {
    opacity: 1;
}

.vopros {
    position: absolute;
    right: 4px;
    top: -4px;
    z-index: 1;
}

.vopros img {
    height: 10px !important;
    margin: 0px !important;
}

.prod_inf {
    padding: 40px 0px 0px 0px;
}

.options {
    padding-top: 2px;
}

.checkbox_f:checked+label {
    /* border-bottom: 2px solid #f3e300; */
    /* border: 2px solid #000; */
    outline: 2px solid #000 !important;
    border-color: transparent;
    outline-offset: -2px;
}

.top_label .filter_item label:hover {
    /* border-bottom: 2px solid #f3e300; */
    /* background: #000000; */
    /* color: #fff; */
    border-color: transparent;
    outline: 2px solid #000 !important;
    border-color: transparent;
    outline-offset: -2px;
}

.filter_item a:hover {
    /* background: #000000; */
    /* color: #fff; */
    border-color: transparent;
    text-decoration: none;
    outline: 2px solid #000 !important;
    border-color: transparent;
    outline-offset: -2px;
}

.filter_item .checkbox_f {
    opacity: 0;
    display: none;
}

.filter_item {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    vertical-align: middle;
}

.pr_top .filter_item {
    display: inline-block;
    position: relative;
    margin-right: 6px !important;
    vertical-align: middle;
    width: auto;
    margin-bottom: 8px;
}

.option_head {
    font-size: 16px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 3px;
}

.option_head_type {
    font-size: 18px;
    padding-bottom: 6px;
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    vertical-align: middle;
    font-family: 'pf_handbook_probold';
    position: relative;
}

.price_new {
    display: inline-block;
    vertical-align: top;
}
.quant_pr:not(.custom-quantity-mod) {
    display: none !important;
}
.quant_pr {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #b8b8b8;
}

.quant_pr input {
    vertical-align: top;
    display: inline-block;
    width: 31px;
    float: left;
    border: 0px;
    text-align: center;
    height: 38px;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.quant_pl {
    width: 22px;
    float: left;
    height: 38px;
}

.quant_pl .plus {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    border-bottom: 1px solid #b8b8b8;
    width: 16px;
    margin: 3px auto 0px auto;
    padding-bottom: 1px;
    cursor: pointer;
}

.quant_pl .minus {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;
}

.option_14 .option_head {
    display: inline-block;
    padding-bottom: 0px;
}

.option_14 label {
    font-family: 'pf_handbook_proregular';
    border: 0px;
    padding: 3px 8px;
}

.option_14 .checkbox_f:checked+label {
    background: #000;
    color: #f3e300;
}

.option_14 .filter_item:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #4a4a4a;
}

.option_14 .filter_item {
    margin-right: 7px;
}

.option_14 .filter_item:last-child:before {
    display: none;
}

.option {
    padding-bottom: 13px;
}

.option_14 {
    padding-bottom: 39px;
}

.prod_ship {
    position: absolute;
    top: 56px;
    right: 71px;
    width: 254px;
    background: #f5f5f5;
    border: 1px solid #ababab;
    text-align: center;
    padding: 24px 16px 0px 16px;
}

.ship_head {
    font-family: 'pf_handbook_probold';
    font-size: 24px;
    padding-bottom: 4px;
}

.ship_head a {
    font-family: 'pf_handbook_probold';
    font-size: 24px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 2px 10px;
}

.ship_head a:hover {
    text-decoration: underline;
}

.ship_text {
    font-family: 'pf_handbook_probold';
    padding-bottom: 20px;
}

.label_images label {
    width: 26px;
    height: 26px;
    padding: 0px;
    overflow: hidden;
}

.label_images .checkbox_f:checked+label,
.top_label .filter_item.label_images label:hover {
    border: 2px solid #000000;
}

.filter_item .link_img {
    /* border: 2px solid transparent; */
    /*box-shadow: 0px 0px 4px #d2d2d2;*/
    width: 26px;
    height: 26px;
    cursor: pointer;
    padding: 0px;
    overflow: hidden;
}

.filter_item .link_img:hover {
    border: 2px solid #f3e300;
}

.add_cart {
    display: flex;
    align-items: center;
}


.add_cart label {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    margin-right: 7px;
}

.add_cart input {
    font-family: 'pf_handbook_probold';
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #b8b8b8;
    width: 35px;
    margin-right: 20px;
    font-size: 18px;
}

.add_btn {
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    padding: 8px 16px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
}

.add_btn:hover {
    background: #000;
    color: #f3e300;
}

.buy_one {
    border: 1px solid #32a725;
    display: inline-block;
    padding: 7px 30px;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border-radius: 4px;
    background: #32a725;
    color: #ffffff;
}

.buy_one:hover {
    text-decoration: none;
    background: #449015;
    color: #fff;
    border: 1px solid #449015;
}

.product_bottom {
    padding-top: 48px;
}

.product_attr {
    float: left;
    width: 50%;
    padding: 0px 33px;
}

.description {
    float: right;
    width: 49%;
}

.bot_head {
    font-family: 'pf_handbook_probold';
    font-size: 20px;
    text-align: center;
    /* padding-bottom: 20px; */
    position: relative;
}

.attr_item {
    float: left;
    width: 50%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 5px;
}

.attr_item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    bottom: 3px;
    left: 0px;
    z-index: 0;
}

.attr_left {
    font-family: "pf_handbook_thin";
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 3px;
}

.attr_right {
    font-family: "pf_handbook_thin";
    float: right;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 2px;
}

.bot_des {
    font-family: "pf_handbook_thin";
    line-height: 23px;
}

.bot_des iframe {
    width: 100% !important;
}

.bot_des p {
    margin: 0px 0px 10px 0px;
}

.alert {
    padding: 12px 30px 12px 20px;
    background: #31aa64;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.alert * {
    color: #fff;
    font-size: 18px;
}

button.close {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 20px;
    background: transparent;
    border: 0px;
    cursor: pointer;
}

.categories {}

.filter-cell label {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    display: block;
    cursor: pointer;
    padding: 7px 16px 0px 26px;
    height: 37px;
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
}

.filter-cell label:last-child {
    border: 0px;
}

.filter-cell .chek {
    position: relative;
    float: right;
}

.filter-cell .chek:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #818181;
}

.checkbox_f:checked+.chek:after {
    opacity: 1;
}

.checkbox_f:not(checked)+.chek:after {
    content: '';
    background: #000;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 10px;
    height: 10px;
    opacity: 0;
}

.filter-cell .checkbox_f {
    opacity: 0;
    display: none;
}

.filter-cell label:hover {
    background: #dedede;
}

#button-filter {
    width: 100%;
    padding: 12px 0px;
    text-transform: uppercase;
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    cursor: pointer;
    margin-bottom: 15px;
    display: none;
}

#slideshow1 {
    text-align: center;
    max-width: 531px;
    margin: 0px auto !important;
}

#button-filter:hover {
    background: #000;
    color: #f3e300;
}

.about_block {
    padding-bottom: 40px;
}

.about_block .header_name {
    font-size: 40px;
}

.about_left {
    float: left;
    width: 49.5%;
    font-size: 18px;
}

.about_right {
    float: right;
    width: 50.0%;
    padding: 0px 24px;
}

.slider .item {
    position: relative;
    height: 481px;
    background-position: 50% 50%;
    background-size: cover;
}

.slider .img-responsive {
    display: none;
}

.slider_left {
    float: left;
    width: 806px;
}

.slider_right {
    float: right;
    width: 385px
}

.price-slider-container {
    padding: 8px 12px 28px 20px;
}

.categories .price-slider {
    height: 1px;
    background: #c4c4c4;
    border: 0px;
    position: relative;
}

.categories .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 3px;
    background: #f3e300;
}

.categories .ui-state-default,
.categories .ui-widget-content .ui-state-default,
.categories .ui-widget-header .ui-state-default {
    background: #f3e300;
    border: 1px solid #646464;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    cursor: pointer
}

.categories .price-slider:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    background: #c4c4c4;
    width: 5px;
    height: 5px;
    border-radius: 50px;
}

.categories .price-slider:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    background: #c4c4c4;
    width: 5px;
    height: 5px;
    border-radius: 50px;
}

.price-container {
    text-align: center;
}

.categories .price-container input {
    display: inline-block;
    width: 80px;
    border: 0px;
    background: transparent;
    text-align: center;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

#content.page .product-layout {
    width: 25%;
    padding: 27px 1% 24px 1%;
}

.cart_table {
    width: 100%;
}

.cart_table td {
    padding: 8px 8px;
    text-align: center;
}

.cart_table thead td {
    background: #333;
    color: #fff;
    font-size: 18px;
}

.del {
    border: 0px;
    background: #3b3b3b;
    /* border: 1px solid #000; */
    border-radius: 50%;
    box-shadow: none;
    padding: 0px 6px 0px 6px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.total_cart {
    float: right;
}

.login_block {
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
}

.login_block input,
.login_block select,
.login_block textarea {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 8px;
    /* border-radius: 3px; */
    border: 1px solid #d7d7d7;
}

.login_block input[type="submit"] {
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
}

.login_block input[type="submit"]:hover {
    background: #000;
    color: #f3e300;
}

.text-danger {
    color: #ff0000;
}

.price-old,
.price-old * {
    text-decoration: line-through;
    font-family: 'pf_handbook_probold' !important;
    font-size: 16px !important;
}

.price-new {
    font-size: 26px;
    color: #de0000;
}

.price-new .pr_one {
    font-size: 40px;
    color: #de0000;
}

.price-new span {
    color: #de0000;
}

.news_list1 .news_item:nth-child(odd) {
    width: 49%;
    padding-right: 1%;
    padding-bottom: 20px;
}

.news_list1 .news_item:nth-child(even) {
    width: 49%;
    padding-left: 1%;
    padding-bottom: 20px;
}

.filter3 {
    text-align: center;
    /*padding-bottom: 27px;*/
}

.filter3 .category_head {
    border: 0px;
    padding-bottom: 28px;
}

.filter3 label {
    /*border: 0px;
	display: block;
	height: 30px;*/
    text-align: left;
    padding: 7px 16px 0px 18px;
}

.filter3 label img {
    border: 2px solid #ccc;
    float: left !important;
    margin-right: 11px;
    margin-top: -3px;
}

.filter3 label img:hover {
    border: 2px solid #f4e400;
}

.filter3 label:hover {
    /*background:transparent;*/
}

.filter3 .checkbox_f:checked+img {
    border: 2px solid #f4e400;
}

.header_logo_mobile {
    display: none;
}

.image {
    position: relative;
}

.sticker {
    position: absolute;
    top: 6px;
    left: 6px;
    margin-left: 0px;
    width: 100px;
    padding: 3px 5px;
    background: #f4e400;
    color: #000;
    font-family: 'pf_handbook_probold';
    text-transform: uppercase;
    z-index: 2;
}

.sticker:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
    border: 12.5px solid transparent;
    border-left: 13px solid #f4e501;
}

.special {
    color: #ffffff;
    background: #df0700;
    font-size: 20px;
    width: 49px;
    padding: 13px 0px;
    text-align: center;
    border-radius: 50px;
    left: 6px;
    margin-left: 0px;
    top: 6px;
    z-index: 2;
}

.sticker.special {
    /*display: none;*/
}

.special:before {
    display: none;
}

.more_all {
    text-align: right;
    position: relative;
    z-index: 1;
    padding-top: 12px;
}

.more_all a {
    font-weight: normal !important;
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    padding: 8px 16px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
}

.more_all a:hover {
    text-decoration: none;
    background: #000;
    color: #f3e300;
}

.btnYellow {
    font-weight: normal !important;
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    padding: 8px 16px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
}

.btnYellow:hover {
    text-decoration: none;
    background: #000;
    color: #f3e300;
}

.pr_top {
    min-height: 260px;
}

.pr_top_f {
    min-height: 310px;
}

.new_btn {
    width: 96%;
}

.new_btn:hover {
    text-decoration: none;
}

.radio_check input {
    width: auto;
}

.price_item {
    float: left;
    width: 50%;
    padding-bottom: 12px;
}

.price_item:nth-child(odd) {
    width: 49%;
    margin-right: 1%;
}

.price_head {
    color: #020202;
    font-size: 22px;
    padding: 4px 12px;
    background: linear-gradient(to top, #f3bd00, #f3e300);
    font-family: 'pf_handbook_probold';
}

.price_img {
    float: left;
    width: 40%;
}

.price_img img {
    width: 100%;
}

.price_link {
    float: left;
    width: 60%;
    padding-left: 10px;
    padding-top: 10px;
}

.price_link a {
    margin-bottom: 4px;
    display: inline-block;
}

.price_pdf {
    text-align: center;
    margin-top: 10px;
}

.price_pdf a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    background: #f3e300;
    padding: 4px 16px;
    border: 0px;
    cursor: pointer;
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
}

.price_pdf a:hover {
    background: #000;
    color: #f3e300;
    text-decoration: none;
}

.c_address {
    font-size: 16px;
    float: right;
    width: 50%;
    margin-top: -400px;
}

.c_form {
    display: block;
    /* float:left; */
    width: 50%;
    padding-bottom: 20px;
    margin: 0px auto;
}

.about_page {
    max-width: 830px;
    margin: 0px auto;
    font-size: 18px;
}

.about_page p {
    margin: 0px 0px 10px 0px;
    line-height: 24px;
    font-size: 18px;
}

.about_page ol,
ul,
li {
    font-size: 18px;
}

.gallery {
    text-align: center;
}

.gallery a {
    display: inline-block;
    margin: 0px 0px 4px 0px;
    position: relative;
    width: 236px;
}

.gallery a:hover:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(243, 227, 0, 0.78) url('../image/zoom.png') 50% 50% no-repeat;
}

.gallery img {
    max-width: 100%;
    vertical-align: top;
}

#search {
    width: 100%;
    max-width: 149px;
    margin: 0px auto;
    display: inline-block;
    padding: 4px 0px 0px 0px;
    position: relative;
}

#search input {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 8px 12px;
}

#search button {
    position: absolute;
    top: 4px;
    right: 0px;
    height: 36px;
    width: 36px;
    background: rgba(243, 227, 0, 0.78) url(../image/zoom.png) 50% 50% no-repeat;
    border: 0px;
    background-size: 16px;
    cursor: pointer;
}

#content .search_product .product-layout {
    width: 25%;
}

.refresh {
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: top;
    background: #f6ea54 url('../image/refresh.png') 50% 50% no-repeat;
    border: 0px;
}

.action_slider .product-layout {
    width: 100% !important;
}

.owl-pagination {
    padding-bottom: 24px;
}

.uslugi .item {
    height: auto;
}

.uslugi .banner_left {
    height: auto;
    float: left;
    width: 49.5%;
}

.uslugi .banner_right {
    height: auto;
    float: right;
    width: 49.5%;
}

.child_cat>a {
    padding-left: 34px;
    font-size: 20px;
    padding-right: 34px;
}

.child_cat2>a {
    padding-left: 54px;
}

.child_cat3>a {
    padding-left: 82px;
}

.child_cat1>a {
    font-size: 24px;
}

.product_page {
    padding-bottom: 50px;
}

.prod_related .line_left,
.prod_related .line_right {
    width: 300px;
}

.prod_inf .kart_item {
    width: 136px;
}

.prod_inf .flip-container,
.prod_inf .front,
.prod_inf .back {
    width: 130px;
    height: 188px;
}

.prod_inf .f_text {
    font-size: 18px;
}

.prod_inf .front img {
    margin: 0px 0px 0px 0px;
}

.prod_inf .kart_table {
    font-size: 14px;
}

.mod_inf {
    padding-top: 20px;
    padding-bottom: 20px;
}

.flip-container {
    perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 180px;
    height: 240px;
}

.kart_table {
    font-size: 18px;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 0 0 32px #ededed;
    padding: 30px 15px;
}

.front {
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
    color: #fff;
    padding: 15px 15px;
}

.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    transform-origin: 100% 213.5px;
    /* half of height */
}

.vertical.flip-container:hover .flipper {
    transform: rotateX(-180deg);
}

.kart_item {
    display: inline-block;
    width: 180px;
    margin: 0px 5px 10px 5px;
}

.benefits_desktop {
    text-align: center;
}

.f_text {
    font-size: 22px;
}

.front img {
    margin: 20px 0px 0px 0px;
}

.g-recaptcha>div {
    margin: 0px auto;
}

.captcha_error {
    text-align: center;
    color: #ff0000;
    font-size: 18px;
}

.categories ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.categories ul a {
    font-family: 'pf_handbook_probold';
    font-size: 24px;
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 7px 20px 7px 20px;
}

.categories a:hover,
.categories li.active>a {
    text-decoration: none;
    background-color: rgba(243, 227, 0, 0.78);
}

.categories>ul>li>ul>li>a {
    padding-left: 34px;
    font-size: 18px;
    padding-right: 34px;
}

.categories>ul>li>ul>li>ul>li>a {
    padding-left: 54px;
    font-size: 16px;
}

.categories>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 82px;
    font-size: 16px;
}

.categories>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 100px;
    font-size: 16px;
}

.categories ul {
    display: none;
}

.categories>ul {
    display: block !important;
}

.categories li.active>ul,
.categories li.open_cat>ul {
    display: block;
}

.categories li.cat_parent.active>a {
    background-image: url(../image/open_black_top.png);
}

.show_arr {
    background-image: url(../image/open_black_top.png);
}

.all_cat {
    display: none;
}

.header_mobile {
    display: none;
}

/*Просчёт стоимости*/

.cartList {
    padding: 12px 0px 0px 0px;
}

.cartItem {
    border-bottom: 1px solid #DFDFDF;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.cartTop {
    display: flex;
    width: 100%;
    padding-bottom: 39px;
    align-items: flex-start;
}

.cartImage {
    display: block;
    width: 120px;
    vertical-align: top;
}

.cartImage img {
    display: block;
}

.cartImage a {
    display: block;
    padding: 9px;
    width: 120px;
    height: 120px;
    border: 1px solid #DFDFDF;
}

.cartNameBlock {
    display: block;
    vertical-align: top;
    padding: 15px 15px 0px 40px;
    width: 320px;
}

.cartNumber {
    font-size: 18px;
    line-height: 28px;
    font-family: 'pf_handbook_probold';
}

.cartName {
    font-size: 24px;
    line-height: 32px;
    font-family: 'pf_handbook_probold';
    text-transform: uppercase;
    padding-bottom: 6px;
    display: none;
}

.cartModel {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: 'pf_handbook_probold';
}

.cartModel span {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.cartQuant {
    display: block;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    width: 66px !important;
}

.cartQuant .quant_pr {
    margin: 0px;
    width: 66px !important;
}

.cartLinks {
    display: block;
    vertical-align: top;
    width: 100%;
}

.cartLinksFlex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}

.cartBottom {
    display: flex;
    align-items: center;
    padding-top: 13px;
}

.cartLinksFlex a {
    font-size: 18px;
    line-height: 28px;
    font-family: 'pf_handbook_probold';
    font-weight: 100 !important;
    margin: 0px 8px;
}

.cartLinksFlex a:hover {
    text-decoration: none;
}

.cartLinksFlex img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cartOptions .checkbox_f:checked+label,
.cartOptions .filter_item label:hover {
    border: 2px solid #f3e300;
}

.cartOptions .filter_item .checkbox_f {
    opacity: 0;
    display: none;
}

.cartOptions .filter_item {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    vertical-align: middle;
}

.cartOptions .option_head {
    font-size: 18px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    vertical-align: middle;
    font-family: 'pf_handbook_probold';
    position: relative;
}

.cartOptions .label_images label {
    width: 32px;
    height: 32px;
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #dedede;
}

.cartOptions .label_images .checkbox_f:checked+label:after,
.cartOptions .filter_item.label_images label:hover:after {
    content: '';
    background: url('/image/cartCheck.png') 50% 50% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.cartOptions .filter_item .link_img {
    border: 1px solid #dedede;
    box-shadow: 0px 0px 4px #d2d2d2;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: none;
}

.cartOptions .filter_item .link_img:hover:after {
    content: '';
    background: url('/image/cartCheck.png') 50% 50% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.cartOptions {
    padding: 1px 0px 40px 0px;
}

.optionFirst {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: left;
}

.cartOptions .option {
    height: 45px;
    padding-right: 26px;
    padding-bottom: 27px;
    box-sizing: content-box;
}

.cartOptions .filter_item label,
.cartOptions .filter_item a {
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 4px 20px;
    font-family: 'pf_handbook_proregular';
    border: 2px solid transparent;
    display: block;
    font-weight: normal !important;
    box-shadow: 0px 6px 20px rgba(63, 61, 86, 0.15);
}

.cartOptions .label_images label {
    padding: 0px;
    border: 1px solid #dedede;
    box-shadow: none;
}

.cartOptions .label_images label:hover {
    /* border: 0px; */
}

.cartOptions .label_images .checkbox_f:checked+label,
.cartOptions .filter_item.label_images label:hover {
    border: 1px solid #dedede;
}

.optionLabels {
    display: inline-block;
    vertical-align: middle;
}

.cartOptions .optionFlex {
    display: flex;
    height: auto;
}

.cartOptions .optionFlex .option_head {
    white-space: nowrap;
    padding-top: 4px;
    margin-right: 12px;
    position: relative;
    padding-right: 22px;
}

.cartOptions .optionFlex .optionLabels {}

.cartOptions .optionFlex .filter_item {
    margin-bottom: 16px;
}

.bottomOptions {}

.bottomOptions .cartOptions {}

.cartOptions .optionFaq {
    padding-right: 28px;
}

.optionFaq .faq {
    top: -2px;
}

.cartOptions .dob .option_head {
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.cartOptions .dob label {
    padding: 1px 22px 0px 19px;
    box-shadow: none;
    position: relative;
    border: 0px;
}

.cartOptions .dob .chek:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -2px;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    border: 1px solid #000000;
}

.dobRadio .checkbox_f:not(checked)+.chek:after {}

.cartOptions .dobRadio .chek:before {}

.cartOptions .dob .checkbox_f:not(checked)+.cartOptions .chek:after {
    content: '';
    background: url('../image/chek.png') 0 0 no-repeat;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 9px;
    height: 9px;
}

.cartOptions .dob .checkbox_f:checked+.cartOptions .chek:after {
    opacity: 1;
}

.cartOptions .dob label:hover {
    border: 0px;
}

.cartOptions .option.dob {
    height: auto;
    vertical-align: top;
    margin-top: 4px;
}

.cartOptions .option.dob .faq {
    top: -2px;
}

.cartOptions .dob .filter_item {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: 5px;
}

.loadOptions {
    background: #EEE267;
    border-radius: 3px;
    padding: 3px 18px;
    display: inline-block;
}

.loadOptions img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.loadOptions span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    font-family: 'pf_handbook_probold';
}

.loadOptions.active img {
    transform: rotate(180deg);
}

.cartSale {
    max-width: 586px;
    margin: 0px 0px 30px 0px;
    padding: 15px 28px;
    box-shadow: 0px 6px 20px rgba(63, 61, 86, 0.15);
    background: url(/image/per.png) 100% 50% no-repeat;
}

.cartSale .sale_head {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 19px;
}

.cartSale .sale_item {
    margin-bottom: 14px;
}

.cartSale label {
    font-family: 'pf_handbook_probold';
}

.cartSocial img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cartSocial .spanSoc {
    display: inline-block;
    vertical-align: middle;
}

.cartSocial label {
    padding: 4px 10px !important;
    min-width: 104px;
    text-align: center;
}

.cartSocial {
    padding: 1px 0px 0px 0px;
}

.cartSocial .option {
    padding-bottom: 14px;
}

.cartEmailBlock {
    padding-bottom: 20px;
}

.cartHead {
    /* font-family: 'pf_handbook_probold'; */
    padding-bottom: 4px;
}

.cartForm {}

.cartForm input {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
    width: 340px;
    padding: 0px 16px;
    margin-right: 17px;
}

.cartForm a {
    background: #EEE267;
    border-radius: 5px;
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 58px;
    font-weight: 100 !important;
    font-family: 'pf_handbook_probold';
}

.cartForm a:hover {
    background: #e2d552;
    text-decoration: none;
}

.cartCallBlock {}

.cartCallHead {
    font-family: 'pf_handbook_probold';
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 21px;
}

.cartCall {
    background: #57A43C;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    font-weight: 100 !important;
    width: 100%;
    max-width: 342px;
    text-align: center;
    font-family: 'pf_handbook_probold';
}

.cartCall:hover {
    background: #458c2d;
    text-decoration: none;
    color: #fff;
}

.faq {
    text-align: center;
}

.faqImage {
    margin-bottom: 20px;
}

.faqName {
    font-size: 24px;
    line-height: 32px;
    font-family: 'pf_handbook_probold';
}

.faqText {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
}

.faq {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 2px;
}

.faqImg {}

.faqBlock {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.08);
    width: 400px;
    padding: 40px 60px;
    left: -200px;
}

.faq:hover .faqBlock {
    display: block;
    z-index: 5;
}

.cartHeadError {
    color: #ff0000;
    display: none;
}

.cartSuccess {
    padding: 10px 0px 10px 0px;
    font-size: 26px;
    font-family: 'pf_handbook_probold';
    color: #fff;
    background: #57a33c;
    text-align: center;
    margin-top: 30px;
    max-width: 400px;
    text-align: center;
    display: none;
}

.bottomLinks {
    display: none;
}

.cartOptionsSmall {
    padding-bottom: 0px;
}

/*END Просчёт стоимости*/

.accordion_list {
    position: relative;
}

.accordion_list:before,
.accordion_list:after {
    display: table;
    content: " ";
}

.accordion_list:after {
    clear: both;
}

.accordion_icon {
    display: block;
    box-sizing: content-box;
}

.accordion_icon_hover {
    display: none;
}

.accordion_open .accordion_icon {
    display: none;
}

.accordion_open .accordion_icon_hover {
    display: block;
}

.accordion_item {
    position: relative;
}

.accordion_item .delQuiz {
    position: absolute !important;
    right: -63px;
    top: 32px;
    height: 24px;
    background: transparent;
    padding: 0px;
}

.accordion_top {
    border-top: 1px solid #cecece;
}

.accordion_item:last-child .accordion_wrapper {
    border-bottom: 1px solid #cecece;
}

.block484__text,
.block484__text * {
    font-size: 18px;
}

.block484__title {
    font-size: 22px;
}

.accordion_block {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}

.block484__text p {
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.block484__header {
    position: relative;
    cursor: pointer;
    padding: 18px 50px 18px 0;
    border-top: 1px solid #cecece;
    display: block;
    font-weight: 100 !important;
}

.block484__icon {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 8px;
    -webkit-transition: opacity ease-in-out .2s;
    -moz-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
    box-sizing: content-box;
}

.block484__circle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 100px
}

.block484__lines {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    z-index: 1
}

.block484__opened .block484__lines {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.block484__content {
    display: none;
    -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    -moz-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    -o-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s
}

.block484__textwrapper {
    padding: 0 0 20px
}

.block484__text {
    margin-bottom: 0px;
}

.block484__img {
    display: block;
    width: 100%;
    margin-bottom: 14px
}

.block484__border {
    width: 100%;
    height: 1px;
    background-color: #eee
}

#form-review {
    padding: 0px !important;
}

.review-item {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

.review-item .review {
    font-size: 18px;
}

.revAuthor {
    font-family: 'pf_handbook_probold';
    font-size: 20px;
    padding-bottom: 4px;
}

.revDate {
    font-style: italic;
    display: none;
}

.revAdd {
    max-width: 400px;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
}

.revAdd label {
    font-size: 18px;
    padding-bottom: 4px;
    display: block;
}

#input-name {
    width: 100%;
    padding: 9px 6px;
    margin-bottom: 16px;
    border: 1px solid #d7d7d7;
}

#input-review {
    width: 100%;
    padding: 9px 6px;
    margin-bottom: 9px;
    border: 1px solid #d7d7d7;
    height: 150px;
}

#button-review {
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    padding: 8px 16px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
}

#button-review:hover {
    background: #000;
    color: #f3e300;
}

.revStar {
    /* display: none; */
}

.sl_val {
    width: 100%;
    text-align: center;
    border: 0px;
}

.sliderCart {
    width: 200px;
}

.sliderCart .ui-state-default,
.sliderCart .ui-widget-content .ui-state-default,
.sliderCart .ui-widget-header .ui-state-default {
    background: #f3e300 !important;
    border: 1px solid #646464 !important;
    border-radius: 50% !important;
    width: 11px !important;
    height: 11px !important;
    cursor: pointer !important;
    top: -4px !important;
}

.sliderCart .ui-slider-range {
    top: 0px !important;
    height: 3px !important;
    background: #f3e300;
}

.sliderCart {
    height: 3px !important;
    background: #c4c4c4 !important;
    border: 0px !important;
    position: relative !important;
    margin: 10px 0px 0px 0px;
}

.slBlock {
    margin: -6px 0px 0px 0px;
}

.cartOptions .option {
    display: none;
}

.cartOptions .option.active {
    display: block;
}

.cartOptions .option.optionFirst.active {
    display: flex;
}

.activeInput .option_head {
    color: #ff0000;
}

.excelBlock {
    padding-bottom: 22px;
}

.cartForm .excelLoad {
    background: #EEE267;
    border-radius: 5px;
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 16px;
    font-weight: 100 !important;
    font-family: 'pf_handbook_probold';
    margin: 0px 8px;
}

.cartForm .excelLoad:hover {
    background: #e2d552;
    text-decoration: none;
}

.excelLoad img {
    height: 18px;
    vertical-align: middle;
}

.CatHead {
    font-size: 22px;
    text-align: center;
    padding: 25px 0px;
}

.catBlock {
    padding-top: 50px;
}

.catBlock .header_name {}

.openCat {
    display: none;
}

.cartDuble img {
    height: 24px;
}

.furnitura .option_head {
    white-space: nowrap;
    padding-top: 8px;
    margin-right: 12px;
    position: relative;
    padding-right: 22px;
    float: left;
}

.mapPopup {
    max-width: 90%;
}

.contactList {
    border-top: 1px solid #d7d7d7;
}

.contactItem {
    display: table;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
    padding: 16px 0px;
}

.contactItem>* {
    display: table-cell;
    padding: 10px 16px;
}

.contactHead {
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    padding: 0px 0px 0px 0px;
}

.contactAddress {
    width: 60%;
    border-right: 1px solid #d7d7d7;
}

.contactAdr {}

.contactMaps {
    padding: 8px 0px;
}

.contactItem a {
    font-weight: 100 !important;
    color: #e89051;
}

.contactItem a:hover {}

.contactMaps a {
    margin-right: 14px;
}

.contactMaps a:hover {}

.contactPhone {
    width: 25%;
    border-right: 1px solid #d7d7d7;
}

.contactTime {
    width: 15%;
}

.contactForm {
    text-align: center;
    padding-top: 20px;
}

.contactForm h4 {
    font-size: 22px;
    font-family: 'pf_handbook_probold';
}

.productImageMini {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* padding: 0px 15px 0px 15px; */
    margin-top: 8px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
    width: calc(100% + 4px) !important;
}

.productImageMini .owl-item {
    padding: 0px 2px;
}

.productImageMini .owl-item a {
    height: 66px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
}

.productImageMini .owl-item a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.productImageMini .owl-item a:hover {}

.productImageMini .owl-buttons .owl-prev,
.productImageMini .owl-buttons .owl-next {
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    width: 14px;
    height: 18px;
    background-size: contain !important;
}

.productImageMini .owl-buttons .owl-prev {
    background: url(../image/prev_black.png) 50% 50% no-repeat;
    left: 3px !important;
}

.productImageMini .owl-buttons .owl-next {
    background: url(../image/next_black.png) 50% 50% no-repeat;
    right: 3px !important;
}

.miniImage,
.videoImage {
    /* width: 25%; */
    /* margin: 0px 2px 7px 2px; */
    border: 1px solid #c8c8c8;
}

.videoImage {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: rgb(0 0 0 / 60%) url(/image/youtube.svg) 50% 50% no-repeat;
    background-size: 28px;
}

.videoImage:hover {}

.videoImage:hover img {}

.videoImage img {
    /* height: 27px !important; */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    z-index: -1;
}

.productImageMini img {
    display: block;
}

.productImageMini img:hover {}

.bottomMenu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #f3e300;
    text-align: center;
    display: none;
    z-index: 99;
}

.bottomMenu>a {
    width: 20%;
    padding: 6px 2px;
}

.bottomMenu>a:hover {
    background: #ecc400;
    text-decoration: none;
}

.bottomMenu img {
    height: 20px;
    display: block;
    margin: 0px auto;
}

.bottomName {
    font-size: 13px;
    display: block;
    padding-top: 2px;
}

.bottomMenuCatalog {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: #ffffff;
    overflow: auto;
}

/*Start Cart*/

.cart-list {
    margin-bottom: 25px;
    margin-top: 25px;
    list-style: none;
    padding-left: 0px;
}

.cart-item {
    position: relative
}

.cart-item:first-child {
    padding-top: 0
}

.cart-item:first-child .cart-name {
    padding-left: 129px
}

.cart-item:first-child:after,
.cart-item:last-child:after {
    /*display: none*/
}

.item-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.cart-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 95px;
    /* padding-top: 15px; */
    /* padding-bottom: 8px; */
}

.cart-row--title {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    min-height: auto;
    padding: 10px 0px;
    background: #f5f5f5;
}

.cart-row--title .cart-cost {
    margin-right: 77px
}

.cart-row--module {
    min-height: unset;
    padding: 4px 0
}

.cart-row .rouble {
    font-size: 12px;
    margin-left: 3px
}

.cart-name {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order: 1;
    padding-right: 20px;
    /* align-items: center */
}

.cart-picture {
    width: 129px;
}

.cart-picture img {
    margin-top: 8px;
    max-width: 100%;
    /* max-height: 80px; */
}

.cart-name-value {
    margin: 0;
    line-height: 20px;
    flex: 1;
}

.cart-name-value .cart-link {
    color: #333;
    text-decoration: none
}

.cart-name-value .cart-link:hover {
    text-decoration: underline
}

.cart-price {
    width: 17%;
    order: 2
}

.cart-cost-title,
.cart-price-title {
    display: none;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.cart-price-value {
    margin: 0;
    font-weight: 700;
    line-height: 20px
}

.cart-price-stock {
    margin: 0
}

.cart-price-stock-value {
    line-height: 20px;
    color: #666;
    text-decoration: line-through
}

.cart-price-disc {
    line-height: 20px;
    color: #f36b21;
    text-decoration: none
}

.cart-count {
    width: 17%;
    min-width: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    order: 3
}

.cart-count-field {
    width: 55px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    outline: none
}

.cart-cost {
    width: 10%;
    order: 4
}

.cart-cost-value {
    margin: 0;
    line-height: 20px;
    font-weight: 700
}

.cart-del {
    position: relative;
    margin-left: auto;
    text-align: right;
    padding-left: 20px;
    cursor: pointer;
    order: 5
}

.cart-del,
.cart-del:hover {
    color: #f36b21
}

.cart-del:hover:after,
.cart-del:hover:before {
    background-color: #f36b21
}

.cart-del:active {
    color: #f36b21
}

.cart-del:active:after,
.cart-del:active:before {
    background-color: #f36b21
}

.cart-del:before {
    transform: rotate(45deg)
}

.cart-del:after,
.cart-del:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 0;
    top: 7px;
    background-color: #f36b21
}

.cart-del:after {
    transform: rotate(-45deg)
}

.cart-action-line {
    margin: 5px 0 0;
    line-height: 20px;
    color: #f36b21;
    cursor: pointer
}

.cart-action-line:active,
.cart-action-line:hover {
    color: #f36b21
}

.cart-action-line span {
    position: relative;
    color: #f36b21;
}

.cart-action-line span:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #f36b21;
    border-bottom: 1px solid #f36b21;
    right: -15px;
    top: 3px;
    transform: rotate(-45deg)
}

.cart-show-modules {
    display: none
}

.cart-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-controls-modal {
    padding: 15px 48px;
    border-top: 2px solid #eaeaea
}

.cart-controls .btn-outline-warning {
    display: inline-block;
    width: unset
}

.cart-wrap {
    margin: 0
}

.cart-clear,
.cart-wholesale-price {
    color: #f36b21;
    line-height: 18px;
    margin-right: 35px;
    cursor: pointer
}

.cart-clear:active,
.cart-clear:hover,
.cart-wholesale-price:active,
.cart-wholesale-price:hover {
    color: #f36b21
}

.cart-total {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: right
}

.cart-total-value {
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px
}

.cart-total-value-modal {
    font-size: 14px
}

.cart-total-value .rouble {
    font-size: 16px;
    margin-left: 5px
}

.cart-modules {
    margin-top: -10px
}

.cart-modules .cart-name {
    padding-left: 159px;
    width: calc(49% + 30px);
}

.cart-modules .cart-row:last-child {
    padding-bottom: 15px;
}

.cart-modules-title {
    padding-left: 159px;
    color: #999;
    margin: 20px 0 7px;
}

.cart-modules-additional {
    margin-top: 25px
}

.cart-order {
    padding-top: 48px;
    border-top: 1px solid #eaeaea;
    margin-top: 48px
}

.cart-order-title {
    margin: 0 0 60px;
    font-size: 24px;
    line-height: 30px
}

.cart-order-wrap {
    width: 100%
}

.cart-order-total {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.cart-order-totalText {
    font-size: 18px;
    line-height: 32px
}

.cart-order-totalValue {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

.cart-order-totalValue .rouble {
    font-size: 16px;
    margin-left: 5px
}

.cart-order-result {
    display: none
}

.cart-order-resultText {
    padding-top: 50px
}

.cart-success-text {
    margin: 40px 0
}

.btn-count {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: background-color .3s;
}

.btn-count-minus:before,
.btn-count-plus:after,
.btn-count-plus:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #aaa;
}

.btn-count-minus:before,
.btn-count-plus:before {
    width: 10px;
    height: 2px;
}

.btn-count-plus:after {
    width: 2px;
    height: 10px;
}

.item-main {
    padding: 15px 0px;
}

/*End Cart*/

.totalBlock {
    justify-content: flex-end;
}

.cartTotal1 {
    /* width: calc(83% - 83px); */
    /* text-align: right; */
    /* margin-right:5px; */
}

.cartTotal2 {
    width: 116px;
}

.cartTotalProductPrice {
    border-top: 1px solid #eaeaea;
    padding-top: 6px;
}

.toggle_modules {
    padding-left: 159px;
}

.cartProdRow {
    padding-bottom: 6px;
}

.cartBox {
    position: relative;
}

.cartCheck {
    position: relative;
}

.cartCheck:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 40px;
    width: 18px;
    height: 18px;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}

.cartCheckbox:checked+.cartCheck:after {
    opacity: 1;
}

.cartCheckbox:not(checked)+.cartCheck:after {
    content: '';
    background: #aaaaaa;
    position: absolute;
    top: -7px;
    left: 44px;
    width: 12px;
    height: 12px;
    opacity: 0;
    cursor: pointer;
}

.cartCheckbox {
    opacity: 0;
    display: none;
}

.optionDescr {
    color: #999;
    margin-top: -1px;
    line-height: 16px;
}

.flexCupon {
    display: flex;
}

#input-coupon {
    /* border-radius: 0px; */
    width: 146px;
}

#button-coupon {
    cursor: pointer;
    background: #f3e300;
    border: 0px;
}

#button-coupon:hover {
    color: #f3e300;
    background: #000;
}

.flexCartCup {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexCartCup .login_block {
    margin: 0px;
}

.dFlexCart {
    display: flex;
    justify-content: space-between;
}

.dFlexCart>div {
    width: 47%;
}

.logFields {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logField {
    width: 32%;
    padding-bottom: 10px;
    margin-right: 1%;
}

.logFieldsTextarea {
    width: 66%;
    /* max-width: 329px; */
}

.logFieldsBtn {
    width: 100%;
    text-align: center;
}

.loading_btn {
    max-width: 200px;
    margin: 0px auto;
}

.logFieldsTextarea textarea {
    height: 0px;
    resize: initial;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0px;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}

.logFieldsTextarea.active textarea {
    height: 40px;
    opacity: 1;
}

.logFieldsTextarea .showDescr {
    cursor: pointer;
    border-bottom: 1px dashed #000000;
}

.showDescr:hover,
.logFieldsTextarea.active .showDescr {
    border-bottom-color: transparent;
}

.closeCoupon {
    position: absolute;
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 10px;
    line-height: 45px;
    background: transparent;
    height: 100%;
    cursor: pointer;
}

.config_coupon {
    padding: 7px 10px;
    background: #55ff71;
    position: relative;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.couponBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promoText {
    font-size: 20px;
}

.promoCode {
    font-size: 20px;
    margin-left: 14px;
    background: #2b2b2b;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
}

.promoCode:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.couponBlockLeft {}

.couponBlockRight {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdownBlock {
    padding-left: 10px;
}

.countdownValue {
    font-size: 20px;
}

.countdownText {
    font-size: 20px;
}

header>.container {
    position: relative;
}

.liveSearch {
    display: none;
    position: absolute;
    top: 151px;
    right: 0px;
    padding: 0px 0px;
    z-index: 9;
    background: #fff;
    /* box-shadow: 0px 0px 10px #000; */
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
    border: 1px solid #d7d7d7;
    box-shadow: rgb(0 0 0 / 20%) 0 0 8px;
}

.searchWrap {
    display: flex;
    flex-wrap: wrap;
}

.searchLeft {
    width: 200px;
    padding: 10px 15px;
}

.searchRight {
    width: calc(100% - 200px);
}

.liveSearchCategories .searchRight {
    display: flex;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #d7d7d7; */
    /* margin-bottom: 15px; */
    /* padding-bottom: 15px;*/
    margin-bottom: 0px;
    border-left: 1px solid #d7d7d7;
}

.searchProdItem {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.searchProdItem {}

.searchProdLink,
.searchLastLink {
    padding: 10px 10px;
    display: table;
    width: 100%;
    vertical-align: middle;
}

.searchProdLink:hover {
    text-decoration: none;
    background: #ededed;
}

.searchProdImg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
}

.searchProdImg img {
    display: block;
}

.searchProdName {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}

.searchProdPrice {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'pf_handbook_probold';
    width: 90px;
}

.searchProdPrice .symbol_right {
    font-family: 'pf_handbook_probold';
}

.priceRed {
    font-family: 'pf_handbook_probold';
    color: #de0000;
}

.priceRed .symbol_right {
    color: #de0000;
}

.priceBlack {
    font-family: 'pf_handbook_probold';
    text-decoration: line-through;
    font-size: 14px;
    color: #6a6a6a;
}

.priceBlack .symbol_right {
    color: #6a6a6a;
    font-size: 14px;
}

.searchCatItem {
    width: calc(100% / 3);
}

.searchCatItemHome {
    width: 100% !important;
}

.searchCatLink {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.searchCatItemHome .searchCatLink {
    background: #f1e33a;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
}

.searchCatItemTwo .searchCatLink {
    background: #ededed;
    font-family: 'pf_handbook_probold';
}

.searchCatLink:hover {
    text-decoration: none;
    background: #ededed;
}

.header_mobile .liveSearch {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    top: 110px;
    max-height: calc(100vh - 156px);
}

.liveSearchNoResult {
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
    display: none;
}

.categoriesList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.categoryItem {
    width: 25%;
    padding-bottom: 6px;
}

.categoryItem a {
    font-size: 16px;
}

.categoryItem a:hover {}

.searchWidth #search {
    max-width: 100%;
    padding-left: 10px;
}

.searchWidth {
    text-align: right;
    padding-top: 4px;
}

.searchCatItem:nth-child(odd):last-child a {
    /*border-bottom: 0px;*/
}

.searchCatItem:nth-child(even):last-child a {
    /*border-bottom: 0px;*/
}

.liveSearchProducts {
    border-top: 1px solid #d7d7d7;
    margin-top: -1px;
}

header .liveSearch::-webkit-scrollbar {
    width: 5px;
}

header .liveSearch::-webkit-scrollbar {
    background: #fff;
}

header .liveSearch::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    border-radius: 0px;
}

.oformitZakaz,
.cartOpenSms,
.shareAddToCart,
.shareReplaceCart {
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px;
    max-width: 200px;
    margin-bottom: 8px;
}

.oformitZakaz:hover,
.cartOpenSms:hover,
.shareAddToCart:hover,
.shareReplaceCart:hover {
    background: #000;
    color: #f3e300;
    text-decoration: none;
}

#createOrderPoup {
    max-width: 760px;
    padding: 024px 0px;
    border-radius: 15px;
}

.orderHead {
    text-align: center;
    font-size: 26px;
    font-family: 'pf_handbook_probold';
}

.orderTop {
    display: flex;
    align-self: center;
    padding: 20px 0px;
}

.orderTopItem {
    width: 50%;
    text-align: center;
    background: #f3e300;
    padding: 15px 10px;
    background: #e1e1e1;
    color: #000;
    font-size: 20px;
    font-family: 'pf_handbook_probold';
}

.orderTopItem.active,
.orderTopItem:hover {
    background: #f3e300;
    color: #000;
    text-decoration: none;
}

.orderTopLeft {
    border-right: 1px solid #e5d600;
}

.orderTopRight {}

.orderBody {
    padding: 0px 24px;
}

.fancybox-slide::before {
    vertical-align: top !important;
}

.openPopupInfoText {
    font-size: 22px;
    text-align: center;
}

.cartSpecial {}

.cartSpecial,
.cartSpecial * {
    text-decoration: line-through;
    color: #de0000;
}

.textRight {
    text-align: right;
}

.couponImg {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.productListCoupon {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: 0px;
    width: 100px;
    padding: 3px 0px;
    background: #f4e400;
    color: #000;
    font-family: 'pf_handbook_proregular';
    transform: translateX(-50%);
}

#content .prod_list_coupons .product-layout {
    width: 24%;
}

.cartCoupon {
    display: flex;
    height: 41px;
    align-items: center;
    background: #c7c7c7;
    margin-right: 6px;
    padding: 0px 6px 0px 14px;
}

.deleteCoupon {
    color: #000;
    font-size: 22px;
    margin: -3px 0px 0px 3px;
    padding: 0px 8px;
}

.deleteCoupon:hover {
    text-decoration: none;
}

.textRightGray * {
    color: #999;
}

.testRightBlack * {
    color: #000;
    font-weight: 700;
}

.textTotalCart {
    line-height: 22px;
}

.sale5.active .chek {
    opacity: 0.4;
}

.couponsList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.couponItem {
    padding: 8px 15px;
    margin: 0px 8px 10px 8px;
    background: #c7c7c7;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'pf_handbook_probold';
}

.couponItemImg {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -1px;
}

.couponItem:hover,
.couponItem.active {
    text-decoration: none;
    background: #f4e402;
}

.couponItem.active {}

.priceSale {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 16px;
    min-height: 21px;
    margin-top: 2px;
    flex-wrap: wrap;
    background-color: rgba(250, 170, 50, .16);
    border-radius: 4px;
    /* Легкое скругление углов */
    padding: 1px 10px;
    font-weight: normal !important;
}

.priceSale:not(:has(span)),
.priceSale:is(:empty) {
    display: none !important;
}

.priceSale img {
    height: 16px;
    margin-right: 8px;
}

.priceSale .symbol_right {
    font-family: 'pf_handbook_proregular';
    margin-left: 2px;
}

.container .symbol_right, .iframeProd .symbol_right, .modal-body .symbol_right, .liveSearch .symbol_right{
font-size: 0 !important;
position: relative;
}

/* Замена на белорусский рубль*/
.container .symbol_right::after, .iframeProd .symbol_right::after, .modal-body .symbol_right::after, .liveSearch .symbol_right::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
background-color: #000000;
  -webkit-mask: url("https://konstruktor.by/catalog/view/theme/default/image/BYN_symbol1.svg") no-repeat center / contain;
  mask: url("https://konstruktor.by/catalog/view/theme/default/image/BYN_symbol1.svg") no-repeat center / contain;
}
.price-old.prieceOld span.symbol_right::after,.price-old span.symbol_right::after, .priceTrouch span.symbol_right::after, .wb-zoom-box .price-actual span.symbol_right::after, .tableCompare span.symbol_right::after, .cart-price-value span.symbol_right::after, .product-item-integer span.symbol_right::after, .cart_table span.symbol_right::after, .package_item_price span.symbol_right::after, .searchProdItem span.symbol_right::after{
    background-color: #000000;
      width: 10px;
  height: 10px;
}
.textRightGray .product-item-integer span.symbol_right::after, .package_item_price.popupFullSumm .popupOldPrice span.symbol_right::after, .searchProdItem .priceBlack span.symbol_right::after{
    background-color: #999;
}
.searchProdItem .priceBlack span.symbol_right::after{
    background-color: #6a6a6a;
}

.textRightGray.testRightBlack .total-price .product-item-integer span.symbol_right::after{
    background-color: #000000;
}
.wb-zoom-box .price-actual span.symbol_right::after, .package_item_price .popupNewPrice span.symbol_right::after{
      width: 11px;
  height: 11px;
}
.price-new span.symbol_right::after, .wb-zoom-box .price-actual.is-red span.symbol_right::after, .cart-price-value .cartSpecial span.symbol_right::after, .searchProdItem .priceRed span.symbol_right::after{
  background-color: #de0000; /* нужный цвет */
}
.blockRass span.symbol_right::after, .priceSale span.symbol_right::after, .options.dob .symbol_right::after{
          width: 10px;
          height: 10px;
          line-height: 10px;
              margin-bottom: 2px;
}
.product_big .videoImage.videoImage_big{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 75px;
}
.btn-similar {
    display: flex;
    position: absolute;
    bottom: 84px;      /* Тот же отступ, что у счетчика */
    right: 10px;       /* Прижимаем вправо */
    z-index: 100;
    background: #e5e5e5; /* Такой же полупрозрачный фон */
    color: #000;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Легкая рамка для четкости */
    cursor: pointer;
}
.btn-similar svg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cart-wrapper {
    margin-bottom: 10px;
    min-height: 46px; /* Высота вашей кнопки */
}

.qty-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    height: 46px;
}

.qty-btn {
    width: 40px;
    height: 100%;
    border: none;
    background: #eee;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.qty-btn:hover {
    background: #e0e0e0;
}

.qty-input {
    flex: 1;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    width: 50px;
}

/* Стили для того, чтобы счетчик не прыгал */
#button-cart {
    margin-bottom: 0;
}

.btn-similar:hover {
    background: rgba(177, 177, 177, 0.879); /* Затемнение при наведении */
    text-decoration: none;
}
.product_left{
    position: relative;
}

.priceSaleText {
    padding-right: 4px;
}

.footerCompany {
    font-size: 14px;
    padding-top: 10px;
}

.prodAddMore {
    display: none !important;
}

.row.prod_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.addReviewBtn {
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    padding: 8px 16px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
}

.addReviewBtn:hover {
    background: #000;
    color: #f3e300;
    text-decoration: none;
}

.reviewDate {
    color: #afafaf;
}

.reviewComment {}

.reviewComment p {
    margin: 0px;
}

.reviewStars {
    padding-bottom: 2px;
}

.reviewStars i {
    color: #f3e300;
    font-size: 16px;
    line-height: 16px;
}

.reviewStars .fa-stack {
    width: 14px;
    height: 18px;
}

.reviewItem {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

.formRating {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
}

.reviewMsg+.alert {
    margin-top: 15px;
}

.prodReview {
    display: flex;
    align-items: center;
    margin: 0px 0px 3px 0px;
}

.prodReview .reviewStars {
    margin-right: 10px;
}

.blockRass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blockRass a {
    margin-bottom: 15px;
}

.kreditLink {
    display: flex;
    align-items: center;
}

.kreditLink img {
    margin-right: 10px;
}

.revInfo {
    font-size: 14px;
    color: #aaa;
    font-style: italic;
    margin-top: -6px;
}

.revievList {
    height: 20px;
}

.table {
    border-collapse: collapse;
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    padding: 10px 10px;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.header_user {
    position: relative;
    padding: 0px 30px 0px 30px;
}

.header_user img {
    height: 32px;
}

.header_user_dropdown {
    background: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    box-shadow: 0px 0px 8px #ccc;
    width: 100px;
    margin-left: -50px;
}

.header_user_dropdown a {
    display: block;
    padding: 6px 12px;
}

.header_user_dropdown a:hover {
    text-decoration: none;
    background: #f4e966;
}

.header_user:hover .header_user_dropdown {
    display: block;
}

.header_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 44px;
}

.header_social {
    padding: 6px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.header_social a {
    margin-right: 6px;
}

.header_social img {
    height: 23px;
    display: block;
}

.faqCats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 0px 20px 0px;
}

.faqCatitem {
    padding-bottom: 6px;
}

.faqCatitem a {
    display: block;
    padding: 8px 20px;
    background: #f4e966;
    margin-right: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 100 !important;
}

.faqCatitem.active a,
.faqCatitem a:hover {
    text-decoration: none;
    background: #3b3b3b;
    color: #fff;
}

.faqAccordion {
    display: none;
}

.faqAccordion.active {
    display: block;
}

/*ТУТ небольшие доработки по иконкам в избранное на странице товара*/
.productWishComp {
    margin-left: 10px;
}

.product-thumb.transition .image .fancy-iframe {
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .productWishComp {
        position: absolute;
        top: 12px;
        right: 5px;
        z-index: 1;
        display: flex;
    }

    .product-thumb.transition .image .productWishComp button:not(:last-child) {
        margin-right: 5px;
    }

    .product-thumb.transition .image .productWishComp button {
        border-radius: 8px;
    }

    .product_right {
        position: static;
    }

    .product_page {
        position: relative;
    }

    .add_cart {
        margin: 10px 0px;
        justify-content: center;
    }
}

/*ТУТ небольшие доработки по иконкам в избранное на странице товара*/
.productWishComp button {
    /*     margin: 0px 6px 6px 0px; */
    background: #e5e5e5;
    font-size: 15px;
    border: 0px;
    padding: 5px 15px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
}

.productWishComp button i {
    font-size: 14px;
}

.productWishComp button:hover {
    background: #c3c2c2;
}

.rowAttr {
    background: #e5e5e5;
}

.product-thumb .productWishComp {
    position: absolute;
    top: 42px;
    right: 0px;
    z-index: 3;
    margin: 0px;
    opacity: 0;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.product-layout:hover .productWishComp {
    opacity: 1;
}

.product-thumb .productWishComp button {
    padding: 8px 12px;
    margin: 0px 0px 4px 0px;
    border-radius: 10px;
}

.header_wishlist {
    padding: 0px 0px 0px 0px
}

.header_compare {
    padding: 0px 0px 0px 30px
}

.header_wishlist a,
.header_compare a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header_wishlist a strong,
.header_compare a strong {
    font-size: 18px;
}

.header_wishlist a i,
.header_compare a i {
    font-size: 32px;
    margin-right: 10px;
}

.uniqActive {
    background: #f4e966;
}

.uniqActive td:first-child {}

.uniqActive td {}

.productWishComp .active {
    background: #f1e33a !important;
}

.compareTrFix {
    position: sticky;
    top: -1px;
    z-index: 2;
    background: #f7f7f7;
}

.compareTrFix td {
    background: #f7f7f7;
}

.compareFirstTd {
    position: sticky;
    left: 0px;
    background: #f7f7f7;
    min-width: 150px;
    max-width: 150px;
    border: 1px solid #dee2e6 !important;
    z-index: 1;
}

.tableCompare {}

.tableCompare tbody td {}

.tableCompare tbody td:not(.compareFirstTd) {
    min-width: 170px;
    max-width: 170px;
}

.tableCompareResponsive {
    /*width: 100%;
    overflow-x: auto;*/
}

.inCart {
    background: #32a725 !important;
    color: #f3e300 !important;
}

.inCart:hover {
    background: #449015 !important;
}

.listView {
    padding-top: 20px;
}

.listViewWrap {}

.listViewWrap button {
    border: 0px;
    padding: 8px;
}

.listViewWrap button:hover,
.listViewWrap button.active {
    background: #f1e663;
}

.listViewWrap img {
    display: block;
}

#content .listView .product-layout {
    width: 100%;
    padding: 8px 6px 8px 6px;
}

.listView .product-layout .product-thumb {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px
}

.listView .product-layout .image {
    width: 210px;
}

.listView .product-layout .caption {
    width: calc(100% - 210px);
    padding-left: 20px;
    text-align: left;
    border: 0px;
    padding-bottom: 0px;
}

.listView .product-layout .button-group {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.listView .product-layout .button-group a {
    display: inline-block !important;
    position: initial !important;
    width: auto !important;
    padding: 4px 15px;
    margin-right: 6px;
}

.listView .product-layout .button-group .prodAddMore {
    display: none !important;
}

.listView .product-layout .product_name {
    height: auto;
    margin: 0px 0px 0px 0px;
}

.listView .product-layout .price {
    min-height: auto;
    text-align: left;
}

.listView .product-layout .revievList {
    height: auto;
}

.listView .product-layout .priceSale {
    height: auto;
    margin: 0px;
    min-height: auto;
    justify-content: flex-start;
}

.listView .product-layout .priceSaleText {
    display: inline;
    width: auto;
}

.ias-trigger {
    width: 100%;
    margin-bottom: 15px;
}

.ias-spinner {
    width: 100%;
    margin-bottom: 15px;
}

.listView .ias-trigger {
    margin-top: 15px;
}

.listView .ias-spinner {
    margin-top: 15px;
}

.ias-trigger a {
    font-size: 20px;
    font-family: 'pf_handbook_probold';
    background: #c1c1c1;
    padding: 8px 20px;
    border: 0px;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    color: #000;
}

.ias-trigger a:hover {
    background: #ababab;
    color: #000;
}

.dob input:disabled+.chek:before {
    background: #f8f8f8;
    border: 1px solid #d1d0d1;
}

.countTotal {
    /* color: #de0000; */
}

sup.countTotal {
    margin-left: 5px;
    color: #de0000;
}

.wishCart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
	border-radius: 10px;
}

.wishCart button {
    padding: 4px 8px;
    margin: 0px 4px 4px 0px;
    border-radius: 5px;
}

.cart-checkbox {
    width: 30px;
    text-align: center;
}

.checkboxLabel {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.checkboxLabel span {
    margin: 0px 0px 0px 6px;
}

.checkboxInput {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b9b9b9;
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
    cursor: pointer;
}

.checkboxInput:checked {
    border: 1px solid #f36b21;
}

.checkboxInput:before {
    content: '';
}

.checkboxInput:after {
    content: '';
    background: url('../image/check.svg') 0 0 no-repeat;
    background-size: 12px;
    background-color: #f36b21;
    background-position: 50% 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.checkboxInput:checked:after {
    opacity: 1;
}

.cartSelectAll {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 6px;
}

.cartSelectAll label {
    margin-top: -1px;
}

.cartSelectAll a {
    margin-left: 18px;
    color: #f36b21;
    font-weight: 100 !important;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 360px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 4px 14px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.cartProductStatus {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 7px 0px 0px 0px;
    /* background: #e5e5e5; */
}

.cartNoAvailable {
    color: #ff0000;
}

.cartShipping {
    display: flex;
    align-items: center;
    position: relative;
}

.cartShippingMap {
    padding-right: 20px;
}

.cartShippingCar {
    padding-right: 16px;
}


.cartShippingMap img {
    height: 18px;
    margin-right: 4px;
}

.cartShippingCar img {
    height: 14px;
    margin-right: 6px;
}

.cartShipping .vopros {
    right: 0px;
}

.cartTopBtns {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cartShare {
    display: flex;
    align-items: center;
    color: #f36b21 !important;
    font-weight: 300 !important;
}

.cartShare img {
    height: 16px;
    margin-right: 6px;
}

#sharePopup {
    max-width: 500px;
    padding: 40px;
}

#popupSms {
    max-width: 500px;
    padding: 40px;
}

.shareText {
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    color: #5e5e5e;
}

.smsFieldText {
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    color: #282828;
    /* text-align: center; */
}

.shareField {
    margin-bottom: 9px;
    position: relative;
}

.smsField {
    margin-bottom: 9px;
    position: relative;
}

#sharePopup .copyShareLink {
    cursor: pointer;
    padding: 9px 40px 9px 6px;
    background: url('/image/copy.svg') 97% 50% no-repeat;
    background-size: 20px;
    margin: 0px;
}

.copyShareLink:hover {}

.shareTextCopy {
    font-size: 16px;
    color: #5e5e5e;
}

.textCopied {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #de0000;
    border: 1px solid #d7d7d7;
}

.cartSharePage .cart-cost {
    margin-right: 0px;
    padding-right: 10px;
    width: 15%;
    text-align: right;
}

.cartSharePage .cartTotal2 {
    display: none;
}

.cartSharePage .cart-count {
    justify-content: center;
}

.cartSharePage .cartCheck:before {
    left: 50%;
    transform: translateX(-50%);
}

.cartSharePage .cartCheckbox:not(checked)+.cartCheck:after {
    left: 50%;
    transform: translateX(-50%);
}

.smsFieldPhone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.smsPhone {
    margin: 0px !important;
    height: 40px !important;
    width: calc(100% - 130px) !important;
    font-size: 20px;
}

.sendNumber {
    font-weight: normal !important;
    background: #f3e300;
    font-family: 'pf_handbook_probold';
    font-size: 18px;
    border: 0px;
    padding: 8px 0px;
    margin: 0px 0px 0px -1px;
    cursor: pointer;
    border-radius: 0px;
    white-space: nowrap;
    width: 150px;
    display: block;
    text-align: center;
    flex-shrink: 0;
    height: 40px !important;
    border: 1px solid #d7d7d7;
}

.sendNumber:hover {
    text-decoration: none;
    background: #000;
    color: #f3e300;
}

.smsFieldCode {
    text-align: center;
    margin: 0px;
}

.smsCode {
    width: 150px !important;
    margin: 0px !important;
    text-align: center;
    font-size: 20px;
    height: 40px;
}

.smsFieldTextCode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    padding-top: 6px;
}

.smsFieldTextCode .smsFieldText {
    padding: 0px 10px 0px 0px;
    width: calc(100% - 150px);
    /* text-align: right; */
}

.smsBtns {}

.smsLogin {
    margin: 0px;
    width: 150px;
    display: inline-block;
    /* text-transform: uppercase; */
}

.phoneError {
    font-size: 15px;
    color: #ff0000;
}

.smsError {
    font-size: 15px;
    color: #ff0000;
    margin: -5px 0px 10px 0px;
}

#categoryFilters {
    display: none;
}

.sidebarsetting {
    display: none;
}

.sidebarHeadFilter {
    display: none;
}

.seleInfo {
    text-align: center;
    font-size: 18px;
    color: #f36b21;
    padding: 10px 0px 6px 0px;
}

.removeItemCart {
    display: none;
}

.removeCartShow {
    display: block;
}

.orderSuccess {
    position: relative;
}

.orderSuccessLeft {
    position: absolute;
    left: 0px
}

.orderSuccessRight {
    position: absolute;
    right: 0px;
}

.orderSuccessLeft,
.orderSuccessRight {
    top: 330px;
    z-index: -1;
}

.orderYellowBlock {
    text-align: center;
    background: #F3E300;
    padding: 50px 15px;
}

.orderYellowBlock h1 {
    font-family: 'pf_handbook_proregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderTextNumber {
    font-size: 18px;
    line-height: 30px;
}

.orderTextNumber b {}

.orderThanks {
    font-size: 18px;
    text-align: center;
    font-family: 'pf_handbook_promedium';
    padding: 30px 15px;
}

.orderContainer {
    /* max-width: 770px; */
}

.orderContainer iframe {
    width: 100%;
    height: 680px;
}

.orderTextSocial {
    font-size: 18px;
    text-align: center;
    font-family: 'pf_handbook_promedium';
    padding: 30px 15px;
}

.orderSocial {
    text-align: center;
}

.orderSocial a {
    display: inline-block;
    margin: 0px 6px;
}

.orderSocial img {}

.orderBtns {
    text-align: center;
    padding: 25px 0px;
}

.orderBtnHome {
    background: #F3E300;
    border: 1px solid #F3E300;
    display: inline-block;
    padding: 12px 35px;
    margin: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-family: 'pf_handbook_probold';
    border-radius: 5px;
}

.orderBtnHome:hover {
    text-decoration: none;
    background: #dbcc00;
    border: 1px solid #dbcc00;
}

.orderBtnCatalog {
    background: #ffffff;
    border: 1px solid #212121;
    display: inline-block;
    padding: 12px 35px;
    margin: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-family: 'pf_handbook_probold';
    border-radius: 5px;
}

.orderBtnCatalog:hover {
    text-decoration: none;
    background: #212121;
    color: #fff;
}

.open-sesame {
    /* font-weight: 500; */
    /* font-family: cursive; */
    font-size: 20px;
    font-family: 'pf_handbook_probold';
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.openChatImage {
    position: relative;
    margin-left: 15px;
    background: #f3e300;
    border-radius: 50%;
    padding: 8px;
    transition: .5s ease-in-out;
}

.openChatImage img {
    height: 24px;
    display: block;
    animation: rotate 1.8s ease-in-out infinite;
}

.openChatImage::before,
.openChatImage::after {
    content: '';
    position: absolute;
    border: 1px solid #f3e300;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
}

.openChatImage::after {
    animation-delay: .5s;
}

@keyframes rotate {

    0%,
    100% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(21deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.productRewiews tr {
    background: 0 0 !important
}

.productRewiews td {
    vertical-align: top;
    border: 0 !important;
    padding-bottom: 20px !important
}

.productRewiews .productsUserAvatar {
    width: 50px;
    height: 50px
}

.productRewiewsTop {
    font-size: 16px;
    padding-bottom: 2px;
}

.reviewUser {
    font-weight: 600;
    margin-right: 8px
}

.reviewTime {
    color: #9f9f9f;
    font-size: 14px
}

.reviewMark {
    padding-bottom: 12px
}

.reviewText {
    font-size: 16px;
    /* word-break: break-all; */
}

.addOtvetLink {
    color: #8b8b8b;
    border-bottom: 1px dashed #8b8b8b;
    font-size: 14px
}

.addOtvetLink:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000
}

.toggleOtvet {
    padding: 10px 0 0 0;
    display: none
}

.reviewOtvet {
    padding: 10px 15px 10px 15px;
    background: #f3f3f3;
    margin: 0px 0 5px 10px;
    border-radius: 0 15px 15px 15px
}

.reviewOtvetAuthor {
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 16px
}

.productRewiewsFoto {
    vertical-align: top;
    padding: 0px 12px 0px 0px;
}

.productsUserAvatar {
    height: 40px;
    width: 40px;
}

.productsUserAvatar img {
    width: 100%;
}

.reviewItem td {
    padding-bottom: 20px;
    padding-top: 25px;
}

#review .pagination {
    padding: 0px;
}

.reviewImages {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 5px 0px 0px 0px;
}

.reviewImages a {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0px 5px 5px 0px;
    border: 1px solid #ccc;
}

.reviewImages img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reviewOtvetBlock {
    display: flex;
    align-items: flex-start;
    padding-top: 8px;
}

.reviewsImageAdmin {
    height: 40px;
    width: 40px;
}

.countReviews {
    font-weight: 100;
    font-size: 14px;
    color: #646464;
    position: relative;
    top: -1px;
}

.btnMoreReviews {
    font-size: 20px;
    font-family: 'pf_handbook_probold';
    background: #c1c1c1;
    padding: 8px 20px;
    border: 0px;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    text-decoration: none !important;
    margin-top: 15px;
    display: none;
}

.btnMoreReviews.active {
    display: inline-block;
}

.btnMoreReviews:hover {
    background: #ababab;
    color: #000;
}

.popupOldPrice {
    text-decoration: line-through;
    color: #9d9d9d;
    /* font-size: 14px; */
    margin-top: -2px;
}

.popupOldPrice * {
    color: #9d9d9d;
    font-size: 16px;
}

.popupNewPrice {
    font-size: 20px;
}

.sliderLink {
    display: block;
}

.sliderLink img {
    max-height: 200px;
}

.productSmallImages {
    position: relative;
}

.slidesHover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slideImgHover {
    position: absolute;
    top: 0px;
    height: 100%;
}

.sliderProductsCustom .sliderBlockImg {
    display: none;
}

.sliderProductsCustom .sliderBlockImg:nth-child(1) {
    display: block;
}

.optionListItem {
    display: flex;
    align-items: flex-start;
}

.optionValList {
    display: inline-block;
}

.optionListItem.inline-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.optionListItem.inline-option .option_head {
    width: 100% !important;
}

.product_page .option .option_head {
    flex-shrink: 0;
}

.price_no_package li {
    border: 0px;
    flex: none !important;
}

.price_no_package li .price-new {
    margin-top: -14px;
}

.price_no_package li .pr_two {
    /*max-width: 150px;*/
}

.bottomMenuCartCount {
    position: absolute;
    top: 3px;
    right: 4%;
    background: #000;
    color: #fff;
    border-radius: 18px;
    min-width: 16px;
    height: 16px;
    line-height: 18px;
    font-size: 12px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 0px 4px;
}

.filter_item a {
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
}

.prodStatRev {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_list li.price-old {
    margin-bottom: 0px;
    border: 0px;
}

.sliderBlockImg {}

.sliderBlockImg img {
    position: relative;
    z-index: -1;
}

.sliderBlockImg.sliderVideo {
    background: rgb(0 0 0 / 38%) url(/image/youtube.svg) 50% 50% no-repeat;
    background-size: 60px;
}

#package.popup {
    max-width: 500px;
}

#top-bottom {
    width: 50px;
    height: 50px;
    background: url('../image/up_arrow.svg') 0px 0px no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 57px;
    opacity: 0.7;
    z-index: 9999;
    background-size: 50px;
}

.b24-widget-button-position-bottom-right {
    bottom: 68px !important;
}

.sliderProducts .owl-pagination {
    padding: 0px;
    top: 0px;
}

.sliderProducts .owl-controls {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.sliderProducts .owl-pagination {
    display: block !important;
}

.sliderProducts .owl-pagination .owl-page {
    margin: 0px 4px;
}

.sliderProducts .owl-pagination .owl-page span {
    width: 5px !important;
    height: 5px !important;
    background: #d1d1d1 !important;
    border-radius: 20px;
    border: 0px;
    box-shadow: none;
}

.sliderProducts .owl-pagination .owl-page.active span {
    background: #686868 !important;
}

.sliderProductsCustomDots {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.sliderProductsCustomDots span {
    display: inline-block;
    width: 5px !important;
    height: 5px !important;
    background: #d1d1d1 !important;
    border-radius: 20px;
    border: 0px;
    margin: 0px 2px;
}

.sliderProductsCustomDots span.active {
    background: #686868 !important;
}

.product_page .pr_top .filter_item.optionDescription {
    margin-right: 15px !important;
}

.optionDescription .vopros {
    top: -8px;
    right: -13px;
}

.optionDescription:not(.label_images) label {
    /* padding-right: 20px; */
}

.optionDescription a {
    /* padding-right: 20px; */
}

.optionDescription.label_images label {
    /* padding-right: 20px; */
}

.optionDescription .vopros img {
    height: 10px !important;
    margin: 0px !important;
}

/*.filter_item .link_img.optionProductImage {
    height: 56px;
    width: 56px;
}*/
.filter_item.optionProductImage a {
    height: 52px;
    width: 52px;
    padding: 2px;
}

.filter_item.optionProductImage label {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    padding: 2px;
}

.filter_item.optionProductImage label img {}

.lastSearch {
    display: none;
    position: absolute;
    top: 151px;
    right: 0px;
    /* padding: 15px 20px; */
    z-index: 9;
    background: #fff;
    /* box-shadow: 0px 0px 10px #000; */
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
    border: 1px solid #d7d7d7;
    box-shadow: rgb(0 0 0 / 20%) 0 0 8px;
}

.searchLastHead {
    font-size: 18px;
    font-family: 'pf_handbook_probold';
    color: #a5a5a5;
    padding-bottom: 7px;
}

.searchLastWrap {
    padding-bottom: 12px;
}

.searchLastItem {
    padding-bottom: 2px;
}

.searchLastLink {
    font-family: 'pf_handbook_probold';
    /* font-size: 16px; */
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.lastSearch .searchWrap:last-child .searchProdItem:last-child {
    border-bottom: 0px;
}

.lastSearch .searchWrap:first-child .searchLeft {
    border-bottom: 1px solid #d7d7d7;
}

.lastSearch .searchWrap:last-child .searchLeft {
    border-bottom: 0px;
}

.clearSearch {
    text-decoration: none !important;
    color: #a1a1a1;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 38px;
    display: none;
}

.lastSearchItem {
    position: relative;
}

.removeLastSearch {
    text-decoration: none !important;
    color: #a1a1a1;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.searchLastLink img {
    margin-right: 8px;
    width: 18px;
}

/* --- ХЛЕБНЫЕ КРОШКИ: ПОЛНЫЙ КОД (ФИНАЛ) --- */

/* 1. Основной контейнер */
ul.breadcrumb,
.breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    /* Строго в одну линию */
    list-style: none !important;
    padding: 8px 0 !important;
    /* Маленький отступ сверху и снизу */
    margin-bottom: 5px !important;
    /* Небольшой зазор до контента */
    overflow-x: auto !important;
    /* Включаем горизонтальный скролл */
    -webkit-overflow-scrolling: touch !important;
    /* Плавный свайп на iOS */
    background: transparent !important;
}

/* 2. Элементы списка */
ul.breadcrumb li,
.breadcrumb li {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    /* Запрещаем сжимать названия */
    white-space: nowrap !important;
    /* Запрещаем перенос слов в 2 строки */
    font-size: 0 !important;
    /* Скрываем текстовые дефисы */
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* 3. Текст и ссылки */
ul.breadcrumb li a,
ul.breadcrumb li span,
ul.breadcrumb li .b_last {
    font-size: 14px !important;
    /* Возвращаем размер тексту */
    display: inline-block !important;
    padding: 0 !important;
    color: #333 !important;
    /* Цвет ссылок */
    text-decoration: none !important;
}

/* 4. Удаляем старые разделители темы */
ul.breadcrumb li::before,
ul.breadcrumb li::after,
ul.breadcrumb li+li::before {
    content: none !important;
    display: none !important;
}

/* 5. Наш новый разделитель (Треугольник Play) */
ul.breadcrumb li+li::before {
    content: "►" !important;
    display: inline-block !important;
    font-size: 9px !important;
    margin: 0 15px !important;
    /* Тот самый "воздух" */
    color: #999 !important;
    flex-shrink: 0 !important;
}

/* 6. Скрываем полоску скролла (чтобы не мозолила глаза) */
ul.breadcrumb::-webkit-scrollbar,
.breadcrumb::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
}

.breadcrumb {
    scrollbar-width: none;
    /* Для Firefox */
    -ms-overflow-style: none;
    /* Для IE/Edge */
}





/* Стили для нового рейтинга (стабильная версия) */
.rating-wrapper {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.rating-wrapper .fa-star {
    font-size: 22px;
}

.rating-wrapper .fa-star.active {
    color: #fec42d;
}

.rating-wrapper .fa-star.empty {
    color: #ccc;
    font-size: 20px;
}

.rating-wrapper .rating-value {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

.rating-wrapper .rating-count {
    color: #888;
    font-size: 16px;
    line-height: 1;
}

/* Контейнер рейтинга */
.rating-wrapper {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.rating-wrapper .fa-star.active {
    color: #fec42d;
    font-size: 15px;
}

.rating-wrapper .fa-star.empty {
    color: #ccc;
    font-size: 20px;
}

.rating-wrapper .rating-value {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

/* Стили для текста "оценок" и "нет оценок" */
.rating-wrapper .rating-count,
.rating-wrapper .no-rating-text {
    color: #888;
    font-size: 13px;
    line-height: 1;
    margin-top: 2px;
}

/* Делаем всю ссылку-обертку плавной */
.rating-wrapper {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease;
    /* Плавность эффекта */
    cursor: pointer;
}

/* Эффект при наведении */
.rating-wrapper:hover {
    opacity: 0.8;
    /* Слегка прозрачный */
    transform: translateY(-1px);
    /* Легкий подъем вверх */
}

/* Подсвечиваем звезды при наведении */
.rating-wrapper:hover .fa-star {
    color: #ff9800;
    /* Цвет звезды станет ярче (оранжевый) */
    text-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
    /* Легкое свечение */
}

/* Подчеркиваем текст оценки при наведении */
.rating-wrapper:hover .rating-count {
    text-decoration: underline;
    color: #23527c;
    /* Цвет ссылки при наведении (стандартный синий или ваш) */
}

/* Принудительное выравнивание весов под размер остальных иконок */
.product-thumb .button-group .fa-balance-scale,
.product-layout .fa-balance-scale {
    width: 14px !important;
    /* Ограничиваем ширину до эталонной */
    font-size: 11px !important;
    /* Уменьшаем кегль, чтобы иконка пропорционально вписалась */
    text-align: center;
    display: inline-block;
    line-height: 14.4px;
    /* Сохраняем высоту как у остальных */
}

/* Дополнительная центровка, если иконка сместится */
.product-thumb .button-group button i.fa-balance-scale {
    margin-right: 0;
    margin-left: 0;
}

.priceNewtr {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.pr_two,
.pr_two_package {
    width: 100%;
}

.prieceOld {
    margin-left: 10px;
}

.prieceOld,
.prieceOld span {
    color: #000 !important;
}

.priceTrouch {
    text-decoration: line-through;
    font-family: 'pf_handbook_probold' !important;
}

.priceTrouch * {
    font-weight: 300;

}
/* 1. Базовые стили для всех строк */
.attr_item {
    display: block;
    overflow: hidden;
    padding: 3px 8px;
    margin: -2px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #ffffff; /* По умолчанию все белые */
}

/* 2. Логика для ПК (экран больше 600px): две через две */
@media (min-width: 601px) {
    .attr_item:nth-child(4n+3),
    .attr_item:nth-child(4n+4) {
        background-color: #f5f5f5 !important;
    }
}

/* 3. Логика для МОБИЛКИ (экран 600px и меньше): через одну */
@media (max-width: 600px) {
    .attr_item:nth-child(even) {
        background-color: #f5f5f5 !important;
    }
}

/* 3. Очищаем внутренние фоны, чтобы они не перекрывали полосу */
.attr_item .attr_left, 
.attr_item .attr_right {
    background: transparent !important;
}



/* 1. Делаем контейнер опции базой для позиционирования */
.filter_item.wb-item {
    position: relative !important;
    overflow: visible !important; /* Критично, чтобы превью не обрезалось краями блока */
}

/* 2. Стили самого блока превью */
.wb-zoom-box {
    display: none; 
    position: absolute;
    
    /* ИЗМЕНЕНИЯ ЗДЕСЬ: */
    bottom: auto !important;  /* ОБЯЗАТЕЛЬНО сбрасываем старое положение снизу */
    top: 105%;               /* Появляется под иконкой (100% — впритык, 105% — с небольшим зазором) */
    
    left: 50%;
    transform: translateX(-50%); 
    z-index: 999999 !important;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 5px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    pointer-events: none; 
    width: 245px; 
	border-radius: 12px;
}

/* 3. Показываем превью при наведении на filter_item */
.filter_item.wb-item:hover .wb-zoom-box {
    display: block !important;
}

/* 4. Настройки самой картинки внутри превью */
.wb-zoom-box img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 2px;
}

/* Скрываем превью для выбранной опции */
.filter_item.wb-item input:checked ~ .wb-zoom-box {
    display: none !important;
}



.preview-price {
    margin-top: 10px;
    padding: 8px 5px;
    border-top: 1px solid #eee;
    text-align: center;
}

/* Актуальная цена (Черная, жирная) */
.preview-price .price-actual {
    font-weight: bold;
    color: #000; 
    font-size: 17px;
    margin-right: 8px; /* Отступ от перечеркнутой цены */
}

/* Перечеркнутая цена (Тоже черная, но тоньше) */
.preview-price .price-old {
    text-decoration: line-through !important;
    color: #000
    font-size: 14px;
    font-weight: normal;
}

/* Если price3 заполнено, актуальная цена красится в красный */
.preview-price .price-actual.is-red,
.preview-price .price-actual.is-red * {
    color: #de0000 !important;
}



/* Главный контейнер превью */
.wb-zoom-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 999999 !important;
    width: 270px !important;
    background: #fff !important; /* Убеждаемся, что основной фон белый */
    border: 1px solid #ddd;
    transition: opacity 0.2s;
    display: block !important;
    overflow: hidden !important; /* Обрезаем любые вылеты */
}

.filter_item.wb-item:hover .wb-zoom-box {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Контейнер слайдера */
.preview-slider {
    position: relative !important;
    display: block !important;
    width: 260px !important;
    height: 280px !important; 
    overflow: hidden !important;
    background: #fff !important; /* Закрашиваем фон слайдера */
}

/* Сами слайды - фиксируем намертво и закрашиваем фон */
.preview-slider .slick-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 260px !important;
    height: 280px !important;
    outline: none !important;
    background: #fff !important; /* Чтобы через один слайд не было видно другой */
}

/* Картинки внутри */
.preview-slider img {
    width: 260px !important;
    height: 280px !important;
    object-fit: contain; 
    display: block !important;
    background: #fff !important; /* Убираем прозрачность под картинкой */
}

/* ПОЛНОСТЬЮ УБИРАЕМ ТОЧКИ И ЦИФРЫ */
.slick-dots {
    display: none !important;
}

/* =================== START CUSTOM ======================*/

div.quant_product.custom-quantity-mod {
    width: 103px !important;
    border: none !important;
    margin-right: 6px;
}

div.quant_product.custom-quantity-mod .quantity-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    background-color: #FBF7B3 !important;
    /*background-color: #f3f4f6 !important;*/
    border-radius: 4px !important;
    height: 38px !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
}

#product div.quant_product.custom-quantity-mod .quantity-wrapper{
    background-color: #f3e300 !important;
}

div.quant_product.custom-quantity-mod .quantity-wrapper_plus,
div.quant_product.custom-quantity-mod .quantity-wrapper_minus {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    /*width: 95px !important;*/
    min-width: 35px !important;
    height: 100% !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}


div.quant_product.custom-quantity-mod .quantity-wrapper_minus { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
div.quant_product.custom-quantity-mod #input-quantity_product { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
div.quant_product.custom-quantity-mod .quantity-wrapper_plus { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }

div.quant_product.custom-quantity-mod #input-quantity_product {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    /*color: #1a73e8 !important;*/
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: block !important;
}


@media (max-width: 768px) {
    #cart-actions-container{
        width: 50%;
    }
    #cart-actions-container #button-cart{
        width: 97%;
        margin-top: 0;
    }
    div.quant_product.custom-quantity-mod {
        width: 97% !important;
    }

    div.quant_product.custom-quantity-mod .quantity-wrapper {
        height: 38px !important;
        width: 100% !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    div.quant_product.custom-quantity-mod #input-quantity_product {
        font-size: 16px !important;
    }
}


div.quant_product.custom-quantity-mod #input-quantity_product::-webkit-outer-spin-button,
div.quant_product.custom-quantity-mod #input-quantity_product::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.disabled-loading{
    opacity: .5;
    pointer-events: none;
}

.prod_list:not(.listView) div.quant_product.custom-quantity-mod.custom-quantity-mod--list,
.prod_related div.quant_product.custom-quantity-mod.custom-quantity-mod--list,
[data-product-special] div.quant_product.custom-quantity-mod.custom-quantity-mod--list,
[data-product-latest] div.quant_product.custom-quantity-mod.custom-quantity-mod--list,
[data-product-bestseller] div.quant_product.custom-quantity-mod.custom-quantity-mod--list
{
    width: 100%!important;
}

div.quant_product.custom-quantity-mod.custom-quantity-mod--list .quantity-wrapper {
    height: 30px!important;
}

