:root {
    --color-orange-main: #ff6800;
    --color-orange-main-hover: #ff842f;
    --color-white: #fff;
    --color-grey-main: #d0d0d0;
    --height-navbar-mobile-top: 46px;
    --base-box-shadow: 0 -2px 8px rgb(0 0 0 / 15%);
    --font-size-base: 18px;
    --font-size-h1: 32px;
    --font-size-h2: 24px;
    --font-size-h3: 18px;
    --font-size-h4: 16px;
    --font-size-h5: 14px;
}

.moref_aa {
    margin-top: 2px;
    display: block;
    margin-left: 10px;
    font-size: 13px;
}

.acccol .podcatl input:checked + span, .podcatl.active span, .podcatl:hover span {
    margin-right: 0px;
}

.acccol .box-contentacc ul a:after {
    display: none;
}

.acccol .box-contentacc ul .active a.podcatl {
    padding: 0;
    margin-left: 5px;
    width: calc(100% - 10px);
    border-left: 0px;
}


.catalog-table-item-title-col {
    position: static;
}
.catalog-table-item-row {
    position: relative;
}
[data-title] {
    position: static; /* Относительное позиционирование */
    cursor: help; /* Меняем курсор на справочный */
}

.cct .catalog-table {
    margin-bottom: 0px;
}
[data-title]::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 1em;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
    background: rgba(57, 137, 201, 0.9);
    color: #fff;
    padding: 0.5em;
    font-size: 20px;

    background: none;
    background: #5b5b5b;
    font-size: 16px;
    /* width: 100%; */
    margin-top: 12px;
    z-index: 9999;
    left: 54px;
}
[data-title]:hover::after {
    opacity: 1; /* Показываем подсказку */
}




html {
    max-height: 100%;
}
#livesearch_search_results li {
    background: white;
}
#catalog-mobile-menu-container {
    padding-bottom: 110px !important;
}
body.account-wishlist .row,.account-prods .row {
    background: white !important;
}

.bodyacc .catalog-buttons {
    align-items: center;
    margin-bottom: 0px;
}
h1.acch1 {    margin-bottom: 0px !important;

    margin-top: 0px !important;
    font-family: "Open sans", sans-serif;
}


.bodyacc .main-container {
    padding-top: 10px;
}


body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: var(--font-size-base);
    line-height: 1.44;
    color: #151528;
}

.capt_name_cat {
    font-family: "Open sans", sans-serif;
    font-size: 20px;
    margin-left: -17px;


}
.cats_ul ul {
    margin-bottom: 0px;
}
.morecats  a {
    color:#eb6320 !important;
}
.morecats {
    list-style-type:none;
}




.capt {
    position: absolute;
    top:15px;
    left: 40px;
    width: calc(100% - 80px);

}
.cats_ul li,.cats_ul a {
    font-size: 13px;
    font-family: "Open sans", sans-serif;
    color: black;
    line-height: 138%;
}
.cats_ul a:hover {
 color:#FF6800
}

.cats_ul ul {
    padding: 0px;

}

ul.morecats_ul {
    list-style-type: none;
}

.landscape .cats_ul ul {
    width: 50%;
}
.cats_ul {
display: flex;
flex-flow: wrap;
}

.container2 figure {
position: relative;
}
.catalog-menu-container_new_menu {
    width: 100% !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);

}
.cont_cat_page {
    width: 1500px;
    /* width: 1120px; */
    margin: 0 auto;
    max-width: 96% !important;
}

.white_st {
    background: white;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;

}

.cats_ul {
    display: none;
}
.container2 figure:hover .cats_ul,.scroll-container figure:hover .cats_ul { display: flex;}
.container2 figure:hover .white_st,.scroll-container figure:hover .white_st { opacity: .7;}


main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 24px;
    margin: 0.75em 0;
}
h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
}
h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    /* stylelint-disable-next-line font-family-no-duplicate-names */
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    /* stylelint-disable-next-line font-family-no-duplicate-names */
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    outline: none;
    border: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
    cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* stylelint-disable-next-line no-descending-specificity */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
.mr-20 {
    margin-right: 20px;
}
.color-orange-main {
    font-size: 18px;
}

#bottom-navbar > a {
    font-size: 14px;
    width: inherit;
    height: 45px;
}

#bottom-navbar > a span {
    color: #464646;
}

.bottom-navbar-mobile,
.top-navbar-mobile-top {
    display: none;
    position: fixed;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    z-index: 9999999999;
}

.bottom-navbar-mobile {
    bottom: -1px;
    height: 45px;
    justify-content: space-around;
    background: #fff;
    box-shadow: var(--base-box-shadow);
}

span.name_valut {
    color: #373737;
    font-weight: 700;
}


.top-navbar-mobile-top {
    top: -1px;
    background-color: var(--color-orange-main);
    color: var(--color-white);
    height: var(--height-navbar-mobile-top);
    justify-content: space-between;
    box-shadow: var(--base-box-shadow);
}

#pagewrap {
    width: 1500px;
    /*   width: 1120px; */
    margin: 0 auto;
}

.header-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 5px 0px;
    margin-top: 0px;
    Z-INDEX: 99;
    position: relative;
}

.header-top-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.header-top-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    width: 70%;
}

.header-breadcrumbs {
    font-size: 14px;
    color: #5b5b5b;
    margin-top: 22px;
    margin-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.header-breadcrumbs > a {
    text-decoration: none;
    color: #5b5b5b;
}

.header-top-left-city,
.header-top-left-phone {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 60px 0 0;
    color: #5f6368;
    cursor: pointer;
}
.header-bottom-menu-item-title-sales,.header-bottom-menu-item-title,.header-bottom-catalog-button,.prmn-cmngr__city,.header_phone_number,.header-bottom-search input { font-family: "Open Sans", sans-serif !important;}
.header-top-menu-item {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    color: #979797;
    margin-top: 12px;
}

.header-top-menu-item:hover {
    color: #eb6320;
}

.header-top-menu-item > img {
    width: 100%;
}

.header-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
    margin-top: 12px;
}
.header-bottom > * {    position: relative;
    z-index: 9;}
.header-bottom-logo {
    height: 42px;
    display: flex;
    align-items: center;    position: relative;
    z-index: 9;
}

.header-bottom-logo > img {
    height: 37.7px;
}

.header-bottom-catalog-button {
    background: #ff6800;
    border-radius: 3px;

    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 150px;
    text-align: csenter;
    font-style: normal;
font-weight: 700;
font-size: 16px;
    line-height: 21px;
    padding: 10px 10px; box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);

}

.header-bottom-catalog-button:hover {box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13); filter: drop-shadow(0px 4px 20px rgba(255, 104, 0, 0.25));}
.header-bottom-catalog-button > img {
    margin-right: 16px;
}

.header-bottom-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.badq {
    background: #FCE1E1 !important;
}
.badq input {
    color:#EE3838 !important;
}
.header-bottom-search-input {
    border-radius: 4px 4px 4px 4px !important;
    border: 2px solid #ff6800;
    height: 42px;
    width: 462px;
    padding: 0 0 0 20px;
    font-size: 18px !important;
    padding-right: 50px;
}

.header-bottom-search-input::placeholder {
    color: #9a9a9a;
    font-size: 18px;
}

.header-bottom-search-button {
    height: 38px;
    background: #ffffff;
    font-size: 18px;
    color: #ffffff;
    border-radius: 0px 4px 4px 0px;
    width: 50px;
    background-image: url("../../image/lupo.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  margin-left: -52px;
    position: absolute;
    margin-top: 2px;
}

button.header-bottom-search-button.search-btn {
    position: absolute;
    right: 2px;
    top: 0;
}

.catalog {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 0;
}

.catalog-item {
    width: 260px;
    border: 2px solid #f1f1f1;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
}

.catalog-item-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.catalog-item-img > img {
    height: 270px;
}

.bottom-navbar-mobile-item {
    text-align: center;
    position: relative;
}

.bottom-navbar-mobile-item > img,
.bottom-navbar-mobile-item-cart-value > img {
    display: block;
    margin: 4px auto 0;
}

.bottom-navbar-mobile-item > span {
    display: block;
    margin: 0 auto;
    font-size: 9px;
}

.bottom-navbar-mobile div {
    width: fit-content;
    margin: 4px auto;
    height: 20px;
}

.bottom-navbar-mobile-item-cart-rectangle {
    position: absolute;
    left: 11px;
    top: 4px;
}

.bottom-navbar-mobile-item-cart {
    padding-top: 0;
}

.bottom-navbar-mobile-item-active {
 
}

.bottom-navbar-mobile-item-cart-value > span {
    color: var(--color-white) !important;
    font-size: 9px;
    display: block;
    margin: 0 auto;
    line-height: 9px;
}

.header-bottom-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 30%;
    min-width: 300px;
    margin-top: 3px;
}

.top-navbar-mobile-top-logo {
    display: block;
    width: auto;
    height: 24px;
    margin-top: -4px;
}

.bottom-navbar-mobile-item-cart-value-background {
    background-color: #2fa356;
    width: fit-content;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
}

.top-navbar-mobile-menu,
.top-navbar-mobile-search {
    height: 24px;
    margin: 0 14px;
    cursor: pointer;
    margin-top: -2px;
}
.top-navbar-mobile-menu { margin-left:21px;    margin-top: 9px; }
.swipe-control.top-navbar-mobile-menu .mobile-header-menu-icons {
    margin-top: 1px;
}

.catalog-item-body-top-title {
    font-size: 12px;
    word-break: break-all;
}

.header-bottom-menu-item {
    margin: 0 0 0 0px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #5f6368;
    text-decoration: none;
}

.header-bottom-menu-item svg,
.header-bottom-menu-item-sales svg {
    max-width: 23px;
    max-height: 21px;
}

.catalog-item-body-top-price-date {
    font-size: 11px;
    color: #979797;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
}

.catalog-item-body-top-price-value {
    font-weight: 700;
    line-height: 20px;
    font-size: 20px;
    color: #ff6800;
    text-align: left;
}

.catalog-item-body-top-price-desc {
    font-size: 11px;
    line-height: 10px;
    color: #5b5b5b;
    text-align: left;
    white-space: nowrap;
}

.catalog-item-body-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}
.catalog-item-body-mid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}

.catalog-item-buttons {
    display: flex;
    /* background: #E7E7E7; */
    background: #fff0e6;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

.catalog-item-buttons-minus {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    border-right: 0;
    background: none;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 3px;
    width: 28px;
    height: 42px;
}

.catalog-item-buttons-plus {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    border-left: 0;
    background: none;
    box-sizing: border-box;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
    width: 28px;
    height: 42px;
}

.catalog-item-buttons-value {
    background: none;
    font-weight: 500;
    color: #5b5b5b !important;
    box-sizing: border-box;
    border-radius: 0;
    width: 57px;
    height: 22px;
    text-align: center;
    line-height: 10px;
    font-size: 18px;
    margin-top: 5px;
}

.catalog-item-buttons-value-cont input:disabled {
    color: #5b5b5b !important;
    color: #5b5b5b;
    -webkit-text-fill-color: #5b5b5b;
    opacity: 1;
}
.catalog-item-buttons-value::placeholder {
    color: #5b5b5b !important;
}
.catalog-item-buttons-value::-webkit-input-placeholder {
    color: #5b5b5b !important;
}
.catalog-item-buttons-value::-moz-placeholder {
    color: #5b5b5b !important;
}
.catalog-item-buttons-value:-ms-input-placeholder {
    color: #5b5b5b !important;
}
.catalog-item-buttons-value::-ms-input-placeholder {
    color: #5b5b5b !important;
}
.catalog-item-buttons-value::placeholder {
    color: #5b5b5b !important;
}

.catalog-item-buttons-subtitle {
    font-size: 11px;
    height: 14px;
    background: none;
}

.catalog-item-buttons-value-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.catalog-item-buttons-value-big {
    background-color: #e7e7e7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 140px;
    height: 37px;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    padding-top: 8px;
}

.catalog-item-buttons-add {
    position: relative;
    width: 113px;
    height: 42px;
    background: #ff6800;
    color: white;
    border-radius: 3px;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.catalog-item-buttons-add:hover {
    background: #eb6320;
}
.catalog-item-body-bottom-button {
    display: flex;
    align-items: center;
}

.catalog-item-buttons-addad {
    width: 108px;
    height: 37px;
    background: rgba(80, 163, 78, 0.1);
    border: none;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.5px;
    margin-right: 0px;
    transition-duration: initial;
    cursor: default;
}
.catalog-item-buttons-add-title {
    font-size: 15px;
}

.catalog-item-buttons-add-title {
    font-weight: 500;
    font-size: 16px;
    color: inherit;
}

.status-box-green {
    width: 7px;
    height: 7px;
    background: #2fa356;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 3px;
}

.catalog-item-buttons-add-sum {
    font-weight: 400;
    font-size: 11px;
    color: inherit;
    white-space: nowrap;
}

.login {
    background: #fff;
}

.login-loginform,
.loginuri-loginform {
    width: 276px;
    padding-bottom: 20px;
    padding-top: 12px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 9px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.login-loginform > div,
.loginuri-loginform > div {
    width: min-content;
}

.login-loginform > div > label,
.loginuri-loginform > div > label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

#login-loginform-inputemail,
#login-loginform-inputname,
#login-loginform-pass,
#loginuri-loginform-inputemail,
#loginuri-loginform-inputname,
#loginuri-loginform-pass {
    width: 227px;
    height: 30px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    border-radius: 3px;
}

#login-loginform-submit,
#loginuri-loginform-submit {
    width: 227px;
    height: 30px;
    background: #ff6800;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px;
}

#login-loginform-rec,
#loginuri-loginform-rec {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #a1a1a1;
    white-space: nowrap;
    margin-top: 20px;
}

#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    right: 20px;
}

#back-top a:hover span {
    background: rgba(249, 112, 1, 0.5);
    border-color: var(--color-btn);
}

#back-top a:hover span:before {
    color: var(--color-font-second);
}

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid var(--color-dark-grey);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#back-top span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    background: rgba(249, 112, 1, 0);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#back-top span:hover:after {
    width: 48px;
    height: 48px;
    top: 1px;
    left: 1px;
    background: var(--color-btn);
}

#back-top span:before {
    color: var(--color-dark-grey);
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 46px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 2;
}

#back-top a:hover span {
    background-position: left bottom;
}

.formerror {
    border: 1px solid #fa6262 !important;
}

.formerror::before {
    content: "../img/formerror.svg";
    display: block;
    background-color: #2fa356;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
}

.mobilemenu {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
}

.ct76 {
    display: none;
}

.ind .swipe {
    display: block;
    left: 0;
    top: 45px;
}

.catalog-item-body-top-title {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 500;
    height: 70px;
}

.catalog-item-img > a > img {
    height: 268px;
    max-width: none;
}
.price-new {
    color: #ff0d0d;
}
.price-old-2 {
    text-decoration: line-through;
}
.catalog-buttons-sort,.catalog-buttons-sort a,.catalog-buttons-sort span,.header-breadcrumbs,.header-breadcrumbs a,.header-breadcrumbs span {
    font-family: "Open Sans", sans-serif;
}
.header-title-text {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #5b5b5b;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.header-title {

}

.categs4 {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 10px;
    width: 260px;
}

.podcatl {
    background: #ffffff;
    border: 0 #ffffff solid;
    border-radius: 3px;     display: inline-block;
    margin: 2px 0;
}

.podcatl > span {
    font-size: 14px;
}

.podcatl-all {
    font-weight: 500;
}

.catalog-conteiner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

#content {
    min-height: 400px;
    width: 100%;
}

.bottom-pagination {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-top: 2px solid #ededed;
    margin-top: 10px;
    margin-left: 12.5px;
    width: calc(100% + -10px);
    margin-right: 12.5px;
}
.bottom-pagination #pagid {
    border-left: 8px solid #fff;
    margin-top: -2px;
}

.cattt {
    display: flex;
    width: 100%;
}

.header-bottom-menu > div {
    cursor: pointer;
}



.header-bottom-menu-item-cart,
.bottom-navbar-mobile-item-cart-value,
.header-bottom-menu-item-sales,
.footer-bottom-menu-item-sales {
    position: relative;
}

.step1.errorinput .error.mail{
    display:block;
}
.step2.errorinput .error.warning {
    display: block;
}

.header-bottom-menu-item-ring {
    position: absolute;
    background-color: #ff6800;
    color: #ffffff;
    border-radius: 21px;
    text-align: center;
    padding-top: 2px;
    font-size: 8px;
    width: 15px;
    height: 15px;
    top: -4px;
    left: 12px;
}

.header-bottom-menu-skidki-item-ring {
    position: absolute;
    background-color: #ff6800;
    color: #ffffff;
    border-radius: 21px;
    text-align: center;
    padding-top: 2px;
    font-size: 8px;
    width: 15px;
    height: 15px;
    top: -4px;
    left: 12px;
}

.footer-bottom-menu-item-ring {
    position: absolute;
    background-color: #ff6800;
    color: #ffffff;
    border-radius: 21px;
    text-align: center;
    padding-top: 2px;
    font-size: 8px;
    width: 15px !important;
    height: 15px !important;
    top: -6px;
    right: -6px !important;
}

.bottom-navbar-mobile-item-cart-value-background {
    position: absolute;
    background-color: #ff6800;
    color: #ffffff;
    border-radius: 21px;
    text-align: center;
    padding-top: 2px;
    font-size: 8px;
    width: 15px;
    height: 15px;
    top: -3px;
    left: 12px;
}

.catlist {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 10px;
}
.pageCard-other.catlist,
.viewed .catlist {
    padding-left: 0;
}

.catalog-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    border: solid 1px #ffffff;
}

.catalog-item-list-wish {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.catalog-item-list-wish > img {
    cursor: pointer;
    height: 22px;
}

.catalog-item-list-wish-add {
    opacity: 30%;
}

.catalog-item-list-photo {
    width: 30px;
}

.catalog-item-list-name {
    width: 450px;
    overflow: hidden;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #525252;
}

.catalog-item-list-name > a {
    color: #525252;
    font-size: 14px;
}

.catalog-item-list-deliv,
.catalog-item-list-price,
.catalog-item-list-place,
.catalog-item-list-quant,
.catalog-item-list-value {
    width: auto;
    font-size: 14px;
    border-left: 1px solid #dedede;
    height: 28px;
}

.catalog-item-list-button {
    width: 100px;
    font-size: 14px;
    height: 28px;
}

.catalog-item-list-value {
    font-size: 15px;
    color: #ff6800;
    font-weight: 600;
    padding: 0 10px;
}

.catalog-item-list-price,
.catalog-item-list-value {
    text-align: end;
}

.catalog-item-list-quant,
.catalog-item-list-place,
.catalog-item-list-button {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.catalog-item-list-buttons-value {
    width: 50px;
}

.catalog-item-list-button-cart {
    color: #fff;
    background-color: #ff6800;
    border-radius: 0px;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    height: 27px;
    width: 100%;
    min-width: 89px;
    cursor: pointer;
}

.catalog-item-list-place > span,
.catalog-item-list-quant > span {
    font-size: 20px;
    font-weight: 400;
    width: 30px;
    color: #5f6368;
    cursor: pointer;
}

.catalog-item-list-buttons-value {
    background: none;
}

.catalog-item-list-deliv {
    text-align: center;
    white-space: nowrap;
}

.catalog-item-list-price {
    padding: 0 10px 0 0;
    font-size: 15px;
}

.catalog-item-list-quant > input,
.catalog-item-list-place > input {
    text-align: center;
    font-size: 14px;
}

.cat-title > div {
    text-align: center;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;

    /* Text color */

    color: #373737;
}
.catalog-item-list-deliv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
}
.catalog-item-list-price,
.catalog-item-list-value {
    display: table-cell;
    padding: 0;
    align-items: center;
    padding-right: 10px;
    padding-top: 2px;
}

.minusq,
.minusp {
    font-size: 33px !important;
    background: none !important;
}

.plusq,
.plusp {
    font-size: 20px !important;
    background: none !important;
}

.catalog-item-list:hover {
    border: solid 1px #ff6800;
}

.catalog-buttons {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.catalog-buttons-vid {
    width: 100px;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    padding: 5px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ededed;
}

.catalog-buttons-sort {
    width: 279px;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    padding: 5px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;

    color: #eb6320;
    margin-right: 8px;
    background-color: #ededed;
}

.catalog-buttons-vid > img {
    cursor: pointer;
}

.catalog-container {
    width: 100%;
}


.dropdown {
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    color: #eb6320;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu {
    width: 200px;
    margin: 8px 0 0 -17px;
    box-shadow: none;
    min-width: 280px;
}
.sortinga:hover {
    color: #ff6800 !important;
    background-color: #ffffff !important;
}

.sortinga {
    color: #5b5b5b;
    padding-left: 0px !important;
}

.catalog-item-buttons-mob {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.catalog-item-body-bottom-mob {
    width: 100%;
    margin-bottom: 5px;
}

.catalog-item-buttons-add-mob {
    background-color: #ff6800;
    color: #fff;
    border-radius: 3px;
    padding: 7px 0px;
    width: 113px;
}

.catalog-item-buttons-add-title-mob {
    font-size: 15px;
}

.catalog-item-buttons-add-sum-mob {
    font-size: 11px;
}

.sort-mob {
    display: none;
    margin: 0 0 7px 0;
}

.cattt {
    display: none;
}

#footer {
    margin: 0 auto;
    background: #424242;
    min-width: 100vw;
    position: relative;
    z-index: 1;
}

.footer-line {
    width: 100%;
    background-color: #f2f2f2;
    //border-bottom: 2px solid #FF6800;
}

.footer-line-conteiner {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
}

.footer-line-conteiner-text {
    text-align: left;
    margin: 17px 0;
    color: #606060;
}

/*
.footer-line-conteiner-button {
	background-color: #FF6800;
	color: #fff;
	font-size: 18px;
		padding: 5px 17px;
		height: fit-content;
		width: fit-content;
		border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	margin-top: 15px;
}
*/
.footer-line-column {
    width: 25%;
    margin-top: 55px;
}

#bigmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.show-bigmenu {
    height: auto !important;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.bigmenu-col {
    width: 33%;
}

.bigmenu-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bigmenu-item-img {
    margin-right: 20px;
    width: 75px;
    text-align: center;
}

.bigmenu-item-img > img {
    opacity: 0.75;
}

.bigmenu-item-head {
    font-size: 18px;
    color: #ff6800;
}

.bigmenu-item-subhead {
    font-size: 14px;
}

.bigmenu-item-cont > a {
    color: #5f6368;
}

.bigmenu-close {
    cursor: pointer;
}

.categs4 a sup {
    right: 4px;
    top: 9px;
    font-size: 10px;
    position: absolute;
}

.product-conteiner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-conteiner-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.catalog-item-body-subtitle {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 600;
}

.product-conteiner-photo,
.product-conteiner-photo-art {
    width: 400px;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

.button-grey {
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 3px;
    margin-top: 15px;
}

.orange-border {
    border: 2px #ff6800 solid;
    border-radius: 3px;
    padding: 20px 25px 25px 25px;
    margin-top: 35px;
    margin-bottom: 40px;
    position: relative;
    max-width: 880px;
}

.orange-plus {
    position: absolute;
    top: -17px;
    left: calc(50% - 16px);
}

.recommendation-cards {
    display: flex;
    gap: 23px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.descript-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 60px;
}

.cont-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 20px;
    gap: 60px;
}

.recpc {
    display: block;
}

.recmob {
    display: none;
}

.catalog-item-cont-mob {
    display: none;
}

.header-title-text > img {
    display: none;
}

.product-conteiner-photo-art {
    display: block;
}

.descript-cont > div,
.catalog-item-har {
    width: 100%;
    font-size: 16px;
}

.hidepc,
.hidepcflex {
    display: none;
}

.product-conteiner-photo-art-mob {
    display: none;
}

.product-page-item {
    width: 100%;
    gap: 10px;
}

.product-page-item > div {
    width: 100%;
}

.greenaddad {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00d848;
    opacity: 0.1;
    pointer-events: none;
}

.header-title-mobile {
    height: 56px;
    line-height: 39px;
    width: calc(100% - 10px);
    overflow: hidden;
    white-space: nowrap;
}

.light-green-bg {
    background: #e3f2e8;
}

.product-conteiner-content-description {
    padding: 0 5px 0 5px;
}

.header-title-text-light {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.header-title-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header-title-img {
    display: contents;
    cursor: pointer;
}

.header-title-img > img {
    width: 20px;
    height: 20px;
    margin: 10px;
}

.box.viewed {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 17px;
}
.category_box .box.viewed {
    padding-left: 10px;
}
.catalog-item-buttons-add,
.catalog-item-buttons-addad {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.catalog-item-buttons-add-title,
.catalog-item-buttons-add-sum {
    position: relative;
    z-index: 3;
}

.catalog-item-buttons-addad {
    background: #ff6800;
    color: white;
    color: #2fa155;
}

.catalog-item-body-bottom-button {
    position: relative;
}
.catalog-item-buttons-addad,
.catalog-item-buttons-add {
    position: relative;
    transition: 0s;
}
.catalog-item-buttons-addad.hidden,
.catalog-item-buttons-add.hidden {
    display: none !important;
    position: absolute;
    opacity: 0;
}
.catalog-item-buttons-addad::before {
    content: "";
    position: absolute;
    background: #f3eb00;
    background: #e4efe4;
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in;
    mix-blend-mode: difference;
    mix-blend-mode: inherit;
}
.catalog-item-buttons-addad:not(.hidden)::before {
    content: "";
    transform: scale(1);
    transition: all 0.4s ease-in;
}
.catalog-item-buttons-add::before {
    content: "";
    position: absolute;
    background: #f3eb00;
    background: #e4efe4;
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    border-radius: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in;
    mix-blend-mode: difference;
    mix-blend-mode: inherit;
}
.catalog-item-buttons-add:not(.hidden)::before {
    content: "";
    transform: scale(0);
}
.catalog-item-buttons-add.hidden::before {
    content: "";
}

@media screen and (max-width: 1420px) {
    #pagewrap {
        width: 1120px;
    }

    .footer-line-conteiner {
        width: 1120px;
    }

    .header-bottom-search-input {
        width: 290px;
    }

    .catalog-item-list-name {
        width: 170px;
    }

    button {
        touch-action: manipulation;
    }

    .product-conteiner-photo,
    .product-conteiner-photo-art {
        width: 300px;
    }
}

@media screen and (max-width: 1140px) {
    .footer-line-conteiner {
        width: 920px;
    }
    .header-bottom-logo {
        display: none;
    }
    .header-top-left-city,
    .header-top-left-phone {
        margin: 0 37px 0 0;
    }
    .product-conteiner-photo,
    .product-conteiner-photo-art {
        width: 200px;
    }
}

@media screen and (max-width: 940px) {
    #loadfiltermob .filterhead  { display:none; }
    .cont-price {
        margin-bottom: 20px;
    }

    .product-conteiner-photo-art-mob {
        font-size: 13px;
        display: block;
        color: #5b5b5b;
        font-weight: 600;
        white-space: nowrap;
    }

    .mibilebtn {
        margin-top: 10px;
    }

    .product-conteiner-content,
    .product-conteiner-content-description {
        width: 100%;
    }

    .product-conteiner-photo-img > .fancybox > img {
        width: 100%;
    }

    .button-grey {
        font-size: 15px;
        color: #5b5b5b;
    }

    .hidemob {
        display: none;
    }

    .hidepc {
        display: block;
    }

    .hidepcflex {
        display: flex;
    }

    .orange-plus {
        left: calc(90% - 16px);
    }

    .orange-border {
        padding: 0;
        margin: 0 auto 20px auto;
        width: 100%;
    }

    .descript-cont > div,
    .catalog-item-har {
        width: 100%;
        font-size: 14px;
        line-height: 17px;
        color: #5b5b5b;
    }

    .catalog-item-body-subtitle {
        font-size: 17px;
    }

    .product-conteiner-photo {
        width: 100%;
    }

    .header-title-text {
        margin-top: 5px;
        line-height: 20px;
        font-size: 17px;
        font-weight: 600;
        color: #5b5b5b;
    }

    .header-title-text > img {
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 3px;
        width: 20px;
    }

    .product-conteiner-photo-art {
        display: none;
    }

    .header-title {
        height: 25px;
        overflow: hidden;
    }

    .header-breadcrumbs {
        display: none;
    }

    .recpc {
        display: none;
    }

    .recmob {
        display: block;
    }

    .cont-price,
    .descript-cont,
    .product-conteiner,
    .footer-line-conteiner {
        flex-direction: column;
        gap: 15px;
    }

    #bigmenu {
        display: none;
    }

    .viewed .product-thumb.transition {
        margin: 0;
    }

    .viewed-list li {
        display: inline-block;
        border: none;
        width: 32%;
    }

    .green-border {
        /* 	border: none;
		background: #e3f3e8; */
    }

    .catalog-item-buttons {
        margin-right: 5px;
        width: 95%;
        align-content: flex-start;
    }

    .catalog-item-buttons-plus,
    .catalog-item-buttons-minus {
        width: 100%;
        /* 		vertical-align: baseline;
		line-height: 40px;
		cursor: pointer;
		text-align: center; */
    }

    .sort-mob {
        display: block;
    }

    .catalog-conteiner-filters,
    .catalog-buttons {
        display: none;
    }

    .catalog-item-cont-mob {
        display: flex;
        width: 100%;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
    }

    .catalog {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        grid-auto-rows: minmax(100px, auto);
        grid-gap: 0;
    }

   .header-top ,  .header-bottom-logo , .header-bottom-catalog , .header-bottom-menu-item , .header-bottom-menu-item , .header-bottom-menu-item , .header-bottom-menu-item ,
    .catalog-item-cont,
    .catalog-item-list {
        display: none;
    }

    .catlist {
        margin-left: 0;
    }

    .container {
        margin-top: 5px;
    }

    .footer-line-conteiner {
        width: 90%;
    }

    .footer-line-conteiner-text {
        text-align: center;
    }

    .footer-line-column {
        width: 90%;
    }

    .footer-line-conteiner-button {
        margin-bottom: 20px;
    }

    #pagewrap {
        width: 100%;
        margin-top: var(--height-navbar-mobile-top);
    }

    .bottom-navbar-mobile-item {
        margin-top: 0;
    }

    .cook_popup {
        bottom: 47px;
    }
    .bottom-navbar-mobile,
    .top-navbar-mobile-top {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .catalog-item-body-mob {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: inherit;
    }

    .catalog-item-body-top-mob {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        height: 50px;
        overflow: hidden;
        width: inherit;
    }

    .catalog-item-body-top-title-mob {
        font-size: 12px;
        color: #5b5b5b;
    }

    .catalog-item-img-mob {
        width: auto;
        margin-right: 5px;
    }

    .catalog-item-img-mob > a > img {
        width: 105px;
    }

    .catalog-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }

    .catalog-item-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
    }

    .catalog-item-body-mid {
        display: none;
    }

    .catalog-item-body-top-price > .catalog-item-body-subtitle {
        font-size: 13px;
    }

    #catalog-item-cart > .catalog-item-body-bottom {
        width: 122px;
    }

    .catalog-item-body-top {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-between;
    }

    .catalog-item-body-top-price {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-right: 4px;
        align-items: flex-end;
    }

    .catalog-item-mob {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: space-between;
        width: 100%;
    }
}

/* ---------------------------------- MENU */

.catalog-menu {
    list-style-type: none;
    margin: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    column-count: 3;
    position: relative;
}

.catalog-menu-head {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px; display:block; margin-bottom:3px;

    color: #ff6800;
}

#catalog-menu-container {
    position: absolute;
    top: -3000px;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    z-index: 7;
    width: 1500px;
}

#catalog-menu-container.show-catalog-menu {
    top: 100px !important;
    opacity: 1 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.catalog-menu-container_new_menu {
    padding-bottom: 50px;
}
.catalog-menu-subcats {
    list-style: none;
    padding-left: 25px;
}

.catalog-menu-subcat:before {
    content: counter(item, disc) " ";
    color: #5f6368;
    font-size: 16px;
    font-weight: 900;
    margin-right: 0px;
}

.catalog-menu-subcat-link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #5f6368;
    line-height: 16px;
}

.catalog-menu-subcat {
    line-height: 16px;
}

.catalog-menu-item {
    margin-bottom: 20px;
    break-inside: avoid;
    padding-right: 50px;
}

.catalog-menu-subcat:hover a {
    color: #ff6800;
}

.catalog-menu-subcat:hover::before {
    color: #ff6800 !important;
}

.catalog-menu-close {
    width: 43px;
    height: 43px;
    background: #d9d9d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background-image: url("../../image/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100000;
}

.shadow {
    width: 100%;
    height: 100px;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 8;
    top: 0px;
}

.header-bottom-catalog-button.active {
    background-color: #ff5c00;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

header {
   
    background-color: #ffffff;
}

@media screen and (max-width: 940px) {
    .shadow {
        display: none;
    }

    .catalog-menu {
        display: none !important;
    }
}
/* ---------------------------------- [END] MENU */

/* ---------------------------------- Mobile MENU */

.catalog-mobile-menu {
    list-style-type: none;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px;
}

.catalog-mobile-menu-head {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;

    color: #ff6800;
}

.mobile-menu-header {
    margin-top: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.mobile-menu-header .arrow-left-back {
    width: 15px;
    height: 15px;
    background-image: url("../../image/mobile-menu-arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 20px;
    min-width: 15px;
}

.catalog-mobile-menu-header {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    padding-right: 20px;
}

#catalog-mobile-menu-container {
    position: absolute;
    left: -100vw;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #f2f2f2;
    z-index: 10;
    width: 100vw;
    max-width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;

    min-height: 100vh;
}

#catalog-mobile-menu-container.show-mobile-catalog-menu {
    top: 0px !important;
    left: 0px !important;
    opacity: 1 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding-bottom: 50px;
}

.catalog-mobile-menu-subcats {
    list-style: none;
    padding: 10px;
    display: none;
}

.catalog-mobile-menu-subcat-link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #5f6368;
    line-height: 16px;
}

.catalog-mobile-menu-subcat {
    line-height: 16px;
}

.catalog-menu-subcat:hover a {
    color: #ff6800;
}

.catalog-mobile-menu-close {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background-image: url("../../image/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 100000;
}

.catalog-mobile-menu-head-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.catalog-mobile-sub_menu-container .catalog-mobile-menu-head {
    padding-right: 20px;
}

.catalog-mobile-menu-head-container a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding-left: 10px;
    color: #5b5b5b;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
}

.catalog-mobile-menu-head-arrow-right {
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-width: 15px;
    background-image: url("../../image/mobile-menu-arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    // margin-top: 20px;
    margin-right: 10px;
    min-width: 15px;
}

.catalog-mobile-menu-head-container.chields {
    display: none;
}

.bottom-navbar-mobile-item.active {
    background-color: #f3f3f3;
}

#catalog-mobile-sub_menu-container {
    position: absolute;
    left: 100vw;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #f2f2f2;
    z-index: 11;
    width: 100vw;
    max-width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    min-height: 100vh;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
    display: none;
}

#catalog-mobile-sub_menu-container.show-mobile-catalog-menu {
    display: block;
    top: 0px !important;
    left: 0px !important;
    opacity: 1 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: calc(100vh - 50px);

    padding-bottom: 50px;
}

#catalog-mobile-sub_menu-container .catalog-mobile-menu-head-container a {
    font-weight: 400 !important;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.header-bottom-menu svg {
    max-width: 24px;
    max-height: 24px;
}

#bottom-navbar svg {
    max-width: 21px;
    max-height: 19px;
}
/* ---------------------------------- [END] Mobile MENU

/* ---------------------------------- HEADER & FOOTER */
.city_name_title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-left: 11px;
    color: #979797;
}

.header_phone_number {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-left: 11px;
    color: #979797;
}

.footer-line-column-head {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;

    color: #ffffff;
    margin-top: 50px;
    text-transform: uppercase;
}
a.footer-line-column-head:hover {
    color: #C4C4C4;
}

.copyright-text,.footer-line-conteiner-button {
    font-family: "Open Sans", sans-serif;
}

.footer-line-column-item {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #c4c4c4;
    margin-bottom: 10px;
}
a.footer-line-column-item:hover {
    color: #fff;
}

.footer-menu-items-container {
    margin-top: 25px;
}

.footer-social-buttons-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-social-buttons-container svg {
    margin-right: 10px;
    width: 43px;
    height: 43px;
    color: #C4C4C4;
}
.footer-social-buttons-container a:hover svg , .footer-social-buttons-container a:hover svg path {
    color: #fff;
    fill:#fff;
}

.header-top-icons {
    width: 14px;
    height: 14px;
}

.footer-copyright-conatiner {
    width: 74%;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #c4c4c4;
    border-top: 1px solid #5b5b5b;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-start;
    padding-left: 0px;
	margin-top:-30px;
}

.footer-copyright-conatiner a {
    display: block;
    white-space: nowrap;
}

.footer-line-conteiner-button {
    display: block;
    padding: 13px 40px;
    border: solid 1px #5b5b5b;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
background: NONE;
    border-radius: 4px;
    color: #c4c4c4;
    margin-left: 25px;
}
.footer-line-conteiner-button:hover {
    color: #fff;
}

.prmn-cmngr.mobilechoose .prmn-cmngr__city {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding-left: 0px;
    color: #979797 !important;
}

.header-bottom-menu-item-cart .header-bottom-menu-item-ring {
    background-color: #50a34e !important;
}

.header-bottom-menu-item-title-sales {
    margin: 0 0 0 0px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #5f6368;
    text-decoration: none;
}

.mobile-phone-block {
    display: none;
}

.phone-button-container {
    min-width: 50%;
    text-align: center;
    padding: 0 5px;
}

.phone-button-title {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    color: #c4c4c4;
}

.phone-button-button {
    border: 1px solid #5b5b5b;
    border-radius: 4px;
    padding: 10px 25px;
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    width:100%;
}

.phone-button-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

.phone-button-skidki-button {
    border: 1px solid #5b5b5b;
    border-radius: 4px;
    padding: 10px 25px;
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    width:100%;
}

.bottom-navbar-mobile-item-cart-value-background {
    background-color: #50a34e;
}

.fixed_menu {
    background-color: #ffffff;
}

.fixed_menu.fixed {
    position: fixed;
    top: 0px;
    width: 100vw !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    max-width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding-top: 0px;
}

.fixed_menu.fixed .header-bottom {
    margin-bottom: 12px;
}

.footer-copyright-mobile-conatiner {
    display: none;
    text-align: center;
    max-width: calc(100vw - 20px);
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 35px;
    color: #c4c4c4;
    font-size: 12px;
}

.footer-copyright-mobile-conatiner .copyright-text {
    font-size: 10px;
}

.footer-copyright-mobile-conatiner .copyright-text span {
    font-size: 12px;
}

header {
    max-width: 1500px;
    margin: 0px auto;
}

@media screen and (max-width: 1420px) {
    #catalog-menu-container {
        width: calc(100% - 40px);
    }

    #pagewrap {
        width: calc(100% - 40px);
    }

    header {
    
    }

    .footer-copyright-conatiner {
        width: 1120px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 1250px) {
    .header-bottom-menu {
        width: auto;
        width: 35%;
    }
}

@media screen and (max-width: 1140px) {
    .footer-copyright-conatiner {
        width: 920px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 1150px) {
    .header-top-left-phone {
        display: none;
    }

    header {
        padding-left: 10px;
        padding-right: 10px;
        max-width: calc(100vw - 20px);
    }

    .footer-line-conteiner-button {
        text-align: center;
        line-height: 1.1;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 20px;
    }

    /*.header-bottom-logo{
		margin-right:15px;
	}

	.header-bottom-search{
		margin-left:15px;
	}
*/
}

.checkoutMobile-wrapper .btn-confirm
    .header-bottom-logo {
        display: none;
    }


@media screen and (max-width: 950px) {
    .footer-line-conteiner {
        display: none;
    }

    .footer-copyright-conatiner {
        display: none;
    }

    .footer-copyright-mobile-conatiner {
        display: block;
    }

    .mobile-phone-block {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;

        padding-top: 25px;
        margin: 0px auto;
    }

    a.footer-line-conteiner-button {
        display: none;
    }

    .copyright-text {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .fixed_menu.fixed {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    #pagewrap {
        margin-top: 0px !important;
    }
    .camera_wrap {
        margin-top: 47px;
    }
}
@media screen and (max-width: 750px) {
    .footer-copyright-conatiner {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 400px) {
    .phone-button-button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#mbrr {
    color: #444 !important;
    font-weight: 500;
    font-size: 13px;
}

.mobile-header-menu-icons {
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.header-bottom-search {
    min-width: 460px;
}

.header-bottom-search-input {
    min-width: 462px;
}

.main-container {
    position: relative;
    z-index: 0;
}

.header-bottom-menu-item-title {
    white-space: nowrap;
}

.pageCard-info__days.style_stock_status_id_5 {
    font-size: 20px;
}


@media (min-width: 1200px) {
.catalog-container.cat-170 {
    width: calc(100% - 300px);
}
}


@media (max-width: 767px) {
    .col-md-7.home-page-p {
        position: relative !important;
    }
}
@media (min-width: 767px) {
.header-bottom {
    gap: 20px;
}
}
.header-bottom-menu-item {
    cursor: pointer;
    margin-bottom: -3px;
}

footer {
    margin-top: 0px !important;
}

.header-top-menu-item,
.header_phone_number,
.glyphicon.glyphicon-map-marker,
.header-bottom-menu-item-title-sales,
.header-bottom-menu-item-title {
    color: #444444;
    font-weight: 500;
    font-size: 13px;
}
.header-top-menu-item,
.header_phone_number {
    color: #979797;
}

/* ---------------------------------- [END] HEADER & FOOTER */

/* --------------------------------- CATALOG */
.header-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.header-title {
    width: 100%;
}

.catalog-buttons-vid svg {
    width: 18px;
    height: 18px;
}

.sort-deropdown-arrow {
    height: 10px;
    width: 14px;
}

.catalog-show-type-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.catalog-show-type-button.first {
    border-right: solid 1px #dedede;
    padding-right: 15px;
}

.catalog-show-type-button.second {
    margin-top: 4px;
    margin-left: 2px;
}

.catalog-item-list.cat-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #ededed;
}

.pagination {
    position: relative;
    display: flex;
    margin-bottom: 17px;
}
.pagination::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border-top: 3px solid white;
    border-left: 3px solid transparent;
}
.pagination::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-top: 3px solid white;
    border-right: 3px solid transparent;
}

.pagination li a,
.pagination li span {
    background-color: #ededed;
}

.pagination-next-prev-arrow {
    width: 10px;
    height: 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination-next-next-arrow {
    width: 10px;
    height: 13px;
}

.pagination > li > a,
.pagination > li > span {
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 37px;
    width: 45px;
    justify-content: center;
    border: none !important;
    font-weight: 500;
    color: #5b5b5b;
    background: #f2f2f2 !important;
}
.pagination > li {
    position: relative;
    display: inline-block;
}
.pagination > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 1px;
    height: 25px;
    background: #dedede;
    z-index: 100;
}
.pagination_prev {
    color: #c4c4c4 !important;
}
.pagination_prev:hover {
    background: #ededed !important;
    color: #c4c4c4 !important;
}

.pagination > li:nth-of-type(1) a {
    border-left: none !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ededed;
    color: #eb6320;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
}

.catalog-table {
    width: 100%;
    border-collapse: collapse;
}

.catalog-table,
.catalog-table td,
.catalog-table tr {
    border-collapse: collapse;
    border: none;
}

.catalog-table-header {
    height: 37px;
    border-bottom: 1px solid #d8d8d8 !important;
}

.catalog-table-header td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #373737;
    background-color: #ededed;
}

.viewed .catalog-table-header {

}

.catalog-table-col-favorite {
    border-top-left-radius: 3px;
    padding-left: 10px;
}

.catalog-table-col-buybutton {
    border-top-right-radius: 3px;
}

.catalog-table-col-favorite .heart-icon {
    margin-top: 3px;
}

.heart-icon {
    width: 17px;
    height: 16px;
	display:block;
    min-width: 17px;
    min-height: 16px;
    cursor: pointer;
    margin-top: 2px;
}

.catalog-table-item-row {
    height: 29px;
    max-height: 29px;
}
.catalog-table-item-row.in-basket {
    background-color: #e7f2e6;
}
.catalog-table-item-row:hover {
    outline: solid 1px #ff6800;
    outline-offset: -1px;
}

.catalog-table-item-row td {
    padding: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.catalog-table-item-row
    td:not(
        .catalog-table-item-favorit-col,
        .catalog-table-item-image-col,
        .catalog-table-item-btn-col
    ) {
    min-width: 122px;
}

td.catalog-table-item-price-col.catalog-item-list-value {
    max-width: 145px !important;
    word-break: break-all;
    word-break: break-all;
    min-width: 145px !important;
}
a.header-bottom-menu-item.widthflex {
    width: 129px;
}

.catalog-table-item-favorit-col {
   
    align-items: center;
    
    padding-left: 10px !important;
}

.catalog-table-item-image-col {
    width: 29px !important;
    padding: 0 10px !important;
}
.catalog-table-item-title-col {
    width: 100%;
}
.catalog-table-item-title-col a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #5b5b5b;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-item-list-deliv {
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    display: table-cell;
    padding-right: 10px !important;
    color: #ff8a00;
}

.catalog-table-col-delivery {
    text-align: right;
    padding-right: 10px !important;
}

.catalog-table-item-price-col {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-align: right;
    padding-left: 20px !important;
    white-space: nowrap;
}
.catalog-table-item-price-col del {
    color: #979797;
}
.catalog-table-col-price {
    padding-left: 20px !important;
    text-align: right;
}

.plus-minus-icons {
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.plus-minus-icons.minus {
    margin-bottom: -4px;
}

.catalog-item-list-buttons-value {
    width: 40px;
    text-align: center !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #c4c4c4;
}

.catalog-table-col-palces {
    text-align: center;
    padding-left: 20px !important;
    white-space: nowrap;
}

.catalog-table-item-places-col {
    text-align: center;
    padding-left: 20px !important;
    white-space: nowrap;
}

.catalog-item-list-buttons-value.quantity {
    font-size: 14px;
    line-height: 16px;
    color: #373737;
    min-width: 61px;
}

.catalog-table-item-quantity-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
    white-space: nowrap;
}

.catalog-table-col-quantity {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
    white-space: nowrap;
}

.catalog-table-item-price-col {
    padding-right: 20px !important;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #5f6368;
}

.catalog-table-item-price-col.catalog-item-list-value {
    font-weight: 600;
    min-width: 121px;
}

.catalog-table-col-price {
    text-align: center;
}

.in-basket-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #50a34e;
    width: 100%;
    min-width: 89px;
}

.in-basket td {
    background-color: #e7f2e6;
}

.heart-icon.hide {
    display: none;
}

.catalog-item-list-wish-add {
    opacity: 1 !important;
}

.catalog-sort-item {
    width: 17px;
    height: 13px;
}

.sortinga {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.sortinga svg {
    display: block;
}

.dropdown-menu.dropdown_custom li {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #dedede;
}

.dropdown-menu.dropdown_custom li:last-child {
    border-bottom: none;
}

.catalog-item-image-conatiner {
    position: relative;
    display: flex;
    z-index: 1;
}
.in-basket .catalog-item-image-conatiner:before {
    content: "";
    position: absolute;
    background: #50a34e;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

.catalog-item-img-small {
    position: relative;
    height: 27px;
    min-width: 29px;
    z-index: -1;
}

.catalog-item-image-conatiner:hover .tolt {
    display: block;
}

.category-description {
    position: relative;
    width: 100%;
    border-top: 2px solid #ededed;
    margin-bottom: 34px;
}
.category-description.block-close {
    margin-bottom: 69px;
}
.category-description {
margin-left: 10px;
}

.category-description__wrap {
    display: flex;
    margin-top: 18px;

}
.category-description__text {
    font-size: 15px;
    line-height: 18px;
    color: #5f6368;
}
.category-description__image {
    min-width: 160px;
    margin-left: 24px;
    margin-top: 30px;
}
.category-description__image img {
    background: #fff;
}
.category-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #5b5b5b;
    margin-top: 0;
}
.category-description__text h2 {
    font-size: 20px;
}
.category-collapse {
    position: absolute;
    top: -2px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 37px;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
}
.category-description::before {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 56px;
    height: 2px;
    background: white;
    z-index: 0;
}
.viewed .box-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #5b5b5b;
    margin-bottom: 5px;
}

.sort-deropdown-arrow {
    margin-left: auto;
    transition: all 0.4s;
}
.open .sort-deropdown-arrow {
    transform: rotate(180deg);
}
.catalog-buttons-sort {
    border: none;
}
.dropdown-toggle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5b5b5b !important;
}

.catalog-sort-item {
    margin-right: -8px;
}

.dropdown-menu {
    background: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: none !important;
    padding: 0 12px;
}
.dropdown-menu li {
    padding: 0 0 0 8px;
    height: 37px;
}

.pageCatalog-list {
    display: flex;
    justify-content: space-between;
}

.pageCatalog-left {
    max-width: 100%;
    width: 250px;
}

.pageCatalog-right {
    max-width: 100%;
    width: 1140px;
}

.pageCatalog-items {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -2.5px 0;
    width: calc(100% + 5px);
    padding-left: 14px;
}
.viewed .pageCatalog-items,
.pageCard-other.pageCatalog-items {
    padding-left: 0;
}

.pageCatalog-block {
    width: 20%;
    margin-top: 6px;
    padding: 0 2.5px;
}

.pageCatalog-item {
    background: #ffffff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    padding: 7px 9px 9px;
}
.pageCatalog-item__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #5b5b5b;
    transition: all 0.4s;
    text-decoration: none;
    outline: none;
    display: block;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 51px;
}
.pageCatalog-item__title:hover {
    color: #ff6800;
    text-decoration: none;
}
.pageCatalog-item__img {
    margin: 2px 0 8px;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 122.8%;
}
.pageCatalog-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.pageCatalog-item__favorite {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
}
.pageCatalog-item__favorite svg {
    fill: #979797;
    transition: all 0.4s;
    display: block;
    width: 17px;
    height: 15px;
}
.pageCatalog-item__favorite.active svg {
    fill: #ff6800;
}
.pageCatalog-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.pageCatalog-item .catalog-item-body-top-price-value {
    display: block;
    padding: 0;
    text-align: left;
    height: auto;
    border: none;
    font-size: 18px;
    line-height: 21px;
    color: #5b5b5b;
}

.pageCatalog-item .catalog-item-body-top-price-desc {
    font-size: 11px;
    line-height: 10px;
    color: #979797;
    font-weight: 400;
}

.catalog-item-buttons-add,
.catalog-item-buttons-addad {
    width: 100px;
    height: 37px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catalog-item-buttons-add-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
.catalog-item-buttons-add-sub {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
}

.catalog-item-body-top-price-date-value {
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #ff8a00;
}
.dot {
    width: 8px;
    height: 8px;
    margin-right: 4px;
}

.catalog-item-buttons-minus {
    width: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item-buttons-plus {
    width: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item-buttons-value-cont {
    width: 52px;
}

.catalog-item-buttons.gray-bg {
    background: #f2f2f2;
    border-radius: 3px;
    transition: all 0.4s;
}

.catalog-item-buttons.gray-bg .catalog-item-buttons-value-cont {
    color: #5b5b5b;
    transition: all 0.4s;
}

.bottom-pagination {
    margin-top: 26px;
}

.catalog-item-body-bottom {
    margin-bottom: 3px;
}

.pageCatalog-item .catalog-item-buttons-value {
    margin-top: 1px;
}
.pageCatalog-item .catalog-item-buttons-minus,
.pageCatalog-item .catalog-item-buttons-plus {
    height: 37px;
}

.catalogMobileTop {
    display: none;
}

.catalog-buttons-sort-mobile {
    display: none;
}

.catalog-item-buttons-add-sum-val.catalog-item-list-value {
    display: inline;
    padding: 0;
    color: inherit;
    font-size: 11px;
    font-weight: 400;
    border: none;
    height: auto;
}
.catalog-item-list-buttons-value {
    transition: all 0.4s;
}
.catalog-table-item-places-col:hover .catalog-item-list-buttons-value {
    color: #5b5b5b;
}

.catalog-item-buttons.gray-bg,
.catalog-item-body-bottom-button {
    width: calc(50% - 3px);
}
.catalog-item-buttons-minus,
.catalog-item-buttons-plus {
    width: 28px;
    text-align: center;
}
.catalog-item-buttons-value-cont {
    width: calc(100% - 56px);
}
.catalog-item-buttons-add,
.catalog-item-buttons-addad {
    width: 100%;
}
.catalog-item-buttons:first-child .catalog-item-buttons-value,
.catalog-item-buttons:first-child .catalog-item-quantity-place-plus,
.catalog-item-buttons:first-child .catalog-item-quantity-place-minus,
.catalog-table-item-places-col.place .catalog-item-buttons-value,
.catalog-table-item-places-col.place .catalog-item-quantity-place-plus,
.catalog-table-item-places-col.place .catalog-item-quantity-place-minus {
    color: #c4c4c4;
}
.catalog-item-quantity-place-plus,
.catalog-item-quantity-place-minus,
.catalog-item-buttons-value,
.catalog-item-buttons:hover .catalog-item-quantity-place-plus,
.catalog-item-buttons:hover .catalog-item-quantity-place-minus,
.catalog-item-buttons:hover .catalog-item-buttons-value,
.catalog-table-item-places-col.place:hover .catalog-item-quantity-place-plus,
.catalog-table-item-places-col.place:hover .catalog-item-quantity-place-minus,
.catalog-table-item-places-col.place:hover .catalog-item-buttons-value {
    color: #5b5b5b;
    transition-duration: 0s;
}
.catalog-item-quantity-minus.disabled,
.catalog-item-quantity-place-minus.disabled {
    color: #c4c4c4 !important;
}
.catalog-item-buttons-minus.red,
.catalog-item-quantity-place-minus.red {
    color: #ee3838 !important;
}
.pageCard-info__price.no-price {
    font-size: 28px;
}
/*---------------------*/
.cart-left {
    padding-right: 11px;
}
input[type="checkbox"] + label.custom-radio:before {
    width: 17px;
    height: 17px;
    border: 1.6px solid #ff6800;
}
input[type="checkbox"] + label.custom-radio:after {
    content: "";
    background-image: url("../../image/new/red_arrow.svg");
    display: block;
    width: 12px;
    height: 9px;
    position: absolute;
    left: 8%;
    top: 4px;
    opacity: 0;
}
input[type="checkbox"] + label.custom-radio.products-list:before {
    border: 1.6px solid rgba(91, 91, 91, 0.25);
}
input[type="checkbox"]:checked + label.custom-radio:before {
    border-color: #ff6800;
    left: 0;
    top: 0;
    border-radius: 14px;
}
input[type="checkbox"]:checked + label.custom-radio:after {
    opacity: 1;
}
.cart-bottom .spacer {
    border-bottom: 2px solid #ededed;
    padding-top: 7px;
}
.cart-bottom .totals td {
    padding-top: 13px;
}
.cart-bottom .total {
    color: #373737;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;

}

.row_export {
    background: white !important;
}
.cart-bottom .btn-grey {
    font-size: 14px;
    margin-right: 12px;
}
.cart-bottom .total-sum {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    color: #373737;
    padding-right: 20px;
    margin-left: 20px;
}
.cart-buttons {
    text-align: left;
}
.btn-grey {
    height: 37px;
    background: #f7f7f7;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 0 25px;
    color: #979797;
    line-height: 37px;
}
.btn-grey.active {
    color: #eb6320; 
}
.cart-delete-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background: none;
}
.cart-left .inner {
    background: #f7f7f7;
    border-radius: 3px;
    width: 260px;
}
.cart-totals {
    padding: 0 16px 40px;
}
.cart-total-header {
    background: #ededed;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 3px 3px 0px 0px;
    font-weight: 700;
    color: #5f6368;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
}
.cart-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #979797;
    margin-top: 16px;
}
.cart-total {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.25px;
    color: #373737;
    margin-top: 10px;
}
.btn-green {
    display: inline-block;
    width: 228px;
    background: #2fa155;
    box-shadow: 0px 4px 19px rgba(47, 161, 85, 0.35), inset 0px -3px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    padding: 13px 0;
}
.btn-green:hover {
    color: rgba(255, 255, 255, 0.8);
    background: #2FA155;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
}
.sum-warning {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #ee3838;
    padding-top: 16px;
    display: none;
}
.sum-warning.active {
    display: block;
}
.cart-empty-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #5b5b5b;
    padding-top: 14px;
}
.cart-totals p {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #5b5b5b;
    padding-top: 14px;
    margin: 0;
}
.empty-cart-text {
    font-weight: 400;
    font-size: 120px;
    line-height: 141px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #ededed;
    padding-top: 80px;
}
.catalogMobileTop-arrow {
        display: block;
        width: 32px;
        height: 32px;
        margin-right: 10px;
        min-width: 32px;
    }
    .catalogMobileTop-arrow svg {
        display: block;
        width: 32px;
        height: 32px;
    }
    .catalogMobileTop-title p {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .catalogMobileTop-title {
        display: block;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.25px;
        color: #979797;
        width: calc(100% - 42px);
    }
    .catalogMobileTop-title > span {
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0.25px;
        color: #5b5b5b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

@media screen and (max-width: 1199px) {
    .catalog-table-item-favorit-col,
    .catalog-table-col-favorite {
        display: none !important;
    }
}
@media screen and (min-width: 800px) {
    .storestav .storestav_td {
        padding-right: 300px
    }
}



@media screen and (max-width: 1159px) {
    .catalog-table-col-palces,
    .catalog-table-item-places-col {
        display: none !important;
    }
}
@media screen and (max-width: 1099px) {
    .catalog-table-col-price.summa-header,
    .catalog-table-item-price-col.catalog-item-list-value {
        display: none !important;
    }
    .pagination {
        max-width: 631px;
        justify-content: end;
    }
}
@media screen and (max-width: 940px) {
    .catalog-table {
        display: none;
    }
}

@media (max-width: 1350px) {
    .pageCatalog-block {
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .pageCatalog-left {
        display: none;
    }
    .pageCatalog-right {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        left: 0;
    }
}
@media (max-width: 940px) {
	.header-bottom {
    
    margin: 0px 0px;
    margin-top: 0px;
}
    .pageCatalog-block {
        width: 33.3333%;
    }
    .pageCatalog-item .catalog-item-body-top-price {
        align-items: flex-start;
        width: 50%;
    }
    .pageCatalog-item .catalog-item-body-mid {
        display: flex;
        width: 50%;
    }
    .pageCatalog-item .catalog-item-body-bottom-button {
        width: 50%;
    }
    .pageCatalog-item .catalog-item-buttons-add,
    .pageCatalog-item .catalog-item-buttons-addad {
        width: 95%;
    }
    .pageCatalog-item .catalog-item-body-mid {
        width: 100%;
    }
    .catalog-buttons-vid {
        display: none;
    }
    .header-title-container {
        display: flex;
        margin: 0;
    }
    .header-title {
        display: none;
    }
    .catalog-buttons {
        display: flex;
    }
    .sort-mob {
        display: none;
    }
    .catalog-buttons {
        justify-content: flex-start;
    }
    .dropdown-toggle {
        font-size: 13px;
    }
    .catalog-buttons-sort-mobile .dropdown-toggle {
      color: #5F6368 !important;
    }
    .catalog-buttons {
        justify-content: space-between !important;
    }
    .dropdown-menu {
        padding: 0;
        width: 100%;
        min-width: 100px;
    }
    .dropdown-menu.dropdown_custom li {
        padding: 0 20px;
        height: 47px;
    }
    .dropdown {
        position: static;
    }
    .catalog-buttons {
        position: relative;
    }
    .dropdown-menu {
        background: #ffffff;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .catalog-buttons-sort {
        background: transparent;
    }
    .catalog-buttons-sort {
        padding: 0;
        height: auto;
    }
    .dropdown {
        padding: 0;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .catalog-buttons {
        padding-left: 18px;
        padding-right: 18px;
    }
    .catalog-buttons-sort {
        width: 136px !important;
        min-width: 130px !important;
        margin: 0;
    }
    .catalog-buttons {
        margin: 0 0 0px;
    }


    .catalog-buttons-sort-mobile {
        display: flex;
        min-width: 130px !important;
        min-width: 100px !important;
    }
    .catalogMobileTop {
        display: flex;
        align-items: center;
        background: #f7f7f7;
        padding: 8px 7px 8px 10px;
        margin: 0px -20px 0;margin-top: 43px;
    }

    .savecartqumobile {
        background: none;
        font-weight: 500;
        /* color: #5b5b5b !important; */
        box-sizing: border-box;
        border-radius: 0;
        width: 57px;
        /* height: 22px; */
        text-align: center;
        line-height: 10px;
        font-size: 18px;
        padding-top: 4px;
        padding-bottom: 4px;

    }

    .pageCatalog-item__img .pdt.savecartqumobile2 {
        font-size: 11px;
        text-align: center;
        padding-bottom: 0;
    }


    .category-description__image {
        display: none;
    }
    .category-description__wrap {
        display: block;
    }
    .category-description {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 7px 20px;
        background: #ededed;
    }
    .category-title {
        padding-left: 13px;
        margin-right: 20px;
    }
    .category-description {
        margin-bottom: 0;
    }
    #content {
        margin-bottom: 0;
    }
    .mobile-menu-header .arrow-left-back {
        margin-left: 18px;
    }
    .catalog-mobile-menu-close {
        margin-right: 3px;
    }
    .catalog-mobile-menu {
        margin: 10px 14px 10px 18px;
    }
    .category-description.block-close {
        margin-bottom: 0;
    }
    .category-description__wrap {
        display: flex !important;
    }
    .category-description__wrap.hide-wrap p,
    .category-description__wrap.hide-wrap h3,
    .category-description__wrap.hide-wrap h2,
    .category-description__wrap.hide-wrap h4,
    .category-description__wrap.hide-wrap h5,
    .category-description__wrap.hide-wrap .category-description__wrap h6,
    .category-description__wrap.hide-wrap ul,
    .category-description__wrap.hide-wrap img,
    .hide-wrap .category-description__image {
        display: none;
    }
    .category-description__wrap.hide-wrap {
        display: flex !important;
        height: auto !important;
        margin: 11px 0 0 0 !important;
        padding: 0 !important;
    }
    .hide-wrap .category-title {
        margin: 0;
    }
    .category-description::before {
        display: none;
    }
    .category-collapse {
        top: 4px;
    }
    .category-collapse[data-description-close] {
        top: 3px;
    }
    .category-description__wrap {
        margin-top: 11px;
    }
    .category-title {
        margin-right: 33px !important;
    }
}

@media (max-width: 767px) {
    .pageCatalog-block {
        width: 50%;
    }
    .pagination > li > a,
    .pagination > li > span {
        border: none;
        background: transparent;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        border: none;
        background: transparent;
    }
    .bottom-pagination {
        border: none;
    }
    .bottom-pagination #pagid {
        border: none;
        margin: 0 auto;
    }
    .bottom-pagination {
        justify-content: center;
        margin-top: 5px;
    }
    .pagination {
        margin-bottom: 1px;
    }
}

@media (max-width: 576px) {
    .pageCatalog-block {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .pageCatalog-item {
        display: block;
        position: relative;
        padding-left: 80px;
        padding: 2px 2px 3px;
    }
    .pageCatalog-item__img {
        position: absolute;
        left: 7px;
        top: 0;
        width: 72px;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .pageCatalog-item {
        border: none;
        box-shadow: none;
        position: relative;
        border-top: 1px solid #ededed;
        padding-left: 87px;
    }
    .pageCatalog-item__img img {
        width: 100%;
        height: auto;
    }
    .pageCatalog-item__title {
        width: calc(100% - 100px);
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        color: #5b5b5b;
        height: 36px;
    }
    .pageCatalog-item .catalog-item-buttons:first-child {
        display: none;
    }
    .pageCatalog-item .catalog-item-body {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .pageCatalog-item .catalog-item-body-top-price {
        position: absolute;
        right: 7px;
        top: 7px;
        width: 90px;
        align-items: flex-end;
    }
    .pageCatalog-item .catalog-item-body-top {
        display: none;
    }
    .pageCatalog-item .catalog-item-buttons {
        width: 127px;
        margin: 0;
    }
    .pageCatalog-item .catalog-item-body-bottom-button {
        width: 100%;
    }
    .pageCatalog-item .catalog-item-body-mid {
        width: calc(100% - 135px);
        min-width: 95px;
    }
    .pageCatalog-item .catalog-item-buttons-add,
    .pageCatalog-item .catalog-item-buttons-addad {
        width: 100%;
    }
    .pageCatalog-item .catalog-item-body-top-price-desc,
    .pageCatalog-item .catalog-item-body-top-price-date {
        font-size: 9px;
        line-height: 9px;
    }
    .pageCatalog-item .catalog-item-body-bottom {
        margin: 0;
    }
    .pageCatalog-item__favorite {
        width: 23px;
        height: 23px;
    }
    .pageCatalog-item .catalog-item-body {
        margin-top: 10px;
    }
    .catalog-item-body-top-price-date-value {
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-item-body-top-price-date-value::before {
        width: 7px;
        height: 7px;
        right: 0;
        top: calc(50% - 3.5px);
        left: auto;
    }
    .pageCatalog-item .catalog-item-body-top-price {
        white-space: nowrap;
    }
    .catalog-buttons {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .dropdown-menu {
        top: 93%;
    }
    .dropdown-menu {
        border-radius: 0;
    }
    .pageCatalog-items {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 0;
    }
    .pageCatalog-item {
        padding-right: 7px;
        padding-left: 90px;
    }
    .pageCatalog-item .catalog-item-body-top-price {
        right: 7px;
    }
    .pageCatalog-item__img {
        left: 7px;
    }
    .pageCatalog-block:last-child .pageCatalog-item {
        border-bottom: 1px solid #ededed;
    }
    .pageCatalog-item__img img {
        width: auto;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .pageCatalog-item .catalog-item-body-mid {
        width: 105px;
        min-width: 105px;
    }
    .pageCatalog-item .catalog-item-body-bottom {
        width: calc(100% - 113px);
    }
    .pageCatalog-item .catalog-item-buttons {
        width: 100%;
    }
    .pageCatalog-item .catalog-item-body {
        margin-top: 15px;
    }
    .pagination > li > a,
    .pagination > li > span {
        width: 40px;
    }
}

@media (max-width: 1230px) {
    .pageCatalog-block {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .pageCatalog-block {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .pageCatalog-block {
        width: 100%;
    }
}

.catalogMobileTop-arrow svg {
    fill: #5b5b5b;
}

.catalogMobileTop-arrow.disabled {
    pointer-events: none;
}

.catalogMobileTop-arrow.disabled svg {
    fill: #979797;
    opacity: 0.5;
}

/*избранные и корзина моб*/
.wishlistMobile-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    background: #ffffff;
}
.wishlistMobile-btn {
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    color: #eb6320;
    display: inline-flex;
    align-items: center;
}
.wishlistMobile-wrapper .custom-radio {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
    padding: 0;
}
.wishlistMobile-wrapper input[type="checkbox"] + label.custom-radio:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 17px;
    background-repeat: no-repeat;
    background-position: center;
    height: 17px;
}
.wishlistMobile-hide {
    display: none;
}
.wishlistMobile-items {
    margin-bottom: 3px;
}
.wishlistMobile-gray {
    height: 48px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #5f6368;
    position: relative;
}
.wishlistMobile-gray span {
    position: relative;
    z-index: 2;
}
.wishlistMobile-gray::before {
    content: "";
    position: absolute;
    left: -1500px;
    width: 4500px;
    z-index: -1;
    background: #ededed;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    height: 100%;
}
.wishlistMobile-subtitle {
    margin: 26px 0 17px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #979797;
}
.wishlistMobile-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #5b5b5b;
}
.wishlistMobile-big {
    height: 238px;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ededed;
}
.cartMobile-warning {
    height: auto;
    position: relative;
    display: block;
    align-items: center;
    font-weight: 400;
}
.cartMobile-warning #error_q_full {
    padding-bottom: 10px;
    padding-top: 10px;
}

.cartMobile-warning .sum-warning {
    padding: 0;
    position: relative;
    z-index: 2;
}
.cartMobile-warning::before {
    content: "";
    position: absolute;
    left: -1500px;
    width: 4500px;
    z-index: -1;
    background: #f7f7f7;
    height: 100%;
}

.wishlistMobile-wrapper .catalogMobileTop.catalogMobileTop__white {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
}

.wishlistMobile-wrapper .catalog-item-buttons-addad.pointer-events {
    pointer-events: none;
}
.cartMobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 11px;
    position: relative;
}
.cartMobile-bottom::before {
    content: "";
    position: absolute;
    left: -1500px;
    width: 4500px;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.cartMobile-bottom .btn-green {
    height: 42px;
    flex-grow: 1;
    font-size: 13px;
    margin: 0 7px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}

.export_cart_mob {
    margin-left: -10px;
}
.export_cart_mob .go_to_export {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 258.43px;
}
.cartMobile-bottom__text {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #5b5b5b;
    text-align: center;
}
.cartMobile-bottom__text p {
    display: block;
    white-space: nowrap;
    margin: 0;
}

.cartMobile-bottom__text p:last-child {
    margin-top: -6px;
}

@media (max-width: 576px) {
    .wishlistMobile-buttons {
        margin-left: -13px;
        margin-right: -13px;
    }
    .cartMobile-warning .sum-warning {
        width: 280px;
        max-width: 100%;
    }
    .cartMobile-bottom {
        overflow: hidden;
        margin-left: -13px;
        margin-right: -13px;
    }
    .wishlistMobile-gray::before,
    .cartMobile-warning::before {
        left: -20px;
        width: calc(100% + 40px);
    }
}
/*избранные и корзина моб*/

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 99999999999;
    display: none;
}
.loader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 41px;
    height: 41px;
    background: url("../../image/oval.svg") center center no-repeat;
}
.pr11 {
	padding-right: 11px;
}
.checkout-left .inner {
    background: #f7f7f7;
    border-radius: 3px;
    width: 260px;
}
.btn-white {
	display: block;
	padding: 13px 0 12px;
	line-height: 16px;
	text-align: center;
	background: #EDEDED;
	border-bottom: 1px solid #D8D8D8;
	border-radius: 2px;
	font-size: 15px;
	margin-top: 10px;
}
.checkout-right {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 2px solid #EDEDED;
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
}
.checkout-block-header {
    background: #ededed;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
    color: #373737;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
}
.checkout-block .inner {
	padding: 11px 16px 16px;
	background: #f7f7f7;
	border-radius: 0px 0px 3px 3px;
}
.checkout-block .tabs, .checkout-block-mobile .tabs {
	display: flex;
	margin-top: 0;
	margin-bottom: 8px;
}
.checkout-block .tab-btn, .checkout-radio span, .checkout-block-mobile .tab-btn {
	width: 50%;
	height: 37px;
	border-radius: 2px;
	border: 2px solid white;
	background: white;
	font-size: 13px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 10px;
}
.checkout-block .tab-btn {
	width: 50%;
}
.checkout-block .tab-btn.active, .checkout-radio input:checked + span, .checkout-block-mobile .tab-btn.active {
	background: #FFF8F4;
	border: 2px solid #EB6320;
}
.checkout-radio {
	cursor: pointer;
	width: 50%;
}
.checkout-radio input, .shop-item input {
	display: none;
}
.checkout-radio span {
	width: 100%;
	color: var(--color-btn);
}
.input-wrap:not(:last-child) {
	margin-bottom: 8px;
}
.input-wrap label {
	font-size: 12px;
	line-height: 14px;
	color: #8D8D8D;
	display: block;
}
.input-wrap input, .card-info {
	width: 100%;
	height: 33px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid transparent;
	padding: 0 8px;
	font-size: 13px;
}
.form-error {
    color: #EE1111;
    font-size: 13px;
    padding-top: 2px;
    line-height: 15px;
    display: none;
}
.input-wrap.error input {
	border-color: #EE1111;
}
.btn-confirm {
	width: 100%;
	height: 42px;
	background: #2FA155;
	box-shadow: 0px 4px 19px rgba(47, 161, 85, 0.35), inset 0px -3px 0px rgba(0, 0, 0, 0.13);
	border-radius: 3px;
	font-weight: 700;
	font-size: 15px;
	color: #FFFFFF;
}
.btn-confirm.disabled {
	
}
.btn-confirm:hover {
	box-shadow: 0px 4px 19px transparent, inset 0px -3px 0px rgba(0, 0, 0, 0.13);
	color: rgba(255, 255, 255, 0.8);

}
.checkout-block .card {
	padding-top: 14px;
}
.shop-item {
    display: block;
}
.shop-item-wrap {
	width: 100%;
	background: white;
	border: 2px solid white;
	border-radius: 3px;
	display: flex;
	padding: 5px 5px 5px 9px;
} 
input:checked + div.shop-item-wrap {
	background: #FFF8F4;
	border-color: #EB6320;
}
.shop-item-left {
	width: calc(100% - 72px);
}
.shop-item-image {
    width: 72px;
    display: flex;
}
.shop-item-image img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-item-title {
	font-weight: 500;
	font-size: 12px;
	color: black;
	line-height: 14px;
}
.shop-item-text {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    align-items: flex-end;
	font-size: 11px;
	line-height: 13px;
}
.shop-item-text .schedule {
	color: #5f6368;
	padding-right: 10px;
}
.shop-item-text .shop-type {
	padding-left: 10px;
	color: #c4c4c4;

}
.shop-item-text .shop-type svg {
	width: 10px;
    height: 11px;
	margin-right: 2px;
}
.shop-item-text .shop-type span {
    display: flex;
    align-items: center;
}
.card-fields {
    display: flex;
	justify-content: space-between;
}
.input-wrap .card-fields > * {
	width: calc(50% - 2px);
}
.btn-card {
	width: 100%;
	height: 33px;
	background: #EB6320;
	border: 1px solid #EB6320;
	border-radius: 2px;
	font-size: 13px;
	color: #FFFFFF;
}
.card-counter {
	height: 33px;
	background: #FFF8F4;
	border: 2px solid #EB6320;
	border-radius: 2px;
	font-size: 13px;
	line-height: 29px;
	color: #EB6320;
	text-align: center;
}
.form-success {
	font-size: 12px;
	line-height: 14px;
	color: #2FA155;
	margin-top: 5px;
}
.card-info {
    margin-top: 17px;
    display: flex;
    align-items: center;
}
.checkout-bottom {
    display: flex;
    flex-direction: column;
}
.checkout-agree {
	display: flex;
    margin: 15px 0 20px;
    align-items: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #8D8D8D;
	    justify-content: center;
}
.checkout-agree svg {
	width: 22px;
    height: 22px;
	margin-right: 6px;
}
.checkout-agree a {
	color: #5f6368;
}
.cart-info b {
	font-weight: 700;
	color: #5b5b5b;
}
.success-right {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 2px solid #EDEDED;
	margin-bottom: 13px;
}
.checkout-block.success {
	max-width: 635px;
}
.checkout-block.success .inner {
	padding: 52px 34px 65px;
	text-align: center;
}
.success-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #2FA155;
}
.checkout-block.success svg {
	display: inline-block;
	width: 56;
	height: 56px;
	margin: 20px 0 30px;
}
.success-text {
	font-size: 15px;
	line-height: 18px;
	color: #5B5B5B;
}
.success-text b {
	font-weight: 700;
}
.btn-white.back {
	max-width: 230px;
	margin-bottom: 20px;
}
.checkout-block.delivery {
    width: calc(33.33% - 5px);
    margin-right: 10px;
    background: #f7f7f7;
    border-radius: 3px;
}
.checkout-right-right {
    width: calc(66.66% - 5px);
    display: flex;
}
.checkout-block.address {
    width: calc(50% - 5.5px);
    margin-right: 11px;
}
.checkout-block.payment {
	width: calc(50% - 5.5px);
}
.catalogMobileTop.static {
    display: flex;
    align-items: center;
    padding: 54px 7px 8px 10px;
    background: white;
    margin: 0 -20px 0;
    border-bottom: 1px solid #C4C4C4;
}
.page-mobile-grey {
	margin: 0 -20px 0;
    padding: 1px 20px;
	background: #f7f7f7;
	min-width: 320px;
}
.checkout-container {
	max-width: 660px;
    margin: 0 auto 20px;
}
.checkout-block-mobile {
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	padding: 28px 13px 19px;
	margin-top: 10px;
}
.checkout-block-mobile legend {
    border: none;
    padding: 0 9px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #5B5B5B;
    display: block;
    width: auto;
    margin: 0;
}
.mobile-btn-wrap {
	margin: 19px auto 0;
	max-width: 400px;
}
.checkoutMobile-wrapper .btn-confirm {
width: 92%;
    height: 47px;
    margin: 0px auto;
    display: block;
}
.checkout-mobile-success {
    text-align: center;
    padding-top: 26px;
    margin: 0 auto 20px;
    max-width: 290px;
}
.checkout-mobile-success svg {
	width: 56px;
    height: 56px;
    margin: 24px auto 22px;
    display: block;
}
.checkout-mobile-success .success-text {
	margin-bottom: 36px;
}
.checkout-mobile-success a {
	display: block;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 19px;
	border-radius: 3px;
	padding: 12px 0;
}
.btn-success-orange {
	font-weight: 700;
	color: white;
	background: #EB6320;
	border: 2px solid #EB6320;
}
.btn-success-white {
	background: #FFFFFF;
	border: 2px solid #EB6320;
}
.btn-success-transparent {
	border: 2px solid transparent;
}
.checkout-cart input[type="checkbox"] + label {
    padding-left: 20px;
}
.filterhead { background: #EDEDED;
border-bottom: 1px solid #D8D8D8;
border-radius: 3px 3px 0px 0px;font-weight: 700;
font-size: 14px;
line-height: 16px; padding: 10px 20px; position: relative; 
color: #696A6C;}
.filterhead button { float:right; border:0px;  background:none; position:absolute;  right:5px; top:10px; }
.filterhead button svg { fill:#5F6368; }
.filterhead button:hover svg { fill:#FF6800; }
.filterbox {background: #F7F7F7;
border-radius: 0px 0px 3px 3px;
}
.filterlist { padding:10px;padding-top: 0px; }
.catalog-conteiner-filters { width:300px; }
.podcatl { width:100%; position:relative; cursor:pointer; }
.podcatl input{ opacity:0; position:absolute; }
.podcatl span { display: inline-block; width:100%; padding: 4px 10px; padding-right:20px;font-weight: 400;
font-size: 13px;
background: #FFFFFF; 
border-radius: 3px; border:1px solid transparent;
color: #5B5B5B; }
.podcatl span:first-letter {
    text-transform: uppercase;
}
.listcategory .podcatl span {}
.contanercat { height:20px; overflow: hidden; }
   .catnames {display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
   text-overflow: ellipsis;}
.podcatl input:checked + span , .podcatl.active span , .podcatl:hover span { border:1px solid #ff6800;background: #FFF8F4;}
.selectnull span {}
.podcatl sup { position:absolute; right: 5px;
    top: 9px;font-weight: 400;
font-size: 10px;

color: #5B5B5B; }
.filtername {font-weight: 500;
font-size: 13px;
line-height: 15px;padding: 3px;
letter-spacing: 0.25px; margin-bottom: 3px;
margin-top: 10px; padding-left: 10px;
color: #5B5B5B;}
#filternopr + span:before {width: 28px;
height: 28px; display: inline-block; content: '';background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
border-radius: 3px;float: left;
    margin-right: 10px;border: 1px solid transparent;
    margin-top: -5px;}
label.filternopr span ,label.filternopr{ background:none;padding-left: 0px; padding-right:0px; }
label.filternopr:hover span:before {border: 1px solid #EB6320 !important;}
.price-filter .noUi-touch-area {width: 16px;
height: 16px; border-radius: 50%;
background: #EB6320;}
label.filternopr:hover span:hover { background:none !important; }
.price-filter .noUi-connect {background: #EB6320;}
.price-filter .noUi-horizontal { height:4px; border:0px !important;    width: 92%;
    margin: 0px auto; }
.price-filter .noUi-handle { border:0px; box-shadow:none; background:none; }
.noUi-handle:after, .noUi-handle:before { display:none !important; }
.price-filter .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 28px;
    right: 0px;
    top: -6px;     right: -10px;
}
.price-filter .noUi-handle.noUi-handle-upper {
   /right: -2px;
}
.flt-controls-values { display:flex; width: 100%; margin-bottom: 20px;}
.flt-controls-values input {background: #FFFFFF;font-weight: 400;
font-size: 13px;
line-height: 15px;
display: flex;
align-items: center; padding: 6px 10px;

color: #5B5B5B;
border-radius: 3px; width: 100%;}
.flt-controls-values > div { width:45%; } .flt-controls-values > span { width:10%; text-align:center; font-weight: 400;
font-size: 13px;line-height: 23px;}
.filternopr { margin-top:20px !important; margin-bottom:10px; }
.filternopr input:checked + span { border: 1px solid transparent;background: none; }
.filternopr   svg { display:none;   
    position: absolute;
    left: 7px;
    top: 5px;
}
#button-filter:hover { background:#FF6800 !IMPORTANT; }
.filternopr input:checked + span + svg { display:block; }
.filternopr input:checked + span:before {border: 1px solid #EB6320 !important;}
#button-filter {background: #EB6320; padding: 8px;
box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
border-radius: 3px;color: #fff;  width:100%; text-align: center; border: 0px;height: 42px;
font-size: 15px;}
.resetfilter { margin-top:10px;border: 2px solid #EB6320;
border-radius: 3px; display: inline-block; width:100%;text-align: center;height: 42px;
font-size: 15px;color: #EB6320; padding: 8px;}
.panel-default { border:0px; }
.filternopr:hover span , .filternopr span:hover { border: 1px solid transparent !important; }
.activefil .filtertitle:after {width: 8px;
height: 8px; display: inline-block; content: '';border-radius: 50%;
    top: 6px;
    position: absolute;

background: #EB6320;}
.dropdown-toggle.activefil span:after {width: 8px;
height: 8px; display: inline-block; content: '';border-radius: 50%;
    top: 6px;
    position: absolute;

background: #EB6320;}
#livesearch_search_results li:first-child {
 padding-top: 5px;
    background: white;
}
.pagination_button {
    margin: 15px 12.5px 0;
    width: calc(100% + -10px);

    font-weight: 500;
    background-color: #f2f2f2 !important;
    color: #5b5b5b !important;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;;

}











.box.latest .pageCatalog-items {
    flex-flow: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.Homelist {
    display: flex;
    flex-flow: nowrap;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    margin-left: -1px;
}
.Homelist .jobitem {
    width: 16%;

    min-width: 219px;
}




.user_reset_text {
    color: rgb(91, 91, 91);

    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.25px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 235px;
    padding-top: 15px;
}

#livesearch_search_results {
    padding: 5px 0 !important;

    text-align: left;

    margin-top: 0px;
    background: none;
    opacity: 1;
    display: block;
    padding-bottom: 0px !important;
    height: 100% !important;
    display: none;


    position: static;
}
#livesearch_search_results.done {
    display: block;
}


li.catitem.clearh>div {
    display: block;
    background: #F2F2F2;
    width: 200px;
    text-align: center;
    margin: 2px;
    float: right;
    margin-top: 0px;
    border-radius: 3px;
    margin-bottom: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #5B5B5B;
    margin-right: 6px;

    position: static;


}
.pre_search_res {
top: 100%;

    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 2px;
    border-radius: 3px;
    border: 2px solid #FF6800;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-y: hidden;
    display: none;
    max-height: calc(100vh - 100px);
    margin-top: -1px;
}

.pre_search_res.done {
    display: block;
    max-width: 620px;
}




#livesearch_search_results li { position:relative; }
#livesearch_search_results a { display:inline-block; padding: 9px 21px; padding-right:40px; font-weight: 400;
font-size: 15px;
line-height: 12px;
 
color: #5B5B5B;}
.nameitem {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;line-height: 20px;margin-bottom: -3px;
    text-overflow: ellipsis;max-width: 280px;
}
#livesearch_search_results li img {position:absolute; top:5px; right:5px; width:40px;margin: 0px;}
#livesearch_search_results .catitem a:after { display:inline-block; content:'';Width:8.34px; Height:15px; background:url(../../image/vec.svg) no-repeat; position:absolute; top:16px; right:14px; }
#livesearch_search_results .type {font-size: 11px;
 color: #C4C4C4;}
#livesearch_search_results .seitem a:after {
    display: inline-block;
    content: '';
width: 24px;
height: 24px;
    background: url(../../image/icon23.svg) no-repeat;
    position: absolute;
    top: 12px;
    right: 11px;
}/*
#livesearch_search_results li:hover a:before {background: rgba(255, 93, 0, 0.05); position: absolute; top:0px; left:0px; display:block; content:''; width:100%; height:100%;    z-index: 9999999;}
*/
.clearsearch:before { content:''; display: block;width: 26px;
height: 0px;
border: 1px solid #F7F7F7;
transform: rotate(90deg);position: absolute;
    right: -26px;
    top: 6px;}
.header-bottom-search-button:hover {background-color: rgba(255, 93, 0, 0.05);}
@media (max-width: 1350px) {
	.checkout-block.delivery {
		width: calc(50% - 6px);
		margin-right: 12px;
	}
	.checkout-right-right {
		display: block;
		width: calc(50% - 6px);
	}
	.checkout-block.address {
		width: 100%;
		margin: 0 0 12px;
	}
	.checkout-block.payment {
		width: 100%;
	}
}
@media (max-width: 992px) {
    .checkout-block.delivery {
		width: 100%;
		margin: 0 0 12px;
	}
	.checkout-right-right {
		width: 100%;
	}
}
@media (max-width: 920px) {
    .checkout-block.success .inner {
		padding: 39px 34px 60px;
	}
}
@media (max-width: 767px) {

    #livesearch_search_results {
        max-height: calc(100vh - 140px) !important;
        position: absolute !important;
        overflow-y: auto !important;
        height: auto !important;
    }

    .checkout-block.success .inner {
		padding: 39px 20px 60px;
	}



}
@media (max-width: 450px) {
	.page-mobile-grey {
		padding: 1px 7px;
	}
	.checkout-mobile-success {
		max-width: 243px;
	}
	.checkout-mobile-success .success-title {
		font-size: 16px;
	}
	.checkout-mobile-success .success-text {
		max-width: 200px;
		margin: 0 auto 36px;
	}
}

.filterbox .panel-default { display:none; }
.opacity { opacity:0.3; }
.dropdown-menu-filter { display:none; }

@media screen and (min-width: 940px) { 
    .podcatl span ,  .flt-controls-values input {height: 28px;
}
}


@media screen and (max-width: 940px) {
	#livesearch_search_results {
     
    padding: 0px 0 !important;
    border-radius:0px;
        margin-top: 1px;
}
 .flt-controls-values input {
    background: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    color: #5B5B5B;
    border-radius: 3px;
    width: 100%;
}
.pageCatalog-items { margin-top:0px; }
.catalog-buttons {border-bottom: 1px solid #EDEDED;}




    #filternopr + span:before { display:none; }
    .filternopr input:checked + span {border-bottom: 1px solid #ff6800 !important;}
    label.filternopr span { border: 0px;    border-bottom: 1px solid #DEDEDE !important;}
    .dropdown-menu-filter.active { display:block;  margin: 0px -20px; margin-top: 20px;    margin-top: -5px;}
    .podcatl { background:none; }
    .filterbox .panel-default { display:block; }
    #loadfiltermob .filterhead  { display:none; }
.filternopr input:checked + span + svg {
    display: none;
}
.filtername {font-weight: 700;background: #F7F7F7;;
    width: auto;font-weight: 700;
    display: inline-block;   margin-top: -20px; position: absolute;
    padding: 0px 5px;
font-size: 14px;  
    }
.filteritem {border: 1px solid #C4C4C4;position: relative; padding-top: 20px;
border-radius: 6px; padding: 10px; margin-bottom: 20px;
   position: relative;
    }
  .podcatl input + span {background: none; border: 0px; border-bottom: 1px solid #DEDEDE;
    padding: 10px 10px;    padding-left: 0px;border-radius: 0px;}  
    .podcatl input:checked + span, .podcatl.active span, .podcatl:hover span {
    border: 0px solid #ff6800; border-bottom: 1px solid #ff6800; border-radius: 0px; background: none;
}
label.filternopr:hover span:hover { border: 0px !important;
    background: none !important;border-bottom: 1px solid #ff6800 !important;
}
.podcatl sup { display:none; }
.podcatl input:checked + span:after , .podcatl.active span:after { display: inline-block;
    width: 18px;
    height: 14px;
    content: '';
    background: url(../../image/chek.svg) no-repeat;
    position: absolute;
    right: 0px;top: 10px;
} 
.filterlist {
     
    padding-top: 20px;
}
.dropdown-toggle {
     
    justify-content: flex-start;
}
#openfilter {
    justify-content: end;
}
.dropdown-toggle.activefil span:after {
   
    top: 11px;
    }
}
.filterhead { cursor:pointer; }
.dropdown .dropdown-toggle svg { stroke:#FF6800;margin-left: 10px; }
.dropdown.open  .dropdown-toggle svg { stroke:#FF6800;transform: rotate(180deg); }
.dropdown.open { border-bottom:2px solid #FF6800;  }
.dropdown_custom { padding-top:15px; }
.hidef .filterlist { display:none; }
.hidef .filterhead  button { display:none; }
.searchname { color:#EB6320; }
.norezults { color:#979797;    width: 100%; margin-bottom:40px; margin-top:0px;background: #F7F7F7; display: inline-block;
border-radius: 3px; padding-top: 75px; padding-bottom:105px;
min-height: 504px;}
.norezults h2 {font-weight: 400;color:#979797;
font-size: 60px; margin-bottom: 20px;}
.norezults p {font-weight: 400;
font-size: 18px;}
.devider  {  border-bottom: 1px solid #EDEDED; }
.over {     opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #381300 ;
    z-index: 9999;
    width: 100%;
    height: 100%; display: none;}
.over2 {     opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #381300 ;
    z-index: 200;
    width: 100%;
    height: 100%; display: none;}	
.over.active , .over2.active {display: block;}
.over2.active {display: none;}
@media screen and (max-width: 940px) {
    .box.latest .pageCatalog-items {
        display: flex;
    }
	
#livesearch_search_results .seitem a:after {
   
    right: 5px;
}
	
	
.norezults {   padding-bottom:35px; color: #5B5B5B;}    
    .poiskbox { margin:0 -20px; }
  .poiskbox  .pageCatalog-items { margin:0px !important;    width: 100%; }
.norezults p { 
font-size: 16px;}  
.poiskbox .viewed { display:none; }
 .norezults h2   {font-size: 24px; margin-bottom:10px !important;color: #5B5B5B; margin-top: 40px !important;}
.show-mobiles { display:block !important; }

.search-btn {
        background-color: transparent; position: absolute; right: 0px;position: absolute;
right: 10px;
    top: 8px;
  background: none;
-webkit-appearance: none;
border-radius: 0;  
}
.search-btn svg { stroke:#fff;  }
.search-btn span {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.active2 #searchmob {    position: fixed;
    width: 100%;
    background-color: var(--color-orange-main);
    padding: 2px;
    right: 0px;
    top: 0px; }

#searchmob input {-webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out; width: 0px;background: #FFFFFF;
border-radius: 3px; height: 40px; opacity: 0;

  }
 .active2 #searchmob input {  width:100%; opacity: 1;float: right;padding-left: 20px;font-weight: 400;
    font-size: 15px;}
.active2 .search-btn svg { stroke:var(--color-orange-main);  }
.active2 .clearsearch { display:block; }
.active2 .search-btn svg path {
    stroke: var(--color-orange-main);
}
.active2 .search-btn svg rect {
    fill: var(--color-orange-main);
}
}

@media screen and (prefers-color-scheme: dark) {
    
    .top-navbar-mobile-search .top-navbar-mobile-search .search-bar input {
        box-shadow: 0 0 0 0.4em #f1f1f1 inset;
    }
    .top-navbar-mobile-search .top-navbar-mobile-search .search-bar input:focus,
    .top-navbar-mobile-search .top-navbar-mobile-search .search-bar input:valid {
        background: #3d3d3d;
        box-shadow: 0 0 0 0.1em #3d3d3d inset;
    }
}

.clearsearch {
    position: absolute;
    background: no-repeat;
    right: 67px;
    top: 13px; display: none;
}
#searchmob { min-width:50px;}
.adreslist label {  width:100%; cursor:pointer; }
.itemard label {
    font-weight: 500;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #fff; border: 2px solid #fff;
    border-radius: 3px;
}
#shipping1 .itemard {
    padding: 3px 0px;
    margin-bottom: 5px;
}
#shipping1 .adreslist input { position: absolute; opacity:0;}
#shipping1 .adreslist input:checked + .itemard label {border: 2px solid #EB6320;    background: #FFF8F4;}

#shipping1  .add_addr {
    padding: 3px 0px; margin-bottom:10px;
}
.bigcheck { position: relative;  }
#checkout-form .bigcheck label {padding-left:50px;font-size: 13px; padding-top:13px; color:#000;}
#checkout-form .bigcheck input { position: absolute; opacity:0; }
#checkout-form .bigcheck label:before { content:''; display: inline-block;height:37px; width:37px; border-radius:2px; border:2px solid #EB6320; position: absolute; left:0px; top:5px;transform: none; }
#checkout-form .bigcheck input:checked + label:after { background: url(../img/check.svg) no-repeat;display: inline-block; width:27px; height:27px;content:''; position:absolute; left: 6px;
    top: 10px; }
   .add_addr button {
    background: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 20px;
    width: 100%;
    border: 2px solid transparent;
}
.add_addr button.active {border: 2px solid #EB6320; background:#FFF8F4;}
.bigcheck { display: none; }
.bigcheck.active { display: block; }
.boxform .bigcheck  { display: block; }

.boxform .bigcheck label {padding-left:0px;font-size: 13px;  color:#000; display: flex;
  justify-content: left;    flex-wrap: wrap;width: 100%;
  align-items: center;}
.boxform .bigcheck label span.chk { height:37px; width:37px; border-radius:2px; border:2px solid #EB6320;display: block; margin-right:10px; }

.agre-checkbox span.chk { height:37px; width:37px; border-radius:2px; border:2px solid #EB6320;display: block; margin-right:10px;
    width: 37px;
    height: 37px;
}
.agre-checkbox.error span.chk {
    border-color:red
}

.agre-checkbox input[type="checkbox"] + label:before {display: none !important;}


#optform .agre-checkbox.error {
    display: block !important;
}

#optform .agre-checkbox input:checked + label:after {
    top: 7px;
}


.textp {
    max-width: calc(100% - 59px);
    font-size: 13px;
}

.agre-checkbox label.agr_check {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    position: relative;
    padding-left: 0px;
    align-items: center;

}
.agre-checkbox input[type="checkbox"]:checked + label:before {
    display: none !important;
}


.agre-checkbox span {color:black}
.agre-checkbox input:checked + label:after {
    background: url(../img/check.svg) no-repeat;
    display: inline-block;
    width: 23px;
    height: 23px;
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;

}


.boxform .bigcheck label:before { background: url(../img/check2.svg) no-repeat;display: inline-block; width:27px; height:27px;content:''; position:absolute; left: 6px;
    border: 0px;
    top: 10px; }
.boxform .bigcheck input:checked + label:after { background: url(../img/check.svg) no-repeat;display: inline-block; width:27px; height:27px;content:''; position:absolute; left: 6px;
    top: 10px; }
   .add_addr button {
    background: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 20px;
    width: 100%;
    border: 2px solid transparent;
}
.boxform .bigcheck input:checked + label:before { display: none }
.boxform .bigcheck {
  display: flex;
  justify-content: left;
  align-items: center;
}
.boxform .bigcheck .catnem { width:80%; }
.boxform .bigcheck .catnem {display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

#optform .boxform   label   { margin-bottom:0px; margin-top:0px; }
.ff {
    margin-bottom: 3px !IMPORTANT;
}
#optform + .boxform.noborder { margin-bottom:0px; padding-bottom:0px; padding-top:0px;}
#askforma .formsogl { margin-bottom:10px;}
.noborder { border:0px !important; }
#optform .boxform { margin-bottom:0px; }
#checkopt { margin-top:0px; margin-bottom:5px; }
#optform .error { display:none; }
#opt_suc .succmess { font-size:14px; color:#5B5B5B; font-weight:400; margin-bottom:30px; }
#opt_suc .rephed { color:#2FA155; font-size:16px; font-weight:700; }
#closeoptsucc {
    background: #ff6800;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 100%;
    text-align: csenter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 10px;
    box-shadow: inset 0px -3px 0px rgb(0 0 0 / 13%);
    filter: drop-shadow(0px 4px 20px rgba(255, 104, 0, 0.25));
}

.export_title {
    text-align: left;
    padding-left: 20px;
}

.linkinput_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    color: #8d8d8d;
    padding-left: 10px;
}


.go_to_export {
    width: 279px;
    height: 37px;
    border-radius: 3px;
    background: #f2f2f2;
    background-blend-mode: normal;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-bottom: 10px;
    margin-top: -47px;
}
.go_to_export img{
    margin-left: 10px;
    width: 20px;
}
.export_mobile {
    margin-right: 20px;
}
.export_mobile img {
    width: 30px;
}

.linkinput_text_input {
    width: 100%;
    height: 33px;
    border-radius: 3px;
    background: #ffffff;
    background-blend-mode: normal;
    font-size: 13px !important;
    padding-left: 10px;
}

.copy_link_content {
    background: #f7f7f7;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.export_text {
    color: #8d8d8d;
    font-size: 13px !important;
    text-align: left;
    border-top: solid #ededed;
    padding-top: 10px;
}

.export_copy_but {
    background: #ff6800;
    color: white;
}

.export_copy_but:hover {
    background:#EB6320;
    color: white;
}

.copy_link_content .reg_suc {
    padding-bottom: 1px;
}
.copy_success {
    color:#2FA155;
    display: none;
    font-size: 14px;
    margin-top: 10px;
}

#opt_suc .ccheck {
    margin-bottom: 20px;
}
.modal-backdrop {
    background: #381300 !important;
}
.ctext { color:#5B5B5B; font-size:12px; margin-bottom:15px; }
.prmn-cmngr-cities .close {
    height: 44px;
    width: 44px;padding: 10px;position: absolute;
    right: 0px;
}

td.catalog-table-item-price-col.quantity_in_cart_col {
    text-align: center;

}

.addalltocart {
background: #ff6800;
color: white;
}


td.catalog-table-item-price-col.quantity_in_cart_col.havecart {
    color: #50A34E;

}

td.catalog-table-item-price-col.quantity_in_cart_col.nohavecart {
    color: #979797;
}


@keyframes gradient {
    0% {
        background: radial-gradient(circle at center, rgba( 255, 125 , 125, 0 ) 0%, #fff 0%, #fff 100%);
    }
    25% {
        background: radial-gradient(circle at center, rgba( 255, 125, 125, 0.3 ) 24%, #fff 25%, #fff 100%);
    }
    50% {
        background: radial-gradient(circle at center, rgba( 255, 125, 125, 0.5 ) 49%, #fff 50%, #fff 100%);
    }
    75% {
        background: radial-gradient(circle at center, rgba( 255, 125, 125, 0.8 ) 74%, #fff 75%, #fff 100%);
    }
    100% {
        color: #fff;
        background: radial-gradient(circle at center, #f88 99%, #fff 100%, #fff 100%);
    }
}


.container2 figure,.scroll-container figure {

    height: 234px;


}
.container2 figure.landscape {

}
.container2 .landscape .cats_ul ul:first-child, .scroll-container .landscape .cats_ul ul:first-child {
    padding-right: 25px;
}






.scroll-container figure,.container2 figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
}

.container2 figure > img,.scroll-container figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
}




.scroll-container figure,.container2 figure {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 3px;
}






.scroll-container figure a,.container2 figure a {
    color: black;
    line-height: 75%;
    text-decoration: none;
}

.scroll-container 	figcaption,.container2 	figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
}

 .container2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: masonry;
    gap: 10px;
     grid-auto-flow: dense;
}
.scroll-container figure {
    width: 276px;
    height: 176px;
}
.scroll-container .grid-wrapper {
    height: auto;
    padding-bottom: 10px;
}
.catalog_main_page .homeheading.relative {
    margin-top: 10px;
}
.scroll-container .landscape {
    width: 566px;
}
.catalog_main_page {
    margin-bottom: 40px;
}
.scroll-container .capt_name_cat a {
    display: block;
    white-space: normal;
    line-height: 18.4px;
}

.container2 .landscape,.scroll-container .landscape {
    grid-column-end: span 2;
}

.newoldcat {
    display: flex;
}
.newoldcat_but {
    display: flex;
    width: 170px;
    background: #f2f2f2;
    height: 38px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: relative;
    color: #5B5B5B;
}

.newoldcat_but:nth-child(1):after {
    content:"";
    position: absolute;
    width: 1px;
    height: 26px;
    right: 0px;
    top:calc(50% - 13px);
    background: #dedede;
}


.newoldcat_but svg,.newoldcat_but img {
    margin-right: 10px;
}
.newoldcat_but svg path {
    fill:#5b5b5b
}
.newoldcat_but.act svg path {
    fill:#eb6320;
}
.newoldcat_but.act {
    color: #eb6320;
}
.newoldcat_but {
    cursor: pointer;}

.newoldcat_but:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.newoldcat_but:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.title-cont-kattov-close {
    border-radius: 3px;
}


@media only screen and (max-width: 941px) {
    .catalog_main_page {
        margin-bottom: 20px;
    }
    #slideshow0 {
        margin-bottom: 0px !important;
    }
    .scroll-container figure {
        width: 124px;
        height: 78px;
    }

    .scroll-container .landscape {
        width: 256px;
    }
    .scroll-container figure a {
        font-size: 11px;
    }
    .scroll-container .capt_name_cat a {
        line-height: 12.4px;
    }
    .capt {
        position: absolute;
        top: 6px;
        left: 22px;
        width: calc(100% - 17px);
    }


    .catalog-menu-subcat {
        line-height: 32px;
    }

    .catalogMobileTop .catalog-buttons {
        border: none;
    }
    .capt_name_cat {
        margin-left: 0px;
    }
    .catalogman .catalogMobileTop {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 48px;
    }

    .container2 {
        grid-template-columns: repeat(2, 1fr);
        margin-left: -7px;
        margin-right: -7px;

    }
    .container2 figure {
        height: 94px;
    }

    .container2 .capt {
        width: 100%;
        height: 98%;
        left: 0;
        padding-left: 8px;
        top: 0;
        padding-top: 3px;
    }
    .container2 .capt_name_cat {     font-size: 14px;
        line-height: 16px;}
    .container2 .cats_ul,.white_st {
        display: none !important;}

    .container2 .capt_name_cat a{

    }

}

@media only screen and (max-width: 1499px) and (min-width: 1330px)  {
    .container2  figure {
        width: 100% !important;
    }


}

@media only screen and (max-width: 1329px) and (min-width: 941px)  {
    .container2 figure {
        width: 100% !important;
    }
    .container2 {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media only screen and (max-width: 940px) and (min-width: 767px) {
    .newoldcat {
        display: none;
    }
}
@media only screen and (max-width: 768px) and (min-width: 640px)  {
    .container2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px)  {


    .container2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px)  {
.box.latest .pageCatalog-items {
    display: block;
}
}

@media only screen and (max-width: 1499px) {
.catalogman .catalogMobileTop {
    margin-top: 5px;
}
}
