@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-thin.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-thin.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-light.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-regular.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-medium.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-semibold.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-semibold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-bold.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-extra-bold.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-extra-bold.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src:
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-black.woff2")
      format("woff2"),
    url("/wp-content/themes/umbrella/fonts/proxima/proxima-nova-black.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Forum";
  src:
    url("/wp-content/themes/umbrella/fonts/forum/Forum.woff2") format("woff2"),
    url("/wp-content/themes/umbrella/fonts/forum/Forum.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-berold: "Berold", "Geologica", "Inter", serif;
  --font-forum: "Forum", "Geologica", "Inter", serif; /**/
  --font-proxima: "Proxima Nova", "Geologica", "Inter", sans-serif; /**/
  --font-geologica: "Geologica", "Inter", sans-serif;
  --c-bg-main: #ffffff; /**/
  --c-bg-card: #f7f7f7; /**/
  --c-bg-card-light: #f4f4f48c;
  --c-bg-card-dark: #f4f4f4db;
  --c-text-main: #3c2518; /**/
  --c-text-muted: #79605f; /**/

  /* Темный блок */
  --c-bg-dark: #3c2518;
  --c-text-biege: #ebe3d8; /* используется для темного блока,у меня пока не используется */
  --c-text-gold: #bba085; /* используется для темного блока, у меня пока не используется */
  --c-text-price-gold: #e6d2bf; /* исопльзуется для цен в темном блоке*/

  /* Светлый блок */
  --c-bg-soft: #f5f2ed;
  --c-text-brown: #736258; /* используется для изображений на светлом фоне,у меня пока не используется */
  --c-text-price: #927565; /* исопльзуется для цен в светлом блоке*/
  --c-text-price-dark: #3c2518d9;
  --c-border-light: #dfd9cd;

  --c-text-light: #b0a5a5;
  --c-border-soft: #d9d9d9;
  --c-accent-main: #79605f;
  --c-accent-hover: #3c2518;
  --c-accent-light: #ab8f8e;
}

body {
  font-family: var(--font-proxima);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  letter-spacing: -0.01em;
  background: var(--c-bg-main);
  color: var(--c-text-main);
}

.body-print {
  width: 800px;
  padding: 20px;
}

h1 {
  font-family: var(--font-forum);
  color: var(--c-text-main);
  font-weight: 400;
  width: 100%;
  margin: 20px 0 30px;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.app-block {
  background: var(--c-bg-card);
  border-radius: 25px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 0px;
}

/* main */
.main table {
  width: 100%;
  border-collapse: collapse;
}
.main table tr td {
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 19px;
  color: var(--c-text-muted);
}
.main table tr td span {
  color: var(--c-text-main);
  margin-left: 5px;
}
.main .product__about {
  margin-bottom: 50px;
}
.main .product__about h2,
.main .product__list h2,
.main .product__tags h2 {
  font-size: 32px;
  line-height: 38px;
  color: var(--c-text-main);
  margin-bottom: 20px;
}
.main .product__about p {
  font-size: 16px;
  line-height: 150%;
  color: var(--c-text-main);
  margin-bottom: 15px;
}

.main .product__list {
  margin-bottom: 35px;
}
.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: var(--c-text-main);
  margin-bottom: 15px;
  position: relative;
}
.main .product__list ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icons/tick-circle.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.main .product_price {
  margin-bottom: 35px;
}
.main .product_price .sidebar__price {
  text-align: center;
  margin-bottom: 20px;
}
.with_price_sale {
  color: var(--c-text-light) !important;
  text-decoration: line-through;
  font-weight: 500 !important;
}
.main .product_price .sidebar__price h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 30px;
  color: var(--c-text-main);
}
.main .product_price .sidebar__price p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--c-text-main);
  margin: 0;
}
.main .product_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.main .product_img .printimg {
  width: 100%;
}
.object-tags-property {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blocks__img--note {
  z-index: 2;
  padding: 4px 12px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--c-text-main);
  border-radius: 22px;
  display: flex;
  align-items: center;
  border: 1px solid var(--c-border-soft);
  margin-left: 0;
}

/* footer */
.footer {
  margin-top: 40px;
}
.footer .block {
  display: flex;
}
.footer .footer__contact {
  margin-left: auto;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .phones{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .phones a,
.footer .email a {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  color: var(--c-text-main);
}
.footer .phones a span {
  color: var(--c-text-muted);
  font-size: 16px;
  line-height: 18px;
  margin-right: 5px;
}
