@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
.header_blocks div[data-remodal-target="fixed-folders"], .header_blocks .cart-block {
  display: none !important;
}
.calc-block {
  font-family: "Roboto Slab", sans-serif;
}
.calc-block__inner {
  padding: 40px 0 70px;
}
.calc-block__title {
  font-weight: 900;
  color: #000;
  font-size: 4vw;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .calc-block__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .calc-block__title {
    font-size: 25px;
  }
}
.calc-block__body {
  background: #fff;
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}
@media (max-width: 768px) {
  .calc-block__body {
    padding: 20px;
    border-radius: 30px;
  }
}
.calc-block__calc-field {
  width: calc(50% - 12px);
}
@media (max-width: 1024px) {
  .calc-block__calc-field {
    width: 100%;
  }
}
.calc-block__calc-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .calc-block__calc-title {
    font-size: 15px;
  }
}
.calc-block__calc-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .calc-block__calc-body {
    gap: 10px;
  }
}
.calc-block__calc-body .metall-item {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .calc-block__calc-body .metall-item {
    width: calc(50% - 5px);
  }
}
.calc-block__calc-body .metall-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #000;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: normal;
  border-radius: 250px;
  transition: all 0.3s ease;
  padding: 12px 15px;
  line-height: normal;
}
@media (max-width: 768px) {
  .calc-block__calc-body .metall-item a {
    padding: 10px;
    font-size: 16px;
  }
}
.calc-block__calc-body .metall-item a:hover {
  border-color: #000;
}
.calc-block__calc-body .metall-item a.active {
  font-weight: bold;
  color: #a8152b;
  border-color: #a8152b;
}
.calc-block__calc-body .metall-item-standarts {
  width: calc(33.33% - 13.34px);
  display: none;
}
@media (max-width: 768px) {
  .calc-block__calc-body .metall-item-standarts {
    width: calc(33.33% - 6.67px);
  }
}
.calc-block__calc-body .metall-item-standarts.active a {
  font-weight: bold;
  color: #a8152b;
  border-color: #a8152b;
}
.calc-block__calc-body .metall-item-standarts a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #000;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: normal;
  border-radius: 250px;
  transition: all 0.3s ease;
  padding: 12px 15px;
  line-height: normal;
}
@media (max-width: 768px) {
  .calc-block__calc-body .metall-item-standarts a {
    padding: 10px;
    font-size: 16px;
  }
}
.calc-block__calc-body .metall-item-standarts a:hover {
  border-color: #000;
}
.calc-block__total {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #a8152b;
  padding: 12px 22px;
  border-radius: 250px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  line-height: normal;
}
@media (max-width: 768px) {
  .calc-block__total {
    padding: 10px;
    font-size: 16px;
  }
}
.calc-block__btn a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 12px 15px;
  line-height: normal;
  background: #a8152b;
  color: #fff;
  border: 1px solid #a8152b;
  transition: all 0.3s ease;
  border-radius: 250px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .calc-block__btn a {
    padding: 10px;
    font-size: 16px;
  }
}
.calc-block__btn a:hover {
  background: none;
  color: #a8152b;
}
.calc-block__calc-text {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 980px) {
  .calc-block__calc-text {
    font-size: 15px;
  }
}
.calc-block #calc-weight-input {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #000;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: normal;
  border-radius: 250px;
  transition: all 0.3s ease;
  padding: 12px 22px;
  line-height: normal;
  outline: none;
}
@media (max-width: 768px) {
  .calc-block #calc-weight-input {
    padding: 10px;
    font-size: 16px;
  }
}
.calc-block #calc-weight-input:hover, .calc-block #calc-weight-input:focus {
  border-color: #000;
}
.popover-wrap.calc-form .popover-body {
  width: 300px;
  max-width: 100%;
  padding: 75px 35px 35px;
  border-radius: 35px;
  box-shadow: none;
  border: none;
  font-family: "Roboto Serif", serif;
}
.popover-wrap.calc-form .popover-close {
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  position: absolute;
  background: url("/d/tpl25_1_close1.png") 50%/16.7px no-repeat #be5728;
  transition: all 0.3s ease;
  will-change: transform;
}
.popover-wrap.calc-form .popover-close:hover {
  transform: scale(1.1);
}
.popover-wrap.calc-form .tpl-anketa__title {
  font-size: 21px;
  margin-bottom: 24px;
  font-weight: 800;
  color: #000;
  text-align: center;
  display: block;
  width: 100%;
}
.popover-wrap.calc-form .tpl-anketa .tpl-field {
  margin-bottom: 10px;
}
.popover-wrap.calc-form .tpl-anketa .tpl-field.tpl-field-button {
  margin: 0;
}
.popover-wrap.calc-form .tpl-anketa .tpl-field.tpl-field-button button {
  width: 100%;
  border-radius: 250px;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  padding: 15px;
  background-color: #e79900;
  background-image: linear-gradient(to right top, #e79900 0%, #ffde67 100%);
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.popover-wrap.calc-form .tpl-anketa .tpl-field.tpl-field-button button:hover {
  opacity: 0.88;
}
.popover-wrap.calc-form .tpl-anketa .tpl-field input[type="text"], .popover-wrap.calc-form .tpl-anketa .tpl-field textarea, .popover-wrap.calc-form .tpl-anketa .tpl-field select {
  border-radius: 250px;
  width: 100%;
  border: 1px solid #ebebeb;
  font-size: 14px;
  padding: 15px 15px;
  outline: none;
  color: #000;
  transition: all 0.3s ease;
  box-shadow: none;
}
.popover-wrap.calc-form .tpl-anketa .tpl-field input[type="text"]:hover, .popover-wrap.calc-form .tpl-anketa .tpl-field textarea:hover, .popover-wrap.calc-form .tpl-anketa .tpl-field select:hover {
  box-shadow: inset 0px -4px 0px 0px #e79900;
}
