@charset "UTF-8";
:root {
  --primr: #bb0000;
  --disc: #0ba63f;
  --gray00: #000000;
  --gray14: #141414;
  --gray30: #303030;
  --gray40: #404040;
  --gray66: #666666;
  --gray75: #757575;
  --gray90: #909090;
  --grayaa: #aaaaaa;
  --graycc: #cccccc;
  --graydd: #dddddd;
  --grayee: #eeeeee;
  --grayff: #ffffff;
  --w: calc(100vw - 10px);
  --w2: calc( var(--w) / 2 );
  --listimgw: calc( var(--w2) - 11px );
  --listimgwm: calc( var(--listimgw) * -1 );
  --fleft: calc( var(--w2) - 35px);
  --ftop: calc( ( var(--listimgw) + 105px ) * -1);
  --dleft: calc( ( 100vw - 1100px ) / 2 );
  --shadow: 0 2px 10px 0 rgba(0, 0, 0, .12); }

* {
  box-sizing: border-box;
  outline: 0; }

.mt0 {
  margin-top: 0px !important; }

.cl {
  clear: both;
  display: block;
  height: 0; }

.w30p {
  width: 30vw; }

.w40p {
  width: 40vw; }

.collapse {
  display: none !important; }

.red {
  color: var(--primr) !important; }

.pos {
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer; }

.waitimg {
  display: none;
  width: 100px;
  height: 100px;
  left: calc(50vw - 50px);
  top: calc(50vh - 50px);
  position: fixed;
  z-index: 5000; }

@media (min-width: 1152px) {
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    text-decoration: none; }

  body {
    line-height: 1; }

  ol, ul {
    list-style: none; }

  table {
    border-collapse: collapse;
    border-spacing: 0; }

  .page {
    z-index: 3000; }

  .pageoverlay {
    z-index: 5000;
    position: fixed;
    /*left: 0;*/
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }
  
  .cbannerwrapper {
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    width: 100%;
  }
  .cbanner {
    background: var(--gray66);
    width: 600px;
    height: 60px;
    font-size: 80%;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 0px auto;
  }
  .cbanner a {
    color: white;
  }
  .cbanner a:hover {
    color: var(--primr);
  }
  .cbanner a:active {
    color: var(--primr);
  }
  .cbtext {
    width: 450px;
    float: left;
  }
  .cbbtn {
    width: 120px;
    height: 30px;
    float: left;
    margin-top: 6px;
    float: left;
  }
  .submitcbbtn{
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 100%;
    cursor: pointer;
  }
  
  /*.content {
    min-height: 500px;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: var(--gray30);
    margin-bottom: 15px;
  }*/
  /*.content {
    width: 100%;
    height: 100%;
    padding: 90px 5px 20px 5px;
    z-index: 3500;
    background: var(--primw);
  }*/
  .content {
    /*width: 840px;*/
    float: left;
    overflow: hidden;
    left: calc((100vw - 1100px) / 2);
    position: relative; }

  .c1 {
    width: 840px;
    margin-left: 35px;
    /*min-height: calc(100vh - 490px);*/ }

  .c3 {
    width: 840px;
    margin-left: 35px;
    /*min-height: calc(100vh - 490px);*/ }

  .c5 {
    width: 840px;
    margin-left: 35px; }

  .c6 {
    width: 840px;
    min-height: calc(100vh - 410px);
    margin-left: 35px; }

  .c7 {
    margin-left: 35px;
    /*min-height: calc(100vh);*/ }

  /*.content1 {
    width: 840px;
    float: left;
    overflow: hidden;
    left: calc((100% - 1100px)/2);
    min-height: calc(100vh - 490px);
    position: relative;
    margin-left: 35px;
  }*/
  /*.content3 {
    width: 840px;
    float: left;
    overflow: hidden;
    left: calc((100% - 1100px)/2);
    min-height: calc(100vh - 490px);
    position: relative;
    margin-left: 35px;
  }*/
  /*.content6 {
    min-height: 500px;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: var(--gray30);
    margin-bottom: 15px;
  }*/
  .catdescription {
    border: solid 1px;
    overflow: hidden;
    border-color: var(--graycc);
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    padding-left: 15px;
    color: var(--gray40);
    margin-top: 10px; }

  .catdescription h2 {
    font-weight: 600; }

  .profilebar {
    height: 0px;
    overflow: hidden; }

  .loginpopup {
    height: 0px;
    overflow: hidden; }

  .breadcrumbs {
    padding: 0 0 10px 0;
    font-size: 16px;
    /*text-align: center;
    overflow: hidden;*/
    color: var(--gray40); }

  .breadcrumbs h1 {
    font-weight: 100;
    text-align: left; }

  .breadcrumbs a {
    color: var(--gray30); }

  .breadcrumbs a:hover {
    color: var(--gray75); }

  .catwrapper a {
    color: var(--gray30);
    line-height: 30px; }

  .catwrapper a:hover {
    color: var(--graycc); }

  .catwrapper h1 {
    /*padding: 5px 5px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .catwrapper .branchlvl0 {
    padding-left: 30px; }

  .catwrapper .branchlvl1 {
    padding-left: 50px; }

  .catitems {
    /*margin-top: 15px;*/ }

  .page404 {
    /*padding: 10px 5px 0 5px;*/ }

  .page404 a {
    color: var(--primr); }

  .page404 .imgwrapper {
    padding-bottom: 20px;
    display: flex;
    justify-content: center; }

  .page404 img {
    width: 400px; }

  .pagetitle {
    font-size: 18px;
    color: var(--gray40);
    font-weight: 100;
    margin-bottom: 10px; }

  .pagetitle h1 {
    font-weight: 100; }

  .pagetitle a {
    color: var(--gray40); }

  .pagetitle a:hover {
    color: var(--gray90); }

  .notfound {
    padding: 15px 15px 15px 15px;
    border: solid 1px;
    overflow: hidden;
    border-color: var(--primr);
    border-radius: 2px;
    font-size: 16px;
    color: var(--gray40); }

  .linkslistwrapper {
    /*padding: 0 0 0 10px;
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 18px);*/
    /*width: calc(100vw - 20px);
    white-space: nowrap;*/
    /*overflow: hidden;*/
    display: inline-block;
    padding: 0 0 10px 0; }

  .linkslistwrapper h1 {
    text-align: left;
    /*padding-top: 5px;*/
    /*padding-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray66);
    margin: 0;
    line-height: 1.3;*/ }

  .linklistitem {
    /*height: 25px; */
    overflow: hidden;
    margin-left: 20px;
    width: 800px; }

  .linklistitem a {
    color: var(--gray30);
    width: 100%;
    font-size: 16px;
    line-height: 28px; }

  .linklistitem a:hover {
    color: var(--gray75); }

  /*@media (max-width: 920px) {}*/
  @font-face {
    font-family: 'icomoon';
    src: url("./icomoon.ttf") format("truetype");
    /*font-weight: normal;
    font-style: normal;
    font-display: swap;*/ }
  :root {
    --btnsize: 40px; }

  [class*='icon'] {
    font-family: 'icomoon' !important;
    font-style: normal; }

  /*-----------------*/
  .carticon {
    display: block;
    height: 30px;
    width: 30px;
    padding: 8px 0 0 4px;
    background: var(--primr);
    color: white;
    border-radius: 3px; }

  .carticon:before {
    font-size: 20px;
    content: "\0155"; }

  .redcart:before {
    content: "\0156";
    /*color: var(--primr);*/ }

  /*-----------------*/
  .trashicon {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: 40px;
    width: 40px;
    border-radius: 3px;
    /*margin-left: auto;*/
    text-align: center;
    padding: 13px 6px;
    cursor: pointer; }

  .trashicon:before {
    /*font-size: 26px;*/
    content: "\0103"; }

  /*-----------------*/
  .backicon {
    display: block;
    padding: 10px 0 0 10px;
    /*padding-top: 10px;
    padding-left: 15px;*/ }

  .backicon:before {
    font-size: 28px;
    content: "\009c";
    margin-left: -5px; }

  /*-----------------*/
  .listitem .hearticon {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 22px;
    color: var(--gray75);
    padding: 5px 0 0 1px;
    z-index: 2;
    left: 182px;
    top: -295px;
    cursor: pointer; }

  .listitem .hearticon:before {
    content: "\009e"; }

  .listitem .redheart:before {
    content: "\00c7";
    color: var(--primr); }

  /*-----------------*/
  .icon-search {
    /*padding-top: 19px;*/ }

  .icon-search:before {
    content: "\00bf"; }

  .icon-sidemenu:before {
    content: "\00f2"; }

  .icon-share {
    display: block;
    padding: 11px 0 0 9px; }

  .icon-share:before {
    font-size: 24px;
    content: "\00d0"; }

  .icon-profmenu:before {
    content: "\00fe";
    font-size: 21px; }

  .favicon {
    display: block;
    padding: 12px 0 0 8px; }

  .favicon:before {
    font-size: 24px;
    content: "\009e"; }

  .redheart:before {
    content: "\00c7";
    color: var(--primr); }

  .icon-align {
    display: block;
    padding: 13px 0 0 10px; }

  .icon-align:before {
    font-size: 20px;
    content: "\008a"; }

  .icon-cross {
    font-size: 24px; }

  .icon-cross:before {
    content: "\008d"; }

  .icon-home {
    display: block;
    padding: 9px 0 0 7px; }

  .icon-home:before {
    font-size: 27px;
    content: "\0118"; }

  .icon-inc {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: 40px;
    width: 40px;
    padding: 13px 6px;
    margin-left: 10px;
    border-radius: 3px;
    text-align: center;
    /*padding: 3.2% 0;*/
    cursor: pointer; }

  .icon-inc:before {
    /*font-size: 20px;*/
    content: "\00f8"; }

  .icon-dec {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: 40px;
    width: 40px;
    padding: 13px 6px;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    /*padding: 3.5% 0;*/ }

  .icon-dec:before {
    /*font-size: 20px;*/
    content: "\00f9"; }

  .icon-exit {
    display: block;
    padding: 15px 0 0 13px;
    font-size: 20px; }

  .icon-exit:before {
    content: "\0069"; }

  .icon-myprof {
    display: block;
    padding: 13px 0 0 10px;
    font-size: 20px; }

  .icon-myprof:before {
    content: "\00fd"; }

  .icon-mycart {
    display: block;
    padding: 13px 0 0 10px;
    font-size: 20px; }

  .icon-mycart:before {
    content: "\0155"; }

  .icon-myfavs {
    display: block;
    padding: 14px 0 0 10px;
    font-size: 20px; }

  .icon-myfavs:before {
    content: "\009e"; }

  .icon-myord {
    display: block;
    padding: 14px 0 0 10px;
    font-size: 20px; }

  .icon-myord:before {
    content: "\016d"; }

  .header {
    width: 1100px;
    /*margin: 0 auto;*/
    text-align: center;
    display: block;
    color: var(--gray30);
    margin-bottom: 15px;
    position: relative;
    left: var(--dleft); }

  .headerwrapper {
    width: 1100px; }

  .headerwrapper .searchframe {
    height: 150px;
    width: 395px;
    float: left;
    padding-top: 70px;
    text-align: left; }

  .headerwrapper .searchframe input {
    height: 30px;
    width: 306px;
    /* margin-top: 10px; */
    font-size: 16px;
    padding: 8px 0 8px 7px;
    border-radius: 3px;
    border: 1px solid var(--gray75);
    position: relative;
    caret-color: var(--primr);
    float: left; }

  .headerwrapper .searchframe .navbar-icon {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    padding: 9px 0 0 7px;
    background: var(--primr);
    color: var(--grayff);
    border-radius: 3px; }

  .headerwrapper .logobar {
    height: 150px;
    width: 310px;
    float: left;
    margin: 0px 0 0 0px;
    font-size: 12px;
    padding-top: 15px; }

  .topmenuitem {
    height: 30px;
    float: left; }

  .cartqnt {
    float: left;
    padding: 2px 0 0 15px;
    font-size: 13px;
    height: 30px; }

  .carta {
    /*float: left; */
    /* margin: 2px 0 0 15px; */
    /* font-size: 13px; */
    /* font-weight: bold; */
    font-weight: bold;
    height: 15px;
    display: block; }

  .carta a {
    color: var(--primr); }

  .logobar .logoname {
    margin-top: 5px; }

  .headerwrapper .logobar h1 {
    font-size: 30px;
    letter-spacing: 2px;
    font-family: Helvetica;
    padding-top: 5px; }

  .headerwrapper .logobar h2 {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: Helvetica;
    padding-top: 8px;
    color: var(--gray14); }

  .headerwrapper .menuframe {
    height: 150px;
    width: 395px;
    float: left;
    padding-top: 70px;
    padding-left: 68px;
    text-align: left; }

  .topwrapper {
    height: 40px;
    width: 1100px;
    background: var(--gray66);
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 2px; }

  .topwrapper a:hover {
    color: var(--primr) !important; }

  .topwrapper .topmenu {
    display: flex;
    float: left;
    font-size: 14px; }

  .topwrapper ul {
    display: flex; }

  .topwrapper li a {
    float: left;
    display: inline;
    color: var(--grayff);
    line-height: 38px;
    padding-right: 20px; }

  .topwrapper .phone {
    float: left;
    height: 40px;
    color: var(--grayff);
    padding-top: 12px;
    padding-left: 150px;
    letter-spacing: 3px;
    font-size: 14px; }

  .topwrapper .phone a {
    color: var(--grayff); }

  .topwrapper .profile {
    float: right;
    width: 60px;
    height: 40px;
    color: var(--grayff);
    line-height: 38px;
    /*padding: 3px 0 0 0;*/ }

  .prof-icon {
    padding-top: 3px; }

  .topwrapper .profile a {
    color: var(--grayff);
    text-decoration: none;
    height: 40px;
    display: block; }

  .middlewrapper {
    width: 1100px;
    float: left; }

  .headerwrapper .bottomwrapper {
    height: 40px;
    width: 1100px;
    background: var(--primr);
    border-radius: 2px; }

  .headerwrapper .bottomwrapper ul {
    display: flex;
    padding: 0 150px 0 150px; }

  .headerwrapper .bottomwrapper li {
    flex: 1 1 auto;
    justify-content: center;
    display: flex; }

  .bottomwrapper li a {
    color: var(--grayff);
    line-height: 40px;
    text-decoration: none; }

  .navbar-icon {
    height: 50px;
    width: 50px;
    color: var(--grayff);
    display: flex;
    user-select: none; }

  /* sidebar */
  .sbs {
    /*left: 0px !important;
    visibility: visible !important;*/ }

  .sidebar {
    width: 225px;
    float: left;
    background: white;
    border-width: 0px;
    overflow: hidden;
    position: relative;
    left: var(--dleft);
    /*z-index: 5100;
    position: fixed;
    overflow: auto;
    left: -100vw;
    width: 75vw;
    height: 100%;
    background-color: var(--primw);
    transition-duration: 300ms;*/ }

  .sidebar .logobar {
    display: none;
    /*display: block;
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid var(--graycc);*/ }

  .logo {
    height: 50px; }

  .logoname {
    /*float: left;*/
    width: 310px;
    /*padding: 16px 0 0 16px;*/
    /*font-family: Helvetica;
    color: var(--gray14);
    font-size: 22px;
    letter-spacing: 2px;*/ }

  .sidebar ul {
    list-style-type: none;
    /*padding-top: 5px;*/
    font-size: 13px;
    width: 211px;
    text-decoration: none; }

  .sidebar a {
    color: var(--gray14); }

  .sidebar .level00 {
    display: none; }

  .sidebar .level0 {
    padding-left: 0px;
    padding-bottom: 5px;
    width: 207px;
    height: 23px; }

  .sidebar .level1 {
    padding-left: 15px;
    padding-bottom: 5px;
    width: 207px;
    height: 23px; }

  .sidebar a:hover {
    color: var(--primr); }

  .sidebar .selected {
    color: var(--primr) !important; }

  .sidebar .catwrapper {
    width: 225px;
    margin-bottom: 15px;
    min-height: 36px;
    padding: 0 0 10px 10px;
    border: solid;
    border-width: 2px;
    border-radius: 2px;
    color: var(--graydd);
    float: left; }

  .sidebar .title {
    color: var(--gray14);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    /*margin-bottom: 2px;*/ }

  .sidebar .block-title {
    width: 225px;
    margin-bottom: 15px;
    min-height: 36px;
    padding-left: 10px;
    border: solid;
    border-width: 2px;
    border-radius: 2px;
    color: var(--graydd);
    float: left; }

  .sidebar .block-title a {
    /*color: var(--gray6e);*/ }

  .sidebar .block-title a:visited {
    /*color: var(--gray6e);*/ }

  .pbs {
    /*left: calc(100vw - 250px) !important;*/
    top: 50px !important;
    /*left: calc( ( 100vw / 2 ) + 350px );*/
    visibility: visible !important; }

  .profilebar {
    z-index: 5100;
    position: fixed;
    /*overflow: auto;*/
    /*left: 100vw;*/
    left: calc( ( 100vw / 2 ) + 350px );
    top: -300px;
    width: 200px;
    height: 300px;
    background-color: var(--grayff);
    transition-duration: 300ms;
    visibility: hidden; }

  .profilebar .logobar {
    display: none;
    height: 50px;
    /*font-size: 20px;*/
    border-bottom: 1px solid var(--graycc); }

  .profilebar ul {
    padding: 10px 0 0 10px;
    font-size: 16px;
    /*width: calc(75vw - 10px);
    width: calc(75vw - 10px);*/
    white-space: nowrap;
    overflow: hidden;
    display: inline-block; }

  .profilebar li {
    min-height: 40px;
    /*padding: 10px 0 5px 0;*/ }

  .profilebar .level0 {
    padding-left: 0; }

  .profilebar .level0 a {
    color: var(--gray30);
    display: block;
    width: 100%;
    height: 40px;
    display: flex; }

  .profilebar .level0 a:hover {
    color: var(--gray75); }

  .profilebar .menuicon {
    height: 40px;
    width: 40px; }

  .profilebar .menuitem {
    height: 40px;
    width: 140px;
    padding: 12px 0 0 0; }

  .orderswrapper {
    /*padding: 10px 100px 0 100px*/
    padding-right: 10px; }

  .orderswrapper .pagetitle h2 {
    font-weight: 100; }

  .details .title {
    height: 60px; }

  .fsumm {
    height: 40px;
    padding-top: 12px;
    margin-right: 30px; }

  .orderswrapper .ord-head {
    display: flex;
    padding: 12px 12px 0 12px;
    border-radius: 8px 8px 0 0;
    height: 40px;
    background-color: var(--grayee);
    color: var(--gray66); }

  .orderswrapper .ord-body {
    /*padding-bottom: 10px;*/ }

  .orderswrapper li {
    box-shadow: var(--gray30);
    transition: all .3s;
    margin-bottom: 25px; }

  .orderswrapper .number {
    font-size: 14px;
    margin-left: auto;
    padding-top: 2px; }

  .orderswrapper .date {
    font-size: 17px;
    /*font-weight: 600;*/ }

  .orderswrapper .status {
    height: 25px;
    padding: 5px 0 0 10px;
    color: var(--primr); }

  .orderswrapper .payment {
    height: 32px; }

  .orderswrapper .itemsholder {
    display: flex;
    padding-left: 10px;
    overflow: hidden;
    margin-top: 5px;
    /*overflow-x: scroll;*/
    /*height: 70px;*/ }

  .orderswrapper .item {
    padding-right: 5px; }

  .orderswrapper img {
    width: 60px;
    height: 60px;
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .orderswrapper .btnholder {
    display: flex;
    justify-content: center;
    /*padding: 10px 0 10px 0;*/ }

  .orderswrapper .payment .paybtn {
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    /* background: var(--primr); */
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 130px;
    height: 32px;
    /* letter-spacing: 0.6px; */
    margin-left: 10px;
    cursor: pointer; }

  .orderswrapper .pricebtn {
    font-size: 16px;
    background: var(--grayee);
    /* margin-right: 5vw; */
    text-align: center;
    line-height: 1.8;
    border-radius: 4px;
    width: 150px;
    max-width: 150px;
    margin-left: auto; }

  .gobtns {
    width: 100%;
    display: flex;
    margin: 15px 0 0 0; }

  .gomainbtn {
    color: var(--gray75);
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    padding: 0 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin: 0 16px 0 16px;
    width: 100%; }

  .rolled {
    height: 0px; }

  .regwrapper {
    padding: 0 130px 0 130px; }

  .regbuttons {
    width: 100%;
    text-align: center;
    margin-top: 10px; }

  .submitprofbtn {
    height: 32px;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 50%;
    cursor: pointer; }

  .submitregbtn {
    height: 32px;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 50%;
    cursor: pointer; }

  .regreser {
    display: none;
    margin: 35px 0 0 0;
    font-size: 18px;
    text-align: center;
    color: var(--primr); }

  .regresok {
    display: none;
    margin: 35px 0 0 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.5; }

  .profbtns {
    width: 100%;
    display: flex;
    margin: 15px 0 0 0;
    display: none !important; }

  .returnbtn {
    display: none; }

  .lps {
    top: 200px !important;
    visibility: visible !important; }

  .aspage {
    top: 200px !important;
    visibility: visible !important; }

  .loginpopup {
    left: calc(50vw - 210px);
    width: 420px;
    min-height: 260px;
    height: auto;
    border: 1px solid var(--graycc);
    background: var(--grayff);
    z-index: 5100;
    position: fixed;
    overflow: hidden;
    transition-duration: 400ms;
    top: -300px;
    visibility: hidden; }

  .loginpopup-header {
    width: 100%;
    margin: 0;
    height: 50px;
    color: #fff;
    background: var(--primr);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between; }

  .loginpopup-title {
    color: #fff;
    padding: 0 17px 0;
    line-height: 50px;
    font-size: 19px;
    height: 50px; }

  .loginpopup a {
    /*color: #fff;*/ }

  .loginpopup a:visited {
    /*color: #fff;*/ }

  .loginpopup i {
    padding: 15px 12px;
    display: block; }

  .registerbtn {
    color: var(--gray75);
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    padding: 0 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin-left: 16px;
    width: 100%; }

  .content-block {
    margin: 10px 0;
    padding: 0 15px; }

  .loginpopup .errors {
    margin-bottom: 5px;
    color: var(--primr);
    display: block;
    position: relative;
    text-align: center;
    font-size: 15px; }

  .loginpopup .inputs-list ul {
    padding: 0;
    margin: 0; }

  .loginpopup .inputs-list li {
    justify-content: center;
    display: flex;
    margin-top: 15px; }

  .loginpopup .inputs-list input {
    width: 80%;
    color: var(--gray30);
    font-size: 18px;
    height: 36px;
    border: 0;
    border-bottom: 1px solid var(--graydd);
    padding-left: 10px; }

  input:-webkit-autofill::first-line {
    font-size: 18px; }

  .loginpopup .buttons-row {
    /*width: 100%;
    display: flex;
    margin: 15px 10px 0 10px;*/
    display: flex;
    margin: 10px 10px 0 10px; }

  .submitloginbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 100%;
    cursor: pointer; }

  .list-block-label {
    /*margin-top: 30px;*/
    text-align: center;
    font-size: 14px;
    color: var(--gray75);
  }

  .list-block-label a {
    color: var(--primr); }

  .eulawarn {
    text-align: center;
    font-size: 14px;
    color: var(--gray75);
    height: 60px;
  }
  .eulamarg {
    margin-top: 5px;
    height: 40px; !important;
  }
  .eulawarn a {
    color: var(--primr);
  }
  .eulacbox {
    float: left;
    padding-left: 80px;
  }
  .eulacboxm {
    padding-left: 0; !important;
    padding-top: 7px; !important;
  }
  .eulatext{
    float: left;
    padding-top: 5px;
  }
  .eula540 {
    width: 540px;
  }
  .eulacb {
    width: 20px;
    height: 20px;
  }
  
  .artwrapper h1 {
    /*padding: 5px 5px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .artwrapper .article {
    padding: 0 5px 0 5px;
    font-size: 14px;
    /* padding-bottom: 10px; */
    color: var(--gray75);
    line-height: 20px; }

  .artwrapper a {
    color: var(--primr);
    text-decoration: none; }

  .artwrapper img {
    max-width: 700px; }

  .article-logo {
    margin-inline-start: 0;
    margin-inline-end: 0; }

  .article-logo img {
    width: calc(90vw / 6);
    padding: 0 5px 0 5px; }

  .article-payments {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

  .map {
    width: 95vw; }

  .title h1 {
    font-family: Helvetica;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.15;
    color: var(--gray30); }

  .ssoverlay {
    border-radius: 10px;
    padding: 10px;
    width: 98vh;
    height: 98vh;
    align-items: center;
    display: flex;
    background: var(--grayff);
    left: calc(50vw - 49vh);
    top: calc(50vh - 49vh);
    position: fixed;
    z-index: 8000;
    opacity: 0;
    visibility: hidden; }

  .ssoverlay .caption {
    color: var(--gray40);
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    text-align: center; }

  .ssoverlay .counter {
    color: var(--gray40);
    font-size: 12px;
    padding-top: 10px;
    position: absolute;
    top: 0; }

  .ssoverlay img {
    max-width: calc(98vh - 20px);
    max-height: calc(98vh - 20px); }

  .slides {
    margin-left: auto;
    margin-right: auto; }

  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s; }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-weight: bold;
    font-size: 34px;
    opacity: 0.4; }

  .next {
    right: 0;
    margin-right: 10px; }

  .prev:hover, .next:hover {
    color: var(--primr); }

  .adminpanel {
    width: 100%;
    height: 75px;
    border: solid 1px var(--primr);
    margin: 10px 0 10px 0;
    padding: 5px 0 0 0; }

  .codesholder {
    padding: 5px 0 5px 0; }

  .code {
    display: table-cell;
    width: calc(100vw/3);
    text-align: center;
    font-size: 14px; }

  .adminpanel .pricein {
    font-size: 16px;
    font-weight: 500;
    margin-left: auto;
    padding: 10px 50px 0 0; }

  .adminpanel .btnsholder {
    display: flex;
    /*justify-content: center;*/
    padding: 5px 10px 0 10px; }

  .adminpanel .adminbtn {
    font-size: 12px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 120px;
    height: 28px;
    margin-right: 10px;
    cursor: pointer; }

  .adminpanel .spacer {
    width: 5px; }

  .product-id {
    display: table-cell;
    text-align: left;
    font-size: 14px; }

  .productholder .swiper-wrapper {
    float: left;
    width: 500px;
    min-height: 400px;
    padding-top: 0px;
    padding-left: 40px;
    text-align: right;
    position: relative; }

  .productholder .swiper-img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }

  .productholder .saleblock {
    float: left;
    width: 340px;
    position: relative;
    padding-left: 80px; }

  .productholder .price {
    text-align: center;
    font-family: Helvetica;
    padding-bottom: 3px;
    font-size: 23px;
    letter-spacing: 1px; }

  .productholder .soldout {
    text-align: center;
    font-family: Helvetica;
    /*padding-bottom: 3px;*/
    margin-top: 10px;
    font-size: 23px;
    letter-spacing: 1px; }

  .productholder .propswrapper {
    float: left;
    width: 340px;
    position: relative;
    padding-left: 80px;
    margin-top: 30px;
    font-size: 13px; }

  .productholder .param {
    padding-bottom: 15px;
    text-align: left;
    font-size: 14px;
    font-family: Tahoma;
    color: var(--gray14); }

  .description .prblack {
    color: var(--gray75); }

  .params a {
    color: var(--primr); }

  .params a:visited {
    color: var(--primr); }

  .productholder .imageswrapper {
    margin-top: 10px; }

  .productholder .imagesholder {
    display: flex; }

  .productholder .share {
    padding-top: 5px; }

  .saleblock .buybtn {
    width: 100%;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    color: var(--primr);
    background: var(--grayee);
    border: 1px solid;
    margin-top: 5px; }

  .saleblock .cartbtn {
    width: 100%;
    height: 30px;
    background: var(--grayee);
    color: var(--gray75);
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    border: 1px solid;
    margin-top: 5px; }

  .saleblock .availability {
    width: 100%;
    text-align: center;
    margin-top: 10px; }

  .imagesholder .item {
    margin-right: 5px; }

  .imagesholder a {
    display: block;
    width: 70px;
    height: 70px;
    padding: 2px;
    border: solid 1px var(--graydd);
    border-radius: 3px; }

  .imagesholder img {
    width: 64px;
    height: 64px; }

  .descrwrapper {
    color: var(--graydd);
    margin-top: 10px;
    padding: 25px;
    border: 1px solid; }

  .descrwrapper .description {
    color: var(--gray40);
    font-size: 15px;
    line-height: 1.1;
    font-family: Helvetica; }

  .dprice {
    font-size: 20px;
    background: var(--grayff);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    width: 260px; }

  .oprice {
    font-size: 15px;
    font-weight: 500;
    position: relative; }

  .oprice:before {
    background: var(--primr);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-10deg);
    width: 100%; }

  .blockholder {
    /*height: 340px;*/ }

  .blockholder .blockheader {
    height: 1px;
    background-color: var(--graydd);
    text-align: center;
    margin-top: 25px;
    /*margin-bottom: 25px;*/ }

  .blockholder a {
    color: var(--gray75); }

  .blockholder .show-more {
    position: relative;
    top: -40px;
    font-size: .8rem;
    float: right;
    color: var(--gray75);
    /* margin-right: 5px;*/ }

  .blockholder .title {
    text-align: center;
    position: relative;
    top: -14px;
    padding: 0px 300px;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px; }

  .blockholder .title a {
    color: var(--gray30);
    background: white;
    font-family: Tahoma;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 30px 0 30px; }

  .title a:hover {
    color: var(--gray75); }

  .blockholder .description {
    display: none;
    font-size: .75rem;
    color: var(--gray75);
    /*display: block;*/
    padding-left: 5px; }

  .blockholder .swiper-container {
    height: 285px;
    width: 840px;
    /*background-color: #fff;*/
    /*padding: 0 5px 0;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex; }

  .blockholder .swiper-wrapper {
    transform: translate3d(0, 0, 0);
    transition-property: transform;
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    width: calc(100vw - 10px);
    /*overflow-x: scroll;
    -webkit-overflow-scrolling: touch;*/
    padding-bottom: 8px; }

  .blockholder .swiper-item {
    float: left;
    width: 210px;
    height: 260px;
    position: relative; }

  .blockholder .swiper-image {
    text-align: center;
    width: 205px;
    height: 205px;
    margin-left: 5px;
    margin-top: 0; }

  .blockholder .swiper-image img {
    width: 205px;
    height: 205px;
    border: 1px;
    padding: 5px;
    /*border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px;*/ }

  .blockholder .swiper-title {
    margin-top: 0px;
    float: left;
    text-align: center;
    width: 205px;
    height: 33px;
    overflow: hidden;
    padding: 0 5px 0 5px;
    font-size: 13px;
    /* font-family: Tahoma; */
    line-height: 1.2; }

  .blockholder .swiper-title a {
    color: var(--gray30);
    /*height: 32px;
    display: block;*/ }

  .blockholder .swiper-title a:hover {
    color: var(--gray75); }

  .blockholder .swiper-price {
    padding-top: 15px;
    margin-bottom: 0px;
    float: left;
    color: var(--gray30);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    height: 25px;
    width: 205px; }

  .blockholder .swiper-scrollbar {
    /*height: 40px;*/
    opacity: 0.5 !important;
    position: absolute;
    left: 1%;
    bottom: 0px;
    z-index: 50;
    height: 4px;
    width: 98%;
    border-radius: 10px;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
    top: 15px; }

  .blockholder .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

  /* goods list */
  .itemsholder figure {
    /*position: relative;*/
    /*top: -25px;*/ }

  .listitem {
    float: left;
    width: 210px;
    height: 325px;
    padding-top: 20px; }

  .listitem:nth-child(odd) {
    /*border-right: 1px solid rgba(204, 214, 228, .6);*/ }

  .listitem .figure {
    /*min-height: calc(var(--listimgw) + 35px);*/ }

  .listitem .title {
    margin-top: 5px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    padding: 0 5px 0 5px;
    font-size: 13px;
    line-height: 1.1; }

  .listitem .title a {
    color: var(--gray75);
    height: 60px;
    display: block; }

  .listitem .price {
    padding-top: 6px;
    margin-bottom: 6px;
    color: var(--gray40);
    text-align: center;
    height: 25px;
    font-size: 18px; }

  .listitem .imgholder {
    padding-left: 5px; }

  .listitem .imgholder img {
    /*--w: calc( 100vw / 2);*/
    /*width: calc(var(--w2) - 11px);*/
    /*width: var(--listimgw);*/
    width: 200px;
    /*height: 125px;*/
    /*border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px;*/ }

  .listitem .imgholder a {
    /*text-align: center;*/
    width: 200px;
    height: 200px;
    /*margin-left: 5px;
    margin-top: 0;*/
    /*--w: calc( 100vw / 3);*/
    display: block;
    /*height: var(--listimgw); /*calc(var(--w2) - 11px);*/ }

  .listitem .btnholder {
    height: 32px;
    width: 210px;
    text-align: center;
    padding: 0 50px 0 50px; }

  .listitem .tocartbtn {
    width: 100%;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    line-height: 26px;
    color: var(--primr);
    background: var(--grayee);
    border: 1px solid; }

  .listitem .incartbtn {
    width: 100%;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    line-height: 26px;
    color: var(--gray75);
    background: var(--grayee);
    border: 1px solid; }

  .listitem .soldout {
    text-align: center;
    padding-top: 35px;
    height: 63px;
    font-size: 20px;
    color: var(--graycc); }

  .found {
    font-size: 13px;
    color: var(--gray75);
    padding: 3px 0 0 0;
    height: 20px; }

  .found:before {
    content: "найдено "; }

  .showmore {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: var(--grayee);
    margin: 5px 0 0 0;
    /*border: solid rgba(204, 214, 228, .6);
    border-width: 1px 0 0 0;*/ }

  .showmore a {
    width: 100%;
    display: block;
    color: var(--gray66); }

  .paginator {
    width: 100%;
    height: 0px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background: var(--graycc);
    overflow: hidden; }

  .paginator li {
    display: block;
    width: 20px;
    float: left; }

  .pgbtnr {
    color: var(--primr); }

  .pgbtng {
    color: var(--gray75); }

  .oldprice {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: var(--gray40); }

  .oldprice:before {
    background: var(--primr);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-10deg);
    width: 100%; }

  /* cart */
  .cartwrapper {
    /*padding: 0 10px;*/
    padding-right: 10px; }

  .cartwrapper h2 {
    padding: 10px 0px 10px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    /*overflow: hidden;
    font-weight: normal;*/ }

  .cartwrapper .cartheader {
    /*padding: 5px 0 5px 0;
    font-size: 17px;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .cartfooter {
    font-size: 17px;
    text-align: right;
    padding-right: 20px; }

  .cartitem {
    /*height: 110px;*/
    /*--quarter: calc(100vw / 4);*/
    display: flex;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    border-top: 1px solid var(--graydd); }

  .cartitem .image {
    width: 110px;
    height: 110px;
    display: flex;
    /*flex: auto;*/
    /*margin-left: 10px;*/ }

  .cartitem img {
    width: 110px;
    height: 110px;
    padding: 5px;
    /*border: 1px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px;*/ }

  .cartitem .details {
    float: right;
    /*flex: auto;*/
    height: 110px;
    /*width: 950px;*/
    /*padding: 0 0 0 10px;*/
    margin-left: 20px; }

  .cartitem .title a {
    color: var(--gray75); }

  .cartitem .title a:visited {
    color: var(--gray75); }

  .cartitem .saleblock {
    display: flex;
    height: 40px; }

  /*.cartitem .title {
    height: 63px;
    max-height: 46px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    overflow: hidden;
    margin-bottom: 15px;
  }*/
  .cartitem .tighttitle {
    height: 30px;
    /*max-height: 32px;*/
    font-size: 16px;
    /*calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);*/
    overflow: hidden;
    margin-bottom: 8px; }

  .cartitem .remain {
    margin-bottom: 5px;
    font-size: 14px;
    /*text-align: right;*/
    color: var(--primr);
    height: 16px; }

  .cartitem .free {
    margin-bottom: 5px;
    font-size: 14px;
    /*text-align: right;*/
    color: var(--gray40);
    height: 16px; }

  .cartitem .saleblock .price {
    /*padding: 8px 0 0 0;*/
    /*font-weight: 600;
    line-height: 1.3;*/ }

  .saleblock .quantity {
    border: 1px solid var(--graydd);
    border-radius: 3px;
    color: var(--gray75);
    height: 40px;
    width: 50px;
    text-align: center;
    padding-top: 10px;
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: 600;
    /*padding: 2.6% 0;*/ }

  .saleblock .quantityna {
    border: 1px solid var(--primr);
    border-radius: 3px;
    color: var(--primr);
    height: 40px;
    width: 40px;
    text-align: center;
    /*padding: 4px 8px;*/
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: 600;
    padding: 2.6% 0; }

  .cartitem .saleblock .buttons {
    display: flex;
    width: 680px;
    font-size: 16px;
    /*margin-right: auto;*/ }

  .saleblock .summ {
    /*padding: 6px 0 0 0.5vw;*/
    margin: 10px 50px 0 auto;
    font-size: 16px; }

  /*.icon-dec input {
    width: 30px;
    height: 30px;
    position: relative;
    top: -32px;
    left: -6px;
    background: transparent;
    border: 0;
  }*/
  /*.cartitem .saleblock .buttons a {
    width: var(--btnsize);
    height: var(--btnsize);
    display: block;
    position: relative;
    left: -6px;
    top: -32px;
  }*/
  .saleblock .spacer20 {
    width: 20px; }

  .cartfooter .btnsholder {
    width: 300px;
    display: flex;
    margin-top: 10px;
    /* text-align: right; */
    margin-left: auto; }

  .orderbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 300px;
    height: 32px;
    cursor: pointer; }

  .dis {
    color: var(--grayee);
    border: 1px solid var(--grayee); }

  .resultwrapper .btnsholder {
    width: 100%;
    /*display: flex;*/
    margin-top: 10px; }

  .paynowbtn {
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 200px;
    height: 32px;
    letter-spacing: 0.6px;
    cursor: pointer; }

  .cartcost {
    font-weight: 600; }

  .emptycart {
    padding: 15px 15px 15px 15px;
    border: solid 1px;
    overflow: hidden;
    border-color: var(--primr);
    border-radius: 2px;
    font-size: 16px;
    color: var(--gray14);
    width: 840px; }

  .namsg {
    text-align: center;
    /*margin: 20px 0 20px 0;*/
    padding: 0px 20px 20px 20px;
    font-size: 18px;
    color: var(--primr); }

  /* order */
  .orderwrapper {
    /*padding: 0 10px;*/
    /*display: none;*/
    margin-left: 100px;
    padding-right: 100px; }

  .orderwrapper h2 {
    padding: 10px 10px 10px;
    font-size: 18px;
    color: var(--gray75);
    margin: 0;
    /* line-height: 1.3; */
    font-weight: 100; }

  .ordertitle {
    padding: 10px 0;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    font-weight: normal; }

  .namefield {
    width: 100%;
    padding: 0 30px 10px 30px; }

  .namefield label {
    padding: 5px 0 3px 0;
    display: block;
    font-size: 16px;
    /*color: #555;*/ }

  .namefield input {
    left: 0;
    height: 30px;
    width: 100%;
    color: var(--gray66);
    font-size: 18px;
    /*font-family: Tahoma, Helvetica, Arial;*/
    padding: 8px 0 8px 7px;
    border-radius: 3px;
    border: 1px solid var(--graycc);
    position: relative; }

  .order2 {
    width: 100%; }

  .order3 {
    margin-top: 20px; }

  .order4 {
    margin-top: 20px; }

  .order5 {
    padding-bottom: 10px; }

  .order6 {
    padding: 20px 10px 20px 10px; }

  .paynow {
    width: 250px !important;
    color: var(--grayff) !important;
    height: 32px !important; }

  .resultwrapper {
    /*height: calc(100vh - 420px);*/
    height: 70vh;
    font-size: 20px;
    color: var(--gray66); }

  .resultwrapper .payment {
    padding: 80px 10px 0 10px;
    text-align: center; }

  .resultwrapper .orderid {
    padding: 20px;
    color: var(--primr); }

  .resultwrapper .sm {
    margin-top: 10px; }

  .resultwrapper a {
    color: var(--primr); }

  .resultwrapper a:visited {
    color: var(--primr); }

  /*.address {
    font-size: 16px;
    padding: 0 10px 0 10px;
    line-height: 1.3;
  }*/
  .costitem {
    padding-left: 50px;
    padding-top: 5px;
    text-align: right;
    width: 610px; }

  .addritem {
    padding-left: 50px; }

  .addritem .ah {
    padding: 0 0 10px 0; }

  .addritem .ad {
    /*padding: 0 10px;*/
    line-height: 1.5; }

  .addritem .an {
    line-height: 1.5;
    font-weight: 600; }

  .radioholder {
    padding: 0 30px; }

  .radioholder label {
    padding-left: 10px;
    font-size: 16px;
    color: var(--gray75); }

  .radioholder .radio {
    /*transform:scale(1.5);*/ }

  .radioholder .radioitem {
    margin-bottom: 10px;
    border: solid 1px rgba(196, 196, 196, 0.5);
    border-radius: 4px;
    padding: 10px 15px;
    /* border: 1px solid black; */
    /* margin-bottom: 8px;*/ }

  .confirmbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    width: 100%; }

  .orderresultwrapper {
    padding: 15px 10px 0 10px;
    text-align: center;
    /*display: none;*/ }

  .labelwrapper {
    display: flex; }

  .error {
    margin-left: auto;
    font-size: 13px;
    color: var(--primr);
    padding: 8px 5px 0 0; }

  .perror {
    font-size: 16px;
    color: var(--primr);
    padding: 5px 5px 10px 5px;
    text-align: center;
    display: none; }

  .widgetContent {
    width: 580px;
    height: 400px;
    margin-left: 30px;
    border: solid 1px var(--graycc); }

  .fldred {
    color: var(--primr); }

  input[type='radio'], label {
    /*cursor: pointer;*/ }

  input[type='radio'] {
    position: relative;
    height: 15px;
    width: 22px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;*/ }

  input[type='radio']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--grayff);
    border: 2px solid var(--primr); }

  input[type='radio']:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primr);
    transform: translate(-50%, -50%);
    visibility: visible; }

  .hidden {
    display: none; }

  .resultwrapper1 {
    z-index: 5000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  .dd {
    bottom: 0;
    position: absolute;
    width: 100vw; }

  .notaval {
    filter: opacity(0.4) grayscale(100); }

  .fbuybtn {
    font-size: 16px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 110px;
    height: 32px;
    margin: 4px 30px 0 auto; }

  .fsumm {
    /*padding: 6px 0 0 0.5vw;*/
    /* margin: 10px 50px 0 auto; */
    /*font-size: 16px;
    height: 40px;
    padding-top: 12px;*/ }

  .ficbtn {
    font-size: 16px;
    border-radius: 3px;
    color: var(--gray75);
    background: var(--graycc);
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 1.8; }

  .oos {
    margin: 10px 50px 0 auto;
    font-size: 16px;
    text-align: left; }

  .d {
    color: var(--graydd) !important; }

  .b {
    color: var(--gray75); }

  .footer {
    width: 1100px;
    /*margin: 20px auto 0;*/
    left: var(--dleft);
    position: relative;
    margin-top: 20px; }

  .footer .bottom {
    background: var(--grayee);
    height: 145px;
    padding: 0 20px 0 20px; }

  .paymentwrapper {
    height: 40px;
    border: 1px solid transparent;
    text-transform: lowercase;
    color: white;
    font-size: 15px;
    /* padding: 0 10px 0 10px; */
    padding-left: 10px;
    background: var(--gray90);
    display: flex; }

  .paymentwrapper input {
    width: 210px;
    font-size: 15px;
    height: 26px;
    border: 0;
    color: var(--gray30);
    border-radius: 3px;
    padding-left: 10px;
    margin-top: 6px;
    margin-right: 10px; }

  .paymentwrapper input:focus {
    border-color: var(--primr); }

  .paymentwrapper .paybtn {
    color: var(--grayff);
    background: var(--primr);
    width: 100px;
    font-size: 15px;
    height: 26px;
    border: 0;
    border-radius: 3px;
    cursor: pointer; }

  .paymentwrapper .labelwrapper {
    display: flex;
    width: 110px; }

  .paymentwrapper label {
    padding: 10px 0 0 0;
    display: block;
    color: var(--grayff);
    width: 100px; }

  .paymentwrapper .pterror {
    margin-left: 350px;
    font-size: 13px;
    color: var(--grayff);
    padding: 12px 5px 0 0; }

  .payment-title {
    float: left;
    margin-right: 10px;
    line-height: 35px; }

  .footer-title {
    float: left;
    margin-right: 10px;
    line-height: 35px;
    display: none;
    /*padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    line-height: 16px;
    color: var(--gray6e);*/ }

  .footer-title a {
    color: var(--gray6e); }

  .footer-list {
    /*margin: 0;*/
    font-size: 14px;
    margin-left: 225px; }

  .footer-list ul {
    /*padding: 0;
    margin: 0;
    position: relative;*/
    float: left;
    padding: 18px 0 0 30px; }

  .footer-list ul:before {
    /*content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;*/ }

  .footer-list .hidden {
    display: none;
    height: 0px !important; }

  .footer-list li {
    height: 25px; }

  .footer-list a {
    color: var(--gray30); }

  .footer-list a:hover {
    color: var(--gray14); }

  .footer-list .item {
    /*padding-left: 20px;
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--gray6e);*/ }

  .footer-social-icons {
    width: 200px;
    height: 30px;
    margin-left: -10px;
    position: relative;
    top: -80px; }

  .footer-social-icons img {
    margin-left: 10px; }

  .copyright {
    float: right;
    height: 60px;
    font-size: 14px;
    font-family: Tahoma;
    text-align: right;
    margin-top: 55px; }

  .copyright a {
    color: var(--gray6e); }

  .copyright .phone {
    padding-top: 10px; }

  .copyright .copy {
    padding-top: 10px; }

  .footer .payment {
    padding-top: 4px;
    /*display: flex;
    justify-content: center;
    padding: 0 20px 0 20px;*/ }

  .payment input {
    height: 28px;
    color: var(--gray30);
    font-size: 15px;
    font-family: Tahoma, Helvetica, Arial;
    padding: 4px 0 6px 10px;
    border-radius: 2px;
    border: 1px solid var(--graycc);
    margin-right: 10px; }

  .payment input:focus {
    border-color: var(--primr); }

  .payment .paybtn {
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    color: var(--primw);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 100px;
    height: 28px;
    letter-spacing: 0.6px; }

  /* debug */
  .debug {
    width: 1100px;
    /*margin: 20px auto 0;*/
    left: var(--dleft);
    position: relative; }

  .debug-title {
    margin: 5px 0px 0 0px;
    padding-left: 10px;
    border-radius: 4px 4px 0 0;
    height: 22px;
    background-color: var(--graydd);
    font-size: 14px;
    font-weight: bold;
    line-height: 22px; }

  .debug-content {
    margin: 0 0px 5px 0px;
    padding-left: 10px;
    border-radius: 0 0 2px 2px;
    min-height: 22px;
    background-color: var(--footer);
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word; }

  .debug-content .flex {
    display: flex;
    justify-content: center; }

  .debug-content .flex .item {
    width: 100%;
    text-align: center;
    border-right: 1px solid var(--graydd); }

  body {
    font-family: Tahoma, Helvetica, Arial, Sans-Serif;
    overflow-y: scroll; }

  /*.sticky {
    position: sticky;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    top: 0px;
  }*/
  /*.pos {
    opacity: 1 !important;
    visibility: visible !important;
  }*/
  .ios {
    opacity: 1 !important;
    visibility: visible !important; } }

@media (max-width: 430px) {
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    text-decoration: none; }

  body {
    line-height: 1; }

  ol, ul {
    list-style: none; }

  table {
    border-collapse: collapse;
    border-spacing: 0; }

  .page {
    z-index: 3000; }

  .pageoverlay {
    z-index: 5000;
    position: fixed;
    /*left: -100vw;*/
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  .cbannerwrapper {
    position: fixed;
    bottom: 0px;
    z-index: 10000;
  }
  .cbanner {
    background: var(--gray66);
    height: 60px;
    font-size: 60%;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 0px auto;
  }
  .cbanner a {
    color: white;
  }
  .cbanner a:hover {
    color: var(--primr);
  }
  .cbanner a:active {
    color: var(--primr);
  }
  .cbtext {
    float: left;
    width: calc(100vw - 120px);
    padding-right: 10px;
  }
  .cbbtn {
    width: 100px;
    height: 30px;
    float: left;
    margin-top: 6px;
    float: left;
  }
  .submitcbbtn{
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 100%;
    cursor: pointer;
  }
  
  .msgoverlay {
    z-index: 5000;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  /* main content */
  .content {
    width: 100%;
    height: 100%;
    padding: 90px 5px 20px 5px;
    z-index: 3500;
    background: var(--grayff); }

  .c1 {
    min-height: calc(100vh - 490px); }

  .c3 {
    min-height: calc(100vh - 490px); }

  .c5 {
    padding: 55px 5px 20px 5px !important; }

  .c6 {
    min-height: calc(100vh - 410px); }

  .c7 {
    min-height: calc(100vh); }

  .catdescription {
    font-size: 12px;
    z-index: 3500;
    padding: 5px 10px 5px 15px; }

  .catdescription h2 {
    font-weight: 600; }

  /*.content {
      scroll-padding-top: 10px;
  }*/
  .content-block {
    margin: 15px 0;
    padding: 0 15px; }

  .errors {
    padding-left: 10px;
    margin-bottom: 5px;
    color: var(--primr);
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }

  .list-block-label {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--gray75); }

  .list-block-label a {
    color: var(--primr); }

  .eulawarn {
    text-align: center;
    font-size: 13px;
    color: var(--gray75);
    height: 60px;
  }
  .eulamarg {
    margin-top: 5px;
    height: 40px; !important;
  }
  .eulawarn a {
    color: var(--primr);
  }
  .eulacbox {
    float: left;
    padding-left: 0;
    width: 30px;
  }
  .eulacboxm {
    padding-left: 0; !important;
    padding-top: 7px; !important;
  }
  .eulatext{
    float: left;
    padding-top: 5px;
    width: calc(100vw - 70px);
  }
  .eula540 {
    width: calc(100vw - 70px);
    padding-bottom: 10px;
  }
  .eulacb {
    width: 20px;
    height: 20px;
  }
  
  .inputs-list {
    /*display: flex;
    justify-content: center;*/ }

  .inputs-list ul {
    padding: 0;
    margin: 0; }

  .inputs-list li {
    justify-content: center;
    display: flex;
    margin-top: 15px; }

  .inputs-list input {
    width: 70vw;
    color: var(--gray30);
    font-size: 18px;
    height: 36px;
    /*border-bottom: 1px solid var(--gray75);
    font-family: Tahoma, Helvetica, Arial;*/
    /*padding: 8px 0 8px 7px;
    border-radius: 2px;
    border-bottom: 1px solid #CCC;*/
    border: 0;
    border-bottom: 1px solid var(--graydd);
    color: var(--gray30);
    padding-left: 10px; }

  .inputs-list input:focus {
    /*color: var(--gray30);
    background-color: var(--primw);*/
    border-color: var(--primr);
    /*box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);*/ }

  .regbuttons {
    width: 100%;
    display: flex;
    padding: 15px 30px 0 30px; }

  .regreser {
    display: none;
    margin: 35px 0 0 0;
    font-size: 18px;
    text-align: center;
    color: var(--primr); }

  .regresok {
    display: none;
    margin: 35px 0 0 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.5; }

  .buttons-row {
    width: 100%;
    display: flex;
    margin: 15px 10px 0 10px; }

  .submitloginbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%; }

  .button:active {
    /*background-color: #3e8e41;
    box-shadow: 0 5px #666;*/
    transform: translateY(20px);
    transform: translateY(20px);
    transform: translateX(20px); }

  .tall {
    padding: 5px 10px; }

  .page404 {
    padding: 10px 5px 0 5px; }

  .page404 a {
    color: var(--primr); }

  .page404 .imgwrapper {
    padding-bottom: 20px;
    display: flex;
    justify-content: center; }

  .page404 img {
    width: 90vw; }

  .pagetitle {
    font-size: 18px;
    color: var(--gray14);
    font-weight: 100;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px; }

  .pagetitle h1 {
    font-weight: 100;
    color: var(--gray14); }

  .pagetitle a {
    color: var(--gray14); }

  .pagetitle a:hover {
    color: var(--gray90); }

  .notfound {
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    font-size: 16px;
    color: var(--gray40); }

  .branchtitle {
    font-size: 3.4vw;
    color: var(--gray75);
    padding: 5px 0 0 10px;
    height: 20px; }

  .branchtitle a {
    color: var(--gray75); }

  .branchtitle a:visited {
    color: var(--gray75); }

  .breadcrumbs {
    padding: 10px 0 10px 10px;
    font-size: 3.5vw;
    color: var(--gray40); }

  .breadcrumbs h1 {
    font-weight: 100;
    text-align: left; }

  .breadcrumbs a {
    color: var(--gray75); }

  .catwrapper a {
    color: var(--gray30);
    line-height: 30px; }

  .catwrapper a:hover {
    color: var(--graycc); }

  .catwrapper h1 {
    padding: 5px 5px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3; }

  .catwrapper .branchlvl0 {
    padding-left: 30px; }

  .catwrapper .branchlvl1 {
    padding-left: 50px; }

  .catitems {
    /*margin-top: 15px;*/ }

  .linkslistwrapper {
    padding: 0 0 0 10px;
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 18px);
    width: calc(100vw - 20px);
    white-space: nowrap;
    /*overflow: hidden;*/
    text-decoration: none;
    display: inline-block; }

  .linkslistwrapper h1 {
    /*padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray66);
    margin: 0;
    line-height: 1.3;*/ }

  .linkslistholder {
    padding-left: 15px; }

  .linklistitem {
    height: 25px;
    overflow: hidden; }

  .linklistitem a {
    color: var(--gray75);
    display: block;
    width: 100%;
    height: 25px;
    /*padding-top: 12px;*/ }

  @font-face {
    font-family: 'icomoon';
    src: url("./icomoon.ttf") format("truetype");
    /*font-weight: normal;
    font-style: normal;
    font-display: swap;*/ }
  :root {
    --btnsize: 7.28vw; }

  [class*='icon'] {
    font-family: 'icomoon' !important;
    font-style: normal; }

  /*-----------------*/
  .carticon {
    display: block;
    padding: 12px 0 0 8px; }

  .carticon:before {
    font-size: 24px;
    content: "\0155"; }

  .redcart:before {
    content: "\0156";
    color: var(--primr); }

  /*-----------------*/
  .trashicon {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: var(--btnsize);
    width: var(--btnsize);
    border-radius: 3px;
    margin-left: auto;
    text-align: center;
    padding: 3% 0; }

  .trashicon:before {
    /*font-size: 26px;*/
    content: "\0103"; }

  /*-----------------*/
  .backicon {
    display: block;
    padding: 10px 0 0 10px;
    /*padding-top: 10px;
    padding-left: 15px;*/ }

  .backicon:before {
    font-size: 28px;
    content: "\009c";
    margin-left: -5px; }

  /*-----------------*/
  .listitem .hearticon {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 22px;
    /*top: -295px;*/
    left: calc( var(--w2) - 35px);
    top: calc( ( var(--listimgw) + 105px ) * -1);
    color: var(--gray75);
    padding: 6px 0 0 1px;
    z-index: 2; }

  .listitem .hearticon:before {
    content: "\009e"; }

  .listitem .redheart:before {
    content: "\00c7";
    color: var(--primr); }

  /*-----------------*/
  .icon-search {
    padding-top: 19px; }

  .icon-search:before {
    content: "\00bf"; }

  .icon-sidemenu:before {
    content: "\00f2"; }

  .icon-share {
    display: block;
    padding: 11px 0 0 9px; }

  .icon-share:before {
    font-size: 24px;
    content: "\00d0"; }

  .icon-profmenu:before {
    content: "\00fe";
    font-size: 21px; }

  .favicon {
    display: block;
    padding: 12px 0 0 8px; }

  .favicon:before {
    font-size: 24px;
    content: "\009e"; }

  .redheart:before {
    content: "\00c7";
    color: var(--primr); }

  .icon-align {
    display: block;
    padding: 13px 0 0 10px; }

  .icon-align:before {
    font-size: 20px;
    content: "\008a"; }

  .icon-cross {
    font-size: 24px; }

  .icon-cross:before {
    content: "\008d"; }

  .icon-home {
    display: block;
    padding: 9px 0 0 7px; }

  .icon-home:before {
    font-size: 27px;
    content: "\0118"; }

  .icon-inc {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: var(--btnsize);
    width: var(--btnsize);
    /*padding: 8px 6px;*/
    margin-left: 10px;
    border-radius: 3px;
    text-align: center;
    padding: 3.2% 0; }

  .icon-inc:before {
    /*font-size: 20px;*/
    content: "\00f8"; }

  .icon-dec {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: var(--btnsize);
    width: var(--btnsize);
    /*padding: 8px 6px;*/
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    padding: 3.5% 0; }

  .icon-dec:before {
    /*font-size: 20px;*/
    content: "\00f9"; }

  .icon-exit {
    display: block;
    padding: 15px 0 0 13px;
    font-size: 20px; }

  .icon-exit:before {
    content: "\0069"; }

  .icon-myprof {
    display: block;
    padding: 13px 0 0 10px;
    font-size: 20px; }

  .icon-myprof:before {
    content: "\00fd"; }

  .icon-mycart {
    display: block;
    padding: 13px 0 0 10px;
    font-size: 20px; }

  .icon-mycart:before {
    content: "\0155"; }

  .icon-myfavs {
    display: block;
    padding: 14px 0 0 10px;
    font-size: 20px; }

  .icon-myfavs:before {
    content: "\009e"; }

  .icon-myord {
    display: block;
    padding: 14px 0 0 10px;
    font-size: 20px; }

  .icon-myord:before {
    content: "\016d"; }

  /*.incart {
    background: var(--graycc) !important;
    color: var(--gray75) !important;
  }*/
  /*.listitem .tocartbtn {
    background: var(--primr);
    color: var(--primw);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.productdetails .btnholder {
    padding: 5px 10px;
    font-size: 5vw;
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: var(--primw);
    background: var(--primr);
    box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    line-height: 1.3;
    width: 40vw;
  }*/
  /*.productdetails .btnholder a {
    color: var(--primw);
  }*/
  /*.productdetails .saleblock a {
    width: 40vw;
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    padding-top: 8px;
    text-align: center;
  }*/
  /*.productdetails .buybtn {
    background: var(--primr);
    color: var(--primw);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.productdetails .buybtn:before {
    content: "в корзину";
  }*/
  /*.productdetails .incartbtn {
    background: var(--graydd);
    color: var(--gray75);
    /*box-shadow: 0 1px 2px var(--graydd), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.productdetails .incartbtn:before {
    content: "в корзине";
  }*/
  /*.listitem .tocartbtn:before {
    content: "в корзину";
  }*/
  /*.listitem .incartbtn {
    background: var(--grayee);
    color: var(--gray75);
    /*box-shadow: 0 1px 2px var(--graydd), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.listitem .incartbtn:before {
    content: "в корзине";
  }*/
  /* header */
  .header {
    z-index: 3500;
    height: 50px;
    width: 100%;
    top: 0;
    position: fixed; }

  .navbar {
    display: flex;
    background-color: var(--primr);
    height: 50px;
    width: 100%;
    font-size: 19px;
    padding: 0 5px 0 0; }

  .navbar-right {
    margin-left: auto;
    display: flex; }

  .navbar i {
    padding: 18px;
    display: block; }

  .navbar-icon {
    height: 50px;
    width: 50px;
    color: var(--grayff);
    display: flex;
    user-select: none; }

  .navbar a {
    color: var(--grayff); }

  .navbar a:visited {
    color: var(--grayff); }

  .navbar-link {
    width: 85px;
    padding: 15px; }

  .navbar input {
    /* left: 0; */
    height: 30px;
    width: 50vw;
    margin-top: 10px;
    /* color: #333; */
    font-size: 16px;
    /* font-family: Tahoma, Helvetica, Arial; */
    padding: 8px 0 8px 7px;
    border-radius: 3px;
    border: 1px solid var(--graycc);
    /* border: 0; */
    position: relative;
    caret-color: var(--primr); }

  .topmenu {
    height: 40px;
    width: 100%;
    position: fixed;
    top: 50px;
    background: rgba(50, 50, 50, 0.1);
    font-size: 13px;
    z-index: 3500;
    padding: 0 10px 0 10px;
    /*display: flex;*/ }

  .topmenu i {
    height: 40px;
    width: 40px; }

  .topmenu a {
    color: var(--gray75);
    display: inline; }

  .topmenu a:visited {
    color: var(--gray75); }

  .topmenu .right {
    float: right; }

  .topmenu .left {
    float: left; }

  .topmenu .cq {
    position: relative;
    top: -39px;
    left: 20px;
    font-size: 10px;
    font-family: Roboto, Noto, Helvetica, Arial, Sans-Serifboto; }

  .topmenuitem {
    /*height: 40px;
    width: 40px;
    color: #fff;
    display: flex;
    user-select: none;*/
    height: 40px; }

  .topmenu-left {
    /*margin-right: auto;
    display: flex;
    height: 40px;*/ }

  .topmenu-right {
    /*margin-left: auto;
    display: flex;
    height: 40px;*/
    /*padding-right: 15px;*/ }

  .topmenu-middle {
    /*width: 100%;*/ }

  .topmenu-right .quant {
    /*position: absolute;*/ }

  .iconsholder {
    color: var(--gray75); }

  /* sidebar */
  .sbs {
    left: 0px !important;
    visibility: visible !important; }

  .sidebar {
    z-index: 5100;
    position: fixed;
    overflow: auto;
    left: -100vw;
    top: 0px;
    width: 75vw;
    height: 100%;
    background-color: var(--grayff);
    transition-duration: 300ms;
    visibility: hidden; }

  .sidebar .logobar {
    display: block;
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid var(--graycc); }

  .logo {
    height: 48px;
    float: left;
    margin-left: 4px;
    padding-top: 2px; }

  .logoname {
    float: left;
    height: 50px;
    margin-left: 4vw;
    width: 50vw;
    padding-top: 2px; }

  .sidebar ul {
    padding: 0 0 0 10px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 18px);
    width: calc(75vw - 10px);
    width: calc(75vw - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline-block; }

  .sidebar li {
    height: 40px;
    /*padding: 10px 0 5px 0;*/ }

  .sidebar .level0 {
    /*padding-left: 0;*/ }

  .sidebar .level00 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 12px; }

  .sidebar .level0 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 12px; }

  .sidebar .level1 {
    padding-left: 15px;
    height: 30px;
    /*padding-top: 5px;*/ }

  .sidebar .level1 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 30px;
    padding-top: 7px; }

  .sidebar a:hover {
    color: var(--primr); }

  .sidebar .selected {
    color: var(--primr) !important; }

  .sidebar .catwrapper .title {
    display: none; }

  .sidebar .block-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    line-height: 16px;
    color: var(--gray66);
    border-top: 1px solid var(--graycc); }

  .sidebar .block-title a {
    color: var(--gray66); }

  .sidebar .block-title a:visited {
    color: var(--gray66); }

  .pbs {
    left: 0px !important;
    visibility: visible !important; }

  .profilebar {
    z-index: 5100;
    position: fixed;
    overflow: auto;
    left: -100vw;
    width: 75vw;
    height: 100%;
    background-color: var(--grayff);
    transition-duration: 300ms;
    visibility: hidden; }

  .profilebar .logobar {
    display: block;
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid var(--graycc); }

  .profilebar ul {
    padding: 0 0 0 10px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 18px);
    width: calc(75vw - 10px);
    width: calc(75vw - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline-block; }

  .profilebar li {
    min-height: 40px;
    /*padding: 10px 0 5px 0;*/ }

  .profilebar .level0 {
    padding-left: 0; }

  .profilebar .level0 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 40px;
    display: flex; }

  .profilebar .menuicon {
    height: 40px;
    width: 40px; }

  .profilebar .menuitem {
    height: 40px;
    width: 220px;
    padding: 12px 0 0 0; }

  .orderswrapper {
    padding: 5px 10px 0 10px; }

  .orderswrapper .pagetitle h2 {
    font-weight: 100; }

  .cartwrapper .pagetitle h2 {
    font-weight: 100; }

  .orderswrapper .ord-head {
    display: flex;
    padding: 12px 12px 0 12px;
    border-radius: 8px 8px 0 0;
    height: 40px;
    background-color: var(--grayee);
    color: var(--gray66); }

  .orderswrapper .ord-body {
    /*padding-bottom: 10px;*/ }

  .orderswrapper li {
    box-shadow: var(--gray30);
    transition: all .3s;
    margin-bottom: 25px; }

  .orderswrapper .number {
    font-size: 14px;
    margin-left: auto;
    padding-top: 2px; }

  .orderswrapper .date {
    font-size: 17px;
    font-weight: 600; }

  .orderswrapper .status {
    height: 25px;
    padding: 5px 0 0 10px;
    color: var(--primr); }

  .orderswrapper .itemsholder {
    display: flex;
    padding-left: 10px;
    overflow: hidden;
    margin-top: 5px;
    overflow-x: scroll;
    height: 70px; }

  .orderswrapper .item {
    padding-right: 5px; }

  .orderswrapper img {
    width: 60px;
    height: 60px;
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .orderswrapper .btnholder {
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0; }

  .orderswrapper .paybtn {
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 19px);
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px;
    background: var(--primr);
    color: var(--grayff);
    border: 0; }

  .orderswrapper .pricebtn {
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 19px);
    background: var(--grayee);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.8;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px; }

  .gobtns {
    width: 100%;
    display: flex;
    margin: 15px 0 0 0; }

  .gomainbtn {
    color: var(--gray75);
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    padding: 0 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin: 0 16px 0 16px;
    width: 100%; }

  .rolled {
    height: 0px; }

  .submitprofbtn {
    height: 32px;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 100%;
    cursor: pointer; }

  .submitregbtn {
    height: 32px;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 100%;
    cursor: pointer; }

  .profbtns {
    width: 100%;
    display: flex;
    margin: 15px 0 0 0; }

  .returnbtn {
    color: var(--gray75);
    text-align: center;
    height: 32px;
    font-size: 19px;
    padding: 6px 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin-left: 16px;
    width: 100%; }

  .lps {
    top: 20vh !important;
    visibility: visible !important; }

  .aspage {
    left: 0 !important;
    top: 20vh !important;
    width: 100% !important;
    /*height: 100vh !important;*/
    border-bottom: 1px solid var(--graycc);
    min-height: auto;
    background: var(--grayff);
    z-index: 5100;
    position: fixed;
    visibility: visible !important;
    overflow: hidden;
    transition-duration: 400ms; }

  .loginpopup {
    left: 0;
    top: 100vh;
    width: 100%;
    border-bottom: 1px solid var(--graycc);
    min-height: auto;
    background: var(--grayff);
    z-index: 5100;
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    transition-duration: 400ms;
    visibility: hidden; }

  input:-webkit-autofill::first-line {
    font-size: 18px; }

  .loginpopup .buttons-row {
    /*width: 100%;
    display: flex;
    margin: 15px 10px 0 10px;*/
    display: flex;
    margin: 15px 0 0 0 !important; }

  .loginpopup-header {
    width: 100%;
    margin: 0;
    height: 50px;
    color: var(--grayff);
    background: var(--primr);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between; }

  .loginpopup-title {
    color: var(--grayff);
    padding: 0 17px 0;
    line-height: 50px;
    font-size: 19px;
    height: 50px; }

  .loginpopup a {
    /*color: var(--grayff);*/ }

  .loginpopup a:visited {
    /*color: var(--grayff);*/ }

  .loginpopup i {
    padding: 15px 12px;
    display: block; }

  .loginpopup .errors {
    margin-bottom: 5px;
    color: var(--primr);
    display: block;
    position: relative;
    text-align: center;
    font-size: 15px; }

  .registerbtn {
    color: var(--gray75);
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    padding: 0 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin-left: 16px;
    width: 100%; }

  .artwrapper h1 {
    /*padding: 5px 5px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .artwrapper .article {
    padding: 0 5px 0 5px;
    font-size: 14px;
    /* padding-bottom: 10px; */
    color: var(--gray75);
    line-height: 20px; }

  .artwrapper a {
    color: var(--primr);
    /*text-decoration: none;*/ }

  .artwrapper img {
    max-width: calc(100vw - 20px); }

  .article-logo {
    margin-inline-start: 0;
    margin-inline-end: 0; }

  .article-logo img {
    width: calc(90vw / 6);
    padding: 0 5px 0 5px; }

  .article-payments {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

  .map {
    width: 95vw; }

  .productholder {
    width: 100%;
    padding-bottom: 80px; }

  .productholder .title {
    position: relative;
    padding: 10px 10px 0px 10px; }

  .productholder .title h1 {
    color: var(--gray30);
    /*-webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 22px;
    letter-spacing: .4px;
    transition: max-height .3s ease-in-out;
    will-change: max-height;*/
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    font-size: calc(14px + 1.6vw);
    text-align: justify; }

  .product-id {
    position: relative;
    top: 12px;
    /* text-align: right; */
    padding: 3px 10px 5px 10px;
    z-index: 3500;
    font-size: 13px; }

  .productholder .swiper-container {
    height: 0;
    /*margin-top: 5px;*/
    padding-top: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden; }

  .productholder .swiper-wrapper {
    margin-left: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow-x: scroll;
    display: flex;
    padding-bottom: 13px;
    /*width: 100%;*/
    width: calc(100vw - 30px);
    margin-left: 10px; }

  .productholder .swiper-item {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    flex-shrink: 0; }

  .productholder .swiper-img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }

  .productholder .copy-img {
    /*left: 50%;
    top: 50%;*/
    position: fixed;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }

  .productholder .news {
    align-items: flex-start;
    /* flex-direction: row; */
    /* margin-bottom: -25px; */
    /* margin-top: -4px; */
    display: flex;
    margin-left: 10px;
    margin: 10px 10px -40px 10px;
    top: -40px;
    position: relative;
    z-index: 3100;
    height: 20px; }

  .productholder .discount {
    color: var(--grayff);
    background-color: var(--disc);
    font-weight: 500;
    height: 20px;
    line-height: 16px;
    padding: 2px 8px;
    letter-spacing: .2px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center; }

  .productholder .discount span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px; }

  .productholder .isnew {
    margin-left: 5px;
    color: var(--grayff);
    background-color: var(--primr);
    height: 20px;
    padding: 0 8px;
    letter-spacing: .2px;
    border-radius: 10px; }

  .productholder .isnew span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px; }

  .productholder .descrheader {
    padding: 10px 10px 10px;
    color: #757575;
    overflow: hidden;
    font-weight: normal;
    border-top: 1px solid var(--graycc);
    margin-top: 10px; }

  .productholder .descrtitle {
    font-size: 18px;
    color: var(--gray30);
    overflow: hidden;
    font-weight: normal;
    background-color: var(--grayff);
    position: relative; }

  .productholder .description {
    font-size: calc(12px + 1.5vw);
    /* 18px;*/
    line-height: calc(11px + 1vh);
    padding: 0px 10px 0 10px;
    color: var(--gray75); }

  .description .params {
    line-height: 1.2; }

  .params a {
    color: var(--primr);
    text-decoration: none; }

  .params a:hover {
    color: var(--gray66); }

  .params a:visited {
    color: var(--primr); }

  .description .param {
    color: var(--gray14); }

  .description .prblack {
    color: var(--gray75); }

  .productholder .saleblock {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: var(--grayee);
    z-index: 3500; }

  .productholder .images {
    clear: both;
    margin-top: 10px; }

  .saleblock .availability {
    height: 20px;
    line-height: 1.8;
    text-align: center; }

  .saleblock .btnholder {
    width: 100%;
    height: 50px;
    display: flex;
    /*left: 0;
    bottom: 0;
    top: calc(100vh - 60px);*/
    justify-content: center;
    padding: 10px 0 10px 0; }

  .saleblock .pricebtn {
    /*font-size: 22px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    background: var(--grayff);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.8;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px; }

  .saleblock .dprice {
    font-size: 20px;
    background: var(--grayff);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    width: 40vw; }

  .oprice {
    font-size: 15px;
    font-weight: 500;
    position: relative; }

  .oprice:before {
    background: var(--primr);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-10deg);
    width: 100%; }

  .saleblock .buybtn {
    /*font-size: 22px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px;
    background: var(--primr);
    color: var(--grayff); }

  .saleblock .cartbtn {
    /*font-size: 22px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px;
    background: var(--graycc);
    color: var(--gray75); }

  .saleblock .soldout {
    text-align: center;
    padding-top: 25px;
    font-size: 20px;
    color: var(--graycc); }

  .adminpanel {
    width: 100%;
    height: 95px;
    /*исправить на 80*/ }

  .adminpanel .codesholder {
    padding: 10px 0 5px 0; }

  .adminpanel .code {
    display: table-cell;
    width: calc(100vw/3);
    text-align: center; }

  .adminpanel .btnsholder {
    display: flex;
    justify-content: center;
    padding-top: 10px; }

  .adminpanel .adminbtn {
    font-size: 12px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 120px;
    height: 28px; }

  .adminpanel .pricein {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600; }

  .adminpanel .spacer {
    width: 5px; }

  /*.zk {
    bottom: 0;
    padding: 0 5px;
    height: 22px;
    position: absolute;
    right: 16px;
    background: var(--graydd);
    border-radius: 5px;
  }
  
  .zk:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) .01%, #fff 57.29%);
    content: "";
    height: 26px;
    width: 42px;
  }
  
  .zk .kz0 {
    color: var(--primw);
    letter-spacing: .2px;
    line-height: 20px;
  }*/
  .blockholder .blockheader {
    padding: 0px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    font-weight: normal;
    /*height: 1px;
    background-color: var(--gray75);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;*/ }

  .blockholder a {
    color: var(--gray75); }

  .blockholder .show-more {
    position: relative;
    top: -10px;
    font-size: .8rem;
    float: right;
    /*margin-right: 5px;*/ }

  .blockholder .title {
    font-size: 1.25rem;
    color: var(--gray75);
    overflow: hidden;
    font-weight: normal;
    background-color: var(--primw);
    position: relative;
    /*top: -21px;*/
    padding: 0px 5px;
    /*padding: 12px 12px 0px;
    line-height: 1.3;
    margin: 0;*/ }

  .blockholder .description {
    font-size: .75rem;
    color: var(--gray75);
    display: block;
    padding-left: 5px; }

  .blockholder .swiper-container {
    /*background-color: #fff;*/
    /*padding: 0 5px 0;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex; }

  .blockholder .swiper-wrapper {
    transform: translate3d(0, 0, 0);
    transition-property: transform;
    /*width: 100%;
    padding: 0 10px;*/
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    /**/
    width: calc(100vw - 10px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px; }

  .blockholder .swiper-item {
    float: left;
    width: 135px;
    height: 187px;
    position: relative; }

  .blockholder .swiper-image {
    text-align: center;
    width: 125px;
    height: 125px;
    margin-left: 5px;
    margin-top: 0; }

  .blockholder .swiper-image img {
    width: 125px;
    height: 125px;
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .blockholder .swiper-title {
    margin-top: 0px;
    float: left;
    text-align: center;
    width: 135px;
    height: 32px;
    overflow: hidden;
    padding: 0 5px 0 5px; }

  .blockholder .swiper-title a {
    color: var(--gray30);
    height: 32px;
    display: block; }

  .blockholder .swiper-title a:hover {
    color: var(--gray75); }

  .blockholder .swiper-price {
    padding-top: 7px;
    margin-bottom: 0px;
    float: left;
    color: var(--gray30);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    height: 25px;
    width: 135px; }

  .blockholder .swiper-scrollbar {
    height: 40px;
    /*opacity: 0.5 !important;
    position: absolute;
    left: 1%;
    bottom: 0px;
    z-index: 50;
    height: 4px;
    width: 98%;
    border-radius: 10px;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
    top: 15px;*/ }

  .blockholder .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

  /* goods list */
  .itemsholder figure {
    /*position: relative;*/
    /*top: -25px;*/ }

  .listitem {
    width: var(--w2);
    /*height: 310px;*/
    float: left;
    /*border: 1px solid black;*/
    padding: 5px;
    border-top: 1px solid rgba(204, 214, 228, 0.6);
    height: calc(var(--listimgw) + 115px); }

  .listitem:nth-child(odd) {
    border-right: 1px solid rgba(204, 214, 228, 0.6); }

  .listitem .figure {
    min-height: calc(var(--listimgw) + 35px); }

  .listitem .title {
    margin-top: 5px;
    /* float: left; */
    text-align: center;
    /* width: 135px; */
    /* height: 32px; */
    overflow: hidden;
    /* padding: 0 5px 0 5px; */
    font-size: calc(16px + 0.2vw);
    height: 35px; }

  .listitem .title a {
    color: var(--gray75);
    height: 60px;
    display: block; }

  .listitem .price {
    padding-top: 6px;
    margin-bottom: 0px;
    color: var(--gray40);
    font-size: 17px;
    font-weight: 550;
    text-align: center;
    height: 25px; }

  .listitem .imgholder img {
    /*--w: calc( 100vw / 2);*/
    /*width: calc(var(--w2) - 11px);*/
    width: var(--listimgw);
    /*width: 125px;
    height: 125px;*/
    /*border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px;*/ }

  .listitem .imgholder a {
    /*text-align: center;*/
    /*width: 125px;*/
    /*height: 125px;*/
    /*margin-left: 5px;
    margin-top: 0;*/
    /*--w: calc( 100vw / 3);*/
    display: block;
    height: var(--listimgw);
    /*calc(var(--w2) - 11px);*/ }

  .listitem .btnholder {
    height: 32px;
    text-align: center;
    margin-top: 5px;
    display: flex;
    justify-content: center; }

  .listitem .tocartbtn {
    width: 32vw;
    display: block;
    height: 32px;
    border-radius: 4px;
    border: 0;
    /*font-size: 20px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    padding: 6px 3px 0 3px;
    background: var(--primr);
    color: var(--grayff); }

  .listitem .incartbtn {
    width: 32vw;
    display: block;
    height: 32px;
    border-radius: 4px;
    border: 0;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    /*20px;*/
    padding: 6px 3px 0 3px;
    background: var(--graycc);
    color: var(--gray75); }

  .listitem .soldout {
    text-align: center;
    padding-top: 30px;
    height: 65px;
    font-size: 20px;
    color: var(--graycc); }

  .found {
    font-size: 3.4vw;
    color: var(--gray75);
    padding: 0px 0 0px 10px;
    height: 20px; }

  .showmore {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: var(--grayee);
    margin: 10px 0 0 0;
    /*border: solid rgba(204, 214, 228, .6);
    border-width: 1px 0 0 0;*/ }

  .showmore a {
    width: 100%;
    display: block;
    color: var(--gray66); }

  .paginator {
    width: 100%;
    height: 0px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background: var(--graycc);
    overflow: hidden; }

  .paginator li {
    display: block;
    width: 20px;
    float: left; }

  .pgbtnr {
    color: var(--primr); }

  .pgbtng {
    color: var(--gray75); }

  .oldprice {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: var(--gray14); }

  .oldprice:before {
    background: var(--primr);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-10deg);
    width: 100%; }

  /* cart */
  .cartwrapper {
    padding: 0 10px; }

  .cartwrapper h2 {
    padding: 10px 0px 10px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    /*overflow: hidden;
    font-weight: normal;*/ }

  .cartwrapper .cartheader {
    /*padding: 5px 0 5px 0;
    font-size: 17px;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .cartfooter {
    font-size: 4.2vw;
    text-align: center; }

  .cartitem {
    height: 110px;
    --quarter: calc(100vw / 4);
    display: flex;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--graydd); }

  .cartitem .image {
    width: var(--quarter);
    height: var(--quarter);
    display: flex;
    flex: auto;
    /*margin-left: 10px;*/ }

  .cartitem img {
    width: var(--quarter);
    height: var(--quarter);
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .cartitem .details {
    float: right;
    flex: auto;
    height: 110px;
    padding: 0 0 0 10px; }

  .cartitem .title a {
    color: var(--gray75); }

  .cartitem .title a:visited {
    color: var(--gray75); }

  .cartitem .saleblock {
    display: flex; }

  .cartitem .title {
    height: 63px;
    max-height: 46px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    overflow: hidden;
    margin-bottom: 15px; }

  .cartitem .tighttitle {
    height: 63px;
    max-height: 32px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    overflow: hidden;
    margin-bottom: 8px; }

  .cartitem .remain {
    margin-bottom: 5px;
    font-size: 14px;
    /*text-align: right;*/
    color: var(--primr);
    height: 16px; }

  .cartitem .free {
    margin-bottom: 5px;
    font-size: 14px;
    /*text-align: right;*/
    color: var(--gray40);
    height: 16px; }

  .cartitem .saleblock .price {
    /*padding: 8px 0 0 0;*/
    font-weight: 600;
    line-height: 1.3; }

  .saleblock .quantity {
    border: 1px solid var(--graydd);
    border-radius: 3px;
    color: var(--gray75);
    height: var(--btnsize);
    width: 40px;
    text-align: center;
    /*padding: 4px 8px;*/
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: 600;
    padding: 2.6% 0; }

  .saleblock .quantityna {
    border: 1px solid var(--primr);
    border-radius: 3px;
    color: var(--primr);
    height: var(--btnsize);
    width: 40px;
    text-align: center;
    /*padding: 4px 8px;*/
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: 600;
    padding: 2.6% 0; }

  .cartitem .saleblock .buttons {
    display: flex;
    width: 100%;
    font-size: 4vw;
    /*margin-right: auto;*/ }

  .saleblock .summ {
    padding: 6px 0 0 0.5vw;
    margin-left: auto;
    /*font-size: calc(18px + 1vw);*/ }

  .saleblock .fsumm {
    padding: 6px 0 0 0.5vw;
    margin-left: auto;
    /*font-size: calc(18px + 1vw);*/ }

  /*.icon-dec input {
    width: 30px;
    height: 30px;
    position: relative;
    top: -32px;
    left: -6px;
    background: transparent;
    border: 0;
  }*/
  /*.cartitem .saleblock .buttons a {
    width: var(--btnsize);
    height: var(--btnsize);
    display: block;
    position: relative;
    left: -6px;
    top: -32px;
  }*/
  .saleblock .spacer20 {
    width: 20px; }

  .cartfooter .btnsholder {
    width: 100%;
    display: flex;
    margin-top: 10px; }

  .orderbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%;
    height: 32px; }

  .dis {
    color: var(--grayee);
    border: 1px solid var(--grayee); }

  .resultwrapper .btnsholder {
    width: 100%;
    display: flex;
    margin-top: 10px; }

  .resultwrapper .paybtn {
    /*padding: 5px 10px;*/
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%; }

  .cartcost {
    font-weight: 600; }

  .emptycart {
    text-align: center;
    /*margin: 20px 0 20px 0;*/
    padding: 60px 20px 40px 20px;
    font-size: 18px;
    color: var(--gray75); }

  .namsg {
    text-align: center;
    /*margin: 20px 0 20px 0;*/
    padding: 0px 20px 20px 20px;
    font-size: 18px;
    color: var(--primr); }

  /* order */
  .orderwrapper {
    /*padding: 0 10px;*/
    /*display: none;*/ }

  .orderwrapper h2 {
    padding: 10px 10px 10px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    /*overflow: hidden;
    font-weight: normal;*/ }

  .ordertitle {
    padding: 10px 0;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    font-weight: normal; }

  .namefield {
    width: 100%;
    padding: 0 30px 10px 30px; }

  .namefield label {
    padding: 5px 0 3px 0;
    display: block;
    font-size: 18px;
    /*color: #555;*/ }

  .namefield input {
    left: 0;
    height: 30px;
    width: 100%;
    /*color: #333;*/
    font-size: 18px;
    /*font-family: Tahoma, Helvetica, Arial;*/
    padding: 8px 0 8px 7px;
    border-radius: 3px;
    border: 1px solid var(--graycc);
    position: relative; }

  .order2 {
    width: 100%; }

  .order3 {
    margin-top: 20px; }

  .order4 {
    margin-top: 20px; }

  .order5 {
    padding-bottom: 10px; }

  .order6 {
    padding: 20px 10px 0; }

  .resultwrapper {
    /*height: calc(100vh - 420px);*/
    height: 70vh;
    font-size: 20px;
    color: var(--gray66); }

  .resultwrapper .payment {
    padding: 80px 10px 0 10px;
    text-align: center; }

  .resultwrapper .orderid {
    padding: 20px;
    color: var(--primr); }

  .resultwrapper .sm {
    margin-top: 10px; }

  .resultwrapper a {
    color: var(--primr); }

  .resultwrapper a:visited {
    color: var(--primr); }

  /*.address {
    font-size: 16px;
    padding: 0 10px 0 10px;
    line-height: 1.3;
  }*/
  .costitem {
    padding: 0 20px; }

  .addritem {
    padding: 0 20px; }

  .addritem .ah {
    padding: 0 0 10px 0; }

  .addritem .ad {
    padding: 0 10px;
    line-height: 1.5; }

  .addritem .an {
    line-height: 1.5;
    font-weight: 600; }

  .radioholder {
    padding: 0 30px; }

  .radioholder label {
    padding-left: 10px;
    font-size: 18px; }

  .radioholder .radio {
    /*transform:scale(1.5);*/ }

  .radioholder .radioitem {
    margin-bottom: 10px;
    border: solid 1px rgba(196, 196, 196, 0.5);
    border-radius: 4px;
    padding: 10px 15px;
    /* border: 1px solid black; */
    /* margin-bottom: 8px;*/ }

  .confirmbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    width: 100%; }

  .orderresultwrapper {
    padding: 15px 10px 0 10px;
    text-align: center;
    /*display: none;*/ }

  .labelwrapper {
    display: flex; }

  .error {
    margin-left: auto;
    font-size: 13px;
    color: var(--primr);
    padding: 8px 5px 0 0; }

  .perror {
    font-size: 16px;
    color: var(--primr);
    padding: 5px 5px 10px 5px;
    text-align: center;
    display: none; }

  .widgetContent {
    width: 100%;
    height: 400px;
    border: solid 1px var(--gray00); }

  .fldred {
    color: var(--primr); }

  input[type='radio'], label {
    /*cursor: pointer;*/ }

  input[type='radio'] {
    position: relative;
    height: 15px;
    width: 22px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;*/ }

  input[type='radio']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--grayff);
    border: 2px solid var(--primr); }

  input[type='radio']:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primr);
    transform: translate(-50%, -50%);
    visibility: visible; }

  .hidden {
    display: none; }

  .resultwrapper1 {
    z-index: 5000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  .dd {
    bottom: 0;
    position: absolute;
    width: 100vw; }

  .notaval {
    filter: opacity(0.4) grayscale(100); }

  .fbuybtn {
    font-size: 16px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 110px;
    height: 30px; }

  .ficbtn {
    font-size: 16px;
    border-radius: 3px;
    color: var(--gray75);
    background: var(--graycc);
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 1.8; }

  .oos {
    color: var(--gray75);
    height: 30px;
    line-height: 1.8;
    width: 100%;
    text-align: center; }

  .d {
    color: var(--graydd) !important; }

  .b {
    color: var(--gray75); }

  .footer {
    background: var(--grayee);
    padding: 8px 0 8px 0; }

  .footer-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    /*position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;*/
    line-height: 16px;
    color: var(--gray66); }

  .footer-title a {
    color: var(--gray66); }

  .copyright {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    line-height: 16px;
    color: var(--gray66); }

  .copyright a {
    color: var(--gray66); }

  .copyright .phone {
    margin-bottom: 10px; }

  .footer-list {
    margin: 0;
    font-size: 17px; }

  .footer-list ul {
    padding: 0;
    margin: 0;
    position: relative; }

  .footer-list ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .footer-list .item {
    padding-left: 20px;
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--gray66); }

  .footer-social-icons {
    margin-bottom: 10px;
    padding-left: 10px;
    height: 30px; }

  .footer-social-icons img {
    margin-left: 10px; }

  /*.footer .payment {
    display: flex;
    justify-content: center;
    padding: 0 20px 0 20px;
  }*/
  .paymentwrapper {
    padding: 10px;
    /*color: var(----gray66);*/ }

  .paymentwrapper .labelwrapper {
    display: flex;
    padding-bottom: 5px; }

  .paymentwrapper label {
    padding: 5px 0 3px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--gray66); }

  .paymentwrapper .btnswrapper {
    display: flex; }

  .paymentwrapper input {
    width: 50vw;
    font-size: 18px;
    height: 36px;
    border: 0;
    border-bottom: 1px solid var(--graydd);
    color: var(--gray30);
    border-radius: 3px;
    padding-left: 10px;
    margin-right: auto; }

  .paymentwrapper input:focus {
    border-color: var(--primr); }

  .paymentwrapper .paybtn {
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 40vw;
    height: 35px;
    margin-left: auto; }

  /* debug */
  .debug {
    width: 100%;
    padding: 5px;
    z-index: 3000; }

  .debug-title {
    margin: 5px 0px 0 0px;
    padding-left: 10px;
    border-radius: 4px 4px 0 0;
    height: 22px;
    background-color: var(--graydd);
    font-size: 14px;
    font-weight: bold;
    line-height: 22px; }

  .debug-content {
    margin: 0 0px 5px 0px;
    padding-left: 10px;
    border-radius: 0 0 2px 2px;
    min-height: 22px;
    background-color: var(--footer);
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word; }

  .debug-content .flex {
    display: flex;
    justify-content: center; }

  .debug-content .flex .item {
    width: 100%;
    text-align: center;
    border-right: 1px solid var(--graydd); }

  body {
    font-family: Roboto, Noto, Helvetica, Arial, Sans-Serif; }

  /*.pos {
    opacity: 1 !important;
    visibility: visible !important;
  }*/ }
@media (min-width: 431px) and (max-width: 1151px) {
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    text-decoration: none; }

  body {
    line-height: 1; }

  ol, ul {
    list-style: none; }

  table {
    border-collapse: collapse;
    border-spacing: 0; }

  .page {
    z-index: 3000; }

  .pageoverlay {
    z-index: 5000;
    position: fixed;
    /*left: -100vw;*/
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  .msgoverlay {
    z-index: 5000;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  /* main content */
  .content {
    width: 100%;
    height: 100%;
    padding: 90px 5px 20px 5px;
    z-index: 3500;
    background: var(--grayff); }

  .c1 {
    min-height: calc(100vh - 490px); }

  .c3 {
    min-height: calc(100vh - 490px); }

  .c5 {
    padding: 55px 5px 20px 5px !important; }

  .c6 {
    min-height: calc(100vh - 410px); }

  .c7 {
    min-height: calc(100vh); }

  .catdescription {
    font-size: 12px;
    z-index: 3500;
    padding: 5px 10px 5px 15px; }

  .catdescription h2 {
    font-weight: 600; }

  /*.content {
      scroll-padding-top: 10px;
  }*/
  .content-block {
    margin: 15px 0;
    padding: 0 15px; }

  .errors {
    padding-left: 10px;
    margin-bottom: 5px;
    color: var(--primr);
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }

  .list-block-label {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--gray75); }

  .list-block-label a {
    color: var(--primr); }

  .inputs-list {
    /*display: flex;
    justify-content: center;*/ }

  .inputs-list ul {
    padding: 0;
    margin: 0; }

  .inputs-list li {
    justify-content: center;
    display: flex;
    margin-top: 15px; }

  .inputs-list input {
    width: 70vw;
    color: var(--gray30);
    font-size: 18px;
    height: 36px;
    /*border-bottom: 1px solid var(--gray75);
    font-family: Tahoma, Helvetica, Arial;*/
    /*padding: 8px 0 8px 7px;
    border-radius: 2px;
    border-bottom: 1px solid #CCC;*/
    border: 0;
    border-bottom: 1px solid var(--graydd);
    color: var(--gray30);
    padding-left: 10px; }

  .inputs-list input:focus {
    /*color: var(--gray30);
    background-color: var(--primw);*/
    border-color: var(--primr);
    /*box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);*/ }

  .regbuttons {
    width: 100%;
    display: flex;
    padding: 15px 30px 0 30px; }

  .regreser {
    display: none;
    margin: 35px 0 0 0;
    font-size: 18px;
    text-align: center;
    color: var(--primr); }

  .regresok {
    display: none;
    margin: 35px 0 0 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.5; }

  .buttons-row {
    width: 100%;
    display: flex;
    margin: 15px 10px 0 10px; }

  .submitloginbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%; }

  .button:active {
    /*background-color: #3e8e41;
    box-shadow: 0 5px #666;*/
    transform: translateY(20px);
    transform: translateY(20px);
    transform: translateX(20px); }

  .tall {
    padding: 5px 10px; }

  .page404 {
    padding: 10px 5px 0 5px; }

  .page404 a {
    color: var(--primr); }

  .page404 .imgwrapper {
    padding-bottom: 20px;
    display: flex;
    justify-content: center; }

  .page404 img {
    width: 90vw; }

  .pagetitle {
    font-size: 18px;
    color: var(--gray14);
    font-weight: 100;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px; }

  .pagetitle h1 {
    font-weight: 100;
    color: var(--gray14); }

  .pagetitle a {
    color: var(--gray14); }

  .pagetitle a:hover {
    color: var(--gray90); }

  .notfound {
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    font-size: 16px;
    color: var(--gray40); }

  .branchtitle {
    font-size: 3.4vw;
    color: var(--gray75);
    padding: 5px 0 0 10px;
    height: 20px; }

  .branchtitle a {
    color: var(--gray75); }

  .branchtitle a:visited {
    color: var(--gray75); }

  .breadcrumbs {
    padding: 10px 0 10px 10px;
    font-size: 3.5vw;
    color: var(--gray40); }

  .breadcrumbs h1 {
    font-weight: 100;
    text-align: left; }

  .breadcrumbs a {
    color: var(--gray75); }

  .catwrapper a {
    color: var(--gray30);
    line-height: 30px; }

  .catwrapper a:hover {
    color: var(--graycc); }

  .catwrapper h1 {
    padding: 5px 5px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3; }

  .catwrapper .branchlvl0 {
    padding-left: 30px; }

  .catwrapper .branchlvl1 {
    padding-left: 50px; }

  .catitems {
    /*margin-top: 15px;*/ }

  .linkslistwrapper {
    padding: 0 0 0 10px;
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 18px);
    width: calc(100vw - 20px);
    white-space: nowrap;
    /*overflow: hidden;*/
    text-decoration: none;
    display: inline-block; }

  .linkslistwrapper h1 {
    /*padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray66);
    margin: 0;
    line-height: 1.3;*/ }

  .linkslistholder {
    padding-left: 15px; }

  .linklistitem {
    height: 25px;
    overflow: hidden; }

  .linklistitem a {
    color: var(--gray75);
    display: block;
    width: 100%;
    height: 25px;
    /*padding-top: 12px;*/ }

  @font-face {
    font-family: 'icomoon';
    src: url("./icomoon.ttf") format("truetype");
    /*font-weight: normal;
    font-style: normal;
    font-display: swap;*/ }
  :root {
    --btnsize: 7.28vw; }

  [class*='icon'] {
    font-family: 'icomoon' !important;
    font-style: normal; }

  /*-----------------*/
  .carticon {
    display: block;
    padding: 12px 0 0 8px; }

  .carticon:before {
    font-size: 24px;
    content: "\0155"; }

  .redcart:before {
    content: "\0156";
    color: var(--primr); }

  /*-----------------*/
  .trashicon {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: var(--btnsize);
    width: var(--btnsize);
    border-radius: 3px;
    margin-left: auto;
    text-align: center;
    padding: 3% 0; }

  .trashicon:before {
    /*font-size: 26px;*/
    content: "\0103"; }

  /*-----------------*/
  .backicon {
    display: block;
    padding: 10px 0 0 10px;
    /*padding-top: 10px;
    padding-left: 15px;*/ }

  .backicon:before {
    font-size: 28px;
    content: "\009c";
    margin-left: -5px; }

  /*-----------------*/
  .listitem .hearticon {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 22px;
    /*top: -295px;*/
    left: calc( var(--w2) - 35px);
    top: calc( ( var(--listimgw) + 105px ) * -1);
    color: var(--gray75);
    padding: 6px 0 0 1px;
    z-index: 2; }

  .listitem .hearticon:before {
    content: "\009e"; }

  .listitem .redheart:before {
    content: "\00c7";
    color: var(--primr); }

  /*-----------------*/
  .icon-search {
    padding-top: 19px; }

  .icon-search:before {
    content: "\00bf"; }

  .icon-sidemenu:before {
    content: "\00f2"; }

  .icon-share {
    display: block;
    padding: 11px 0 0 9px; }

  .icon-share:before {
    font-size: 24px;
    content: "\00d0"; }

  .icon-profmenu:before {
    content: "\00fe";
    font-size: 21px; }

  .favicon {
    display: block;
    padding: 12px 0 0 8px; }

  .favicon:before {
    font-size: 24px;
    content: "\009e"; }

  .redheart:before {
    content: "\00c7";
    color: var(--primr); }

  .icon-align {
    display: block;
    padding: 13px 0 0 10px; }

  .icon-align:before {
    font-size: 20px;
    content: "\008a"; }

  .icon-cross {
    font-size: 24px; }

  .icon-cross:before {
    content: "\008d"; }

  .icon-home {
    display: block;
    padding: 9px 0 0 7px; }

  .icon-home:before {
    font-size: 27px;
    content: "\0118"; }

  .icon-inc {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: var(--btnsize);
    width: var(--btnsize);
    /*padding: 8px 6px;*/
    margin-left: 10px;
    border-radius: 3px;
    text-align: center;
    padding: 3.2% 0; }

  .icon-inc:before {
    /*font-size: 20px;*/
    content: "\00f8"; }

  .icon-dec {
    border: 1px solid var(--gray75);
    color: var(--gray75);
    height: var(--btnsize);
    width: var(--btnsize);
    /*padding: 8px 6px;*/
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    padding: 3.5% 0; }

  .icon-dec:before {
    /*font-size: 20px;*/
    content: "\00f9"; }

  .icon-exit {
    display: block;
    padding: 15px 0 0 13px;
    font-size: 20px; }

  .icon-exit:before {
    content: "\0069"; }

  .icon-myprof {
    display: block;
    padding: 13px 0 0 10px;
    font-size: 20px; }

  .icon-myprof:before {
    content: "\00fd"; }

  .icon-mycart {
    display: block;
    padding: 13px 0 0 10px;
    font-size: 20px; }

  .icon-mycart:before {
    content: "\0155"; }

  .icon-myfavs {
    display: block;
    padding: 14px 0 0 10px;
    font-size: 20px; }

  .icon-myfavs:before {
    content: "\009e"; }

  .icon-myord {
    display: block;
    padding: 14px 0 0 10px;
    font-size: 20px; }

  .icon-myord:before {
    content: "\016d"; }

  /*.incart {
    background: var(--graycc) !important;
    color: var(--gray75) !important;
  }*/
  /*.listitem .tocartbtn {
    background: var(--primr);
    color: var(--primw);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.productdetails .btnholder {
    padding: 5px 10px;
    font-size: 5vw;
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: var(--primw);
    background: var(--primr);
    box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    line-height: 1.3;
    width: 40vw;
  }*/
  /*.productdetails .btnholder a {
    color: var(--primw);
  }*/
  /*.productdetails .saleblock a {
    width: 40vw;
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    padding-top: 8px;
    text-align: center;
  }*/
  /*.productdetails .buybtn {
    background: var(--primr);
    color: var(--primw);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.productdetails .buybtn:before {
    content: "в корзину";
  }*/
  /*.productdetails .incartbtn {
    background: var(--graydd);
    color: var(--gray75);
    /*box-shadow: 0 1px 2px var(--graydd), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.productdetails .incartbtn:before {
    content: "в корзине";
  }*/
  /*.listitem .tocartbtn:before {
    content: "в корзину";
  }*/
  /*.listitem .incartbtn {
    background: var(--grayee);
    color: var(--gray75);
    /*box-shadow: 0 1px 2px var(--graydd), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.listitem .incartbtn:before {
    content: "в корзине";
  }*/
  /* header */
  .header {
    z-index: 3500;
    height: 50px;
    width: 100%;
    top: 0;
    position: fixed; }

  .navbar {
    display: flex;
    background-color: var(--primr);
    height: 50px;
    width: 100%;
    font-size: 19px;
    padding: 0 5px 0 0; }

  .navbar-right {
    margin-left: auto;
    display: flex; }

  .navbar i {
    padding: 18px;
    display: block; }

  .navbar-icon {
    height: 50px;
    width: 50px;
    color: var(--grayff);
    display: flex;
    user-select: none; }

  .navbar a {
    color: var(--grayff); }

  .navbar a:visited {
    color: var(--grayff); }

  .navbar-link {
    width: 85px;
    padding: 15px; }

  .navbar input {
    /* left: 0; */
    height: 30px;
    width: 50vw;
    margin-top: 10px;
    /* color: #333; */
    font-size: 16px;
    /* font-family: Tahoma, Helvetica, Arial; */
    padding: 8px 0 8px 7px;
    border-radius: 3px;
    border: 1px solid var(--graycc);
    /* border: 0; */
    position: relative;
    caret-color: var(--primr); }

  .topmenu {
    height: 40px;
    width: 100%;
    position: fixed;
    top: 50px;
    background: rgba(50, 50, 50, 0.1);
    font-size: 13px;
    z-index: 3500;
    padding: 0 10px 0 10px;
    /*display: flex;*/ }

  .topmenu i {
    height: 40px;
    width: 40px; }

  .topmenu a {
    color: var(--gray75);
    display: inline; }

  .topmenu a:visited {
    color: var(--gray75); }

  .topmenu .right {
    float: right; }

  .topmenu .left {
    float: left; }

  .topmenu .cq {
    position: relative;
    top: -39px;
    left: 20px;
    font-size: 10px;
    font-family: Roboto, Noto, Helvetica, Arial, Sans-Serifboto; }

  .topmenuitem {
    /*height: 40px;
    width: 40px;
    color: #fff;
    display: flex;
    user-select: none;*/
    height: 40px; }

  .topmenu-left {
    /*margin-right: auto;
    display: flex;
    height: 40px;*/ }

  .topmenu-right {
    /*margin-left: auto;
    display: flex;
    height: 40px;*/
    /*padding-right: 15px;*/ }

  .topmenu-middle {
    /*width: 100%;*/ }

  .topmenu-right .quant {
    /*position: absolute;*/ }

  .iconsholder {
    color: var(--gray75); }

  /* sidebar */
  .sbs {
    left: 0px !important;
    visibility: visible !important; }

  .sidebar {
    z-index: 5100;
    position: fixed;
    overflow: auto;
    left: -100vw;
    top: 0px;
    width: 75vw;
    height: 100%;
    background-color: var(--grayff);
    transition-duration: 300ms;
    visibility: hidden; }

  .sidebar .logobar {
    display: block;
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid var(--graycc); }

  .logo {
    height: 48px;
    float: left;
    margin-left: 4px;
    padding-top: 2px; }

  .logoname {
    float: left;
    height: 50px;
    margin-left: 4vw;
    width: 50vw;
    padding-top: 2px; }

  .sidebar ul {
    padding: 0 0 0 10px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 18px);
    width: calc(75vw - 10px);
    width: calc(75vw - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline-block; }

  .sidebar li {
    height: 40px;
    /*padding: 10px 0 5px 0;*/ }

  .sidebar .level0 {
    /*padding-left: 0;*/ }

  .sidebar .level00 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 12px; }

  .sidebar .level0 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 12px; }

  .sidebar .level1 {
    padding-left: 15px;
    height: 30px;
    /*padding-top: 5px;*/ }

  .sidebar .level1 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 30px;
    padding-top: 7px; }

  .sidebar a:hover {
    color: var(--primr); }

  .sidebar .selected {
    color: var(--primr) !important; }

  .sidebar .catwrapper .title {
    display: none; }

  .sidebar .block-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    line-height: 16px;
    color: var(--gray66);
    border-top: 1px solid var(--graycc); }

  .sidebar .block-title a {
    color: var(--gray66); }

  .sidebar .block-title a:visited {
    color: var(--gray66); }

  .pbs {
    left: 0px !important;
    visibility: visible !important; }

  .profilebar {
    z-index: 5100;
    position: fixed;
    overflow: auto;
    left: -100vw;
    width: 75vw;
    height: 100%;
    background-color: var(--grayff);
    transition-duration: 300ms;
    visibility: hidden; }

  .profilebar .logobar {
    display: block;
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid var(--graycc); }

  .profilebar ul {
    padding: 0 0 0 10px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 18px);
    width: calc(75vw - 10px);
    width: calc(75vw - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline-block; }

  .profilebar li {
    min-height: 40px;
    /*padding: 10px 0 5px 0;*/ }

  .profilebar .level0 {
    padding-left: 0; }

  .profilebar .level0 a {
    color: var(--gray14);
    display: block;
    width: 100%;
    height: 40px;
    display: flex; }

  .profilebar .menuicon {
    height: 40px;
    width: 40px; }

  .profilebar .menuitem {
    height: 40px;
    width: 220px;
    padding: 12px 0 0 0; }

  .orderswrapper {
    padding: 5px 10px 0 10px; }

  .orderswrapper .pagetitle h2 {
    font-weight: 100; }

  .cartwrapper .pagetitle h2 {
    font-weight: 100; }

  .orderswrapper .ord-head {
    display: flex;
    padding: 12px 12px 0 12px;
    border-radius: 8px 8px 0 0;
    height: 40px;
    background-color: var(--grayee);
    color: var(--gray66); }

  .orderswrapper .ord-body {
    /*padding-bottom: 10px;*/ }

  .orderswrapper li {
    box-shadow: var(--gray30);
    transition: all .3s;
    margin-bottom: 25px; }

  .orderswrapper .number {
    font-size: 14px;
    margin-left: auto;
    padding-top: 2px; }

  .orderswrapper .date {
    font-size: 17px;
    font-weight: 600; }

  .orderswrapper .status {
    height: 25px;
    padding: 5px 0 0 10px;
    color: var(--primr); }

  .orderswrapper .itemsholder {
    display: flex;
    padding-left: 10px;
    overflow: hidden;
    margin-top: 5px;
    overflow-x: scroll;
    height: 70px; }

  .orderswrapper .item {
    padding-right: 5px; }

  .orderswrapper img {
    width: 60px;
    height: 60px;
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .orderswrapper .btnholder {
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0; }

  .orderswrapper .paybtn {
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 19px);
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px;
    background: var(--primr);
    color: var(--grayff);
    border: 0; }

  .orderswrapper .pricebtn {
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 19px);
    background: var(--grayee);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.8;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px; }

  .gobtns {
    width: 100%;
    display: flex;
    margin: 15px 0 0 0; }

  .gomainbtn {
    color: var(--gray75);
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    padding: 0 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin: 0 16px 0 16px;
    width: 100%; }

  .rolled {
    height: 0px; }

  .submitprofbtn {
    height: 32px;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 100%;
    cursor: pointer; }

  .submitregbtn {
    height: 32px;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 100%;
    cursor: pointer; }

  .profbtns {
    width: 100%;
    display: flex;
    margin: 15px 0 0 0; }

  .returnbtn {
    color: var(--gray75);
    text-align: center;
    height: 32px;
    font-size: 19px;
    padding: 6px 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin-left: 16px;
    width: 100%; }

  .lps {
    top: 20vh !important;
    visibility: visible !important; }

  .aspage {
    left: 0 !important;
    top: 20vh !important;
    width: 100% !important;
    /*height: 100vh !important;*/
    border-bottom: 1px solid var(--graycc);
    min-height: auto;
    background: var(--grayff);
    z-index: 5100;
    position: fixed;
    visibility: visible !important;
    overflow: hidden;
    transition-duration: 400ms; }

  .loginpopup {
    left: 0;
    top: 100vh;
    width: 100%;
    border-bottom: 1px solid var(--graycc);
    min-height: auto;
    background: var(--grayff);
    z-index: 5100;
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    transition-duration: 400ms;
    visibility: hidden; }

  input:-webkit-autofill::first-line {
    font-size: 18px; }

  .loginpopup .buttons-row {
    /*width: 100%;
    display: flex;
    margin: 15px 10px 0 10px;*/
    display: flex;
    margin: 15px 0 0 0 !important; }

  .loginpopup-header {
    width: 100%;
    margin: 0;
    height: 50px;
    color: var(--grayff);
    background: var(--primr);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between; }

  .loginpopup-title {
    color: var(--grayff);
    padding: 0 17px 0;
    line-height: 50px;
    font-size: 19px;
    height: 50px; }

  .loginpopup a {
    /*color: var(--grayff);*/ }

  .loginpopup a:visited {
    /*color: var(--grayff);*/ }

  .loginpopup i {
    padding: 15px 12px;
    display: block; }

  .loginpopup .errors {
    margin-bottom: 5px;
    color: var(--primr);
    display: block;
    position: relative;
    text-align: center;
    font-size: 15px; }

  .registerbtn {
    color: var(--gray75);
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    padding: 0 8px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin-left: 16px;
    width: 100%; }

  .artwrapper h1 {
    /*padding: 5px 5px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .artwrapper .article {
    padding: 0 5px 0 5px;
    font-size: 14px;
    /* padding-bottom: 10px; */
    color: var(--gray75);
    line-height: 20px; }

  .artwrapper a {
    color: var(--primr);
    /*text-decoration: none;*/ }

  .artwrapper img {
    max-width: calc(100vw - 20px); }

  .article-logo {
    margin-inline-start: 0;
    margin-inline-end: 0; }

  .article-logo img {
    width: calc(90vw / 6);
    padding: 0 5px 0 5px; }

  .article-payments {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

  .map {
    width: 95vw; }

  .productholder {
    width: 100%;
    padding-bottom: 80px; }

  .productholder .title {
    position: relative;
    padding: 10px 10px 0px 10px; }

  .productholder .title h1 {
    color: var(--gray30);
    /*-webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 22px;
    letter-spacing: .4px;
    transition: max-height .3s ease-in-out;
    will-change: max-height;*/
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    font-size: calc(14px + 1.6vw);
    text-align: justify; }

  .product-id {
    position: relative;
    top: 12px;
    /* text-align: right; */
    padding: 3px 10px 5px 10px;
    z-index: 3500;
    font-size: 13px; }

  .productholder .swiper-container {
    height: 0;
    /*margin-top: 5px;*/
    padding-top: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden; }

  .productholder .swiper-wrapper {
    margin-left: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow-x: scroll;
    display: flex;
    padding-bottom: 13px;
    /*width: 100%;*/
    width: calc(100vw - 30px);
    margin-left: 10px; }

  .productholder .swiper-item {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    flex-shrink: 0; }

  .productholder .swiper-img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }

  .productholder .copy-img {
    /*left: 50%;
    top: 50%;*/
    position: fixed;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }

  .productholder .news {
    align-items: flex-start;
    /* flex-direction: row; */
    /* margin-bottom: -25px; */
    /* margin-top: -4px; */
    display: flex;
    margin-left: 10px;
    margin: 10px 10px -40px 10px;
    top: -40px;
    position: relative;
    z-index: 3100;
    height: 20px; }

  .productholder .discount {
    color: var(--grayff);
    background-color: var(--disc);
    font-weight: 500;
    height: 20px;
    line-height: 16px;
    padding: 2px 8px;
    letter-spacing: .2px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center; }

  .productholder .discount span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px; }

  .productholder .isnew {
    margin-left: 5px;
    color: var(--grayff);
    background-color: var(--primr);
    height: 20px;
    padding: 0 8px;
    letter-spacing: .2px;
    border-radius: 10px; }

  .productholder .isnew span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px; }

  .productholder .descrheader {
    padding: 10px 10px 10px;
    color: #757575;
    overflow: hidden;
    font-weight: normal;
    border-top: 1px solid var(--graycc);
    margin-top: 10px; }

  .productholder .descrtitle {
    font-size: 18px;
    color: var(--gray30);
    overflow: hidden;
    font-weight: normal;
    background-color: var(--grayff);
    position: relative; }

  .productholder .description {
    font-size: calc(12px + 1.5vw);
    /* 18px;*/
    line-height: calc(11px + 1vh);
    padding: 0px 10px 0 10px;
    color: var(--gray75); }

  .description .params {
    line-height: 1.2; }

  .params a {
    color: var(--primr);
    text-decoration: none; }

  .params a:hover {
    color: var(--gray66); }

  .params a:visited {
    color: var(--primr); }

  .description .param {
    color: var(--gray14); }

  .description .prblack {
    color: var(--gray75); }

  .productholder .saleblock {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: var(--grayee);
    z-index: 3500; }

  .productholder .images {
    clear: both;
    margin-top: 10px; }

  .saleblock .availability {
    height: 20px;
    line-height: 1.8;
    text-align: center; }

  .saleblock .btnholder {
    width: 100%;
    height: 50px;
    display: flex;
    /*left: 0;
    bottom: 0;
    top: calc(100vh - 60px);*/
    justify-content: center;
    padding: 10px 0 10px 0; }

  .saleblock .pricebtn {
    /*font-size: 22px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    background: var(--grayff);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.8;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px; }

  .saleblock .dprice {
    font-size: 20px;
    background: var(--grayff);
    margin-right: 5vw;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    width: 40vw; }

  .oprice {
    font-size: 15px;
    font-weight: 500;
    position: relative; }

  .oprice:before {
    background: var(--primr);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-10deg);
    width: 100%; }

  .saleblock .buybtn {
    /*font-size: 22px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px;
    background: var(--primr);
    color: var(--grayff); }

  .saleblock .cartbtn {
    /*font-size: 22px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    width: 40vw;
    max-width: 150px;
    background: var(--graycc);
    color: var(--gray75); }

  .saleblock .soldout {
    text-align: center;
    padding-top: 25px;
    font-size: 20px;
    color: var(--graycc); }

  .adminpanel {
    width: 100%;
    height: 95px;
    /*исправить на 80*/ }

  .adminpanel .codesholder {
    padding: 10px 0 5px 0; }

  .adminpanel .code {
    display: table-cell;
    width: calc(100vw/3);
    text-align: center; }

  .adminpanel .btnsholder {
    display: flex;
    justify-content: center;
    padding-top: 10px; }

  .adminpanel .adminbtn {
    font-size: 12px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /* box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12); */
    width: 120px;
    height: 28px; }

  .adminpanel .pricein {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600; }

  .adminpanel .spacer {
    width: 5px; }

  /*.zk {
    bottom: 0;
    padding: 0 5px;
    height: 22px;
    position: absolute;
    right: 16px;
    background: var(--graydd);
    border-radius: 5px;
  }
  
  .zk:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) .01%, #fff 57.29%);
    content: "";
    height: 26px;
    width: 42px;
  }
  
  .zk .kz0 {
    color: var(--primw);
    letter-spacing: .2px;
    line-height: 20px;
  }*/
  .blockholder .blockheader {
    padding: 0px 5px 5px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    font-weight: normal;
    /*height: 1px;
    background-color: var(--gray75);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;*/ }

  .blockholder a {
    color: var(--gray75); }

  .blockholder .show-more {
    position: relative;
    top: -10px;
    font-size: .8rem;
    float: right;
    /*margin-right: 5px;*/ }

  .blockholder .title {
    font-size: 1.25rem;
    color: var(--gray75);
    overflow: hidden;
    font-weight: normal;
    background-color: var(--primw);
    position: relative;
    /*top: -21px;*/
    padding: 0px 5px;
    /*padding: 12px 12px 0px;
    line-height: 1.3;
    margin: 0;*/ }

  .blockholder .description {
    font-size: .75rem;
    color: var(--gray75);
    display: block;
    padding-left: 5px; }

  .blockholder .swiper-container {
    /*background-color: #fff;*/
    /*padding: 0 5px 0;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex; }

  .blockholder .swiper-wrapper {
    transform: translate3d(0, 0, 0);
    transition-property: transform;
    /*width: 100%;
    padding: 0 10px;*/
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    /**/
    width: calc(100vw - 10px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px; }

  .blockholder .swiper-item {
    float: left;
    width: 135px;
    height: 187px;
    position: relative; }

  .blockholder .swiper-image {
    text-align: center;
    width: 125px;
    height: 125px;
    margin-left: 5px;
    margin-top: 0; }

  .blockholder .swiper-image img {
    width: 125px;
    height: 125px;
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .blockholder .swiper-title {
    margin-top: 0px;
    float: left;
    text-align: center;
    width: 135px;
    height: 32px;
    overflow: hidden;
    padding: 0 5px 0 5px; }

  .blockholder .swiper-title a {
    color: var(--gray30);
    height: 32px;
    display: block; }

  .blockholder .swiper-title a:hover {
    color: var(--gray75); }

  .blockholder .swiper-price {
    padding-top: 7px;
    margin-bottom: 0px;
    float: left;
    color: var(--gray30);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    height: 25px;
    width: 135px; }

  .blockholder .swiper-scrollbar {
    height: 40px;
    /*opacity: 0.5 !important;
    position: absolute;
    left: 1%;
    bottom: 0px;
    z-index: 50;
    height: 4px;
    width: 98%;
    border-radius: 10px;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
    top: 15px;*/ }

  .blockholder .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

  /* goods list */
  .itemsholder figure {
    /*position: relative;*/
    /*top: -25px;*/ }

  .listitem {
    width: var(--w2);
    /*height: 310px;*/
    float: left;
    /*border: 1px solid black;*/
    padding: 5px;
    border-top: 1px solid rgba(204, 214, 228, 0.6);
    height: calc(var(--listimgw) + 115px); }

  .listitem:nth-child(odd) {
    border-right: 1px solid rgba(204, 214, 228, 0.6); }

  .listitem .figure {
    min-height: calc(var(--listimgw) + 35px); }

  .listitem .title {
    margin-top: 5px;
    /* float: left; */
    text-align: center;
    /* width: 135px; */
    /* height: 32px; */
    overflow: hidden;
    /* padding: 0 5px 0 5px; */
    font-size: calc(16px + 0.2vw);
    height: 35px; }

  .listitem .title a {
    color: var(--gray75);
    height: 60px;
    display: block; }

  .listitem .price {
    padding-top: 6px;
    margin-bottom: 0px;
    color: var(--gray40);
    font-size: 17px;
    font-weight: 550;
    text-align: center;
    height: 25px; }

  .listitem .imgholder img {
    /*--w: calc( 100vw / 2);*/
    /*width: calc(var(--w2) - 11px);*/
    width: var(--listimgw);
    /*width: 125px;
    height: 125px;*/
    /*border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px;*/ }

  .listitem .imgholder a {
    /*text-align: center;*/
    /*width: 125px;*/
    /*height: 125px;*/
    /*margin-left: 5px;
    margin-top: 0;*/
    /*--w: calc( 100vw / 3);*/
    display: block;
    height: var(--listimgw);
    /*calc(var(--w2) - 11px);*/ }

  .listitem .btnholder {
    height: 32px;
    text-align: center;
    margin-top: 5px;
    display: flex;
    justify-content: center; }

  .listitem .tocartbtn {
    width: 32vw;
    display: block;
    height: 32px;
    border-radius: 4px;
    border: 0;
    /*font-size: 20px;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    padding: 6px 3px 0 3px;
    background: var(--primr);
    color: var(--grayff); }

  .listitem .incartbtn {
    width: 32vw;
    display: block;
    height: 32px;
    border-radius: 4px;
    border: 0;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 19px);
    /*20px;*/
    padding: 6px 3px 0 3px;
    background: var(--graycc);
    color: var(--gray75); }

  .listitem .soldout {
    text-align: center;
    padding-top: 30px;
    height: 65px;
    font-size: 20px;
    color: var(--graycc); }

  .found {
    font-size: 3.4vw;
    color: var(--gray75);
    padding: 0px 0 0px 10px;
    height: 20px; }

  .showmore {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: var(--grayee);
    margin: 10px 0 0 0;
    /*border: solid rgba(204, 214, 228, .6);
    border-width: 1px 0 0 0;*/ }

  .showmore a {
    width: 100%;
    display: block;
    color: var(--gray66); }

  .paginator {
    width: 100%;
    height: 0px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background: var(--graycc);
    overflow: hidden; }

  .paginator li {
    display: block;
    width: 20px;
    float: left; }

  .pgbtnr {
    color: var(--primr); }

  .pgbtng {
    color: var(--gray75); }

  .oldprice {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: var(--gray14); }

  .oldprice:before {
    background: var(--primr);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-10deg);
    width: 100%; }

  /* cart */
  .cartwrapper {
    padding: 0 10px; }

  .cartwrapper h2 {
    padding: 10px 0px 10px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    /*overflow: hidden;
    font-weight: normal;*/ }

  .cartwrapper .cartheader {
    /*padding: 5px 0 5px 0;
    font-size: 17px;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;*/ }

  .cartfooter {
    font-size: 4.2vw;
    text-align: center; }

  .cartitem {
    height: 110px;
    --quarter: calc(100vw / 4);
    display: flex;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--graydd); }

  .cartitem .image {
    width: var(--quarter);
    height: var(--quarter);
    display: flex;
    flex: auto;
    /*margin-left: 10px;*/ }

  .cartitem img {
    width: var(--quarter);
    height: var(--quarter);
    border: 1px;
    padding: 5px;
    border-color: var(--graydd);
    border-style: solid;
    border-radius: 10px; }

  .cartitem .details {
    float: right;
    flex: auto;
    height: 110px;
    padding: 0 0 0 10px; }

  .cartitem .title a {
    color: var(--gray75); }

  .cartitem .title a:visited {
    color: var(--gray75); }

  .cartitem .saleblock {
    display: flex; }

  .cartitem .title {
    height: 63px;
    max-height: 46px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    overflow: hidden;
    margin-bottom: 15px; }

  .cartitem .tighttitle {
    height: 63px;
    max-height: 32px;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    overflow: hidden;
    margin-bottom: 8px; }

  .cartitem .remain {
    margin-bottom: 5px;
    font-size: 14px;
    /*text-align: right;*/
    color: var(--primr);
    height: 16px; }

  .cartitem .free {
    margin-bottom: 5px;
    font-size: 14px;
    /*text-align: right;*/
    color: var(--gray40);
    height: 16px; }

  .cartitem .saleblock .price {
    /*padding: 8px 0 0 0;*/
    font-weight: 600;
    line-height: 1.3; }

  .saleblock .quantity {
    border: 1px solid var(--graydd);
    border-radius: 3px;
    color: var(--gray75);
    height: var(--btnsize);
    width: 40px;
    text-align: center;
    /*padding: 4px 8px;*/
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: 600;
    padding: 2.6% 0; }

  .saleblock .quantityna {
    border: 1px solid var(--primr);
    border-radius: 3px;
    color: var(--primr);
    height: var(--btnsize);
    width: 40px;
    text-align: center;
    /*padding: 4px 8px;*/
    /*margin-left: 10px;*/
    /*font-size: 20px;*/
    font-weight: 600;
    padding: 2.6% 0; }

  .cartitem .saleblock .buttons {
    display: flex;
    width: 100%;
    font-size: 4vw;
    /*margin-right: auto;*/ }

  .saleblock .summ {
    padding: 6px 0 0 0.5vw;
    margin-left: auto;
    /*font-size: calc(18px + 1vw);*/ }

  .saleblock .fsumm {
    padding: 6px 0 0 0.5vw;
    margin-left: auto;
    /*font-size: calc(18px + 1vw);*/ }

  /*.icon-dec input {
    width: 30px;
    height: 30px;
    position: relative;
    top: -32px;
    left: -6px;
    background: transparent;
    border: 0;
  }*/
  /*.cartitem .saleblock .buttons a {
    width: var(--btnsize);
    height: var(--btnsize);
    display: block;
    position: relative;
    left: -6px;
    top: -32px;
  }*/
  .saleblock .spacer20 {
    width: 20px; }

  .cartfooter .btnsholder {
    width: 100%;
    display: flex;
    margin-top: 10px; }

  .orderbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%;
    height: 32px; }

  .dis {
    color: var(--grayee);
    border: 1px solid var(--grayee); }

  .resultwrapper .btnsholder {
    width: 100%;
    display: flex;
    margin-top: 10px; }

  .resultwrapper .paybtn {
    /*padding: 5px 10px;*/
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    /*box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%; }

  .cartcost {
    font-weight: 600; }

  .emptycart {
    text-align: center;
    /*margin: 20px 0 20px 0;*/
    padding: 60px 20px 40px 20px;
    font-size: 18px;
    color: var(--gray75); }

  .namsg {
    text-align: center;
    /*margin: 20px 0 20px 0;*/
    padding: 0px 20px 20px 20px;
    font-size: 18px;
    color: var(--primr); }

  /* order */
  .orderwrapper {
    /*padding: 0 10px;*/
    /*display: none;*/ }

  .orderwrapper h2 {
    padding: 10px 10px 10px;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    /*overflow: hidden;
    font-weight: normal;*/ }

  .ordertitle {
    padding: 10px 0;
    font-size: 1.125rem;
    color: var(--gray75);
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    font-weight: normal; }

  .namefield {
    width: 100%;
    padding: 0 30px 10px 30px; }

  .namefield label {
    padding: 5px 0 3px 0;
    display: block;
    font-size: 18px;
    /*color: #555;*/ }

  .namefield input {
    left: 0;
    height: 30px;
    width: 100%;
    /*color: #333;*/
    font-size: 18px;
    /*font-family: Tahoma, Helvetica, Arial;*/
    padding: 8px 0 8px 7px;
    border-radius: 3px;
    border: 1px solid var(--graycc);
    position: relative; }

  .order2 {
    width: 100%; }

  .order3 {
    margin-top: 20px; }

  .order4 {
    margin-top: 20px; }

  .order5 {
    padding-bottom: 10px; }

  .order6 {
    padding: 20px 10px 0; }

  .resultwrapper {
    /*height: calc(100vh - 420px);*/
    height: 70vh;
    font-size: 20px;
    color: var(--gray66); }

  .resultwrapper .payment {
    padding: 80px 10px 0 10px;
    text-align: center; }

  .resultwrapper .orderid {
    padding: 20px;
    color: var(--primr); }

  .resultwrapper .sm {
    margin-top: 10px; }

  .resultwrapper a {
    color: var(--primr); }

  .resultwrapper a:visited {
    color: var(--primr); }

  /*.address {
    font-size: 16px;
    padding: 0 10px 0 10px;
    line-height: 1.3;
  }*/
  .costitem {
    padding: 0 20px; }

  .addritem {
    padding: 0 20px; }

  .addritem .ah {
    padding: 0 0 10px 0; }

  .addritem .ad {
    padding: 0 10px;
    line-height: 1.5; }

  .addritem .an {
    line-height: 1.5;
    font-weight: 600; }

  .radioholder {
    padding: 0 30px; }

  .radioholder label {
    padding-left: 10px;
    font-size: 18px; }

  .radioholder .radio {
    /*transform:scale(1.5);*/ }

  .radioholder .radioitem {
    margin-bottom: 10px;
    border: solid 1px rgba(196, 196, 196, 0.5);
    border-radius: 4px;
    padding: 10px 15px;
    /* border: 1px solid black; */
    /* margin-bottom: 8px;*/ }

  .confirmbtn {
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    box-shadow: 0 1px 2px var(--gray75), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    width: 100%; }

  .orderresultwrapper {
    padding: 15px 10px 0 10px;
    text-align: center;
    /*display: none;*/ }

  .labelwrapper {
    display: flex; }

  .error {
    margin-left: auto;
    font-size: 13px;
    color: var(--primr);
    padding: 8px 5px 0 0; }

  .perror {
    font-size: 16px;
    color: var(--primr);
    padding: 5px 5px 10px 5px;
    text-align: center;
    display: none; }

  .widgetContent {
    width: 100%;
    height: 400px;
    border: solid 1px var(--gray00); }

  .fldred {
    color: var(--primr); }

  input[type='radio'], label {
    /*cursor: pointer;*/ }

  input[type='radio'] {
    position: relative;
    height: 15px;
    width: 22px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;*/ }

  input[type='radio']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--grayff);
    border: 2px solid var(--primr); }

  input[type='radio']:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primr);
    transform: translate(-50%, -50%);
    visibility: visible; }

  .hidden {
    display: none; }

  .resultwrapper1 {
    z-index: 5000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms; }

  .dd {
    bottom: 0;
    position: absolute;
    width: 100vw; }

  .notaval {
    filter: opacity(0.4) grayscale(100); }

  .fbuybtn {
    font-size: 16px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 110px;
    height: 30px; }

  .ficbtn {
    font-size: 16px;
    border-radius: 3px;
    color: var(--gray75);
    background: var(--graycc);
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 1.8; }

  .oos {
    color: var(--gray75);
    height: 30px;
    line-height: 1.8;
    width: 100%;
    text-align: center; }

  .d {
    color: var(--graydd) !important; }

  .b {
    color: var(--gray75); }

  .footer {
    background: var(--grayee);
    padding: 8px 0 8px 0; }

  .footer-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    /*position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;*/
    line-height: 16px;
    color: var(--gray66); }

  .footer-title a {
    color: var(--gray66); }

  .copyright {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    line-height: 16px;
    color: var(--gray66); }

  .copyright a {
    color: var(--gray66); }

  .copyright .phone {
    margin-bottom: 10px; }

  .footer-list {
    margin: 0;
    font-size: 17px; }

  .footer-list ul {
    padding: 0;
    margin: 0;
    position: relative; }

  .footer-list ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .footer-list .item {
    padding-left: 20px;
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--gray66); }

  .footer-social-icons {
    margin-bottom: 10px;
    padding-left: 10px;
    height: 30px; }

  .footer-social-icons img {
    margin-left: 10px; }

  /*.footer .payment {
    display: flex;
    justify-content: center;
    padding: 0 20px 0 20px;
  }*/
  .paymentwrapper {
    padding: 10px;
    /*color: var(----gray66);*/ }

  .paymentwrapper .labelwrapper {
    display: flex;
    padding-bottom: 5px; }

  .paymentwrapper label {
    padding: 5px 0 3px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--gray66); }

  .paymentwrapper .btnswrapper {
    display: flex; }

  .paymentwrapper input {
    width: 50vw;
    font-size: 18px;
    height: 36px;
    border: 0;
    border-bottom: 1px solid var(--graydd);
    color: var(--gray30);
    border-radius: 3px;
    padding-left: 10px;
    margin-right: auto; }

  .paymentwrapper input:focus {
    border-color: var(--primr); }

  .paymentwrapper .paybtn {
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    color: var(--grayff);
    background: var(--primr);
    width: 40vw;
    height: 35px;
    margin-left: auto; }

  /* debug */
  .debug {
    width: 100%;
    padding: 5px;
    z-index: 3000; }

  .debug-title {
    margin: 5px 0px 0 0px;
    padding-left: 10px;
    border-radius: 4px 4px 0 0;
    height: 22px;
    background-color: var(--graydd);
    font-size: 14px;
    font-weight: bold;
    line-height: 22px; }

  .debug-content {
    margin: 0 0px 5px 0px;
    padding-left: 10px;
    border-radius: 0 0 2px 2px;
    min-height: 22px;
    background-color: var(--footer);
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word; }

  .debug-content .flex {
    display: flex;
    justify-content: center; }

  .debug-content .flex .item {
    width: 100%;
    text-align: center;
    border-right: 1px solid var(--graydd); }

  body {
    font-family: Roboto, Noto, Helvetica, Arial, Sans-Serif; }

  /*.pos {
    opacity: 1 !important;
    visibility: visible !important;
  }*/ }

/*# sourceMappingURL=app.css.map */
