body {
  font-family: Roboto,sans-serif;
  color: #515151;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  font-size: 16px;
}

.body-print {
  width: 800px;
  padding: 10px;
  font-size: 12px;
}

/* main */
.main table {
  width: 100%;
  border-collapse: collapse;
}
.main table tr td {
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 19px;
  color: #52579b;
}
.main table tr td span {
  color: #515151;
  margin-left: 5px;
}

.main .product__about {
  margin-bottom: 50px;
}
.main .product__about h2 {
  font-size: 32px;
  line-height: 38px;
  color: #515151;
  margin-bottom: 20px;
}
.main .product__about p {
  font-size: 16px;
  line-height: 150%;
  color: #515151;
  margin-bottom: 15px;
}

.main .product__list {
  margin-bottom: 35px;
}
.main .product__list h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #515151;
}
.main .product__list ul {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 75px;
  column-gap: 75px;
  margin-bottom: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main .product__list ul li {
  padding-left: 30px;
  font-size: 20px;
  line-height: 23px;
  color: #515151;
  margin-bottom: 15px;
  position: relative;
}
.main .product__list ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../../housebind/img/icons/check-circle2.svg') no-repeat center;
  background-size: contain;
  content: '';
}

.main .product_price {
  margin-bottom: 35px;
}
.main .product_price .sidebar__price {
  border: 1px solid #f59f31;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.main .product_price .sidebar__price h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #f59f31;
  margin: 0;
}
.main .product_price .sidebar__price h4 {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #f59f31;
  margin: 0;
}
.main .product_price .sidebar__price p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #f59f31;
  margin: 0;
}

.main .product_img {
  margin-bottom: 35px;
}
.main .product_img .printimg {
  width: 250px;
  height: 166px;
  margin: 5px;
}

/* footer */
.footer .block-1 {
  display: flex;
}
.footer .phones {
  margin-left: auto;
}
.footer .phones a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #39a79d;
}
.footer .phones a span {
  color: #515151;
  opacity: .82;
  margin-right: 5px;
}
.footer .phones .socials a svg {
  font-size: 19px;
  color: rgba(81,81,81,.64);
  fill: rgba(81,81,81,.64);
  width: 1em;
  height: 1em;
}

.footer .block-2 p {
  font-size: 12px;
  line-height: 6px;
  color: #515151;
  margin-bottom: 0;
}
