.h {
  font-family: "Blender Pro";
  font-size: 70px;
}
.headerCatalogLink {
  text-decoration: none;
  color: inherit;
}
.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 .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("../images/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("../images/rgg.svg") no-repeat left center;
}
#cat_page .bread .item {
  color: #fff;
}
#cat_page .bread .home {
  height: 22px;
  width: 22px;
  background: url("../images/home.svg") no-repeat center center;
  margin-bottom: -4px;
}
#cat_page .mainb {
  background: var(--cl-accent);
  border-radius: 60px;
  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: 26px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background-color: var(--cl-accent);
  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: #fff;
  margin-left: 0;
}
#cat_page .cbc .sort .pere.active {
  color: var(--cl-light);
  font-weight: 700;
}
#cat_page .cbc .sort .vv,
#cat_page .cbc .sort .vn {
  width: 12px;
  height: 14px;
  display: inline-block;
  background: url("../images/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("../images/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 #0b413b;
  transition: all 0.2s;
  cursor: pointer;
  top: 89px;
}
#cat_page .slide_control .prev {
  background: url("../images/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("../images/left_red.svg") no-repeat center center;
  border: 2px solid #1e1e1e;
  background-size: 14px;
}
#cat_page .slide_control .next {
  transform: rotate(180deg);
  background: url("../images/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("../images/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("../images/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: #0b413b;
  font-weight: bold;
}

#cat .oldp {
  display: inline-block;
  color: red;
  font-size: 25px !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-top: 22px;
  margin-bottom: 8px;
  display: block;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1.2;
}

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

#cat .pinfo .price .new-price {
  margin-left: 5px;
  font-weight: bold;
  font-size: 40px;
  color: green;
}

#cat .prd {
  cursor: pointer;
}

.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: #0b413b;
}
.h .b {
  color: #1e1e1e;
}
.h span {
  display: block;
  line-height: 90%;
}

#cat .name_add {
  color: var(--cl-light);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: -15px;
}

@media screen and (max-width: 1600px) {
  #cat_page .mainb {
    border-radius: 15px !important;
  }
  #cat_page .mainb.mainb--bottom-radius {
    border-radius: 0 0 15px 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: 10px;
    line-height: 110%;
    vertical-align: middle;
    padding: 8px 8px;
  }
  #cat_page .slide_prd .info .sale {
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  #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 30px;
  }
  #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 .name_add {
    color: var(--cl-light);
    font-size: 22px;
  }
  #cat .pinfo .price {
    margin-bottom: 50px;
  }
  #cat .img {
    padding-right: 0;
  }
  #cat .img .main_img {
    width: auto;
  }
  #cat .img img {
    max-width: 100%;
  }
}
@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;
  }
  #cat .pinfo {
    text-align: left;
  }
  #cat .pinfo .name {
    font-size: 38px;
    margin-top: 15px;
  }
  #cat .pinfo .price {
    margin-top: 14px;
    font-size: 18px;
  }
  #cat .pinfo .oldp {
    font-size: 18px !important;
    color: red;
    text-decoration: line-through;
  }
}
.brief-card {
  position: relative;
}
.brief-card .pinfo > div:first-of-type {
  margin-right: 0;
}
@media screen and (min-width: 700px) {
  .brief-card .pinfo > div:first-of-type {
    margin-right: 70px;
  }
}
.brief-card .betw {
  justify-content: flex-start;
}
.brief-card .b1 {
  margin: -10px;
}
.brief-card .b1 .elem {
  padding: 10px;
  flex: 0 1 calc(30% - 24px);
}
.brief-card .b1.elem .cir {
  margin: 0;
}

.brief-card__main-img {
  position: relative;
}
.discount50 {
  position: absolute;
  bottom: 0;
  width: 20px;
}
.sertificateSocialLink {
  display: flex;
  margin: 10px 0 0 0;
}
.sertificateSocialLinkItem:nth-child(3) {
  margin: 0 15px;
}

.brief-card__fav-button-mob {
  position: absolute;
  right: 8px;
  top: 8px;
}
@media screen and (min-width: 701px) {
  .brief-card__fav-button-mob {
    display: none;
  }
}

.brief-card__fav-button-desk {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 701px) {
  .brief-card__fav-button-desk {
    display: block;
  }
}
