.zag {
  width: 100%;
}

/*.zag-art {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zag-art h1 {
  display: inline;
}
*/
#productCalc .formBlock {
  max-width: 400px;
}

#productCalc .formBlock .goods {
  display: flex;
  flex-direction: column;
}

#productCalc .goods label {
  margin-top: 10px;
}

#productCalc .button-calc-fetch.button {
  margin-top: 10px;
}

#productCalc .buttontocat {
  min-width: 400px;
}

#productCalc .buttontocat:before {
  transform: rotate(90deg);
}

#productCalc .buttontocat.-active:before {
  transform: rotate(-90deg);
}

#productCalc .ramka {
  border: 2px solid #cda96a;
  margin: 20px 22px 0;
  padding: 30px;
}

#productCalc [v-cloak] {
  display: none;
}

.exform_wrapper.order-product-sale {
  width: 360px;
  font: 20px 'Raleway', sans-serif;
  color: #000;
  background: #262624;
  border: 2px solid #d6a95b;
  padding: 36px 8px 0;
  border-radius: 0;
}

.exform_wrapper.order-product-sale .exform_header {
  text-align: center;
  padding: 5px 0;
  margin: 5px;
  color: #d6a95b;
  text-transform: uppercase;
  font-family: 'PT Serif';
  font-weight: bold;
}

.exform_wrapper.order-product-sale .exform_addmsg {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0;
  color: #fff;
}

.exform_wrapper.order-product-sale input[type="text"]:focus,
.exform_wrapper.order-product-sale textarea:focus {
  background: #ffd;
}

.exform_wrapper.order-product-sale .inpt_wrpr {
  margin: 5px 0 5px -10px;
  padding: 20px;
}

.exform_wrapper.order-product-sale input[type="text"],
.exform_wrapper.order-product-sale textarea {
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 0px 7px;
  margin: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 25px;
  text-align: left;
  margin: 5px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
}

.exform_wrapper.order-product-sale textarea {
  height: 50px;
  resize: none;
  font-family: 'Raleway', sans-serif;
}

.exform_wrapper.order-product-sale div.err {
  height: 0;
  float: right;
  position: relative;
  left: 0;
  top: 11px;
}

.exform_wrapper.order-product-sale .mf_submit {
  text-align: center;
  margin-top: 7px;
}

.exform_wrapper.order-product-sale .mf_submit .send_btn {
  border: 2px solid #d6a95b;
  background: none;
  cursor: default;
  font-weight: bold;
  color: white;
  padding: 5px 11px;
  width: 184px;
  height: 44px;
  font: 20px 'Raleway', sans-serif;
}

.exform_wrapper.order-product-sale .mf_submit .send_btn:hover {
  background: #d6a95b
}

.exform_wrapper.order-product-sale .exf_captcha input[type="text"],
.exform_wrapper.order-product-sale .captcha_img {
  float: left;
}

.exform_wrapper.order-product-sale .exf_captcha input[type="text"] {
  width: 130px;
}

.exform_wrapper.order-product-sale .captcha_img {
  width: 160px;
  height: 34px;
  margin: 2px 0 0 4px;
}

#mf_captcha.order-product-sale {
  width: 160px;
  border: solid 1px #ccc;
}

.exform_wrapper.order-product-sale .exf_captcha a {
  display: block;
  width: 32px;
  height: 32px;
  float: right;
  margin: 4px -10px 0 0;
  background: url(refresh.png);
}

.exform_wrapper.order-product-sale.finmsg {
  width: 400px;
  min-height: 50px;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -200px;
}

.exform_wrapper.order-product-sale.finmsg p {
  text-align: center;
}

.close_btn_req {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url('/exform/imgs/exit.png') no-repeat;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

.wrapper-icon_property {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.el-icon_property {
  display: flex;
  width: 52px;
  height: 52px;
  border: 2px solid #505050;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow .2s ease,
              transform .2s ease;
}

.thumb-icon_property {
  margin: auto;
}

/* @media(hover: hover) {
  .el-icon_property:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 5px -3px rgb(0 0 0);
  }
} */
.card .label_block:has( > .label_sale ) {
    left: auto;
    right: -19px;
    top: -8px;
    margin: 0;
}
.card .label_block .label_sale img{
	width: 115px;
}


.complects .label_block .label_sale {
    background-image: url(https://solo-oboi.ru/upload/icon/Group%2033.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    width: 80px;
    padding: 25px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
}

.card .complects .label_block:has( > .label_sale ) {
	right: -10px !important
}

.m-50 {
  margin-top: 50px;
}

.button__download_catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 250px);
  height: 52px;
  border: 2px solid #000;
  gap: 5px;
  padding: 10px;
  box-sizing: border-box;
}

.button__download_catalog > span {
  font-size: 11.8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.button__download_catalog > i {}

@media(hover: hover) {
  .button__download_catalog,
  .button__download_catalog > span,
  .button__download_catalog > i {
    transition: background-color .3s ease-in;
  }

  .button__download_catalog:hover {
    background-color: #56482d;
  }

  .button__download_catalog:hover > span,
  .button__download_catalog:hover > i {
    color: rgb(255 255 255);
  } 
}

@media(hover: none) {
  .button__download_catalog {
    transition: scale .1s linear;
  }

  .button__download_catalog:active {
    scale: .98;
  }
}

.product__calc {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  grid-template-areas: 'btn_calc btn'
                       'calc_main calc_main';
}

.product__calc .buttontocat {
  grid-area: btn_calc;
  margin-top: 0 !important;
}

.product__calc .load {
  grid-area: calc_main;
}

.product__calc .button__download_catalog {
  grid-area: btn;
}

.add-favorite-detail {
	border: 0;
    background: transparent;
	cursor: pointer;
}

@media (min-width: 900px) and (max-width: 1100px) {
  .product__calc {
    grid-template-areas: 'btn btn' 
                         'btn_calc btn_calc'
                         'calc_main calc_main';
  }
}

@media screen and (max-width: 600px) { 
  .product__calc {
    grid-template-areas: 'btn btn' 
                         'btn_calc btn_calc'
                         'calc_main calc_main';
  }
}

