@charset "UTF-8";
@font-face {
  font-family: "PTroot";
  src: url(../../static/fonts/PT-Root-UI_Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Bergamasco";
  src: url(../../static/fonts/BergamascoRegular.ttf);
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PTroot", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}

h1, .h1 {
  font-size: 96px;
  color: #1E1E1E;
}

h2, .h2 {
  font-size: 80px;
}

h3, .h3 {
  font-size: 64px;
}

h4, .h4 {
  font-size: 40px;
}

h5, .h5 {
  font-size: 32px;
}

h6, .h6 {
  font-size: 24px;
}

.t1-reg, .order-card__total-amount, .order__total-amount, .pass-sent-wrapper .pass-sent-text, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a, .modal-response .modal-content p, blockquote p {
  font-family: "PTroot", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.417;
}

.t1-med, #modal-certificates .modal-title p {
  font-family: "PTroot", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.417;
}

.t3-reg, .orders-pagination > *, .woocommerce .reset-pass-wrapper .lead-text, .woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword .lead-text, .woocommerce-error li {
  font-family: "PTroot", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.t3-med {
  font-family: "PTroot", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.t2-reg, form.woocommerce-EditAccountForm fieldset legend, .orders-back__text, .order-card__name, .order__name, .selection-product-card__text p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.t2-med {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.t4-reg, .article__content .wp-caption-text, .article__date, .article-tagcloud__wrap, .order-item__value, .order-item__subtitle, .order-item__attributes ul li p, .order-item__attributes ul li strong, .order-item__title, .order-item__category, .order-card__total-title, .order__total-title, .order-card__date, .order__date, .login-wrapper form.woocommerce-form .woocommerce-LostPassword a, .news-tags__link, .article-card__date, .input-relative-wrap input + .input-placeholder, .woocommerce-message {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.t4-med {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.t5-reg {
  font-family: "PTroot", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.t5-med {
  font-family: "PTroot", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.menu-16 {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.menu-14, .woocommerce-message .button.wc-forward {
  font-family: "PTroot", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}

blockquote {
  display: block;
  position: relative;
  width: 38.375rem;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  blockquote {
    width: 100%;
    padding-left: 3.125rem;
  }
}
blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../../static/img/blockquote.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  blockquote::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
blockquote p {
  color: #0C3612;
}
@media screen and (max-width: 767px) {
  blockquote p {
    font-size: 1rem;
    line-height: 1.125;
  }
}

* {
  box-sizing: border-box;
}

.grecaptcha-badge {
  z-index: -9999;
  opacity: 0;
}

html {
  font-size: 0.83333vw;
  line-height: 1.2;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.26667vw;
  }
}

body {
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #1E1E1E;
  background: #F1F1F1;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
}

main {
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}

canvas {
  display: block;
}

h1 {
  display: block;
}

div, a, button, pre {
  font-family: "PTroot", sans-serif;
}

a {
  color: #1E1E1E;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  a {
    cursor: auto;
  }
}

button {
  color: #1E1E1E;
  background: none;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

button {
  margin: 0;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  button {
    cursor: auto;
  }
}

pre {
  margin: 0;
}

.stop {
  transform: translate(0) !important;
}

.red {
  color: #960F0F;
}

.wrapper {
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0 1rem;
  }
}

.woocommerce-invalid:before {
  background: no-repeat;
  width: 1.875rem;
  height: 1.875rem;
}

select,
textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
}
select:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

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

.woocommerce-message {
  margin-top: 5.625rem;
  margin-bottom: 0;
  padding: 0.9375rem 1.875rem;
  width: 100%;
  display: flex;
  border-top: none;
  align-items: center;
  justify-content: space-between;
  font-family: "PTroot", sans-serif;
  background-color: #ECECEC;
  color: #1E1E1E;
  outline: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-message {
    margin-top: 4.375rem;
    padding: 1.25rem 0.625rem;
  }
}
.woocommerce-message:before {
  display: none;
}
.woocommerce-message:after {
  display: none;
}
.woocommerce-message .button :hover {
  background: #0C3612 !important;
  color: #D9D9D9 !important;
}
.woocommerce-message .button.wc-forward {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #0C3612;
  border-radius: 0;
  text-transform: uppercase;
  background: none;
  color: #0C3612;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .woocommerce-message .button.wc-forward {
    padding-left: 0.71875rem;
    padding-right: 0.71875rem;
  }
}
.woocommerce-message .button.wc-forward:hover {
  background: #0C3612 !important;
  color: #D9D9D9 !important;
}

.woocommerce-error {
  margin-top: 1.625rem !important;
  margin-bottom: 0.625rem;
  padding: 0.6875rem 0.9375rem 0.9375rem !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 0.25rem solid #960F0F;
  justify-content: space-between;
  font-family: "PTroot", sans-serif;
  background-color: rgba(150, 15, 15, 0.1);
  color: #1E1E1E;
  outline: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-error li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-error {
    margin-top: 1.25rem !important;
  }
}
.woocommerce-error:before {
  display: none;
}
.woocommerce-error:after {
  display: none;
}

.section-title {
  font-family: "Bergamasco";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-transform: lowercase;
  color: var(--black, #1E1E1E);
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.flex-filler {
  flex-grow: 1;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.user-content {
  font-family: "PTroot", sans-serif;
}
.user-content h2 {
  font-family: "Bergamasco";
  margin-top: 6.125rem;
  margin-bottom: 1.875rem;
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1;
}
.user-content h2:first-child {
  margin-top: 0;
}
.user-content h3 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.417;
  text-transform: none;
}
.user-content h4 {
  margin-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
.user-content h2:first-child, .user-content h3:first-child, .user-content p:first-child, .user-content ol:first-child, .user-content ul:first-child {
  margin-top: 0;
  padding-top: 0;
}
.user-content p, .user-content ul, .user-content ol {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.2;
}
.user-content ul, .user-content ol {
  padding-left: 20px;
}
.user-content img.alignleft {
  margin-top: 1.5625rem;
}
.user-content img.alignright {
  margin-top: 1.5625rem;
}
.user-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.user-content .alignleft {
  float: left;
  padding-right: 1.25rem;
}
.user-content .alignleft img {
  margin-top: 1.5625rem;
}
.user-content .alignright {
  float: right;
  padding-left: 1.25rem;
}
.user-content .alignright img {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .user-content h2 {
    margin-top: 5rem;
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
  }
  .user-content h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
  .user-content p, .user-content ul, .user-content ol {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.noscroll {
  overflow-y: hidden;
}

.btn-round-arrow {
  display: table;
  padding: 1.0625rem 2.5625rem;
  border-radius: 3.3125rem;
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  background-color: rgba(48, 84, 36, 0.8);
  color: #D9D9D9;
  transition: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-round-arrow {
    text-transform: lowercase;
    font-weight: 400;
  }
}
.btn-round-arrow::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 2.3125rem;
  height: 1.125rem;
  vertical-align: middle;
  line-height: 0;
  background-image: url("/wp-content/themes/iskra/front/static/img/arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-round-arrow:hover {
  background: #0C3612;
  transition: none;
}

.btn-square {
  display: table;
  padding: 1.0625rem 2.5625rem;
  border: none;
  border-radius: 0;
  font-family: "PTroot", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: rgba(48, 84, 36, 0.8);
  color: #D9D9D9;
  transition: none;
  cursor: pointer;
}
.btn-square:hover {
  background-color: #0C3612;
  transition: none;
}
.btn-square:disabled, .btn-square[disabled] {
  background-color: #8E8E8E;
  color: #D9D9D9;
  cursor: not-allowed;
}

a {
  transition: color 0.4s;
}
a:hover {
  transition: 0.4s;
}
a:focus, a:active {
  outline: none;
}

input:focus-visible {
  outline: none;
}

.input-relative-wrap {
  position: relative;
}
.input-relative-wrap input + .input-placeholder {
  position: absolute;
  top: 0.625rem;
  left: 1.0625rem;
  pointer-events: none;
  color: #1E1E1E;
  z-index: 2;
}
.input-relative-wrap input + .input-placeholder .required {
  font-weight: 400;
  color: #960F0F;
}
.input-relative-wrap input:not(:placeholder-shown) + .input-placeholder {
  display: none;
}

.accordion-item {
  width: 62.5rem;
}
.accordion-item .accordion-content {
  padding: 2.1875rem 2.1875rem;
  cursor: pointer;
  background: #D9D9D9;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.625rem;
}
.accordion-item .accordion-content .accordion-title .title-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.accordion-item .accordion-content .accordion-title .title-wrapp .title {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  width: 54.0625rem;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-content .accordion-title .title-wrapp .title {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
}
.accordion-item .accordion-content .accordion-title .icon {
  transition: all 0.3s;
}
.accordion-item .accordion-content .accordion-title .icon svg path {
  transition: all 0.7s;
}
.accordion-item .accordion-content .accordion-title .icon svg path:last-child {
  transform: rotate(0deg);
  transform-origin: center;
}
.accordion-item .accordion-content .accordion-title .icon.rotate svg rect {
  fill: #000;
}
.accordion-item .accordion-content .accordion-title .icon.rotate svg path {
  transition: all 0.7s;
}
.accordion-item .accordion-content .accordion-title .icon.rotate svg path:last-child {
  transform: rotate(-90deg);
  transform-origin: center;
}
.accordion-item .accordion-content .accordion-title .icon svg {
  width: 2.8125rem;
  height: 2.8125rem;
  flex-shrink: 0;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.accordion-item .accordion-content .accordion-title .icon svg path {
  transition: all 0.4s;
}
.accordion-item .accordion-content .accordion-includes {
  display: none;
  margin-top: 1.0625rem;
}
.accordion-item .accordion-content .accordion-includes.active {
  display: block;
}
.accordion-item .accordion-content .accordion-includes .desc-acc {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.accordion-item .accordion-content .accordion-includes .desc-acc ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}
.accordion-item .accordion-content .accordion-includes .desc-acc ul li {
  list-style-type: disc;
}
.accordion-item .accordion-content .accordion-includes .desc-acc .combination-card {
  padding: 0.9375rem;
  border-radius: 0.25rem;
  background: #F2F2F2;
  gap: 1.0625rem;
}
.accordion-item .accordion-content .accordion-includes .desc-acc .combination-card img {
  width: 4.5rem;
  height: 4.4375rem;
}
.accordion-item .accordion-content .accordion-includes .desc-acc .combination-card .info {
  gap: 0.1875rem;
}
.accordion-item .accordion-content .accordion-includes .desc-acc .combination-card .info span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
}
.accordion-item .accordion-content .accordion-includes .desc-acc .combination-card .info span:last-child {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-content .accordion-includes .desc-acc .img-wrapp-sert {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
  }
}
.accordion-item .accordion-content .accordion-includes .desc-acc .img-wrapp-sert img {
  width: 15rem;
  height: 22.5625rem;
}

.accordion2 details summary {
  list-style: none;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 20px;
  line-height: 1.4;
  user-select: none;
  cursor: pointer;
}
.accordion2 details summary::marker, .accordion2 details summary::-webkit-details-marker {
  display: none;
}
.accordion2 details summary::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: #1E1E1E;
  transform: translateY(-50%);
}
.accordion2 details summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: #1E1E1E;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.accordion2 details.open summary::after {
  transform: translateY(-50%) rotate(0);
}
.accordion2 details.open + hr {
  margin-top: 0.625rem;
}
.accordion2__item {
  margin-top: 1.5625rem;
}
.accordion2__item:first-child {
  margin-top: 0;
}
.accordion2__content p {
  font-size: 16px;
  padding: 0 !important;
}
.accordion2__border {
  margin: 0;
  margin-top: 0;
  border: none;
  height: 1px;
  background-color: rgba(142, 142, 142, 0.3);
  transition: margin 0.5s;
}

.modal-shadow {
  background: rgba(30, 30, 30, 0.5);
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.modal {
  position: fixed;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #F1F1F1;
  border-radius: 0px;
  padding: 0;
  max-height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 0;
    transform: none;
  }
}
.modal-wrap {
  opacity: 0;
  will-change: opacity;
  position: relative;
  z-index: -1;
}

.modal-wrap .modal {
  display: block !important;
}

.modal-show {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
  z-index: 10000;
  position: relative;
}

.modal-wrapper {
  position: relative;
  /* overflow: hidden; */
  padding: 0;
  width: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 1279px) {
  .modal-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .modal-wrapper {
    width: 100% !important;
    padding: 2.5rem 0.625rem !important;
  }
}

.modal-wrapper .container-сheckbox {
  margin-bottom: 0 !important;
}

.modal-cross {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  z-index: 10;
  cursor: pointer;
}

.hide-modal-content {
  display: none;
}

.modal-active {
  overflow-y: hidden;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.417;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.modal-content {
  margin-top: 1.875rem;
}

#how-to-choose-size .modal-wrapper {
  width: 28.875rem;
  padding: 1.25rem 1.9375rem;
}

#hint-about-gift .modal-wrapper {
  width: 58.75rem;
  padding: 1.25rem 2.0625rem 2.3125rem 2rem;
}
#hint-about-gift .modal-content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
}
#hint-about-gift .modal-content-wrapper > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
#hint-about-gift .modal-content-image {
  flex-shrink: 0;
}
#hint-about-gift .modal-content-image img {
  width: 23.375rem;
  height: 28.0625rem;
  object-fit: cover;
  object-position: center;
}
#hint-about-gift .modal-content-image-col2 {
  display: none;
}
#hint-about-gift .modal-content-text p {
  font-size: 1.125rem;
  font-weight: 600;
}
#hint-about-gift .modal-content-form p {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #hint-about-gift .modal-content-form p {
    font-size: 1rem;
  }
}
#hint-about-gift .modal-content-form p + .input-wrapper {
  margin-top: 0.9375rem;
}
#hint-about-gift .input-wrapper {
  position: relative;
  margin-top: 0.25rem;
}
#hint-about-gift .input-wrapper .input-placeholder {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  pointer-events: none;
  z-index: 2;
}
#hint-about-gift .input-wrapper .input-placeholder .required {
  color: #960F0F;
}
#hint-about-gift .input-wrapper input:not(:placeholder-shown) + .input-placeholder {
  display: none;
}
#hint-about-gift .input-wrapper--acceptance {
  margin-top: 1.625rem;
}
#hint-about-gift .input-wrapper--acceptance .wpcf7-list-item {
  margin: 0;
}
#hint-about-gift .input-wrapper--acceptance .wpcf7-list-item-label {
  font-size: 0.75rem;
  color: #8E8E8E;
}
#hint-about-gift .input-wrapper--acceptance .wpcf7-list-item-label a {
  color: #1D4115;
  text-decoration: underline;
}
#hint-about-gift .input-wrapper--submit {
  margin-top: 1.375rem;
}
#hint-about-gift .input-wrapper--submit input[type=submit] {
  width: 100%;
  text-transform: none;
}
#hint-about-gift .wpcf7-response-output {
  display: none;
  margin: 0;
  margin-top: 1.25rem;
  padding: 0.3125rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  #hint-about-gift .modal-content-wrapper {
    flex-direction: column;
  }
  #hint-about-gift .modal-content-image {
    display: flex;
    align-items: center;
  }
  #hint-about-gift .modal-content-image-col1 {
    flex-shrink: 0;
    display: block;
  }
  #hint-about-gift .modal-content-image-col1 img {
    width: 10.5rem;
    height: 12.625rem;
  }
  #hint-about-gift .modal-content-image-col2 {
    flex-grow: 1;
    display: block;
    padding-left: 1.25rem;
  }
  #hint-about-gift .modal-content-image-col2 p {
    font-size: 1rem;
  }
  #hint-about-gift .modal-content-data .modal-content-text {
    display: none;
  }
}
.modal-response .modal {
  background-image: url("../../static/img/modal-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.modal-response .modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50rem;
  height: 37.5rem;
  padding-left: 6.4375rem;
  padding-right: 6.4375rem;
}
.modal-response .modal-cross path {
  fill: #D9D9D9;
}
.modal-response .modal-title p {
  font-family: "Bergamasco", sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  text-align: center;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .modal-response .modal-title p {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.267;
  }
}
.modal-response .modal-content {
  margin-top: 1.25rem;
}
.modal-response .modal-content p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal-response .modal-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  #modal-certificates .modal {
    top: 50%;
    left: 50%;
    width: calc(100% - 1.25rem);
    height: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
}
#modal-certificates .modal-wrapper {
  width: 85rem; /* было 54.375rem (870px), стало 85rem (1360px) */
  padding: 2.5rem 3.125rem; /* ещё увеличили отступы */
    max-width: 90vw; /* ограничиваем по ширине экрана */
}
@media screen and (max-width: 767px) {
  #modal-certificates .modal-wrapper {
    padding: 1.25rem 1.6875rem !important;
  }
}
#modal-certificates .modal-cross {
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  #modal-certificates .modal-title p {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
#modal-certificates .modal-content {
  padding-left: 5rem; /* было 3.125rem, увеличили */
    padding-right: 5rem; /* было 3.125rem, увеличили */
    padding-bottom: 3.125rem; /* было 1.875rem, увеличили */
}
@media screen and (max-width: 767px) {
  #modal-certificates .modal-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.double-slider {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.double-slider__back-slider, .double-slider__front-slider, .double-slider__text-slider {
  position: relative;
}
.double-slider__back-slider, .double-slider__front-slider {
  z-index: 1;
}
.double-slider__back-slider .swiper-wrapper, .double-slider__front-slider .swiper-wrapper {
  height: 44.1875rem;
}
.double-slider__back-slider .swiper-slide, .double-slider__front-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
.double-slider__back-slider .swiper-slide:has(~ .swiper-slide-active) .double-slider__slide, .double-slider__front-slider .swiper-slide:has(~ .swiper-slide-active) .double-slider__slide {
  left: -2.8125rem;
}
.double-slider__back-slider .swiper-slide-prev .double-slider__slide, .double-slider__front-slider .swiper-slide-prev .double-slider__slide {
  left: -6.25rem !important;
  transition: 1.5s;
}
.double-slider__back-slider .swiper-slide-next .double-slider__slide, .double-slider__front-slider .swiper-slide-next .double-slider__slide {
  left: 6.25rem !important;
  transition: 1.5s;
}
.double-slider__back-slider .swiper-slide-active .text-cont, .double-slider__front-slider .swiper-slide-active .text-cont {
  width: 37.5rem;
  opacity: 1;
}
.double-slider__back-slider .swiper-slide-active .photo, .double-slider__front-slider .swiper-slide-active .photo {
  width: 37.5rem;
  height: 44.1875rem !important;
}
.double-slider__back-slider .swiper-slide-active:hover .double-slider__slide-img2, .double-slider__front-slider .swiper-slide-active:hover .double-slider__slide-img2 {
  opacity: 1;
}
.double-slider__back-slider .swiper-slide-active ~ .swiper-slide .double-slider__slide, .double-slider__front-slider .swiper-slide-active ~ .swiper-slide .double-slider__slide {
  left: 2.8125rem;
}
.double-slider__slide {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  left: 0;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  transition: 2s;
}
.double-slider__slide .photo {
  position: relative;
  width: 17.8125rem;
  height: 20.9375rem;
  transition: width 2s, height 2s;
}
.double-slider__slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  max-width: none !important;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 1s;
  z-index: 1;
}
.double-slider__slide-img2 {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px) !important;
  max-width: none !important;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 1s;
  z-index: 2;
}
.double-slider__front-slider {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  width: calc(100% - 1.875rem);
  clip-path: polygon(34% 0, 66% 0, 66% 100%, 34% 100%);
  z-index: 2;
}
.double-slider__text-slider .swiper-wrapper {
  align-items: flex-start;
}
.double-slider__text-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  opacity: 0 !important;
  transition: opacity 1.5s;
}
.double-slider__text-slider .swiper-slide:has(~ .swiper-slide-active) .double-slider__slide {
  left: -2.8125rem;
}
.double-slider__text-slider .swiper-slide-prev .double-slider__slide {
  left: -6.25rem !important;
  transition: 1.5s;
}
.double-slider__text-slider .swiper-slide-next .double-slider__slide {
  left: 6.25rem !important;
  transition: 1.5s;
}
.double-slider__text-slider .double-slider__text-box {
  transform: none;
  transition: transform 1.5s;
}
.double-slider__text-slider .swiper-slide-active {
  opacity: 1 !important;
}
.double-slider__text-slider .swiper-slide-active .double-slider__text-box {
  width: 37.5rem;
  transform: translateX(-52.5%);
  opacity: 1;
}
.double-slider__text-slider .swiper-slide-active .double-slider__slide {
  left: 50%;
}
.double-slider__text-slider .swiper-slide-active ~ .swiper-slide .double-slider__slide {
  left: 2.8125rem;
}
.double-slider__text-box {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 1.25rem;
  width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.double-slider__text-left, .double-slider__text-right {
  width: 50%;
}
.double-slider__category {
  display: block;
  font-size: 1.125rem;
  line-height: 1.22;
  color: #666;
  transition: color 0.4s;
}
.double-slider__category:hover {
  color: #1E1E1E;
}
.double-slider__product {
  display: block;
  font-size: 1.25rem;
  line-height: 1.22;
  color: #1E1E1E;
  text-decoration: none;
  transition: color 0.4s;
}
.double-slider__product:hover {
  text-decoration: underline;
}
.double-slider__text-right {
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
  text-align: right;
  color: #1E1E1E !important;
  transition: color 0.75s;
}
.double-slider__text-right del {
  position: relative;
  margin-right: 0.9375rem;
  text-decoration: none;
  color: #8E8E8E !important;
  opacity: 1 !important;
  transition: color 0.75s;
}
.double-slider__text-right del::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8E8E8E !important;
  transition: background-color 0.75s;
  z-index: 2;
}
.double-slider__text-right ins {
  text-decoration: none;
  color: #1E1E1E;
  transition: color 0.75s;
}
.double-slider__text-right:hover {
  color: #D9D9D9 !important;
}
.double-slider__text-right:hover del {
  color: #D9D9D9 !important;
}
.double-slider__text-right:hover del::after {
  background-color: #D9D9D9 !important;
}
.double-slider__text-right:hover ins {
  color: #D9D9D9;
}
.double-slider .slider-button-cont {
  margin-top: 1.5625rem;
}

.double-slider-mob {
  width: 100%;
  padding: 1.875rem 0.625rem;
  height: max-content;
}
.double-slider-mob .slider-of-product {
  width: 100%;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .slide {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  height: 26.25rem;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .text-cont {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: space-between;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .text-cont .name-cat {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  width: 50%;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .text-cont .name-cat a {
  display: block;
  margin-top: 0.625rem;
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .text-cont .name-cat p {
  color: #1E1E1E;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.double-slider-mob .slider-of-product .swiper .swiper-wrapper .swiper-slide .text-cont .price {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  white-space: nowrap;
  width: 50%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-align: right;
  color: #1E1E1E;
  gap: 0.625rem;
}
.double-slider-mob .swiper-pagination-double-slider-mob {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.double-slider-mob .swiper-pagination-double-slider-mob .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.double-slider-mob .swiper-pagination-double-slider-mob .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}

.product-card {
  position: relative;
	
}
.product-card::after {
  content: "";
  display: block;
  padding-top: 117.83%;
}
.product-card a.woocommerce-LoopProduct-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-card a.woocommerce-LoopProduct-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  max-width: none;
  height: 100% !important;
  max-height: none;
  margin-bottom: 0 !important;
  object-fit: cover;
  object-position: center center;
}

.product-card a.woocommerce-LoopProduct-link img:first-child {
  	z-index: 1;
	
}
.product-card a.woocommerce-LoopProduct-link img:last-child {
  opacity: 0;
  transition: opacity 0.75s;
  z-index: 2;
}
.product-card__data {
  position: absolute;
  left: 1.875rem;
  bottom: 1.5625rem;
  width: calc(60% - 1.875rem);
  z-index: 3;
}
.product-card__data a {
  font-size: 1.125rem;
  line-height: 1.22;
  color: #8E8E8E;
  transition: color 0.75s;
}
.product-card__data .woocommerce-loop-product__title {
  padding-top: 0.625rem;
  padding-bottom: 0 !important;
  font-family: "PTroot", sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.1;
  text-transform: none;
  color: #1E1E1E;
  transition: color 0.75s;
}
.product-card__price {
  position: absolute;
  right: 1.875rem;
  bottom: 1.5625rem;
  width: calc(50% - 1.875rem);
  text-align: right;
  z-index: 3;
}
.product-card__price a {
  font-size: 1.125rem;
  line-height: 1.22;
  color: #8E8E8E;
  transition: color 0.75s;
}
.product-card__price span.price {
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
  color: #1E1E1E !important;
  transition: color 0.75s;
}
.product-card__price span.price del {
  position: relative;
  margin-right: 0.9375rem;
  text-decoration: none;
  color: #8E8E8E !important;
  opacity: 1 !important;
  transition: color 0.75s;
}
.product-card__price span.price del::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8E8E8E !important;
  transition: background-color 0.75s;
  z-index: 2;
}
.product-card__price span.price ins {
  text-decoration: none;
  color: #1E1E1E;
  transition: color 0.75s;
}
.product-card:hover a.woocommerce-LoopProduct-link img:last-child {
  opacity: 1;
}
.product-card:hover .product-card__data a {
  color: #D9D9D9;
}
.product-card:hover .product-card__data .woocommerce-loop-product__title {
  color: #D9D9D9;
}
.product-card:hover .product-card__price span.price {
  color: #D9D9D9 !important;
}
.product-card:hover .product-card__price span.price del {
  color: #D9D9D9 !important;
}
.product-card:hover .product-card__price span.price del::after {
  background-color: #D9D9D9 !important;
}
.product-card:hover .product-card__price span.price ins {
  color: #D9D9D9;
}
.product-card + .add_to_cart_inline {
  margin-top: 1.25rem;
  padding: 0 !important;
  border: none !important;
}
.product-card + .add_to_cart_inline .btn-square {
  width: 100%;
  margin-top: 0 !important;
  padding: 17px 41px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-card__data {
    top: 1.5625rem;
    left: 2.625rem;
    bottom: auto;
    width: calc(100% - 5.25rem);
  }
  .product-card__data a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
  }
  .product-card__data .woocommerce-loop-product__title {
    font-size: 1rem !important;
    line-height: 1.2;
    text-align: center;
  }
	
	
	
  .product-card__price {
    left: 2.625rem;
    right: auto;
    bottom: 1.5625rem;
    width: calc(100% - 5.25rem);
    text-align: center;
  }
  .product-card__price span.price {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.25rem !important;
    text-align: center;
  }
  .product-card__price span.price del {
    order: 0;
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }
  .product-card__price span.price del::after {
    bottom: 0.5625rem;
  }
  .product-card__price span.price ins {
    order: 5;
  }
  .product-card__price span.price::after {
    content: "";
    order: 4;
    width: 100%;
    height: 0;
  }
  .product-card__price span.price > span:first-child {
    order: 0;
    margin-right: 0.3125rem;
  }
  .product-card__price span.price > span:last-child {
    order: 3;
    margin-left: 0.3125rem;
  }
}
.product-labels {
  position: absolute;
  top: 1.875rem;
  left: 0;
  z-index: 3;
}
.product-labels__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
  text-align: center;
  background-color: #0C3612;
  color: #D9D9D9;
}
.product-labels__item:first-child {
  margin-top: 0;
}
.product-labels__item--discount {
  background-color: #0C3612;
}
.product-labels__item--new {
  background-color: #960F0F;
}
.product-labels__item--bestseller {
  background-color: #1E1E1E;
}

@media screen and (max-width: 767px) {
  .product-labels {
    top: 0.625rem;
    z-index: 3;
  }
  .product-labels__item {
    width: 2.625rem;
    height: 2rem;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.product-grid-pagination {
  margin-top: 7.125rem;
}

.facetwp-facet-pagination {
  margin-bottom: 0 !important;
}
.facetwp-facet-pagination .facetwp-pager {
  text-align: center;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page {
  vertical-align: middle;
  font-size: 1.25rem;
  margin: 0 0.3125rem;
  padding: 0 0.3125rem;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 1.4;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.active) {
  color: #8E8E8E;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.active):hover {
  color: #0C3612;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page img {
  display: block;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev img, .facetwp-facet-pagination .facetwp-pager .facetwp-page.next img {
  width: 2.375rem;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(365%) hue-rotate(60deg) brightness(86%) contrast(95%);
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev img:hover, .facetwp-facet-pagination .facetwp-pager .facetwp-page.next img:hover {
  filter: brightness(0) saturate(100%) invert(17%) sepia(14%) saturate(2457%) hue-rotate(77deg) brightness(89%) contrast(97%);
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev.active, .facetwp-facet-pagination .facetwp-pager .facetwp-page.next.active {
  pointer-events: none;
  opacity: 0.5;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev img {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .facetwp-facet-pagination .facetwp-pager {
    display: flex;
    align-items: center;
  }
  .facetwp-facet-pagination .facetwp-pager .facetwp-page.prev, .facetwp-facet-pagination .facetwp-pager .facetwp-page.next {
    flex-grow: 1;
  }
  .facetwp-facet-pagination .facetwp-pager .facetwp-page.prev {
    margin-left: 0;
    padding-left: 0;
  }
  .facetwp-facet-pagination .facetwp-pager .facetwp-page.next {
    margin-right: 0;
    padding-right: 0;
  }
  .facetwp-facet-pagination .facetwp-pager .facetwp-page.next img, .facetwp-facet-pagination .facetwp-pager .facetwp-page.next svg {
    float: right;
  }
}
.icons-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.icons-list--horizontal {
  flex-direction: row;
}
.icons-list a {
  background: #D9D9D9;
  border-radius: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-list a svg {
  width: 1.1875rem;
  height: 1.1875rem;
}
.icons-list a:hover {
  background: #305424;
}
.icons-list a:hover svg path {
  fill: #D9D9D9;
}

@media screen and (max-width: 767px) {
  .icons-list a {
    width: 3rem;
    height: 3rem;
  }
  .icons-list a svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.woocommerce ul.products {
  margin-bottom: 0;
}
.woocommerce ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.woocommerce ul.products.columns-3 li.product {
  width: 33.33%;
  margin: 0;
  padding: 0;
  margin-top: 0.25rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 100%;
    margin-top: 0.625rem;
  }
  .woocommerce ul.products.columns-3 li.product:first-child {
    margin-top: 0;
  }
}
.filter-flyout {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -26.6875rem;
  width: 26.6875rem;
  height: 100%;
  padding: 2.375rem 1.875rem;
  background-color: #D9D9D9;
  transition: left 0.5s;
  z-index: 200;
}
.filter-flyout.active {
  left: 0;
}
.filter-flyout__close {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  cursor: pointer;
}
.filter-flyout__inner {
  overflow-y: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.filter-flyout .accordion2 details summary {
  padding-left: 2.1875rem;
  font-size: 1.5rem;
}
.filter-flyout .accordion2 details summary::before, .filter-flyout .accordion2 details summary::after {
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  .filter-flyout .accordion2 details summary {
    font-size: 1.375rem;
  }
}
.filter-flyout .accordion2__item {
  margin-top: 0.625rem;
}
.filter-flyout .accordion2__item .facetwp-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.875rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.6875rem;
  background: url("/wp-content/themes/iskra/front/static/img/checkbox-off.svg") 0 48% no-repeat;
}
.filter-flyout .accordion2__item .facetwp-checkbox.checked {
  background-image: url("/wp-content/themes/iskra/front/static/img/checkbox-on.svg");
}
.filter-flyout .accordion2__item .facetwp-checkbox .facetwp-display-value {
  font-size: 1rem;
  line-height: 1.2;
}
.filter-flyout .accordion2__item .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filter-flyout .accordion2__border {
  display: none;
}
.filter-flyout__price {
  margin-top: 5rem;
  padding-left: 0.625rem;
  padding-right: 1.25rem;
}
.filter-flyout__price .facetwp-slider-reset {
  display: none;
}
.filter-flyout__price .facetwp-slider-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-flyout__price .facetwp-slider-label .slider-min, .filter-flyout__price .facetwp-slider-label .slider-max {
  padding: 0.3125rem 0.625rem;
  border-radius: 1.875rem;
  font-size: 1rem;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.6);
}
.filter-flyout__price .facetwp-slider-label .slider-min {
  position: relative;
  left: -0.625rem;
}
.filter-flyout__price .facetwp-slider-label .slider-max {
  position: relative;
  left: 0.8125rem;
}
.filter-flyout__price .facetwp-slider-wrap {
  padding-bottom: 1.4375rem;
}
.filter-flyout__price .noUi-target {
  border: none;
  height: 0.3125rem;
}
.filter-flyout__price .noUi-horizontal .noUi-handle {
  top: -0.75rem;
  right: -0.875rem;
  width: 1.8125rem;
  height: 1.8125rem;
  border: none;
  border-radius: 50%;
  background-color: #305424;
}
.filter-flyout__price .noUi-connect {
  background-color: #305424 !important;
}
.filter-flyout__reset {
  padding-left: 0.3125rem;
}
.filter-flyout__reset .facetwp-facet {
  margin-bottom: 0;
}
.filter-flyout__reset button {
  display: table;
  padding: 1.0625rem 2.5625rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #305424;
  color: #D9D9D9;
  opacity: 0.8;
  cursor: pointer;
}
.filter-flyout__reset button:hover {
  background-color: #0C3612;
  opacity: 1;
}
.filter-flyout__apply {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter-flyout {
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 0.625rem 0.9375rem;
  }
  .filter-flyout__inner {
    overflow-y: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .filter-flyout__price {
    margin-top: 3.125rem;
  }
  .filter-flyout__reset {
    padding-left: 0;
  }
  .filter-flyout__reset button {
    width: 100%;
  }
  .filter-flyout__apply {
    display: block;
    margin-top: 4px;
  }
  .filter-flyout__apply button {
    width: 100%;
  }
}
input:not(input[type=checkbox], input[type=radio], input[type=submit]) {
  width: 100%;
  height: 3.0625rem;
  padding: 0.9375rem;
  border: none;
  border-radius: 0;
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  background-color: #fff;
}

textarea {
  width: 100%;
  height: 5.1875rem;
  padding: 0.9375rem;
  border: none;
  border-radius: 0;
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  resize: none;
}

input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}
input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.375rem;
  margin: 0 0.125rem;
  background-image: url("/wp-content/themes/iskra/front/static/img/checkbox-off.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
input[type=checkbox]:checked:before {
  background-image: url("/wp-content/themes/iskra/front/static/img/checkbox-on.svg");
}

input[type=radio] {
  vertical-align: middle !important;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}
input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.375rem;
  margin: 0 0.125rem;
  background-image: url("/wp-content/themes/iskra/front/static/img/radio-off.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=radio]:hover:before {
  background-image: url("/wp-content/themes/iskra/front/static/img/radio-hover.svg");
}
input[type=radio]:checked:before {
  background-image: url("/wp-content/themes/iskra/front/static/img/radio-on.svg");
  cursor: default;
}

.search-box {
  display: flex;
  position: relative;
}
.search-box__magnifier {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 2.25rem;
  background-color: transparent;
  transition: left 0.5s;
  z-index: 3;
}
.search-box__input {
  padding-left: 1.8125rem !important;
  width: 2.75rem !important;
  height: 2.25rem !important;
  border-bottom: 1px solid transparent !important;
  background-color: transparent !important;
  transition: width 0.5s, padding-left 0.5s, border-color 0.5s;
}
.search-box__times {
  position: absolute;
  top: 0.53125rem;
  right: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  transition: visibility 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.search-box__times.active {
  opacity: 1;
  visibility: visible;
}
.search-box__times::before, .search-box__times::after {
  content: "";
  position: absolute;
  background-color: #1E1E1E;
  z-index: 2;
}
.search-box__times::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.search-box__times::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.search-box.active .search-box {
  display: flex;
  position: relative;
}
.search-box.active .search-box__magnifier {
  left: -0.8125rem;
  pointer-events: none;
}
.search-box.active .search-box__input {
  padding-left: 1.875rem !important;
  width: 37.5rem !important;
  border-color: rgba(30, 30, 30, 0.6) !important;
}
.search-box.active .search-box__times {
  pointer-events: all;
}

.order-status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.5rem;
  padding: 0 0.75rem;
  border-radius: 2.5625rem;
  background-color: #D9D9D9;
  color: #1E1E1E;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.order-status--green {
  background-color: rgba(48, 84, 36, 0.3);
}
.order-status--red {
  background-color: rgba(150, 15, 15, 0.3);
}
.order-status--gray {
  background-color: #8E8E8E;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  padding: 0.625rem;
  padding-left: 0.9375rem;
  background-color: transparent;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    padding-left: 0.625rem;
  }
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  color: #1E1E1E;
  display: flex;
  width: 100%;
  height: 100%;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: #1D4115;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover {
  background-color: rgba(48, 84, 36, 0.2);
}

.article-card__img-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
}
.article-card__img-box::after {
  content: "";
  display: block;
  padding-top: 97.07%;
}
.article-card__img-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 0.4s;
  z-index: 1;
}
.article-card__img-elem:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .article-card__img-elem:hover {
    transform: scale(1);
  }
}
.article-card__news-tags {
  margin-top: 0.625rem;
}
.article-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1E1E1E;
  transition: color 0.4s;
}
@media screen and (max-width: 767px) {
  .article-card__title {
    font-size: 1rem;
  }
}
.article-card__title:hover {
  color: #1D4115;
}
.article-card__date {
  display: block;
  margin-top: 0.9375rem;
  color: #8E8E8E;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
}
.news-tags__item {
  position: relative;
  margin-top: 0.3125rem;
  padding-right: 2.1875rem;
}
.news-tags__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.1875rem;
  height: 0.375rem;
  border-radius: 50%;
  transform: translateY(-50%) rotate(30deg);
  background-color: #1D4115;
  z-index: 1;
}
.news-tags__item:last-child {
  padding-right: 0;
}
.news-tags__item:last-child::after {
  display: none;
}
.news-tags__link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #1D4115;
}
.news-tags__link:hover {
  text-decoration: underline;
}

.user-swiper {
  margin-top: 1.875rem;
  position: relative;
}
.user-swiper__img-box {
  position: relative;
}
.user-swiper__img-box::after {
  content: "";
  display: block;
  padding-top: 55.4%;
}
.user-swiper__img-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: 1;
}
.user-swiper__controls, .product-tag-slider__controls, .similar-news__controls, .certificates__controls {
  display: flex;
  justify-content: center;
  margin-top: 0.8125rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .user-swiper__controls, .product-tag-slider__controls, .similar-news__controls, .certificates__controls {
    margin-top: 1.25rem;
  }
}
.user-swiper__controls > *, .product-tag-slider__controls > *, .similar-news__controls > *, .certificates__controls > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.user-swiper__left, .similar-news__left, .user-swiper__right, .similar-news__right {
  height: 1.0625rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .user-swiper__left, .similar-news__left, .user-swiper__right, .similar-news__right {
    display: none;
  }
}
.user-swiper__pagin, .product-tag-slider__pagin, .similar-news__pagin, .certificates__pagin {
  display: none;
  margin-bottom: 30px;
  justify-content: center;
}
.user-swiper__pagin .swiper-pagination-bullet, .product-tag-slider__pagin .swiper-pagination-bullet, .similar-news__pagin .swiper-pagination-bullet, .certificates__pagin .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.user-swiper__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-tag-slider__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active, .similar-news__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active, .certificates__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .user-swiper__pagin, .product-tag-slider__pagin, .similar-news__pagin, .certificates__pagin {
    display: flex;
  }
}

.selection-card {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(100vh - 8.125rem);
  color: #D9D9D9;
}
.selection-card__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.selection-card__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .selection-card__fade {
    opacity: 1;
  }
}
.selection-card__content {
  position: relative;
  z-index: 3;
}
.selection-card__title {
  font-family: "Bergamasco", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .selection-card__title {
    font-size: 4.6875rem;
    word-break: break-all;
  }
}
.selection-card__subtitle p {
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: right;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .selection-card__subtitle p {
    text-align: center;
    font-size: 1.25rem;
  }
}
.selection-card__description {
  position: absolute;
  left: 50%;
  bottom: 15.56%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .selection-card__description {
    left: 1.875rem;
    bottom: 1.875rem;
    right: 1.875rem;
    transform: none;
  }
}
.selection-card__description p {
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .selection-card__description p {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .selection-card__description p br {
    display: none;
  }
}
.selection-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.selection-card:hover .selection-card__fade {
  opacity: 1;
}
.selection-card--showcase {
  height: 100vh;
}
.selection-card--showcase .selection-card__fade {
  opacity: 1;
}
.selection-card--showcase .selection-card__subtitle p {
  text-align: center;
}

.selection-product-card {
  position: relative;
}
.selection-product-card__img-box {
  position: relative;
}
.selection-product-card__img-box::after {
  content: "";
  display: block;
  padding-top: 118.34%;
}
.selection-product-card__img-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-position: center center;
  object-fit: cover;
  z-index: 1;
}
.selection-product-card__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  padding: 3.75rem;
  background-color: rgba(12, 54, 18, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .selection-product-card__text {
    position: static;
    margin-top: 0.625rem;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}
.selection-product-card__text p {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .selection-product-card__text p {
    margin-top: 0.625rem !important;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #1E1E1E;
  }
}
.selection-product-card:hover .selection-product-card__text {
  opacity: 1;
  visibility: visible;
}

.yith-wcwl-add-to-wishlist {
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  margin-top: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .yith-wcwl-add-to-wishlist {
    top: 0.625rem;
    right: 0.625rem;
  }
}
.yith-wcwl-add-to-wishlist a {
  display: block !important;
  position: relative;
  margin-top: 0 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  font-size: 0;
}
.yith-wcwl-add-to-wishlist a svg, .yith-wcwl-add-to-wishlist a span {
  display: none;
}
.yith-wcwl-add-to-wishlist a::before {
  content: "" !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background-color: rgba(231, 231, 231, 0.75);
  transition: background-color 0.4s;
  z-index: 1;
}
.yith-wcwl-add-to-wishlist a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../static/img/wishlist-off.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.4s;
  z-index: 2;
}
.yith-wcwl-add-to-wishlist a:hover::after {
  transform: scale(1.1);
}
.yith-wcwl-add-to-wishlist a.delete_item::before {
  display: none !important;
}
.yith-wcwl-add-to-wishlist a.delete_item::after {
  background-image: url("../../static/img/wishlist-on.svg");
  background-color: white;
  border-radius: 50%;
}
.yith-wcwl-add-to-wishlist a .blockUI.blockOverlay {
  top: 125% !important;
  left: 50% !important;
  width: 1.5625rem !important;
  height: 1.5625rem !important;
  border-radius: 50%;
  background-color: #D9D9D9 !important;
  transform: translateX(-50%);
}

.product-info .yith-wcwl-add-to-wishlist {
  position: static;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .product-info .yith-wcwl-add-to-wishlist {
    width: 3rem;
  }
}

.certificates__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -1.25rem; /* было -0.6875rem, увеличили */
    margin-right: -1.25rem; /* было -0.6875rem, увеличили */
}
@media screen and (max-width: 767px) {
  .certificates__list {
    display: none;
  }
}
.certificates__item {
  width: 50%;
  margin-top: 2.5rem; /* было 1.375rem, увеличили */
    padding-left: 1.25rem; /* было 0.6875rem, увеличили */
    padding-right: 1.25rem; /* было 0.6875rem, увеличили */
}
@media screen and (max-width: 767px) {
  .certificates__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .certificates__item {
    width: 100%;
  }
}
.certificates__photo {
  display: block;
  width: 100%;
}
.certificates__swiper {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .certificates__swiper {
    display: block;
  }
}
.certificates__controls {
  margin-top: 4rem; /* было 2.8125, увеличили */
}
@media screen and (max-width: 767px) {
  .certificates__controls {
    margin-top: 2.1875rem; 
  }
}
.certificates-button {
  text-decoration: underline;
  color: #1D4115;
  cursor: pointer;
}
.certificates-button:hover {
  opacity: 0.7;
}

.header-main {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #F1F1F1;
  z-index: 115;
}
.header-main .wrapper {
  height: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main .wrapper .nav-block {
  display: flex;
  gap: 3.1875rem;
}
.header-main .wrapper .nav-block a {
  width: 2.375rem;
  height: 3rem;
}
.header-main .wrapper .nav-block a svg, .header-main .wrapper .nav-block a img {
  height: 100%;
  flex-shrink: 0;
}
.header-main .wrapper .nav-block svg {
  width: 2.375rem;
  height: 3rem;
  flex-shrink: 0;
}
.header-main .wrapper .nav-block svg path {
  fill: #1E1E1E;
}
.header-main .wrapper .nav-block img {
  width: 2.375rem;
  height: 3rem;
  filter: brightness(0) saturate(100%) invert(6%) sepia(7%) saturate(11%) hue-rotate(314deg) brightness(108%) contrast(87%);
}
.header-main .wrapper .nav-block ul {
  display: flex;
  align-items: center;
}
.header-main .wrapper .nav-block ul li {
  padding: 0 0.8125rem;
  font-style: "PTroot", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
}
.header-main .wrapper .nav-block ul li a {
  color: #1E1E1E;
}
.header-main .wrapper .nav-block ul li a:hover {
  color: #0C3612;
}
.header-main .wrapper .links-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header-main .wrapper .links-block {
    gap: 0.375rem;
  }
}
.header-main .wrapper .links-block .link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
}
@media screen and (max-width: 767px) {
  .header-main .wrapper .links-block .link-wrapper {
    width: 2rem;
  }
}
.header-main .wrapper .links-block svg {
  width: 1.5625rem;
  height: 1.125rem;
}
.header-main .wrapper .links-block svg path {
  fill: #1E1E1E;
}
.header-main .wrapper .links-block a {
  display: flex;
  align-items: center;
}
.header-main .wrapper .links-block a svg {
  width: 1.5625rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.header-main .wrapper .links-block a svg path {
  fill: #1E1E1E;
}
.header-main .wrapper .links-block a:hover svg path {
  fill: #0C3612;
}
.header-main .wrapper .mobile-links-block {
  display: none;
}
.header-main .wrapper .mobile-links-block .open-mobile-menu, .header-main .wrapper .mobile-links-block .close-mobile-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
}
.header-main .wrapper .mobile-links-block .open-mobile-menu svg, .header-main .wrapper .mobile-links-block .close-mobile-menu svg {
  width: 100%;
  height: auto;
}
.header-main--light {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: transparent;
  transition: background-color 0.5s;
  z-index: 115;
}
.header-main--light .wrapper {
  height: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main--light .wrapper .nav-block {
  display: flex;
  gap: 3.1875rem;
}
.header-main--light .wrapper .nav-block a {
  width: 2.375rem;
  height: 3rem;
}
.header-main--light .wrapper .nav-block a svg, .header-main--light .wrapper .nav-block a img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.header-main--light .wrapper .nav-block svg {
  width: 2.375rem;
  height: 3rem;
  flex-shrink: 0;
}
.header-main--light .wrapper .nav-block svg path {
  fill: #D9D9D9;
  transition: fill 0.5s;
}
.header-main--light .wrapper .nav-block img {
  width: 2.375rem;
  height: 3rem;
  filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(335%) hue-rotate(158deg) brightness(88%) contrast(105%);
}
.header-main--light .wrapper .nav-block ul {
  display: flex;
  align-items: center;
}
.header-main--light .wrapper .nav-block ul li {
  padding: 0 0.8125rem;
  font-style: "PTroot", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
}
.header-main--light .wrapper .nav-block ul li a {
  color: #D9D9D9;
}
.header-main--light .wrapper .nav-block ul li a:hover {
  color: #fff;
}
.header-main--light .wrapper .links-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header-main--light .wrapper .links-block {
    gap: 0.375rem;
  }
}
.header-main--light .wrapper .links-block svg {
  width: 1.5625rem;
  height: 1.125rem;
}
.header-main--light .wrapper .links-block svg path {
  fill: #D9D9D9;
  transition: fill 0.5s;
}
.header-main--light .wrapper .links-block a {
  display: flex;
  align-items: center;
}
.header-main--light .wrapper .links-block a svg {
  width: 1.5625rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.header-main--light .wrapper .links-block a svg path {
  fill: #D9D9D9;
  transition: fill 0.5s;
}
.header-main--light .wrapper .links-block a:hover svg path {
  fill: #fff;
}
.header-main--light .wrapper .mobile-links-block {
  display: none;
}
.header-main--light .search-box__input {
  color: #D9D9D9;
}
.header-main--light .search-box__times::before, .header-main--light .search-box__times::after {
  background-color: #D9D9D9;
}
.header-main--light .search-box.active .search-box__input {
  border-color: rgba(217, 217, 217, 0.6) !important;
}
.header-main--light.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #F1F1F1;
  z-index: 115;
}
.header-main--light.scrolled .wrapper {
  height: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main--light.scrolled .wrapper .links-block.mobile-links-block {
  display: none;
}
.header-main--light.scrolled .wrapper .nav-block {
  display: flex;
  gap: 3.1875rem;
}
.header-main--light.scrolled .wrapper .nav-block a {
  width: 2.375rem;
  height: 3rem;
}
.header-main--light.scrolled .wrapper .nav-block a svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.header-main--light.scrolled .wrapper .nav-block svg {
  width: 2.375rem;
  height: 3rem;
  flex-shrink: 0;
}
.header-main--light.scrolled .wrapper .nav-block svg path {
  fill: #1E1E1E;
}
.header-main--light.scrolled .wrapper .nav-block ul {
  display: flex;
  align-items: center;
}
.header-main--light.scrolled .wrapper .nav-block ul li {
  padding: 0 0.8125rem;
  font-style: "PTroot", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
}
.header-main--light.scrolled .wrapper .nav-block ul li a {
  color: #1E1E1E;
}
.header-main--light.scrolled .wrapper .nav-block ul li a:hover {
  color: #0C3612;
}
.header-main--light.scrolled .wrapper .links-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header-main--light.scrolled .wrapper .links-block {
    gap: 0.375rem;
  }
}
.header-main--light.scrolled .wrapper .links-block svg {
  width: 1.125rem;
  height: 1.125rem;
}
.header-main--light.scrolled .wrapper .links-block svg path {
  fill: #1E1E1E;
}
.header-main--light.scrolled .wrapper .links-block a {
  display: flex;
  align-items: center;
}
.header-main--light.scrolled .wrapper .links-block a svg {
  width: 1.265625rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.header-main--light.scrolled .wrapper .links-block a svg path {
  fill: #1E1E1E;
}
.header-main--light.scrolled .wrapper .links-block a:hover svg path {
  fill: #0C3612;
}
.header-main--light.scrolled .search-box__input {
  color: #1E1E1E;
}
.header-main--light.scrolled .search-box__times::before, .header-main--light.scrolled .search-box__times::after {
  background-color: #1E1E1E;
}
.header-main--light.scrolled .search-box.active .search-box__input {
  border-color: rgba(30, 30, 30, 0.6) !important;
}

.header-flyout {
  display: none;
}

.cart-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.2;
  background-color: #1D4115;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cart-counter {
    top: -0.1875rem;
    right: -0.375rem;
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .header-main .wrapper {
    height: 3.75rem;
    padding: 0.875rem 0.625rem;
  }
  .header-main .wrapper .mobile-links-block {
    display: flex;
    gap: 0.6875rem;
  }
  .header-main .wrapper .mobile-links-block .open-mobile-menu svg {
    width: auto;
    height: 1.875rem;
  }
  .header-main .wrapper .mobile-links-block .link-search svg {
    width: auto;
    height: 1.25rem;
  }
  .header-main .wrapper .nav-block {
    height: 100%;
  }
  .header-main .wrapper .nav-block .header-logo-wrap {
    display: block;
    width: auto;
    height: 100%;
  }
  .header-main .wrapper .nav-block .header-logo {
    position: absolute;
    left: 50%;
    width: 1.625rem;
    height: 1.96875rem;
    transform: translateX(-50%);
  }
  .header-main .wrapper .nav-block > ul {
    display: none;
  }
  .header-main .wrapper .links-block .search-box {
    display: none;
  }
  .header-main .wrapper .links-block .link-account {
    order: 2;
  }
  .header-main .wrapper .links-block .link-favorite {
    order: 1;
  }
  .header-main .wrapper .links-block .link-cart {
    order: 3;
  }
  .header-main .wrapper .links-block > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
  }
  .header-main--light.scrolled .wrapper {
    height: 3.75rem;
    padding: 0.875rem 0.625rem;
  }
  .header-main--light.scrolled .wrapper .links-block.mobile-links-block {
    display: flex;
    gap: 0.6875rem;
  }
  .header-main--light.scrolled .wrapper .links-block.mobile-links-block .open-mobile-menu svg {
    width: auto;
    height: 1.875rem;
  }
  .header-main--light.scrolled .wrapper .links-block.mobile-links-block .link-search svg {
    width: auto;
    height: 1.25rem;
  }
  .header-main--light.scrolled .wrapper .nav-block {
    height: 100%;
  }
  .header-main--light.scrolled .wrapper .nav-block .header-logo-wrap {
    display: block;
    width: auto;
    height: 100%;
  }
  .header-main--light.scrolled .wrapper .nav-block .header-logo {
    position: absolute;
    left: 50%;
    width: 1.625rem;
    height: 1.96875rem;
    transform: translateX(-50%);
  }
  .header-main--light.scrolled .wrapper .nav-block > ul {
    display: none;
  }
  .header-main--light.scrolled .wrapper .links-block .search-box {
    display: none;
  }
  .header-main--light.scrolled .wrapper .links-block .link-account {
    order: 2;
  }
  .header-main--light.scrolled .wrapper .links-block .link-favorite {
    order: 1;
  }
  .header-main--light.scrolled .wrapper .links-block .link-cart {
    order: 3;
  }
  .header-main--light.scrolled .wrapper .links-block > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
  }
  .header-flyout {
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s;
    background-color: #F1F1F1;
    z-index: 195;
  }
  .header-flyout.active {
    left: 0;
  }
  .header-flyout__inner {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 2.5rem;
  }
  .header-flyout__search {
    margin-top: 1.5625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .header-flyout .search-box__magnifier {
    top: 0.375rem;
    width: 1.125rem;
    color: #1E1E1E;
    pointer-events: none;
  }
  .header-flyout .search-box__magnifier svg path {
    fill: #1E1E1E;
  }
  .header-flyout .search-box__input {
    position: static;
    padding-left: 1.75rem !important;
    width: 100% !important;
    height: 3.0625rem !important;
    border-bottom: 1px solid rgba(30, 30, 30, 0.6) !important;
  }
  .header-flyout .search-box__times {
    display: none;
  }
  .header-flyout .search-box.active .search-box__input {
    padding-left: 1.75rem !important;
    width: 100% !important;
  }
  .header-flyout__menu {
    margin-top: 1.5625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .header-flyout__menu > ul > li {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(142, 142, 142, 0.3);
  }
  .header-flyout__menu > ul > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .header-flyout__menu > ul > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: "Bergamasco", sans-serif;
    font-size: 1.5625rem;
    text-transform: lowercase;
  }
  .header-flyout__menu > ul > li a::after {
    content: "";
    display: block;
    width: 2.375rem;
    height: 1.1875rem;
    background-image: url("/wp-content/themes/iskra/front/static/img/arrow.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(28%) sepia(22%) saturate(1088%) hue-rotate(60deg) brightness(90%) contrast(91%);
  }
  .header-flyout__socials {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .header-flyout__socials .icons-list {
    justify-content: center;
  }
  .header-flyout__socials .icons-list a {
    width: 3rem;
    height: 3rem;
  }
  .header-flyout__socials .icons-list a svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.footer-main {
  display: flex;
  height: 38.625rem;
  position: relative;
}
.footer-main .first-block {
  width: 50%;
  height: 100%;
  background: #0C3612;
  padding: 3.125rem 2.625rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-main .first-block .links-block-footer {
  display: flex;
  justify-content: space-between;
}
.footer-main .first-block .links-block-footer .menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer-main .first-block .links-block-footer .menu li a {
  font-size: 1.25rem;
  font-style: "PTroot", sans-serif;
  color: #D9D9D9;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer-main .first-block .links-block-footer .menu li a {
    font-size: 1.125rem;
  }
}
.footer-main .first-block .links-block-footer .menu li a:hover {
  color: #fff;
}
.footer-main .first-block .links-block-footer .socials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-main .first-block .links-block-footer .socials .icons-list a {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.footer-main .first-block .block-letters {
  display: flex;
  flex-direction: column;
  color: #D9D9D9;
  margin-bottom: 4.6875rem;
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 {
  width: 100%;
  /* создание в label псевдоэлемента  before со следующими стилями */
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-response-output {
  display: none;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field {
  display: flex;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .wpcf7-form-control-wrap input {
  width: 100%;
  background: #0C3612;
  padding-left: 0;
  border: none;
  color: #D9D9D9;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .wpcf7-form-control-wrap input::placeholder {
  color: #D9D9D9;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  bottom: 0.6875rem;
  left: 4.375rem;
  flex: 0 0 auto;
  font-size: 0.75rem;
  user-select: none;
  pointer-events: none;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .merged-field__button {
  position: relative;
  display: inline-block;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .merged-field__button .wpcf7-form-control.wpcf7-submit {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .merged-field__button::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="38" height="20" viewBox="0 0 38 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.2197 0.973168C25.7675 0.902528 26.2688 1.2893 26.3394 1.83705C26.5804 3.70592 28.9286 8.38014 37.1075 9.26507C37.6565 9.32448 38.0535 9.81776 37.9941 10.3668C37.9416 10.8521 37.5501 11.2186 37.0808 11.2562C28.8743 12.0954 26.5696 16.4902 26.3383 18.1714C26.263 18.7186 25.7585 19.1011 25.2113 19.0258C24.6642 18.9506 24.2817 18.446 24.3569 17.8989C24.6128 16.0389 26.1393 13.2018 29.8118 11.2593H1.02979C0.4775 11.2593 0.0297852 10.8116 0.0297852 10.2593C0.0297852 9.70699 0.4775 9.25927 1.02979 9.25927H30.0379C26.1807 7.18328 24.6109 4.07106 24.3558 2.09286C24.2852 1.54511 24.672 1.04381 25.2197 0.973168Z" fill="%23D9D9D9"/></svg>') no-repeat center center;
  background-size: contain;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .merged-field .merged-field__button .wpcf7-spinner {
  display: none;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .policy {
  margin-top: 1rem;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .policy .wpcf7-not-valid-tip {
  position: absolute;
  top: 0.75rem;
  left: 1.6875rem;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item-label span {
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.2;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item-label span a {
  font-weight: 400;
  color: #8E8E8E;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item-label span a:hover {
  color: #fff;
  font-weight: 500;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 input[type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 1.1875rem;
  height: 1.1875rem;
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  flex-shrink: 0;
  flex-grow: 0;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.1875 6.0625C17.1875 5.51022 16.7398 5.0625 16.1875 5.0625H5.8125C5.26022 5.0625 4.8125 5.51022 4.8125 6.0625V16.4375C4.8125 16.9898 5.26022 17.4375 5.8125 17.4375H16.1875C16.7398 17.4375 17.1875 16.9898 17.1875 16.4375V6.0625ZM16.875 3.375C17.9796 3.375 18.875 4.27043 18.875 5.375V17.125C18.875 18.2296 17.9796 19.125 16.875 19.125H5.125C4.02043 19.125 3.125 18.2296 3.125 17.125V5.375C3.125 4.27043 4.02043 3.375 5.125 3.375H16.875Z' fill='%238E8E8E'/%3e%3c/svg%3e ");
  margin-right: 0.5rem;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
}
@media screen and (max-width: 767px) {
  .footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before {
    margin-top: 0.125rem;
    margin-right: 0.625rem;
  }
}
.footer-main .first-block .block-letters .form-sender .wpcf7 .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.8125 5.0625C5.26022 5.0625 4.8125 5.51022 4.8125 6.0625V16.4375C4.8125 16.9898 5.26022 17.4375 5.8125 17.4375H16.1875C16.7398 17.4375 17.1875 16.9898 17.1875 16.4375V6.0625C17.1875 5.51022 16.7398 5.0625 16.1875 5.0625H5.8125ZM3.125 5.375C3.125 4.27043 4.02043 3.375 5.125 3.375H16.875C17.9796 3.375 18.875 4.27043 18.875 5.375V17.125C18.875 18.2296 17.9796 19.125 16.875 19.125H5.125C4.02043 19.125 3.125 18.2296 3.125 17.125V5.375ZM14.9375 9.59766L9.875 14.6953L7.02741 11.8477C6.69875 11.5191 6.70273 10.985 7.03626 10.6613C7.36282 10.3443 7.88335 10.3482 8.20514 10.67L9.875 12.3398L13.7773 8.40234C14.106 8.07372 14.64 8.07774 14.9637 8.41123C15.2807 8.73779 15.2768 9.25835 14.955 9.58014L14.9375 9.59766Z' fill='%238E8E8E'/%3e%3c/svg%3e ");
}
.footer-main .first-block .block-letters .form-sender .sent .wpcf7-response-output {
  display: none;
}
.footer-main .first-block .block-letters .form-sender hr {
  width: 100%;
  height: 2px;
  margin: 0;
  border: none;
  background-color: #D9D9D9;
}
.footer-main .first-block .block-letters:hover hr {
  background-color: #fff;
}
.footer-main .first-block .under-links {
  display: flex;
  justify-content: space-between;
}
.footer-main .first-block .under-links .copyright {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: rgba(217, 217, 217, 0.8);
}
.footer-main .first-block .under-links a {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: rgba(217, 217, 217, 0.8);
}
.footer-main .sec-block {
  width: 50%;
  height: 100%;
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
.footer-main .sec-block .text-block {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 3.125rem 2rem 0 0;
}
.footer-main .sec-block .text-block p {
  color: #0C3612;
  text-align: right;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}
.footer-main .sec-block .logo-photo {
  padding: 0 0 0 2.5rem;
}
.footer-main .sec-block .logo-photo svg {
  width: 55.375rem;
  height: 17.375rem;
}
.footer-main .under-links {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  padding: 0 1.875rem;
}
.footer-main .under-links .block {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #305424;
  padding: 1.25rem 0;
}
.footer-main .under-links .block a svg {
  width: 8.9375rem;
  height: 2.5rem;
}
.footer-main .under-links .block a svg path {
  transition: all 1s;
}
.footer-main .under-links .block a svg:hover path {
  fill: #1D4115;
}
.footer-main .under-links .block .links {
  display: flex;
  gap: 10.625rem;
  align-items: center;
}
.footer-main .under-links .block .links .copyright {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: rgba(217, 217, 217, 0.8);
}
.footer-main .under-links .block .links a {
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: rgba(217, 217, 217, 0.8);
}
.footer-main .under-links .block .links a:hover {
  color: #fff;
  font-weight: 500;
}
.footer-main .under-links .block .links a svg {
  width: 8.9375rem;
  height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .footer-main {
    flex-direction: column;
    height: auto;
  }
  .footer-main .first-block {
    order: 2;
  }
  .footer-main .sec-block {
    order: 1;
  }
  .footer-main .under-links {
    order: 3;
  }
  .footer-main .sec-block {
    flex-direction: column-reverse;
    width: 100%;
    padding: 2.5rem 0.625rem;
    gap: normal;
  }
  .footer-main .sec-block .logo-photo {
    padding: 0;
  }
  .footer-main .sec-block .logo-photo svg {
    width: 100%;
    height: auto;
  }
  .footer-main .sec-block .text-block {
    width: 100%;
    padding-top: 1.25rem;
    padding-right: 0;
  }
  .footer-main .sec-block .text-block p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
  }
  .footer-main .sec-block .text-block p br {
    display: none;
  }
  .footer-main .first-block {
    width: 100%;
    padding: 2.5rem 0.625rem 5.25rem;
  }
  .footer-main .first-block .links-block-footer {
    flex-direction: column;
  }
  .footer-main .first-block .socials {
    order: -1;
  }
  .footer-main .first-block .socials .icons-list {
    flex-direction: row;
    justify-content: center;
  }
  .footer-main .first-block .menu {
    align-items: center;
  }
  .footer-main .first-block .links-block-footer .menu {
    margin-top: 1.25rem;
  }
  .footer-main .first-block .links-block-footer > .menu:first-of-type {
    margin-top: 3.75rem;
  }
  .footer-main .first-block .block-letters {
    font-size: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
  }
  .footer-main .first-block .block-letters .form-sender {
    margin-top: 1.875rem;
  }
  .footer-main .first-block .block-letters .wpcf7-list-item-label::before {
    margin-right: 0.1875rem !important;
  }
  .footer-main .under-links {
    position: static;
    width: 100%;
    padding: 1.25rem 0.625rem;
    border-top: 1px solid #305424;
    background-color: #0C3612;
  }
  .footer-main .under-links .block {
    flex-direction: column;
    align-items: center;
    border: none;
    padding: 0;
  }
  .footer-main .under-links .block .links {
    flex-direction: column;
    gap: 0.9375rem;
  }
  .footer-main .under-links .block > a {
    margin-top: 2.1875rem;
  }
}
body.page-template-default main {
  margin-top: 4rem;
  padding-bottom: 7.5rem;
}
body.page-template-default .page {
  width: 932px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  border: none;
}
body.page-template-default .page__content {
  margin-top: 1.875rem;
}

body.home main {
  margin-top: 0;
  padding-bottom: 0;
}

.front-page {
  background: #F1F1F1;
}
.front-page .main-slider {
  width: 100%;
  height: 59.375rem;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider {
    height: 50.75rem;
  }
}
.front-page .main-slider .h1Frontpage {
  display: none;
}
.front-page .main-slider .background-img {
  position: absolute;
  height: 59.375rem;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .background-img {
    height: 50.75rem;
  }
}
.front-page .main-slider .background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .main-slider .logo {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.front-page .main-slider .logo svg {
  width: 96.5rem;
  height: 31.0625rem;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo svg {
    position: absolute;
    top: 16.625rem;
    width: 22.1875rem;
    height: 6.875rem;
  }
}
.front-page .main-slider .logo .mob-under-logo-text p {
  margin-top: 1.5625rem;
  margin-bottom: 8.950625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: #D9D9D9;
}
.front-page .main-slider .logo .slider, .front-page .main-slider .logo .slider-texts {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide {
  width: 100%;
  height: 100%;
  user-select: none;
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide .main-slider__image, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .main-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
  top: 0;
  transition: transform 2s ease;
  transform: scale(1);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo .slider .swiper-wrapper .slide .main-slider__image, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .main-slider__image {
    display: none;
    object-position: center 3.125rem;
  }
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide .main-slider__image--cover, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .main-slider__image--cover {
  object-fit: cover;
  object-position: center center;
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide .main-slider__image--mobile, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .main-slider__image--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo .slider .swiper-wrapper .slide .main-slider__image--mobile, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .main-slider__image--mobile {
    display: block;
  }
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide .under-logo-text, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .under-logo-text {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 12.5rem 0 0;
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide .under-logo-text .text, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide .under-logo-text .text {
  width: 18.75rem;
  position: relative;
  right: -0.625rem;
  top: 12.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: "PTroot", sans-serif;
  color: #D9D9D9;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: opacity 6s ease, visibility 1s ease;
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide.swiper-slide-active img, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide.swiper-slide-active img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo .slider .swiper-wrapper .slide.swiper-slide-active img, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide.swiper-slide-active img {
    transform: scale(1);
  }
}
.front-page .main-slider .logo .slider .swiper-wrapper .slide.swiper-slide-active .under-logo-text .text, .front-page .main-slider .logo .slider-texts .swiper-wrapper .slide.swiper-slide-active .under-logo-text .text {
  opacity: 1;
  visibility: visible;
}
.front-page .main-slider .logo .slider-texts {
  top: 63.11%;
  right: 11.8125rem;
  bottom: auto;
  left: auto;
  width: auto;
  max-width: 23.4375rem;
  height: auto;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo .slider-texts {
    top: 58%;
    right: auto;
    left: 0.625rem;
    width: calc(100% - 1.25rem);
    max-width: none;
  }
}
.front-page .main-slider .logo .slider-texts .swiper-slide {
  opacity: 0 !important;
}
.front-page .main-slider .logo .slider-texts .swiper-slide p {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: right;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo .slider-texts .swiper-slide p {
    font-size: 1rem;
    text-align: center;
  }
}
.front-page .main-slider .logo .slider-texts .swiper-slide-active {
  opacity: 1 !important;
}
.front-page .main-slider .logo .link {
  z-index: 30;
}
.front-page .main-slider .logo .link .btn-round-arrow {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .main-slider .logo .link {
    position: absolute;
    bottom: 9.875rem;
  }
}
.front-page .main-slider .logo .swiper-pagination {
  bottom: 5.875rem;
}
.front-page .main-slider .logo .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.front-page .main-slider .logo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
.front-page .intro-text {
  height: 16.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .front-page .intro-text {
    height: 15.25rem;
  }
}
.front-page .intro-text p {
  color: #0C3612;
  text-align: center;
  font-size: 2.5625rem;
  font-weight: 400;
  line-height: 120%;
  font-family: "PTroot", sans-serif;
}
@media screen and (max-width: 767px) {
  .front-page .intro-text p {
    font-size: 1.25rem;
  }
}
.front-page .home-bestsellers {
  height: 60.625rem;
}
@media screen and (max-width: 767px) {
  .front-page .home-bestsellers {
    height: max-content;
  }
}
.front-page .home-bestsellers .section-title {
  padding-bottom: 0;
}
.front-page .home-bestsellers .home-bestsellers__slider {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .front-page .home-bestsellers .home-bestsellers__slider {
    padding-top: 0;
  }
}
.front-page .home-bestsellers .home-bestsellers__slider .double-slider-mob .swiper-pagination-product-card-slider {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}
.front-page .home-bestsellers .home-bestsellers__slider .double-slider-mob .swiper-pagination-product-card-slider .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.front-page .home-bestsellers .home-bestsellers__slider .double-slider-mob .swiper-pagination-product-card-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont {
    display: none;
  }
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons {
  display: flex;
  gap: 1.875rem;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons .prev-slider-best-butt {
  cursor: pointer;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons .prev-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons .prev-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons .next-slider-best-butt {
  cursor: pointer;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons .next-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.front-page .home-bestsellers .home-bestsellers__slider .slider-button-cont .slider-buttons .next-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.front-page .category-home {
  height: 56.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .front-page .category-home {
    height: max-content;
    padding-top: 2.8125rem;
  }
}
.front-page .category-home .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.front-page .category-home .list-cat-mob {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.front-page .category-home .list-cat-mob a {
  width: 22.1875rem;
  height: 22.1875rem;
  position: relative;
}
.front-page .category-home .list-cat-mob a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-page .category-home .list-cat-mob a p {
  position: absolute;
  text-transform: lowercase;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bergamasco", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #D9D9D9;
}
.front-page .category-home .list-cat {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.front-page .category-home .list-cat .container {
  height: 8.125rem;
  display: flex;
  justify-content: center;
}
.front-page .category-home .list-cat .container a {
  font-family: "Bergamasco", sans-serif;
  height: 8.125rem;
  font-size: 5.625rem;
  text-align: center;
  font-weight: 400;
  text-transform: lowercase;
  color: #8E8E8E;
  text-decoration: none;
  transition: color 0.5s ease;
}
.front-page .category-home .list-cat .container a:hover {
  color: #fff;
}
.front-page .big-banner {
  height: 60.25rem;
}
@media screen and (max-width: 767px) {
  .front-page .big-banner {
    height: 35.125rem;
  }
}
.front-page .big-banner img {
  width: 100%;
  height: 60.25rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .front-page .big-banner img {
    height: 35.125rem;
    object-fit: cover;
  }
}
.front-page .big-banner .banner-text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .front-page .big-banner .banner-text {
    height: 35.125rem;
  }
}
.front-page .big-banner .banner-text .name {
  font-family: "Bergamasco", sans-serif;
  font-size: 7.5rem;
  color: #D9D9D9;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .front-page .big-banner .banner-text .name {
    font-size: 2.5rem;
  }
}
.front-page .big-banner .banner-text .desc {
  width: 62.25rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .front-page .big-banner .banner-text .desc {
    width: 20.625rem;
  }
}
.front-page .big-banner .banner-text .desc p {
  font-size: 1.875rem;
  color: #D9D9D9;
  font-family: "PTroot", sans-serif;
  font-weight: 400;
  line-height: 120%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .front-page .big-banner .banner-text .desc p {
    font-size: 0.875rem;
  }
}
.front-page .new-products {
  padding-top: 6.75rem;
  padding-bottom: 5.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .front-page .new-products {
    padding-top: 5.625rem;
    padding-bottom: 4.6875rem;
  }
}
.front-page .new-products .section-title {
  padding-bottom: 0;
}
.front-page .new-products .home-new-products__slider {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .front-page .new-products .home-new-products__slider {
    padding-top: 0;
  }
}
.front-page .new-products .home-new-products__slider .double-slider-mob .swiper-pagination-product-card-slider {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}
.front-page .new-products .home-new-products__slider .double-slider-mob .swiper-pagination-product-card-slider .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.front-page .new-products .home-new-products__slider .double-slider-mob .swiper-pagination-product-card-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
.front-page .new-products .home-new-products__slider .slider-button-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-page .new-products .home-new-products__slider .slider-button-cont {
    display: none;
  }
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons {
  display: flex;
  gap: 1.875rem;
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons .prev-slider-best-butt {
  cursor: pointer;
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons .prev-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons .prev-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons .next-slider-best-butt {
  cursor: pointer;
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons .next-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.front-page .new-products .home-new-products__slider .slider-button-cont .slider-buttons .next-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.front-page .cards {
  width: 100%;
  height: 58rem;
  padding: 0 1.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-page .cards {
    padding: 0 0;
  }
}
.front-page .cards .image-cards {
  display: grid;
  grid-template-columns: 29rem 28.875rem 29.0625rem 28.875rem; /* Четыре столбца */
  grid-template-rows: 20.8125rem 20.8125rem; /* Две строки */
  gap: 0.125rem;
  /* Обозначаем области для всех блоков */
  grid-template-areas: "card1 card3 card4 card5" "card2 card3 card6 card6";
  /* Привязываем блоки к областям */
}
.front-page .cards .image-cards .card:nth-child(1) {
  grid-area: card1;
  position: relative;
  background: #fff;
}
.front-page .cards .image-cards .card:nth-child(1) .text-block {
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.front-page .cards .image-cards .card:nth-child(1) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.front-page .cards .image-cards .card:nth-child(1) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.front-page .cards .image-cards .card:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.front-page .cards .image-cards .card:nth-child(1):hover img {
  opacity: 0;
}
.front-page .cards .image-cards .card:nth-child(2) {
  grid-area: card2; /* Второй блок во второй строке, первый столбец */
  position: relative;
  background: #fff;
}
.front-page .cards .image-cards .card:nth-child(2) .text-block {
  height: 100%;
  justify-content: end;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.front-page .cards .image-cards .card:nth-child(2) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.front-page .cards .image-cards .card:nth-child(2) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.front-page .cards .image-cards .card:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.front-page .cards .image-cards .card:nth-child(2):hover img {
  opacity: 1;
}
.front-page .cards .image-cards .card:nth-child(3) {
  grid-area: card3;
  position: relative;
  background: #fff;
}
.front-page .cards .image-cards .card:nth-child(3) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.9375rem;
}
.front-page .cards .image-cards .card:nth-child(3) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.front-page .cards .image-cards .card:nth-child(3) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.front-page .cards .image-cards .card:nth-child(3) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.front-page .cards .image-cards .card:nth-child(3):hover img {
  opacity: 0;
}
.front-page .cards .image-cards .card:nth-child(4) {
  grid-area: card4;
  position: relative;
  background: #fff;
}
.front-page .cards .image-cards .card:nth-child(4) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.9375rem;
}
.front-page .cards .image-cards .card:nth-child(4) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.front-page .cards .image-cards .card:nth-child(4) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.front-page .cards .image-cards .card:nth-child(4) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.front-page .cards .image-cards .card:nth-child(4):hover img {
  opacity: 1;
}
.front-page .cards .image-cards .card:nth-child(5) {
  grid-area: card5;
  position: relative;
  background: #fff;
}
.front-page .cards .image-cards .card:nth-child(5) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.9375rem;
}
.front-page .cards .image-cards .card:nth-child(5) .text-block .title {
  text-transform: none;
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
}
.front-page .cards .image-cards .card:nth-child(5) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.front-page .cards .image-cards .card:nth-child(5) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.front-page .cards .image-cards .card:nth-child(5):hover img {
  opacity: 1;
}
.front-page .cards .image-cards .card:nth-child(6) {
  grid-area: card6;
  position: relative;
  background: #fff;
}
.front-page .cards .image-cards .card:nth-child(6) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.9375rem;
}
.front-page .cards .image-cards .card:nth-child(6) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.front-page .cards .image-cards .card:nth-child(6) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.front-page .cards .image-cards .card:nth-child(6) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.front-page .cards .image-cards .card:nth-child(6):hover img {
  opacity: 0;
}
.front-page .cards .image-cards-mob {
  width: 100%;
  height: max-content;
  padding: 0 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.front-page .cards .image-cards-mob .mobile-slider-card {
  width: 100%;
}
.front-page .cards .image-cards-mob .mobile-slider-card .swiper {
  width: 100%;
}
.front-page .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide {
  height: 39.4375rem;
  width: 22.1875rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.front-page .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide img {
  height: 25.5rem;
  width: 100%;
  object-fit: cover;
}
.front-page .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide .text-block {
  display: flex;
  flex-direction: column;
  height: 13.9375rem;
  gap: 0.625rem;
  padding: 1.875rem 1.25rem;
}
.front-page .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide .text-block .title {
  color: #1D4115;
  font-family: "Bergamasco", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
}
.front-page .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide .text-block p {
  color: #305424;
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.front-page .cards .image-cards-mob .swiper-pagination-card-mob {
  display: flex;
  justify-content: center;
}
.front-page .cards .image-cards-mob .swiper-pagination-card-mob .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.front-page .cards .image-cards-mob .swiper-pagination-card-mob .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}

body.page-template-page-policy main {
  padding-top: 6.875rem;
}

h1 {
  display: block;
}

.page-policy {
  width: 932px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 7.5rem;
  border: none;
}
.page-policy__content {
  margin-top: 1.875rem;
}
.page-policy .user-content {
  font-family: "PTroot", sans-serif;
}
.page-policy .user-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-family: "PTroot", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-policy .user-content h2 {
    color: #1E1E1E;
  }
}
.page-policy .user-content h2:first-child, .page-policy .user-content h3:first-child, .page-policy .user-content p:first-child, .page-policy .user-content ol:first-child, .page-policy .user-content ul:first-child {
  margin-top: 0;
  padding-top: 0;
}
.page-policy .user-content p, .page-policy .user-content ul, .page-policy .user-content ol {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.page-template-page-policy main {
    padding-top: 5.3125rem;
  }
  .page-policy__title {
    padding-bottom: 0;
  }
  .user-content p, .user-content ul, .user-content ol {
    margin-top: 5px;
  }
}
body.error404 {
  margin: 0;
  height: 100%;
}
body.error404 main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.error-404 {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  border: none;
  color: #D9D9D9;
  background-image: url("/wp-content/themes/iskra/front/static/img/background-zoomed.jpg");
  background-size: cover;
  background-position: center center;
}
.error-404__title {
  font-family: "Bergamasco", serif;
  font-size: 11.25rem;
  line-height: 1;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .error-404__title {
    font-size: 7.5rem;
    text-align: center;
  }
}
.error-404__text {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .error-404__text {
    font-size: 1rem;
  }
}
.error-404__btn {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

body.woocommerce-order-received main {
  min-height: auto;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 0 !important;
}

.thankyou {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53.4375rem;
  margin-top: 0;
  padding-top: 0;
  border: none;
  color: #D9D9D9;
  background-image: url("/wp-content/themes/iskra/front/static/img/background-zoomed.jpg");
  background-size: cover;
  background-position: center center;
}
.thankyou__title {
  font-family: "Bergamasco", serif;
  font-size: 3.75rem;
  line-height: 1;
  text-align: center;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .thankyou__title {
    font-size: 1.875rem;
  }
}
.thankyou__title p {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .thankyou__title p {
    text-transform: none;
  }
}
.thankyou__text {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  text-align: center;
}
.thankyou__text p {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .thankyou__text p {
    font-size: 1rem;
  }
}
.thankyou__btn {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

body.search-results main {
  padding-top: 4rem;
  min-height: 0;
}

.search-page {
  margin-top: 0;
  padding-top: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 7.25rem;
  border: none;
}
.search-page__query {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.41;
}
.search-page__query-highlight {
  font-weight: 600;
}
.search-page ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.625rem;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.search-page ul.products li.product {
  width: 33.33%;
  margin-top: 0.25rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.search-page__pagination {
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  body.search-results main {
    padding-top: 5.3125rem;
  }
  .search-page {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 4.375rem;
  }
  .search-page__query {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
  }
  .search-page ul.products li.product {
    width: 100%;
    margin-top: 0.625rem;
  }
}
body.page-template-page-contacts main {
  margin-top: 4rem;
  min-height: 0;
}

.contacts {
  width: 96rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 7.5rem;
  font-size: 1.25rem;
}
.contacts__title {
  padding-bottom: 0;
}
.contacts__inner {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.contacts__inner > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.contacts__data {
  flex-shrink: 0;
  width: 27.6875rem;
}
.contacts__data p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.contacts__data > div:first-child p {
  margin-top: 0;
}
.contacts__yamap {
  width: 100%;
}
.contacts__yamap iframe {
  height: 100% !important;
}
.contacts a {
  color: #1D4115;
  text-decoration: underline;
  text-decoration-color: #1D4115;
}
.contacts a:hover {
  color: #8E8E8E;
  text-decoration-color: #8E8E8E;
}
.contacts__highlight {
  font-weight: 700;
}
.contacts .icons-list {
  margin-top: 1.0625rem;
}
.contacts .icons-list + p {
  margin-top: 1.0625rem;
}
.contacts a.contacts__phone {
  color: #1E1E1E;
  text-decoration: none;
}
.contacts__emails-block {
  margin-top: 1.875rem;
}
.contacts__emails-block p {
  font-size: 1.125rem;
}
.contacts__email {
  display: table;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contacts__email {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-contacts main {
    margin-top: 5.3125rem;
  }
  .contacts {
    padding-bottom: 0;
  }
  .contacts__inner {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .contacts__inner > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .contacts__warning p {
    font-size: 1rem;
  }
  .contacts__before-messengers p {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .contacts__messengers .icons-list {
    margin-top: 0.625rem;
  }
  .contacts__phone-wrap p {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .contacts__socials .icons-list {
    margin-top: 2.5rem;
  }
  .contacts__yamap {
    width: auto;
    height: 35.125rem;
    margin-top: 3.75rem;
    margin-left: -10px;
    margin-right: -10px;
  }
}
body.page-template-page-dostavka-i-oplata main {
  padding-top: 6.875rem;
}

.page-delivery {
  width: 596px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 6rem;
  border: none;
}
.page-delivery .h1Delivery {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-delivery {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.page-delivery__content {
  margin-top: 1.875rem;
}

.faq {
  width: 596px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 6rem;
  border: none;
}
.faq__title {
  text-transform: none;
}
.faq__questions {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  body.page-template-page-dostavka-i-oplata main {
    padding-top: 5.3125rem;
  }
}
body.post-type-archive-product main,
body.tax-product_cat main,
body.tax-product_tag main {
  min-height: 0;
  margin-top: 6.375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 6.375rem;
}
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  font-family: "Bergamasco";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-transform: lowercase;
  color: var(--black, #1E1E1E);
}
body.post-type-archive-product .woocommerce-no-products-found,
body.tax-product_cat .woocommerce-no-products-found,
body.tax-product_tag .woocommerce-no-products-found {
  margin-top: 1.875rem;
}
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products {
  margin-top: 1.875rem;
}
body.post-type-archive-product ul.products .woocommerce-products-header,
body.tax-product_cat ul.products .woocommerce-products-header,
body.tax-product_tag ul.products .woocommerce-products-header {
  display: none;
}
body.post-type-archive-product .select2-dropdown,
body.tax-product_cat .select2-dropdown,
body.tax-product_tag .select2-dropdown {
  width: 16.375rem !important;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-product .select2-dropdown,
  body.tax-product_cat .select2-dropdown,
  body.tax-product_tag .select2-dropdown {
    width: auto !important;
  }
}
body.post-type-archive-product > .select2-container--open,
body.tax-product_cat > .select2-container--open,
body.tax-product_tag > .select2-container--open {
  transform: translateY(0.625rem);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-product main,
  body.tax-product_cat main,
  body.tax-product_tag main {
    margin-top: 5.3125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 4.5rem;
  }
  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title,
  body.tax-product_tag .woocommerce-products-header__title {
    font-size: 1.875rem;
    line-height: 1.267;
  }
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products {
    margin-top: 1.25rem;
  }
}

.catalog-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.875rem;
}
.catalog-toolbar > * {
  margin-left: 2.125rem !important;
}
.catalog-toolbar > *:first-child {
  margin-left: 0 !important;
}
.catalog-toolbar .open-filters {
  flex-shrink: 0;
}
.catalog-toolbar .woocommerce-ordering {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .catalog-toolbar {
    justify-content: center;
  }
}

.open-filters {
  font-size: 1.5rem;
  cursor: pointer;
}
.open-filters__icon {
  display: inline-block;
  position: relative;
  top: 5px;
  line-height: 1;
}
.open-filters__icon svg {
  display: block;
  width: 1.5rem;
  height: auto;
}
.open-filters__text {
  display: inline-block;
  margin-left: 0.1875rem;
  text-transform: lowercase;
  color: #444;
}
@media screen and (max-width: 767px) {
  .open-filters {
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .open-filters .open-filters__icon {
    position: static;
  }
  .open-filters .open-filters__icon svg {
    width: 1.25rem;
    height: auto;
  }
  .open-filters .open-filters__text {
    margin-left: 0.625rem;
    color: #444;
  }
}

.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering select {
  padding-right: 1.6875rem;
  border: none;
  font-family: "PTroot", sans-serif;
  font-size: 1.5rem;
  text-transform: lowercase;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.woocommerce-ordering select + .select2 .select2-selection {
  margin: 0;
  font-size: 1.5rem;
  text-transform: lowercase;
  background-color: transparent;
  border: none;
}
.woocommerce-ordering select + .select2 .select2-selection__rendered {
  padding-left: 0;
  padding-right: 1.6875rem;
}
.woocommerce-ordering select + .select2 .select2-selection__arrow {
  display: none;
}
.woocommerce-ordering .template-select {
  position: absolute;
  z-index: -1;
}
.woocommerce-ordering::after {
  content: "";
  position: absolute;
  top: 62%;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/themes/iskra/front/static/img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce-ordering select {
    padding-right: 1.6875rem;
    font-size: 1rem;
  }
  .woocommerce-ordering select + .select2 .select2-selection {
    font-size: 1rem;
    text-transform: lowercase;
    background-color: transparent;
    border: none;
  }
  .woocommerce-ordering select + .select2 .select2-selection__rendered {
    padding-left: 0;
    padding-right: 1.6875rem;
  }
  .woocommerce-ordering select + .select2 .select2-selection__arrow {
    display: none;
  }
  .woocommerce-ordering::after {
    top: 56%;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("/wp-content/themes/iskra/front/static/img/chevron-down-mobile.svg");
  }
}

.select2-container {
  width: auto !important;
}

.select2-dropdown {
  border: none;
  border-radius: 0;
}

.select2-results__options {
  background-color: #F8F8F8;
  color: #717171;
}

.select2-results__option {
  padding: 0.59375rem 2.125rem;
  font-size: 1rem;
  line-height: 1.1;
  font-family: "PTroot", sans-serif;
}
@media screen and (max-width: 767px) {
  .select2-results__option {
    font-size: 0.875rem;
  }
}

.select2-results__option--highlighted {
  background-color: #D9D9D9;
  color: #717171;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #D9D9D9 !important;
  color: #717171 !important;
}

.about-us .main-photo {
  position: relative;
  height: 61rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-us .main-photo {
    height: 100vh;
    width: 100%;
  }
}
.about-us .main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us .main-photo__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 42.17%, rgba(0, 0, 0, 0.7) 72.43%), 0px -127.339px/100% 131.433% no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-us .main-photo__fade {
    opacity: 0.6;
    background: linear-gradient(180deg, #000 54.26%, rgba(0, 0, 0, 0) 91.31%);
  }
}
.about-us .main-photo .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6.5rem 11.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 57.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-us .main-photo .text {
    position: absolute;
    top: 6.25rem;
    left: 0.625rem;
    padding: 0rem 0rem;
    width: calc(100% - 1.25rem);
  }
}
.about-us .main-photo .text h1 {
  font-family: "Bergamasco", sans-serif;
  text-transform: lowercase;
  color: #D9D9D9;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .about-us .main-photo .text h1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 600;
  }
}
.about-us .main-photo .text p {
  color: #D9D9D9;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .about-us .main-photo .text p {
    padding-top: 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
  }
}
.about-us .cards {
  width: 100%;
  height: max-content;
  padding: 9.375rem 1.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-us .cards {
    padding: 2.8125rem 0;
  }
}
.about-us .cards .image-cards {
  display: grid;
  grid-template-columns: 29rem 28.875rem 29.0625rem 28.875rem; /* Четыре столбца */
  grid-template-rows: 20.8125rem 20.8125rem; /* Две строки */
  gap: 0.125rem;
  /* Обозначаем области для всех блоков */
  grid-template-areas: "card1 card3 card4 card5" "card2 card3 card6 card6";
  /* Привязываем блоки к областям */
}
.about-us .cards .image-cards .card:nth-child(1) {
  grid-area: card1;
  position: relative;
  background: #fff;
}
.about-us .cards .image-cards .card:nth-child(1) .text-block {
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.about-us .cards .image-cards .card:nth-child(1) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.about-us .cards .image-cards .card:nth-child(1) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.about-us .cards .image-cards .card:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about-us .cards .image-cards .card:nth-child(1):hover img {
  opacity: 0;
}
.about-us .cards .image-cards .card:nth-child(2) {
  grid-area: card2; /* Второй блок во второй строке, первый столбец */
  position: relative;
  background: #fff;
}
.about-us .cards .image-cards .card:nth-child(2) .text-block {
  height: 100%;
  justify-content: end;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.about-us .cards .image-cards .card:nth-child(2) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.about-us .cards .image-cards .card:nth-child(2) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.about-us .cards .image-cards .card:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.about-us .cards .image-cards .card:nth-child(2):hover img {
  opacity: 1;
}
.about-us .cards .image-cards .card:nth-child(3) {
  grid-area: card3;
  position: relative;
  background: #fff;
}
.about-us .cards .image-cards .card:nth-child(3) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.9375rem;
}
.about-us .cards .image-cards .card:nth-child(3) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.about-us .cards .image-cards .card:nth-child(3) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.about-us .cards .image-cards .card:nth-child(3) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about-us .cards .image-cards .card:nth-child(3):hover img {
  opacity: 0;
}
.about-us .cards .image-cards .card:nth-child(4) {
  grid-area: card4;
  position: relative;
  background: #fff;
}
.about-us .cards .image-cards .card:nth-child(4) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.9375rem;
}
.about-us .cards .image-cards .card:nth-child(4) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.about-us .cards .image-cards .card:nth-child(4) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.about-us .cards .image-cards .card:nth-child(4) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.about-us .cards .image-cards .card:nth-child(4):hover img {
  opacity: 1;
}
.about-us .cards .image-cards .card:nth-child(5) {
  grid-area: card5;
  position: relative;
  background: #fff;
}
.about-us .cards .image-cards .card:nth-child(5) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.9375rem;
}
.about-us .cards .image-cards .card:nth-child(5) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.about-us .cards .image-cards .card:nth-child(5) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.about-us .cards .image-cards .card:nth-child(5) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.about-us .cards .image-cards .card:nth-child(5):hover img {
  opacity: 1;
}
.about-us .cards .image-cards .card:nth-child(6) {
  grid-area: card6;
  position: relative;
  background: #fff;
}
.about-us .cards .image-cards .card:nth-child(6) .text-block {
  height: 100%;
  padding: 3.4375rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.9375rem;
}
.about-us .cards .image-cards .card:nth-child(6) .text-block .title {
  font-family: "Bergamasco", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  color: #0C3612;
  text-transform: none;
}
.about-us .cards .image-cards .card:nth-child(6) .text-block p {
  font-family: "PTroot", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: #305424;
}
.about-us .cards .image-cards .card:nth-child(6) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about-us .cards .image-cards .card:nth-child(6):hover img {
  opacity: 0;
}
.about-us .cards .image-cards-mob {
  width: 100%;
  height: max-content;
  padding: 0 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.about-us .cards .image-cards-mob .mobile-slider-card {
  width: 100%;
}
.about-us .cards .image-cards-mob .mobile-slider-card .swiper {
  width: 100%;
}
.about-us .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide {
  height: 39.4375rem;
  width: 22.1875rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.about-us .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide img {
  height: 25.5rem;
  width: 100%;
  object-fit: cover;
}
.about-us .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide .text-block {
  display: flex;
  flex-direction: column;
  height: 13.9375rem;
  gap: 0.625rem;
  padding: 1.875rem 1.25rem;
}
.about-us .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide .text-block .title {
  color: #1D4115;
  font-family: "Bergamasco", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
}
.about-us .cards .image-cards-mob .mobile-slider-card .swiper .swiper-wrapper .swiper-slide .text-block p {
  color: #305424;
  font-family: "PTroot", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.about-us .cards .image-cards-mob .swiper-pagination-card-mob {
  display: flex;
  justify-content: center;
}
.about-us .cards .image-cards-mob .swiper-pagination-card-mob .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.about-us .cards .image-cards-mob .swiper-pagination-card-mob .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
.about-us .in-person {
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-us .in-person {
    height: 86rem;
  }
}
.about-us .in-person .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .background {
    display: none;
  }
}
.about-us .in-person .background-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .background-mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.about-us .in-person .photo-block {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .photo-block {
    top: 0.625rem;
    right: 0.625rem;
    gap: 0.3125rem;
  }
}
.about-us .in-person .photo-block img {
  width: 39.25rem;
  height: 46.5rem;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .photo-block img {
    width: 22.1875rem;
    height: 26.375rem;
  }
}
.about-us .in-person .photo-block p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .photo-block p {
    font-size: 0.875rem;
    text-align: center;
  }
}
.about-us .in-person .text-block {
  position: absolute;
  top: 9.4375rem;
  left: 9.25rem;
  width: 52.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .text-block {
    top: 34.0625rem;
    left: 0.625rem;
    width: calc(100% - 1.25rem);
    height: max-content;
  }
}
.about-us .in-person .text-block h2 {
  font-family: "Bergamasco", sans-serif;
  font-size: 3.75rem;
  line-height: 100%;
  color: #8E8E8E;
  text-align: center;
  text-transform: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .text-block h2 {
    font-size: 1.875rem;
    font-weight: 400;
    padding-bottom: 2.5rem;
  }
}
.about-us .in-person .text-block .text {
  width: 47.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .text-block .text {
    width: 100%;
  }
}
.about-us .in-person .text-block .text h3 {
  font-family: "Bergamasco", sans-serif;
  color: #8E8E8E;
  padding-top: 3.125rem;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .text-block .text h3 {
    padding-top: 2.5rem;
    font-size: 1.5rem;
  }
}
.about-us .in-person .text-block .text p {
  padding-top: 1.25rem;
  color: #D9D9D9;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .about-us .in-person .text-block .text p {
    font-size: 1rem;
    line-height: 120%;
  }
}
.about-us .in-person .text-block .text p:last-child {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.about-us .about-stones {
  height: max-content;
  width: 100%;
  margin-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones {
    margin-bottom: 5.625rem;
  }
}
.about-us .about-stones .title-subtitle {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .title-subtitle {
    margin-top: 4.6875rem;
  }
}
.about-us .about-stones .title-subtitle h2 {
  color: #1E1E1E;
  font-family: "Bergamasco", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: lowercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .title-subtitle h2 {
    font-size: 1.875rem;
    font-weight: 600;
  }
}
.about-us .about-stones .title-subtitle p {
  color: #1E1E1E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .title-subtitle p {
    font-size: 1rem;
  }
}
.about-us .about-stones .blocks {
  padding-top: 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .blocks {
    gap: 0.9375rem;
  }
}
.about-us .about-stones .blocks .text-card {
  height: max-content;
  width: 57.125rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .blocks .text-card {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1.25rem;
    gap: 1.25rem;
  }
}
.about-us .about-stones .blocks .text-card .title-block {
  font-family: "Bergamasco", sans-serif;
  font-size: 2.1875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  text-transform: none;
  color: #0C3612;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .blocks .text-card .title-block {
    font-size: 1.5rem;
  }
}
.about-us .about-stones .blocks .text-card ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style: none;
}
.about-us .about-stones .blocks .text-card ul li {
  position: relative;
  padding-left: 1.8125rem;
  font-family: "PTroot", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  .about-us .about-stones .blocks .text-card ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
  }
}
.about-us .about-stones .blocks .text-card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  transform: translateY(-50%);
  width: 1.1875rem; /* Ширина SVG */
  height: 1.25rem; /* Высота SVG */
  background: url('data:image/svg+xml;utf8,<svg width="19" height="20" viewBox="0 0 19 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.8997 11.851C10.8947 13.0742 9.78048 13.9789 8.55908 14.567C7.29925 15.1258 6.32862 15.1434 5.64714 14.6217C5.00408 14.1293 4.84027 13.2403 5.15573 11.9566C5.43277 10.6435 6.07381 9.37543 7.07884 8.15228C8.14251 6.85683 9.27495 5.96584 10.4761 5.47932C11.6996 4.89119 12.6318 4.84429 13.2748 5.33863C13.9563 5.86033 14.1565 6.77867 13.8795 8.08975C13.6247 9.30118 12.9634 10.5536 11.8997 11.8491V11.851Z" fill="%231D4115"/></svg>') no-repeat center center;
  background-size: contain;
}
.about-us .about-stones .blocks .text-card .gallery {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.about-us .about-stones .blocks .text-card .gallery .gallery-item {
  flex: 1 1 auto;
  width: initial !important;
}
.about-us .about-stones .blocks .text-card .gallery .gallery-item .gallery-icon img {
  border: none !important;
  object-fit: contain;
}
.about-us .about-stones .blocks .text-card .gallery .gallery-item .gallery-icon a img {
  border: none !important;
  object-fit: contain;
}

body.woocommerce-cart {
  font-size: 16px;
}
body.woocommerce-cart main {
  margin-top: 6.875rem;
  padding-bottom: 9.3125rem;
}
body.woocommerce-cart section.page {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart section.page .page__title {
  padding-bottom: 0;
}
body.woocommerce-cart .woocommerce-notices-wrapper {
  width: 1545px;
  max-width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart .cart-container {
  width: 1545px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart .cart-container__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
body.woocommerce-cart .cart-container__items {
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
body.woocommerce-cart .cart-container__items .woocommerce-cart-form {
  background-color: #ECECEC;
}
body.woocommerce-cart .cart-container__total {
  flex-shrink: 0;
  width: 30.0317%;
}
body.woocommerce-cart .cart-container__total .cart-collaterals .shop_table {
  background-color: #ECECEC;
}
body.woocommerce-cart .cart-table {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
body.woocommerce-cart .cart-table__head {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 2.0625rem;
  font-weight: 600;
}
body.woocommerce-cart .cart-table__body {
  border-top: 1px solid #D9D9D9;
  padding: 1.9375rem 1.8125rem 1.4375rem 1.8125rem;
}
body.woocommerce-cart .cart-table__foot {
  border-top: 1px solid #D9D9D9;
  padding: 0.9375rem 1.875rem;
}
body.woocommerce-cart .cart-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
body.woocommerce-cart .cart-table__row:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
body.woocommerce-cart .cart-table .product-name {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.woocommerce-cart .cart-table .product-name__thumbnail {
  width: 117px;
  height: 138px;
}
body.woocommerce-cart .cart-table .product-name__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.woocommerce-cart .cart-table .product-name__name {
  margin-left: 30px;
}
body.woocommerce-cart .cart-table .product-name__name p {
  margin-top: 10px;
}
body.woocommerce-cart .cart-table .product-name__name p.review-order__price {
  display: none;
}
body.woocommerce-cart .cart-table .product-price {
  flex-shrink: 0;
  width: 91px;
}
body.woocommerce-cart .cart-table .product-quantity {
  flex-shrink: 0;
  width: 100px;
}
body.woocommerce-cart .cart-table .product-quantity .qib-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: none;
}
body.woocommerce-cart .cart-table .product-quantity .quantity, body.woocommerce-cart .cart-table .product-quantity input {
  width: 40px;
  height: 30px !important;
  font-size: 14px !important;
}
body.woocommerce-cart .cart-table .product-subtotal {
  flex-shrink: 0;
  width: 91px;
}
body.woocommerce-cart .cart-table .product-remove {
  flex-shrink: 0;
  width: 20px;
  text-align: right;
}
body.woocommerce-cart .cart-table .product-remove button {
  cursor: pointer;
}
body.woocommerce-cart .cart-table .product-remove a {
  display: block;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
body.woocommerce-cart .cart-table .product-remove a:hover {
  background: transparent;
}
body.woocommerce-cart .cart-table .product-remove button:hover path, body.woocommerce-cart .cart-table .product-remove a:hover path {
  fill: #960F0F;
}
body.woocommerce-cart .cart-table__foot-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .cart-table__foot-inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
body.woocommerce-cart .cart-table__clear-all {
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .cart-table__clear-all {
    display: flex;
  }
}
body.woocommerce-cart .cart-table__clear-all span {
  font-size: 16px;
  line-height: 1.2;
}
body.woocommerce-cart .cart-table__clear-all img, body.woocommerce-cart .cart-table__clear-all svg {
  margin-left: 15px;
}
body.woocommerce-cart .cart-table .coupon {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
body.woocommerce-cart .cart-table #coupon_code {
  flex-shrink: 0;
  max-width: 284px;
  height: 49px;
  padding: 15px;
  font-size: 16px;
}
body.woocommerce-cart .cart-table #coupon_code + .button {
  display: table;
  max-width: 284px;
  height: 49px;
  margin-left: 4px;
  padding: 17px 41px;
  border: none;
  border-radius: 0;
  font-family: "PTroot", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgba(48, 84, 36, 0.8);
  color: #D9D9D9;
  transition: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .cart-table #coupon_code + .button {
    margin-left: 0;
  }
}
body.woocommerce-cart .cart-table #coupon_code + .button:hover {
  background-color: #0C3612;
  transition: none;
}
body.woocommerce-cart .cart-table #coupon_code + .button:disabled, body.woocommerce-cart .cart-table #coupon_code + .button[disabled] {
  background-color: #8E8E8E;
  color: #D9D9D9;
}
body.woocommerce-cart .cart-table #coupon-error-notice {
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
}
body.woocommerce-cart .cart-table button[name=update_cart] {
  visibility: hidden;
  position: absolute;
}
body.woocommerce-cart .cross-sells__title {
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-family: "PTroot", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.417;
  text-transform: none;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 {
  margin-top: 20px;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card .product-labels__item {
  width: 50px;
  height: 40px;
  font-size: 14px;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__data {
  top: 25px;
  left: 42px;
  bottom: auto;
  width: calc(100% - 84px);
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__data a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__data .woocommerce-loop-product__title {
  font-size: 16px !important;
  line-height: 1.2;
  color: #D9D9D9;
  text-align: center;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price {
  left: 2.625rem;
  right: auto;
  bottom: 1.5625rem;
  width: calc(100% - 5.25rem);
  text-align: center;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.25rem !important;
  text-align: center;
  color: #D9D9D9 !important;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price del {
  order: 0;
  margin-right: 0;
  margin-bottom: 0.3125rem;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price del::after {
  bottom: 0.5625rem;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price ins {
  order: 5;
  color: #D9D9D9;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price::after {
  content: "";
  order: 4;
  width: 100%;
  height: 0;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price > span:first-child {
  order: 0;
  margin-right: 0.3125rem;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card__price span.price > span:last-child {
  order: 3;
  margin-left: 0.3125rem;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card:hover a.woocommerce-LoopProduct-link img:last-child {
  opacity: 0;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card:hover .product-card__data > a {
  color: #8E8E8E;
}
body.woocommerce-cart .cross-sells .woocommerce.columns-3 .product-card:hover .product-card__data span.price del {
  color: #8E8E8E !important;
}
body.woocommerce-cart .cart_totals {
  float: none !important;
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
body.woocommerce-cart .cart_totals h2 {
  margin-bottom: 0;
  font-family: "PTroot", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.417;
  text-transform: none;
}
body.woocommerce-cart .cart_totals .shop_table {
  margin: 10px 0 0 !important;
  border: none !important;
  border-bottom: 1px solid #D9D9D9 !important;
  border-radius: 0;
}
body.woocommerce-cart .cart_totals .shop_table tr > * {
  border-top: 1px solid #D9D9D9 !important;
}
body.woocommerce-cart .cart_totals .shop_table tr:first-child > * {
  border-top: none !important;
}
body.woocommerce-cart .cart_totals .shop_table input[type=radio] {
  margin-top: 0 !important;
}
body.woocommerce-cart .cart_totals .shop_table input[type=radio] + label {
  vertical-align: middle;
}
body.woocommerce-cart .cart_totals .checkout-button {
  display: table !important;
  width: 284px;
  padding: 17px 41px !important;
  font-size: 14px !important;
}
body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart .return-to-shop {
  width: 1545px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart .wc-empty-cart-message a,
body.woocommerce-cart .return-to-shop a {
  color: #1D4115;
  text-decoration: underline;
}
body.woocommerce-cart .wc-empty-cart-message a:hover,
body.woocommerce-cart .return-to-shop a:hover {
  color: #0C3612;
}
body.woocommerce-cart ul#shipping_method li input::before {
  width: 18px;
  height: 22px;
}

@media (max-width: 1366px) {
  body.woocommerce-cart .woocommerce-shipping-destination {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  body.woocommerce-cart ul.products.columns-3 li.product {
    margin-top: 10px;
    width: 50%;
  }
  body.woocommerce-cart .cart-table__head {
    display: none;
  }
  body.woocommerce-cart .cart-table__body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: none;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  body.woocommerce-cart .cart-table__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    width: 375px;
    max-width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
  }
  body.woocommerce-cart .cart-table__row:first-child {
    margin-top: 40px;
  }
  body.woocommerce-cart .cart-table__row .product-name {
    width: 100%;
  }
  body.woocommerce-cart .cart-table__row .product-name__thumbnail {
    width: 44.8%;
    height: 202px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name {
    padding-top: 25px;
    margin-left: 20px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-category a {
    font-size: 14px;
    color: #8E8E8E;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-name {
    margin-top: 5px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-name a {
    font-size: 16px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name span.review-order__item-label {
    font-size: 14px;
    color: #8E8E8E;
  }
  body.woocommerce-cart .cart-table__row .product-name__name span.review-order__item-value {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__price {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__price::before {
    content: "Цена";
    display: inline-block;
    font-size: 14px;
    color: #8E8E8E;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__price .woocommerce-Price-amount {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  body.woocommerce-cart .cart-table__row .product-price {
    display: none;
  }
  body.woocommerce-cart .cart-table__row .product-quantity {
    margin-top: 30px;
  }
  body.woocommerce-cart .cart-table__row .product-quantity .qib-button {
    background-color: #ECECEC;
  }
  body.woocommerce-cart .cart-table__row .product-subtotal {
    margin-top: 30px;
    margin-left: 8px;
  }
  body.woocommerce-cart .cart-table__row .product-remove {
    flex-grow: 1;
    margin-top: 30px;
  }
  body.woocommerce-cart .cart-table__foot {
    border: none;
  }
  body.woocommerce-cart .cart-table .cross-sells {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.woocommerce-cart .cart-container__total {
    width: 374px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart main {
    margin-top: 5.3125rem;
    padding-bottom: 5.625rem;
  }
  body.woocommerce-cart ul.products.columns-3 li.product {
    margin-top: 30px;
    width: 100%;
  }
  body.woocommerce-cart .cart-container__inner {
    flex-direction: column;
  }
  body.woocommerce-cart .cart-container__items {
    width: 100%;
  }
  body.woocommerce-cart .cart-container__total {
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.woocommerce-cart .cart-table__row {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
  }
  body.woocommerce-cart .cart-table__row:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  body.woocommerce-cart .cart-table__row .product-name {
    width: 100%;
    align-items: flex-start;
  }
  body.woocommerce-cart .cart-table__row .product-name__name {
    padding-top: 25px;
    margin-left: 20px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-category {
    margin-top: 0;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-category a {
    font-size: 14px;
    color: #8E8E8E;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-name {
    margin-top: 5px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name p.review-order__item-name a {
    font-size: 16px;
  }
  body.woocommerce-cart .cart-table__row .product-name__name span.review-order__item-label {
    font-size: 14px;
    color: #8E8E8E;
  }
  body.woocommerce-cart .cart-table__row .product-name__name span.review-order__item-value {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  body.woocommerce-cart .cart-table__row .product-quantity {
    margin-top: 30px;
  }
  body.woocommerce-cart .cart-table__row .product-quantity .qib-button {
    background-color: #ECECEC;
  }
  body.woocommerce-cart .cart-table__row .product-subtotal {
    margin-top: 30px;
    margin-left: 8px;
  }
  body.woocommerce-cart .cart-table__row .product-remove {
    flex-grow: 1;
    margin-top: 30px;
  }
  body.woocommerce-cart .cart-table__row .product-remove .remove {
    text-align: right;
  }
  body.woocommerce-cart .cart-table__foot {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
  }
  body.woocommerce-cart .cart-table__foot-inner {
    width: 100%;
  }
  body.woocommerce-cart .cart-table__foot .coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body.woocommerce-cart .cart-table__foot .coupon input {
    width: 100%;
    max-width: 100% !important;
  }
  body.woocommerce-cart .cart-table__foot .coupon button {
    width: 100%;
    max-width: 100% !important;
  }
  body.woocommerce-cart .cart-table__foot .coupon #coupon-error-notice {
    margin-top: 10px;
    margin-left: 0;
  }
  body.woocommerce-cart .cart-table .cross-sells {
    width: 100%;
  }
  body.woocommerce-cart .cart-table .cross-sells__title {
    font-size: 18px;
  }
  body.woocommerce-cart .cart_totals .shop_table tr {
    display: table-row;
  }
  body.woocommerce-cart .cart_totals .shop_table tr th {
    display: table-cell;
  }
  body.woocommerce-cart .cart_totals .shop_table tr td {
    display: table-cell;
  }
  body.woocommerce-cart .cart_totals .shop_table tr td::before {
    display: none;
  }
  body.woocommerce-cart .cart_totals .shop_table tr:nth-child(2n) td {
    background-color: transparent;
  }
  body.woocommerce-cart .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods label {
    font-size: 14px;
  }
  body.woocommerce-cart .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
    display: none;
  }
  body.woocommerce-cart .cart_totals .checkout-button {
    width: 100%;
  }
}
@media (max-width: 374px) {
  body.woocommerce-cart .cart-table__row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) {
  font-size: 16px;
}
.woocommerce-checkout:not(.woocommerce-order-received) main {
  margin-top: 6.875rem;
  padding-bottom: 7.625rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) section.page {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) section.page .page__title {
  padding-bottom: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-notices-wrapper {
  width: 1545px;
  max-width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) .checkout__text {
  width: 1250px;
  max-width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.woocommerce-checkout:not(.woocommerce-order-received) .checkout__container {
  width: 1230px;
  max-width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > * {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417;
  text-transform: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-NoticeGroup-checkout ul {
  padding-top: 1em;
  padding-left: 3.5em;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-NoticeGroup-checkout ul li {
  margin-top: 5px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-NoticeGroup-checkout ul li:first-child {
  margin-top: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 62.5397%;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set > * {
  float: none;
  width: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row {
  float: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 49px;
  margin: 0;
  margin-top: 4px;
  padding: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-form__label .woocommerce-form__input:before {
  background: no-repeat;
  width: 1.75rem;
  height: 1.75rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .required {
  margin-left: -4px;
  font-weight: 400;
  color: #960F0F !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .optional {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-input-wrapper {
  position: relative;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-input-wrapper input, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-input-wrapper textarea {
  height: 49px;
  padding: 15px;
  font-size: 16px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-input-wrapper input:not(:placeholder-shown) + label, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-input-wrapper textarea:not(:placeholder-shown) + label {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row .woocommerce-input-wrapper label {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 16px;
  line-height: 1;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row#order_comments_field {
  height: auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-country .woocommerce-input-wrapper .select2 {
  width: 100% !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-country .woocommerce-input-wrapper .select2-selection {
  height: 49px;
  padding: 15px;
  border: none;
  border-radius: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-country .woocommerce-input-wrapper .select2-selection__rendered {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.2;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-country .woocommerce-input-wrapper .select2-selection__arrow {
  top: 11px;
  right: 11px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-country .woocommerce-input-wrapper label {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-tel, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-textarea {
  margin-top: 20px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row.thwcfd-field-textarea textarea {
  height: 83px !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row-first {
  float: none;
  width: 50%;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .form-row-last {
  float: none;
  width: calc(50% - 4px);
  margin-left: 4px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order {
  flex-shrink: 0;
  width: 37.4603%;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order {
  margin-top: 1.25rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #ECECEC;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table th, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table td {
  border-top: 1px solid #D9D9D9;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tr:first-child th, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tr:first-child td {
  border-top: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart-subtotal th, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart-subtotal td {
  border-top: 1px solid #D9D9D9 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart-subtotal td {
  font-weight: 400;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart_item .product-name {
  padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart_item .product-name p {
  margin-top: 0.625rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart_item .product-name p:first-child {
  margin-top: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart_item .product-total {
  padding: 0.9375rem 0.9375rem 0.9375rem 0.625rem;
  text-align: right;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot th {
  padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot td {
  padding: 0.9375rem 0.9375rem 0.9375rem 0.625rem;
  text-align: right;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot .woocommerce-shipping-totals td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot .woocommerce-shipping-totals td .woocommerce-shipping-methods li {
    display: flex;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot .woocommerce-shipping-totals td .woocommerce-shipping-methods li {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot .woocommerce-shipping-totals td .woocommerce-shipping-methods li:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot .woocommerce-shipping-totals td .woocommerce-shipping-methods li li {
    display: flex !important;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table tfoot .order-total {
  font-size: 20px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  margin-top: 1.875rem;
  background-color: transparent !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  margin-top: 0.9375rem !important;
  padding: 0 !important;
  border-bottom: none !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  margin-top: 1.25rem;
  padding: 0 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order p {
  font-size: 12px;
  color: #8E8E8E;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order p a {
  color: #1D4115;
  text-decoration: underline;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order {
  float: none !important;
  padding: 17px 41px;
  font-size: 14px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: flex;
  margin-bottom: 1.25rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p::before {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-wrap {
  font-size: 12px;
  line-height: 1.2;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-wrap a {
  text-decoration: none;
  color: #1D4115;
}

@media screen and (max-width: 767px) {
  .woocommerce-shipping-methods li {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set {
    width: 425px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order {
    width: 425px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #shipping_method input[type=radio]::before, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment input[type=radio]::before {
    width: 18px;
    height: 22px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #shipping_method input[type=checkbox]::before, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment input[type=checkbox]::before {
    width: 18px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout:not(.woocommerce-order-received) main {
    margin-top: 5.3125rem;
    padding-bottom: 5.625rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set #billing_first_name_field, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set #billing_last_name_field {
    width: 100%;
    margin-left: 0;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order {
    width: 100%;
    margin-top: 1.875rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals label {
    font-size: 16px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .checkout__col-order .woocommerce-checkout-review-order .shop_table .cart_item .product-name p {
    font-size: 16px;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) .checkout__text {
    margin-top: 1.25rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) .checkout__text p {
    font-size: 16px;
  }
}
.product-main {
  padding: 4.375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .product-main {
    padding: 3.75rem 0rem;
  }
}
.product-main .product-info {
  display: flex;
  gap: 5.0625rem;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .product-main .product-info {
    flex-direction: column;
    gap: 0;
  }
}
.product-main .product-info .product-photo {
  position: relative;
  width: 68.0625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-photo {
    position: relative;
    width: 100%;
  }
}
.product-main .product-info .product-photo .swiper-photo-product {
  width: 100%;
  height: 27.5625rem;
}
.product-main .product-info .product-photo .swiper-photo-product .swiper .swiper-wrapper .swiper-slide {
  width: 23.4375rem;
  height: 27.5625rem;
}
.product-main .product-info .product-photo .swiper-photo-product .swiper-pagination-product-mob {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2.1875rem;
  z-index: 100;
}
.product-main .product-info .product-photo .swiper-photo-product .swiper-pagination-product-mob .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.product-main .product-info .product-photo .swiper-photo-product .swiper-pagination-product-mob .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
.product-main .product-info .product-photo img {
  width: 33.4375rem;
  height: 39.5625rem;
  object-fit: cover;
}
.product-main .product-info .product-data {
  width: 37.5rem;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-data {
    width: 100%;
    padding: 1.5625rem 0.625rem;
  }
}
.product-main .product-info .product-data .product-main__summary .product-main__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.product-main .product-info .product-data .product-main__summary .product-main__meta .cat-col {
  display: flex;
  color: #8E8E8E;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-data .product-main__summary .product-main__meta .cat-col {
    font-size: 0.875rem;
  }
}
.product-main .product-info .product-data .product-main__summary .product-main__meta .cat-col .product-main__selection {
  margin-left: 0.3125rem;
}
.product-main .product-info .product-data .product-main__summary .product-main__meta .cat-col a {
  color: #8E8E8E;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-data .product-main__summary .product-main__meta .cat-col a {
    font-size: 0.875rem;
  }
}
.product-main .product-info .product-data .product-main__summary .product-main__meta .product-main__sku {
  color: #8E8E8E;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-data .product-main__summary .product-main__meta .product-main__sku {
    font-size: 0.875rem;
  }
}
.product-main .product-info .product_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
  text-transform: none;
  color: #1E1E1E;
}
.product-main .product-info .price {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .price {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.35rem;
    padding-bottom: 1.25rem;
  }
}
.product-main .product-info .product-main__attributes {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-main .product-info .product-main__attributes .product-main__attribute {
  border-bottom: 0.0625rem solid rgba(142, 142, 142, 0.3);
}
.product-main .product-info .product-main__attributes .product-main__attribute .product-attribute {
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0rem;
}
.product-main .product-info .product-main__attributes .product-main__attribute .product-attribute .product-attribute__name {
  font-size: 1rem;
  margin-right: 0.625rem;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-main__attributes .product-main__attribute .product-attribute .product-attribute__name {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.product-main .product-info .product-main__attributes .product-main__attribute .product-attribute .product-attribute__options {
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
  color: #1E1E1E;
  line-height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .product-main__attributes .product-main__attribute .product-attribute .product-attribute__options {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.product-main .product-info .size-upperbox {
  height: 1.1875rem;
  margin: 1.875rem 0 1.25rem 0;
  display: flex;
  justify-content: space-between;
}
.product-main .product-info .size-upperbox p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .size-upperbox p {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.product-main .product-info .size-upperbox .product-main__size-table {
  color: #8E8E8E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .product-main .product-info .size-upperbox .product-main__size-table {
    font-size: 0.875rem;
    text-decoration: none;
  }
}
.product-main .product-info .variations_form .variations th {
  display: none;
}
.product-main .product-info .variations_form .variations td .reset_variations {
  display: none !important;
}
.product-main .product-info .variations_form .variations td .variable-items-wrapper {
  display: flex;
  gap: 0.5rem;
}
.product-main .product-info .variations_form .variations td .variable-items-wrapper .variable-item {
  width: 3rem;
  height: 3rem;
  margin: 0;
  background: rgba(29, 65, 21, 0.05);
  border: 1px solid rgba(48, 84, 36, 0.05);
  box-shadow: none;
}
.product-main .product-info .variations_form .variations td .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span {
  border-radius: 0;
  font-size: 0.875rem;
}
.product-main .product-info .variations_form .variations td .variable-items-wrapper .variable-item.selected {
  border: 1px solid #0C3612;
  background: #1D4115;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-main .product-info .variations_form .variations td .variable-items-wrapper .variable-item.selected .variable-item-contents .variable-item-span {
  border-radius: 0;
  color: white;
}
.product-main .product-info .variations_form .qib-button-wrapper {
  display: none !important;
}
.product-main .product-info .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  display: none;
}
.product-main .product-info p {
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .product-main__description {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.product-main .product-related {
  margin-top: 11.875rem;
  height: 62.5rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-related {
    width: 100%;
    height: max-content;
    margin-top: 5.625rem;
  }
}
.product-main .product-related .product-related__title {
  color: #1E1E1E;
  text-align: center;
  font-family: "Bergamasco", sans-serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-related .product-related__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.product-main .product-related .double-slider {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-left: 0;
  padding-right: 0;
}
.product-main .product-related .double-slider__front-slider {
  left: 0;
  width: 100%;
}
.product-main .product-related .slider-button-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-main .product-related .slider-button-cont {
    display: none;
  }
}
.product-main .product-related .slider-button-cont .slider-buttons {
  display: flex;
  gap: 1.875rem;
}
.product-main .product-related .slider-button-cont .slider-buttons .prev-slider-best-butt {
  cursor: pointer;
}
.product-main .product-related .slider-button-cont .slider-buttons .prev-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.product-main .product-related .slider-button-cont .slider-buttons .prev-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.product-main .product-related .slider-button-cont .slider-buttons .next-slider-best-butt {
  cursor: pointer;
}
.product-main .product-related .slider-button-cont .slider-buttons .next-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.product-main .product-related .slider-button-cont .slider-buttons .next-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.product-main .product-upsells {
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-upsells {
    margin-top: 0;
  }
}
.product-main .product-upsells .product-upsells__title {
  color: #1E1E1E;
  text-align: center;
  font-family: "Bergamasco", sans-serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-upsells .product-upsells__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .product-main .product-upsells .woocommerce.columns-3 {
    padding: 0 0.625rem;
  }
}
.product-main .product-selection {
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-selection {
    margin-top: 5.625rem;
  }
}
.product-main .product-selection .product-selection__title {
  color: #1E1E1E;
  text-align: center;
  font-family: "Bergamasco", sans-serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .product-main .product-selection .product-selection__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .product-main .product-selection .product-card-slider {
    padding: 0 0.625rem;
  }
}
.product-main .product-selection .product-card-slider .swiper-pagination-product-card-slider {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}
.product-main .product-selection .product-card-slider .swiper-pagination-product-card-slider .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 0.6;
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
  transition: all 1s ease;
}
.product-main .product-selection .product-card-slider .swiper-pagination-product-card-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
  opacity: 1;
  width: 3.1875rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}
.product-main .product-selection .slider-button-cont {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-main .product-selection .slider-button-cont {
    display: none;
  }
}
.product-main .product-selection .slider-button-cont .slider-buttons {
  display: flex;
  gap: 1.875rem;
}
.product-main .product-selection .slider-button-cont .slider-buttons .prev-slider-best-butt {
  cursor: pointer;
}
.product-main .product-selection .slider-button-cont .slider-buttons .prev-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.product-main .product-selection .slider-button-cont .slider-buttons .prev-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.product-main .product-selection .slider-button-cont .slider-buttons .next-slider-best-butt {
  cursor: pointer;
}
.product-main .product-selection .slider-button-cont .slider-buttons .next-slider-best-butt svg {
  width: 3.0625rem;
  height: 1.4375rem;
}
.product-main .product-selection .slider-button-cont .slider-buttons .next-slider-best-butt:hover svg path {
  fill: #0C3612;
}
.product-main .cart .product-main__actions {
  padding: 3.125rem 0;
  display: flex;
  gap: 0.625rem;
}
.product-main .cart .product-main__actions .qib-button-wrapper {
  display: none !important;
}
.product-main .cart .product-main__actions .single_add_to_cart_button {
  width: 100%;
  text-transform: uppercase;
  height: 3.1875rem;
  padding: 1.0625rem 2.5625rem;
  background: #305424;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D9D9D9;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.05rem;
  transition: all 0.5s;
}
.product-main .cart .product-main__actions .single_add_to_cart_button:hover {
  background: #0C3612;
}
.product-main .cart .product-main__actions .product-main__hint {
  text-transform: uppercase;
  width: 100%;
  height: 3.1875rem;
  padding: 1.0625rem 2.5625rem;
  border: 0.0625rem solid #0C3612;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C3612;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.05rem;
  transition: all 0.5s;
}
.product-main .cart .product-main__actions .product-main__hint:hover {
  background: #0C3612;
  color: #D9D9D9;
}
.product-main .cart .product-main__actions {
  padding: 3.125rem 0;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .product-main .cart .product-main__actions {
    flex-wrap: wrap;
  }
}
.product-main .cart .product-main__actions .qib-button-wrapper {
  display: none !important;
}
.product-main .cart .product-main__actions .single_add_to_cart_button {
  width: 100%;
  height: 3.1875rem;
  padding: 1.0625rem 2.5625rem;
  background: #305424;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D9D9D9;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.05rem;
  transition: all 0.5s;
}
.product-main .cart .product-main__actions .single_add_to_cart_button:hover {
  background: #0C3612;
}
.product-main .cart .product-main__actions .product-main__hint {
  width: 100%;
  height: 3.1875rem;
  padding: 1.0625rem 2.5625rem;
  border: 0.0625rem solid #0C3612;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C3612;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.05rem;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .product-main .cart .product-main__actions .product-main__hint {
    width: calc(100% - 3.625rem);
  }
}
.product-main .cart .product-main__actions .product-main__hint:hover {
  background: #0C3612;
  color: #D9D9D9;
}
.product-main .qib-button-wrapper {
  display: none !important;
}

body.woocommerce-account section.page {
  width: auto;
}
body.woocommerce-account .form-row {
  margin-top: 0.25rem;
  padding: 0;
}
body.woocommerce-account button[type=submit] {
  margin-top: 0.9375rem;
}
body.woocommerce-account .account-wrapper {
  display: flex;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  body.woocommerce-account .account-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  flex-shrink: 0;
  width: 15.29%;
}
@media screen and (max-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-right: 1.9375rem;
  border-right: 1px solid #8E8E8E;
}
@media screen and (max-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-right: 0;
    border: none;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  flex-grow: 1;
  width: 100%;
  max-width: 67.0625rem;
  margin-left: 6.8125rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 1.875rem;
    margin-left: 0;
  }
}
body.woocommerce-account .account-page {
  padding-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  body.woocommerce-account .account-page {
    padding-top: 1.5625rem;
  }
}
body.woocommerce-account .account-page .page__content {
  margin-top: 0;
}
body.woocommerce-account .woocommerce-accept {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #8E8E8E;
}
body.woocommerce-account .woocommerce-accept input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 0.3125rem;
}
body.woocommerce-account .woocommerce-accept a {
  color: #1D4115;
  text-decoration: none;
}
body.woocommerce-account .woocommerce-accept a:hover {
  text-decoration: underline;
}

.woocommerce-form-login__rememberme {
  display: none !important;
}

.login-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 88.75rem;
}
@media screen and (max-width: 767px) {
  .login-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.login-wrapper .woocommerce-notices-wrapper {
  width: 100%;
}
.login-wrapper .login-form {
  flex-shrink: 0;
  width: 37.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .login-wrapper .login-form {
    width: 100%;
  }
}
.login-wrapper .registration-form {
  flex-shrink: 0;
  width: 37.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .login-wrapper .registration-form {
    width: 100%;
    margin-top: 2.875rem;
  }
}
.login-wrapper h2 {
  margin-bottom: 0;
  text-transform: lowercase;
}
.login-wrapper form.woocommerce-form {
  margin-top: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .login-wrapper form.woocommerce-form {
    margin-top: 1.25rem;
  }
}
.login-wrapper form.woocommerce-form .form-row {
  margin: 0.25rem 0 0;
  padding: 0;
}
.login-wrapper form.woocommerce-form .woocommerce-button {
  margin-top: 1rem;
  width: 100%;
}
.login-wrapper form.woocommerce-form .woocommerce-LostPassword {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .login-wrapper form.woocommerce-form .woocommerce-LostPassword {
    margin-top: 1.5625rem;
  }
}
.login-wrapper form.woocommerce-form .woocommerce-LostPassword a {
  color: #8E8E8E;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .login-wrapper form.woocommerce-form .woocommerce-LostPassword a {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.login-wrapper form.woocommerce-form .woocommerce-LostPassword a:hover {
  color: #0C3612;
}

.woocommerce .lost-pass-wrapper {
  width: 100%;
  max-width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .lost-pass-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword .lead-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
  }
}
.woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword .lead-text + .form-row {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword .lead-text + .form-row {
    margin-top: 1.25rem;
  }
}
.woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword .form-row {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.woocommerce .lost-pass-wrapper form.woocommerce-ResetPassword .form-row button[type=submit] {
  margin-top: 1.25rem;
  width: 100%;
}

.pass-sent-wrapper {
  width: 100%;
  max-width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .pass-sent-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.pass-sent-wrapper .woocommerce-message {
  margin-top: 0;
  padding: 0;
  font-family: "Bergamasco", sans-serif;
  background-color: none;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .pass-sent-wrapper .woocommerce-message {
    font-size: 1.875rem;
    line-height: 1.27;
  }
}
.pass-sent-wrapper .pass-sent-text {
  text-align: center;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .pass-sent-wrapper .pass-sent-text {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

.woocommerce .reset-pass-wrapper {
  width: 100%;
  max-width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .reset-pass-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .reset-pass-wrapper .lead-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
  }
}
.woocommerce .reset-pass-wrapper .woocommerce-form-row--first {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .reset-pass-wrapper .woocommerce-form-row--first {
    margin-top: 1.25rem;
  }
}
.woocommerce .reset-pass-wrapper .woocommerce-form-row--last {
  margin-top: 0.25rem;
}
.woocommerce .reset-pass-wrapper button[type=submit] {
  width: 100%;
}

.woocommerce .order-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.woocommerce .order-list-item {
  margin-top: 1.25rem;
}
.woocommerce .order-list-item:first-child {
  margin-top: 0;
}

.order-card, .order {
  padding: 1.875rem;
  background-color: rgba(217, 217, 217, 0.2);
}
@media screen and (max-width: 767px) {
  .order-card, .order {
    padding: 1.25rem;
  }
}
.order-card__top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .order-card__top {
    flex-direction: column-reverse;
  }
}
.order-card__data {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .order-card__data {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.order-card__status {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .order-card__status {
    width: 100%;
  }
}
.order-card__name, .order__name {
  text-decoration: none;
}
.order-card__name:hover, .order__name:hover {
  text-decoration: underline;
}
.order-card__date, .order__date {
  margin-top: 0.625rem;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .order-card__date, .order__date {
    margin-top: 0.3125rem;
  }
}
.order-card__bottom {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .order-card__bottom {
    flex-direction: column;
    align-items: stretch;
  }
}
.order-card__products {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .order-card__products {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
.order-card__products > * {
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .order-card__products > * {
    width: 33.3%;
    margin-top: 0.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.order-card__img-box {
  display: block;
  position: relative;
  width: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .order-card__img-box {
    width: 100%;
  }
}
.order-card__img-box::after {
  content: "";
  display: block;
  padding-top: 117.95%;
}
.order-card__img-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.order-card a.order-card__img-box, .order a.order-card__img-box {
  opacity: 1;
  transition: none !important;
  z-index: 1;
}
.order-card a.order-card__img-box:hover, .order a.order-card__img-box:hover {
  opacity: 0.8;
}
.order-card__total {
  flex-shrink: 0;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .order-card__total {
    margin-top: 0.625rem;
    padding-bottom: 0;
  }
}
.order-card__total-title, .order__total-title {
  text-align: right;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .order-card__total-title, .order__total-title {
    text-align: left;
  }
}
.order-card__total-amount, .order__total-amount {
  margin-top: 0.625rem;
  text-align: right;
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  .order-card__total-amount, .order__total-amount {
    margin-top: 0.3125rem;
    text-align: left;
  }
}

.orders-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 3.5625rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.orders-pagination > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #8E8E8E;
  transition: color 0.4s;
}
.orders-pagination > *:hover {
  color: #0C3612;
}
.orders-pagination .current {
  color: #0C3612;
}
@media screen and (max-width: 767px) {
  .orders-pagination .prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.orders-pagination .prev > * {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .orders-pagination .next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.orders-pagination .prev, .orders-pagination .next {
  display: flex;
  align-items: center;
}
.orders-pagination .prev img, .orders-pagination .next img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(365%) hue-rotate(60deg) brightness(86%) contrast(95%);
}
.orders-pagination .prev path, .orders-pagination .next path {
  fill: #305424;
}
.orders-pagination a.prev:hover img, .orders-pagination a.next:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(14%) saturate(2457%) hue-rotate(77deg) brightness(89%) contrast(97%);
}
.orders-pagination a.prev:hover path, .orders-pagination a.next:hover path {
  fill: #0C3612;
}

.orders-back {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .orders-back {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.orders-back__arrow {
  margin-right: 0.625rem;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(365%) hue-rotate(60deg) brightness(86%) contrast(95%);
  transition: filter 0.4s;
}
.orders-back__text {
  text-transform: lowercase;
  color: #8E8E8E;
  transition: color 0.4s;
}
.orders-back:hover .orders-back__arrow {
  filter: brightness(0) saturate(100%) invert(17%) sepia(14%) saturate(2457%) hue-rotate(77deg) brightness(89%) contrast(97%);
}
.orders-back:hover .orders-back__text {
  color: #1E1E1E;
}

.order {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .order {
    margin-top: 1.25rem;
    padding: 1.25rem 0.625rem;
  }
}
.order__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order__data {
  flex-grow: 1;
  max-width: calc(100% - 8.8125rem);
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .order__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
    width: 100%;
    max-width: none;
  }
}
.order__total {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .order__total {
    order: 3;
    width: 100%;
  }
}
.order__products {
  margin-top: 1.25rem !important;
  padding-left: 0 !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .order__products {
    order: 2;
    margin-top: 0 !important;
  }
}
.order__product {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .order__product {
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
  }
  .order__product:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .order__name {
    order: 2;
    margin-top: 0.625rem;
  }
}
.order__name:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .order__date {
    order: 3;
  }
}
.order__status {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .order__status {
    order: 1;
    margin-top: 0;
  }
}
.order__contacts {
  margin-top: 2.5rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .order__contacts {
    order: 4;
    margin-top: 0.625rem;
  }
  .order__contacts ~ * {
    order: 4;
  }
}
.order__line {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .order__line {
    margin-top: 0.3125rem;
  }
}
.order__line strong {
  padding-right: 0.3125rem;
  font-weight: 400;
  color: #8E8E8E;
}
.order__coupons {
  margin-top: 0.625rem !important;
  padding-left: 0 !important;
}
.order__coupons li {
  font-size: 1rem;
}
.order-item {
  display: flex;
  align-items: stretch;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .order-item {
    align-items: stretch;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.order-item > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .order-item > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.order-item--deleted {
  opacity: 0.5;
}
.order-item__image {
  flex-shrink: 0;
}
.order-item__data {
  flex-grow: 1;
}
.order-item__img-box {
  display: block;
  position: relative;
  width: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .order-item__img-box {
    width: 10.5rem;
  }
}
.order-item__img-box::after {
  content: "";
  display: block;
  padding-top: 117.95%;
}
.order-item__img-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.order-item__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-item__data > div > *:first-child {
  margin-top: 0;
}
.order-item__category {
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .order-item__category {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #8E8E8E;
  }
}
.order-item__title {
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .order-item__title {
    margin-top: 0.3125rem;
  }
}
.order-item__attributes {
  margin-top: 0.625rem;
}
.order-item__attributes ul {
  font-size: 1rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .order-item__attributes ul {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .order-item__attributes ul li {
    display: flex;
    flex-direction: column;
  }
}
.order-item__attributes ul li strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .order-item__attributes ul li strong {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #8E8E8E;
  }
}
.order-item__attributes ul li p {
  display: inline-block;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .order-item__attributes ul li p {
    margin-top: 0.3125rem;
  }
}
.order-item__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 4.625rem;
}
.order-item__col--params {
  justify-content: center;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .order-item__col--params {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order-item__col--amount, .order-item__col--price, .order-item__col--total {
    display: none;
  }
}
.order-item__mob-price, .order-item__mob-qty {
  display: none;
}
@media screen and (max-width: 767px) {
  .order-item__mob-price, .order-item__mob-qty {
    display: block;
  }
}
.order-item__subtitle {
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .order-item__subtitle {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.order-item__value {
  color: #1E1E1E;
}
@media screen and (max-width: 767px) {
  .order-item__value {
    margin-top: 0.3125rem;
  }
}

.account-page .woocommerce-MyAccount-content .woocommerce-message {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto 1.25rem;
  border: 1px solid #8E8E8E;
}

.account-form.woocommerce-address-fields {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.account-form.woocommerce-address-fields .form-row {
  margin-bottom: 0;
}
.account-form.woocommerce-address-fields .form-row label {
  display: none;
}
.account-form.woocommerce-address-fields .form-row-first, .account-form.woocommerce-address-fields .form-row-last {
  width: calc(50% - 0.125rem);
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .account-form.woocommerce-address-fields .form-row-first, .account-form.woocommerce-address-fields .form-row-last {
    float: none;
    width: 100%;
  }
}
.account-form.woocommerce-address-fields .select2 {
  width: 100% !important;
}
.account-form.woocommerce-address-fields .select2-selection {
  height: 3.0625rem;
  margin: 0;
  padding: 0.9375rem;
  border: none;
  border-radius: 0;
}
.account-form.woocommerce-address-fields .select2-selection__rendered {
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #1E1E1E;
}
.account-form.woocommerce-address-fields .select2-selection__arrow {
  top: 0.6875rem;
  right: 0.6875rem;
}
.account-form.woocommerce-address-fields input::placeholder, .account-form.woocommerce-address-fields textarea::placeholder {
  color: #1E1E1E;
}
.account-form.woocommerce-address-fields f p#billing_phone_field {
  padding-top: 1rem;
}
.account-form.woocommerce-address-fields button[type=submit] {
  width: 100%;
}

form.woocommerce-EditAccountForm {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
form.woocommerce-EditAccountForm .form-row-username-wrapper {
  display: none;
}
form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 0.25rem;
}
form.woocommerce-EditAccountForm .form-row-first, form.woocommerce-EditAccountForm .form-row-last {
  width: calc(50% - 0.125rem);
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  form.woocommerce-EditAccountForm .form-row-first, form.woocommerce-EditAccountForm .form-row-last {
    float: none;
    width: 100%;
  }
}
form.woocommerce-EditAccountForm fieldset {
  margin-top: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: none;
}
form.woocommerce-EditAccountForm fieldset legend {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  form.woocommerce-EditAccountForm fieldset legend {
    font-size: 0.875rem;
  }
}
form.woocommerce-EditAccountForm button[type=submit] {
  width: 100%;
}

.woocommerce-wishlist .catalog-toolbar select {
  padding-right: 1.6875rem;
  border: none;
  font-family: "PTroot", sans-serif;
  font-size: 1.5rem;
  text-transform: lowercase;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.woocommerce-wishlist .catalog-toolbar select + .select2 {
  width: auto !important;
}
.woocommerce-wishlist .catalog-toolbar select + .select2 .select2-selection {
  margin: 0;
  font-size: 1.5rem;
  text-transform: lowercase;
  background-color: transparent;
  border: none;
}
.woocommerce-wishlist .catalog-toolbar select + .select2 .select2-selection__rendered {
  padding-left: 0;
  padding-right: 1.6875rem;
}
.woocommerce-wishlist .catalog-toolbar select + .select2 .select2-selection__arrow {
  display: none;
}
.woocommerce-wishlist .catalog-toolbar select + .select2::after {
  content: "";
  position: absolute;
  top: 62%;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/themes/iskra/front/static/img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist .catalog-toolbar select + .select2::after {
    top: 56%;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("/wp-content/themes/iskra/front/static/img/chevron-down-mobile.svg");
  }
}
.woocommerce-wishlist .catalog-toolbar .template-select {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist .catalog-toolbar select {
    padding-right: 1.6875rem;
    font-size: 1rem;
  }
  .woocommerce-wishlist .catalog-toolbar select + .select2 .select2-selection {
    font-size: 1rem;
    text-transform: lowercase;
    background-color: transparent;
    border: none;
  }
  .woocommerce-wishlist .catalog-toolbar select + .select2 .select2-selection__rendered {
    padding-left: 0;
    padding-right: 1.6875rem;
  }
  .woocommerce-wishlist .catalog-toolbar select + .select2 .select2-selection__arrow {
    display: none;
  }
  .woocommerce-wishlist .catalog-toolbar::after {
    top: 56%;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("/wp-content/themes/iskra/front/static/img/chevron-down-mobile.svg");
  }
}
.woocommerce-wishlist .select2-dropdown {
  width: 16.375rem !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist .select2-dropdown {
    width: auto !important;
  }
}
.woocommerce-wishlist > .select2-container--open {
  transform: translateY(0.625rem);
  z-index: 20;
}

.yith-wishlist {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .yith-wishlist {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.yith-wishlist .page__title {
  padding-top: 2.1875rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .yith-wishlist .page__title {
    padding-top: 1.6875rem;
  }
}
.yith-wishlist ul.products {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .yith-wishlist ul.products {
    padding-top: 0.625rem;
  }
}

#yith-wcwl-popup-message {
  margin-left: 0 !important;
  line-height: 1.2 !important;
  transform: translate(-50%, -50%);
}

.wishlist-not-found {
  text-align: center;
}
.wishlist-not-found a {
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.archive-news {
  margin-top: 6.25rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .archive-news {
    margin-top: 5.625rem;
    padding-bottom: 5rem;
  }
}

.news-listing .wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .news-listing .wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.news-listing__title {
  padding-bottom: 0;
}
.news-listing__toolbar {
  justify-content: space-between;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-listing__toolbar {
    margin-top: 0.4375rem;
  }
}
.news-listing__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-listing__items {
    margin-top: 0;
  }
}
.news-listing__items > * {
  width: 25%;
  margin-top: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-listing__items > * {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.news-listing__pagination {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news-listing__pagination {
    margin-top: 2.5rem;
  }
}

.article-tagcloud {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .article-tagcloud {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
}
.article-tagcloud__item {
  margin-top: 0.9375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .article-tagcloud__item {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}
.article-tagcloud__wrap {
  display: block;
  padding: 0.625rem 1.5rem;
  border: 1px solid #1E1E1E;
  border-radius: 2.5rem;
  background-color: transparent;
  color: #1E1E1E;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}
.article-tagcloud__wrap:hover {
  border-color: rgba(29, 65, 21, 0.8);
  background-color: rgba(29, 65, 21, 0.8);
  color: #fff;
}
.article-tagcloud__item--active .article-tagcloud__wrap {
  border-color: rgba(29, 65, 21, 0.8);
  background-color: rgba(29, 65, 21, 0.8);
  color: #fff;
}

.single-post main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .single-post main {
    padding-bottom: 5rem;
  }
}

.article {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .article {
    margin-top: 5rem;
  }
}
.article__wrapper {
  width: 100%;
  max-width: 58.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .article__wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .article__header {
    flex-direction: column;
  }
}
.article__title {
  flex-shrink: 0;
  width: 66.48%;
  font-family: "PTroot", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .article__title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.417;
  }
}
.article__meta {
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .article__meta {
    width: 100%;
    margin-top: 0.9375rem;
    padding-left: 0;
  }
}
.article__meta .news-tags {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .article__meta .news-tags {
    justify-content: flex-start;
  }
}
.article__date {
  display: block;
  margin-top: 0.9375rem;
  text-align: right;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .article__date {
    margin-top: 1.1875rem;
    text-align: left;
  }
}
.article__content p {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .article__content p {
    font-size: 0.875rem;
  }
}
.article__content .wp-caption {
  margin-top: 2.3125rem;
  max-width: 100% !important;
}
.article__content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.article__content .wp-caption-text {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .article__content .wp-caption-text {
    font-size: 0.875rem;
  }
}
.article__content blockquote {
  margin-top: 1.625rem;
}
.article__content blockquote p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .article__content blockquote p {
    font-size: 1rem;
    line-height: 1.125;
  }
}
.article__content .wp-video {
  margin-top: 1.875rem;
}
.article__content .wp-video .mejs-overlay .mejs-overlay-button {
  width: 6.25rem;
  height: 6.25rem;
  background-image: url("../../static/img/play-button.svg");
  background-position: center center;
  background-size: contain;
  opacity: 0.6;
  transition: opacity 0.4s;
}
.article__content .wp-video .mejs-overlay:hover .mejs-overlay-button {
  background-position: center center;
  opacity: 1;
}
.article__content ul {
  margin-top: 1.875rem;
  padding-left: 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .article__content ul {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.article__content ul li {
  position: relative;
  padding-left: 1.875rem;
}
.article__content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0.5rem;
  width: 0.375rem;
  height: 0.75rem;
  border-radius: 50%;
  transform: rotate(40deg);
  background-color: #1D4115;
  z-index: 1;
}

.similar-news {
  margin-top: 9.875rem;
}
.similar-news__wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .similar-news__wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.similar-news__controls {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .similar-news__controls {
    margin-top: 2.1875rem;
  }
}
.similar-news__left {
  height: 1.4375rem;
}
.similar-news__left img {
  height: 100%;
}
.similar-news__right {
  height: 1.4375rem;
}
.similar-news__right img {
  height: 100%;
}
main.page-selections-main {
  min-height: 0;
  margin-top: 6.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  main.page-selections-main {
    margin-top: 4.375rem;
  }
}

.page-selections__wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-selections__wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.page-selections__title {
  position: absolute;
  left: -9999px;
}
.page-selections__item {
  margin-top: 1.875rem;
}
.page-selections__item:first-child {
  margin-top: 0;
}
.page-selections__not-found {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  text-align: center;
}

.tax-product_tag main.site-main {
  margin-top: 1.25rem;
  padding-left: 0;
  padding-right: 0;
}
.tax-product_tag .catalog-toolbar, .tax-product_tag ul.products, .tax-product_tag .product-grid-pagination {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .tax-product_tag .catalog-toolbar, .tax-product_tag ul.products, .tax-product_tag .product-grid-pagination {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.tax-product_tag .woocommerce-products-header {
  position: absolute;
  left: -9999px;
}

.product-tag-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .product-tag-cards {
    display: none;
  }
}
.product-tag-cards__item {
  width: 33.33%;
  margin-top: 0.25rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.product-tag-slider {
  display: none;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .product-tag-slider {
    display: block;
  }
}
.product-tag-slider__controls {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .product-tag-slider__controls {
    margin-top: 2.1875rem;
  }
}
.product-tag-fake-title {
  margin-top: 4.375rem;
  padding-bottom: 0;
}

/* ===== Стили для модального окна отзывов (аналогично сертификатам) ===== */

.t1-med, #modal-otzyvy .modal-title p {
    font-family: "PTroot", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.417;
}

@media screen and (max-width: 767px) {
    #modal-otzyvy .modal {
        top: 50%;
        left: 50%;
        width: calc(100% - 1.25rem);
        height: auto;
        max-height: 100%;
        transform: translate(-50%, -50%);
    }
}

#modal-otzyvy .modal-wrapper {
    width: 54.375rem;
    padding: 1.25rem 1.9375rem;
}
@media screen and (max-width: 767px) {
    #modal-otzyvy .modal-wrapper {
        padding: 1.25rem 1.6875rem !important;
    }
}
#modal-otzyvy .modal-cross {
    top: 1.25rem;
    right: 1.25rem;
}
@media screen and (max-width: 767px) {
    #modal-otzyvy .modal-title p {
        font-size: 1.125rem;
        line-height: 1.2;
    }
}
#modal-otzyvy .modal-content {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
    #modal-otzyvy .modal-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

/* Общие стили для контролов слайдера (добавляем reviews__controls) */
.user-swiper__controls, .product-tag-slider__controls,
.similar-news__controls, .certificates__controls,
.reviews__controls {
    display: flex;
    justify-content: center;
    margin-top: 0.8125rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
@media screen and (max-width: 767px) {
    .user-swiper__controls, .product-tag-slider__controls,
    .similar-news__controls, .certificates__controls,
    .reviews__controls {
        margin-top: 1.25rem;
    }
}
.user-swiper__controls > *, .product-tag-slider__controls > *,
.similar-news__controls > *, .certificates__controls > *,
.reviews__controls > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

/* Общие стили пагинации (добавляем reviews__pagin) */
.user-swiper__pagin, .product-tag-slider__pagin,
.similar-news__pagin, .certificates__pagin,
.reviews__pagin {
    display: none;
    margin-bottom: 30px;
    justify-content: center;
}

.user-swiper__pagin .swiper-pagination-bullet,
.product-tag-slider__pagin .swiper-pagination-bullet,
.similar-news__pagin .swiper-pagination-bullet,
.certificates__pagin .swiper-pagination-bullet,
.reviews__pagin .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 0.6;
    width: 0.75rem;
    height: 0.5rem;
    border-radius: 0.625rem;
    transition: all 1s ease;
}
.user-swiper__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active,
.product-tag-slider__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active,
.similar-news__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active,
.certificates__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active,
.reviews__pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D9D9D9;
    opacity: 1;
    width: 3.1875rem;
    height: 0.5rem;
    border-radius: 0.625rem;
}

@media screen and (max-width: 767px) {
    .user-swiper__pagin, .product-tag-slider__pagin,
    .similar-news__pagin, .certificates__pagin,
    .reviews__pagin {
        display: flex;
    }
}

/* Стили списка отзывов */
.reviews__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -0.6875rem;
    margin-right: -0.6875rem;
}
@media screen and (max-width: 767px) {
    .reviews__list {
        display: none;
    }
}
.reviews__item {
    width: 50%;
    margin-top: 1.375rem;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
}
@media screen and (max-width: 767px) {
    .reviews__item:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .reviews__item {
        width: 100%;
    }
}
.reviews__photo {
    display: block;
    width: 100%;
}
.reviews__swiper {
    display: none;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .reviews__swiper {
        display: block;
    }
}
.reviews__controls {
    margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
    .reviews__controls {
        margin-top: 2.1875rem;
    }
}

/* Стиль кнопки для открытия отзывов */
.reviews-button {
    text-decoration: underline;
    color: #1D4115;
    cursor: pointer;
}
.reviews-button:hover {
    opacity: 0.7;
}

/*# sourceMappingURL=main.css.map */




/* Стили для видео на десктопе */
.product-main__video-container {
    width: 33.4375rem;
    height: 39.5625rem;
    overflow: hidden;
}

.product-main__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Стили для видео на мобильных устройствах */
.product-video-slide {
    width: 23.4375rem;
    height: 27.5625rem;
    overflow: hidden;
}

.product-video-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Стили для Plyr плеера */
.plyr {
    width: 100%;
    height: 100%;
}

/* Стили для десктопной версии */
.product-main__video-container .plyr {
    width: 33.4375rem;
    height: 39.5625rem;
}

/* Стили для мобильной версии */
.product-video-slide .plyr {
    width: 23.4375rem;
    height: 27.5625rem;
}

/* Блок последних новостей */
.recent-news {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.recent-news__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.recent-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.recent-news__item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recent-news__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.recent-news__image {
    height: 200px;
    overflow: hidden;
}

.recent-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-news__item:hover .recent-news__image img {
    transform: scale(1.05);
}

.recent-news__content {
    padding: 20px;
}

.recent-news__date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.recent-news__item-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.recent-news__item-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-news__item-title a:hover {
    color: #007cba;
}

.recent-news__excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.recent-news__read-more {
    color: #007cba;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

.recent-news__read-more:hover {
    color: #005a87;
}

.recent-news__all-link {
    text-align: center;
}

.recent-news__view-all {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.recent-news__view-all:hover {
    background-color: #005a87;
}

/* Адаптив для планшетов */
@media (max-width: 768px) {
    .recent-news {
        padding: 40px 0;
    }
    
    .recent-news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .recent-news__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

/* Адаптив для мобильных */
@media (max-width: 480px) {
    .recent-news {
        padding: 30px 0;
    }
    
    .recent-news__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .recent-news__title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .recent-news__image {
        height: 180px;
    }
    
    .recent-news__content {
        padding: 15px;
    }
}

/* Отключает синий цвет и подчёркивание для tel: ссылок (если браузер сам создал ссылку) */
a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Дополнительная защита для iOS (Safari) */
@supports (-webkit-touch-callout: none) {
  .thankyou__text,
  .thankyou__text * {
    -webkit-text-fill-color: currentcolor !important;
    color: inherit !important;
  }
}

/* ===== Стили для модального окна Primerit ===== */

/* Убираем горизонтальный скролл */
#modal-primerit .modal {
    overflow-x: hidden !important;
}

#modal-primerit .modal-wrapper {
    overflow-x: hidden !important;
}

#modal-primerit .modal-content {
    overflow-x: hidden !important;
}

/* Перебиваем глобальный .t1-med стиль */
#modal-primerit .primerit-title {
    font-family: 'Bergamasco' !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    text-align: center !important;
    color: #0C3612 !important;
}

@media screen and (max-width: 767px) {
    #modal-primerit .modal {
        top: 50%;
        left: 50%;
        width: calc(100% - 1.25rem);
        height: auto;
        max-height: 100%;
        transform: translate(-50%, -50%);
    }
}

#modal-primerit .modal-wrapper {
    width: 54.375rem;
    padding: 1.25rem 1.9375rem;
}

@media screen and (max-width: 767px) {
    #modal-primerit .modal-wrapper {
        padding: 1.25rem 1.6875rem !important;
    }
}

#modal-primerit .modal-cross {
    top: 1.25rem;
    right: 1.25rem;
}

#modal-primerit .modal-content {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
    #modal-primerit .modal-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

/* стиль для подписи материалов в каталоге */
.product-card__materials {
    font-size: 0.825rem;
    line-height: 1.12;
    color: #8E8E8E;
    margin-top: 4px; /* небольшой отступ от названия */
}
@media screen and (max-width: 767px) {
  .product-card__materials {
    text-align: center;
  }
}

/* Зелёные кнопки WooCommerce - корпоративные цвета */

/* Основной цвет кнопок */
.woocommerce .cart .button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page .cart .button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce-checkout .button,
.woocommerce-cart .button,
.woocommerce-cart .cart-table__clear-all,
button.single_add_to_cart_button,
.woocommerce button.button.alt.disabled,
.woocommerce .woocommerce-Button,
.woocommerce button[name="update_cart"],
.woocommerce button[name="apply_coupon"],
#place_order,
.checkout-button,
.wc-proceed-to-checkout .button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
button[name="save_account_details"],
button[name="woocommerce_checkout_place_order"] {
    background-color: #305424 !important;
    border-color: #305424 !important;
    color: #ffffff !important;
}

/* Цвет при наведении */
.woocommerce .cart .button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-checkout .button:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart .cart-table__clear-all:hover,
button.single_add_to_cart_button:hover,
.woocommerce .woocommerce-Button:hover,
.woocommerce button[name="update_cart"]:hover,
.woocommerce button[name="apply_coupon"]:hover,
#place_order:hover,
.checkout-button:hover,
.wc-proceed-to-checkout .button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
button[name="save_account_details"]:hover,
button[name="woocommerce_checkout_place_order"]:hover {
    background-color: #0C3612 !important;
    border-color: #0C3612 !important;
    color: #ffffff !important;
}

/* Для кнопок с классом btn-square из шаблонов */
.btn-square,
button.btn-square {
    background-color: #305424 !important;
    border-color: #305424 !important;
}

.btn-square:hover,
button.btn-square:hover {
    background-color: #0C3612 !important;
    border-color: #0C3612 !important;
}

/* Фокус для доступности */
.woocommerce button:focus,
.woocommerce .button:focus {
    background-color: #0C3612 !important;
    border-color: #0C3612 !important;
    outline: 2px solid #305424;
    outline-offset: 2px;
}

/* Ссылки на вариации товаров */
.product-main__related-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.product-main__related-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background-color: #ffffff;
    border: 1px solid #2d5016;
    border-radius: 4px;
    text-decoration: none;
    color: #2d5016;
    transition: all 0.3s ease;
    min-height: 55px;
}

.product-main__related-link:hover {
    background-color: #2d5016;
    color: #ffffff;
}

.product-main__related-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.product-main__related-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    overflow: hidden;
}

.product-main__related-stone,
.product-main__related-material {
    font-size: 12px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product-main__related-stone {
    font-weight: 600;
}

.product-main__related-material {
    font-weight: 400;
    opacity: 0.85;
}

.product-main__related-title {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .product-main__related-links {
        gap: 8px;
    }
    
    .product-main__related-link {
        padding: 8px 10px;
        min-height: 50px;
    }
    
    .product-main__related-thumb {
        width: 35px;
        height: 35px;
    }
    
    .product-main__related-stone,
    .product-main__related-material,
    .product-main__related-title {
        font-size: 11px;
    }
}