.top-menu-screen-site {
    pointer-events: all;
    width: 100vw;
}
.desktop-header {
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 4;
    transition: all .5s ease;
    position: fixed;
}
.position-menu {
    position: relative;
    transition-duration: 500ms;
    padding: 45px 0;
}
.width-line {
    min-width: 990px;
    max-width: 1440px;
}
.position-menu {
    position: relative;
    transition-duration: 500ms;
    padding: 0;
}
.header-logo {
    display: flex;
    padding: 30px 0;
    align-items: center;
    width: 97%;
	transition: all .5s ease;
}
.contact {
    width: 85%;
}
.header-logo>div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.header-logo>div.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 15%;
    min-width: 170px;
}

.des-header {
    width: 60%;
    vertical-align: middle;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-weight: revert;
    color: revert;
    font-size: revert;
    line-height: revert;
}

.logo .phone-header {
    display: none;
}

.lk-cont {
    font-weight: 400;
    position: relative;
    border: solid 1px #ccc;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    width: 11%;
    min-width: 127px;
    right: revert;
    top: revert;
}
.phone-header {
    font-size: 17px;
    color: #56585B;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 38px;
    justify-content: center;
    min-width: 180px;
}
a.phone-click {
    color: #000;
    text-decoration: none;
}
.phone-header a.phone-click {
    position: relative;
    padding: 0 14px 0 30px;
}
.FullCatalog {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 0 18px 0 40px;
    background: #008d42;
    height: 38px;
    display: flex;
    align-items: center;
    width: 117px;
}
#showFullCatalog {
    padding-left: revert;
}
.des-header .form-search-filter-cont {
    width: 93%;
}
.form-search-filter-tab {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.des-header .form-search-filter-cont .form-search-filter-tab:nth-child(1) {
    width: 100%;
}
input.form-number-one, select.form-number-one {
    height: 50px;
    outline: none;
}
input.form-number-one, textarea, select.form-number-one {
    border: solid 1px #d3d3d3;
    border-radius: 0;
}
input.form-number-one, select.form-number-two, textarea, select.form-number-one {
    font-size: 15px;
    width: 100%;
    padding: 0 4%;
    font-family: 'Open Sans', Arial, sans-serif;
}
select.form-number-one {
    width: auto;
}
.des-header input.form-number-one {
    margin: 0;
    font-size: 13px;
}
.des-header input.form-number-one, .des-header button.button-callback {
    height: 38px;
    background: #e3d9db1f;
}
.des-header .form-search-filter-cont .form-search-filter-tab:nth-child(2) {
    width: 10%;
}
.des-header button.button-callback {
    padding: 0;
    width: 40px;
    background: #008d42;
}
header button.button-callback img {
    width: 18px;
}
.lk-cont:before,.phone-header:before {
	content:none;
}
.menuClient {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.lk-cont .tit-menuClient {
    font-size: 13px;
    text-decoration: none;
    padding-right: 11px;
    cursor: pointer;
}
.lk-cont .tit-menuClient:before {
    border: 5px solid transparent;
    border-top: 5px solid #000000;
    transform: rotate(0deg);
    top: 7px;
    opacity: 0.7;
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    dominant-baseline: alphabetic;
    display: block;
    bottom: 0;
    margin: auto;
    right: 8px;
}
.menuClientCont {
    display: none;
    position: absolute;
    left: -1px;
    top: 37px;
    width: max-content;
    text-align: left;
    background: #fff;
    box-shadow: rgb(0 0 0 / 14%) 0 12px 13px -3px;
    padding: 8px 0;
}
.menuClientCont a {
    display: block;
    padding: 3px 12px;
    font-size: 13px;
    color: #000;
}
.callback-header {
    width: auto;
    justify-content: flex-end;	
    display: flex;	
}
.phone-header {
	width: auto;
}
.phone-header a.phone-click:before {
    content: "";
    background: url(img/icon-phone.png) no-repeat center center;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px auto;
}
header button.button-callback {
    font-size: 13px;
    padding: 10px 20px;
}
.logo-cont img {
    width: 165px;
}
.FullCatalog:before {
    left: 27px;
	background-color: #ffffff;
}
.FullCatalog:after {
    left: 12px;
    background-color: #ffffff;
}
.FullCatalog:hover {
    color: #fff;
}
.fixed .logo img {
    width: 165px;
}
.fixed .lk-cont {
    display: revert;
}
.desktop-header.fixed {
    box-shadow: rgb(0 0 0 / 14%) 0 0px 13px -1px;
    position: fixed;
	padding: 10px 0;
}
.fixed .header-logo {
    padding: 8px 0;
    transition: all .5s ease;
	margin: 0;
}
.fixed .position-menu {
    margin: 0;
    transition-duration: 800ms;
}
section {
    padding-top: 115px;
    flex: 1 1 auto;
}

.ShowPad {
    position: absolute;
    left: 0px;
    top: 59px;
    text-align: left;
    z-index: 1;
    width: 100%;
    display: none;
}
.ShowPad-cont {
    box-shadow: rgb(0 0 0 / 14%) 0 6px 15px -3px;
    text-align: center;
    background: #fff;
    pointer-events:all;
    padding: 0;
    position: fixed;
    top: 1px;
    z-index: 3;
    width: 100vw;
    overflow-y: auto;
    height: 100%;
}

.fullCatalogWindow.ShowPad.ShowPad-cont.openFullCatalogWindow {
    display: block;
}
.orig-maket {
    height: auto;
    min-height: 100%;
    overflow: hidden scroll;
    width: 100vw;
}
html.activ-maket, html.activ-filter {
    pointer-events: none;
    inset: 0;
    overflow: hidden;
    height: auto;
    min-height: 100%;
}
.left_menu_sub-tab {
    width: 100%;
    text-align: left;
    height: 100%;
    overflow-y: auto;
    padding: 0 40px;
	position: relative;
}
.ContMenu {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 15px;
    display: grid;
    padding: 50px;
    background: #fcfbfb;
}
.gen-PodMenu {
    font-weight: 700;
}
.dop-PodMenu {
    padding: 3px 0 0 20px;
    font-size: 14px;
}
.dop-PodMenu>div {
    display: list-item;
}
.left_menu_sub-tab h3 {
    font-size: 26px;
}
.activ-maket .FullCatalog:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    background-color: #fff;
    width: 15px;
}
.activ-maket .FullCatalog:after {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    width: 15px;
}
.menuClientOn~.menuClientCont {
    display: block;
}
.menuClientCont a {
    text-decoration: none;
}
.width-line.page-width-line {
    padding: 0;
}
.text-att-message svg {
    width: 20px;
}







.list_video_cont .videoListBox {
    height: 100%;
    display: none;
    vertical-align: middle !important;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    border: 0;
    left: 0;
    top: 0;
}
.list_video_cont .vLoaderBox {
    display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.list_video_cont .video-item:hover .news-index-img {
    opacity: 1;
}
.list_video_cont .news-index:hover .news-index-cont {
    position: relative;
    opacity: 1
}

.cont-like span.tovar-izbran {
    position: inherit;
}
.cont-like {
    width: max-content;
    display: flex;
    align-items: center;
}
.stat-videoBox span {
    color: #000;
    font-size: 14px;
}
.text-videoBox {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}
.stat-videoBox button.button-callback {
    margin-top: 25px;
}
.menu-proile svg {
    width: 20px;
    height: 20px;
	min-width: 20px;
}
.cont-balans svg {
    margin-bottom: auto;
}
.text-balans {
    margin: auto 0;
}

.imgall img {
    width: 100%;
}
.comp-cont ul, .comp-cont ol{
    color: #000;
	column-count: 2;
	font-size: 17px;
    line-height: normal;
    font-weight: 100;
}
.comp-cont ul li, .comp-cont ol li {
    margin-left: 30px;
    padding-bottom: 30px;
	break-inside: avoid;
    page-break-inside: avoid;
}

.comp-cont-disc {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
    align-items: center;
	padding: 50px 0;
}
.box-comp-disc {
    font-size: 21px;
    line-height: normal;
    color: #000;
    font-weight: 100;
}
.box-comp-disc h2 {
    margin-top: 0;
}
.sub_menu_sale::before {
    content: '';
    background: url(/img/icon-fire.png) no-repeat center center #fff;
    width: 13px;
    height: 13px;
    position: absolute;
    background-size: contain;
    top: 4px;
    left: -21px;
}
.sub_menu_sale, .sub_menu_new {
    position: relative;
}
.sub_menu_sale .total_items {
    color: #f74a58;
}
.sub_menu_sale a {
    position: relative;
    color: #f50000;
}
.sub_menu_new::before {
    content: '';
    background: url(/img/icon-new-z.png) no-repeat center center #fff;
    width: 17px;
    height: 17px;
    position: absolute;
    background-size: contain;
    top: 0px;
    left: -23px;
}
.sub_menu_new a {
    color: #00a912;
}
.sub_menu_new .total_items {
    color: #00a912;
}
.list-filter .NewIcon, .list-filter .SaleIcon {
    letter-spacing: normal;
    font-size: 10px;
    padding: 3px 7px;
}
.novinki .article-category h4::before {
    content: '';
    background: url(/img/icon-new-z.png) no-repeat center center #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    top: -3px;
    left: -3px;
}
.novinki .article-category h4 {
    color: #32c900;
    position: relative;
    width: max-content;
    overflow: revert;
	padding-left: 20px;
}
.sale .article-category h4 {
    color: #f30029;
    position: relative;
    width: max-content;
    overflow: revert;
	padding-left: 20px;
}
.sale .article-category h4::before {
    content: '';
    background: url(/img/icon-fire.png) no-repeat center center #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    top: -3px;
    left: -3px;
}
.comp-cont-pref {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
    align-items: start;
    padding: 50px 0;
}
.comp-box-pref {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 20px;
}
.comp-box-pref .imgall {
    max-width: 110px;
}
.text-box-pref {
    font-size: 17px;
    text-align: center;
    color: #000;
    margin-top: auto;
    margin-bottom: auto;
	width: 100%;
}
.page-contacts .contacts-menu-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.page-contacts.contacts-cont .menu-filter {
    flex-basis: calc(33.33333% - 30px);
}
.page-contacts .map-index {
    border: 0;
}
.phone-cont {
    padding-bottom: 10px;
}
.phone-cont, .contacts-menu-filter {
    padding-bottom: 30px;
}
.contacts-cont .phone-cont svg {
    fill: #008d42;
    width: 35px;
    height: 35px;
	margin-bottom: auto;
}
.phone-cont a.phone-click {
    font-size: 24px;
	display: flex;
    gap: 10px
}
.phone-cont .name-param {
    font-weight: 500;
	flex-wrap: wrap;
}
.time-phone-click {
    font-size: 15px;
}
.phone-cont button.button-callback:hover {
    background: #ffffff;
    box-shadow: 0 4px 10px rgb(221 221 221);
}
.phone-cont button.button-callback {
    background: #ffffff;
    padding: 6px 25px;
    color: #4a4a4a;
    border: solid 1px #d3d3d3;
    font-size: 13px;
}
.news-page-cont .table-cat-cont {
    border: 0;
}
.price-list.SumOrder {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.saleSumOrder {
    font-size: 13px;
    font-weight: 400;
}
.p-korzina {
    width: 100%;
}
.svg svg {
    width: 17px;
}
.p-korzina .table-cat-product {
    width: 100%;
	margin: 0;
}
.p-korzina .index-info-tovar {
    display: flex;
    width: 100%;
}
.p-korzina .page-product .page-product-img {
    vertical-align: top;
    width: 67%;
    display: flex;
    padding-right: 20px;
}
.p-korzina .tab-col-2.page-product-img {
    flex-direction: column;
}
.all-check-korz {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e2e2e2;
    display: flex;
    justify-content: space-between;
}
.cont-info {
    width: 100%;
}
.cont-korzina {
    display: grid;
    width: 100%;
    justify-content: space-between;
    grid-template-columns: 30px 150px 1fr auto;
    gap: 0 20px;
    justify-items: start;
    padding-bottom: 25px;
    border-bottom: solid 1px #e2e2e2;
}
.cont-korzina {
    grid-template-areas:
        "korzCheck korzImg korzName korzName korzPrice"
        "korzCheck korzImg korzDel korzDel korzPrice";
}
.korzCheck {
    grid-area: korzCheck;
}
.korzImg {
    grid-area: korzImg;
}
.korzImg img {
    width: 100%;
}
.korzName {
    grid-area: korzName;
	text-align: left;
}
.korzName a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.korzDel {
    grid-area: korzDel;
    align-items: flex-end;
    display: flex;
}
.cont-korzDel {
    display: flex;
    font-size: 13px;
    cursor: pointer;
}
.korzDel .svg {
    padding-right: 5px;
}
.korzPrice {
    display: flex;
    align-items: flex-end;
    grid-area: korzPrice;
    justify-content: space-between;
    flex-direction: column;
}
.cont-korzPrice {
    text-align: right;
}
form.quantity-counter {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    height: 35px;
}
.p-korzina .table-cat-cont {
    border: 0;
}
.p-korzina .page-product-info {
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
    width: 33%;
}
.korz-cartov {
    text-align: left;
	position: sticky;
    top: 97px;
}
.p-korzina .product-price {
	font-size: 28px;
	padding: 20px;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 20%) 0 0px 28px -1px;
    background: #fff;
}
.ful {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 10px;
    text-align: left;
}
.p-korzina .tab-col.price-quantity {
    margin: 0;
    background: none;
    padding: 10px 0;
}
.p-korzina .price-quantity .price-page {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 10px;
}
.p-korzina .price-quantity .costType1 {
    padding-right: 0;
    line-height: 0;
}
.costType1 span {
    font-size: 18px;
}
.p-korzina .product-price .tovar-basket-cont button.button-callback {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}
.korz-cartov label.input-status-time {
    font-size: 15px;
    color: #000;
}
.korz-cartov .all-price {
    color: #000;
}
.param-tovar.discount, .discount .title-info {
    color: #da0000;
}
.korz-cartov .crm-webform-checkbox-icon-container i, .korz-cartov .crm-webform-mobile-font-style i {
    left: -30px;
}
.specPrice {
    background: rgb(255, 74, 74);
    color: #fff;
    letter-spacing: normal;
    padding: 3px 7px;
    font-size: 19px;
}
.cont-korzina .SaleIcon{
    padding: 4px 15px;
    display: flex;
    width: max-content;
	margin: 3px 0;
}
.cont-korzina .price-value-pr {
    text-transform: capitalize;
    align-items: center;
    padding: 4px 15px;
    display: flex;
    width: max-content;
    margin: 3px 0;
}
.p-korzina .costType1 {
    font-size: 23px;
	margin: 3px 0;
}
.p-korzina .crm-webform-checkbox-icon-container i, .p-korzina .crm-webform-mobile-font-style i {
    width: 18px;
    height: 18px;
	border: 2px solid #ccc;
}
.cont-info .gen-cont-korzina:last-child {
    margin-bottom: 0;
}
.cont-info .gen-cont-korzina {
    margin-bottom: 25px;
}
.del-allCheck a {
    text-decoration: none;
    font-size: 13px;
}
.comp-cont ol li::marker {
    font-weight: bold;
    font-size: 23px;
}
h3.h3-img img {
    filter: grayscale(100%);
}
h3.h3-img {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.bord-text-page {
    border: 1px solid #f2f2f2;
    padding: 20px;
	margin-bottom: 20px;
}
.dost-cont-pref .text-box-pref {
    margin: 0;
	text-align: left;
}
.tit-box-pref {
    font-weight: 700;
    padding-bottom: 20px;
}
.comp-cont .text-box-pref ul {
    column-count: revert;
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-weight: revert;
}
.comp-cont .text-box-pref ul li {
    padding-bottom: 5px;
}
.wide_page h3 {
    font-size: 20px;
}
.comp-cont-pref.comp-cont-vozvr {
    grid-template-columns: repeat(2, 1fr);
}
.tit-box-pref~ul, .tit-box-pref~p {
    margin-top: 0;
}
.faq-page .comp-cont ul {
    column-count: 1;
}
.faq-page {
    margin-bottom: 20px;
}
.bord-text-page:last-child {
    margin-bottom: revert;
}
.faq-page .comp-cont ul li {
    padding-bottom: revert;
}
.link-text {
    color: #da0000;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}
.price-k {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 5px;
}
.bpx-price-k {
    font-weight: 600;
    color: #000;
}
.vocat .product-button {
    font-size: 13px;
    padding: 5px 10px 5px 24px;
    position: relative;
	background: #008d42;
}
.vocat .product-button::before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 8px;
    left: 23px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.2s 
ease-out;
    transition: -webkit-transform 0.2s 
ease-out;
    transition: transform 0.2s 
ease-out;
    transition: transform 0.2s 
ease-out, -webkit-transform 0.2s 
ease-out;
    -webkit-margin-start: -15px !important;
    -moz-margin-start: -15px !important;
    -o-margin-left: -15px !important;
}
.vocat .product-button::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 12px;
    left: 8px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.2s 
ease-out;
    transition: -webkit-transform 0.2s 
ease-out;
    transition: transform 0.2s 
ease-out;
    transition: transform 0.2s 
ease-out, -webkit-transform 0.2s 
ease-out;
}
.vocat {
    margin: 10px 0;
}
.des-header button.button-callback:hover {
    box-shadow: none;
}
.comp-cont-pref~.bord-text-page {
    margin-top: 0;
}
h2~.comp-cont-pref,p~.comp-cont-pref {
    padding-top: 0;
}
.comp-cont-pref + div {
    margin-top: 50px;
}
h3 + div {
    padding-top: 0 !important;
}
.offer-tab {
    background: #e3d9db1f;
    padding: 50px;
    text-align: left;
    margin-bottom: 30px;
}
.p-korzina h6 {
    margin: 0 0 15px 0;
    font-size: 19px;
    letter-spacing: -1px;
	color: #000;
}
.cont-offer {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.form-contact {
    position: relative;
    width: 100%;
}
label.prev-contact {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    top: 3px;
    left: 4%;
    transform: translateY(15px) scale(1);
    pointer-events: none;
    transition: color .2s 
cubic-bezier(0, 0, .2, 1), transform .2s 
cubic-bezier(0, 0, .2, 1);
}
label.focused {
    transform-origin: 0 0;
    transform: translateY(7px) scale(.75);
    transition: color .2s cubic-bezier(0,0,.2,1), transform .2s cubic-bezier(0,0,.2,1);
    top: -12px;
    background: #fff;
    padding: 0 5px;
	color: #818181;
}
.form-contact textarea {
    height: 100px;
}
.warning-offer svg {
    width: 24px;
    height: 24px;
    opacity: 0.8;
}
.warning-offer {
    font-size: 14px;
    background: #fffade;
    padding: 20px;
    gap: 20px;
    display: grid;
    grid-template-columns: 24px auto;
    margin-bottom: 20px;
    width: 100%;
}
.offer-info .cont-korzina {
    grid-template-areas:
        "korzImg korzName korzName korzPrice"
        "korzImg korzDel korzDel korzPrice";
    grid-template-columns: 150px 1fr auto;
}
.dop-menu-auth {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.warning-offer a {
    color: #000;
}
a.red-click {
    color: #da0000;
    font-weight: 400;
    text-decoration: revert;
}
.vh-lk form, .vh-lk .offer-tab {
    margin: 0;
}
.vh-lk .product-price.dop-auth-form {
    padding: 10px;
}
.vh-lk .deliv-tov {
    padding: 0;
}
.vh-lk .param-tovar {
    border: 0;
    margin: 0;
}
.vh-lk .warning-offer {
    margin: 0;
}
.buklet-cont {
    text-align: left;
	padding: 5px 0;
}
.buklet-cont label.input-status-time {
    align-items: flex-start;
}
.p-korzina .buklet-cont .crm-webform-checkbox-icon-container i {
    top: 6px;
}
.rekviz-comp {
    width: 100%;
    max-width: 580px;
}
.rekviz-comp .name-param,.rekviz-comp .show_param {
    width: 100%;
}
.rekviz-comp .param-tovar span {
    width: auto;
}
.vp-opl-card .comp-box-pref .imgall {
    max-width: 180px;
}
.h1-table-cat-cont {
    display: flex;
    align-items: center;
    gap: 10px;
}
.back-vp~.back-vp-h1 {
    border-left: solid 1px #000000;
    padding-left: 10px;
}
.back-vp a {
    display: flex;
    color: #008d42;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.back-vp svg {
    fill: #008d42;
	min-width: 24px;
}
.vp-box-lightbox #lightbox-container-image-box {
	width: max-content !important;
	height: max-content !important;
}
.vp-box-lightbox #lightbox-image {
    max-height: calc(85vh - 20px);
}
.vp-jquery-lightbox{
	top: 0 !important;
    bottom: 0;
    margin: auto;
}

.vp-jquery-lightbox {
    display: flex;
    justify-content: center;
	align-items: center;
}
.vp-box-lightbox {
    width: fit-content !important;
	height: max-content !important;
    position: relative;
}
.vp-jquery-lightbox #lightbox-container-image-data-box {
    width: auto !important;
}
.vp-jquery-lightbox #lightbox-secNav-btnClose {
    z-index: 10;
    top: 10px;
}
.comp-cont.comp-cont-pref.vp-opl-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.box-refer-vp {
    width: 100%;
	max-width: 280px;
	flex-grow: 1;
    flex-basis: 25%;
}
.vp-opl-card .comp-box-pref.box-refer-vp .imgall {
    max-width: fit-content;
}

.ref-st-vpravo.ravno-simv {
    font-weight: bolder;
    font-size: 59px;
}
.box-refer-vp .tit-box-pref {
    text-align: left;
}
.comp-cont.comp-cont-pref.vp-opl-card.video-refer-vp {
    justify-content: center;
}
.icon-tab-pay-card .comp-box-pref {
    width: 100%;
}
.anons-text-slide {
    color: #2aa800;
    letter-spacing: -1;
    font-size: 22px;
    margin-bottom: -6px;
    font-weight: 100;
}
.title-info-slider button.button-callback.new-tov-sl:hover {
    box-shadow: 0 4px 10px rgb(0 141 66 / 31%);
}
.title-info-slider button.button-callback.new-tov-sl {
    background: #32c900;
}
.page-contacts.contacts-cont .one-shop .menu-filter {
    flex-basis: 100%;
}
.page-contacts.contacts-cont .two-shop .menu-filter {
    flex-basis: calc(50% - 30px);
}
@media (max-width: 1235px) {
	.price-list.SumOrder {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.price-box-col {
		min-width: 140px;
	}	
}
@media (max-width: 1080px) {
    .callback-header button.button-callback {
        min-width: 124px;
    }
	.page-contacts.contacts-cont .menu-filter {
		flex-basis: calc(50% - 15px);
    }	
}
@media (max-width: 1015px) {
    .width-line {
        min-width: auto;
        max-width: auto;
        max-width: revert;
        width: 97%;
    }
	.box-refer-vp .tit-box-pref {
		text-align: left;
		height: 50px;
		display: flex;
		align-items: center;
	}	

}
@media (min-width: 961px) and (max-width: 1280px) {
    .callback-header button.button-callback {
        padding: 10px;
        min-width: 124px;
    }
}
@media (min-width: 961px) and (max-width: 1016px) {
    .lk-cont span {
        display: none;
    }
	.lk-cont {
        width: 7%;
        min-width: 50px;
    }	
}
@media (min-width: 961px) {
    .header-menu-cat {
        position: relative;
    }
	.callback-header {
        min-width: 320px;
    }
}
@media (max-width: 960px) {
	.mob-menu-pf {
		width: 100%;
		display: flex;
		justify-content: center;
		background: #fff4f6e8;
		margin-top: 22px;
		padding: 10px 0;
	}
	section {
		padding-top: 110px;
	}	
	.out .menuClientOn~.menuClientCont {
		display: none;
	}
	.fixed .header-logo, .header-logo {
        flex-direction: column;
        padding: 10px 0 15px;
        justify-content: flex-end;
        transition-duration: 800ms;
    }	
    .header-logo>div.logo {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
	}
    .desktop-header .logo {
        padding: 0 0 15px;
    }
    .header-logo>div.contact {
        width: 100% !important;
    }
	.logo-cont {
        display: flex;
        align-items: center;
    }
	.logo img,.fixed .logo img {
        width: 90px;
        transition: all .5s ease;
    }	
    .logo .phone-header {
        height: auto;
        display: flex;
        min-width: auto;
        font-weight: 500;
    }
	.logo .phone-header a.phone-click {
        position: relative;
        padding: 0 0 0 16px;
        font-size: 11px;
    }
    .phone-header a.phone-click:before {
        width: 14px;
        height: 20px;
    }	
    .des-header {
        vertical-align: middle;
    }
    .des-header {
        display: flex;
        width: 89%;
		vertical-align: middle;
    }
	.callback-header {
        display: none;
    }
	.position-menu {
			margin: 0;
    }	
    .header-logo {
        margin: 5px;
		height: 100px;
        transition-duration: 800ms;
    }	
    .desktop-header.out {
        transform: translateY(-100%);
    }	
	.fixed .header-logo {
		margin: 0;
		padding: 0;
		height: 40px;
		transition-duration: 800ms;
	}
	.activ-maket section, .activ-maket footer {
		display: none;
	}	
	.p-korzina  .page-product .page-product-img, .p-korzina  .page-product .page-product-info {
        width: 100%;
        flex-direction: column-reverse;
        padding: 0;
    }
	.p-korzina.vh-lk .page-product .page-product-img {
		flex-direction: column;
	}
	.p-korzina .index-info-tovar {
		flex-direction: column;
	}
	.all-check-korz {
		padding: 20px 0;
	}	
	.p-korzina.vh-lk .page-product .page-product-info {
		padding-top: 40px;
	}	
}
@media (max-width: 860px) {
	.price-list.SumOrder {
		flex-direction: inherit;
		gap: 10px;
		align-items: self-end;
	}
}
@media (max-width: 767px) {
    .des-header {
        padding-left: 0;
		text-transform: revert;
    }
	.comp-cont ul, .comp-cont ol, .comp-cont .text-box-pref ul, .comp-cont .text-box-pref ol {
		column-count: 1;
	}
	.comp-cont-pref {
		grid-template-columns: repeat(2, 1fr);
	}
	.comp-cont-pref .comp-box-pref:nth-child(3n) {
		grid-column: 1 / -1;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		width: 100%;
	}
	.comp-cont.comp-cont-pref.vp-opl-card {
		display: flex;
		flex-wrap: wrap;
	}
	.ref-st-vpravo.ravno-simv {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.icon-tab-pay-card .comp-box-pref {
		flex-grow: 1;
		flex-basis: 45%;
	}
	.news-index:hover .page-basket-cont form.quantity-counter, .news-index:hover .page-basket-cont button.button-callback.by1click, .news-index:hover .page-basket-cont .button-callback {
		display: none;
	}
	.news-index-cont>span:hover {
		box-shadow: none;
		z-index: revert;
		transition-duration: revert;
	}	
}
@media (max-width: 660px) {	
	.comp-cont-disc {
		display: flex;
		flex-direction: column;
	}	
    .comp-cont-disc.cont-disc-one {
		display: flex;
		flex-direction: column-reverse;
	}
	.korzPrice {
        align-items: center;
        margin-top: 20px;
        gap: 10px;
        flex-direction: row;
        width: max-content;
    }	
	.cont-korzPrice {
        display: flex;
        align-items: center;
        gap: 10px;
    }	
    .cont-korzPrice .price-page-old {
        font-size: 14px;
    }
	.cont-korzPrice .costType1 {
        text-align: left;
    }
	.specPrice {
        font-size: 18px;
    }	
}	
@media (max-width: 660px) {	 
	.cont-korzina {
        grid-template-areas:
        "korzCheck korzImg korzName korzDel"
        "korzCheck korzImg korzPrice korzPrice";
        grid-template-columns: 20px 75px 1fr auto;
    }
    .korzDel {
        align-items: flex-start;
    }
    .cont-korzDel span {
        display: none;
    }
	.offer-info .cont-korzina {
		grid-template-areas:
			"korzImg korzName"
			"korzImg korzPrice";
		grid-template-columns: 150px 100%;
	}
}
@media (max-width: 600px) {	
	.comp-cont-pref {
		grid-template-columns: repeat(2, 1fr);
	}
	.comp-cont-pref, .comp-cont-pref.comp-cont-vozvr {
		grid-template-columns: repeat(1, 1fr);
	}	
}	

@media (max-width: 540px) {
	.form-search-filter-cont {
		display: revert;
		align-items: revert;
	}
	.page-vp .menu-filter {
		padding: 0;
	}	
	.phone-cont a.phone-click {
		flex-direction: column;
	}
	.phone-cont button.button-callback {;
		margin-bottom: auto;
	}
}

@media (max-width: 480px) {
    .lk-cont {
        min-width: auto;
        padding: 0;
    }	
	.lk-cont span {
        display: none;
    }
	.lk-cont .tit-menuClient:before {
        border: 7px solid transparent;
        border-top: 9px solid #000000;
		right: 0;
        left: 0;
        opacity: 0.5;
    }	
	.price-list.SumOrder {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
	.saleSumOrder {
		font-size: 11px;
		padding-right: 5px;
	}	
	.comp-box-pref {
		padding: 20px 5px;
	}
	.offer-info .cont-korzina {
        grid-template-columns: 75px auto;
    }
	.h1-table-cat-cont {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.back-vp~.back-vp-h1 {
		border-left: 0;
		padding-left: 0;
	}
	.vp-box-lightbox #lightbox-image {
		height: 100% !important;
		width: auto !important;
		max-height: calc(85vh - 20px) !important;
		max-width: 100%;
	}	
	.vp-box-lightbox #lightbox-container-image-box {
		width: 100% !important;
	}	
	.comp-cont.comp-cont-pref.vp-opl-card {
		gap: 15px;
	}	
	.comp-box-pref.box-refer-vp {
		padding: 10px;
	}
	.text-box-pref {
		font-size: 14px;
	}
}
@media (max-width: 440px) {
	.korzPrice {
		width: 100%;
		justify-content: flex-end;
	}
    .cont-korzina {
        grid-template-areas:
        "korzCheck korzImg korzName korzDel"
        "korzCheck korzPrice korzPrice korzPrice";
    }
	.offer-info .cont-korzina {
		grid-template-areas:
			"korzImg korzName"
			"korzPrice korzPrice";
	}
	.comp-cont.comp-cont-pref.vp-opl-card.video-refer-vp {
		display: flex;
		flex-direction: column;
	}
	.video-refer-vp .ref-st-vpravo {
		transform: rotate(90deg);
	}	
}
@media (max-width:400px) {
	.FullCatalog span {
        display: none;
    }
	.FullCatalog {
        width: auto;
        padding: 0 30px;
    }
	.FullCatalog:before {
        left: 34px;
        top: -6px;
        height: 3px;
        width: 15px;
    }
	    .FullCatalog:after {
        left: 19px;
        top: 8px;
        height: 3px;
        width: 23px;
    }
	.user_discount_info {
		right: 0;
		margin: auto;
		display: table;
	}	
	.offer-tab {
		padding: 20px;
	}
}
@media (max-width:380px) {
	.comp-cont-pref {
		grid-template-columns: repeat(1, 1fr);
	}
	.comp-box-pref {
		padding: 20px;
	}
	.tit-box-pref {
		font-size: 13px;
		line-height: normal;
	}	
}

@media (max-width:360px) {
	.confirm_phone {
		padding: 0 0 20px;
		position: relative;
	}

	.confirm_phone::before {
		position: absolute;
		font-size: 19px;
		background: #ffffff;
		content: '';
		width: 10px;
		height: 10px;
		transform: rotate(315deg);
		border: 0;
		border-right: solid 1px #e9e9e9;
		top: -5px;
		left: 0;
		right: 0;
		margin: auto;
		border-top: solid 1px #e9e9e9;
		z-index: 1;
	}
	.confirm_phone a {
		box-shadow: rgb(0 0 0 / 14%) 0 8px 13px -1px;
		border: solid 1px #e9e9e9;
	}
	.tit-box-pref {
		font-size: 12px;
	}	
	
}



 .form-field {
     margin-bottom: 12px;
	 text-align: left;
 }

.input-error {
    border: 1px solid #e53935 !important;
    background: #fff5f5;
}

.field-error {
    color: #e53935;
    font-size: 12px;
    margin-top: 4px;
}