.hdr-search .tips {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  width: 100%;
  background: #fff;
  padding: 0 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.hdr-search .tips h3 {
  text-align: left;
  margin: 10px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: 500;
}
.hdr-search .tips-list > * {
  display: flex;
  margin: 5px 0;
}
.hdr-search .tips-list > * i {
  width: 10px;
  margin-right: 10px;
}
.hdr-search .tips-list > * svg {
  color: #bbb;
}
.hdr-cat-menu-wrp {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 1400px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.hdr-cat-menu {
  display: flex;
  height: 600px;
  background: #f3f3f3;
}
.hcm-wrp {
  width: 35%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF7B00 #d9d9d9;
}
.hcm-wrp ul {
  padding: 15px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hcm-wrp ul li {
  padding: 0 20px;
}
.hcm-wrp ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  text-decoration: none;
  transition: background-color 200ms;
}
.hcm-wrp ul li a span {
  flex: 1;
  padding-right: 15px;
}
.hcm-wrp ul li:not(:last-child) a {
  border-bottom: #fff 1px solid;
}
.hcm-wrp ul li:hover a {
  color: #FF7B00;
  border-color: #FF7B00;
}
.hcm-wrp ul li.hvr a {
  border-color: #fff;
}
.hcm-wrp ul li.act {
  background: #FF7B00;
}
.hcm-wrp ul li.act a {
  color: #fff;
  border-color: #FF7B00;
}
.hcm-sub {
  flex: 1;
  padding: 15px 0 15px 20px;
  display: flex;
  flex-direction: column;
}
.hcm-sub .h {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.hcm-sub .h span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: #FF7B00 1px solid;
}
.hcm-subs {
  position: relative;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FFAA5B #d9d9d9;
}
.hcm-subs > div {
  position: absolute;
  display: none;
  padding-bottom: 20px;
  width: 100%;
}
.hcm-subs > div.act {
  display: block;
}
.hcm-subs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.hcm-subs ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hcm-subs ul li img {
  width: 100%;
  height: 200px;
  margin-bottom: 5px;
  object-fit: cover;
  border-radius: 10px;
  border: #e6e6e6 1px solid;
}
.hcm-subs ul li:hover img {
  transition: all 200ms;
  opacity: 0.8;
}
.hcm-subs ul.col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hcm-subs ul.col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hcm-subs ul.col-4 img {
  height: 150px;
}
.hcm-subs ul.col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.hcm-subs ul.col-5 img {
  height: 150px;
}
.hcm-subs a {
  font-size: 14px;
  text-transform: none;
}
.index-bnr {
  display: flex;
  position: relative;
  height: 400px;
  margin-top: 5vh;
  border-radius: 20px;
  overflow: hidden;
  font-size: 20px;
  line-height: 160%;
  background: #FF7B00;
}
.index-bnr .t {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  color: #fff;
  padding: 0 3vw;
  align-items: flex-start;
  background: url(../img/index-bnr-1-1.png) center right no-repeat;
  background-size: auto 100%;
}
.index-bnr .hdr {
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.index-bnr .hdr > * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.index-bnr a {
  border-radius: 10px;
  border: #fff 1px solid;
  padding: 10px 25px;
  font-size: 105%;
  font-weight: 500;
  transition: all 200ms;
  margin-top: 50px;
  color: #fff;
}
.index-bnr a:hover {
  background: #fff;
  color: #FF7B00;
  text-decoration: none;
}
.index-bnr img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.index-bnr.ib2 .t {
  right: 0;
  left: unset;
  width: 45%;
  background-image: url(../img/index-bnr-2-2.jpg);
}
.index-blocks > * {
  margin-top: 100px;
}
.blk-hdr {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 50px 0;
}
.ribbon-wrp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ribbon {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0 20px 20px 0;
  background: #FF7B00;
}
.ribbon.inStock {
  background: #24B200;
}
.ribbon.action {
  background: #00acdc;
}
.ribbon.hit {
  background: #cf0909;
}
.ribbon.new {
  background: #379fbf;
}
.popular-cat {
  margin-top: 50px;
}
.popular-cat .wrap {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.popular-cat a {
  width: 16%;
  text-align: center;
  font-size: 14px;
}
.popular-cat a:hover img {
  opacity: 0.8;
}
.popular-cat img {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  margin-bottom: 5px;
  object-fit: cover;
  transition: all 200ms;
}
.blog-index .popular-cat .arr {
  margin-left: 10px;
}
.blog-index .popular-cat img {
  height: 250px;
}
#index-txt-btn {
  display: none;
}
footer {
  margin-top: 50px;
  padding: 50px 0;
  border-top: #bbb 1px solid;
  font-size: 12px;
  text-align: center;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
.ftr-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftr-logo .logo {
  max-width: 100px;
}
.ftr-messengers {
  width: 150px;
  margin: 20px 0;
}
.ftr-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftr-menu p {
  font-weight: 600;
  margin: 0 0 5px 0;
}
.ftr-menu > * {
  margin-bottom: 5px;
}
.ftr-menu .sub {
  display: none;
}
.ftr-adr {
  width: 160px;
}
.ftr-adr p {
  font-weight: 600;
  margin: 0 0 5px 0;
}
.ftr-adr p:not(:first-of-type) {
  margin-top: 10px;
}
.ftr-adr > div {
  display: none;
}
.ftr-copy {
  width: 30%;
}
.ftr-policy {
  display: none;
}
@media screen and (max-width: 1019px) {
  footer {
    padding: 20px 0;
  }
  footer .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .container > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .ftr-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ftr-menu a {
    margin: 0 20px 10px 0;
  }
  .ftr-menu.fm1 {
    order: 1;
  }
  .ftr-menu.fm1 p {
    display: none;
  }
  .ftr-menu.fm2 {
    display: none;
  }
  .ftr-logo {
    order: 2;
    justify-content: center;
  }
  .ftr-logo > a[href^="/policy"] {
    display: none;
  }
  .ftr-messengers {
    display: none;
  }
  .ftr-adr {
    order: 5;
  }
  .ftr-copy {
    order: 3;
  }
  .ftr-policy {
    display: block;
    text-align: center;
  }
}
.frm-line {
  display: block;
  color: #bbb;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  position: relative;
}
.frm-line .inp {
  margin-top: 10px;
}
.frm-line input[type='text'],
.frm-line input[type='tel'],
.frm-line input[type='email'],
.frm-line .input,
.frm-line textarea {
  padding: 10px;
  height: 44px;
  border-radius: 10px;
  border: #bbb 1px solid;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
}
.frm-line input[type='text']:focus,
.frm-line input[type='tel']:focus,
.frm-line input[type='email']:focus,
.frm-line .input:focus,
.frm-line textarea:focus {
  outline: none;
  border-color: #000;
}
.frm-line input[type='text'].error,
.frm-line input[type='tel'].error,
.frm-line input[type='email'].error,
.frm-line .input.error,
.frm-line textarea.error {
  border-color: red;
}
.frm-line textarea {
  height: 100px;
  resize: none;
}
.frm-line.-policy {
  color: #000;
}
.frm-line.-policy a {
  color: #FF7B00;
}
.frm-line .msg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #bbb;
  padding: 5px 15px;
  color: red;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  display: none;
  border-right: red 1px solid;
  border-bottom: red 1px solid;
}
.frm-line .sort-select .lbl {
  border-radius: 10px;
}
.frm-line.-hdr {
  color: #000;
}
.frm-line .descr {
  color: #000;
  margin-top: 5px;
}
form#recall {
  width: 280px;
}
form#subscribe {
  max-width: 400px;
}
.popup #zamershik {
  flex-direction: column;
  width: 280px;
}
.popup #zamershik > * {
  width: 100%;
}
.form .submit {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  border: #FF7B00 1px solid;
  border-radius: 10px;
  transition: all 200ms;
}
.form .submit:hover,
.form .submit:active {
  cursor: pointer;
  background: #FF7B00;
  color: #fff;
}
.content form#recall {
  width: 100%;
}
.select {
  display: inline-block;
  position: relative;
  min-height: 30px;
}
.select.simple {
  max-width: 400px;
}
.select.simple span {
  width: 400px;
  line-height: 30px;
  font-size: 18px;
  color: #d26f00;
  border-bottom: 1px dotted #d26f00;
}
.select.full {
  width: 100%;
  min-height: 34px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  line-height: 30px;
  margin: 10px 0;
}
.select.full span {
  font-size: 14px;
  line-height: 14px;
  padding-left: 10px;
  display: inline-block;
  width: 80%;
}
.select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
.select select option {
  font-family: inherit;
  font-size: inherit;
}
#zamershik {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#zamershik > * {
  width: 16%;
  padding-right: 10px;
}
#zamershik > *.comm {
  flex: 1;
  padding-right: 0;
}
.content #zamershik {
  margin: 50px auto;
}
#calculator .frm-line {
  width: 48%;
}
#calculator .sort-select {
  margin: 0;
}
#calculator .files {
  background: #FF7B00;
  position: relative;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  padding: 0 0 0 10px;
  color: #fff;
}
#calculator .files input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#calculator .-policy,
#calculator .ftr {
  width: 100% !important;
}
.frm-warn {
  background: #ffca99;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  color: #000;
  margin: 5px 0;
  border-radius: 10px;
}
.frm-warn i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  background: #FF7B00;
  color: #fff;
}
.frm-warn span {
  flex: 1;
  padding-left: 10px;
}
@media screen and (min-width: 1020px) {
  #calculator {
    padding-bottom: 30vh;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
  }
  #calculator .frm-line {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  #zamershik > * {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  #zamershik > * {
    width: 100%;
    padding-right: 0;
  }
  #zamershik .ftr {
    text-align: center;
  }
  #calculator .frm-line {
    width: 100%;
  }
}
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10111;
  width: 100vw;
  height: 100vh;
  padding: 20px 5px;
  background: rgba(0, 0, 0, 0.7);
}
.popup.act {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-win {
  padding: 20px;
  background: #fff;
  min-width: 280px;
  max-height: 99vh;
  border-radius: 20px;
  overflow: hidden;
}
.popup-win .hdr div {
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
  flex: 1;
  text-align: left;
}
.popup-win .hdr svg:hover {
  cursor: pointer;
  color: #FF7B00;
}
.popup-win .cont {
  padding-top: 20px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF7B00 #d9d9d9;
}
.popup-win .form {
  padding-top: 20px;
}
.popup-win .-policy {
  hyphens: auto;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 50px 0 0 0;
}
.crumbs a {
  color: #bababa;
}
.crumbs i {
  color: #bababa;
  font-style: normal;
  padding: 0 10px;
}
.content {
  margin-top: 100px;
}
.content h1 {
  font-size: 22px;
  margin: 0 0 50px 0;
}
.content h1 sup {
  font-size: 12px;
  font-weight: 300;
  color: #bababa;
  padding-left: 30px;
}
.pagination {
  text-align: center;
  margin: 50px auto;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  margin: 10px;
  display: inline-block;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #bbb 1px solid;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
  transition: all 200ms;
  text-decoration: none;
  min-width: 44px;
  height: 44px;
  color: #000;
}
.pagination a:hover {
  background: #FFAA5B;
  border-color: #FFAA5B;
}
.pagination a.act {
  background: #FF7B00;
  border-color: #FF7B00;
  color: #fff;
}
.pagination a.prev svg {
  transform-origin: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.menu-catalog .items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 50px 20px;
  align-items: stretch;
}
.menu-catalog .items .itm {
  text-align: center;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.menu-catalog .items .im {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}
.menu-catalog .items .im img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.menu-catalog .items .im:hover {
  opacity: 0.8;
}
.menu-catalog .items .t {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
}
.menu-catalog .items .nm {
  display: block;
  line-height: 120%;
}
.menu-catalog .items .express {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #FF7B00;
}
.menu-catalog .items .express img {
  margin-right: 10px;
}
.menu-catalog .items.-cat-sub .itm .im img {
  object-fit: contain;
}
.menu-catalog .ribbon-wrp {
  margin-top: 50px;
}
.menu-catalog .sep {
  padding: 10px 40px;
  background: #FF7B00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  border-radius: 20px;
  grid-column: 1 / -1;
}
.menu-catalog.-imgs a {
  margin-bottom: 0;
}
.plist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.plist .separator {
  padding: 10px 40px;
  background: #24B200;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  grid-column: 1 / -1;
  text-align: center;
}
.plist + .reviews {
  margin-top: 100px;
}
.plist-item {
  border-radius: 10px;
  padding: 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: #bbb 1px solid;
  position: relative;
  box-shadow: 10px 2px 12px #0000002b;
}
.plist-item .im {
  height: 280px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.plist-item .im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 200ms;
}
.plist-item .ribbon {
  padding: 0 10px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.plist-item .n {
  margin: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.plist-item .inf {
  padding: 15px;
}
.plist-item .il {
  display: flex;
  justify-content: space-between;
}
.plist-item .ir {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.plist-item .props {
  flex: 1;
}
.plist-item .props p {
  margin: 0 0 10px 0;
  padding: 0;
}
.plist-item .price {
  font-size: 28px;
  font-weight: 600;
  flex: 1;
}
.plist-item .price .old {
  display: block;
}
.plist-item .price .old i {
  font-style: normal;
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  color: #bababa;
  padding: 0 5px;
  text-decoration-color: #FF7B00;
}
.plist-item .art {
  font-weight: 500;
  padding: 0 0 5px 0;
  border-bottom: #FF7B00 1px solid;
  margin-bottom: 10px;
}
.plist-item .b-2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.plist-item .b-2 .select-clr {
  flex: 1;
  min-width: 80px;
}
.plist-item .b-2 .tocart {
  margin-left: 10px;
}
.plist-item:hover {
  border-color: #5d5d5d;
}
.plist-item:hover img {
  opacity: 0.8;
}
.btn-one-click {
  padding: 0px 12px;
  font-size: 12px;
  border: #FF7B00 1px solid;
  border-radius: 4px;
  transition: all 200ms;
  background: #FF7B00;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.btn-one-click:hover {
  background: #fff;
  border-color: #bbb;
  color: #000;
  cursor: default;
}
.tocart {
  width: 48.4px;
  height: 44px;
  border-radius: 4px;
  background: #FF7B00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 200ms;
  user-select: none;
}
.tocart:hover {
  cursor: default;
  background: #FFAA5B;
}
.tocart.act {
  background: #24B200;
}
.select-clr label {
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 4px;
  background: #fff url(../img/angle-btm.svg) 96% center no-repeat;
  border: #bbb 1px solid;
  padding: 2px 20px 2px 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 100%;
}
.select-clr.act label {
  border-color: #d9d9d9;
  background: #d9d9d9 url(../img/angle-top.svg) 96% center no-repeat;
}
.select-clr.act ul {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF7B00 #d9d9d9;
}
.select-clr .wrp {
  display: none;
  position: absolute;
  left: 0;
  top: 98%;
  z-index: 10;
  width: 100%;
  max-height: 60vh;
  padding: 0 15px;
  overflow: hidden;
}
.select-clr .wrp.act {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 111;
  width: 100%;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
}
.select-clr .wrp.act .tit {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  border-bottom: #bbb 1px solid;
}
.select-clr .wrp.act .tit span {
  flex: 1;
  padding-right: 20px;
  font-size: 12px;
  text-align: center;
}
.select-clr .wrp.act ul {
  max-height: 80vh;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.select-clr .wrp.act ul li .-i {
  width: 100px;
  height: 100px;
}
.select-clr .tit {
  display: none;
}
.select-clr ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e7e7e7;
  height: 100%;
  max-height: 60vh;
}
.select-clr ul li {
  padding: 5px 10px;
  white-space: nowrap;
  color: #000;
  display: flex;
  align-items: center;
}
.select-clr ul li:hover {
  background: #dedede;
  cursor: pointer;
}
.select-clr ul li .-i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.select-clr ul li img {
  width: auto;
  height: 100%;
}
.select-clr ul li .-n {
  padding: 0 10px;
  flex: 1;
  white-space: normal;
}
.select-clr ul li .-p {
  font-weight: 500;
}
.select-clr ul li .-p span {
  display: block;
  text-decoration: line-through;
  font-size: 14px;
  color: #bababa;
  position: relative;
  padding: 0 5px;
  margin-left: -5px;
  text-decoration-color: #FF7B00;
}
.cat-h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.cat-h1 h1 {
  margin: 0;
}
.cat-sorting {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.cat-sorting .title {
  display: block;
}
#catSorting {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#catSorting .title {
  height: 44px;
}
#catFilter {
  border: #bbb 1px solid;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
}
.cat-filter {
  display: flex;
  gap: 20px;
}
.cat-filter .title {
  width: 100%;
  height: 44px;
}
.cat-filter .params {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cat-filter .params > *:not(.title) {
  flex: 1;
}
.cat-filter .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cat-filter .btn {
  font-size: 14px;
  height: 44px;
}
.sort-select {
  position: relative;
  cursor: pointer;
  min-width: 100px;
  color: #000;
}
.sort-select .lbl {
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 4px;
  background: #fff url(../img/angle-btm.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  border: #bbb 1px solid;
  padding: 2px 30px 2px 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 100%;
}
.sort-select .select {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 20;
  min-width: 100%;
  background: #e7e7e7;
}
.sort-select .select label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0 10px;
  margin: 5px 0;
}
.sort-select .select label span {
  flex: 1;
  line-height: 90%;
}
.sort-select .select label input[type=radio] {
  display: none;
}
.sort-select .select label:hover {
  background: #dedede;
}
.sort-select:hover .select,
.sort-select.act .select {
  display: block;
}
.sort-select:hover .lbl,
.sort-select.act .lbl {
  background-image: url(../img/angle-top.svg);
  border-color: #FF7B00;
}
.sort-select.show-radio .select label input[type=radio] {
  display: inline-block;
}
.sort-select.-color .select {
  min-width: 260px;
}
.btn.print {
  display: flex;
  align-items: center;
}
.btn.print svg {
  color: #FF7B00;
  margin-left: 10px;
}
.btn.print:hover svg {
  color: #fff;
}
.arr {
  border: #bbb 1px solid;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
.arr.prev svg {
  transform-origin: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.arr:hover {
  border-color: #FF7B00;
}
.arr:hover svg {
  color: #FF7B00;
}
.cat-portfolio {
  margin-bottom: 50px;
  position: relative;
}
.cat-portfolio .blk-hdr {
  margin-bottom: 20px;
}
.cat-portfolio .arr.next {
  margin-left: 10px;
}
.cat-portfolio .-imgs a {
  width: 120px;
  height: 80px;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
}
.cat-portfolio .-imgs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-portfolio .-imgs a:hover {
  opacity: 0.8;
}
.reviews .btns .arr {
  margin: 10px;
}
.reviews .ya {
  text-align: right;
  padding: 20px 0 0 0;
}
.reviews .ya a {
  color: #FF7B00;
}
.reviews-item {
  border-radius: 10px;
  background: #FF7B00;
  padding: 20px;
  color: #fff;
  border: #FF7B00 1px solid;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews-item .dots {
  display: flex;
  align-items: center;
}
.reviews-item .dots i {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.reviews-item .t {
  padding: 20px 0;
}
.reviews-item .inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-item .usr {
  display: flex;
  align-items: center;
}
.reviews-item .usr img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}
.reviews-slider .owl-item:nth-child(odd) .reviews-item {
  background: #fff;
  border-color: #bbb;
  color: #000;
}
.reviews-slider .owl-item:nth-child(odd) .reviews-item .dots i {
  background: #FF7B00;
}
@media screen and (min-width: 1020px) {
  .cat-text {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1019px) {
  .menu-catalog .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px 10px;
  }
  .menu-catalog .items .t {
    padding-top: 10px;
  }
  .menu-catalog .ribbon-wrp {
    margin-top: 10px;
  }
  .cat-h1 {
    margin-bottom: 30px;
  }
  .cat-h1 .print {
    display: none;
  }
  .plist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cat-sorting {
    flex-direction: column;
  }
  .cat-sorting > * {
    width: 100%;
  }
  .cat-filter {
    flex-direction: column;
  }
  .cat-filter .params {
    gap: 10px;
  }
  .cat-filter .title {
    height: auto;
  }
  .cat-filter .btns {
    flex-direction: row;
    justify-content: space-between;
  }
  .cat-filter .btns button[type=submit] {
    width: 50%;
  }
  #catFilter {
    padding: 10px;
  }
  #catSorting {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
  #catSorting .title {
    display: flex;
    align-items: center;
  }
  #catSorting .sort-select {
    flex: 1;
  }
  .arr {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .plist {
    grid-template-columns: 1fr;
  }
  .menu-catalog .items .im {
    height: 200px;
  }
  .menu-catalog .sep {
    text-align: center;
  }
}
.product-page article {
  margin-top: 20px;
}
.prod-hdr {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.prod-hdr h1 {
  margin: 0;
}
.prod-art span {
  display: inline-block;
  border-bottom: #FF7B00 1px solid;
  padding-bottom: 5px;
}
.prod-rating {
  display: flex;
  align-items: center;
  color: #bbb;
  margin-top: 20px;
}
.prod-rating div {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.prod-rating svg {
  margin-right: 5px;
}
.prod-rating svg.f {
  color: #FFB800;
}
.prod-rating a {
  color: #bbb;
}
.prod-info-sizes {
  margin-top: 50px;
}
.prod-info-sizes .blk-hdr {
  margin-bottom: 20px;
}
.prod-info-sizes .wrp {
  align-items: stretch;
}
.prod-info-sizes .wrp > .prod-create-time {
  display: none;
}
.prod-info-sizes .col {
  width: 48%;
}
.prod-info-sizes .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-info-sizes .sizes p {
  padding: 0 0 2px 0;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.prod-info-sizes .sizes p strong {
  font-weight: 600;
}
.prod-info-sizes .sizes p:not(:first-child) {
  border-bottom: #bbb 1px solid;
}
.prod-create-time {
  margin-top: 20px;
  color: #FF7B00;
}
.pcells-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
}
.pcell {
  width: 48%;
}
.prod-img {
  width: 100%;
  height: 400px;
  position: relative;
}
.prod-img a {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-img a img {
  max-height: 100%;
}
.info-btns .col {
  width: 48%;
}
.info-btns a {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 20px 0;
}
.info-btns a i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: #FF7B00;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-btns a i svg {
  width: 70%;
}
.info-btns a span {
  padding-left: 20px;
}
.info-btns a:hover i {
  background: #FFAA5B;
}
.prod-gal {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.prod-gal a {
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-gal a img {
  max-width: 100%;
  max-height: 100%;
}
.prod-gal a.product-3dimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #f7f7f7 linear-gradient(to bottom, #fff 0%, #ededed 100%);
  position: relative;
}
.prod-gal a.product-3dimg img {
  position: unset;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.prod-gal a.product-3dimg span {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}
.prod-gal a.product-3dimg .bgr {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 80%;
  opacity: 0.2;
}
.prod-gal a:hover,
.prod-img a:hover {
  opacity: 0.8;
}
.prod-prices {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0;
  max-height: 800px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF7B00 #d9d9d9;
}
.prod-prices > li {
  margin: 20px 0;
  padding: 0 5px 0 0;
  display: flex;
  align-items: stretch;
}
.prod-prices > li .clr {
  width: 120px;
  margin-right: 20px;
}
.prod-prices > li .clr input {
  display: none;
}
.prod-prices > li .clr .im {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  background: #fff;
  border: #bbb 1px solid;
}
.prod-prices > li .clr .im img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-prices > li .txt {
  flex: 1;
  border-bottom: #bbb 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.prod-prices > li .name-art {
  padding-bottom: 10px;
}
.prod-prices > li .name-art .nm {
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-prices > li .name-art .nm .dsp-colors-link {
  font-size: 12px;
  color: #bbb;
  text-decoration: underline;
}
.prod-prices > li .name-art .nm .dsp-colors-link:hover {
  color: #000;
}
.prod-prices > li .name-art .art {
  padding-bottom: 10px;
}
.prod-prices > li .tocart-btns {
  max-width: 120px;
}
.prod-prices > li .tocart-block {
  min-height: 40px;
  filter: grayscale(1);
  opacity: 0.5;
}
.prod-prices > li .r {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: #bbb 1px solid;
  padding-bottom: 10px;
}
.prod-prices > li .r .price {
  font-size: 18px;
  font-weight: 500;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.prod-prices > li .r .ins {
  text-align: right;
  color: #24B200;
  padding-bottom: 10px;
}
.prod-prices > li .r .status {
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  color: #FF7B00;
}
.prod-prices > li .r .status img {
  margin-right: 10px;
}
.prod-prices > li:not(.separator) {
  border: #fff 2px solid;
  padding-bottom: 5px;
}
.prod-prices > li:not(.separator):hover {
  border-color: #FF7B00;
}
.prod-prices > li:not(.separator):hover .status {
  display: flex;
}
.prod-prices > li:not(.separator):hover .tocart-block {
  filter: none;
  opacity: 1;
}
.prod-prices > li:first-child {
  margin-top: 0;
}
.prod-prices > li.separator {
  background: #d9d9d9;
  padding: 30px 0;
  justify-content: center;
}
.tocart-btns {
  border: #FF7B00 1px solid;
  border-radius: 10px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  background: #fff;
}
.tocart-btns .prod-btn {
  width: 25px;
  font-size: 18px;
}
.tocart-btns input {
  border: 0;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.tocart-btns input:focus {
  outline: none;
}
.prod-btn {
  border-radius: 6px;
  background: #FF7B00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-touch-callout: none;
  user-select: none;
  line-height: 100%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  transition: all 200ms;
}
.prod-btn:hover {
  background: #FFAA5B;
  cursor: default;
}
.prod-btn:active {
  background: #d06e01;
}
.btn-tocart {
  border-radius: 10px;
  background: #FF7B00;
  transition: all 200ms;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-left: 20px;
  user-select: none;
}
.btn-tocart:hover {
  background: #FFAA5B;
  cursor: default;
}
.btn-tocart.act {
  background: #24B200;
}
.tocart-block-cont {
  display: flex;
  align-items: stretch;
}
.prod-price .price {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.prod-price .price .old {
  display: block;
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  color: #bababa;
  position: relative;
  padding: 0 5px;
  text-decoration-color: #FF7B00;
}
.prod-price .tocart-btns {
  max-width: 120px;
}
.prod-price .ins {
  margin-top: 20px;
  color: #24B200;
}
.dealer-info {
  margin: 50px auto;
  padding: 20px;
  border: #bbb 1px solid;
}
.dealer-info h3 {
  margin: 0 0 20px 0;
}
.dealer-info a {
  color: blue;
}
.related {
  margin-top: 100px;
}
.related .plist-item:nth-child(n+9) {
  display: none;
}
.js-plist-more,
.js-other-cat-more {
  text-align: center;
}
.js-plist-more .btn,
.js-other-cat-more .btn {
  font-size: 18px;
  padding: 15px 50px;
  margin-top: 50px;
}
.other-cat {
  margin-top: 100px;
}
.other-cat .items > *:nth-child(n+9) {
  display: none;
}
@media screen and (max-width: 1019px) {
  .prod-hdr {
    flex-wrap: wrap;
  }
  .prod-hdr h1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .prod-info-sizes .col {
    width: 100%;
  }
  .prod-info-sizes .wrp > .prod-create-time {
    display: block;
    width: 100%;
  }
  .prod-info-sizes .wrp .left .prod-create-time {
    display: none;
  }
  .pcells-wrap {
    flex-wrap: wrap;
  }
  .pcell {
    width: 100%;
  }
  .prod-prices {
    padding-right: 0;
  }
  .prod-prices > li {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .prod-prices > li .clr {
    width: 50%;
    margin: 0;
  }
  .prod-prices > li .r {
    width: 50%;
    order: 2;
    border-bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .prod-prices > li .txt {
    width: 100%;
    order: 3;
    padding-top: 20px;
  }
  .related,
  .other-cat {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .prod-img a {
    height: 300px;
  }
  .prod-gal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .prod-gal a {
    height: 120px;
  }
}
.gallery-list-btns {
  margin: 40px 0;
}
.gallery-list-btns a {
  margin: 0 10px 10px 0;
}
.gallery-list-btns div {
  text-align: center;
  width: 100%;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list > li {
  position: relative;
}
.news-list .ribbon {
  position: absolute;
  left: 0;
  top: 20px;
}
.news-list .i {
  display: block;
  width: 100%;
  height: 300px;
}
.news-list .i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 200ms;
  border-radius: 10px;
}
.news-list .i:hover img {
  opacity: 0.8;
}
.news-list .c {
  padding: 20px 0;
}
.news-list .n {
  font-size: 18px;
  font-weight: 600;
}
.news-img-top {
  margin: 20px 0;
}
.news-img-top img {
  border-radius: 10px;
}
@media screen and (min-width: 1020px) {
  .news-list > li:first-child {
    grid-column: span 3;
    display: flex;
    align-items: stretch;
  }
  .news-list > li:first-child .i {
    order: 2;
    width: 50%;
    height: 100%;
  }
  .news-list > li:first-child .i img {
    border-radius: 0 10px 10px 0;
  }
  .news-list > li:first-child .c {
    order: 1;
    flex: 1;
    padding: 60px 20px 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #f3f3f3;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 1019px) {
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .news-list {
    grid-template-columns: 1fr;
  }
}
.foto-objects {
  display: flex;
}
.fo-aside {
  width: 25%;
}
.fo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF7B00 #d9d9d9;
}
.fo-tags .btn {
  max-width: 31%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 120%;
}
.fo-grid {
  flex: 1;
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1px;
}
.fo-grid-item {
  background: #ccc;
  height: 350px;
  position: relative;
}
.fo-grid-item .zoom {
  display: block;
  width: 100%;
  height: 100%;
}
.fo-grid-item .zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fo-grid-item .-tg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.fo-grid-item .inf {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.fo-grid-item .inf a {
  color: #fff;
}
.fo-grid-item .inf .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.fo-grid-item:hover .inf {
  display: flex;
}
@media screen and (max-width: 1019px) {
  .foto-objects {
    flex-direction: column;
  }
  .fo-aside {
    width: 100%;
  }
  .fo-tags {
    max-height: 200px;
  }
  .fo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 0 0;
  }
  .fo-grid-item {
    height: 200px;
  }
  .fo-grid-item .inf {
    display: flex;
    font-size: 12px;
    padding: 5px;
  }
  .fo-grid-item .inf .btn {
    padding: 2px;
    width: 40%;
    line-height: 100%;
  }
}
.conts {
  line-height: 150%;
  display: flex;
  justify-content: space-between;
}
.conts > li {
  padding: 20px;
}
.conts h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0;
}
.conts .bb {
  text-decoration: underline;
  text-decoration-color: #FF7B00;
}
.search-page h1 {
  margin: 20px 0;
}
.photo-from-objects .items a {
  margin-bottom: 0;
}
.photo-from-objects .items .zoom {
  display: block;
  text-align: center;
}
.photo-from-objects .inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.files-tags .wrp {
  flex: 1;
  padding: 0 20px;
  overflow: hidden;
}
.files-tags .btn {
  font-size: 14px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  hyphens: auto;
  padding: 5px 10px;
}
.img-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}
.img-list a:hover img {
  opacity: 0.8;
}
.img-list img {
  width: auto;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.img-list.col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.txt-img {
  border: #bbb 1px solid;
  border-radius: 10px;
  padding: 10px;
}
.txt-img.r {
  float: right;
  margin: 20px 0 20px 20px;
  width: 48%;
}
.img {
  border-radius: 10px;
}
.dsp-colors-hdr {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
}
.dsp-colors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 50px 0;
}
.dsp-colors figure {
  margin: 0;
  padding: 0;
}
.dsp-colors img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  object-fit: cover;
}
.dsp-colors figcaption {
  display: block;
  margin-top: 10px;
}
.dsp-colors .brd img {
  border: #000 1px solid;
}
.cond-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 20px 0;
}
.cond-item .t {
  border-radius: 20px;
  border: #bbb 1px solid;
  padding: 20px;
  width: 60%;
}
.cond-item h3 {
  margin: 0 0 20px 0;
}
.cond-item .i {
  width: 38%;
}
.cond-item .i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cond-item a {
  color: #FF7B00;
}
pre {
  margin: 5px;
  padding: 5px;
  font: 12px Arial;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  text-align: left !important;
}
pre > div {
  display: block;
  font-size: 110%;
  font-weight: 600;
}
pre span {
  color: blue;
}
@media screen and (min-width: 1020px) {
  .popular-cat-index {
    padding-top: 50px;
  }
  .blog-index .popular-cat .item {
    width: 400px;
  }
  .conts > li:first-child,
  .conts > li:last-child {
    padding: 20px 0;
    width: 20%;
  }
  .conts-btm > div {
    flex: 1;
  }
  .conts-btm > div:first-child {
    max-width: 30%;
    padding-right: 30px;
  }
  .cond-item:nth-child(odd) .t {
    order: 2;
  }
  .cond-item:nth-child(odd) .i {
    order: 1;
  }
}
@media screen and (max-width: 1019px) {
  .index-blocks > * {
    margin-top: 50px;
  }
  .blk .h {
    text-align: center;
  }
  .ribbon {
    padding: 0 10px;
    font-size: 12px;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
    border-radius: 0 10px 10px 0;
  }
  .index-bnr {
    height: 200px;
    font-size: 12px;
    border-radius: 10px;
  }
  .index-bnr .t {
    width: 70%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 7vw 0 0;
  }
  .index-bnr h1 {
    margin-bottom: 10px;
  }
  .index-bnr i {
    display: block;
  }
  .index-bnr a {
    margin-top: 10px;
  }
  .index-bnr.ib2 .t {
    width: 60%;
    padding: 0 20px;
  }
  .popular-cat .wrap {
    overflow-x: auto;
    padding-bottom: 10px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .popular-cat a {
    width: 250px;
    min-width: 250px;
    margin-right: 10px;
  }
  .blog-index .arr {
    display: none;
  }
  .blog-index .popular-cat img {
    height: 140px;
  }
  #index-txt-btn {
    display: block;
    margin-top: 10px;
  }
  .index-txt {
    overflow: hidden;
    position: relative;
  }
  .index-txt > *:nth-child(n+3) {
    display: none;
  }
  .index-txt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #fff 0, transparent 100%);
  }
  .index-txt.act:after {
    display: none;
  }
  .crumbs {
    padding: 30px 0;
  }
  .content {
    margin-top: 50px;
  }
  .popular-cat {
    margin-top: 0px;
  }
  .pagination {
    margin: 20px auto;
  }
  .pagination a {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    padding: 0 5px;
  }
  .conts {
    flex-wrap: wrap;
  }
  .conts > li {
    width: 50%;
  }
  .img-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dsp-colors {
    margin: 25px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cond-item {
    flex-wrap: wrap;
  }
  .cond-item .t,
  .cond-item .i {
    width: 100%;
    margin: 10px 0;
  }
  .cond-item .t {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .conts > li {
    width: 100%;
  }
  .img-list img {
    height: 200px;
  }
  .txt-img.r {
    float: none;
    width: 100%;
    margin: 20px auto;
  }
  .dsp-colors {
    grid-gap: 10px;
  }
  .dsp-colors img {
    height: 100px;
  }
  .index-bnr .t .hdr {
    font-size: 120%;
  }
  .index-bnr .t .hdr br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */