.h {
  font-family: "Blender Pro";
  font-size: 70px;
}

.wrapper {
  max-width: 1400px;
}

.products .prd {
  flex-grow: 1;
}

.mts {
  margin-top: 12px;
}

#cat_page {
  padding: 1px 0;
  font-family: "Helvetica";
  background-color: #1E1E1E;
}
#cat_page #cat {
  background: unset;
}
#cat_page .mosh_img {
  margin: 40px 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
#cat_page .mosh_img img {
  width: 100%;
}
#cat_page #not_found {
  display: none;
}
#cat_page .search_b {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
#cat_page .search_b:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  width: 26px;
  height: 25px;
  background: url("/i/new/lupa_b.svg") no-repeat center center;
  margin: auto;
  background-size: 100% auto;
  cursor: pointer;
}
#cat_page #search_val {
  width: 100%;
  background-color: unset;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
  padding: 13px 40px 13px 20px;
  font-size: 18px;
  box-sizing: border-box;
}
#cat_page #search_val::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
#cat_page #search_val:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
#cat_page #search_val::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#cat_page #search_val:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
#cat_page #search_val::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
#cat_page #search_val::placeholder { /* Most modern browsers support this now. */
  color: #fff;
}
#cat_page #search_val:focus {
  outline: none;
}
#cat_page .tag_delivery {
  gap: 13px;
}
#cat_page .tag_delivery .tag {
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  white-space: nowrap;
  transition: all 0.2s 0s;
  text-transform: uppercase;
}
#cat_page .tag_delivery .tag.wh {
  background-color: #fff;
  color: #000;
}
#cat_page .bmosh {
  margin: 40px 0 60px;
  justify-content: space-between;
  color: #fff;
}
#cat_page .bmosh .e1 {
  position: relative;
}
#cat_page .bmosh .e1:after {
  background: url("/i/new/mosh.svg") no-repeat center center;
  width: 72px;
  height: 72px;
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
#cat_page .bmosh .e2 {
  max-width: 423px;
}
#cat_page .bmosh .e2 p {
  font-size: 18px;
}
#cat_page .bmosh .e2 a, #cat_page .bmosh .e2 a:active {
  color: #fff;
  text-decoration: unset;
  display: inline-block;
  border-bottom: 1px dotted;
}
#cat_page .bmosh .inf {
  font-size: 12px;
  margin-bottom: 30px;
}
#cat_page .bread {
  line-height: 1.7;
  margin-top: 20px;
}
#cat_page .bread .item.b::before {
  background: url("/i/new/rgg.svg") no-repeat left center;
}
#cat_page .bread .item {
  color: #fff;
}
#cat_page .bread .home {
  height: 22px;
  width: 22px;
  background: url("/i/new/home.svg") no-repeat center center;
  margin-bottom: -4px;
}
#cat_page .mainb {
  background-color: #0054C3;
  border-radius: 60px;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 1px 0 30px;
  color: #fff;
}
#cat_page .mainb.not_ru {
  border-radius: 0 0 60px 60px;
  margin-top: -1px;
}
#cat_page .mainb .txt {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.2;
}
#cat_page .mainb .cats {
  gap: 20px;
}
#cat_page .mainb .cats .link {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  background-color: #0054C3;
  border-radius: 20px;
  white-space: nowrap;
  margin-bottom: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s 0s;
}
#cat_page .mainb .cats .link.active {
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
#cat_page .mainb .cats .link:hover {
  transform: rotate(-8deg);
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
#cat_page .cbc {
  margin-top: 60px;
}
#cat_page .cbc .sort {
  gap: 40px;
  margin-bottom: 50px;
  display: flex;
}
#cat_page .cbc .sort .pere {
  color: #939B9F;
  margin-left: 0;
}
#cat_page .cbc .sort .pere.active {
  color: #fff;
  font-weight: bold;
}
#cat_page .cbc .sort .vv, #cat_page .cbc .sort .vn {
  width: 12px;
  height: 14px;
  display: inline-block;
  background: url("/i/new/vn.png") center center;
  margin-left: 5px;
}
#cat_page .cbc .sort .vv {
  transform: rotate(180deg);
}
#cat_page #nl .close.w::before {
  background-color: unset;
}
#cat_page .spec_wrap {
  position: relative;
  margin-bottom: 35px;
}
#cat_page .spec_wrap.hide_b:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  background-color: #1E1E1E;
}
#cat_page .spec_wrap .bg {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 4;
  background: url("/i/sale.jpg") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  border-radius: 30px;
  overflow: hidden;
}
#cat_page .spec_wrap.hide_b .sprd2 {
  opacity: 0;
}
#cat_page .slide_control div {
  position: static;
  width: 47px;
  height: 47px;
  border-radius: 100px;
  border: 2px solid #0054C3;
  transition: all 0.2s;
  cursor: pointer;
  top: 89px;
}
#cat_page .slide_control .prev {
  background: url("/i/new/left_red.svg") no-repeat center center;
  background-size: 14px;
  position: absolute;
  margin: auto;
  z-index: 2;
  left: 25px;
}
#cat_page .slide_control .prev:hover {
  background: #1E1E1E url("/i/new/left_red.svg") no-repeat center center;
  border: 2px solid #1E1E1E;
  background-size: 14px;
}
#cat_page .slide_control .next {
  transform: rotate(180deg);
  background: url("/i/new/left_red.svg") no-repeat center center;
  background-size: 14px;
  position: absolute;
  margin: auto;
  z-index: 2;
  right: 25px;
}
#cat_page .slide_control .next:hover {
  background: #1E1E1E url("/i/new/left_red.svg") no-repeat center center;
  border: 2px solid #1E1E1E;
  background-size: 14px;
}
#cat_page .tns-nav {
  display: none;
}
#cat_page .sprd2 {
  transition: all 0.3s 0s;
  opacity: 1;
}
#cat_page .wrap_sale {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 72px;
  margin: auto;
  justify-content: space-between;
  padding: 0px 100px;
  align-items: center;
  box-sizing: border-box;
}
#cat_page .wrap_sale .sale_t {
  font-family: "Blender Pro";
  font-size: 70px;
  font-weight: bolder;
  color: red;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
#cat_page .wrap_sale .sale_t .small {
  font-size: 25px;
  letter-spacing: normal;
}
#cat_page .wrap_sale .st {
  width: 72px;
  height: 72px;
  background: url("/i/sale_st.svg") no-repeat center center;
  background-size: cover;
}
#cat_page .slide_prd .elem {
  text-decoration: none;
}
#cat_page .slide_prd .elem:active {
  border: 0;
  outline: none;
  text-decoration: none;
}
#cat_page .slide_prd .elem .img_w {
  border-radius: 20px;
  overflow: hidden;
}
#cat_page .slide_prd .elem img {
  max-width: 350px;
  width: 100%;
}
#cat_page .slide_prd .info {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cat_page .slide_prd .info .np {
  color: #fff;
}
#cat_page .slide_prd .info .np .name {
  font-family: "Blender Pro";
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: -0.05em;
}
#cat_page .slide_prd .info .np .price {
  font-size: 18px;
  font-weight: bold;
}
#cat_page .slide_prd .info .np .price .old {
  font-weight: normal;
  text-decoration: line-through;
  margin-left: 8px;
}
#cat_page .slide_prd .info .sale {
  padding-right: 20px;
  font-family: "Blender Pro";
  font-size: 30px;
  color: #0054C3;
  font-weight: bold;
}

#cat .oldp {
  display: inline-block;
  color: #fff;
  font-size: 30px !important;
  text-decoration: line-through;
  margin-left: 20px;
}

#cat .img {
  padding-right: 80px;
  gap: 20px;
  align-items: start;
}

#cat .prd {
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  margin-bottom: 80px;
  transition: all 0.2s;
  padding-bottom: 80px;
}

#cat .dop_img {
  flex-direction: column;
  height: 370px;
  width: 110px;
  gap: 20px;
}

#cat .img .main_img {
  width: 370px;
  flex-basis: 370px;
  border-radius: 10px;
  overflow: hidden;
}

#cat .img .min_img {
  border-radius: 10px;
  overflow: hidden;
  height: 110px;
  width: 110px;
}

#cat .img .min_img img {
  height: 100%;
  width: auto;
  max-width: unset;
}

#cat .pinfo {
  flex-grow: 1;
}

#cat .pinfo .name {
  font-family: "Blender Pro";
  font-size: 70px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 22px 0 8px;
  display: block;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1.2;
}

#cat .pinfo .price {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 30px;
}

#cat .name_add {
  color: #fff;
  font-size: 29px;
  margin-top: 20px;
  margin-bottom: -15px;
}

#cat .pinfo .price b {
  font-weight: bold;
  color: #fff;
}

#cat .prd {
  cursor: pointer;
}

#cat .prd .b1 .elem {
  margin-right: 16px;
}

.h {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.h .l {
  padding-left: 65px;
}
.h .lb {
  padding-left: 95px;
}
.h .w {
  color: #fff;
}
.h .r {
  color: #0054C3;
}
.h .b {
  color: #1E1E1E;
}
.h span {
  display: block;
  line-height: 90%;
}

@media screen and (max-width: 1600px) {
  #cat_page .mainb {
    border-radius: 15px !important;
  }
}
@media screen and (max-width: 1300px) {
  #cat_page .mainb .cats {
    flex-wrap: wrap;
    row-gap: 0;
  }
  #cat_page .mainb .cats .link {
    font-size: 20px;
    padding: 10px 14px;
  }
  #cat .prd {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #cat .img {
    padding-right: 30px;
  }
  #cat .pinfo .name {
    font-size: 40px;
    letter-spacing: -2px;
  }
  #cat .pinfo .price {
    font-size: 24px;
  }
  #cat .pinfo .price b {
    white-space: nowrap;
  }
  #cat .pinfo .oldp {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1200px) {
  #cat_page .slide_prd .info .np .name, #cat_page .slide_prd .info .sale {
    font-size: 24px;
  }
  #cat_page .slide_prd .info .np .price {
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1000px) {
  #cat_page .tag_delivery .tag {
    font-size: 14px;
    padding: 10px 13px;
  }
  #cat_page .slide_prd .info .sale {
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  #cat_page .h .l {
    padding-left: 35px;
  }
  #cat_page .h .lb {
    padding-left: 45px;
  }
  #cat_page .slide_prd .elem .img_w {
    border-radius: 16px;
  }
  #cat_page .search_b {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #cat_page .slide_prd .info .np .price {
    font-size: 14px;
    font-weight: bold;
  }
  #cat_page .slide_control div {
    display: none !important;
  }
  #cat_page .bmosh {
    flex-wrap: wrap;
  }
  #cat_page .bmosh .elem {
    width: 100%;
  }
  #cat_page .bmosh .e1:after {
    display: none;
  }
  #cat_page .bmosh .e2 {
    margin-top: 25px;
  }
  #cat_page .bmosh .inf {
    display: none;
  }
  #cat_page .wrap_sale {
    height: 37px;
    padding: 0px 40px;
  }
  #cat_page .wrap_sale .sale_t {
    font-size: 46px;
    letter-spacing: -0.05em;
  }
  #cat_page .wrap_sale .sale_t .small {
    font-size: 24px;
    letter-spacing: normal;
  }
  #cat_page .wrap_sale .st {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 700px) {
  #cat .icons > .flexb {
    gap: 5px;
  }
  #cat .icons > .flexb .elem {
    margin-right: 0;
  }
  #cat .icons > .flexb .elem .cir {
    margin-bottom: 0;
  }
  #cat .tag_delivery {
    margin-top: 10px;
    justify-content: center;
  }
  #cat .prd {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #cat .pinfo {
    padding: 10px 0;
  }
  #cat .pinfo .price {
    margin-bottom: 30px;
  }
  #cat .pinfo .name_add {
    color: #fff;
    font-size: 22px;
  }
  #cat .img {
    padding-right: 0;
  }
  #cat .img .main_img {
    width: auto;
  }
  #cat .img img {
    max-width: 85%;
  }
}
@media screen and (max-width: 700px) and (max-width: 450px) {
  .wrap_sale {
    padding: 0px 20px;
  }
  .wrap_sale .sale_t {
    font-size: 38px;
  }
  .wrap_sale .sale_t .small {
    font-size: 22px;
    letter-spacing: normal;
  }
  #cat .tag_delivery {
    /* justify-content: flex-start; */
    display: block;
  }
  #cat .pinfo {
    text-align: left;
  }
  #cat .pinfo .name {
    font-size: 38px;
    margin-top: 15px;
  }
  #cat .pinfo .price {
    font-size: 18px;
    margin-top: 14px;
  }
  #cat .pinfo .oldp {
    font-size: 18px !important;
  }
  #cat .img .main_img {
    width: 371px;
    flex-basis:251px;
  }
  #cat_page .tag_delivery .tag.wh{
    width: 200px;
    margin: 0 0 10px 0;
  }
  #cat_page .tag_delivery .tag{
    width: 200px;

  }
}

/*# sourceMappingURL=catalog.css.map */
