html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "CeraPro";
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  background-color: transparent;
}

button {
  padding: 0;
  cursor: pointer;
}

/* flex class */
.h-flex {
  display: flex;
}

.h-flex-w {
  display: flex;
  flex-wrap: wrap;
}

.h-just-c {
  justify-content: center;
}

.h-just-sb {
  justify-content: space-between;
}

.h-align-c {
  align-items: center;
}

.h-align-fe {
  align-items: flex-end;
}

.h-align-fs {
  align-items: flex-start;
}

/* fonts */
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Light-KWpr7k-.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Regular-crJWFX8.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Medium-XGsEtvB.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraProBold-rfK-vmT.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../fonts/SourceSerifPro-Regular-WbAjUDh.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../fonts/SourceSerifPro-SemiBold-YI6R21m.ttf");
  font-weight: 600;
}
body {
  background-color: #f8f8f8;
  color: #2e2e2e;
}

body * {
  font-family: "CeraPro";
}

.h-big-numlist {
  background-color: #F3ECEA;
  padding: 90px 0 80px;
}
.h-big-numlist .h-st-2 {
  margin-bottom: 60px;
}
.h-big-numlist ol {
  position: relative;
  z-index: 2;
  padding-right: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -52px;
}
.h-big-numlist ol li {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}
.h-big-numlist ol li .h-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-family: "SourceSerifPro";
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #A84747;
  margin-right: 38px;
}
.h-big-numlist ol li .h-num:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  border: 2px solid #EBD8D8;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.h-big-numlist ol li .h-num:before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  left: 9px;
  bottom: 9px;
  border-radius: 2px;
  box-sizing: border-box;
  transform: rotate(45deg);
  background: #EBD8D8;
  z-index: -1;
}
.h-big-numlist ol li .h-value {
  font-size: 18px;
  line-height: 26px;
  width: calc(100% - 108px);
}

@media screen and (max-width: 1286px) {
  .h-big-numlist {
    padding: 50px 0;
  }
  .h-big-numlist .h-st-2 {
    margin-bottom: 44px;
  }
  .h-big-numlist ol {
    margin-bottom: -32px;
  }
  .h-big-numlist ol li {
    margin-bottom: 32px;
  }
  .h-big-numlist ol li .h-num {
    font-size: 40px;
    line-height: 50px;
    margin-right: 34px;
  }
}
@media screen and (max-width: 970px) {
  .h-big-numlist .h-st-2 {
    margin-bottom: 36px;
  }
  .h-big-numlist ol li {
    width: 100%;
  }
  .h-big-numlist ol li .h-num {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 740px) {
  .h-big-numlist ol {
    padding-right: 0;
  }
  .h-big-numlist ol li .h-num {
    font-size: 32px;
    line-height: 42px;
  }
  .h-big-numlist ol li .h-value {
    font-size: 16px;
    line-height: 24px;
  }
}
.h-ci-box {
  position: relative;
  width: 100%;
}

.h-ci-content {
  max-width: 811px;
  width: 100%;
}
.h-ci-content .h-st-2 {
  margin-bottom: 16px;
}
.h-ci-content .h-text-light {
  margin-bottom: 40px;
}
.h-ci-content .h-st-3 {
  margin-bottom: 24px;
}

.h-ci-decor {
  pointer-events: none;
  position: absolute;
  transform: rotate(45deg);
  border: 4px solid #E2E2E2;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 8px;
}
.h-ci-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  box-sizing: border-box;
}
.h-ci-decor.h-dec-1 {
  top: 78px;
  right: 64px;
  width: 377px;
  height: 377px;
}
.h-ci-decor.h-dec-2 {
  top: 357px;
  right: 418px;
  width: 121px;
  height: 121px;
}

@media screen and (max-width: 1460px) {
  .h-ci-content {
    max-width: 566px;
  }
}
@media screen and (max-width: 1286px) {
  .h-ci-decor.h-dec-1 {
    width: 249px;
    height: 249px;
    top: 51px;
    right: 61px;
  }
  .h-ci-decor.h-dec-2 {
    width: 80px;
    height: 80px;
    top: 235px;
    right: 295px;
  }
  .h-ci-content .h-text-light {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 970px) {
  .h-ci-box {
    padding-bottom: 346px;
  }
  .h-ci-decor.h-dec-1 {
    top: unset;
    left: 81px;
    bottom: 15px;
  }
  .h-ci-decor.h-dec-2 {
    top: unset;
    bottom: 0;
    left: 16px;
  }
}
@media screen and (max-width: 740px) {
  .h-ci-content .h-st-2 {
    margin-bottom: 12px;
  }
  .h-ci-content .h-text-light {
    margin-bottom: 30px;
  }
  .h-ci-content .h-st-3 {
    margin-bottom: 12px;
  }
}
.h-card__title-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 44px 42px 62px;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
}
.h-card__title-buttons .h-st-2 {
  max-width: 777px;
  width: 100%;
}

.h-btns-list {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  gap: 10px;
}

@media screen and (max-width: 1286px) {
  .h-card__title-buttons {
    padding: 32px 32px 32px 30px;
  }
}
@media screen and (max-width: 970px) {
  .h-card__title-buttons {
    display: block;
  }
  .h-card__title-buttons .h-st-2 {
    margin-bottom: 24px;
  }
  .h-btns-list {
    display: inline-grid;
  }
}
@media screen and (max-width: 740px) {
  .h-btns-list {
    display: grid;
    grid-auto-flow: row;
  }
  .h-btns-list .h-bl-item {
    width: 100%;
  }
}
.h-card__title-text-hor {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 140px 50px 62px;
  display: flex;
  justify-content: space-between;
}
.h-card__title-text-hor .h-st-2 {
  max-width: 378px;
  width: 100%;
}
.h-card__title-text-hor .h-text-light {
  max-width: 811px;
  width: 100%;
}

@media screen and (max-width: 1286px) {
  .h-card__title-text-hor {
    padding: 32px 20px 32px 30px;
  }
  .h-card__title-text-hor .h-text-light {
    max-width: 530px;
  }
}
@media screen and (max-width: 970px) {
  .h-card__title-text-hor {
    flex-wrap: wrap;
  }
  .h-card__title-text-hor .h-st-2 {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .h-card__title-text-hor .h-text-light {
    max-width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .h-card__title-text-hor {
    padding: 24px;
  }
}
.h-card__title-text-vert {
  max-width: 951px;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 80px 50px 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.h-card__title-text-vert .h-st-2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1286px) {
  .h-card__title-text-vert {
    padding: 32px 20px 32px 30px;
  }
}
@media screen and (max-width: 970px) {
  .h-card__title-text-vert .h-st-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 740px) {
  .h-card__title-text-vert {
    padding: 24px;
  }
}
.h-card__line-text {
  box-sizing: border-box;
  max-width: 951px;
  width: 100%;
  padding: 26px 142px 26px 62px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.h-card__line-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #A84747;
  border-radius: 2px;
}

@media screen and (max-width: 1286px) {
  .h-card__line-text {
    padding: 26px 140px 26px 30px;
  }
}
@media screen and (max-width: 740px) {
  .h-card__line-text {
    padding: 24px 22px 24px 24px;
  }
  .h-card__line-text .h-st-3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.h-simple-benefits .h-st-2 {
  margin-bottom: 40px;
}

.h-sBenefits-box {
  max-width: 1068px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}

.h-sBenefits-item {
  display: flex;
  align-items: center;
  max-width: 505px;
  margin-bottom: 30px;
}
.h-sBenefits-item svg {
  margin-right: 24px;
}
.h-sBenefits-item span {
  max-width: calc(100% - 124px);
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 1286px) {
  .h-sBenefits-box {
    justify-content: flex-start;
    margin-bottom: -38px;
  }
  .h-sBenefits-item {
    width: 30%;
    display: block;
    margin-right: 5%;
    margin-bottom: 38px;
  }
  .h-sBenefits-item:nth-child(3n) {
    margin-right: 0;
  }
  .h-sBenefits-item svg {
    display: block;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 740px) {
  .h-simple-benefits .h-st-2 {
    margin-bottom: 36px;
  }
  .h-sBenefits-box {
    margin-bottom: 0;
  }
  .h-sBenefits-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 24px;
  }
  .h-sBenefits-item:last-child {
    margin-bottom: 0;
  }
  .h-sBenefits-item svg {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
  }
  .h-sBenefits-item span {
    width: calc(100% - 44px);
  }
}
.h-simple-tableBlock .h-st-2 {
  margin-bottom: 32px;
}

.h-table-box table {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2E2E2E;
  border-radius: 2px;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.h-table-box table td {
  border-right: 1px solid #E3D5D5;
  padding-left: 32px;
}
.h-table-box table td:last-child {
  border-right: 0;
}
.h-table-box table thead td {
  padding-top: 22px;
  padding-bottom: 16px;
  background-color: #F3ECEA;
}
.h-table-box table tbody td {
  padding-top: 16px;
}
.h-table-box table tbody tr:last-child td {
  padding-bottom: 30px;
}

@media screen and (max-width: 1286px) {
  .h-table-box {
    overflow: auto;
    padding-bottom: 24px;
  }
  .h-table-box.h-scroll {
    margin-right: -20px;
    padding-right: 20px;
  }
  .h-table-box.h-scroll table {
    min-width: 1215px;
  }
  .h-table-box table {
    width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 740px) {
  .h-table-box td {
    padding-right: 16px;
  }
}
.h-content-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.h-cc-content {
  max-width: 811px;
}
.h-cc-content .h-st-2 {
  margin-bottom: 16px;
}
.h-cc-content p {
  margin-bottom: 20px;
}
.h-cc-content p:last-child {
  margin-bottom: 0;
}

.h-cc-card {
  width: 535px;
  box-sizing: border-box;
  padding: 46px 97px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  text-align: center;
}
.h-cc-card .h-st-2 {
  margin-bottom: 6px;
}
.h-cc-card .h-cc-card__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.h-cc-card .h-cc-card__btns {
  display: grid;
  gap: 10px;
  width: 100%;
}
.h-cc-card .h-cc-card__btns .h-btn {
  width: 100%;
}

@media screen and (max-width: 1460px) {
  .h-cc-content {
    max-width: 566px;
  }
}
@media screen and (max-width: 1286px) {
  .h-cc-card {
    display: none;
  }
}
.h-attention {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-sizing: border-box;
  max-width: 650px;
  width: 100%;
  padding: 16px 18px 16px 32px;
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 40px;
}
.h-attention a {
  color: #1550c2 !important;
}
.h-attention b {
  font-weight: bold;
}
.h-attention:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
}
.h-attention.h-red:before {
  background-color: #F11717;
}
.h-attention.h-red .h-attention-icon {
  background-image: url("../img/attention-red-BPkEivh.svg");
}
.h-attention.h-yellow:before {
  background-color: #F1B417;
}
.h-attention.h-yellow .h-attention-icon {
  background-image: url("../img/attention-yellow-51gdhN8.svg");
}
.h-attention.h-green:before {
  background-color: #50BB2A;
}
.h-attention.h-green .h-attention-icon {
  background-image: url("../img/attention-green-iT2Wobl.svg");
}
.h-attention.h-blue:before {
  background-color: #4A9DFF;
}
.h-attention.h-blue .h-attention-icon {
  background-image: url("../img/attention-blue-xUsfYcb.svg");
}

.h-attention-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background-repeat: no-repeat;
}

.h-attention-text {
  width: calc(100% - 45px);
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1460px) {
  .h-attention {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 740px) {
  .h-attention {
    margin-bottom: 40px;
    padding: 12px 26px 12px 18px;
  }
  .h-attention-text {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .h-attention {
    padding: 12px 4px 12px 18px;
  }
}
@media screen and (max-width: 365px) {
  .h-attention {
    padding: 12px 10px 12px 18px;
  }
  .h-attention:before {
    display: none;
  }
}
.h-simple-input {
  position: relative;
  display: block;
  width: 100%;
}
.h-simple-input:after {
  content: attr(data-help);
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.h-simple-input__top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2px;
}

.h-simple-input__title {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  white-space: nowrap;
}

.h-simple-input__error {
  font-size: 18px;
  line-height: 26px;
  color: #F11717;
  transition: 0.3s;
}
.h-simple-input.error .h-simple-input__error {
  opacity: 1;
}

.h-simple-input__box {
  display: block;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  transition: 0.3s;
  background: #F0F0F0;
}
.h-simple-input.gotIt .h-simple-input__box:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  width: 17px;
  height: 13px;
  background-image: url("../img/gotit-icon-EmiPF-z.svg");
  background-size: cover;
}
.h-simple-input.gotIt .h-simple-input__box input {
  padding-right: 51px;
}
.h-simple-input.error .h-simple-input__box {
  background-color: #FFF;
}
.h-simple-input.error .h-simple-input__box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 1px solid #F11717;
}
.h-simple-input.error .h-simple-input__box:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  width: 22px;
  height: 21px;
  background-image: url("../img/error-icon-VoRA-eN.svg");
  background-size: cover;
}
.h-simple-input.error .h-simple-input__box input {
  padding-right: 60px;
}
.h-simple-input__box input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.h-simple-input__box input::placeholder {
  color: #707070;
}
.h-simple-input__box.h-white {
  background-color: #FFF;
  border: 2px solid #F0F0F0;
}

.h-simple-check {
  display: flex;
  align-items: center;
}
.h-simple-check input {
  opacity: 0;
  position: absolute;
}

.h-checkbox-ui {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s background-color;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #A84747;
  border-radius: 1px;
  margin-right: 12px;
}
.h-checkbox-ui svg {
  opacity: 0;
  transition: 0.3s;
}
.h-simple-check input:checked + .h-checkbox-ui {
  background-color: #A84747;
}
.h-simple-check input:checked + .h-checkbox-ui svg {
  opacity: 1;
}
.h-simple-check.error .h-checkbox-ui {
  border-color: #FF1B1B;
}

.h-checkbox-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 28px);
}
.h-simple-check.error .h-checkbox-text {
  color: #FF1B1B;
}
.h-checkbox-text:after {
  content: attr(data-help);
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.h-simple-textarea {
  width: 100%;
}
.h-simple-textarea textarea {
  width: 100%;
  height: 100%;
  outline: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  resize: none;
  box-sizing: border-box;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 26px;
}
.h-simple-textarea textarea::placeholder {
  color: #2E2E2E;
}

@media screen and (max-width: 1460px) {
  .h-simple-input.error .h-simple-input__box:before {
    right: 19px;
  }
  .h-simple-input.error .h-simple-input__box input {
    padding-right: 53px;
  }
}
@media screen and (max-width: 740px) {
  .h-checkbox-ui {
    margin: 4px 12px 0 0;
  }
  .h-simple-check {
    align-items: flex-start;
  }
}
@media screen and (max-width: 365px) {
  .h-simple-input__error {
    font-size: 16px;
  }
}
.h-breadcrumbs-list li {
  font-size: 16px;
  line-height: 24px;
  color: #848484;
  display: flex;
  align-items: center;
}
.h-breadcrumbs-list li:after {
  content: url("../img/bread-arrow-k2AJ94X.svg");
  margin: 0 12px;
}
.h-breadcrumbs-list li:last-child .h-bread-item {
  color: #000000;
}
.h-breadcrumbs-list li:last-child:after {
  display: none;
}

.h-inline-label {
  font-size: 11px;
  color: #fff;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background: #d14242;
  position: relative;
  margin-top: -2px;
  margin-left: 4px;
}
.h-inline-label.h-red {
  background-color: #d14242;
}

.h-red-text {
  color: #d14242;
}

.h-simple-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(26, 26, 26, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}
.h-simple-modal.h-active {
  opacity: 1;
  pointer-events: all;
}
.h-simple-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 726px;
  box-sizing: border-box;
  padding: 32px;
  background: #FFFFFF;
}
.h-simple-modal__close {
  position: absolute;
  right: -58px;
  top: -3px;
}

@media screen and (max-width: 970px) {
  .h-simple-modal__close {
    top: -58px;
    right: 0;
  }
}
@media screen and (max-width: 740px) {
  .h-simple-modal {
    overflow: auto;
  }
  .h-simple-modal__content {
    padding: 22px;
    top: 10vh;
    transform: translateX(-50%);
  }
}
.h-product-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(26, 26, 26, 0.5);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition: 0.3s opacity;
}
.h-product-modal.h-active {
  opacity: 1;
  pointer-events: all;
}
.h-product-modal__content {
  margin: 87px 0;
  box-sizing: border-box;
  padding: 60px 110px;
  width: 1660px;
  min-height: 100px;
  height: auto;
  position: relative;
  left: 50%;
  background-color: #FFF;
  transform: translateX(-50%);
}
.h-product-modal__close {
  position: absolute;
  right: -58px;
  top: -3px;
}

.fancybox__container .fancybox__backdrop {
  background: rgba(26, 26, 26, 0.5);
}
.fancybox__container .fancybox__content {
  padding: 32px;
  max-width: 726px;
}
.fancybox__container .fancybox__content .h-carousel__button.is-close {
  top: -3px;
  right: -50px;
}

@media screen and (max-width: 1680px) {
  .h-product-modal__close {
    position: absolute;
    top: -58px;
    right: 0;
  }
  .h-product-modal__content {
    padding: 60px 40px;
    width: 1440px;
  }
  .h-product-modal__content .h-ip-imageBox {
    width: 600px;
  }
  .h-product-modal__content .h-ip-imageBody {
    width: 500px;
  }
}
@media screen and (max-width: 1460px) {
  .h-product-modal__content {
    width: 1200px;
  }
  .h-product-modal__content .h-ip-imageBox {
    width: 450px;
  }
  .h-product-modal__content .h-ip-imageBody {
    width: 340px;
  }
}
@media screen and (max-width: 1320px) {
  .h-product-modal__content {
    width: 90%;
  }
  .h-product-modal__content .h-ip-main {
    grid-template-columns: 450px calc(100% - 490px);
  }
}
@media screen and (max-width: 1100px) {
  .h-product-modal__content .h-ip-imageBody {
    width: calc(100% - 100px);
  }
  .h-product-modal__content .h-ip-imageBox {
    width: 100%;
  }
  .h-product-modal__content .h-ip-main {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 970px) {
  .h-product-modal__content .h-ip-imageBody {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 740px) {
  .h-product-modal__content {
    width: 96%;
    padding: 20px;
  }
  .h-product-modal__content .h-ip-imageBody {
    margin-left: 0;
  }
  .h-product-modal__content .h-ip-imageBox {
    justify-content: space-between;
  }
  .h-product-modal__content .h-ip-main {
    grid-template-columns: 100%;
  }
}
.h-content h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 16px;
}
.h-content h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}
.h-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}
.h-content h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
.h-content h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.h-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.h-content ol {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 44px;
  position: relative;
  z-index: 2;
  counter-reset: item;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.h-content ol li {
  position: relative;
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  padding-left: 0;
}
.h-content ol li::before {
  margin-right: 30px;
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("../img/ol-icon--goTBny.svg");
  z-index: 2;
}
.h-content ol li::after {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 1px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-family: "SourceSerifPro";
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  color: #A84747;
}
.h-content ul {
  margin: 24px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.h-content ul li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
}
.h-content ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #785A51;
  transform: rotate(45deg);
}
.h-content ul li:last-child {
  margin-bottom: 0;
}
.h-content table {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2E2E2E;
  border-radius: 2px;
  width: 100%;
  background-color: #FFFFFF;
}
.h-content table td {
  border-right: 1px solid #E3D5D5;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 16px;
}
.h-content table td:last-child {
  border-right: 0;
}
.h-content table thead td {
  padding-top: 22px;
  background-color: #F3ECEA;
}
.h-content table tbody td {
  padding-top: 16px;
}
.h-content table tbody tr:last-child td {
  padding-bottom: 22px;
}
.h-content .h-table-responsive {
  overflow-x: auto;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}
.h-content button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 22px;
  background: #785A51;
  border-radius: 2px;
  transition: 0.3s background-color;
  margin: 24px 0;
}
.h-content button:hover {
  background-color: #6a4f47;
}
.h-content b, .h-content strong {
  font-weight: 500;
}
.h-content u {
  text-decoration: underline;
}
.h-content i, .h-content em {
  font-style: italic;
}
.h-content a {
  color: #A84747;
}
.h-content .h-blockquote {
  box-sizing: border-box;
  max-width: 951px;
  width: 100%;
  padding: 26px 142px 26px 62px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.h-content .h-blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #A84747;
  border-radius: 2px;
}
@media screen and (max-width: 1286px) {
  .h-content .h-blockquote {
    padding: 26px 140px 26px 30px;
  }
}
@media screen and (max-width: 740px) {
  .h-content .h-blockquote {
    padding: 24px 22px 24px 24px;
  }
}

@media screen and (max-width: 1286px) {
  .h-content h1 {
    font-size: 40px;
  }
  .h-content table {
    overflow: auto;
    padding-bottom: 24px;
  }
  .h-content table.h-scroll {
    margin-right: -20px;
    padding-right: 20px;
  }
  .h-content table.h-scroll table {
    min-width: 1215px;
  }
  .h-content table table {
    width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 970px) {
  .h-content ul li {
    margin-bottom: 10px;
  }
  .h-content ol li {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .h-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .h-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .h-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .h-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .h-content h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .h-content ul li {
    margin-bottom: 10px;
  }
  .h-content ol li {
    width: 100%;
  }
  .h-content table td {
    padding: 9px 16px;
  }
  .h-content table tbody tr:last-child td {
    padding-bottom: 16px;
  }
}
.h-sec-title {
  font-family: "SourceSerifPro";
  font-size: 50px;
  line-height: 60px;
}

.h-st-2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}

.h-st-3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.h-text-light {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.h-dotted-list {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.h-dotted-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
}
.h-dotted-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #785A51;
  transform: rotate(45deg);
}
.h-dotted-list li:last-child {
  margin-bottom: 0;
}

.h-num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -22px;
  padding-right: 44px;
  position: relative;
  z-index: 2;
}
.h-num-list li {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.h-num-list li .h-num {
  position: relative;
  margin-right: 38px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SourceSerifPro";
  font-size: 30px;
  line-height: 50px;
  color: #A84747;
}
.h-num-list li .h-num:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #EBD8D8;
  border-radius: 2px;
  transform: rotate(45deg);
}
.h-num-list li .h-num:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #EBD8D8;
  border-radius: 2px;
  transform: rotate(45deg);
  z-index: -1;
}
.h-num-list li .h-value {
  font-size: 18px;
  line-height: 26px;
  width: calc(100% - 80px);
}

.h-btn-br {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #785A51;
  transition: 0.3s background-color;
  border-radius: 2px;
  height: 60px;
  width: 226px;
}
.h-btn-br:hover {
  background-color: #6a4f47;
}
.h-btn-br.h-lines {
  position: relative;
}
.h-btn-br.h-lines:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 1px;
  pointer-events: none;
}

.h-btn-br-little {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: #785A51;
  transition: 0.3s background-color;
  border-radius: 2px;
  height: auto;
  width: 120px;
  padding: 10px 20px;
}
.h-btn-br-little:hover {
  background-color: #6a4f47;
}
.h-btn-br-little.h-lines {
  position: relative;
}
.h-btn-br-little.h-lines:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 1px;
  pointer-events: none;
}

.h-btn-gray {
  color: #785A51;
  background-color: #FFF;
}
.h-btn-gray:hover {
  background-color: #6a4f47;
  color: #FFF;
}

.h-btn-bor {
  border: 1px solid #939393;
  border-radius: 2px;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #785A51;
  height: 60px;
  width: 226px;
}

.h-romb-arrow {
  position: absolute;
  transform: rotate(45deg);
  z-index: 3;
  background: #ffffff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 80px;
  height: 80px;
}
.h-romb-arrow svg {
  transform: rotate(-45deg);
}
.h-romb-arrow:after {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f2ebeb;
  border-radius: 2px;
}

.h-styled-block > * {
  margin-bottom: 16px;
}
.h-styled-block > :first-child {
  margin-top: 0;
}
.h-styled-block h2 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}
.h-styled-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.h-styled-block p b {
  font-weight: 500;
}
.h-styled-block h3 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.h-styled-block ul {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.h-styled-block ul li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
}
.h-styled-block ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #785A51;
  transform: rotate(45deg);
}
.h-styled-block ul li:last-child {
  margin-bottom: 0;
}
.h-styled-block ol {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  counter-reset: awesome-counter;
}
.h-styled-block ol li {
  counter-increment: awesome-counter;
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
}
.h-styled-block ol li:before {
  content: counter(awesome-counter) ".";
  position: absolute;
  left: 5px;
  top: 0;
  color: #785A51;
  font-weight: 500;
}
.h-styled-block ol li:last-child {
  margin-bottom: 0;
}

.h-table-btn {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px;
  align-items: center;
  padding: 5px 15px;
  box-sizing: border-box;
  border: 1px solid;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: 16px;
  border-radius: 2px;
}
.h-table-btn:last-child {
  margin-right: 0;
}
.h-table-btn.h-brown {
  color: #785A51;
  border-color: #785A51;
}
.h-table-btn.h-green {
  color: #007333;
  border-color: #007333;
}

.h-pagin-arrow {
  position: relative;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-pagin-arrow svg {
  position: relative;
  z-index: 3;
}
.h-pagin-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.h-pagin-arrow:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  box-sizing: border-box;
  border: 3px solid #f2ebeb;
  transform: rotate(45deg);
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}

.h-pagin-list {
  margin: 0 45px;
  align-items: flex-end;
}

.h-cp__page-link {
  font-size: 24px;
  color: #7e7e7e;
  line-height: 25px;
  margin-right: 20.5px;
}
.h-cp__page-link:last-child {
  margin-right: 0;
}
.h-cp__page-link.h-active {
  font-weight: 500;
  font-size: 40px;
  line-height: 34px;
  color: #a84747;
}

.h-cont {
  width: 1440px;
  height: 100%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: border-box;
}

.h-main {
  width: 100%;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.h-loading {
  pointer-events: none;
}
.h-loading:after {
  content: "";
  position: fixed;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  backdrop-filter: blur(10px);
  z-index: 60;
}

.h-top-notification {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #a84747;
}
.h-top-notification.h-hide {
  display: none;
}

.h-tn-text {
  font-size: 16px;
  line-height: 24px;
  margin-right: 30px;
}

.h-tn-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 4.5px 39px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s background-color;
}
.h-tn-btn span {
  margin-right: 10px;
}
.h-tn-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.h-tn-close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.h-tn-close svg {
  stroke: #FFF;
  display: block;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #E7E7E7;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #E7E7E7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #A84747;
  transition: all 0.3s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #753131;
}

.h-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(244, 244, 244);
  border-bottom: 1px solid #9b9b9b;
  z-index: 50;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.h-burger {
  display: none;
}

.h-bb-mob {
  display: none;
}

.h-header-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}

.h-header-logo {
  height: 60px;
}
.h-header-logo > svg {
  display: block;
  width: auto;
  height: 100%;
}

.h-header-search,
.h-header-contacts,
.header-controls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.h-header-controls {
  margin-left: auto;
}

.h-search-form {
  position: relative;
  width: 337px;
  height: 42px;
  margin-right: 12px;
}
.h-search-form .h-search-autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgb(244, 244, 244);
  border: 1px solid hsla(0, 0%, 53%, 0.4);
  border-radius: 2px;
}
.h-search-form .h-search-autocomplete-list .h-autocomplete-option {
  display: flex;
  align-items: center;
  padding: 12px;
  transition: 0.3s all ease-in-out;
}
.h-search-form .h-search-autocomplete-list .h-autocomplete-option svg {
  height: 6px;
  transform: rotate(-90deg);
}
.h-search-form .h-search-autocomplete-list .h-autocomplete-option .h-option-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 10px;
}
.h-search-form .h-search-autocomplete-list .h-autocomplete-option:hover {
  background-color: #a84747;
}
.h-search-form .h-search-autocomplete-list .h-autocomplete-option:hover svg path {
  fill: #FFF;
}
.h-search-form .h-search-autocomplete-list .h-autocomplete-option:hover .h-option-text {
  color: #FFF;
}

.h-search-input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(135, 135, 135, 0.4);
  border-radius: 2px;
  padding: 0 50px 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.h-search-input::placeholder {
  color: #000000;
}

.h-search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
}
.h-search-btn svg {
  width: 100%;
  height: 100%;
}

.h-header-qr,
.h-header-filter {
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(135, 135, 135, 0.4);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-header-qr svg,
.h-header-filter svg {
  width: 24px;
  height: 24px;
}
.h-header-qr svg path,
.h-header-filter svg path {
  fill: #A84747;
  transition: 0.3s fill;
}

.h-header-qr {
  transition: 0.3s background-color;
}
.h-header-qr svg {
  fill: #A84747;
}
.h-header-qr:hover {
  background-color: #A84747;
}
.h-header-qr:hover path {
  fill: #fff;
}

.h-header-filter {
  display: none;
}

.h-contacts__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-right: 36px;
}
.h-contacts__item:last-child {
  margin-right: 0;
}
.h-contacts__item .h-contacts__icon {
  margin-right: 10px;
}

.h-header-wa {
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
}
.h-header-wa svg {
  display: block;
  width: 100%;
  height: 100%;
}

.h-header-lk {
  position: relative;
  height: 24px;
}
.h-header-lk .h-lk-main-link {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.h-header-lk .h-lk-main-link span {
  color: #000000;
  transition-duration: 300ms;
}
.h-header-lk .h-lk-main-link:hover span {
  color: #A84747;
}
.h-header-lk .h-lk-dropdown {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  padding-top: 30px;
  transition: opacity 300ms ease-in-out;
}
.h-header-lk .h-lk-dropdown.h-active {
  opacity: 1;
  pointer-events: all;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  background-color: #FFF;
  padding: 12px;
  border-radius: 2px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition-duration: 300ms;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item .h-dropdown-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item .h-dropdown-icon svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: 300ms;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item .h-dropdown-icon svg.h-active {
  opacity: 0;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item:hover {
  color: #A84747;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item:hover svg.h-disabled {
  opacity: 0;
}
.h-header-lk .h-lk-dropdown .h-lk-dropdown-inner .h-dropdown-item:hover svg.h-active {
  opacity: 1;
}

.h-lk-icon {
  margin-right: 8px;
}

.h-header-bottom {
  margin-top: 9px;
}

.h-ni-body {
  display: flex;
  align-items: flex-start;
}

.h-nav-contacts {
  display: none;
}

.h-nav-close {
  display: none;
}

.h-nav-item {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-right: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.h-nav-item.h-red {
  color: #a84747;
  text-shadow: 0 0 1px #a84747;
}
.h-nav-item .h-ni-body > a {
  transition: 0.3s;
}
.h-nav-item svg path {
  stroke: #000;
  transition: 0.3s;
}
.h-nav-item:hover svg {
  transform: rotate(180deg);
}
.h-nav-item:hover svg path {
  stroke: #a84747;
}
.h-nav-item:hover .h-ni-body > a {
  color: #a84747;
  text-shadow: 0 0 1px #a84747;
}
.h-nav-item span {
  cursor: pointer;
}
.h-nav-item svg {
  transition: 0.3s;
  margin: 8px 0 0 5px;
}

.h-sub-menu {
  position: absolute;
  top: 100%;
  padding-top: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}
.h-nav-item:hover .h-sub-menu {
  opacity: 1;
  pointer-events: all;
}

.h-sub-menuBox {
  padding: 32px 0 46px;
  width: 100%;
  background-color: #f4f4f4;
}

.h-sub-item {
  margin-right: 138px;
}
.h-sub-item:last-child {
  margin-right: 0;
}

.h-sub-item__el {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  transition: 0.3s color;
}
.h-sub-item__el:hover {
  color: #a84747;
}

.h-sub-col {
  margin-right: 68px;
}
.h-sub-col:last-child {
  margin-right: 0;
}

.h-sub2-item {
  display: block;
  font-size: 16px;
  line-height: 30px;
  transition: 0.3s color;
}
.h-sub2-item:hover {
  color: #a84747;
}

.h-header-cart {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
}
.h-header-cart .h-hcart-title {
  transition: 0.3s color;
}
.h-header-cart:hover .h-hcart-title {
  color: #a84747;
}
.h-header-cart.h-empty .h-cart-empty {
  display: block;
}
.h-header-cart.h-empty .h-cart-body {
  display: none;
}

.h-answer-cart-add .h-attention {
  margin: 0;
}

.h-cart-window {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
  position: absolute;
  top: 100%;
  right: -5px;
  width: 302px;
  padding-top: 7px;
  cursor: auto;
}
.h-header-cart:hover .h-cart-window {
  opacity: 1;
  pointer-events: all;
}
.h-cart-window .h-cart-empty {
  display: none;
}

.h-cart-body {
  padding: 26px 0 10px;
}

.h-cart-window-cont {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 16px;
}

.h-cart-window__list {
  margin-bottom: 12px;
}

.h-cart-window__line {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 26px;
}
.h-cart-window__line span {
  max-width: 50%;
}
.h-cart-window__line span:last-child {
  height: 26px;
}
.h-cart-window__line:last-child {
  margin-bottom: 0;
}

.h-cart-window__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.h-w-title {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  font-size: 24px;
  line-height: 34px;
}
.h-w-title small {
  font-size: 18px;
}

.h-w-value {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #A84747;
}
.h-w-value small {
  font-size: 18px;
}

.h-cart-window-btn {
  width: 100%;
  height: 48px;
}

.h-cart-empty {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  align-items: center;
}
.h-cart-empty svg {
  margin-right: 14px;
}

.h-cart-icon {
  position: relative;
  margin-right: 16px;
}
.h-cart-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.h-cart-value {
  position: absolute;
  top: 1px;
  right: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #a84747;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-cart-value.h-hide {
  opacity: 0;
  pointer-events: none;
}

.h-cart-value-2 {
  position: absolute;
  top: 1px;
  left: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #785A51;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-cart-value-2.h-hide {
  opacity: 0;
  pointer-events: none;
}

.h-button-to-top {
  position: fixed;
  z-index: 999;
  bottom: 60px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition-duration: 300ms;
  background-color: #A84747;
}
.h-button-to-top:hover {
  background-color: #912C2C;
}
.h-button-to-top svg {
  transform: rotate(-45deg);
}

.h-footer {
  padding: 55px 0 40px;
  background-color: #303030;
  color: #fff;
}

.h-footer-top {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.h-footer-top .h-footer-logo {
  display: block;
  margin-bottom: 18px;
}

.h-footer-ooo {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 352px;
  margin-bottom: 18px;
}

.h-footer-address,
.h-footer-office {
  font-size: 18px;
  line-height: 26px;
}
.h-footer-address svg,
.h-footer-office svg {
  margin-right: 12px;
}

.h-footer-address {
  display: flex;
  align-items: center;
}
.h-footer-address svg {
  flex-shrink: 0;
}

.h-footer-office {
  text-align: right;
}

.h-footer-nav-col {
  font-size: 18px;
  line-height: 46px;
  color: #ffffff;
  margin-right: 86px;
}
.h-footer-nav-col:last-child {
  margin-right: 0;
}
.h-footer-nav-col a {
  display: block;
}
.h-footer-nav-col a span {
  position: relative;
}
.h-footer-nav-col a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  box-sizing: border-box;
  border-radius: 1px;
  border-bottom: 1px solid #a84747;
  opacity: 0;
  transition: 0.3s;
}
.h-footer-nav-col a:hover span:after {
  opacity: 1;
}

.h-footer-contacts {
  flex-direction: column;
  align-items: flex-start;
}
.h-footer-contacts.h-desktop-mobile {
  display: flex;
}
.h-footer-contacts.h-tablet {
  display: none;
}

.h-footer-phone {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  font-family: "SourceSerifPro", serif;
}

.h-footer-site {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.h-footer-btn {
  width: 232px;
  height: 44px;
}
.h-footer-btn.h-mob-btn {
  display: none;
}

.h-footer-social-media {
  width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 24px;
}
.h-footer-social-media.h-desktop {
  display: flex;
}
.h-footer-social-media.h-mobile {
  display: none;
}
.h-footer-social-media .h-fsm-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition-duration: 300ms;
}
.h-footer-social-media .h-fsm-link:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.h-footer-copy {
  font-size: 18px;
  line-height: 26px;
}

.h-filter-desc {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  padding: 10px 12px 12px 12px;
  background: #ffffff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  cursor: pointer;
}
.h-filter-desc svg {
  display: block;
  margin-bottom: 8px;
}
.h-filter-desc svg path {
  fill: #785a51;
  transition: 0.3s;
}
.h-filter-desc:hover {
  background-color: #a84747;
}
.h-filter-desc:hover .h-fd-text {
  color: #ffffff;
}
.h-filter-desc:hover path {
  fill: #fff;
}

.h-fd-text {
  font-size: 18px;
  line-height: 26px;
  width: 15px;
  word-wrap: break-word;
  display: block;
}

.h-fd-value {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #a74747;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 22px;
  right: -18px;
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #a84747;
}

.h-bb-panel {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  padding: 10px 12px 12px 12px;
  background: #041E42;
  box-shadow: -6px 0px 60px rgba(34, 60, 80, 0.2);
  -webkit-box-shadow: -6px 0px 60px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: -6px 2px 20px rgba(34, 60, 80, 0.2);
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  cursor: pointer;
}
.h-bb-panel:hover {
  background-color: #fff;
}
.h-bb-panel:hover .h-bb-text {
  color: #041E42;
}
.h-bb-panel:hover path {
  fill: #041E42;
}

.h-bb-text {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  width: 15px;
  word-wrap: break-word;
  display: block;
  text-align: center;
}

.h-standard-select {
  height: 60px;
  display: inline-flex;
  background-color: #F0F0F0;
}
.h-standard-select .h-select {
  position: relative;
}
.h-standard-select .h-select select {
  color: #000;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  padding: 0 32px 0 16px;
  font-size: 18px;
  line-height: 26px;
}
.h-standard-select .h-select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 8px;
  background-image: url("../img/select-arrow-NR_z5NV.svg");
  background-size: cover;
  z-index: 3;
  transform: translateY(-50%);
}

@media screen and (max-width: 1460px) {
  .h-sec-title {
    font-size: 40px;
    line-height: 50px;
  }
  .h-romb-arrow {
    width: 57px;
    height: 57px;
  }
  .h-romb-arrow:after {
    width: 46px;
    height: 46px;
  }
  .h-romb-arrow svg {
    transform: scale(0.8) rotate(-45deg);
  }
  .h-cont {
    width: calc(100% - 80px);
    max-width: 1286px;
    box-sizing: border-box;
  }
  .h-header.fixed .h-header-nav {
    padding-left: 192px;
    top: 14px;
  }
  .h-header.fixed .h-nav-item {
    margin-right: 34px;
  }
  .h-sub-menu {
    padding-top: 21px;
  }
  .h-sub-item {
    margin-right: 96px;
  }
  .h-header-top {
    gap: 25px;
  }
  .h-header-logo {
    height: 38px;
  }
  .h-search-form {
    height: 32px;
  }
  .h-header-qr,
  .h-header-filter {
    height: 32px;
    width: 32px;
  }
  .h-header.fixed .sub-menu {
    padding-top: 26px;
  }
  .h-footer-top {
    padding-bottom: 30px;
    margin-bottom: 24px;
    position: relative;
  }
  .h-footer-contacts {
    align-items: flex-end;
    margin-top: 20px;
  }
  .h-footer-contacts.h-desktop-mobile {
    display: none;
  }
  .h-footer-contacts.h-tablet {
    display: flex;
  }
  .h-footer-phone {
    margin-top: 0;
  }
}
@media screen and (max-width: 1286px) {
  .h-cont {
    width: calc(100% - 40px);
    max-width: 984px;
    margin-top: 10px;
  }
  .h-filter-desc {
    display: none;
  }
  .h-header-filter {
    margin-left: 8px;
    display: flex;
  }
  .h-contacts__item span {
    display: none;
  }
  .h-header {
    position: fixed;
  }
  .h-nav-contacts {
    display: block;
  }
  .h-nav-contacts-btn {
    width: 100%;
    height: 44px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .h-nav-address {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .h-nav-address span {
    width: 228px;
    margin-left: 12px;
  }
  .h-nav-address svg {
    margin-top: 2px;
  }
  .h-nav-phone {
    font-family: "SourceSerifPro";
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    display: inline-block;
  }
  .h-nav-site {
    font-size: 18px;
    line-height: 26px;
  }
  .h-header {
    padding-bottom: 10px;
  }
  .h-search-form {
    margin-right: 8px;
  }
  .h-contacts__item {
    margin-right: 16px;
  }
  .h-header-contacts {
    margin-right: 0;
  }
  .h-header-nav {
    width: 100vw;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 11px;
    display: block;
    position: absolute;
    height: calc(100vh - 101px);
    background-color: rgba(48, 48, 48, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .h-header-nav.h-opened {
    opacity: 1;
    pointer-events: all;
  }
  .h-nav-close {
    display: block;
    position: absolute;
    top: 16px;
    left: 327px;
    cursor: pointer;
  }
  .h-nav-close svg {
    stroke: #CDCDCD;
  }
  @keyframes navBoxSlideRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .h-nav-box {
    transform: translateX(-100%);
    background: #fafafa;
    padding: 24px 16px 25px 16px;
    box-sizing: border-box;
    display: block;
    width: 310px;
    height: 100%;
    overflow: auto;
  }
  .h-opened .h-nav-box {
    animation-name: navBoxSlideRight;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .h-nav-box nav {
    display: block;
    box-sizing: border-box;
    padding-bottom: 70px;
    min-height: calc(100% - 201px);
  }
  .h-nav-item {
    width: 100%;
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .h-nav-item:last-child {
    margin-bottom: 0;
  }
  .h-nav-item .h-ni-body:hover a {
    color: #000;
    text-shadow: none;
  }
  .h-nav-item .h-ni-body:hover svg {
    transform: none;
  }
  .h-nav-item .h-ni-body:hover svg path {
    stroke: #000;
  }
  .h-with-sub.h-active .h-ni-body > a {
    color: #a84747;
  }
  .h-with-sub.h-active .h-ni-body > svg {
    transform: rotate(180deg);
  }
  .h-with-sub.h-active .h-ni-body > svg path {
    stroke: #a84747;
  }
  .h-with-sub.h-active > .h-sub-menu {
    display: block;
  }
  .h-sub-menu {
    display: none;
    opacity: 1;
    pointer-events: all;
    position: static;
    transform: none;
    padding: 16px 0 0 14px;
    width: 100%;
    margin-bottom: 8px;
  }
  .h-sub-menuBox {
    padding: 0;
    background-color: transparent;
  }
  .h-sub-menuBox .h-cont {
    width: 100%;
    margin: 0;
    display: block;
  }
  .h-sub-item__el {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .h-sub-item {
    margin: 0 0 8px 0;
  }
  .h-sub-item:last-child {
    margin-bottom: 0;
  }
  .h-sub-item.h-active:after {
    transform: rotate(180deg);
  }
  .h-sub-item.h-active .h-sub2 {
    display: block;
  }
  .h-sub-item.h-active .h-sub-item__link:after {
    transform: rotate(180deg) translateY(50%);
  }
  .h-ni-body {
    width: 100%;
  }
  .h-sub2 {
    display: none;
    margin: 6px 0 0 12px;
  }
  .h-sub-col {
    width: 100%;
    margin: 0;
  }
  .h-sub2-item {
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
  }
  .h-sub-item__link {
    position: relative;
  }
  .h-sub-item__link:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: calc(100% + 7px);
    width: 7px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/sub-arrow-bgONTvt.svg");
    transition: 0.3s;
  }
  .h-header-lk {
    position: static;
    display: inline-block;
    margin-right: 20px;
  }
  .h-header-lk .h-lk-main-link span {
    display: none;
  }
  .h-header-lk .h-lk-main-link svg {
    margin: 0;
  }
  .h-header-top {
    position: relative;
  }
  .h-header-controls {
    position: absolute;
    right: 0;
  }
  .h-burger {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .h-cart-window {
    display: none;
  }
  .h-header-cart {
    position: absolute;
    top: 6px;
    right: 106px;
  }
  .h-header-cart .h-hcart-title {
    display: none;
  }
  .h-cart-icon {
    margin: 0;
  }
  .h-header-bottom {
    margin: 0;
  }
  .h-footer {
    padding: 30px 0 24px;
  }
  .h-footer-address,
  .h-footer-office {
    font-size: 16px;
    line-height: 24px;
  }
  .h-footer-address svg,
  .h-footer-office svg {
    margin-top: 2px;
  }
  .h-footer-ooo {
    font-size: 16px;
    line-height: 24px;
  }
  .h-footer-top {
    margin-bottom: 20px;
  }
  .h-footer-top .h-col:nth-child(1) {
    max-width: 250px;
  }
  .h-footer-nav-col {
    font-size: 16px;
    line-height: 38px;
    margin-right: 69px;
  }
}
@media screen and (max-width: 970px) {
  .h-search-form {
    width: 220px;
  }
  .h-dotted-list li {
    margin-bottom: 10px;
  }
  .h-num-list li {
    width: 100%;
  }
  .h-footer {
    padding: 24px 0;
  }
  .h-footer-top {
    padding-bottom: 24px;
  }
  .h-footer-top .h-col:nth-child(1) {
    width: 100%;
    max-width: 100%;
    order: 1;
    margin: 0 0 20px 0;
  }
  .h-footer-top .h-col:nth-child(2) {
    order: 3;
    margin: 0;
    width: 100%;
  }
  .h-footer-top .h-col:nth-child(3) {
    margin-bottom: 20px;
    order: 2;
    position: static;
    text-align: left;
  }
  .h-footer-top .h-col:nth-child(4) {
    display: none;
  }
  .h-footer-btn.mob-btn {
    display: grid;
  }
  .h-logo-f {
    display: block;
    margin-bottom: 13px;
  }
  .h-logo-f svg {
    height: 38px;
    width: 122px;
  }
  .h-footer-ooo {
    max-width: 319px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .h-footer-btn {
    position: static;
    width: 100%;
    height: 44px;
    margin-bottom: 30px;
  }
  .h-footer-contacts {
    margin-top: 0;
    align-items: flex-start;
  }
  .h-footer-contacts.h-desktop-mobile {
    display: flex;
  }
  .h-footer-contacts.h-tablet {
    display: none;
  }
  .h-footer-office {
    text-align: left;
  }
  .h-footer-phone {
    margin-bottom: 12px;
  }
  .h-footer-nav-col {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
  }
  .h-footer-nav-col a {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .h-footer-nav-col a:last-child {
    margin-bottom: 0;
  }
  .h-footer-nav-col:last-child {
    margin-bottom: 0;
  }
  .h-footer-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .h-footer-social-media.h-desktop {
    display: none;
  }
  .h-footer-social-media.h-mobile {
    display: flex;
    justify-content: flex-start;
    order: 3;
  }
}
@media screen and (max-width: 740px) {
  .h-st-2 {
    font-size: 24px;
    line-height: 34px;
  }
  .h-st-3 {
    font-size: 20px;
    line-height: 30px;
  }
  .h-text-light {
    font-size: 16px;
    line-height: 24px;
  }
  .h-dotted-list {
    font-size: 16px;
    line-height: 24px;
  }
  .h-dotted-list li {
    padding-left: 23px;
    margin-bottom: 12px;
  }
  .h-dotted-list li:before {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 3px;
  }
  .h-num-list {
    margin-bottom: -16px;
  }
  .h-num-list li {
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .h-num-list li .h-num {
    width: 31px;
    height: 31px;
    font-size: 24px;
    line-height: 34px;
    margin-right: 21px;
    margin: 10px 22px 0 5px;
  }
  .h-num-list li .h-value {
    font-size: 16px;
    line-height: 24px;
  }
  .h-btn-br {
    font-size: 16px;
    height: 46px;
  }
  .h-btn-bor {
    height: 46px;
  }
  .h-catalog-pages-pagin {
    width: 100%;
    justify-content: space-between;
  }
  .h-pagin-arrow {
    width: 49px;
    height: 49px;
  }
  .h-pagin-arrow svg {
    transform: scale(0.9);
  }
  .h-pagin-list {
    margin: 0;
  }
  .h-cp__page-link {
    font-size: 24px;
  }
  .h-btn-b {
    font-size: 16px;
    line-height: 24px;
  }
  .h-btn-b svg {
    margin-left: 10px;
  }
  .h-sec-title {
    font-size: 36px;
    line-height: 46px;
  }
  .h-cont {
    width: calc(100% - 32px);
  }
  .h-top-notification {
    padding: 6px 0;
  }
  .h-tn-text {
    font-size: 12px;
    line-height: 14px;
    margin-right: 12px;
    max-width: 120px;
  }
  .h-tn-close {
    right: 12px;
  }
  .h-tn-btn {
    font-weight: 400;
    font-size: 12px;
    padding: 2px 14px;
  }
  .h-tn-btn svg {
    width: 13px;
  }
  .h-tn-btn span {
    margin-right: 6px;
  }
  .h-header-logo {
    margin-right: 69px;
  }
  .h-header-top {
    padding-bottom: 37px;
  }
  .h-header-search {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .h-header-contacts {
    position: absolute;
    right: 90px;
    top: 12px;
  }
  .h-search-input {
    padding: 0 37px 0 11px;
  }
  .h-header-filter {
    margin-left: 5px;
    background-color: #a84747;
  }
  .h-header-filter svg path {
    fill: #fff;
  }
  .h-header-search {
    margin-right: 0;
  }
  .h-search-form {
    margin-right: 5px;
    width: calc(100vw - 160px);
  }
  .h-contacts__item .h-contacts__icon {
    margin: 0;
  }
  .h-header-lk {
    display: flex;
    margin-right: 46px;
  }
  .h-burger {
    display: block;
    position: absolute;
    top: 42px;
    margin: 0;
    right: -10px;
  }
  .h-bb-mob {
    position: absolute;
    display: block;
    top: 37px;
    margin: 0;
    right: 15px;
    width: 32px;
    height: 32px;
  }
  .h-header-cart {
    right: 6px;
  }
  .h-cart-value,
  .h-cart-value-2 {
    bottom: -6px;
    right: -6px;
    top: unset;
  }
  .h-fancybox__container .h-fancybox__content {
    padding: 22px;
    top: 10vh;
  }
  .h-button-to-top {
    bottom: 30px;
  }
  .h-bb-panel {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .h-header-contacts {
    right: 80px;
  }
}
.popup-position {
  background: #fff;
  margin: 0 auto;
  max-width: 530px;
  position: relative;
}

.popup-detail {
  padding: 30px;
  max-height: 530px;
  overflow-y: scroll;
}

#cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  border: 1px solid grey;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#cookie-popup a {
  text-decoration: underline;
  color: #785a51;
}
#cookie-popup .popup-detail {
  overflow: auto;
}
#cookie-popup .text-right {
  text-align: right !important;
}
#cookie-popup .text-right button {
  background: #785a51;
  border-radius: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  height: 50px;
  padding: 0 20px;
}
#cookie-popup .mfp-close {
  position: absolute;
  color: #fff;
  overflow: visible;
  cursor: pointer;
  display: block;
  z-index: 1046;
  border: 1px solid #CFCFCF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  text-decoration: none;
  font-style: normal;
  font-size: 28px;
}

.h-form-sec {
  overflow: hidden;
  background-color: #F3F3F3;
  margin-bottom: 120px;
}
.h-form-sec .h-cont {
  padding: 130px 0 120px;
}
.h-form-sec .h-sec-title {
  margin-bottom: 50px;
}

.h-fs-dec {
  pointer-events: none;
  position: absolute;
  border: 5px solid #E2E2E2;
  border-radius: 2px;
  padding: 8px;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.h-fs-dec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-fs-dec1 {
  width: 138px;
  height: 138px;
  top: 28px;
  right: 336px;
  border-color: #EBD8D8;
}

.h-fs-dec2 {
  top: -146px;
  right: 14px;
  width: 277px;
  height: 277px;
}

.h-fs-box {
  box-sizing: border-box;
  padding-right: 122px;
}

.h-fs-phone {
  display: inline-block;
  font-family: "SourceSerifPro";
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #A84747;
  margin-bottom: 8px;
}

.h-fs-sub {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
}

.h-fs-form {
  width: 584px;
  position: relative;
  z-index: 6;
}

.h-fs-label {
  display: block;
  margin-bottom: 24px;
}
.h-fs-label span {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  margin-bottom: 2px;
  display: block;
}
.h-fs-label input {
  width: 100%;
  height: 60px;
  display: block;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(135, 135, 135, 0.4);
  border-radius: 2px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 23px;
}
.h-fs-label input::placeholder {
  color: #707070;
}

.h-fs-button {
  width: 247px;
}

@media screen and (max-width: 1460px) {
  .h-form-sec {
    margin-bottom: 80px;
  }
  .h-form-sec .h-cont {
    padding: 80px 0;
  }
  .h-form-sec .h-sec-title {
    margin-bottom: 36px;
  }
  .h-fs-phone {
    font-size: 40px;
    line-height: 50px;
  }
  .h-fs-box {
    padding-right: 146px;
  }
  .h-fs-dec1 {
    width: 103px;
    height: 103px;
    top: 26px;
    right: 206px;
  }
  .h-fs-dec2 {
    width: 207px;
    height: 207px;
    right: -34px;
    top: -104px;
  }
}
@media screen and (max-width: 1286px) {
  .h-fs-dec {
    border-width: 3px;
    padding: 8px;
  }
  .h-fs-dec1 {
    width: 98px;
    height: 98px;
    top: 2px;
    right: 192px;
  }
  .h-fs-dec2 {
    width: 196px;
    height: 196px;
    right: -36px;
    top: -122px;
  }
  .h-form-sec {
    margin-bottom: 60px;
  }
  .h-form-sec .h-cont {
    padding: 60px 0;
  }
  .h-form-sec .h-fs-dec1 {
    width: 73px;
    height: 73px;
    top: -5px;
  }
  .h-fs-box {
    padding-right: 108px;
  }
  .h-fs-form {
    max-width: 398px;
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 970px) {
  .h-fs-dec {
    display: none;
  }
  .h-form-sec .h-cont {
    padding: 50px 0;
  }
  .h-fs-box {
    padding-right: 0;
  }
  .h-fs-box .h-sec-title {
    max-width: 336px;
    margin-bottom: 28px;
  }
  .h-fs-phone {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 6px;
  }
  .h-fs-sub {
    font-size: 16px;
    line-height: 24px;
  }
  .h-fs-form {
    margin-top: 36px;
    width: 100%;
    max-width: 343px;
  }
  .h-fs-label {
    margin-bottom: 20px;
  }
  .h-fs-label span {
    margin-bottom: 4px;
  }
  .h-fs-label input {
    height: 52px;
  }
}
.h-map-sec {
  position: relative;
  height: 730px;
  overflow: hidden;
}

.h-map-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.h-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.h-map-marker svg {
  display: block;
}

.h-map-plash {
  position: absolute;
  top: 245px;
  left: 733px;
  max-width: 339px;
  box-sizing: border-box;
  padding: 29px 59px 22px 24px;
  background: #FFFFFF;
  border-radius: 2px;
  z-index: 2;
}
.h-map-plash svg {
  position: absolute;
  top: 0;
  right: 15px;
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 1460px) {
  .h-map-sec {
    height: 518px;
  }
}
@media screen and (max-width: 1286px) {
  .h-map-sec {
    height: 389px;
  }
}
.h-new-slide {
  background-color: #FFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s opacity;
  opacity: 0;
}
.h-new-slide.swiper-slide-visible {
  opacity: 1;
}
.h-new-slide:hover .h-new-image img {
  transform: scale(1.1);
}

.h-new-image {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.h-new-image a {
  height: 100%;
  width: 100%;
  display: block;
}
.h-new-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: 0.3s transform;
}

.h-new-bouble {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 4px 12px;
  border-radius: 2px 16px 2px 2px;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  z-index: 2;
}
.h-new-bouble.h-novelty {
  background-color: #FF5C00;
}
.h-new-bouble.h-sell-out {
  background-color: #FF0331;
}
.h-new-bouble.h-liquidation {
  background-color: #FF0331;
}
.h-new-bouble.h-sale {
  background-color: #FAFF00;
  color: #2E2E2E;
}

.h-new-info {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 22px 20px 24px;
}

.h-new-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 6px;
  background: #A84747;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 8px;
}

.h-new-about {
  display: block;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 1286px) {
  .h-new-info {
    padding: 16px 15px 16px 12px;
  }
}
@media screen and (max-width: 970px) {
  .h-new-image {
    height: 280px;
  }
}
@media screen and (max-width: 740px) {
  .h-new-image {
    height: 346px;
  }
  .h-new-slider {
    padding-bottom: 40px;
  }
  .h-new-info {
    padding: 16px;
  }
  .h-new-about {
    font-size: 16px;
    line-height: 24px;
  }
}
.h-new {
  margin: 50px 0 143px;
}
.h-new .h-sec-title {
  margin-bottom: 36px;
}

.h-new-list {
  margin-bottom: 35px;
}
.h-new-list .h-new-slide {
  opacity: 1;
  width: 339px;
  margin: 0 28px 28px 0;
}
.h-new-list .h-new-slide:nth-child(4n) {
  margin-right: 0;
}

.h-form-sec {
  margin-bottom: 0;
}

@media screen and (max-width: 1460px) {
  .h-new-list .h-new-slide {
    width: 314px;
    margin: 0 10px 12px 0;
  }
}
@media screen and (max-width: 1286px) {
  .h-new {
    margin: 35px 0 73px;
  }
  .h-new-list {
    margin-bottom: 41px;
  }
  .h-new-list .h-new-slide {
    width: calc(33.3333333333% - 8px);
    margin: 0 12 12 0;
  }
  .h-new-list .h-new-slide:nth-child(4n) {
    margin-right: 12px;
  }
  .h-new-list .h-new-slide:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .h-new {
    margin: 22px 0 70px;
  }
  .h-new-list {
    margin-bottom: 34px;
  }
  .h-new-list .h-new-slide {
    width: calc(50% - 4px);
    margin: 0 8px 12px 0;
  }
  .h-new-list .h-new-slide:nth-child(4n) {
    margin-right: 8;
  }
  .h-new-list .h-new-slide:nth-child(3n) {
    margin-right: 8px;
  }
  .h-new-list .h-new-slide:nth-child(2n) {
    margin-right: 0;
  }
  .h-new-image {
    height: 173px;
  }
  .h-new-info {
    padding: 12px 8px 8px;
  }
  .h-new-date {
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px;
  }
  .h-new-about {
    font-size: 14px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=news.output.css.map */
