html {
  box-sizing: border-box;
  moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  color: #424352;
  background: #f9f9f9;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #424352;
}
a img {
  border: 0;
}
a:hover {
  color: #474e5b;
}
img {
  max-width: 100%;
}
.main {
  background: #fff;
  margin: 0 auto auto;
  padding-bottom: 5vh;
  max-width: 1460px;
  min-height: 80vh;
}
header {
  padding-top: 1.5vmax;
  padding-bottom: 1.5vmax;
}
.hdr-menu-btn-mobi,
.hdr-srch-mobi {
  display: none;
}
.hdr-srch {
  flex: 3;
  padding: 0px 3vmax 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 10px;
}
.search {
  border: #404755 2px solid;
  padding: 5px;
  height: 50px;
  border-radius: 4px;
}
.search form {
  height: 40px;
}
.search input[type=text] {
  padding: 10px;
  flex: 10;
  margin-right: 1vmax;
  border: 0;
  max-height: 38px;
}
.search input[type=text]:focus {
  border-color: #fff;
}
.search button {
  background: #ffd800;
  border: 0;
  height: 32px;
  flex: 1.3;
  border-radius: 4px;
  padding: 0;
}
.search button:hover {
  background: #ffe033;
}
.search button svg {
  width: 60%;
  height: 60%;
}
.hdr-box {
  padding: 0 1.5vmax;
}
.hdr-box > * {
  align-items: flex-start;
}
.hdr-box > * i {
  width: 40px;
}
.hdr-box > * div {
  flex: 1;
  padding: 10px 0 0 20px;
}
.hdr-com-sel {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.hdr-com-sel a {
  position: relative;
  margin: 0 10px;
}
.hdr-com-sel a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  line-height: 100%;
}
.hdr-com-sel svg {
  fill: #62c762;
  width: 24px;
  height: 24px;
}
.hdr-conts p {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 135%;
}
.hdr-conts p a {
  font-size: 0.875rem;
  color: #333;
  text-decoration: underline dotted;
}
.hdr-cart {
  align-items: flex-start;
}
.hdr-cart p {
  font-size: 0.875rem;
  color: #333;
  margin: 5px 0 0 0;
}
.city-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  border: #ffd800 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
}
.city-select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.city-select svg {
  width: 30px;
  height: 30px;
  stroke: #ffd800;
  fill: #fff;
}
.city-select span {
  font-weight: bold;
}
.city-select a {
  color: #888;
}
.city-select a:hover {
  font-weight: bold;
  color: #424352;
  text-decoration: underline;
}
.hdr-city-mobi {
  display: none;
}
@media screen and (max-width: 1024px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9900;
    background: #fff;
    height: 60px;
    border-bottom: #f2f2f2 1px solid;
    align-items: center;
    padding: 5px 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  }
  .hdr-menu-btn-mobi {
    display: block;
  }
  .hdr-logo {
    order: 2;
    text-align: center;
  }
  .hdr-logo img {
    width: auto;
    height: 36px;
  }
  .hdr-city-mobi {
    order: 3;
    display: block;
  }
  .hdr-srch-mobi {
    order: 6;
    display: block;
    text-align: center;
  }
  .hdr-srch {
    display: none;
    order: 10;
    width: 100vw;
    background: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: 200ms;
    border-bottom: #f2f2f2 1px solid;
  }
  .hdr-srch .search {
    width: 100%;
  }
  .hdr-box {
    padding: 0;
    text-align: center;
    width: 12.5%;
  }
  .hdr-com-sel {
    display: none;
  }
  .hdr-conts {
    display: none;
  }
  .hdr-cart {
    order: 7;
  }
  .hdr-cart > * {
    width: 100%;
  }
  .hdr-cart > * i {
    width: 100%;
    text-align: center;
  }
  .hdr-cart > * div {
    display: none;
  }
  .city-select {
    font-size: 14px;
    padding: 3px 10px;
  }
  .city-select svg {
    width: 30px;
    height: 30px;
  }
  .city-select div {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
@keyframes waves {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.float-msg {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  z-index: 10000 -1;
}
.float-msg a {
  display: block;
  position: relative;
}
.float-msg a:before,
.float-msg a:after {
  content: " ";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #9933DD;
  /*#25D366; /*цвет анимированных волн от кнопки*/
  left: -11px;
  top: -11px;
  animation: waves 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.float-msg a:after {
  animation-delay: 0.5s;
}
.float-msg a:hover {
  opacity: 0.8;
}
.float-msg svg {
  width: 44px;
  height: 44px;
}
.gmenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.gmenu li a svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.gmenu-close {
  display: none;
}
.gmenu-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .gmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    height: 60px;
    background: #ffd800;
    padding: 0 1.5vmax;
  }
  .gmenu > li {
    position: relative;
  }
  .gmenu > li > a {
    height: 100%;
    transition: 200ms;
    font-size: 0.938rem;
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
    color: #000;
  }
  .gmenu > li > a svg {
    fill: #fe9f07;
    transform-origin: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .gmenu > li:hover > a,
  .gmenu > li.active > a {
    background: #fe9f07;
    color: #fff;
  }
  .gmenu > li:hover > a svg,
  .gmenu > li.active > a svg {
    fill: #fff;
  }
  .gmenu li:hover > .gmenu-sub {
    display: block;
  }
  .gmenu-sub {
    background: #fe9f07;
    position: absolute;
    top: 99.9%;
    left: 0;
    z-index: 9900;
    white-space: nowrap;
    display: none;
  }
  .gmenu-sub li a {
    padding: 10px;
    color: #000;
  }
  .gmenu-sub li a svg {
    fill: #000;
  }
  .gmenu-sub li:hover > a {
    background: #f2f2f2;
  }
  .gmenu-sub li .gmenu-sub {
    left: 99.9%;
    top: 0;
    border-left: #fff 1px solid;
  }
  .gmenu-sub-title {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .gmenu {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 320px;
    height: 100vh;
    z-index: 10000;
    overflow-y: auto;
    background: #fff;
  }
  .gmenu li {
    border-bottom: #f2f2f2 1px solid;
  }
  .gmenu li a {
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 15px 1.5vmax;
  }
  .gmenu li a:active {
    background: #fe9f07;
    color: #fff;
  }
  .gmenu li a svg {
    width: 24px;
    height: 24px;
  }
  .gmenu > li > a {
    text-transform: uppercase;
  }
  .gmenu-sub {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 320px;
    height: 100vh;
    z-index: 10001;
    overflow-y: auto;
    background: #fff;
  }
  .gmenu-sub .gmenu-sub {
    z-index: 10002;
  }
  .gmenu-sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    padding: 15px 1.5vmax;
    text-transform: uppercase;
    font-size: 0.938rem;
    font-weight: 700;
    background: #fe9f07;
    color: #fff;
  }
  .gmenu-sub-title svg {
    fill: #fff;
  }
  .gmenu-sub-title div {
    padding-left: 1.5vmax;
  }
  .gmenu-close {
    position: fixed;
    top: 10px;
    left: 290px;
    z-index: 10010;
  }
  .gmenu-close svg {
    fill: #000;
  }
}
.f2 {
  font-family: Arial;
}
.mw {
  max-width: 1460px;
}
.zoom-img {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #fff;
  max-width: 90vw;
  max-height: 80vh;
}
.zoom-img .close {
  position: fixed;
  right: 0;
  top: -25px;
  z-index: 10001;
  cursor: pointer;
}
.zoom-img .close svg {
  fill: #999;
  width: 20px;
  height: 20px;
}
.zoom-img .close:hover svg {
  fill: #fff;
}
.zoom-img .imx {
  padding: 1vmax;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.zoom-img .imx img {
  max-width: 100%;
  max-height: 78vh;
}
.zoom-img .title {
  font-size: 0.938rem;
  position: fixed;
  left: 0;
  top: 101%;
  color: #fff;
}
pre {
  margin: 5px;
  padding: 20px;
  border: 1px solid #333;
  background: #fff;
}
/*ul li {
  list-style: none;
}
*/
a:focus {
  outline: none;
  outline-offset: 0;
}
._an a {
  text-decoration: none;
}
._an a:hover {
  text-decoration: underline;
}
a {
  transition: 200ms;
  color: #424352;
  text-decoration: none;
}
a:hover {
  outline: none;
  color: #474e5b;
}
.ic {
  position: relative;
}
.ic img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
}
.mt60 {
  margin-top: 60px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mth1 {
  margin-top: 1vh;
}
.mth2 {
  margin-top: 2vh;
}
.mth3 {
  margin-top: 3vmax;
}
.mth4 {
  margin-top: 4vmax;
}
.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flx.-sa {
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.flx.-sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.flx.-c {
  justify-content: center;
}
.flx.-alc {
  align-items: center;
}
.flx.-als {
  align-items: stretch;
}
.flx.-als {
  align-items: flex-start;
}
.flx-col {
  flex-direction: column;
}
.iflx {
  display: inline-flex;
}
.iflx.-sa {
  justify-content: space-around;
}
.iflx.-sb {
  justify-content: space-between;
}
.iflx.-c {
  justify-content: center;
}
.iflx.-alc {
  align-items: center;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._shdw {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.1);
}
._tac {
  text-align: center;
}
._tal {
  text-align: left;
}
._tar {
  text-align: right;
}
._pz {
  margin: 0;
  padding: 0;
}
._pz p {
  margin: 0;
  padding: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.row.-fs {
  justify-content: flex-start;
}
.row.-fs > *:not(:last-child) {
  margin-right: 1%;
}
.col-2 {
  width: 49.5%;
}
.col-3 {
  width: 32.5%;
}
.col-4 {
  width: 24.5%;
}
.col-2-3 {
  width: 66.3%;
}
@media screen and (max-width: 800px) {
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 49.5%;
  }
}
@media screen and (max-width: 450px) {
  .col-2,
  .col-3,
  .col-4,
  .col-2-3 {
    width: 100%;
  }
}
/*.crumbs {
  .zero;
  .mBtm(20px);
  .fSize(90%);

  li {
    .dInline;
    .pRight(5px);
    &:not(:first-child) {
      .pLeft(5px);
    }
  }
}*/
.admin-edit {
  display: inline-block;
}
a.btn {
  text-decoration: none;
  color: #fff;
}
button.btn {
  border: none;
}
.btn {
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #424352;
  color: #fff;
  text-align: center;
  padding: 10px 38px;
  transition: 200ms;
  border-radius: 2px;
  gap: 10px;
}
.btn:hover {
  background-color: #ffd800;
  cursor: pointer;
}
.btn.-b2 {
  background-color: #424352;
}
.btn.-b2:hover {
  background-color: #2b2c36;
}
.btn.-w {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #424352;
  text-transform: uppercase;
}
.btn.-w:hover {
  color: #fff;
  background: #64cefd;
}
.btn.-s {
  font-size: 0.75rem;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 5px 12px;
  }
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea,
select {
  width: 100%;
  padding: 5px 10px;
  color: #424352;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  font-family: inherit;
  resize: none;
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 2px;
  outline: none;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  border: #424352 1px solid;
}
.form .line {
  position: relative;
  margin-bottom: 20px;
}
.form .line i {
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  color: #fff;
  padding: 3px 10px;
  display: none;
  font-style: normal;
  white-space: nowrap;
}
.form .line .t {
  display: none;
  margin-bottom: 5px;
}
.form .line .t sup {
  color: #424352;
}
.form .line .t.-b {
  font-weight: bold;
}
.form .line .t img {
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
.form .line .t-sub {
  font-size: 80%;
  font-style: italic;
}
.form .line.lbl-horizont label {
  margin-right: 10px;
}
.form .ftr {
  color: #363a42;
  margin-top: 3vmax;
}
.form .policy {
  font-size: 0.8rem;
}
.form.pup .ht {
  font-size: 1.5rem;
  margin-bottom: 2vmax;
}
.form.-q {
  border-radius: 5px;
  padding: 20px;
  border: #e2f0c7 3px solid;
}
.form.-q .line {
  margin-bottom: 20px;
}
.form.-q input,
.form.-q textarea,
.form.-q select {
  border: #dbdee6 1px solid;
}
.form.-q textarea {
  height: 100px;
}
.form .req-txt {
  font-size: 12px;
}
.pagination {
  font-size: 13px;
  text-align: center;
  margin: 20px auto;
}
.pagination a {
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  white-space: nowrap;
  align-items: center;
  border: #ccc 1px solid;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 5px;
  font-size: 1rem;
  color: #424352;
}
.pagination a.act {
  border: #424352 1px solid;
  background: #424352;
  color: #fff;
  text-decoration: none;
}
.pagination a:hover {
  border: #424352 1px solid;
}
.to-btm {
  position: fixed;
  z-index: 100;
  left: 20px;
  bottom: 20px;
}
.text ul li {
  margin-left: 20px;
  list-style-type: disc;
}
.text h2,
.text h3 {
  margin-bottom: 20px;
}
.text a {
  text-decoration: underline;
}
.tbl {
  width: 100%;
  border-collapse: collapse;
  border-left: #424352 1px solid;
  border-top: #424352 1px solid;
  background: #fff;
}
.tbl th {
  background: #424352;
  color: #fff;
  padding: 10px;
  border-left: #424352 1px solid;
}
.tbl td {
  padding: 10px;
  border-right: #424352 1px solid;
  border-bottom: #424352 1px solid;
}
.hdr-utp {
  padding-top: 15px;
  padding-bottom: 15p;
}
.hdr-utp > * {
  padding-left: 25px;
  color: #888;
  transition: 200ms;
}
.hdr-utp > * i {
  flex: 1;
}
.hdr-utp > * div {
  flex: 9;
  font-size: 0.813rem;
  text-align: center;
}
.hdr-utp > * div p {
  font-size: 0.938rem;
  font-weight: 700;
  color: #424352;
  margin-bottom: 5px;
}
.hdr-utp > *:not(:last-child) {
  border-right: #ccc 1px dashed;
}
.hdr-utp > *:hover {
  color: #fe9f07;
}
.hdr-utp > *:hover p {
  color: #fe9f07;
}
.hdr-utp > *:hover svg {
  fill: #fe9f07;
}
.block-title {
  margin-bottom: 25px;
}
.block-title > * {
  display: block;
  color: #333e48;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border-bottom: #eaeaea 1px solid;
  padding: 0 0 15px 0;
  margin: 0;
}
.block-title > *:after {
  content: '';
  width: 105px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
}
.cat-n-slide {
  margin-top: 3vmax;
}
.cat-n-slide .cats-wrp {
  width: 25%;
}
.cat-n-slide .slider-wrp {
  width: 73%;
}
.side-menu {
  border: #f2f2f2 1px solid;
}
.side-menu li {
  position: relative;
  transition: 200ms;
}
.side-menu li a {
  font-size: 0.938rem;
  font-family: 'Arial', serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  padding: 10px 10px 10px 20px;
  transition: none;
}
.side-menu li a svg {
  width: 12px;
  height: 12px;
  margin-left: 15px;
  fill: #938e8e;
}
.side-menu li:not(:last-child) {
  border-bottom: #f2f2f2 1px solid;
}
.side-menu li:hover {
  background: #64cefd;
}
.side-menu li:hover > .sm-sub {
  display: block;
}
.side-menu li.active {
  background: #64cefd;
}
.sm-sub {
  display: none;
  position: absolute;
  left: 99.9%;
  top: -1px;
  z-index: 60;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: #f2f2f2 1px solid;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.sm-sub li a {
  white-space: nowrap;
  padding-right: 20px;
}
.banner-fw {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.banner-fw a {
  display: block;
}
.banner-fw a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  transition: all 600ms ease-in-out;
}
.banner-fw a:hover:after {
  width: 100%;
  height: 100%;
}
.banner-fw a:hover img {
  transform: scale(1.1);
}
.banner-fw img {
  transition: 600ms;
}
.spec-prods {
  width: 100%;
}
.cs-item {
  width: 150px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cs-item img {
  max-width: 100%;
  max-height: 100%;
}
footer {
  background: #363a42;
  padding-top: 65px;
  padding-bottom: 65px;
  color: #ddd;
  font-size: 0.875rem;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #c4c4c4;
  text-decoration: underline;
}
footer p {
  margin: 10px 0;
  padding: 0;
}
.footer {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.fmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 1rem;
}
.fmenu li {
  margin: 5px 0;
}
.fmenu h6 {
  color: #999;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}
.fmenu a {
  font-size: 1rem;
  color: #fff;
}
.crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.813rem;
  margin: 3vh 0 5vh 0;
}
.crumbs li {
  margin-right: 10px;
}
.crumbs li svg {
  width: 14px;
  height: 14px;
  fill: #ddd;
}
.crumbs li:hover a {
  color: #64cefd;
}
.crumbs li:hover svg {
  fill: #64cefd;
}
.crumbs li.s {
  color: #ccc;
}
.crumbs a {
  color: #424352;
}
.crumbs span {
  font-style: italic;
}
.content.-full .block-title {
  text-align: center;
  margin-bottom: 5rem;
}
.content.-full .block-title > *:after {
  left: 50%;
  transform: translateX(-50%);
}
.kolvo {
  display: inline-flex;
  align-items: stretch;
  border: #ccc 1px solid;
  border-radius: 2px;
  user-select: none;
}
.kolvo i {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #333;
  font-family: 'Arial', serif;
  width: 36px;
  height: 100%;
  line-height: 100%;
}
.kolvo i:hover {
  cursor: pointer;
  background: #f1f1f1;
}
.kolvo input {
  flex: 1;
  text-align: center;
  font-weight: bold;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0px;
}
.kolvo input:focus {
  border: #64cefd 1px solid;
}
.p404 {
  font-size: 200%;
  text-align: center;
  margin: 5vmax 0;
}
.contacts-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.contacts-item:not(:last-of-type) {
  border-bottom: #f2f2f2 1px solid;
}
.contacts-item .-scheme {
  display: block;
  width: 100%;
  height: 300px;
}
.contacts-item .-scheme img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-wrap {
  position: relative;
}
.slider-wrap .arr {
  z-index: 50;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0.5;
}
.slider-wrap .arr.prev {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.slider-wrap .arr.next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slider-wrap .arr svg {
  fill: #ccc;
}
.slider-wrap .arr:hover {
  opacity: 1;
}
.slider-wrap .arr:hover svg {
  fill: #fff;
}
.slider-wrap .slider {
  max-width: 100vw;
  overflow: hidden;
}
.big-slider {
  width: 100%;
  height: 500px;
  background: #ccc;
}
.big-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.big-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: #ffd800 1px solid;
  margin: 5px;
}
.big-slider .owl-dots .owl-dot.active {
  background: #ffd800;
}
.bs-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 500px;
}
.bs-slide .-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  font-size: 2rem;
}
.bs-slide .-cont p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
}
.bs-slide .-cont span {
  background: #555555d1;
  color: #ffd800;
  padding: 5px;
}
.bs-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.bs-slide-wrp {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .big-slider {
    height: 350px;
  }
  .bs-slide {
    width: 100vw;
    height: 350px;
  }
  .bs-slide img {
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  .big-slider {
    max-width: 100vw;
    height: 200px;
  }
  .bs-slide {
    height: 200px;
  }
  .bs-slide .-cont {
    font-size: 1rem;
  }
  .bs-slide img {
    height: 200px;
  }
}
.cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-rows: 300px;
}
.cat-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.cat-list > li .ic {
  flex: 2;
  position: relative;
  overflow: hidden;
}
.cat-list > li .ic img {
  transition: 600ms;
}
.cat-list > li .ic:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  transition: all 600ms ease-in-out;
}
.cat-list > li .ic:hover:after {
  width: 100%;
  height: 100%;
}
.cat-list > li .ic:hover img {
  transform: scale(1.5);
}
.cat-list > li .btns {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border: #f2f2f2 1px solid;
}
.cat-list > li .n {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.938rem;
  font-weight: bold;
  padding: 5px;
}
.cat-list > li .n:hover {
  background: #ffd800;
}
.cat-list > li .btn {
  text-transform: uppercase;
}
.prod-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-rows: auto;
}
.prod-price {
  font-size: 0.875rem;
  font-weight: bold;
}
.pl-item {
  border: #f2f2f2 1px solid;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.pl-item:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.1);
}
.pl-item .ic {
  display: block;
  height: 250px;
  overflow: hidden;
}
.pl-item .ic img {
  transition: 600ms;
}
.pl-item .ic:hover img {
  transform: scale(1.1);
}
.pl-item .ribbon {
  top: 15px;
  right: -38px;
  width: 150px;
}
.pl-item .info {
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.pl-item .wrp {
  padding: 15px 1.6rem 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex: 1;
}
.pl-item .n {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}
.pl-item .n:hover {
  text-decoration: underline;
}
.pl-item .t {
  font-size: 0.938rem;
  max-height: 100px;
  position: relative;
  margin: 10px 0;
}
.pl-item .t > div {
  display: none;
  position: absolute;
  transition: 200ms;
  left: -20px;
  top: -20px;
  z-index: 10;
  background: #fff;
  padding: 20px;
  width: calc(100% + 40px);
  box-shadow: 0 2px 20px 0 rgba(64, 71, 85, 0.3);
}
.pl-item .t:hover > div {
  display: block;
}
.pl-item .t:active > div {
  display: none;
}
.pl-item .prod-price {
  margin-top: 20px;
}
.pl-item .pnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 38px;
  margin-top: 20px;
}
.pl-item .pnl .to-cart {
  background: #64cefd;
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  line-height: 38px;
  font-size: 0.813rem;
  font-weight: bold;
}
.pl-item .pnl .to-cart.-more {
  background: #62c762;
}
.pl-item .pnl .-twc {
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(64, 71, 85, 0.8);
}
.pl-item .pnl .to-whishlist {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1664 596q0-81-21.5-143t-55-98.5-81.5-59.5-94-31-98-8-112 25.5-110.5 64-86.5 72-60 61.5q-18 22-49 22t-49-22q-24-28-60-61.5t-86.5-72-110.5-64-112-25.5-98 8-94 31-81.5 59.5-55 98.5-21.5 143q0 168 187 355l581 560 580-559q188-188 188-356zm128 0q0 221-229 450l-623 600q-18 18-44 18t-44-18l-624-602q-10-8-27.5-26t-55.5-65.5-68-97.5-53.5-121-23.5-138q0-220 127-344t351-124q62 0 126.5 21.5t120 58 95.5 68.5 76 68q36-36 76-68t95.5-68.5 120-58 126.5-21.5q224 0 351 124t127 344z" fill="%23fff"/></svg>');
}
.pl-item .pnl .to-whishlist.act {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M896 1664q-26 0-44-18l-624-602q-10-8-27.5-26t-55.5-65.5-68-97.5-53.5-121-23.5-138q0-220 127-344t351-124q62 0 126.5 21.5t120 58 95.5 68.5 76 68q36-36 76-68t95.5-68.5 120-58 126.5-21.5q224 0 351 124t127 344q0 221-229 450l-623 600q-18 18-44 18z" fill="%23fff"/></svg>');
}
.pl-item .pnl .to-whishlist span {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px;
  background: #ffd800;
  color: #000;
}
.pl-item .pnl .to-compare {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 1184v192q0 13-9.5 22.5t-22.5 9.5h-1376v192q0 13-9.5 22.5t-22.5 9.5q-12 0-24-10l-319-320q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h1376q13 0 22.5 9.5t9.5 22.5zm0-544q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-192h-1376q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1376v-192q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23z" fill="%23fff" /></svg>');
}
.pl-item .pnl .to-compare.act {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 1184v192q0 13-9.5 22.5t-22.5 9.5h-1376v192q0 13-9.5 22.5t-22.5 9.5q-12 0-24-10l-319-320q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h1376q13 0 22.5 9.5t9.5 22.5zm0-544q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-192h-1376q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1376v-192q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23z" fill="%23fff" /></svg>');
}
.pl-item .pnl .twc-delete {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M22.245,4.015c0.313,0.313,0.313,0.826,0,1.139l-6.276,6.27c-0.313,0.312-0.313,0.826,0,1.14l6.273,6.272 c0.313,0.313,0.313,0.826,0,1.14l-2.285,2.277c-0.314,0.312-0.828,0.312-1.142,0l-6.271-6.271c-0.313-0.313-0.828-0.313-1.141,0  l-6.276,6.267c-0.313,0.313-0.828,0.313-1.141,0l-2.282-2.28c-0.313-0.313-0.313-0.826,0-1.14l6.278-6.269  c0.313-0.312,0.313-0.826,0-1.14L1.709,5.147c-0.314-0.313-0.314-0.827,0-1.14l2.284-2.278C4.308,1.417,4.821,1.417,5.135,1.73  L11.405,8c0.314,0.314,0.828,0.314,1.141,0.001l6.276-6.267c0.312-0.312,0.826-0.312,1.141,0L22.245,4.015z" fill="%23fff"/></svg>');
}
.pl-item .pnl > *:hover {
  background-color: #ffd800;
}
.aside-prods-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  border: #f2f2f2 1px solid;
  transition: all 0.4s;
  margin-bottom: 25px;
  padding: 15px;
}
.aside-prods-list li:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.1);
}
.aside-prods-list .ic {
  width: 33%;
  min-height: 98px;
}
.aside-prods-list .info {
  flex: 1;
  padding-left: 5px;
}
.aside-prods-list .n {
  text-transform: uppercase;
  font-weight: bold;
}
.aside-prods-list .n:hover {
  text-decoration: underline;
}
.aside-prods-list .ft {
  margin-top: 20px;
}
.product {
  display: grid;
  grid-template-columns: 3.3fr 4fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.prod-img {
  position: relative;
  border: #ddd 1px solid;
  border-radius: 2px;
  height: 500px;
}
.prod-img a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.prod-img img {
  max-width: 99%;
  max-height: 99%;
}
.ribbon {
  position: absolute;
  z-index: 10;
  top: 32px;
  right: -47px;
  width: 200px;
  height: 0px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  line-height: 100%;
  transform-origin: center center;
  transform: rotate(45deg);
  color: #fff;
  text-align: center;
}
.ribbon div {
  height: 36px;
  line-height: 36px;
  margin-top: 2px;
  text-transform: uppercase;
}
.ribbon.-hit {
  border-bottom: 40px solid #85764b;
}
.ribbon.-new {
  border-bottom: 40px solid #456186;
}
.prod-info-box h3 {
  margin: 0 0 1rem 0;
  padding: 0;
}
.prod-info-box:not(:last-child) {
  border-bottom: #f2f2f2 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.prod-art-n-status p {
  margin: 5px 0;
}
.prod-twc a {
  color: #474e5b;
  font-size: 0.75rem;
}
.prod-twc a:first-child {
  margin-right: 1rem;
}
.prod-twc a svg {
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  fill: #ffd800;
}
.prod-twc a:hover {
  color: #000;
}
.prod-twc a:hover svg {
  fill: #64cefd;
}
.prod-option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.prod-option-info {
  color: #888;
  font-size: 0.875rem;
  margin-top: 10px;
}
.prod-volume > * {
  text-align: center;
  border: #f2f2f2 1px solid;
  padding: 5px;
  border-radius: 2px;
  position: relative;
}
.prod-volume > *.active {
  border: #fe9f07 1px solid;
}
.prod-volume > *:hover {
  border: #ddd 1px solid;
}
.prod-volume .qty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  margin-bottom: 1rem;
}
.prod-volume .qty span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  white-space: nowrap;
  font-size: 0.875rem;
}
.prod-volume .qty svg {
  fill: #ddd;
}
.prod-volume .prod-price {
  line-height: 100%;
  color: #fe9f07;
}
.prod-volume input {
  position: absolute;
  left: 2px;
  bottom: 2px;
}
/*
.prod-colors-wrp {
	.hMin(100px);
	.hMax(250px);
	.mCustomScrollBox, .mCSB_container {
		.hMin(100px);
	}
}
.prod-colors {
	> * {
		//.baradius(2px);
		//@imgWidth: 130px;
		@imgWidth: 100%;
		@imgHeight: 77%;
		//.relative;
		.im {
			.relative;
			.box(@imgWidth, @imgHeight);
			img {
				.box(100%);
				object-fit: cover;
				//.border(3px, #fff);
				.baradius(2px);
			}
			.zoom {
				background-image: url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" viewBox="0 0 32 32"  xmlns="http://www.w3.org/2000/svg"><path d="M27.414,24.586l-5.077-5.077C23.386,17.928,24,16.035,24,14c0-5.514-4.486-10-10-10S4,8.486,4,14  s4.486,10,10,10c2.035,0,3.928-0.614,5.509-1.663l5.077,5.077c0.78,0.781,2.048,0.781,2.828,0  C28.195,26.633,28.195,25.367,27.414,24.586z M7,14c0-3.86,3.14-7,7-7s7,3.14,7,7s-3.14,7-7,7S7,17.86,7,14z" fill="%23ffd800"/></svg>');
				.box(28px);
				.absolute;
				right: 2px;
				bottom: 2px;
				.dNone;
				//opacity: 0;
				//transition: all 200ms 500ms;

			}
		}
		.n {
			.pt(5px);
			.fRel(13);
			.dFlex;
			//.flexAi;
			.lh(100%);
			input {
				.mr(10px);
			}
		}
		&:hover {
			.im {
				.zoom {
					.dBlock;
					//opacity: 1;
				}
			}
		}
		&.active {

		}
	}
	//input {
	//	.absolute;
	//	left: 2px;
	//	bottom: 2px;
	//}
}
*/
.option-color img {
  object-fit: cover;
  border-radius: 2px;
  background: #fff;
}
.option-color .optc-wrp {
  min-height: 80px;
  max-height: 185px;
}
.option-color .optc-wrp .mCustomScrollBox,
.option-color .optc-wrp .mCSB_container {
  min-height: 80px;
}
.option-color .optc-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.option-color .optc-list label {
  width: 100%;
  height: 80px;
}
.option-color .optc-list label img {
  width: 100%;
  height: 100%;
}
.option-color .optc-list label input {
  display: none;
}
.option-color .optc-list label input:checked ~ img {
  border: #363a42 1px solid;
  padding: 5px;
}
.option-color .optc-big {
  height: 150px;
  margin-bottom: 5px;
}
.option-color .optc-big img {
  width: 100%;
  height: 150px;
}
.option-color .optc-big a {
  position: relative;
  display: block;
}
.option-color .optc-big a div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 5px;
  font-size: 0.813rem;
  white-space: nowrap;
}
.prod-options-simple > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
  padding: 5px 20px 5px 0;
  border: #ddd 1px solid;
  border-radius: 2px;
}
.prod-options-simple > * .im {
  height: 40px;
  margin-left: 20px;
  background: #fff;
  border-radius: 2px;
  border: #ddd 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.prod-options-simple > * .im img {
  width: 96%;
  height: 96%;
  object-fit: cover;
}
.prod-options-simple > * .n {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  padding-left: 20px;
}
.prod-options-simple > * .n input {
  display: none;
}
.prod-options-simple > * .n .prc {
  font-weight: bold;
}
.prod-options-simple > *.active {
  background: #d4d4d4;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-color: #adadad;
}
.prod-options-simple > *.active .im {
  border-color: #adadad;
}
.prod-options-simple > *:hover:not(.active) {
  background: #f2f2f2;
}
.prod-depend-options {
  margin-top: 1rem;
}
.prod-depend-options-item {
  display: none;
}
.prod-depend-options-item.active {
  display: block;
}
.prod-info-price {
  font-size: 1.375rem;
  color: #000;
  margin-bottom: 1rem;
}
.prod-info .kolvo-n-btns {
  gap: 10px;
  margin-bottom: 1rem;
}
.prod-info .kolvo-n-btns .kol-buy {
  flex: 1;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.prod-info .kolvo-n-btns .kolvo {
  width: 100%;
  height: 32px;
}
.prod-info .kolvo-n-btns .kolvo i {
  width: 32px;
}
.prod-info .kolvo-n-btns .btn {
  height: 32px;
  padding: 0 10px;
  font-size: 0.813rem;
}
.prod-info .kolvo-n-btns .-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 450px) {
  .prod-info .kolvo-n-btns {
    flex-direction: column;
    align-items: stretch;
  }
}
.prop-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: #ddd 1px solid;
}
.prop-props > * {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
}
.prop-props dt {
  margin: 0;
  width: 30%;
}
.prop-props dt:nth-of-type(odd) {
  background: #f9f9f9;
}
.prop-props dd {
  width: 70%;
  margin: 0;
}
.prop-props dd:nth-of-type(odd) {
  background: #f9f9f9;
}
.cat-top {
  margin-bottom: 3vh;
}
.psort-group {
  display: inline-flex;
  border-radius: 2px;
  border: #ededed 1px solid;
}
.psort-group > * {
  padding: 8px 12px;
  font-size: 0.75rem;
}
.psort-group label {
  flex: 1;
  background: #f9f9f9;
  border-right: #ededed 1px solid;
}
.psort-group select {
  flex: 2;
  border: none;
}
.option-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.option-slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background: #ffd800;
}
.option-slider .os-item {
  position: relative;
  padding-bottom: 30px;
  cursor: pointer;
  color: #888;
  flex: 1;
  text-align: center;
  font-weight: bold;
}
.option-slider .os-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #ffd800;
}
.option-slider .os-item:hover {
  color: #363a42;
}
.option-slider .os-item.act {
  color: #363a42;
}
.option-slider .os-item input {
  display: none;
}
.option-slider .os-knob {
  position: absolute;
  left: -10px;
  bottom: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.option-slider .os-knob svg {
  fill: #998200;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .psort-group {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .prod-option-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .product-page .sidebar,
  .catalog-page .sidebar {
    display: none;
  }
  .product {
    grid-template-columns: 1fr;
  }
  .prod-option-grid {
    grid-template-columns: 1fr 1fr;
  }
  .prod-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .option-color .optc-list {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .cat-list {
    grid-template-columns: 1fr 1fr;
  }
  .psort-group {
    width: 100%;
    margin: 5px 0;
  }
  .prod-list {
    grid-template-columns: 1fr;
  }
  .option-color .optc-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.prod-tabs {
  width: 100%;
}
.prod-tabs .ft-tab {
  text-align: center;
  font-size: 0.938rem;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  border-top: #fff 2px solid;
  border-bottom: #f9f9f9 2px solid;
}
.prod-tabs .ft-tab:not(.active):hover {
  background: #ececec;
  border-bottom: #e0e0e0 2px solid;
}
.prod-tabs .ft-tab.active {
  color: #555;
  border-top: #ffd800 2px solid;
  background: #f9f9f9;
}
.prod-tabs > .ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.prod-tabs .ft-contents {
  width: 100%;
}
.prod-tabs .ft-contents .ft-content {
  background: #f9f9f9;
  padding: 25px;
}
.prod-tabs .ft-contents .ft-content > div {
  background: #fff;
  padding: 25px;
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.1);
}
.prod-tabs.ft-accordion .ft-nav {
  display: none;
}
.prod-tabs.ft-accordion .ft-tab-icon {
  padding: 10px 15px;
}
.prod-tabs.ft-accordion .ft-tab-icon.active {
  color: #000;
}
.prod-tabs.ft-accordion .ft-tab-icon .ft-icon svg {
  fill: #555;
  width: 10px !important;
  height: auto !important;
}
@media screen and (max-width: 450px) {
  .prod-tabs.ft-accordion .ft-tab-icon {
    padding-right: 20%;
  }
}
.prod-tabs.ft-accordion .ft-contents {
  width: 100%;
}
.prod-tabs.ft-accordion .ft-contents .ft-content {
  padding: 25px;
}
.aside-news li {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.aside-news .im {
  width: 100%;
  height: 215px;
  order: 1;
  margin-bottom: -20px;
}
.aside-news .im img {
  width: 100%;
  height: auto;
}
.aside-news .info {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.1);
  padding: 15px;
  order: 2;
  background: #fff;
  width: 90%;
  margin: 0 auto;
}
.aside-news .n {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
.aside-news .n:hover {
  text-decoration: underline;
}
.aside-news p {
  font-size: 0.938rem;
}
.aside-news .btn {
  border-radius: 2px;
}
.aside-news.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-rows: auto;
}
.aside-news.news-list li {
  border: #f2f2f2 1px solid;
  margin-bottom: 2rem;
  padding-top: 10px;
}
.aside-news.news-list li:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.1);
}
.aside-news.news-list .ic {
  margin-bottom: 10px;
  height: 260px;
}
.aside-news.news-list .ic:hover {
  opacity: 0.8;
}
.aside-news.news-list .info {
  box-shadow: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .aside-news.news-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 450px) {
  .aside-news.news-list {
    grid-template-columns: 1fr;
  }
}
.prod-added {
  text-align: center;
}
.prod-added h1 {
  font-size: 1rem;
  font-weight: 400;
}
.prod-added h1 strong {
  font-weight: 700;
}
.cart-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-table ul.hdr li {
  text-align: center;
  color: #121212;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.cart-table ul:nth-child(even) {
  background: #f9f9f9;
}
.cart-table ul li {
  padding: 10px 0;
  text-align: center;
  border-bottom: #ddd 1px solid;
}
.ct-title-mobi {
  display: none;
}
.ct-num {
  width: 5%;
  font-style: italic;
}
.ct-img {
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
}
.ct-img .ic {
  display: block;
  height: 120px;
  border: #f2f2f2 1px solid;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.ct-name {
  text-align: left !important;
  font-weight: bold;
  padding-left: 10px !important;
}
.ct-price {
  width: 10%;
}
.ct-kol {
  width: 10%;
}
.ct-prop {
  width: 5%;
}
.ct-del {
  width: 10%;
}
.ct-del svg {
  width: 20px;
  height: 20px;
  fill: #424352;
}
.ct-del svg:hover {
  fill: #000;
}
.ct-sum {
  width: 12%;
}
.ct-itog {
  border-top: 1px solid #ebebeb;
  font-weight: 700;
  padding-top: 10px;
  font-size: 16px;
  background: #fff !important;
  border-bottom: #fff 1px solid !important;
}
.ct-itog .-t {
  padding-right: 15px;
  text-align: right;
}
.ct-itog .-p {
  width: 22%;
  text-align: right;
}
.cart-info-block {
  border: #ddd 1px solid;
  border-radius: 2px;
  padding: 25px;
  margin: 15px 0;
}
.cart-info-block h2 {
  margin: 0 25px 0 0;
}
.cart-dp-list > * {
  display: block;
  margin: 10px 0;
}
.cart-dp-list > * p {
  padding: 0 0 0 25px;
  margin: 0;
  font-size: 0.875rem;
  color: #ccc;
}
.cart-info-fields .form-field textarea.inp {
  height: 130px;
}
.cart-of input[name=address] {
  display: none;
}
.cart-of input[name=address].req {
  display: block;
}
.cmpr-list {
  margin-top: 30px;
}
.cmpr-list > div {
  display: inline-flex;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.cmpr-itm {
  width: 260px;
  margin-right: 15px;
}
.cmpr-itm:not(:first-child) {
  border-right: #f2f2f2 1px solid;
  border-left: #f2f2f2 1px solid;
  padding: 0 15px;
}
.cmpr-itm .-im {
  overflow: hidden;
  position: relative;
  display: block;
  height: 200px;
}
.cmpr-itm .-n {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  color: #424352;
  overflow: hidden;
}
.cmpr-itm .-n:hover {
  color: #ffd800;
}
.cmpr-itm .-p {
  margin-top: 1rem;
}
.cmpr-itm .-p b {
  font-size: 1.25rem;
  font-weight: 500;
}
.cmpr-itm .-p span {
  color: #ffd800;
  text-decoration: line-through;
}
.cmpr-itm .-b {
  text-align: center;
  margin: 20px 0;
}
.cmpr-itm .-b a {
  color: #ffd800;
  font-size: 90%;
  text-decoration: none;
}
.cmpr-itm .-b a span {
  border-bottom: #ffd800 1px dotted;
}
.cmpr-l-hdr .cmpr-itm:not(:first-child) {
  border-top: #f2f2f2 1px solid;
  border-radius: 10px 10px 0 0;
}
.cmpr-p {
  /*&:hover {
	  .cmpr-itm {
		.bgr(#f1f1f1);
	  }
	}*/
}
.cmpr-p .cmpr-itm:not(:first-child) {
  text-align: center;
}
.cmpr-p .cmpr-itm p {
  height: 100%;
  padding: 10px 0;
}
.cmpr-p:not(:last-child) p {
  border-bottom: #f2f2f2 1px solid;
}
.cmpr-p:last-child .cmpr-itm {
  padding-bottom: 20px;
}
.cmpr-p:last-child .cmpr-itm:not(:first-child) {
  border-bottom: #f2f2f2 1px solid;
  border-radius: 0 0 10px 10px;
}
.cmpr-p.-f {
  margin-top: -5px;
}
@media screen and (min-width: 1024px) {
  .cart-info-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: stretch;
  }
  .cart-info-fields > * {
    width: 48%;
  }
  .cart-dp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: stretch;
  }
  .cart-dp > * {
    width: 48%;
  }
  .ct-name {
    flex: 1;
  }
}
@media screen and (max-width: 800px) {
  .cart-table ul.hdr {
    display: none;
  }
  .ct-title-mobi {
    display: block;
    padding-right: 5px;
    color: #121212;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
  }
  .ct-num {
    display: none;
  }
  .ct-img {
    width: 35%;
    order: 1;
  }
  .ct-name {
    width: 65%;
    order: 2;
  }
  .ct-price {
    width: 33.3%;
    order: 3;
  }
  .ct-kol {
    width: 33.3%;
    order: 4;
  }
  .ct-kol .kolvo {
    max-width: 100%;
  }
  .ct-prop {
    width: 50%;
    order: 6;
  }
  .ct-del {
    width: 100%;
    order: 10;
  }
  .ct-sum {
    width: 33.3%;
    order: 5;
  }
  .ct-itog .-t {
    width: 50%;
  }
  .ct-itog .-p {
    width: 50%;
  }
  .ct-itog > li {
    display: none;
  }
  .ct-itog > li.ct-del {
    display: block;
    order: 0;
  }
  .ct-itog > li.ct-prop {
    display: block;
    order: 2;
  }
  .ct-itog > li.ct-sum {
    display: block;
    order: 10;
    width: 100%;
  }
  .item-img-previews > * {
    width: 46%;
    height: auto;
  }
}
.form.pup {
  text-align: left;
  margin-top: 20px;
}
.form-field {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.form-field .t {
  font-weight: bold;
}
.form-field .inp {
  padding: 10px;
  width: 100%;
  height: 32px;
  border: #ccc 1px solid;
  font-family: inherit;
  border-radius: 2px;
  -webkit-appearance: none;
}
.form-field .inp.error {
  border: red 1px solid;
}
.form-field textarea.inp {
  height: 64px;
  resize: none;
}
.form-field .-search {
  position: relative;
}
.form-field .-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  fill: #f2f2f2;
}
.form-field.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-field .msg {
  position: absolute;
  bottom: 50%;
  right: 0;
  background: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 0.875rem;
  display: none;
}
.form-field.-pp {
  font-size: 0.875rem;
  margin-top: 20px;
}
.form-field.-pp a {
  text-decoration: underline;
}
.ff-mrg {
  margin-bottom: 1rem;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  user-select: none;
  line-height: 100%;
}
.checkbox + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: #f2f2f2 1px solid;
  margin-right: 15px;
  border-radius: 2px;
  line-height: 10px;
  text-align: center;
  font-size: 20px;
}
.checkbox + label span {
  flex: 1;
}
.select {
  border: #f2f2f2 1px solid;
  font-family: inherit;
  border-radius: 2px;
  background: #fff;
  position: relative;
}
.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 10px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  border: 0;
  border-radius: 2px;
}
.select:before {
  display: block;
  width: 6px;
  height: 4px;
  content: " ";
  background: url(../img/arrow-select.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5vmax;
  z-index: 10;
}
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  user-select: none;
}
.radio + label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: #f2f2f2 1px solid;
  margin-right: 15px;
}
.radio:hover + label:before {
  border: #f2f2f2 5px solid;
}
.radio:checked + label:before {
  border: #62c762 5px solid;
}
.form-ftr {
  background: #eef3f7;
  padding: 20px;
}
.form-ftr .policy-txt {
  font-size: 12px;
  font-weight: 300;
  color: #888;
}
.form-ftr .policy-txt a {
  text-decoration: underline;
}
.buy-one-click h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #fe9f07;
  text-align: center;
}
.buy-one-click h4 {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .form-ftr .btns {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .register-form .row > .form-field {
    width: 100%;
  }
  .form-ftr .btns {
    text-align: center;
  }
}
.search-field {
  margin-bottom: 30px;
}
.search-field .dop {
  margin-top: 10px;
}
.search-field .dop label {
  font-weight: 400;
}
.srch-results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.srch-results li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.srch-results li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #f2f2f2 1px solid;
}
.srch-results li .d {
  color: #a7a9b9;
  font-size: 0.75rem;
  width: 30px;
}
.srch-results li .im {
  width: 80px;
}
.srch-results li .im img {
  width: 100%;
  border-radius: 3px;
}
.srch-results li .c {
  width: 70%;
  padding-left: 20px;
}
.srch-results li .tb {
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0;
  line-height: 100%;
  color: #6b6b6b;
}
.srch-results li .ab {
  margin: 3px 0;
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .mw {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }
  .cont-w-aside .sidebar {
    width: 25%;
  }
  .cont-w-aside .sidebar .aside-menu {
    margin-bottom: 3vh;
  }
  .cont-w-aside .content {
    width: 73%;
  }
  .footer .info {
    width: 25%;
  }
  .footer .r {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .mobi-hide {
    display: none;
  }
  .cat-n-slide .slider-wrp {
    padding: 0;
    width: 100%;
  }
  .mw-mobi {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }
  .banner-fw {
    position: relative;
    height: 150px;
  }
  .banner-fw img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .cont-w-aside .sidebar {
    order: 2;
    width: 100%;
    margin-top: 5vh;
  }
  .cont-w-aside .sidebar .aside-menu {
    display: none;
  }
  .cont-w-aside .content {
    width: 100%;
  }
  .footer .fmenu {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .footer .info {
    order: 2;
  }
}
@media screen and (max-width: 450px) {
  .crumbs {
    justify-content: center;
    -ms-flex-pack: center;
  }
  .zoom-img {
    width: 99vw;
  }
}
.dialog-close {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  opacity: 1 !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 200ms;
}
.dialog-close:before,
.dialog-close:after {
  content: "";
  position: absolute;
  display: block;
  background: #424352;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 200ms;
}
.dialog-close:before {
  width: 30px;
  height: 4px;
}
.dialog-close:after {
  width: 4px;
  height: 30px;
}
.dialog-close:hover {
  cursor: pointer;
}
.dialog-close:hover:before,
.dialog-close:hover:after {
  background: #000;
}
#ajax-loader {
  position: fixed;
  z-index: 10000;
  background: #fff;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  box-shadow: 0px 0px 2px 0px #777;
  display: none;
  text-transform: uppercase;
}
@keyframes dialogShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dialogHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dialog-win {
  position: fixed;
  left: -100vw;
  top: -100vh;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  animation: dialogHide 200ms linear;
}
.dialog-win.active {
  left: 0;
  top: 0;
  animation: dialogShow 200ms linear;
}
.dialog {
  width: 99%;
  max-height: 98%;
  margin: 5px 0;
  padding: 2vh 5vw;
  position: relative;
  text-align: center;
  background: #fff;
  min-width: 300px;
  max-width: 800px;
  border-radius: 4px;
}
.dialog .-cw {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dialog .-h {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1vmax;
}
.dialog .-hs {
  margin: 1vh 0 3vh 0;
  text-align: center;
}
.dialog pre {
  width: 100%;
}
.dialog-content {
  max-height: 90vh;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
}
#dialog-win-bgr {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}
/*# sourceMappingURL=style.css.map */