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-bb-panel {
    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;
  }
  .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: block;
    margin-left: 66px;
  }
  .h-cart-window {
    display: none;
  }
  .h-header-cart {
    position: absolute;
    top: 6px;
    right: 46px;
  }
  .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 {
    margin-right: 46px;
  }
  .h-burger {
    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;
  }
}
@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-red-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.h-red-pagination .swiper-pagination-bullet {
  background: #a84747;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 6px;
}
.h-red-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  margin: 0 9px;
}

@media screen and (max-width: 1286px) {
  .h-red-pagination {
    margin-top: 24px;
  }
}
.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;
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.h-catalog-size-modal {
  display: none;
}

.h-catalog-card {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 339px;
}
.h-catalog-card:hover {
  z-index: 9 !important;
}

.h-cc-img {
  padding: 7px 5px 0 5px;
  height: 380px;
  display: block;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.h-cc-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.h-cc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s transform;
}
.h-catalog-card.form-rect .h-cc-img img, .h-catalog-card.form-track .h-cc-img img, .h-catalog-card.form-stand .h-cc-img img {
  object-fit: cover;
}
.h-catalog-card:hover .h-cc-img img {
  transform: scale(1.1);
}

.h-cc-magnifying {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100px);
  transition: 0.3s transform;
}
.h-catalog-card:hover .h-cc-magnifying {
  transform: none;
}

.h-cc-photo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100px);
  transition: 0.3s transform;
}
.h-catalog-card:hover .h-cc-photo {
  transform: none;
}

.h-cc-info {
  padding: 10px 16px 100px;
}

.h-cc-title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding-right: 43px;
}

.h-cc-coll-title {
  display: block;
  color: #a84747;
  margin-top: 5px;
  font-weight: 500;
}

.h-cc-bottom {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 10px;
}

.h-cc-about {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.h-cc-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #A84747;
  width: 100%;
  margin-bottom: 7px;
}
.h-cc-price span {
  font-size: 18px;
}
.h-cc-price del {
  font-size: 16px;
}
.h-cc-price dfn {
  font-size: 20px;
  text-decoration: none;
  color: #FF5C00;
}

.h-cc-sizes {
  position: relative;
}

.h-cc-sizes__value {
  padding: 3px 14px;
  background: #E7E7E7;
  border-radius: 20px;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}

.h-sizes-table {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: calc(100% + 9px);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
  z-index: 20;
}
.h-sizes-table.h-visible {
  opacity: 1;
  pointer-events: all;
}
.h-sizes-table.h-fixed {
  top: 0;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 0;
  padding-top: 50px;
}
.h-sizes-table.h-fixed .h-sizes-body:after {
  right: unset;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -12px;
  z-index: 0;
}
.h-sizes-table.h-fixed2 {
  top: 50%;
  left: 0;
  right: unset;
  padding-left: calc(100% + 9px);
}
.h-sizes-table.h-fixed2 .h-sizes-body:after {
  left: -11px;
  right: unset;
  transform: translateY(-50%) rotate(180deg);
}

.h-sizes-body {
  position: relative;
  padding: 12px 16px;
  background-color: #FFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: flex;
}
.h-sizes-body:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 11px;
  background-image: url("../img/sizes-arrow-CBYriXe.svg");
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}

.h-size-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A84747;
  border-radius: 2px;
  position: relative;
}
.h-size-btn .h-amount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #a84747;
  left: calc(100% - 10px);
  bottom: calc(100% - 10px);
}

.h-add-cart-message {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
}
.h-add-cart-message.h-active {
  display: flex;
}
.h-add-cart-message.h-success {
  background-color: #3B9933;
}
.h-add-cart-message.h-error {
  background-color: #E94343;
}

.h-sizes-line .h-add-cart-message {
  width: 30px;
  height: 30px;
  color: #000;
}
.h-sizes-line .h-add-cart-message .h-acm-tooltip {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #FFF;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.2));
}
.h-sizes-line .h-add-cart-message .h-acm-tooltip:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: -7px;
  right: 8px;
  transform: rotate(45deg);
  background-color: #FFF;
  border-radius: 1px;
}

.h-ip-actions .h-add-cart-message {
  width: 141px;
  height: 36px;
  column-gap: 8px;
  color: #FFF;
}

.h-sizes-col {
  position: relative;
  width: 201px;
  margin-right: 32px;
}
.h-sizes-col:last-child {
  margin-right: 0;
}
.h-sizes-col:last-child:after {
  display: none;
}
.h-sizes-col:after {
  content: "";
  position: absolute;
  right: -18px;
  top: -12px;
  bottom: -6px;
  width: 2px;
  background-color: #B9B9B9;
}

.h-sizes-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.h-sizes-line:last-child {
  margin-bottom: 0;
}

.h-size-line__action {
  display: flex;
  align-items: center;
}

.h-size-available {
  font-size: 16px;
  line-height: 24px;
  margin-right: 8px;
}

.h-size-input {
  width: 40px;
  height: 30px;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  padding: 0 8px;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 16px;
  line-height: 24px;
}

.h-size-btn {
  cursor: pointer;
}

.h-size-line__title {
  font-size: 16px;
  line-height: 24px;
}

.h-cc-bouble__list {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 5px;
}

.h-cc-bouble {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 1px;
  font-size: 16px;
  line-height: 24px;
  z-index: 2;
  background-color: #3B9933;
  color: #FFF;
  text-transform: uppercase;
}
.h-cc-bouble.h-green {
  background-color: #3B9933;
}
.h-cc-bouble.h-red {
  background-color: #A84747;
}
.h-cc-bouble.h-orange {
  background-color: #FF5C00;
}
.h-cc-bouble.h-yellow {
  background-color: #FAFF00;
  color: #2E2E2E;
}
.h-cc-bouble.h-little {
  font-size: 12px;
  line-height: 10px;
}

.h-cc-actions {
  display: flex;
  justify-content: space-between;
}
.h-cc-actions > * {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 2px;
  width: calc(50% - 4px);
  height: 42px;
}

.h-cc-try {
  color: #785A51;
  border: 1px solid #939393;
  transition: all 0.3s ease-in-out;
}
.h-cc-try:hover {
  color: #FFF;
  border: 1px solid #a84747;
  background-color: #a84747;
}

.h-cc-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #785A51;
  color: #FFF;
  transition: 0.3s background-color;
}
.h-cc-buy:hover {
  background-color: #6a4f47;
}

.h-catalog-load-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}
.h-catalog-load-modal.h-active {
  opacity: 1;
  pointer-events: all;
}

.h-clm-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  background-color: #FFF;
  border-radius: 2px;
}

.h-clm-close {
  top: 20px;
  right: 20px;
  position: absolute;
}

.h-clm-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.h-clm-label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border: 3px solid #A84747;
  border-radius: 2px;
  cursor: pointer;
}
.h-clm-label input {
  opacity: 0;
  display: none;
}
.h-clm-label svg {
  width: 80px;
  height: 80px;
}

.h-clm-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-clm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #A84747;
  width: 140px;
  height: 42px;
  border: 2px solid #A84747;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
}

.h-clm-subtitle {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  color: #A84747;
  font-size: 18px;
}

@media screen and (max-width: 1460px) {
  .h-cc-info {
    padding: 10px 16px 75px 12px;
  }
  .h-cc-bottom {
    left: 12px;
    right: 16px;
  }
}
@media screen and (max-width: 1286px) {
  .h-cc-info {
    padding: 10px 12px 70px 12px;
  }
  .h-cc-title {
    padding-right: 40px;
  }
}
@media screen and (max-width: 970px) {
  .h-cc-price {
    width: 100%;
    margin-bottom: 6px;
  }
  .h-cc-info {
    padding-bottom: 100px;
  }
  .h-cc-img {
    height: 280px;
  }
}
@media screen and (max-width: 740px) {
  .h-catalog-size-modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
  }
  .h-catalog-size-modal * {
    pointer-events: none !important;
  }
  .h-catalog-size-modal.h-active {
    opacity: 1;
    pointer-events: all;
  }
  .h-catalog-size-modal.h-active * {
    pointer-events: all !important;
  }
  .h-csm-cont {
    width: 90%;
    position: relative;
    margin: 40px 0;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 60px 20px 20px;
  }
  .h-csm-cont .h-sizes-table {
    width: 100%;
    padding: 0;
    position: static;
    transform: none;
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .h-csm-cont .h-sizes-body {
    box-shadow: none;
    display: block;
  }
  .h-csm-cont .h-sizes-body:after {
    display: none;
  }
  .h-csm-cont .h-sizes-col {
    width: 100%;
  }
  .h-csm-cont .h-sizes-col:after {
    display: none;
  }
  .h-csm-cont .h-sizes-line {
    margin-bottom: 8px;
  }
  .h-csm-close {
    top: 20px;
    right: 20px;
    position: absolute;
  }
  .h-cc-img {
    height: 246px;
  }
  .h-cc-magnifying {
    transform: none;
    left: 0;
  }
  .h-cc-photo {
    transform: none;
    right: 0;
  }
  .h-cc-magnifying,
  .h-cc-photo {
    width: 24px;
    height: 24px;
    bottom: 0;
  }
  .h-cc-magnifying svg,
  .h-cc-photo svg {
    width: 16px;
    height: 16px;
  }
  .h-cc-title {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .h-cc-coll-title {
    font-size: 14px;
  }
  .h-cc-info {
    padding: 10px 8px 95px 8px;
  }
  .h-cc-price {
    height: 40px;
  }
  .h-cc-price span {
    font-size: 16px;
  }
  .h-cc-sizes:hover .h-sizes-table {
    opacity: 0;
    pointer-events: none;
  }
  .h-cc-sizes__value {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
  }
  .h-cc-actions .h-cc-try {
    width: 100%;
    height: 36px;
  }
  .h-cc-actions .h-cc-buy {
    display: none;
  }
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.h-breadcrumbs {
  margin: 20px 0 47px;
}

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

.h-itemPage {
  margin-bottom: 120px;
}

.h-ip-main {
  margin-bottom: 110px;
  display: grid;
  justify-content: space-between;
}
.h-ip-main .h-sec-title {
  margin-bottom: 40px;
}

.h-content-rows {
  max-width: 654px;
  width: 100%;
}

.h-ip-imageBox {
  width: 706px;
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 5;
}

.h-row1,
.h-row2,
.h-row3,
.h-row4 {
  grid-column: 2;
}

.h-ip-image-item {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}
.h-ip-image-item:last-child {
  margin-bottom: 0;
}
.h-ip-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-ip-image-item:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  box-sizing: border-box;
  border: 3px solid #FFF;
  opacity: 0;
  transition: 0.3s opacity;
}
.h-ip-image-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 3px solid #A84747;
  opacity: 0;
  transition: 0.3s opacity;
}
.h-ip-image-item.h-active:before, .h-ip-image-item.h-active:after {
  opacity: 1;
}

.h-ip-imageBody {
  width: 602px;
  overflow: hidden;
}

.h-ip-image {
  position: relative;
  width: 100%;
  border-radius: 2px;
}

.h-ip-imageSlider {
  width: 100%;
}

.h-fittingBl {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.h-fittingBl .h-fittingBtn {
  width: 100%;
  height: 46px;
  color: #FFF;
  font-size: 16px;
  background-color: #785A51;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s background-color;
  position: relative;
}
.h-fittingBl .h-fittingBtn:hover {
  background-color: #6a4f47;
}
.h-fittingBl .h-fittingBtn svg {
  padding-right: 10px;
}

.h-ipi-btn {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-ip-search {
  left: 14px;
}

.h-ip-photo {
  right: 14px;
}

.h-ip-video-btn {
  right: 50%;
  top: 50%;
  margin-right: -20px;
  margin-top: -20px;
  background: none;
}

.h-ip-video-big-btn {
  width: 80px;
  height: 80px;
  right: 50%;
  top: 50%;
  margin-right: -40px;
  margin-top: -40px;
  background: none;
}

.h-ip-fitting {
  top: 14px;
  left: 14px;
}

.h-item-image-slide {
  position: relative;
}

.h-ip-imageActual {
  width: 100%;
  display: block;
  height: auto;
}

.h-ip-characteristics {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #BFBFBF;
}
.h-ip-characteristics .h-col {
  margin-right: 90px;
}
.h-ip-characteristics .h-col:nth-child(2n) {
  margin-right: 0;
}

.h-characteristics-item {
  margin-bottom: 15px;
  display: flex;
}
.h-characteristics-item:last-child {
  margin-bottom: 0;
}
.h-characteristics-item a {
  color: #1550c2 !important;
}
.h-characteristics-item .h-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #848484;
  width: 108px;
  box-sizing: border-box;
  padding-right: 12px;
}
.h-characteristics-item .h-value {
  max-width: 190px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

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

.h-ip-colors {
  padding: 20px 27px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 10px;
}
.h-ip-colors .h-ip-subtilte {
  margin-bottom: 12px;
}

.h-ip__colors-list {
  margin-bottom: -10px;
}

.h-ip__color-item {
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.h-ip__color-item:nth-child(5n) {
  margin-right: 0;
}

.h-ip__color-img {
  position: relative;
  width: 112px;
  height: 130px;
  margin-bottom: 8px;
  border-radius: 2px;
  overflow: hidden;
}
.h-ip__color-img:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  box-sizing: border-box;
  border: 3px solid #FFF;
  opacity: 0;
  transition: 0.3s opacity;
}
.h-ip__color-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 3px solid #A84747;
  opacity: 0;
  transition: 0.3s opacity;
}
.h-ip__color-item.h-active .h-ip__color-img:before, .h-ip__color-item.h-active .h-ip__color-img:after {
  opacity: 1;
}
.h-ip__color-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-ip__color-title {
  font-size: 16px;
  line-height: 24px;
}

.h-ip-form {
  padding: 20px 27px 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 24px;
}

.h-ip-form__list {
  max-width: 393px;
  width: 100%;
  margin-bottom: -10px;
}

.h-ip-form__item {
  margin: 0 10px 10px 0;
  padding: 4px 12px;
  background: #E7E7E7;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.h-ip-form__item.h-active {
  background-color: #A84747;
  color: #FFF;
}

.h-ip-sizes {
  padding-top: 24px;
  border-top: 1px solid #BFBFBF;
  margin-bottom: 32px;
}

.h-ip-size__title {
  margin-right: 17px;
  font-size: 24px;
  line-height: 34px;
}

.h-ip-size__list {
  max-width: 348px;
  margin-bottom: -12px;
}

.h-ip-size__item {
  box-sizing: border-box;
  min-width: 104px;
  padding: 3px 12px;
  background: #E7E7E7;
  border-radius: 20px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  margin: 0 12px 12px 0;
  transition: 0.3s;
}
.h-ip-size__item.h-active {
  background-color: #A84747;
  color: #FFF;
}

.h-ip-size__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #2E2E2E;
}
.h-ip-size__price span {
  font-size: 18px;
}
.h-ip-size__price dfn {
  text-decoration: none;
  color: #FF5C00;
}

.h-ip-table {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 36px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.h-ip-table tbody tr {
  border-top: 1px solid #BFBFBF;
}
.h-ip-table tbody tr:last-child td {
  padding-bottom: 16px;
}
.h-ip-table tbody td {
  padding: 4px 0;
  vertical-align: middle;
}
.h-ip-table thead td {
  padding: 12px 0 10px;
}
.h-ip-table .h-ip-table__store {
  padding-left: 24px;
}
.h-ip-table .h-ip-table__actions {
  padding-right: 24px;
  width: 241px;
}

.h-ip-actions {
  display: flex;
}

.h-ip-amount-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  height: 36px;
  background: #E7E7E7;
  border-radius: 2px;
  margin-right: 10px;
}
.h-ip-amount-box button {
  width: 29px;
  height: 100%;
  font-weight: 400;
  color: #A84747;
}
.h-ip-amount-box button.h-plus {
  font-size: 24px;
  line-height: 30px;
}
.h-ip-amount-box button.h-minus {
  font-size: 30px;
  line-height: 30px;
}
.h-ip-amount-box input {
  width: calc(100% - 58px);
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.h-ip-actino-button {
  width: 141px;
  height: 36px;
  background-color: #785A51;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s background-color;
  position: relative;
}
.h-ip-actino-button .h-amount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #a84747;
  left: calc(100% - 10px);
  bottom: calc(100% - 10px);
}
.h-ip-actino-button:hover {
  background-color: #6a4f47;
}

.h-ip-total {
  justify-content: flex-end;
}

.h-ip-total__value {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #A84747;
  margin-right: 24px;
}

.h-ip-total__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #785A51;
  border-radius: 2px;
  width: 194px;
  height: 46px;
  transition: 0.3s background-color;
  cursor: pointer;
}
.h-ip-total__link:hover {
  background-color: #6a4f47;
}

.h-ip-info {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.h-ip-info__tabs {
  height: 82px;
  width: 100%;
  background: #E9E9E9;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}

.h-ip-info__item {
  display: none;
}
.h-ip-info__item.h-active {
  display: block;
}

.h-ip-tabs__item {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
  cursor: pointer;
}
.h-ip-tabs__item.h-active {
  background-color: #FFF;
}

.h-ip-info__chars {
  padding: 53px 0 68px 48px;
}
.h-ip-info__chars .h-col {
  width: 25%;
}
.h-ip-info__chars .h-col:last-child {
  margin-right: 0;
}

.h-ip-char {
  display: flex;
  margin-bottom: 12px;
}
.h-ip-char:last-child {
  margin-bottom: 0;
}

.h-ip-char__title {
  width: 108px;
  padding-right: 12px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
  color: #848484;
}

.h-ip-char__value {
  font-size: 16px;
  line-height: 18px;
  width: calc(100% - 108px);
}

a.h-ip-char__value {
  color: #1550C2;
}

.h-ip-info__videos {
  padding: 54px 48px 50px;
  align-items: flex-start;
}

.h-ip-video {
  width: calc(50% - 10px);
  height: 324px;
  position: relative;
  margin: 0 0 20px 0;
}
.h-ip-video:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.h-ip-preview {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-ip-preview.h-out {
  animation-name: fadeOut;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.h-ip-preview img {
  transition: 0.05s transform linear;
  position: relative;
}

.h-ip-video-preview {
  background: #000;
}

.h-ip-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.h-ip-play svg {
  display: block;
}

.h-more {
  margin-bottom: 94px;
}
.h-more .h-sec-title {
  margin-bottom: 30px;
}
.h-more .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.h-more .swiper-wrapper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.swiper-wrapper .swiper-slide {
  transition: 0.3s opacity;
  height: auto;
}
.swiper-wrapper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

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

@media screen and (max-width: 1460px) {
  .h-breadcrumbs {
    margin: 30px 0 32px;
  }
  .h-itemPage {
    margin-bottom: 70px;
  }
  .h-ip-imageBody {
    width: 500px;
  }
  .h-ip-imageBox {
    width: 604px;
  }
  .h-ip-main .h-sec-title {
    margin-bottom: 26px;
  }
  .h-content-rows {
    max-width: 643px;
  }
  .h-ip-characteristics {
    padding-bottom: 30px;
  }
  .h-ip-colors {
    padding: 20px 21px;
  }
  .h-ip-form {
    margin-bottom: 20px;
  }
  .h-ip-sizes {
    align-items: center;
    margin-bottom: 54px;
  }
  .h-ip-sizes-left {
    display: block;
  }
  .h-ip-size__title {
    margin: 0 0 15px 0;
  }
  .h-ip-table {
    margin-bottom: 28px;
  }
  .h-more {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1340px) {
  .h-ip-imageBox {
    width: 586px;
  }
  .h-ip-imageBody {
    width: 482px;
  }
  .h-ip-main {
    grid-template-rows: auto;
    justify-content: start;
  }
  .h-ip-main .h-sec-title {
    margin-bottom: 24px;
  }
  .h-row1,
  .h-row3 {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 32px;
  }
  .h-row3 {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .h-row2 {
    margin-top: 40px;
    max-width: 643px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .h-row4 {
    margin-top: 46px;
    max-width: 100%;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .h-ip-characteristics {
    padding: 0;
    border: 0;
    display: block;
  }
  .h-ip-characteristics .h-col {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .h-ip-characteristics .h-col:last-child {
    margin-bottom: 0;
  }
  .h-characteristics-item {
    margin-bottom: 13px;
  }
  .h-characteristics-item .h-value {
    max-width: calc(100% - 108px);
  }
  .h-ip-form {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    display: block;
    margin: 0;
  }
  .h-ip-subtilte {
    margin-bottom: 16px;
  }
  .h-ip-form__list {
    max-width: 100%;
  }
  .h-ip-colors {
    margin: 0;
  }
  .h-ip-sizes {
    margin-bottom: 50px;
  }
  .h-ip-sizes-left {
    display: flex;
    align-items: center;
  }
  .h-ip-size__title {
    margin: 0 28px 0 0;
  }
  .h-ip-size__list {
    max-width: 580px;
  }
  .h-ip-table {
    margin-bottom: 30px;
  }
  .h-ip-info__chars {
    justify-content: space-between;
  }
  .h-ip-info__chars .h-col {
    width: 24%;
  }
  .h-ip-tabs__item {
    padding: 0 34px;
  }
  .h-ip-video {
    height: 200px;
  }
}
@media screen and (max-width: 970px) {
  .h-row1,
  .h-row3 {
    padding-left: 18px;
  }
  .h-ip-imageBox {
    width: 400px;
  }
  .h-ip-image-item {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
  }
  .h-ip-image-item:before {
    border-width: 2px;
  }
  .h-ip-image-item:after {
    border-width: 3px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }
  .h-ip-imageBody {
    width: 340px;
  }
  .h-ip-size__list {
    max-width: 400px;
  }
  .h-ip-tabs__item {
    font-size: 22px;
  }
  .h-ip-info__chars {
    flex-wrap: wrap;
    padding: 40px;
  }
  .h-ip-info__chars .h-col {
    width: 45%;
    box-sizing: border-box;
    padding: 0 1%;
    margin-bottom: 12px;
  }
  .h-ip-info {
    background-color: transparent;
    box-shadow: none;
  }
}
.h-ip-info__title {
  display: none;
}

@media screen and (max-width: 740px) {
  .h-cc-img {
    height: 246px;
  }
  .h-more {
    margin-bottom: 73px;
  }
  .h-more .h-sec-title {
    margin-bottom: 24px;
  }
  .h-catalog-card {
    opacity: 1;
  }
  .h-breadcrumbs {
    margin: 30px 0 20px;
  }
  .h-ip-main {
    margin-bottom: 60px;
    grid-template-columns: 100%;
  }
  .h-ip-main .h-sec-title {
    margin-bottom: 30px;
  }
  .h-ip-imageBox {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .h-ip-imageBody {
    margin-left: 5px;
    max-width: 400px;
    width: calc(100% - 55px);
  }
  .h-ipi-btn {
    bottom: 8px;
  }
  .h-ip-search {
    left: 8px;
  }
  .h-ip-photo {
    right: 8px;
  }
  .h-row1,
  .h-row3 {
    padding-left: 0;
    grid-column: 1;
  }
  .h-row3 {
    grid-row-start: auto;
    grid-row-end: auto;
  }
  .h-ip-characteristics {
    display: none;
  }
  .h-row2 {
    margin-top: 0;
    grid-column: 1;
  }
  .h-ip-colors {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .h-ip-form {
    margin-top: 40px;
  }
  .h-row4 {
    margin-top: 30px;
    grid-column: 1;
  }
  .h-ip-sizes-left {
    display: block;
  }
  .h-ip-size__title {
    margin: 0 0 15px 0;
  }
  .h-ip-sizes {
    position: relative;
    display: block;
  }
  .h-ip-size__price {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .h-ip-size__list {
    max-width: 100%;
  }
  .h-ip-info__chars {
    padding: 0;
    display: block;
  }
  .h-table-overflow {
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 46px;
    margin-right: -16px;
    padding-right: 16px;
  }
  .h-table-overflow .h-ip-table {
    box-shadow: none;
    min-width: 518px;
    margin-bottom: 0;
  }
  .h-table-overflow .h-ip-table .h-ip-table__actions {
    width: 216px;
  }
  .h-table-overflow .h-ip-table .h-ip-table__store {
    padding-left: 10px;
  }
  .h-table-overflow .h-ip-table .h-ip-table__actions {
    padding-right: 10px;
  }
  .h-ip-actino-button {
    width: 118px;
  }
  .h-ip-total__link {
    width: calc(100% - 126px);
    max-width: 257px;
  }
  .h-ip-info__tabs {
    display: none;
  }
  .h-ip-info__item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
  }
  .h-ip-info__item:last-child {
    margin-bottom: 0;
  }
  .h-ip-info__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    margin: 0 -20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
  .h-ip-info__title svg {
    transition: 0.3s transform;
  }
  .h-active .h-ip-info__title svg {
    transform: rotate(180deg);
  }
  .h-ip-info-cont {
    display: none;
    padding: 2px 0 16px;
  }
  .h-active .h-ip-info-cont {
    display: block;
  }
  .h-ip-info__chars .col {
    width: 100%;
  }
  .h-ip-video {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .h-ip-video:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .h-ip__color-item {
    margin-right: 9px;
  }
  .h-ip__color-item:nth-child(3n) {
    margin-right: 0px;
  }
  .h-ip__color-img {
    width: 108px;
    height: 130px;
  }
}
@media screen and (max-width: 374px) {
  .h-ip__color-item {
    margin-right: 8px;
    width: calc(33.3333333333% - 6px);
  }
  .h-ip__color-img {
    height: 120px;
    width: 100%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/ui/general.scss%22,%22../../assets/styles/ui/big-numlist.scss%22,%22../../assets/styles/ui/content-image.scss%22,%22../../assets/styles/ui/card-title-buttons.scss%22,%22../../assets/styles/ui/card-title-text-hor.scss%22,%22../../assets/styles/ui/card-title-text-vert.scss%22,%22../../assets/styles/ui/card-line-text.scss%22,%22../../assets/styles/ui/simple-benefits.scss%22,%22../../assets/styles/ui/simple-tableBlock.scss%22,%22../../assets/styles/ui/content-card.scss%22,%22../../assets/styles/ui/attention.scss%22,%22../../assets/styles/ui/simple-inputs.scss%22,%22../../assets/styles/ui/breadcrumbs.scss%22,%22../../assets/styles/ui/cookie.scss%22,%22../../assets/styles/ui/red-pagination.scss%22,%22../../assets/styles/ui/form-sec.scss%22,%22../../assets/styles/ui/map.scss%22,%22../../assets/styles/ui/fancybox.scss%22,%22../../assets/styles/ui/catalog-card.scss%22,%22../../assets/styles/ui/swiper-bundle.min.scss%22,%22../../assets/styles/itemPage.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAgFI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAWI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;AAAA;AAAA;EAII;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAIJ;AAEA;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AClOJ;EACI;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;;;AAMhB;EACI;IACI;;EACA;IACI;;EAIJ;IACI;;EACA;IACI;;EACA;IACI;IACA;IACA;;;AAOpB;EAEQ;IACI;;EAGA;IACI;;EACA;IACI;IACA;;;AAOpB;EAEQ;IACI;;EAEI;IACI;IACA;;EAEJ;IACI;IACA;;;ACrHpB;EACI;EACA;;;AAGJ;EACI;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;IACI;;;AAIR;EAEQ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAIJ;IACI;;;AAKZ;EACI;IACI;;EAGA;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;;AAKZ;EAEQ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;ACvGZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;;AAIR;EACI;IACI;;EACA;IACI;;EAGR;IACI;;;AAIR;EACI;IACI;IACA;;EACA;IACI;;;AC9CZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;;AAIR;EACI;IACI;;EACA;IACI;;;AAKZ;EACI;IACI;;EACA;IACI;IACA;;EAEJ;IACI;;;AAKZ;EACI;IACI;;;AC3CR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;IACI;;;AAIR;EAEQ;IACI;;;AAMZ;EACI;IACI;;;AC9BR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;EACA;IACI;IACA;;;AC/BR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EACA;IACI;;EAEJ;IACI;IACA;;;AAKZ;EAEQ;IACI;;EAGR;IACI;;EAEJ;IACI;IACA;IACA;;EACA;IACI;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;;ACxER;EACI;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;;AAIJ;EACI;EACA;EACA;;AAIJ;EACI;;AAGA;EACI;;;AAQpB;EACI;IACI;IACA;;EACA;IACI;IACA;;EACA;IACI;;EAGR;IACI;IACA;;;AAKZ;EAEQ;IACI;;;AClEZ;EACI;EACA;EACA;;;AAGJ;EACI;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;;AAKZ;EACI;IACI;;;AAIR;EACI;IACI;;;ACrDR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;;;AAKZ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;IACI;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;EAEA;IACI;;;ACjHZ;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAGR;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;;;AAKR;EACI;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;;AACA;EACI;;AAGR;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAKZ;EAIY;IACI;;EAEJ;IACI;;;AAMhB;EAEI;IACI;;EAEJ;IACI;;;AAIR;EACI;IACI;;;ACnNR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGA;EACI;;AAEJ;EACI;;;AZmOZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EAAa;;;AAGb;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;;AAIR;EAEQ;IACI;IACA;;;AAKZ;EACI;IACI;;EACA;IACI;IACA;IACA;;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;;AAOJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAKZ;EAEQ;IACI;IACA;IACA;;EAEJ;IACI;IACA;;EACA;IACI;;EAEJ;IACI;;;AAMhB;EAEQ;IACI;;EACA;IACI;;EAEJ;IACI;;;AAMhB;EAEQ;IACI;;EACA;IACI;;;AAMhB;EAGY;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAMhB;EAGY;IACI;IACA;;;AAMhB;EAEQ;IACI;IACA;;EACA;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAQZ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;;AAKJ;EACI;;AAIA;EACI;;AAMhB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;;;AAKZ;EAEQ;IACI;;EAEJ;IACI;IACA;;EACA;IACI;IACA;;EACA;IACI;;EAGR;IACI;IACA;;;AAMhB;EAGY;IACI;;EAIJ;IACI;;;AAMhB;EAEQ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAGA;IACI;;EAIJ;IACI;;EAIJ;IACI;;EAKI;IACI;;;AAQxB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;AACA;EACI;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;AAEA;EACI;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;;AAIR;AAAA;AAAA;EAGI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACI;EACA;EAEA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACI;EACA;;AAEA;AAAA;EACI;EACA;;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAQxB;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGA;EACI;;AAIJ;EACI;EACA;;AAIJ;EACI;;AACA;EACI;;AAIJ;EACI;EACA;;AAIZ;EACI;;AAEJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGA;EACI;;AAIJ;EACI;;AAEJ;EACI;;;AAMR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;;;AAKR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;;AAGR;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;;AACA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAKR;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAKR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;;AAEA;AAAA;EACI;;;AAIR;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;;;AAKZ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;EACA;;AAGR;EACI;;AACA;EACI;;AAEJ;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;;AAEJ;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EAEI;IACI;IACA;;EAEJ;IACI;IACA;;EACA;IACI;IACA;;EAEJ;IACI;;EAIR;IACI;IACA;IACA;;EAIA;IACI;IACA;;EAEJ;IACI;;EAGR;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;AAAA;IAEI;IACA;;EAEJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAIR;IACI;;;AAIR;EAEI;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAIJ;IACI;IACA;;EAGA;IACI;;EAGR;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;;EAEJ;IACI;;EAGR;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;;EAGR;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;;EAGR;IACI;MACI;;IAEJ;MACI;;;EAGR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;;EACA;IACI;;EAII;IACI;IACA;;EAEJ;IACI;;EACA;IACI;;EASR;IACI;;EAEJ;IACI;;EACA;IACI;;EAIZ;IACI;;EAIZ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EACA;IACI;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EACA;IACI;;EAGA;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAIZ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGR;IACI;;EAGI;IACI;;EAEJ;IACI;;EAIZ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;;EACA;IACI;;EAGR;IACI;;EAEJ;IACI;;EAGJ;IACI;;EAEJ;AAAA;IAEI;IACA;;EAEA;AAAA;IACI;;EAGR;IACI;IACA;;EAEJ;IACI;;EAGI;IACI;;EAIZ;IACI;IACA;IACA;;;AAIR;EAGI;IACI;;EAIA;IACI;;EAIJ;IACI;;EAKR;IACI;;EAEJ;IACI;;EAEI;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EAIZ;IACI;;EAEJ;IACI;IACA;;EACA;IACI;IACA;;EAGR;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAGR;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;;EAGR;IACI;;EAGR;IACI;IACA;;EAGA;IACI;;EAGJ;IACI;IACA;IACA;;;AAKZ;EAEI;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EACA;IACI;IACA;;EACA;IACI;IACA;IACA;IACA;;EAIZ;IACI;;EACA;IACI;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAIZ;IACI;IACA;;EAEJ;IACI;;EAGJ;IACI;IACA;;EAEJ;IACI;IACA;;EACA;IACI;;EAGR;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;;EACA;IACI;;EAGR;IACI;IACA;;EAGJ;IACI;;EAGJ;IAEI;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;;EACA;IACI;;EAEJ;IACI;;EAGR;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEI;IACI;;EAIZ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IAAa;;EAGjB;IACI;;EAEJ;AAAA;IAEI;IACA;IACA;;EAMA;IACI;IACA;;EAKR;IACI;;;AAIR;EAEI;IACI;;;Aaj3FR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAAG;EAA4B;;AAE/B;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC1DR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;;AAKZ;EACI;IACI;;;ACzBR;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAKZ;EACI;;;AAGJ;EAEI;IACI;;EACA;IACI;;EAEJ;IACI;;EAGR;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;;AAIR;EAEI;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EACA;IACI;;EAEJ;IACI;IACA;IACA;;EAGR;IACI;;EAEJ;IACI;IACA;;;AAIR;EAEI;IACI;;EAGA;IACI;;EAGR;IACI;;EACA;IACI;IACA;;EAGR;IACI;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EACA;IACI;;EAEJ;IACI;;;AC/MZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA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;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOZ;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AACA;EACI;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EAEA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EAEA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAEJ;IACI;IACA;;;AAIR;EAEI;IACI;;EAEJ;IACI;;;AAIR;EAEI;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;;AAKR;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;EAEJ;IACI;IACA;;EACA;IACI;;EAIZ;IACI;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EACA;IACI;;EAGR;IACI;;EACA;IACI;;EAGR;IACI;;EAGR;IACI;IACA;IACA;;EAGJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;AAAA;IAEI;IACA;IACA;;EACA;AAAA;IACI;IACA;;EAGR;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAKI;IACI;IACA;;EAIZ;IACI;IACA;IACA;;EAGA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J;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EAEI;;AAGR;EACI;EACA;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI;;AAEI;EACI;;AAIZ;EACI;EACA;;AAIJ;EACI;;AAGR;EACI;;AAEJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;;AACA;EACI;;AACA;EACI;;;AAKZ;EACI;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;IACI;;EAEJ;IACI;;;AAIR;EACI;IACI;;EAEJ;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;;AAIR;EAAqB;;;AAErB;EACI;EACA;EACA;EACA;;AACA;EACI;;;AAKR;EACI;;AACA;EACI;;AAGA;EACI;;AACA;EACI;;;AAOZ;EAEI;EACA;;AACA;EACI;;;AAMZ;EACI;;;AAGJ;EAEI;IACI;;EAGJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAGA;IACI;;EAGR;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEA;IACI;;EAGR;AAAA;IAEI;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EACA;IACI;IACA;;EACA;IACI;;EAIZ;IACI;;EACA;IACI;;EAGR;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAGJ;IACI;;EACA;IACI;;EAGR;IACI;;EAEJ;IACI;;;AAIR;EACI;AAAA;IAEI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;;EACA;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAGR;IACI;;EAEJ;IACI;;EAGJ;IACI;;EAEJ;IACI;IACA;;EACA;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;;;AAIR;EACI;;;AAGJ;EAEI;IACI;;EAGJ;IACI;;EACA;IACI;;EAGR;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;;EAGR;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;AAAA;IAEI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAIZ;IACI;;EAEJ;IACI;IACA;;EAGJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;EAGR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;EAGA;IACI;;EAIZ;IACI;IACA;;EACA;IACI;;EAGR;IACI;;EAEJ;IACI;IACA;;EACA;IACI;;;AAKZ;EACI;IACI;;EACA;IACI;;EAGR;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAEJ;IACI;IACA%22,%22file%22:%22itemPage.output.css%22%7D */
