/******************************************************************************\
                                    Общее
\******************************************************************************/
@import "/templates_new/default/fonts/montserrat/montserrat.css";

html, body {  padding: 0px; margin:0px;  min-height: 100vh; }
body { background: #fff; position: relative;   }
/*body { background: #fff; -ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none; position: relative;   }*/
body, table, input, textarea { font-family: 'Montserrat', 'sans-serif'; font-size: 14px; font-weight: 400; line-height: 18px; color: #000;  }
html * {max-height: 1000000px; box-sizing: border-box }
input[type="submit"], input[type="button"] , input[type="checkbox"]{  cursor: pointer; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; }
input[type="checkbox"], input[type="radio"], label { vertical-align: middle; }

a, .a { color: #D9251D; outline: none; text-decoration: none; cursor: pointer; }
a:hover, .a:hover { text-decoration: none; color: #fc6540; }

a img {	border: none; outline: none; }
table { border-collapse: collapse; }
td { vertical-align: top; /*padding: 0px;*/ }
p { margin-top: 0; }
h1, h2 { margin: 0; line-height: 1.2; }
h3 { margin: 0; font-size: 28px; font-weight: 500; }


form { margin: 0px; }
input, textarea { outline-width: 0; outline-style: none; }
label {	cursor: pointer; }

.block-content { margin: 0 auto; max-width: 1356px; padding: 0px 20px; }
.content-text { font-size: 16px; line-height: 1.4; }
.content-text.content-error { display: flex; gap: 32px; }
.content-text.content-error .page-error-image { width: 45%;  flex-shrink: 0; height: 0; padding-bottom: 20%; background: url('/templates_new/default/pictures/error-404.jpg?t=1') top center no-repeat;
    background-size: contain;  }

.header-placeholder { position: fixed; top: 0; left: 0; right: 0;  height: 164px; z-index: 10000; background: #fff;  }
.holder-header-block {  height: 48px; background: #FFE76F;   }
.header-block { position: relative; height: 100%; padding-left: 176px; padding-right: 20px; box-sizing: border-box; }

body.show-catalog .holder-header-block { display: none; }

.header-block-data { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; white-space: nowrap; }
.holder-header-delivery-text  {  }
.holder-header-delivery-text .delivery-page-name {  font-weight: 600;  }
.holder-header-delivery-text .hidden-block { display: none; }

.header-address-text { padding-left: 20px; background: url('/templates_new/default/pictures/icon/icon-bullet.png') 0 100% no-repeat ; }

.holder-header-city { display: flex; gap: 8px; }
.holder-header-city .select-city { font-weight: 600; position: relative; display: flex; gap: 4px; cursor: pointer;  align-items: center; }
.holder-header-city .select-city:after { display: inline-block; content: ''; width: 16px; height: 16px; background: url('/templates_new/default/pictures/icon/icon-select.svg') 50% 60% no-repeat ; background-size: 11px 6px;  }

.holder-header-colling { display: flex; gap: 24px; }
.holder-header-colling .header-callback { display: flex; flex-direction: column; }
.holder-header-colling .header-callback .callback { font-weight: 600; color: #D9251D; }
.holder-header-colling .header-phone { text-align: right; font-weight: 600;  }
.holder-header-colling .header-phone a { color: #000;  }

.header-menu-block { padding-left: 176px; padding-right: 20px; position: relative; }
.holder-header-function { display: flex; gap: 24px; justify-content: space-between; padding: 12px 0 8px; align-items: start; }
.holder-header-function .button-catalog { border-radius: 16px; background: #D9251D ; height: 48px; padding: 14px 18px 14px 24px; color: #FFF;  font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.2px; display: flex; gap: 12px; align-items: center; cursor: pointer;  }
.holder-header-function .button-catalog:after { display: inline-block; content: url("/templates_new/default/pictures/icon/icon-menu-white.svg"); height: 20px; width: 21px; }

.holder-header-function .button-catalog.close { background: #ad1e18; }
.holder-header-function .button-catalog.close:after { content: url("/templates_new/default/pictures/icon/icon-close2-white.svg?t=1"); }

.holder-header-function.mobile{ display: none; }

.main-logo { position: absolute; top: -38px; left: 20px; width: 140px; height: 140px; border-radius: 160px; background: #FCDC0F; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 10; }
.main-logo .main-logo-img { width: 94px; height: 68px; background: url('/templates_new/default/pictures/Logo.png') center center no-repeat ; }


.holder-header-search { display: flex; align-items: center; flex-grow: 1; padding-right: 47px; }
.header-search { position: relative; height: 48px; background: #fff; border: 2px solid #FCDC0E; border-radius: 8px; width: 100%; }
.header-search input[type="text"] { position: absolute; display: block; top: 2px; left: 12px; height: 40px; width: calc(100% - 68px); border: none; line-height: 1;  font-size: 15px; padding: 0; border: none; }
.header-search input[type="submit"] { position: absolute; top: -2px; right: -2px; border: none; border-radius: 0 8px 8px 0;  display: block; padding: 0;
    background: #FCDC0E url("/templates_new/default/pictures/icon/icon-search.svg") center no-repeat; background-size: 20px 20px;  font-size: 0; width: 50px; height: 48px; cursor: pointer;  }
/*.header-search input[type="submit"]:hover { background-image: url("/templates_new/default/pictures/icon-search-blue.svg")  }
.header-search:after { content: url("/templates_new/default/pictures/icon-search-blue.svg"); display: inline-block; height: 0; width: 0; overflow: hidden; }*/

.holder-header-client { display: flex; gap: 32px;  }
.header-user { display: inline-block; width: 56px; height: 56px; color: #D9251D; font-weight: 600; font-size: 15px; cursor: pointer; padding-top: 15px; text-align: center; }

/*.header-user:hover { font-size: 0; padding-top: 0px; }
.header-user:hover:after { display: inline-block; content: '';  width: 44px; height: 44px; border-radius: 50%;  background: #FFF0A5 url("/templates_new/default/pictures/icon/icon-user-red.svg") center no-repeat;  }
*/

.header-user-account { display: inline-block; width: 56px; height: 56px; color: #D9251D; font-weight: 600; font-size: 15px; cursor: pointer; padding-top: 15px; text-align: center; font-size: 0; padding-top: 0px; }
.header-user-account:after { display: inline-block; content: '';  width: 44px; height: 44px; border-radius: 50%;  background: #FFF0A5 url("/templates_new/default/pictures/icon/icon-user-red.svg") center no-repeat;  }

.header-favorite { display: inline-block; width: 56px; height: 56px; background: url('/templates_new/default/pictures/icon/icon-favorite.svg') 50% 11px no-repeat ; position: relative; font-size: 0; cursor: pointer;  }

.header-cart { display: inline-block; width: 56px; height: 56px; background: url('/templates_new/default/pictures/icon/icon-cart.svg') 50% 10px no-repeat ; position: relative; }
.header-cart .header-cart-sum { position: absolute; bottom: 0; color: #000; white-space: nowrap; width: 102px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 12px; }
.header-cart .header-cart-count { display: inline-block; position: absolute; top: 0; right: 6px; padding: 2px 5px 3px 5px; min-width: 16px; text-align: center; background: #D9251D;  color: #fff; border-radius: 8px; line-height: 1; font-size: 11px; font-weight: 600;  }

.main-menu { display: flex; gap: 32px; font-size: 15px; color: #000; font-weight: 500; white-space: nowrap; }
.main-menu a { font-size: 15px; color: #000; }
.main-menu.bottom-menu { justify-content: space-between; align-items: center; padding: 10px; }
.main-menu.bottom-menu a { display: inline-block; padding: 5px 15px; }

.holder-page { min-height: 100vh; display: flex; flex-direction: column; box-sizing: border-box; padding-top: 164px; position: relative; }
.holder-page-content { flex-grow: 1; }
.holder-page-content > .block-content { padding-top: 10px; padding-bottom: 56px; }

.holder-main-banner { width: 100%; margin-bottom: 32px; }
.holder-main-banner .main-banner {display: inline-block;width: 100%;max-width: 100%;height: 0px;padding-bottom: 28.68%;background-repeat: no-repeat;background-size: cover;background-position: center; border-radius: 30px; }

.holder-main-banner-link { max-width: 1024px; margin: 0 auto 32px; text-align: center; display: flex; gap: 52px; justify-content: center; }
.holder-main-banner-link .banner-link { display: block; height: 100px; width: 100px; min-width: 100px; border-radius: 50%; border: 6px solid #F7F7F7; box-shadow: 0 8px 20px rgba(106, 106, 106, 0.5); background-repeat: no-repeat; background-size: cover; margin-bottom: 30px; position: relative; }
.holder-main-banner-link .banner-link .banner-link-title { display: block; position: absolute; left: -10px; right: -10px; bottom: -28px; font-weight: 500; font-size: 14px; color: #000; }

.module-loader { text-align: center; }
.module-loader .a { display: inline-block; padding: 17px 24px 16px; border-radius: 16px;background: #FCDC0F; color: #000;font-size: 16px;font-weight: 700; line-height: normal; text-align: center; cursor: pointer; }

.holder-main-action { margin-bottom: 48px; }
.holder-list-action { margin-bottom: 48px; }
.main-action-list { width: 100%; display: flex; gap: 24px 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 24px;   }

.main-action-list .action-link { display: flex; flex-direction: column; width: calc( (100% - 16px * 3)/ 4 ); gap: 16px; color: #000; font-size: 16px;  font-weight: 700; line-height: 25px;  }
.main-action-list .action-link-image  { display: block;  width: 100%; aspect-ratio: 451/337; background-repeat: no-repeat;background-size: cover;background-position: center; border-radius: 18px; box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);    }

.holder-list-action .module-loader {  padding-top: 8px; }

.holder-main-action-link { text-align: center; }
.holder-item-action { display: flex; gap: 48px; }
.holder-item-action-image .holder-item-action-image { min-width: 100px; }
.holder-item-action-image img { border-radius: 30px; box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);  }
.holder-item-action-text { flex-grow: 1; padding: 10px 0; display: flex; flex-direction: column; gap: 32px;   }
.holder-item-action-text .page-title h1 { font-size: 48px; font-weight: 700; line-height: 1; }
.action-product-title { color: #000;text-align: center;font-size: 26px;font-weight: 700;line-height: normal; padding-top: 16px;  }

.list-line-catalog { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; }

.item-line { display: flex; padding: 16px; gap: 16px; flex-direction: column; position: relative; max-width: 330px; }
.list-line-catalog .item-line { margin-bottom: 32px; }
.item-line:before { display: block; content: ''; position: absolute; bottom: 0; left: 20px; right: 20px; border-bottom: 1px solid #e7eaed;   }
.item-line:after { display: block; content: ''; position: absolute; right: 0; top: 20px; bottom: 20px; border-left: 1px solid #e7eaed;   }

.item-line a { color: #000;font-size: 14px;font-weight: 600;line-height: 20px; }
.item-line .note { display: block; overflow: hidden;color: #808080;font-size: 12px;font-weight: 500;line-height: normal; height: 46px; }
.item-line .available { display: flex; flex-grow: 1; padding: 11px 0px;flex-direction: column;justify-content: flex-end;align-items: center;gap: 8px;align-self: stretch;  color: #00C013;font-size: 14px;font-weight: 600;line-height: normal;}
.item-line .holder-button { display: flex; width: 100%; flex-direction: column; }
.item-line .holder-button .button-link { display: none; }
.item-line .holder-button .button-link.selected { display: inline; }
.item-line .available.false { color: #D9251D; }
.item-line .select-product-title { display: none; }

.list-line-catalog .item-line:nth-child(4n):after { display: none; }
.item-line:last-child:after { display: none; }

.item-line .holder-image { display: flex; justify-content: center;  }
.item-line .image { height: 180px; width: 180px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.button-link, a.button-link { display: inline-block; padding: 17px 24px 16px; border: none; border-radius: 16px;background: #FCDC0F; color: #000;font-size: 16px;font-weight: 700; line-height: normal; text-align: center; cursor: pointer; }
.button-link.button-product-cart { background: #dfdfdf; }
.button-link.button-product-notice { background: #bcbcbc; color: #fff; }
.button-link.button-product-function { background: #fff; color: #000; }
.button-link.button-user { background: #00C013; color: #fff; }
.button-link.white { background: #fff; color: #000; }

.select-product-holder {  display: flex; flex-wrap: wrap; gap: 12px;  font-size: 14px; font-weight: 500; flex-grow: 1; align-content: end;  }
.select-product-holder .select { display: inline-block; padding: 8px 8px; background: #f0f0f0; border: 2px solid #f0f0f0; min-width: 38px; text-align: center; height: 38px; cursor: pointer;
    border-radius: 6px; font-weight: 500; color: #000; line-height: 18px; }
.select-product-holder .unit {display: inline-block; padding: 8px 8px;height: 38px; text-transform: lowercase; }

.select-product-holder .select.selected { background: #fff; border: 2px solid #D9251D; color: #D9251D; cursor: default;  }
.select-product-holder .last { display: flex; align-items: center; gap: 4px;  }
.select-product-holder.color .select { padding: 0 0px; border: none; background: none; min-width: 0; height: auto; }
.select-product-holder.color .unit { padding: 0; height: auto; }

.item-line .holder-price { display: flex; justify-content: space-between; align-items: center; position: relative; }
.item-line .prices { color: #000;font-size: 28px;font-weight: 700;line-height: 24px; display: flex; gap: 8px; }
.item-line .prices .previous { color: #808080; display: inline-block; font-weight: 500; position: relative; font-size: 16px; }
.item-line .prices .previous:empty { display: none; }
.item-line .prices .previous:after { display: inline-block; content: ''; position: absolute; border-bottom: 1px solid #000; bottom: 48%; left: -4px; right: -4px;  }
.item-line .bonus { color: #000;font-size: 16px;font-weight: 500;line-height: normal; padding-left: 26px; background: url('/templates_new/default/pictures/icon/icon-bonus.svg') 0 50% no-repeat ;   }
.item-line .holder-price .percent { display: inline-block; position: absolute; padding: 5px 8px; border-radius: 7px; background: #D9251D; color: #FFF; left: 0px; top: -40px;font-size: 14px;font-weight: 700;line-height: 1;  }
.item-line .holder-price .percent:empty { display: none; }
.item-line .delivery-text { color: #D9251D; text-align: center; }


.product-color { display: flex; width: 28px; height: 28px; overflow: hidden; border-radius: 50%; position: relative; box-sizing: border-box; border: 5px solid transparent; }
.product-color:before { display: inline-block; content: ''; top: 0px; right: 0px; bottom: 0px; left: 0px; position: absolute; border: 4px solid transparent; border-radius: 50%; }
.product-color:after { display: inline-block; content: ''; top: 50%; right: 50%; width: 20px; height: 20px; margin-top: -10px; margin-right: -10px; box-sizing: border-box;  position: absolute; border: 1px solid rgba(255,255,255); border-radius: 50%; }
.product-color .product-bullet {  display: inline-block; height: 100%; flex-grow: 1; background-size: contain; background-position: center; background-repeat: no-repeat; }
.product-color.light { border: 5px solid transparent; }
.product-color.light:after { border-color: rgba(127,127,127, 0.75); width: 18px; height: 18px;  margin-top: -9px; margin-right: -9px; }

.select-product-holder .select.selected .product-color { border: none; }
.select-product-holder .select.selected .product-color:before { border-color: rgba(255,255,255,0.5); }
.select-product-holder .select.selected .product-color.light:before { border: 5px solid rgba(200,200,200,0.75); }

.holder-page-product { display: flex; gap: 48px; }
.holder-list-product { display: flex; flex-direction: column; gap: 32px; flex-grow: 1; padding-top: 8px; }
.list-line-catalog { grid-template-columns: 1fr 1fr 1fr; }
.holder-page-product.filter-product .list-line-catalog .item-line:nth-child(4n):after { display: block;}
.holder-page-product.filter-product .list-line-catalog .item-line:nth-child(3n):after { display: none;}

.holder-showsort { display: flex; justify-content: space-between; /*min-height: 62px;*/ align-items: center; }
.holder-showsort .showsort { display: flex; gap: 16px; color: #282C2F;  font-size: 14px;  font-weight: 400; line-height: 22px; }
.holder-showsort .showsort a { color: #282C2F; display: flex; gap: 8px; align-items: center;  }
.holder-showsort .showsort a:after { display: inline-block; content: ''; background: url('/templates_new/default/pictures/icon/icon-corner-black.svg') center no-repeat; background-size: contain; width: 10px; height: 15px; transform: rotate(90deg); }
.holder-showsort .showsort .up a:after { display: inline-block; content: ''; background: url('/templates_new/default/pictures/icon/icon-corner-black.svg') center no-repeat; background-size: contain; width: 10px; height: 15px; transform: rotate(270deg); }
.holder-showsort .lines-count { color: #7e8082; font-size: 14px;  font-weight: 400;  line-height: 22px;  }


.list-line-swiper { width: 100%; padding-bottom: 52px; margin-left: -10px; }
.list-line-swiper:after { content: ''; display: block; position: absolute; top: 0px; bottom: 0px; right: 0px; width: 2px; background: #fff; z-index: 2;}
.list-line-swiper .swiper-pagination { bottom: 10px;  }
.list-line-swiper .item-line.swiper-slide { height: auto; }

.swiper-pagination { font-size: 0; line-height: 0; }
.swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 6px 6px !important; background-color: #000; opacity: 0.12 ;  }
.swiper-pagination-bullet-active { opacity: 1;  }
.swiper-scrollbar-drag { background: #D1D5DF; }
.swiper-scrollbar { background: #fff; width: 8px; }

.main-listing-link { display: flex; flex-direction: column; gap: 32px; margin-bottom: 48px; }
.main-title { color: #000;font-size: 26px;font-weight: 700; line-height: normal; text-align: center;  }

.main-block-holder { display: flex; flex-direction: column; gap: 32px; }

.title-text-block { text-align: center; }
.title-text-block.large { font-size: 32px; font-weight: 700; line-height: normal; margin: 0; padding: 0; }
.title-text-block.middle { font-size: 24px; font-weight: 700; line-height: normal; margin: 0; padding: 0; }


.main-text-block, .main-text-block td { font-size: 16px; font-weight: 400; line-height: 1.5; }
.main-text-block p { margin-bottom: 16px; }
.main-text-block p:last-child { margin-bottom: 0; }

.main-text-block.first { display: flex; gap: 56px; }
.main-text-block.first table { display: block; }
.main-text-block.first tr { display: flex; gap: 32px; }
.main-text-block.first .text-block-inner { flex-grow: 1; }

.list-text-images { width: 326px; padding-bottom: 52px;  }
.list-text-images .item-image { width: 326px;  }
.list-text-images .item-image .image { width: 326px; height: 295px; border-radius: 16px; background-position: center; background-size: cover; }
.list-text-images .item-image .title-image { width: 326px; padding-top: 20px; text-align: center; }
.list-text-images .swiper-pagination { bottom: 20px;  }

.main-text-block.second { display: flex; gap: 56px; align-items: flex-start; padding-bottom: 16px; }
.main-text-block.second .text-block-inner { border-radius: 16px;background: #FFF0A5;padding: 40px 50px;flex-grow: 1; overflow: hidden; display: flex; gap: 20px; }
.main-text-block.second .image-inner { width: 422px; height: 404px; background-size: cover; background-position: center; margin: -40px 0 -40px -50px; flex-shrink: 0; }
.main-text-block.second .title-text-block { text-align: left; margin-bottom: 16px; }

.main-photoblock-list { display: grid; gap: 16px; grid-template-columns: 1fr 1fr 1fr ; }
.main-photoblock-item { border-radius: 16px;  background: #f7f7f7; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.main-photoblock-image { width: 100%; height: 238px; background-position: center; background-size: cover; margin-bottom: 12px; }
.main-photoblock-title { font-size: 18px; font-weight: 700; line-height: 1.4; padding: 0 30px; }
.main-photoblock-text { font-size: 18px; font-weight: 500; line-height: 1.4; padding: 0 30px 30px; }
.main-photoblock-text p:last-child { margin-bottom: 0; }

.main-textblock-list { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; }
.main-textblock-item { width: calc( (100% - 64px) / 3); text-align: center; font-size: 18px; font-weight: 500; line-height: 1.4; background: url('/templates_new/default/pictures/icon/icon-textblock.png') 50% 0 no-repeat ; padding-top: 62px;  }
.main-textblock-item:nth-child(n+4) { font-size: 16px; line-height: 24px; font-weight: 400;  }

.main-listing-brands { display: grid; gap: 16px; grid-template-columns: 2fr 1fr 1fr  1fr; margin-bottom: 32px; }
a.listing-brands-title { display: block; font-size: 16px;font-weight: 700;line-height: 1.4; margin-bottom: 16px;color: #000; position: relative; padding-right: 24px; }
.listing-brands-title:after { display: inline-block; position: absolute; right: 0; content: ''; background-image: url('/templates_new/default/pictures/icon/icon-select.svg'); background-size: contain; background-position: center; background-repeat: no-repeat; height: 8px; width: 16px; transform: rotate(270deg); top: 50%; margin-top: -8px; }
.listing-brands-item { border-radius: 16px; background: #FFF; box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12); padding: 20px;  }
.listing-brands-items-holder { display: flex; gap: 8px; justify-content: space-between; flex-shrink: 0; }
.listing-brands-items { display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.listing-brands-items a { color: #000;font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.7; }

.text-advertising{padding:2px;text-align:center;width: 100%; max-width: 1170px; margin: 0 auto 48px; }
.text-advertising div{text-align:center;background:#06295a;border-radius:10px;color:#fff;font-size:34px;padding:10px 4px; border-radius: 16px; }
.text-advertising img{ width: 100%; border-radius: 16px; }

.holder-page-bottom { background: #FFF0A5; }
.holder-bottom-menu{  background: #FFE76F; }

.holder-contact-link { display: flex; gap: 64px; margin-top: 24px;  }
.holder-contact-link .holder-link { padding: 20px 0; flex-grow: 1; display: flex; gap: 20px; flex-wrap: wrap; }
.holder-contact-link .holder-link a { font-size: 14px; font-weight: 500; line-height: normal;  }
.holder-contact-link .holder-payment { background: url('/templates_new/default/pictures/logos-pay.png') 100% 0 no-repeat; background-size: contain; height: 33px; width: 331px; margin-bottom: 24px;  }

.holder-contact-address { margin-top: 24px; display: flex; gap: 64px; font-size: 12px;font-weight: 400;line-height: 18px; }
.holder-contact-address .header-address { width: 50%; flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; }
.holder-contact-address .holder-schedule { width: 50%; flex-shrink: 0; }

.holder-bottom-content .holder-contact-phone { margin-top: 16px; display: flex; gap: 32px; align-items: center; }
.holder-bottom-content .holder-delivery-phone { display: flex; gap: 32px; flex-grow: 1; }
.holder-bottom-content .holder-delivery-phone .holder-bottom-social { }

.bottom-delivery{ font-size: 14px; font-weight: 500; line-height: normal; display: flex; flex-direction: column; gap: 8px;  }

.bottom-phone {  display: flex; flex-direction: column; gap: 8px;  }
.bottom-phone .bottom-phone-free { display: flex; gap: 5px; align-items: center;  }
.bottom-phone a { color: #000; font-size: 20px; font-style: normal;font-weight: 700; line-height: 1;  }

.bottom-logo { width: 140px; height: 140px; border-radius: 160px;  background: #FCDC0F; border-radius: 50%; display: flex; align-items: center; justify-content: center;  }
.bottom-logo .main-logo-img { width: 94px; height: 68px; background: url('/templates_new/default/pictures/Logo.png') center center no-repeat ; }

.social-place { line-height:0; font-size:0; display: flex; gap: 4px; }
.social-link{display:inline-block;background-image:url('/templates_new/default/pictures/social-icons.png');background-repeat:no-repeat;width:41px;height:41px; text-decoration: none;}
.social-link.fb{background-position:0 0;}
.social-link.vk{background-position:-48px 0;}
.social-link.ok{background-position:-97px 0;}
.social-link.instagram{background-position:-146px 0;}
.social-link.telegram{background-position:-197px 0;}
.social-link.whatsapp{background-position:-247px 0;}


.scroll_up { position: fixed; z-index: 147483501; opacity: 0; background-color: #da251e; background-image: url(/templates_mobile/pictures/bg-up.png);
    background-position: center; border-radius: 8px; width: 53px; height: 53px; right: 30px; bottom: 48px; cursor: pointer;  }

.block-page-content { display: flex; flex-direction: column; gap: 32px; padding-bottom: 56px; }


.breadcrumb { color: #808080; font-size: 14px;font-weight: 500;line-height: normal; display: flex; align-items: center; flex-wrap: wrap; }
.breadcrumb span { display: inline-block; }
.breadcrumb a { display: inline-block; color: #0179c0; }
.breadcrumb .dl { display: inline-block; margin: 0 8px 0 8px; width: 7px; height: 13px; background: url('/templates_new/default/pictures/icon/icon-corner.svg') 0 100% no-repeat; background-size: contain; }
.page-title { display: flex; justify-content: space-between; gap: 24px; }
.page-title h1 { color: #000; font-size: 24px; font-weight: 700; line-height: normal; color: #D9251D;   }

/*----------------------------------------------------------------------------*\
                                Диалоговый слой
\*----------------------------------------------------------------------------*/
.popup-place, .fon_proccess { position:absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 2147483600; display: none; }
.popup-place { background: rgba(0, 0, 0, 0.40); }
.fon_proccess { z-index: 2147483647; cursor: progress;  }
.popup-place .popup-window { position: absolute; font-size: 0;  }
.popup-place .popup-window-content { opacity: 1; background: #fff; border: none; box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16); border-radius: 9px 9px 8px 8px; font-size: 16px; line-height: 25px; padding: 0px; /*overflow: hidden;*/position: relative; }
.popup-place .popup-window-title { font-size: 32px;font-style: normal;font-weight: 700;line-height: normal; border-radius: 8px 8px 0 0;text-align: center; padding: 30px 86px 30px 86px;  margin: 0; background: #FCDC0F; color: #000;  }
.popup-place .popup-block { padding: 50px; }

.popup-place .popup-window-close { position: absolute; border-radius: 3px; font-size: 0; line-height: 0; top: 32px; right: 50px; width: 34px; height: 34px; background: url('/templates_new/default/pictures/icon/icon-close.svg') no-repeat 50% 50%; cursor: pointer; }
.popup-place .popup-window-alert { font-size: 16px;font-weight: 700;line-height: 1.4; color: #808080;}
.popup-place .popup-window-function { padding-top: 32px; display: flex; gap: 16px;  margin: 0 ; white-space: nowrap; min-height: 34px; text-align: center; justify-content:center; }
.popup-place .popup-window-function .button-link { width: 306px; }
.popup-place .popup-window-function .button-link.close-dialog:not(:first-child){ background: #f7f7f7; }

.popup-place .popup-window-content { min-width: 610px; }
.popup-place .alert .popup-window-content { width: 610px; }
.popup-place .authorization .popup-window-content { width: 610px; }
.popup-place .forgot-password .popup-window-content { width: 610px; }
.popup-place .one-click-cart .popup-window-content { min-width: 522px; }

.popup-hint-window { z-index:2147483000; position:absolute; font-size:0; }
.popup-hint-window .popup-window-title { font-size: 18px;font-style: normal;font-weight: 700;line-height: normal; border-radius: 8px 8px 0 0;text-align: center; padding: 18px 68px 18px 68px;  margin: 0; background: #FCDC0F; color: #000;  }
.popup-hint-window .popup-window-close { top: 4px; right: 4px; }
.popup-hint-window .popup-window-content { width: 400px; opacity: 1; background: #fff; border: none; box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16); border-radius: 9px 9px 8px 8px; font-size: 16px; line-height: 25px; padding: 0px; /*overflow: hidden;*/position: relative; }
.popup-hint-window .popup-window-function { padding: 10px 20px 0 30px; }

.popup-hint-window .popup-window-close { position: absolute; border-radius: 3px; font-size: 0; line-height: 0; top: 14px; right: 14px; width: 34px; height: 34px; background: url('/templates_new/default/pictures/icon/icon-close.svg') no-repeat 50% 50%; cursor: pointer; }




/*----------------------------------------------------------------------------*\
                                Автокомплит
\*----------------------------------------------------------------------------*/
.ac_results { padding: 0px; margin-top: 0px; max-height: 240px; /*max-height: 164px; overflow: auto; overflow: hidden;*/ z-index: 99999; position: absolute;  background: #fff; border: 2px solid #CED5DC; line-height: 1; padding: 12px; border-radius: 8px; box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.18);   }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; z-index: 1; position: relative; background-color: #fff;  }
.ac_results li { margin: 0px; padding: 18px 0px 18px 0px; position: relative; cursor: default; display: block; font-size: 16px; font-weight: 600; line-height: 1.1; font-weight: 400; overflow: hidden; cursor: pointer; border-bottom: 1px solid #D1D5DF; }
.ac_results li:last-child { border: none; }
.ac_results .ac_over { }
.ac_results li div { overflow: hidden; color: #000; display: flex; flex-direction: row; align-items: center; gap: 8px; }
.ac_results li div .img { display: inline-block; width: 32px; min-width: 32px; height: 32px; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.ac_results li div .data { padding-left: 20px; flex-grow: 1; }
.ac_results .ac_over div { font-weight: 500; letter-spacing: -0.13px;  }

.simplebar-track.simplebar-vertical { width: 10px; }
.simplebar-scrollbar:before { background: #D1D5DF;border-radius: 6px;left: 2px;right: 2px;}

/*----------------------------------------------------------------------------*\
                                выбор города
\*----------------------------------------------------------------------------*/
.popup-window.select-site-city .popup-content { width: 1316px; }
.popup-window.select-site-city .popup-block {  border-top: 50px solid #fff; border-bottom: 50px solid #fff;  border-radius: 0 0 8px 8px; padding-top: 0; padding-bottom: 0;  }
.select-city-top {  padding: 25px 50px; display: flex; gap: 32px; font-weight: 700;  }
.select-city-search { padding: 25px 50px; background: #fff0a5; }
.select-city-list { column-count: 4; column-width: auto; column-gap: 32px; line-height: 2; }
.postamat-list { display: flex; flex-direction: column; gap: 12px; }
/*----------------------------------------------------------------------------*\
                                выбор каталогов
\*----------------------------------------------------------------------------*/

.holder-catalog-menu { position: absolute; background: #fff; left: 0; right: 0; top: 66px; display: none;  }
.holder-catalog-select {  text-align: center; font-size: 16px; height: 40px;  }
.holder-catalog-select .link {  display: inline-block; padding: 6px 24px 12px; font-weight: 500; border-bottom: 4px solid #fff; cursor: pointer;  }
.holder-catalog-select .link.selected {  font-weight: 700;  border-bottom-color: #D9251D; cursor: default;  }
.holder-catalog-list { height: calc( 100% - 40px ) ; padding-top: 24px; }
.holder-catalog-list .block-content { height: 100%; padding-bottom: 24px; display: none; }
.holder-catalog-list .block-content.selected { display: block; }

.select-list-catalog { column-count: 3; column-width: auto; column-gap: 16px; }
a.listing-catalog-title { display: flex; gap: 16px; font-size: 16px;font-weight: 700;line-height: 1.4;color: #000; position: relative; align-items: center; }
.listing-catalog-title .name { flex-grow: 1; }
.listing-catalog-title:after { display: inline-block; content: ''; background-image: url('/templates_new/default/pictures/icon/icon-select.svg'); background-size: contain; background-position: center; background-repeat: no-repeat; height: 8px; width: 16px; transform: rotate(270deg);  }
.listing-catalog-item { border-radius: 16px; background: #FFF; box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12); padding: 20px; margin-bottom: 16px;  break-inside: avoid-column; }
.listing-catalog-items-holder { display: flex; gap: 8px; justify-content: space-between; flex-shrink: 0; margin-top: 16px; }
.listing-catalog-items { width: 100%; }
.listing-catalog-items a { color: #000;font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.7; display: block; margin-bottom: 8px; break-inside: avoid-column; }
.listing-catalog-items a:last-child { margin-bottom: 0; }
.listing-catalog-items.column_2 { column-count: 2; column-width: auto; column-gap: 16px; }
.listing-catalog-items.column_3 { column-count: 3; column-width: auto; column-gap: 16px; }

.catalog-list { display: flex; column-gap: 32px; row-gap: 8px;  flex-wrap: wrap; font-size: 14px; font-weight: 500; color: #7e8082; }
.catalog-list .item { white-space: nowrap; }


.navigator { margin: 0 auto; display: flex; gap: 15px; justify-content: center; }
.navigator .item  { padding: 5px 4px 0; font-size: 14px; font-weight: 600; text-decoration: none; background: #FAFAFA; border-radius: 2px; min-width: 28px; height: 28px; text-align: center;  color: #454F5A; }
.navigator .item.sel  { background: #D9251D; color: #fff;}
.navigator .item.arrow { background: #FAFAFA url('/templates_new/default/pictures/icon/icon-corner-black.svg') center no-repeat; }
.navigator .item.arrow.left { transform: rotate(180deg); }
.navigator .item.arrow.right {}
.navigator .na { display: none; }
.navigator .icon { }
.navigator .dot { font-size: 14px; font-weight: 600; }
.navigator .icon-control-end, .navigator .icon-control-start {  }
.navigator .icon-control-end .n, .navigator .icon-control-start .n { }

/*----------------------------------------------------------------------------*\
                                формы

form-block вертикальное размещение элементов формы
form-row - горизонтальное размещение элементов формы, элемент form-block
form-item - элемент  form-block
item-form-element - элемент для input
\*----------------------------------------------------------------------------*/


.form-block { display: flex; flex-direction: column; gap: 30px; font-size: 16px; line-height: 1.4; }

.form-block input[type="text"], .form-block input[type="password"], .form-block select, .form-block textarea { width: 100%; padding: 12px 12px 12px 16px;border-radius: 6px;border: 1px solid #F7F7F7;background: #ECEFF2;color: #000;font-size: 16px;font-weight: 500;line-height: normal;}
.form-block textarea { resize: vertical; height: 164px; }
.form-block .form-row { display: flex; gap: 16px; }
.form-block .form-item { display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.form-block .form-label { color: #808080; font-weight: 700; }
.form-block .req { color: #D9251D; }

.form-block .form-item.w25 { width: calc((100% - (16px * 3)) / 4);  flex-grow: 0; flex-shrink: 0; }
.form-block .form-item.w50 { width: calc((100% - 16px) / 2); flex-grow: 0; flex-shrink: 0; }

.form-block input[type="text"].small { width: 100px; }

.form-block-item {}
.form-block-item {}
.form-block .radio-note { font-size: 14px; line-height: 24px; }

.form-title { font-size: 20px;font-weight: 700;line-height: 1.3; }
.form-row .form-title { margin-bottom: 16px; }

.form-item .error-label { display: none; }
.form-block input[type="text"].error, .form-block textarea.error { background: #FFE5E3; }
.form-block .form-text { text-align: center; font-weight: 700; }

.item-form-element label { display: inline-block; position: relative; cursor: pointer; margin-left: 32px; font-size: 14px; font-weight: 400; line-height: 22px; }
.item-form-element input[type="radio"] + label::before { content: "";  display: inline-block;  height: 24px; width: 24px; position: absolute; left: -32px; top: -2px;background-image: url('/templates_new/default/pictures/icon/icon-radio.svg'); }
.item-form-element input[type="radio"]:checked + label::before { background-position: 0 100%;background-image: url('/templates_new/default/pictures/icon/icon-radio-checked.svg');  background-position: center; background-repeat: no-repeat; }
.item-form-element input[type="radio"] { display: none; }

.item-form-element input[type="checkbox"] + label::before { content: "";  display: inline-block;  height: 24px; width: 24px; position: absolute; left: -32px; top: -2px;background-image: url('/templates_new/default/pictures/icon/icon-checkbox.svg'); }
.item-form-element input[type="checkbox"]:checked + label::before { background-position: 0 100%;background-image: url('/templates_new/default/pictures/icon/icon-checkbox-checked.svg');  background-position: center; background-repeat: no-repeat; }
.item-form-element input[type="checkbox"] { display: none; }

.link-note { border-bottom: 1px dashed #808080; color: #808080; font-size: 14px;font-weight: 500; line-height: 17px; text-align: left; cursor: pointer;}


.form-block ::-webkit-input-placeholder{color:#808080 !important;font-size:inherit;line-height:inherit;}
.form-block ::-moz-placeholder{color:#808080 !important;font-size:inherit;line-height:inherit;opacity:1;}
.form-block :-moz-placeholder{color:#808080 !important;font-size:inherit;line-height:inherit;opacity:1;}
.form-block :-ms-input-placeholder{color:#808080 !important;font-size:inherit;line-height:inherit;}
.form-block :focus::-webkit-input-placeholder{color:transparent}
.form-block :focus::-moz-placeholder{color:transparent}
.form-block :focus:-moz-placeholder{color:transparent}
.form-block :focus:-ms-input-placeholder{color:transparent}

.popup-window .form-review { width: 742px; }
.order-place .form-order-city { color: #000;font-size: 14px;font-weight: 600;line-height: 1.3; margin-bottom: 15px; }


.product-filter { width: 294px; flex-grow: 1; display: flex; gap: 24px; flex-direction: column; background: #fff0a5; padding: 10px; border-radius: 16px; }
.product-filter select { width: 274px; }
.product-filter .item-form-block .item-form-element { margin-bottom: 8px; }

.holder-page-product .filter-button-show  { display: none; padding: 0;  }
.holder-page-product .filter-button-show  .link-button { margin: 0; width: 100%;}

.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/templates_new/default/pictures/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/templates_new/default/pictures/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/templates_new/default/pictures/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/templates_new/default/pictures/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/templates_new/default/pictures/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

.noUi-connect { background: #D9251D; }
.noUi-tooltip { display: none; }
.noUi-horizontal .noUi-handle {  width: 36px; height: 36px; box-shadow: none; }
.noUi-handle { border-radius: 50%; background: #D9251D; border: 10px solid #FFE1E0; cursor: pointer; }
.noUi-handle::after, .noUi-handle::before { display: none; }
.noUi-horizontal { height: 1px; }
.noUi-target { background: #CED5DC; border-radius: 0; border: none; box-shadow: none;  }
.noUi-horizontal .noUi-handle { top: -18px; }
.item-form-diapason { max-width: 100%; width: 100%; padding-left: 18px; padding-right: 17px; margin-top: 30px;  margin-bottom: 16px;  position: relative; }
.item-form-diapason input { display: none; }
.item-form-diapason-values { position: absolute; right: 0; top: -46px; color: #BDBDBD;font-size: 16px;font-weight: 500;line-height: 1; display: flex; gap: 2px; }
.product-filter-title { color: #282C2F; font-size: 16px; font-weight: 600; line-height: 1; margin-bottom: 12px; }


.ui-select { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: auto; position: relative; margin-bottom: 0; text-align: left; font-size: 16px; line-height: 1; }
.ui-select-input { display: block; border: 2px solid #BDBDBD; height: 48px; border-radius: 8px; color: #000; padding: 15px 25px 15px 12px; background: #fff;
    overflow: hidden; white-space: nowrap; cursor: pointer; }
.ui-select-button { display: block; position: absolute; top: 2px; right: 2px; width: 30px; bottom: 2px; cursor: pointer; background-color: #fff; border-radius: 7px;  }
.ui-select-button:after { display: block;  content: ''; position: absolute; top: 15px; left: 11px; background: url('/templates_new/default/pictures/icon/icon-corner.svg') center no-repeat; background-size: auto; background-size: contain;width: 10px;height: 15px;transform: rotate(90deg); }
.ui-select-button-open { }
.ui-select-button-open:after { transform: rotate(270deg); }
.ui-select-fader { position: absolute; top: 0; bottom: 0;  }
.ui-select-layer { display: block; position: absolute; border-collapse: separate; top: 50px; right: 0; left: 0; max-height: 300px; background: #fff;
    border: 2px solid #CED5DC; border-radius: 8px; box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.18);
    visibility: hidden; z-index: 1000; }
.ui-select-list { display: block; height: auto; overflow: hidden; padding: 0 12px; }
.ui-select-item { display: block; color: #000; text-decoration: none; padding: 14px 0px; cursor: pointer; border-bottom: 1px solid #BDBDBD; }
.ui-select-item:last-child { border-bottom: none; }
.ui-select-item:hover { font-weight: 500;  }
.ui-select-item.disabled { font-weight: bold; color: #fff; background: #626262; padding: 8px 8px 8px 8px; cursor: default; }
.ui-select-item.odd {}
.ui-select-item.odd:hover {}
.ui-select-item.selected { font-weight: 500;  }

.filter-holder .button.submit { display: none; }
.filter-holder .reset { color: #D9251D; cursor: pointer; font-size: 16px;font-weight: 500;line-height: 18px; padding: 0 8px 8px; display: inline-block; }

.filter-selected-holder { font-size: 14px;font-weight: 600;line-height: 20px;border-radius: 16px; background: #FFF0A5; display: flex; padding: 20px;flex-direction: column;gap: 20px;}
.filter-selected-holder .reset { color: #D9251D; cursor: pointer; font-size: 14px; font-weight: 500;  line-height: 18px;}

/*----------------------------------------------------------------------------*\
                                линия
\*----------------------------------------------------------------------------*/
.container-line-data { display: flex; gap: 32px; margin-bottom: 32px;  }
.container-line-data .container-line-images { width: 425px; flex-shrink: 0;  }
.container-line-data .container-line-info { flex-grow: 1; }
.container-line-data .container-line-function { width: 318px; flex-shrink: 0;  }

.container-images { display: flex; flex-direction: column; gap: 32px; }
.container-images .line-main-image { width: 425px; height: 425px; background-position: center; background-repeat: no-repeat; background-size: contain; position: relative; }
.container-images .line-main-image .image { display: none; }
.container-images .line-main-image .zoom-image { display: inline-block; position: absolute; /*background: url('/templates/default/pictures/zoom.png') 100% 100% no-repeat ; */ width: 100%; height: 100%; top: 0; left: 0; z-index: 2; cursor: pointer;   }

.container-adds-images { display: flex; gap: 8px; flex-wrap: wrap; }
.container-adds-images .preview-image { display: inline-block; height: 56px; width: 56px; border: 2px solid #fff; border-radius: 2px; cursor: pointer; background-position: center center; background-repeat: no-repeat; background-size: contain; }
.container-adds-images .preview-image.sel { border: 2px solid #D9251D; }

.container-line-info { display: flex; flex-direction: column; gap: 24px; /*color: #808080;*/ font-style: normal; font-weight: 500; line-height: 20px; }
.container-line-info .container-select-product { display: flex; gap: 8px; flex-direction: column; }
.container-line-info .container-select-product .select-product-title { color: #000; font-size: 14px; font-weight: 700; line-height: 20px; }

.container-line-info .select-product-holder { }
.container-line-info .select-product-holder .unit { display: none; }
.container-line-info .select-product-holder .product-color { width: 36px; height: 36px; }
.container-line-info .select-product-holder .product-color:after { width: 28px; height: 28px; margin-top: -14px; margin-right: -14px;  }
.container-line-info .select-product-holder .product-color.light:after { width: 26px; height: 26px; margin-top: -13px; margin-right: -13px;  }

.container-anons-product .anons-product-link { margin-top: 8px; }

.container-delivery-product {  display: flex; flex-direction: column; gap: 12px;  }
.holder-product-city .title { color: #000;  font-weight: 400;  line-height: 20px; }
.holder-product-city .name { border-bottom: 1px dashed #808080;  }

.product-function-buy { padding: 20px; background: #fff; box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12); border-radius: 24px;  color: #808080; font-size: 14px; font-weight: 500;line-height: normal; margin-top: 24px;  }
.product-holder-share { display: flex; justify-content: space-between; align-items: center; }
.product-holder-share .percent { display: inline-block; padding: 8px; border-radius: 7px; background: #D9251D;color: #FFF; font-size: 14px;font-weight: 700;line-height: 1; }
.product-holder-share .product-share { display: inline-block; padding-left: 28px;  background: url('/templates_new/default/pictures/icon/icon-share.svg') 0 50% no-repeat ; cursor: pointer; line-height: 24px;  }
.product-holder-price { margin-top: 12px; display: flex; align-items: center; gap: 14px; }
.product-holder-price .price { color: #000; font-size: 32px;font-weight: 700;line-height: 1;  }
.product-holder-price .previous { color: #808080; font-size: 20px; font-weight: 600; line-height: normal; position: relative; }
.product-holder-price .previous::after {display: inline-block;content: '';position: absolute;border-bottom: 2px solid #D9251D;bottom: 45%;left: -1px;right: -1px;}

.product-function-buy .delivery { color: #D9251D; }

.product-function-buy .product-holder-available {  display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.product-function-buy .product-holder-available .available { color: #00C013; }
.product-function-buy .product-holder-available .available.available-false { color: #D9251D; }
.product-holder-button { margin-top: 32px; display: flex; flex-direction: column; gap: 8px; }
.product-holder-button .button-link.one-click { background: #fff; }

.product-holder-bonus  { margin-top: 12px; }
.product-holder-bonus .bonus { color: #000; padding-right: 20px;background: url('/templates_new/default/pictures/icon/icon-bonus.svg') 100% 50% no-repeat; background-size: 16px 16px;}

.product-function-outer { display: flex; justify-content: space-between; align-items: center; color: #808080; font-size: 14px; font-weight: 500;line-height: normal; }
.product-function-outer .product-favorite { background: url('/templates_new/default/pictures/icon/icon-favorite-gray.svg') 0 50% no-repeat; background-size: 20px 20px; padding-left: 28px; cursor: pointer; }
.product-function-outer .product-favorite.true { background-image: url('/templates_new/default/pictures/icon/icon-favorite-red.svg');  }
.product-function-outer .product-compare { background: url('/templates_new/default/pictures/icon/icon-compare.svg') 0 50% no-repeat; background-size: 21px 20px; padding-left: 28px; cursor: pointer;  }

.container-line-analog { margin-bottom: 32px; }
.line-analog-title { color: #000; text-align: center;font-size: 20px;font-weight: 700;line-height: 26px; padding-bottom: 16px; }
.line-analog-list, .line-attach-list { padding-bottom: 38px;}
.line-analog-item { display: flex; gap: 16px; padding: 16px;  }
.line-analog-item .analog-item-img { width: 120px; flex-grow: 0; }
.line-analog-item .analog-item-data { display: flex; flex-direction: column; }
.line-analog-item img { max-width: 120px; max-height: 155px; }
.line-analog-item .title  { color: #000; font-size: 16px; font-weight: 500; line-height: 20px; }
.line-analog-item .price { color: #000; font-size: 20px; font-weight: 700; line-height: 24px; padding-top: 8px; flex-grow: 1;  }
.line-analog-item .text { color: #808080; font-size: 14px; font-weight: 500; line-height: normal; padding-bottom: 10px; }

.product-data {  }

.title-product-data {  border-bottom: 1px solid #D4D4D4; }
.title-product-data span { display: inline-block; color: #000; font-size: 16px; font-weight: 500; margin-right: 4px; padding: 8px 16px 8px; min-width: 100px; white-space: nowrap;
    text-align: center; cursor: pointer; position: relative;  }
.title-product-data span:hover {  }
.title-product-data span.sel { cursor: auto; }
.title-product-data span.sel:after { display: block; content: ''; position: absolute; left: 0; right: 0; bottom: -1px; border-bottom: 4px solid #D9251D; }
.text-product-data { background: #fff; padding: 24px 0px; }
.text-product-data .text { display: none; line-height: 1.5; font-size: 16px; }
.text-product-data .text.sel { display: block;  }

.page-error { padding: 24px;  border-radius: 16px;  border: 2px solid #EAEAEA;  background: #FFF; margin-bottom: 16px; font-size: 16px; color: #000;  font-weight: 400;  line-height: 1.6; }

/*----------------------------------------------------------------------------*\
                                отзывы
\*----------------------------------------------------------------------------*/
.list-review-item { max-width: 1012px; padding-bottom: 16px; color: #000;font-size: 16px;font-weight: 400;line-height: 1.6;  }
.list-review-item .holder-review-text { padding: 24px; border-radius: 24px;border: 1px solid #EAEAEA;background: #FFF; margin-bottom: 16px; }
.list-review-item .holder-review-reply { padding: 24px;border-radius: 24px;background: #F0F4F6; margin-left: 48px; margin-bottom: 16px; }
.list-review-item .list-review-name { margin-bottom: 8px; }
.list-review-item .list-review-name .name { font-weight: 700; }
.list-review-item .list-review-name .time { color: #808080; font-size: 14px; margin-left: 12px; }
.list-review-item .holder-review-reply .list-review-name .name { color: #777;  }
.list-review-item .review-text { overflow-wrap: break-word;  }
.holder-list-review .button-review { margin-top: 32px; }
.holder-list-review { flex-grow: 1; }

.holder-list-product-review { display: flex; gap: 32px; margin-top: 32px; }
.holder-list-product-review .holder-button-review { width: 336px; }
.holder-list-product-review .holder-button-review .button-link { width: 100%; }
.holder-list-product-review .holder-list-review { flex-grow: 1; }
.line-review-title { margin-top: 32px; font-size: 24px; font-weight: 700;  line-height: normal;  }


/*----------------------------------------------------------------------------*\
                                корзина
\*----------------------------------------------------------------------------*/
.holder-cart { display: flex; gap: 64px; width: 100%; }
.holder-cart .holder-cart-product { flex-grow: 1; }
.holder-cart .holder-cart-order { width: 382px; flex-shrink: 0; }

.cart-order-move { display: flex; flex-direction: column; gap: 32px; width: 382px;  }



.page-title-order { margin-bottom: 32px; font-style: normal;  }

.list-cart { display: flex; flex-direction: column; gap: 16px; }
.list-cart .list-cart-item { display: flex; gap: 16px; border-bottom: 1px solid #eeeeee; width: 100%; padding-bottom: 16px; }

.list-cart .list-cart-column { display: flex; gap: 16px; }

.list-cart .list-cart-item .img { width: 98px; height: 110px; flex-shrink: 0; background-position: center; background-repeat: no-repeat; background-size: contain; }
.list-cart .list-cart-item .name { flex-grow: 1; display: flex; flex-direction: column; gap: 16px; padding: 10px 0; }
.list-cart .list-cart-item .name a { color: #000; font-size: 16px; font-weight: 700; line-height: 20px;  }
.list-cart .list-cart-item .name .text { color: #808080; font-size: 14px; font-weight: 500; line-height: normal; }
.list-cart .list-cart-item .number { width: 136px; flex-shrink: 0;  flex-grow: 0; padding: 28px 10px 28px; }
.list-cart .list-cart-item .price { width: 116px; flex-shrink: 0; white-space: nowrap; display: flex; flex-direction: column; gap: 4px; align-items: flex-end; padding: 35px 16px 28px 0;  flex-grow: 0;  }
.list-cart .list-cart-item .price .cost { color: #000;font-size: 18px;font-weight: 600;line-height: 1; }
.list-cart .list-cart-item .price .cost-previous { color: #808080;font-size: 16px;font-weight: 500;line-height: 1; position: relative;  }
.list-cart .list-cart-item .price .cost-previous:after { display: inline-block; content: ''; position: absolute; left: 0; right: 0; bottom: 50%; border-bottom: 2px solid #D9251D; }
.list-cart .list-cart-item .select { width: 40px; flex-shrink: 0; flex-grow: 0; padding: 24px 0 0; }
.list-cart .list-cart-item:last-child { border-bottom: none;  }

.list-cart .list-cart-item.delete-item { align-items: center; }
.list-cart .list-cart-item.delete-item .cancel {  width: 116px; flex-shrink: 0; text-align: right; padding-right: 16px;  }
.list-cart .list-cart-item.delete-item .reset {  width: 40px; flex-shrink: 0; line-height: 0;  }

.list-cart .list-cart-item.delete-item .img { opacity: 0.4; filter: grayscale(40%); }
.list-cart .list-cart-item.delete-item .name { color: #000;font-size: 16px;font-weight: 500;line-height: 18px;}
.list-cart .list-cart-item.delete-item .cancel .a { font-size: 16px; font-weight: 600;line-height: normal; }
.list-cart .list-cart-item.delete-item .reset .a { display: inline-block; width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: 20px 20px;  background-image: url("/templates_new/default/pictures/icon/icon-close-gray.svg");  }

.list-cart .list-option {  display: flex; gap: 8px; flex-direction: column; }
.list-cart .list-option input {   }



.list-cart .number-item-cart { display: flex; gap: 8px; align-items: center; width: 116px; }
.list-cart .number-item-cart input { display: inline-block; border: none; width: 36px; height: 20px; text-align: center; color: #000;font-size: 16px;font-weight: 600;line-height: 20px; background: #fff;  }
.list-cart .number-item-cart input:hover { background: #F7F7F7; }
.list-cart .number-item-cart .count {  display: inline-block; width: 32px; height: 32px; background-color: #F7F7F7; border-radius: 2px; cursor: pointer; background-size: 16px 16px; background-repeat: no-repeat; background-position: center; font-size: 0; }
.list-cart .number-item-cart .count.minus { background-image: url("/templates_new/default/pictures/icon/icon-minus.svg"); }
.list-cart .number-item-cart .count.plus { background-image: url("/templates_new/default/pictures/icon/icon-plus.svg"); }
.list-cart .number-item-cart .count.delete { background-image: url("/templates_new/default/pictures/icon/icon-trash.svg"); background-size: 20px 20px; }

.holder-cart .item-form-element.select-product label { height: 40px; width: 40px; line-height: 0; display: inline-block; margin: 0px;  }
.holder-cart .item-form-element.select-product input[type="checkbox"] + label::before { content: "";  display: inline-block;  height: 40px; width: 40px; position: absolute; left: 0px; top: 0px;  background-image: url('/templates_new/default/pictures/icon/icon-checkbox-big.svg'); }
.holder-cart .item-form-element.select-product input[type="checkbox"]:checked + label::before { background-position: 0 100%;  background-image: url('/templates_new/default/pictures/icon/icon-checkbox-big-checked.svg');  background-position: center; background-repeat: no-repeat; }
.holder-cart .item-form-element.select-product input[type="checkbox"] { display: none; }

.holder-order-title { margin-bottom: 32px; align-items: center; }
.holder-title-function { flex-grow: 1; display: flex; gap: 32px; justify-content: space-between;  }

.holder-order-user { display: flex; justify-content: space-between; padding: 20px;  gap: 20px; border-radius: 16px;  background: #FFF0A5;font-size: 16px;font-weight: 500; width: 382px;}
.holder-order-user .a { font-size: 16px;font-weight: 600;}

.holder-cart-data { display: flex;padding: 32px 24px 24px 24px;flex-direction: column;gap: 20px;align-self: stretch;border-radius: 24px;background: #FFF;box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);}
.cart-data-item {  display: flex; gap: 8px; justify-content: space-between; color: #000;font-size: 16px;  font-weight: 500;line-height: normal;  }
.cart-data-item .bonus { color: #D9251D; padding-right: 20px;background: url('/templates_new/default/pictures/icon/icon-bonus.svg') 100% 50% no-repeat; background-size: 16px 16px;}

.cart-data-total { display: flex; flex-direction: column; gap: 8px; font-size: 16px;font-weight: 700;line-height: 20px; padding-top: 4px; }
.cart-data-total-sum { font-size: 28px;font-weight: 700;line-height: 32px; }

.cart-data-button { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.cart-data-button .button-link { padding: 22px 24px; }
.cart-data-button .button-link.one-click { background: #fff; }
.cart-data-button .button-link.reset { background: #CED5DC; color: #808080; cursor: default; }

.cart-data-bonus { background: #FFF0A5; border-radius: 16px; padding: 24px 20px 20px; display: flex; gap: 20px; flex-direction: column; }
.cart-data-bonus .cart-data-item { align-items: flex-end; }
.cart-data-bonus .value { padding-right: 30px; background: url('/templates_new/default/pictures/icon/icon-bonus.svg') 100% 50% no-repeat;  font-size: 24px; font-weight: 700; line-height: 1; }

.list-cart-details { display: flex; flex-direction: column; gap: 8px; }
.list-cart-details .list-cart-item { display: flex; gap: 16px; width: 100%; color: #808080; }
.list-cart-details .list-cart-item .img { width: 80px; height: 70px; flex-shrink: 0; background-position: center; background-repeat: no-repeat; background-size: contain; }
.list-cart-details .list-cart-item .name { flex-grow: 1; display: flex; flex-direction: column; font-size: 12px; font-weight: 500; line-height: 16px; gap: 2px;  }
.list-cart-details .list-cart-item .name a { color: #808080; font-size: 14px; font-weight: 600; line-height: 20px;  }
.list-cart-details .list-cart-item .price {  flex-shrink: 0; white-space: nowrap; display: flex; flex-direction: column; gap: 4px; align-items: flex-end; flex-grow: 0;  }
.list-cart-details .list-cart-item .price .cost { color: #000;font-size: 16px;font-weight: 700;line-height: 20px; }
.list-cart-details .list-cart-item .price .cost-previous { color: #808080;font-size: 12px;font-weight: 600;line-height: 15px; position: relative;  }
.list-cart-details .list-cart-item .price .cost-previous:after { display: inline-block; content: ''; position: absolute; left: 0; right: 0; bottom: 50%; border-bottom: 2px solid #D9251D; }

.list-cart-details .details-header { display: flex; gap: 16px; padding-bottom: 12px; justify-content: space-between; }
.list-cart-details .details-header .title { font-size: 14px; font-weight: 700; line-height: 20px;}
.list-cart-details .details-header .link { font-size: 14px;font-weight: 500;line-height: 17px;}

.list-order-details .details-header .title { font-size: 20px; font-weight: 700; line-height: 25px;}


.selected-product-cart.partial { opacity: 0.5; }

.holder-cart-stepcrumbs { display: flex; gap: 16px; margin-bottom: 32px; }
.holder-cart-stepcrumbs .cart-step { display: flex; align-items: center; gap: 16px; flex-grow: 1; }
.holder-cart-stepcrumbs .cart-step-holder-number { display: flex; align-items: center; flex-grow: 1;  }
.holder-cart-stepcrumbs .cart-step-number { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; /*font-family: Open Sans; */ padding-top: 9px; text-align: center; border: 1px solid #D4D4D4;color: #808080;text-align: center;font-size: 16px;font-weight: 600;line-height: 1;}
.holder-cart-stepcrumbs .cart-step-line { background: #D4D4D4; flex-grow: 1; height: 1px; }
.holder-cart-stepcrumbs .cart-step-title { color: #808080;font-size: 14px;font-weight: 500;line-height: normal; }

.holder-cart-stepcrumbs .cart-step.first { flex-grow: 0; }
.holder-cart-stepcrumbs .cart-step.first .cart-step-line { display: none;  }
.holder-cart-stepcrumbs .cart-step.first .cart-step-holder-number { flex-grow: 0; }

.holder-cart-stepcrumbs .cart-step.select .cart-step-number { background: #D9251D; border: 1px solid #D9251D; color: #fff; }
.holder-cart-stepcrumbs .cart-step.select .cart-step-line { background: #D9251D; }
.holder-cart-stepcrumbs .cart-step.select .cart-step-title { color: #D9251D; }

.holder-cart-stepcrumbs .cart-step.ready .cart-step-number { background: #fff; border: 2px solid #D9251D; font-size: 0; position: relative; }
.holder-cart-stepcrumbs .cart-step.ready .cart-step-number:after { display: block; content: ''; left: 7px; top: 7px; position: absolute; width: 16px; height: 10px; border-bottom: 2px solid #D9251D; border-left: 2px solid #D9251D; transform: rotate(-45deg); }
.holder-cart-stepcrumbs .cart-step.ready .cart-step-line { background: #D9251D; }
.holder-cart-stepcrumbs .cart-step.ready .cart-step-title { color: #D9251D; }


.form-block .form-item.holder-delivery  { gap: 20px; }
.holder-delivery label { font-size: 16px;font-weight: 400; line-height: 22px; }
.holder-delivery .radio-note { display: none; padding: 10px 0 0 32px;  }
.holder-delivery .radio-note.select { display: block; }
.holder-delivery .holder-delivery-types { display: none; padding: 10px 0 0 32px; }
.holder-delivery .holder-delivery-types.select  { display: block;  }

.form-block .form-item.holder-delivery-param { gap: 20px; }
.holder-delivery-param label { font-size: 16px;font-weight: 400; line-height: 22px; gap: 20px; }

/*
.holder-delivery .form-block { gap: 10px; }
 */


.holder-radio-block { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; width: 100%; }
.holder-radio-block .radio-block { padding: 20px 18px; border-radius: 16px; min-height: 160px; background: #FFF; border: 2px solid #FFF; box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);  }
.holder-radio-block .radio-name-holder { display: flex; flex-direction: column; gap: 16px;  }
.holder-radio-block input { display: none; }
.holder-radio-block input:checked + label { border: 2px solid #D9251D;  }
.holder-radio-block .radio-name { font-weight: 700; font-size: 16px; line-height: 22px; }


/*----------------------------------------------------------------------------*\
                                календарь
\*----------------------------------------------------------------------------*/
.holder-select-calendar { width: 100%;  padding: 24px 30px 20px 30px; display: flex; gap: 16px; flex-direction: column;  }
.select-calendar { display: flex; gap: 8px; flex-direction: column;  }

.holder-month { display: flex; gap: 16px; justify-content: space-between; }
.holder-month .name-month { font-size: 16px; font-weight: 700; line-height: 22px; }

.select-month { padding: 5px 4px 0; text-decoration: none; border-radius: 2px; min-width: 28px; height: 28px; background: #FAFAFA url('/templates_new/default/pictures/icon/icon-corner-black.svg') center no-repeat; cursor: pointer; }
.select-month.before{ transform: rotate(180deg);  }
.select-month.disabled { opacity: 0.4; cursor: default; }
.select-calendar .week { display: flex; gap: 8px; justify-content: space-between; }
.select-calendar .name-week .day  { display: flex; width: 40px; height: 40px; line-height: 1; justify-content: center; align-items: center; background: #ffe76f; }
.select-calendar .day input { display: none;  }
.select-calendar .day { display: inline-block; width: 40px; height: 40px; border-radius: 2px; background: #FAFAFA; overflow: hidden;  }
.select-calendar label { display: flex; width: 40px; height: 40px; line-height: 1; justify-content: center; align-items: center; }
.select-calendar .day.disabled { opacity: 0.3; }
.select-calendar .day.weekend { color: #cb071f; }
.select-calendar .day.today { font-weight: 700;  }

.select-calendar input[type="radio"]:checked + label { background: #fcdc0f; }


.select-calendar-time { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.select-calendar-time input[type="radio"] { display: none;  }
.select-calendar-time .time { display: inline-block; width: 100px; height: 40px; border-radius: 2px; background: #FAFAFA; overflow: hidden;   }
.select-calendar-time label { display: flex; width: 100%; height: 100%; line-height: 1; justify-content: center; align-items: center; }
.select-calendar-time input[type="radio"]:checked + label { background: #fcdc0f; }

.select-time{ display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.select-time select { width: 70px;}
.select-time .button-link { padding: 15px 24px 14px; }

.popup-hint-window.day-time-interval .popup-window-content { width: 427px; }


.order-summary-header .title { font-size: 20px; font-weight: 700; line-height: 25px;}
.order-summary-header { font-size: 18px; color: #4c4c4c; padding: 0 0 20px; }
.order-summary { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.order-summary > div { display: flex;  gap: 8px; color: #000; font-size: 16px; line-height: 24px;  }
.order-summary .order-title { color: #808080; font-weight: 700; width: 248px; flex-shrink: 0; }
.order-summary-actions { display: flex; gap: 8px; }
.order-summary-actions .button-link { background: #00C013; color: #fff; margin-bottom: 32px; }

.holder-user-page { display: flex; flex-direction: row; gap: 48px; width: 100%; }
.holder-user-menu { flex-shrink: 0; width: 438px; display: flex; flex-direction: column; gap: 8px; }
.holder-user-menu .item-user-menu  { padding: 24px; border-radius: 16px; background: #fff; box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.12); display: flex; flex-direction: column; gap: 20px; }
.holder-user-menu .item-user-menu a {  font-size: 20px; font-weight: 700; line-height: 26px; color: #000; display: block; padding-right: 20px; background: url('/templates_new/default/pictures/icon/icon-corner-black.svg') 100% 50% no-repeat; }

.holder-user-data { display: flex; flex-direction: column; gap: 24px;  flex-grow: 1; font-size: 16px; }
.holder-user-bonus { background: #FFF0A5; display: flex; gap: 20px; padding: 20px; border-radius: 16px; justify-content: space-between; align-items: center; font-size: 20px;font-weight: 700;line-height: 26px; }
.holder-user-bonus .bonus-value { padding-right: 30px; background: url('/templates_new/default/pictures/icon/icon-bonus.svg') 100% 50% no-repeat; font-size: 24px;font-weight: 700;line-height:32px; }

.holder-user-order { background: #fff; box-shadow: 0px 6px 20px 0 rgba(0,0,0,0.12); padding: 24px; gap: 8px; border-radius: 16px; display: flex; flex-direction: column; }

.header-user-order { display: flex; font-size: 14px; font-weight: 400; line-height: 24px; color: #808080; padding: 8px 20px; gap: 8px; }
.table-user-order .order-time { width: 20%; white-space: nowrap;  }
.table-user-order .order-number { width: 20%; width: 20%; white-space: nowrap; }
.table-user-order .order-sum { width: 20%; width: 20%; white-space: nowrap; }
.table-user-order .order-action { flex-grow: 1;  display: flex; gap: 20px; justify-content: flex-end; }

.item-user-order { display: flex; gap: 8px; font-size: 16px; font-weight: 500; line-height: 20px; padding: 16px 20px; }
.table-user-order > div:nth-child(even) { background: #F7F7F7; border-radius: 6px; }
.title-user-order { font-size: 20px;font-weight: 700; line-height: 26px;  }
.table-user-order .print { width: 20px; height: 20px; background: url('/templates_new/default/pictures/icon/icon-print.svg') center no-repeat; background-size: contain;  font-size: 0; }

.user-info .holder-post .req { display: none;}
.user-info .holder-address .req { display: none;}
.user-info .radio-note { display: none !important;}

.section-page { padding: 5px 0; }
.section-page .section-title { padding-bottom: 10px; }
.section-page .section-title span { display: inline-block; background: #fcdc0f; border-radius: 14px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #da251d ; padding: 8px 29px 8px 29px; cursor: pointer; }
.section-page .section-text { display: none; padding: 10px 18px; background: #f0f0f0; border: 1px solid #b7b6b6; border-radius: 14px; margin-bottom: 20px; }

.request-form-holder { display: flex; gap: 48px; }
.request-product-holder { width: 274px; display: flex; flex-direction: column; gap: 12px; text-align: center; }
.request-product-name { font-size: 16px; font-weight: 700; line-height: 22px; }

.request-product-param-item {font-size: 14px;font-weight: 500; line-height: 20px; color: #808080; }

.request-form-holder .form-block { width: 422px; }

.request-search-text-holder { font-size: 16px; font-weight: 500; line-height: 20px;  padding-bottom: 30px;}
.request-search-form-holder { display: flex; gap: 48px; justify-content: space-between; }
.request-search-form-holder form { width: 50%; }

.request-search-form-holder .request-search-holder-image {  }
.request-search-form-holder .request-search-image { background: url('/templates_new/default/pictures/not-found.jpg') center no-repeat; width: 440px; background-repeat: no-repeat; background-size: cover;  padding-bottom: 78.41%; height: 0px; border-radius: 16px; }

.contact-place { color: #5a5a5a; width:100%; table-layout: fixed; }
.contact-place td { padding: 0 5px; }
.contact-place .contact-img td { padding-top: 60px; }
.contact-place .contact-img img { border-radius: 16px; width: 100% !important; height: auto !important;   }
.contact-place h3 {  font-size: 16px;  font-weight: 600;  line-height: 20px; margin-bottom: 30px;}
.contact-place a { color: #5a5a5a; }
.contact-place p { margin: 0 0 4px 0; }
.contact-place div p:last-child { margin: 0 }
.contact-address { background: url('/templates_new/default/pictures/icon/icon-balun.svg') no-repeat 0 0; padding: 0 0 30px 40px; }
.contact-email { background: url('/templates_new/default/pictures/icon/icon-mail.svg') no-repeat 0 0; padding: 0 0 30px 40px; }
.contact-messager { background: url('/templates_new/default/pictures/icon/icon-whatsapp.svg') no-repeat 0 0; padding: 0 0 30px 40px; }
.contact-phone { background: url('/templates_new/default/pictures/icon/icon-phone.svg') no-repeat 0 0; padding: 0 0 30px 40px; }
.contact-worktime { background: url('/templates_new/default/pictures/icon/icon-clock.svg') no-repeat 0 0; padding: 0 0 30px 40px; }
.contact-place .place-map { font-size: 0; width: 100%; height: 340px; border: 3px solid #ffdf1d; border-radius: 16px; overflow: hidden; }
.contact-place div:last-child  { padding-bottom: 0; }
.contact-point td { padding: 0 0 0 32px; }
.hide { display: none }

.sitemap-listing-holder { padding-bottom: 24px; font-size: 15px; }
.sitemap-listing-holder .sitemap-item { padding-top: 18px;}
.sitemap-listing-holder .sitemap-item:first-child { padding-top: 0;}
.sitemap-listing-holder .sitemap-item > .sitemap-item { padding-left: 20px; padding-top: 6px;}
.sitemap-listing-holder .sitemap-item-section { font-weight: 700; font-size: 17px; }


.main-mobile-menu { position: fixed; min-height: 100%; width: 320px; top: 0; left: -320px; background: #fff; z-index: 999999;  line-height: 1; overflow: auto; padding: 80px 20px 40px; }
.main-mobile-menu .button-close { position: absolute; width: 54px; height: 48px; top: 12px;  left: 20px; cursor: pointer; background: url('/templates_new/default/pictures/icon/icon-close.svg') center no-repeat;  }

.main-mobile-menu .mobile-menu-holder { display: flex; flex-direction: column; gap: 32px;  }
.main-mobile-menu .mobile-menu-list { display: flex; flex-direction: column; gap: 16px; font-weight: 500; font-size: 15px; color: #000; }
.main-mobile-menu .mobile-menu-list a { color: #000; }

.scroll-horizon-place { overflow-x: auto; }