<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@use "sass:math";
.hero {
  position: relative; }
  .hero__slider {
    position: relative; }
    .hero__slider--controls {
      position: absolute;
      bottom: 50px;
      right: 56px;
      transform: translate(0%, -50%);
      display: flex;
      justify-content: end;
      gap: 12px; }
      .hero__slider--controls .left,
      .hero__slider--controls .right {
        width: 40px;
        height: 40px;
        background-color: #fff;
        position: relative;
        cursor: pointer;
        border-radius: 8px; }
        .hero__slider--controls .left::after,
        .hero__slider--controls .right::after {
          content: '';
          display: block;
          height: 14px;
          width: 14px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23C99C68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23C99C68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
      .hero__slider--controls .right {
        margin-right: 7px; }
      .hero__slider--controls .left {
        margin-left: 7px; }
        .hero__slider--controls .left::after {
          transform: translate(-50%, -50%) rotate(180deg); }
  .hero .glide__slide {
    border-radius: 8px; }
  .hero__slide {
    background-color: #f3f2ed; }
    .hero__slide--content {
      padding: 64px 0 64px 56px; }
      .hero__slide--content .title &gt; h1 {
        font-size: 48px;
        font-weight: 600;
        line-height: 57.2px;
        color: #2f323a;
        margin-bottom: 20px; }
      .hero__slide--content .subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #2f323a; }
      .hero__slide--content .btn {
        margin-top: 20px; }
    .hero__slide--img {
      height: 100%;
      position: relative; }
      .hero__slide--img img {
        height: 100%; }

@media (max-width: 1280px) {
  .hero__slider--controls {
    bottom: 107px; } }

@media (max-width: 767px) {
  .hero__slider--controls {
    bottom: 40px;
    right: 50%;
    transform: translate(50%);
    justify-content: center; }
  .hero__slide .upper {
    margin-bottom: -56px;
    z-index: 1; }
  .hero__slide--content {
    padding: 20px 10px; }
    .hero__slide--content .title &gt; h1 {
      font-size: 30px;
      line-height: 36px; }
    .hero__slide--content .subtitle {
      font-size: 20px;
      line-height: 28px; }
    .hero__slide--content .btn {
      margin-top: 40px; }
  .hero__slide--img img {
    width: 100%; } }

@use "sass:math";
.sales__products .col {
  display: flex; }

.sales__products--item {
  display: flex;
  flex: 1; }
  .sales__products--item &gt; a {
    display: flex; }
  .sales__products--item-img {
    position: relative;
    display: flex;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    max-width: 200px;
    max-height: 200px; }
    .sales__products--item-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .sales__products--item-img .action {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 57px;
      height: 28px;
      top: 10px;
      left: 10px;
      background-color: #e9002a;
      border-radius: 32px;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 20.3px; }
  .sales__products--item-content {
    background-color: #f3f2ed;
    padding: 16px;
    border-radius: 0 8px 8px 0;
    width: 100%; }
    .sales__products--item-content &gt; a {
      color: #2f323a; }
      .sales__products--item-content &gt; a:hover {
        text-decoration: underline; }
    .sales__products--item-content .title {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 12px; }
    .sales__products--item-content .price {
      display: flex;
      gap: 8px; }
      .sales__products--item-content .price .sale {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px; }
      .sales__products--item-content .price .regular {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-decoration: line-through;
        color: #8b8d92; }
    .sales__products--item-content .button {
      margin-top: 42px; }
      .sales__products--item-content .button .added_to_cart {
        display: inline-block;
        color: #2f323a;
        margin-top: 12px; }
        .sales__products--item-content .button .added_to_cart:hover {
          text-decoration: underline; }
      .sales__products--item-content .button.loading {
        opacity: 0.5; }

@media (max-width: 767px) {
  .sales__products--item-content .title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px; }
  .sales__products--item-content .button {
    margin-top: 12px; } }

@use "sass:math";
.brands__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }

.brands__item img {
  width: 100%; }

@media (max-width: 1025px) {
  .brands__list {
    justify-content: center;
    gap: 8px; } }

@media (max-width: 768px) {
  .brands__item {
    width: 173px; } }

@use "sass:math";
.about .col {
  margin-top: 0 !important; }

.about__img {
  height: 100%; }
  .about__img img {
    border-radius: 8px 0 0 8px;
    height: 100%; }

.about__content {
  padding: 58px 20px 58px 0;
  color: #2f323a; }
  .about__content--title {
    font-weight: 600;
    font-size: 36px;
    line-height: 46.8px;
    margin-bottom: 32px; }
  .about__content--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .about__content--text &gt; p:not(:last-child) {
      margin-bottom: 20px; }

@media (max-width: 1025px) {
  .about .row {
    flex-direction: column-reverse; }
  .about__img img {
    border-radius: 0 0 8px 8px;
    width: 100%; }
  .about__content {
    padding: 20px 10px; }
    .about__content--title {
      font-size: 24px;
      line-height: 31.2px;
      margin-bottom: 24px; }
    .about__content--text {
      font-size: 16px;
      line-height: 24px; }
      .about__content--text &gt; p:not(:last-child) {
        margin-bottom: 10px; } }

@use "sass:math";
.popular .btn {
  display: flex;
  justify-content: center;
  margin-top: 64px; }

@use "sass:math";
.product__container {
  display: flex;
  flex-direction: column;
  gap: 80px; }

.product__img {
  padding: 48px 0 28px; }

.product .reverse.row {
  flex-direction: row-reverse; }
  .product .reverse.row .product__bg {
    left: 0;
    right: auto; }

.product__bg {
  width: 80%;
  height: 100%;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: -1; }

.product__content {
  padding: 48px 0 28px; }
  .product__content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 24px; }
  .product__content .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: 64px; }

@media screen and (max-width: 1025px) {
  .product__container {
    gap: 20px; }
  .product__img {
    padding: 0; }
    .product__img img {
      width: 100%; }
  .product__bg {
    display: none; }
  .product__content {
    padding: 0px 20px 28px;
    box-shadow: 0px 10px 16px 0px rgba(34, 60, 80, 0.2); } }

@media (max-width: 767px) {
  .product__content .title {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px; }
  .product__content .subtitle {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px; } }

@use "sass:math";
.card {
  max-width: 384px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 4px 12px 1px #00000026;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease; }
  .card__container {
    display: flex;
    justify-content: center;
    gap: 24px; }
  .card:hover {
    box-shadow: 2px 4px 16px 2px #00000033; }
  .card__img {
    width: 100%;
    max-height: 228px;
    display: flex;
    justify-content: center; }
  .card__content {
    padding: 24px 16px; }
  .card__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #a0a0a0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6; }
  .card__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin: 16px 0;
    color: #222222; }
  .card__subtitle, .card__excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #222222; }
  .card .cmn-btn {
    margin-top: auto;
    /* This will ensure the button is pushed to the bottom */ }

@media screen and (max-width: 1024px) {
  .card__container {
    flex-direction: column;
    align-items: center; } }

@media (max-width: 767px) {
  .card {
    max-width: max-content; }
    .card__container {
      justify-content: center; } }

@use "sass:math";
.breadcrumbs {
  margin: 0 0 -20px; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap; }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
    color: #222222; }

@media (max-width: 1024px) {
  .breadcrumbs {
    margin-top: 32px; } }

.embla {
  max-width: 48rem;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%; }

.embla__viewport {
  overflow: hidden; }

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1); }

.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing); }

.embla__slide__number {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
  user-select: none; }
  .embla__slide__number &gt; img {
    height: 100%; }

.embla-thumbs {
  --thumbs-slide-spacing: 0.8rem;
  --thumbs-slide-height: 6rem;
  margin-top: var(--thumbs-slide-spacing); }

.embla-thumbs__viewport {
  overflow: hidden; }

.embla-thumbs__container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left: calc(var(--thumbs-slide-spacing) * -1); }

.embla-thumbs__slide {
  flex: 0 0 22%;
  min-width: 0;
  padding-left: var(--thumbs-slide-spacing); }

@media (min-width: 576px) {
  .embla-thumbs__slide {
    flex: 0 0 15%; } }

.embla-thumbs__slide__number {
  border-radius: 0.5rem;
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--detail-high-contrast);
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--thumbs-slide-height);
  width: 100%; }

.embla-thumbs__slide--selected .embla-thumbs__slide__number {
  border: 1px solid #c99c68;
  color: var(--text-body); }

@use "sass:math";
.pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  width: 100%; }
  .pagination &gt; ul {
    display: flex;
    gap: 10px; }
    .pagination &gt; ul &gt; li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
      color: #222222; }
      .pagination &gt; ul &gt; li &gt; a,
      .pagination &gt; ul &gt; li span {
        border: 1px solid #222222;
        color: #222222;
        padding: 5px 12px; }
      .pagination &gt; ul &gt; li .page-numbers.current {
        background-color: #c99c68;
        border: none; }

@use "sass:math";
.sidebar-filters {
  background-color: #fff;
  padding: 12px;
  border-radius: 8px; }
  .sidebar-filters .wpc-posts-found {
    display: none; }
  .sidebar-filters .widget-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18.75px; }
  .sidebar-filters .wpc-checkbox-item .wpc-filter-link {
    color: #2f323a; }
  .sidebar-filters .wpc-filters-range-wrapper input[type='number'] {
    max-width: 108px;
    height: 25px;
    border-radius: 3px;
    border-width: 1px;
    padding-left: 10px;
    border: 1px solid #cecdcd; }
  .sidebar-filters .wpc-filter-layout-submit-button {
    flex-direction: column;
    gap: 16px; }
    .sidebar-filters .wpc-filter-layout-submit-button .wpc-filters-submit-button,
    .sidebar-filters .wpc-filter-layout-submit-button .wpc-filters-reset-button {
      width: 100%; }
    .sidebar-filters .wpc-filter-layout-submit-button .wpc-filters-reset-button {
      color: #c99c68; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

@use "sass:math";
:root {
  --theme-main-font: 'Roboto Flex', sans-serif;
  --theme-second-font: 'Roboto Flex', sans-serif;
  /*
   * Headline
   */
  --theme-headline-font-size-72: 72px;
  --theme-headline-line-height-72: 80px;
  --theme-headline-font-size-64: 64px;
  --theme-headline-line-height-64: 70px;
  --theme-headline-font-size-56: 56px;
  --theme-headline-line-height-56: 62px;
  --theme-headline-font-size-48: 48px;
  --theme-headline-line-height-48: 52px;
  --theme-headline-font-size-40: 40px;
  --theme-headline-line-height-40: 48px;
  --theme-headline-font-size-36: 36px;
  --theme-headline-line-height-36: 42px;
  --theme-headline-font-size-32: 32px;
  --theme-headline-line-height-32: 38px;
  --theme-headline-font-size-28: 28px;
  --theme-headline-line-height-28: 34px;
  --theme-headline-font-size-24: 24px;
  --theme-headline-line-height-24: 30px;
  --theme-headline-font-size-20: 20px;
  --theme-headline-line-height-20: 26px;
  --theme-headline-font-size-18: 18px;
  --theme-headline-line-height-18: 24px;
  --theme-headline-font-size-16: 16px;
  --theme-headline-line-height-16: 22px;
  --theme-headline-font-size-14: 14px;
  --theme-headline-line-height-14: 18px;
  --theme-headline-font-size-12: 12px;
  --theme-headline-line-height-12: 16px;
  /*
   * Body
   */
  --theme-body-font-size-24: 24px;
  --theme-body-line-height-24: 36px;
  --theme-body-font-size-20: 20px;
  --theme-body-line-height-20: 30px;
  --theme-body-font-size-20: 20px;
  --theme-body-line-height-20: 28px;
  --theme-body-font-size-18: 18px;
  --theme-body-line-height-18: 28px;
  --theme-body-font-size-16: 16px;
  --theme-body-line-height-16: 24px;
  --theme-body-font-size-14: 14px;
  --theme-body-line-height-14: 22px;
  --theme-body-font-size-12: 12px;
  --theme-body-line-height-12: 18px;
  /*
   * Subtitle
   */
  --theme-subtitle-font-size-24: 24px;
  --theme-subtitle-line-height-24: 36px;
  --theme-subtitle-font-size-20: 20px;
  --theme-subtitle-line-height-20: 30px;
  --theme-subtitle-font-size-18: 18px;
  --theme-subtitle-line-height-18: 28px;
  --theme-subtitle-font-size-16: 16px;
  --theme-subtitle-line-height-16: 24px;
  --theme-subtitle-font-size-14: 14px;
  --theme-subtitle-line-height-14: 22px;
  --theme-subtitle-font-size-12: 12px;
  --theme-subtitle-line-height-12: 18px; }
  @media only screen and (max-width: 1279px) {
    :root {
      /*
     * Headline
     */
      --theme-headline-font-size-72: 64px;
      --theme-headline-line-height-72: 70px;
      --theme-headline-font-size-64: 56px;
      --theme-headline-line-height-64: 62px;
      --theme-headline-font-size-56: 48px;
      --theme-headline-line-height-56: 52px;
      --theme-headline-font-size-48: 40px;
      --theme-headline-line-height-48: 40px;
      --theme-headline-font-size-40: 36px;
      --theme-headline-line-height-40: 42px;
      --theme-headline-font-size-36: 32px;
      --theme-headline-line-height-36: 38px;
      --theme-headline-font-size-32: 28px;
      --theme-headline-line-height-32: 34px;
      --theme-headline-font-size-28: 28px;
      --theme-headline-line-height-28: 34px;
      --theme-headline-font-size-20: 20px;
      --theme-headline-line-height-20: 26px; } }
  @media (max-width: 767px) {
    :root {
      /*
     * Headline
     */
      --theme-headline-font-size-72: 28px;
      --theme-headline-line-height-72: 34px;
      --theme-headline-font-size-64: 28px;
      --theme-headline-line-height-64: 34px;
      --theme-headline-font-size-56: 28px;
      --theme-headline-line-height-56: 34px;
      --theme-headline-font-size-48: 28px;
      --theme-headline-line-height-48: 34px;
      --theme-headline-font-size-40: 28px;
      --theme-headline-line-height-40: 34px;
      --theme-headline-font-size-36: 28px;
      --theme-headline-line-height-36: 34px;
      --theme-headline-font-size-32: 24px;
      --theme-headline-line-height-32: 30px;
      --theme-headline-font-size-28: 24px;
      --theme-headline-line-height-28: 30px;
      --theme-headline-font-size-24: 20px;
      --theme-headline-line-height-24: 26px;
      --theme-headline-font-size-20: 18px;
      --theme-headline-line-height-20: 24px;
      --theme-headline-font-size-18: 18px;
      --theme-headline-line-height-18: 24px;
      /*
     * Body
     */
      --theme-body-font-size-24: 20px;
      --theme-body-line-height-24: 30px;
      --theme-body-font-size-20: 18px;
      --theme-body-line-height-20: 28px;
      /*
   * Subtitle
   */
      --theme-subtitle-font-size-24: 24px;
      --theme-subtitle-line-height-24: 20px;
      --theme-subtitle-font-size-20: 20px;
      --theme-subtitle-line-height-20: 18px; } }

:root {
  --container-padding: 44px;
  --container-max-width: 1288px; }

*,
::after,
::before {
  box-sizing: border-box; }

html,
body {
  padding: 0;
  margin: 0;
  height: 100%; }

body {
  font-family: var(--theme-main-font);
  font-weight: 400;
  background-color: #fcfbf7;
  color: #2f323a;
  -webkit-font-smoothing: antialiased; }
  body &gt; .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
    body &gt; .wrapper .block__footer {
      margin-top: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-second-font);
  color: #222222;
  margin: 0;
  font-weight: 900; }

p {
  margin: 0; }

ul,
ol,
nav {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

main {
  background-image: url("../theme/img/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 730px; }
  main &gt; *:first-child {
    padding-top: 120px;
    /* @media screen and (max-width: $tablet_min_width) {
				padding-top: 161px;
			}

			@media screen and (max-width: $mobile_max_width) {
				padding-top: 139px;
			} */ }
    @media screen and (max-width: 1279px) {
      main &gt; *:first-child {
        padding-top: 81px; } }

/*
 * wpseo-frontend-inspector
 */
[style='position: relative; z-index: 99998;'] {
  display: none !important; }

/*
 * Pixel perfect mu-plugin
 */
.pp__images img {
  max-width: initial !important; }

@media only screen and (max-width: 1279px) {
  :root {
    --container-padding: 28px;
    --container-max-width: 1044px; } }

@media (max-width: 767px) {
  :root {
    --container-padding: 10px; } }

.row {
  --gutter-x: 24px;
  --gutter-y: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x)); }
  .row .col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-top: var(--gutter-y); }
    .row .col-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row .col-3 {
      flex: 0 0 auto;
      width: 25%; }
    .row .col-4 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row .col-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row .col-6 {
      flex: 0 0 auto;
      width: 50%; }
    .row .col-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row .col-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row .col-9 {
      flex: 0 0 auto;
      width: 75%; }
    .row .col-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row .col-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row .col-12 {
      flex: 0 0 auto;
      width: 100%; }
  .row-20 {
    --gutter-x: 20px;
    --gutter-y: 20px; }

@media screen and (max-width: 1025px) {
  .row {
    --gutter-x: 8px;
    --gutter-y: 8px; }
    .row .col-sm {
      width: 100% !important;
      flex: 0 0 auto; }
      .row .col-sm-2 {
        width: 16.66667% !important; }
      .row .col-sm-3 {
        width: 25% !important; }
      .row .col-sm-4 {
        width: 33.33333% !important; }
      .row .col-sm-5 {
        width: 41.66667% !important; }
      .row .col-sm-6 {
        width: 50% !important; }
      .row .col-sm-7 {
        width: 58.33333% !important; }
      .row .col-sm-8 {
        width: 66.66667% !important; }
      .row .col-sm-9 {
        width: 75% !important; }
      .row .col-sm-10 {
        width: 83.33333% !important; }
      .row .col-sm-11 {
        width: 91.66667% !important; }
      .row .col-sm-12 {
        width: 100% !important; } }

@media (max-width: 767px) {
  .row .col-xs {
    width: 100% !important;
    flex: 0 0 auto; } }

/*
 * Gutter
 */
.gutter-x-20 {
  --gutter-x: 20px; }

.gutter-x-40 {
  --gutter-x: 40px; }

.gutter-y-20 {
  --gutter-y: 20px; }

.gutter-y-40 {
  --gutter-y: 40px; }

@media only screen and (max-width: 1279px) {
  .gutter-sm-x-20 {
    --gutter-x: 20px; }
  .gutter-sm-x-40 {
    --gutter-x: 40px; }
  .gutter-sm-y-20 {
    --gutter-y: 20px; }
  .gutter-sm-y-40 {
    --gutter-y: 40px; } }

/*
 * Gap
 */
.gap-8 {
  gap: 8px; }

.gap-12 {
  gap: 12px; }

.gap-20 {
  gap: 20px; }

.gap-40 {
  gap: 40px; }

.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.2s linear;
  user-select: none;
  white-space: nowrap;
  text-align: center; }
  .cmn-btn.uppercase {
    text-transform: uppercase; }
  .cmn-btn--text-default {
    text-transform: initial !important; }
  .cmn-btn--main, .cmn-btn--second {
    padding: 18px 24px;
    border-radius: 8px;
    height: 50px;
    max-width: 288px;
    width: 100%; }
    .cmn-btn--main-md, .cmn-btn--second-md {
      font-size: 14px;
      height: 44px;
      min-width: 100px;
      padding: 16px 20px; }
    .cmn-btn--main-xs, .cmn-btn--second-xs {
      padding: 0 10px;
      font-size: 12px !important;
      height: 36px;
      min-width: 90px; }
    .cmn-btn--main[disabled], .cmn-btn--second[disabled] {
      background: rgba(192, 194, 204, 0.2) !important;
      color: #a4a6b2;
      border: none; }
  .cmn-btn--second {
    background: transparent;
    border: 1px solid #dcdde5;
    color: #2b2933; }
  .cmn-btn--main {
    background: #c99c68;
    color: #fff; }
    .cmn-btn--main:hover {
      background: #b57d3e; }
  .cmn-btn--full {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .cmn-btn--main, .cmn-btn--second {
      /* width: 240px; */ } }

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding); }

.second-font {
  font-family: var(--theme-second-font); }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(29, 28, 31, 0.6);
  top: 0; }

.list-bullet ul li {
  position: relative;
  padding-left: 24px; }
  .list-bullet ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #504d5c;
    position: absolute;
    left: 10px;
    top: 8px; }

.d-none {
  display: none !important; }

.d-flex {
  display: flex; }
  .d-flex-i {
    display: inline-flex; }
  .d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  .d-flex-column {
    display: flex;
    flex-direction: column; }
  .d-flex-wrap {
    display: flex;
    flex-wrap: wrap; }

.d-block-i {
  display: inline-block; }

@media screen and (min-width: 1280px) {
  .hide-lg {
    display: none !important; } }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-xs {
    display: none !important; } }

.justify-content-center {
  justify-content: center; }

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

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

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

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

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

.text-right {
  text-align: right; }

.mt-12 {
  margin-top: 12px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-60 {
  padding: 60px; }

.br-20 {
  border-radius: 20px;
  overflow: hidden; }

.bg-white {
  background: #fff; }

.has-text-align-center {
  text-align: center; }

.max-680 {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.main-section-padding {
  padding-top: calc(100px + 80px);
  padding-bottom: 100px; }
  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .main-section-padding {
      padding-top: calc(80px + 80px);
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .main-section-padding {
      padding-top: calc(60px + 80px);
      padding-bottom: 60px; } }

@media only screen and (max-width: 1279px) {
  [class*='sm-max'] {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .sm-max-400 {
    max-width: 400px; } }

@media (max-width: 767px) {
  .xs-max {
    width: 100%;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto; }
  .xs-full {
    width: 100%; } }

.block {
  padding: 40px 0; }
  .block--bg {
    background: #f7f7fa; }
  .block__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 46.8px;
    color: #2f323a;
    margin-bottom: 32px; }

@media only screen and (max-width: 1279px) {
  .block {
    padding: 25px 0; }
    .block__title {
      font-size: 24px;
      line-height: 31.2px;
      margin-bottom: 24px; } }

.search-form.mobile {
  display: none; }

.search-field-wrapper {
  display: flex;
  width: 100%;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  max-width: none;
  position: relative; }

.search-field {
  width: 200px;
  height: 44px;
  border: 1px solid #e0e0e0;
  padding: 12px 20px;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%; }

.search-icon {
  content: '';
  display: block;
  padding: 20px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 20.954L16.4133 15.3673C17.7558 13.7556 18.4253 11.6884 18.2825 9.59562C18.1396 7.50288 17.1954 5.54579 15.6464 4.13146C14.0973 2.71713 12.0626 1.95446 9.96554 2.00211C7.86847 2.04975 5.87051 2.90405 4.38728 4.38728C2.90405 5.87051 2.04975 7.86847 2.00211 9.96554C1.95446 12.0626 2.71713 14.0973 4.13146 15.6464C5.54579 17.1954 7.50288 18.1396 9.59562 18.2825C11.6884 18.4253 13.7556 17.7558 15.3673 16.4133L20.954 22L22 20.954ZM3.50598 10.1638C3.50598 8.84703 3.89645 7.5598 4.62803 6.46492C5.3596 5.37004 6.39941 4.51669 7.61598 4.01277C8.83254 3.50886 10.1712 3.37701 11.4627 3.6339C12.7542 3.8908 13.9405 4.5249 14.8716 5.45601C15.8028 6.38713 16.4369 7.57345 16.6937 8.86494C16.9506 10.1564 16.8188 11.4951 16.3149 12.7117C15.811 13.9282 14.9576 14.9681 13.8627 15.6996C12.7678 16.4312 11.4806 16.8217 10.1638 16.8217C8.39865 16.8197 6.70634 16.1176 5.45818 14.8695C4.21001 13.6213 3.50793 11.929 3.50598 10.1638Z' fill='%231272A9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center; }

.search-submit {
  display: none; }

@media screen and (max-width: 1280px) {
  .search-form {
    width: 100%; }
  .search-field-wrapper {
    padding: 10px; }
  .search-field {
    width: 100%; }
  .search-icon {
    padding: 20px 30px; } }

.tabs--head-label.active .chips--item {
  color: #fff;
  background: #2B2933; }

.tabs--item {
  display: none;
  animation: tab-opacity 0.8s;
  transition: 0.2s opacity; }
  .tabs--item.active {
    display: block; }

@keyframes tab-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body.admin-bar .block__header:not(.block__header--hide) {
  top: 32px; }

@media (max-width: 1279px) {
  /*
   * Hide admin bar
   */
  body.admin-bar {
    margin-top: -32px;
    top: 0 !important; }
    body.admin-bar #wpadminbar {
      display: none; }
    body.admin-bar .block__header:not(.block__header--hide) {
      top: 0; } }

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: -46px; } }

@use "sass:math";
.archive-page .card__container {
  justify-content: flex-start; }

@media (max-width: 426px) {
  .archive-page .card__container {
    flex-direction: row;
    align-items: normal; }
  .archive-page .card__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left; }
  .archive-page-novosti .card__container {
    flex-direction: column;
    align-items: normal; } }

@use "sass:math";
.katalog__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  transition: box-shadow 0.3s;
  background-color: #f3f2ed;
  border-radius: 8px; }
  .katalog__item--img {
    width: 100%;
    height: 100%; }
    .katalog__item--img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .katalog__item--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23.4px;
    text-align: center;
    color: #2f323a; }
  .katalog__item:hover {
    box-shadow: 1px 2px 16px 0px #00000033;
    border-radius: 8px; }

@media (max-width: 767px) {
  .katalog__item {
    padding: 10px 6px; } }

@use "sass:math";
.single .content {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .single .content__characteristics &gt; ul {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .single .content__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 20px; }
  .single .content__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left; }
  .single .content__colors--list {
    display: flex;
    gap: 16px; }
  .single .content__colors--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; }
    .single .content__colors--item .color {
      display: inline-block;
      width: 48px;
      height: 32px;
      border-radius: 4px; }
    .single .content__colors--item .code {
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px;
      text-align: left; }
  .single .content__add-description {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left; }

@media (max-width: 1025px) {
  .single .content {
    margin-bottom: 40px; }
    .single .content__button {
      display: none; } }

@use "sass:math";
.o_kompanii .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  max-width: 996px; }
  .o_kompanii .content &gt; p {
    margin-bottom: 48px; }
  .o_kompanii .content ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .o_kompanii .content ul li {
      position: relative;
      padding-left: 35px;
      display: flex;
      align-items: center;
      width: 49%; }
      .o_kompanii .content ul li:before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.243 16.314L6 12.07L7.414 10.656L10.243 13.484L15.899 7.82703L17.314 9.24203L10.243 16.314Z' fill='%23C6C6C6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 5C1 3.93913 1.42143 2.92172 2.17157 2.17157C2.92172 1.42143 3.93913 1 5 1H19C20.0609 1 21.0783 1.42143 21.8284 2.17157C22.5786 2.92172 23 3.93913 23 5V19C23 20.0609 22.5786 21.0783 21.8284 21.8284C21.0783 22.5786 20.0609 23 19 23H5C3.93913 23 2.92172 22.5786 2.17157 21.8284C1.42143 21.0783 1 20.0609 1 19V5ZM5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3Z' fill='%23C6C6C6'/%3E%3C/svg%3E");
        position: absolute;
        left: 0; }

.o_kompanii__img img {
  width: 100%; }

.o_kompanii__certificates {
  margin-top: 112px; }
  .o_kompanii__certificates--items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }

@media (max-width: 1025px) {
  .o_kompanii__certificates {
    margin-top: 64px; }
    .o_kompanii__certificates--items {
      justify-content: center;
      gap: 16px; } }

@media (max-width: 767px) {
  .o_kompanii .content ul {
    flex-direction: column; }
    .o_kompanii .content ul li {
      width: 100%; } }

@use "sass:math";
.galereya-rabot--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px; }

.galereya-rabot--item {
  max-width: 384px; }
  .galereya-rabot--item img {
    height: 100%; }

@media (max-width: 1025px) {
  .galereya-rabot--list {
    gap: 16px; } }

@use "sass:math";
.dostavka_i_oplata__content h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 24px; }
  .dostavka_i_oplata__content h2:not(:first-child) {
    margin-top: 32px; }

.dostavka_i_oplata__content h3,
.dostavka_i_oplata__content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18.75px;
  margin-bottom: 12px; }

.dostavka_i_oplata__content &gt; p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  margin-bottom: 12px; }

.dostavka_i_oplata__content ul {
  margin-bottom: 40px; }
  .dostavka_i_oplata__content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    list-style: disc;
    margin-left: 30px; }

.dostavka_i_oplata .docks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .dostavka_i_oplata .docks img {
    max-width: 282px;
    max-height: 380px;
    width: 100%;
    height: 100%; }

@media (max-width: 1025px) {
  .dostavka_i_oplata__content h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 12px; }
    .dostavka_i_oplata__content h2:not(:first-child) {
      margin-top: 20px; } }

@use "sass:math";
.kontakty__content {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px; }

.kontakty .title {
  font-weight: 300;
  font-size: 18px;
  line-height: 23.4px; }

.kontakty__address {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.kontakty__phones &gt; div {
  display: flex;
  gap: 8px; }
  .kontakty__phones &gt; div img {
    width: 24px;
    height: 24px; }

.kontakty .phone {
  font-weight: 600;
  font-size: 22px;
  line-height: 28.6px;
  color: #2f323a; }

.kontakty .email,
.kontakty .address,
.kontakty .work_time {
  font-weight: 600;
  font-size: 18px;
  line-height: 23.4px;
  color: #2f323a; }

@use "sass:math";
.cart-page__empty_cart a {
  color: #222222;
  text-decoration: underline; }
  .cart-page__empty_cart a:hover {
    text-decoration: none; }

.cart-page form {
  gap: 12px; }

.cart-page__item {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  background-color: #fff;
  border-radius: 8px;
  transition: background 0.3s;
  padding: 15px 10px; }
  .cart-page__item:hover {
    background-color: #f7f7f7; }

.cart-page__img_title {
  display: flex;
  align-items: center;
  gap: 36px; }
  .cart-page__img_title--img img {
    max-width: 100px;
    width: 96px;
    height: auto; }
  .cart-page__img_title--title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    max-width: 350px; }
    .cart-page__img_title--title a {
      color: #222222; }
      .cart-page__img_title--title a:hover {
        text-decoration: underline; }

.cart-page__quantity_wrapper {
  display: flex;
  gap: 36px; }
  .cart-page__quantity_wrapper--quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .cart-page__quantity_wrapper--quantity .product-remove {
      display: none; }

.cart-page__price_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 8px;
  width: 100px; }
  .cart-page__price_wrapper--price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; }
  .cart-page__price_wrapper--regular_price {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px; }
  .cart-page__price_wrapper--remove_btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px; }
    .cart-page__price_wrapper--remove_btn a {
      color: #222222; }
    .cart-page__price_wrapper--remove_btn:hover {
      text-decoration: underline; }

.cart-page__update_cart {
  display: flex;
  justify-content: end;
  margin-top: 32px; }

.cart-page__result {
  padding: 36px 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #0000001a;
  background-color: #f3f2ed; }

@media (max-width: 1025px) {
  .cart-page__item {
    flex-direction: column; }
  .cart-page__img_title {
    align-items: start; }
    .cart-page__img_title--title {
      max-width: max-content; }
  .cart-page__price_wrapper {
    align-items: start; }
    .cart-page__price_wrapper--remove_btn {
      display: none; }
  .cart-page__quantity_wrapper {
    display: flex;
    gap: 36px; }
    .cart-page__quantity_wrapper--quantity {
      flex-direction: row;
      gap: 33px;
      order: 1; }
      .cart-page__quantity_wrapper--quantity .product-remove {
        display: block; }
        .cart-page__quantity_wrapper--quantity .product-remove a {
          font-size: 55px; }
  .cart-page__update_cart .btn {
    width: 100%; } }

.page__policy--box {
  padding: 100px 0; }

.page__policy--content &gt; *:not(:last-child) {
  margin-bottom: 20px; }

.page__policy--content &gt; * + h2,
.page__policy--content &gt; * + h3,
.page__policy--content &gt; * + h4 {
  margin-top: 40px; }

.page__policy--content h1 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px !important; }

.page__policy--content h2 {
  font-size: 24px;
  line-height: 28.8px; }

.page__policy--content h3 {
  font-size: 18px;
  line-height: 21.6px; }

.page__policy--content h4 {
  font-size: 16px;
  line-height: 19.2px; }

.page__policy--content p,
.page__policy--content ul,
.page__policy--content ol {
  font-size: 16px;
  line-height: 140%; }

.page__policy--content ul li {
  position: relative;
  padding-left: 23px; }
  .page__policy--content ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #627384;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px; }

.page__policy--content strong {
  color: #363b49;
  font-weight: 500; }

.page__policy--content a {
  color: #2982ff;
  text-decoration-line: underline;
  word-break: break-all; }
  .page__policy--content a:hover {
    text-decoration: none; }

@media only screen and (max-width: 1279px) {
  .page__default--box {
    padding: 80px 0; } }

@media (max-width: 767px) {
  .page__policy--box {
    padding: 60px 0; }
  .page__policy--content h1 {
    font-size: 28px;
    line-height: 33.6px; }
  .page__policy--content h2 {
    font-size: 20px;
    line-height: 24px; }
  .page__policy--content h3 {
    font-size: 16px;
    line-height: 19.2px; } }

.inform_message {
  font-size: 34px; }
  @media (max-width: 1025px) {
    .inform_message {
      font-size: 24px;
      margin-top: 20px; } }

.cart_totals .shop_table {
  width: 100%; }

.cart_totals .order-total th,
.cart_totals .order-total td {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px; }

.cart_totals .order-total th {
  text-align: left; }

.cart_totals .order-total td {
  text-align: right; }

.cart_totals .btn {
  margin-top: 48px;
  width: auto; }

@use "sass:math";
.woocommerce-notices-wrapper {
  margin-bottom: 20px; }

.woocommerce-message,
.woocommerce-error {
  padding: 20px;
  border-radius: 8px; }

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  background-color: #c99c68; }
  .woocommerce-message a {
    color: #222222;
    text-decoration: underline; }
    .woocommerce-message a:hover {
      text-decoration: none; }

.woocommerce-error {
  background-color: #ff9595;
  margin-bottom: 20px; }
  .woocommerce-error a {
    color: #222222; }

.input-group {
  display: flex;
  border: 1px solid #888;
  border-radius: 4px;
  width: 150px;
  /* Убираем стрелки в Chrome, Safari и Opera */ }
  .input-group button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    background-color: #c6c6c6; }
    .input-group button.btn-minus {
      border-radius: 4px 0 0 4px; }
    .input-group button.btn-plus {
      border-radius: 0 4px 4px 0; }
  .input-group input {
    width: 70px;
    height: 40px;
    text-align: center;
    padding-left: 0; }
  .input-group input[type='number'] {
    -moz-appearance: textfield; }
  .input-group input[type='number']::-webkit-outer-spin-button,
  .input-group input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

@use "sass:math";
.archive_product__sort_buttons {
  overflow-y: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 32px; }
  .archive_product__sort_buttons .button {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #222222;
    margin: 0 16px; }
    .archive_product__sort_buttons .button.active {
      text-decoration: underline; }

@use "sass:math";
@use "sass:math";
.product__card {
  box-shadow: 1px 2px 12px 0 #00000026;
  border-radius: 8px;
  height: 100%;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column; }
  .product__card:hover {
    box-shadow: 1px 2px 16px 0 #0003; }
  .product__card--img {
    position: relative;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    max-height: 220px; }
    .product__card--img img {
      width: 100%;
      height: 100%;
      border-radius: 8px 8px 0 0;
      object-fit: contain; }
    .product__card--img .onsale {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 57px;
      height: 28px;
      top: 10px;
      left: 10px;
      background-color: #e9002a;
      border-radius: 32px;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 20.3px; }
  .product__card--content {
    padding: 16px 20px;
    background-color: #f3f2ed;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 0 0 8px 8px; }
  .product__card--title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px; }
    .product__card--title a {
      color: #222222; }
      .product__card--title a:hover {
        text-decoration: underline; }
  .product__card--footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto; }
    .product__card--footer .added_to_cart {
      color: #2f323a;
      align-self: center; }
      .product__card--footer .added_to_cart:hover {
        text-decoration: underline; }
  .product__card .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #2f323a; }
  .product__card .product_type_simple {
    color: #2f323a; }
  .product__card .button.loading {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed; }
  .product__card .button.add_to_cart_button.btn,
  .product__card .button.btn {
    margin-top: 0;
    color: #fff; }

@media (max-width: 767px) {
  .product__card .price {
    font-size: 16px; } }

@use "sass:math";
.content-single-product--container {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 80px; }

.content-single-product--content {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.content-single-product--summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 16px;
  background-color: #f3f2ed; }
  .content-single-product--summary .price {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    display: flex;
    flex-direction: column; }
    .content-single-product--summary .price &gt; del {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      text-decoration: line-through;
      color: #8b8d92; }
  .content-single-product--summary .btn {
    border: none; }

.content-single-product--sub_content {
  margin-top: 56px; }
  .content-single-product--sub_content .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 14px; }

.content-single-product--description .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px; }
  .content-single-product--description .text h2,
  .content-single-product--description .text h3 {
    margin-top: 8px;
    margin-bottom: 14px; }
  .content-single-product--description .text &gt; ul {
    margin-top: 8px;
    margin-bottom: 14px; }
    .content-single-product--description .text &gt; ul &gt; li {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 8px; }

.content-single-product--characteristics-name, .content-single-product--characteristics-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px; }

@media (max-width: 1025px) {
  .content-single-product--container {
    margin-bottom: 56px; }
  .content-single-product--wrapper {
    gap: 12px; }
    .content-single-product--wrapper .price {
      font-size: 36px;
      line-height: 50.4px; }
  .content-single-product--sub_content {
    gap: 40px;
    margin-top: 32px; }
    .content-single-product--sub_content .title {
      font-size: 24px;
      line-height: 33.6px;
      margin-bottom: 24px; }
  .content-single-product--description .text {
    font-size: 14px;
    line-height: 19.6px;
    text-align: left; }
  .content-single-product--characteristics-name, .content-single-product--characteristics-value {
    font-size: 14px;
    line-height: 19.6px; }
    .content-single-product--characteristics-name:not(:last-child), .content-single-product--characteristics-value:not(:last-child) {
      margin-bottom: 16px; }
  .woocommerce-notices-wrapper .woocommerce-message {
    flex-direction: column;
    gap: 20px; } }

@use "sass:math";
.checkout .order__received {
  display: flex;
  align-items: center;
  gap: 32px; }
  .checkout .order__received--img img {
    width: 102px;
    height: auto; }
  .checkout .order__received--content {
    align-self: center; }
    .checkout .order__received--content-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 23.4px;
      margin-bottom: 24px; }
    .checkout .order__received--content-subtitle {
      font-weight: 400;
      font-size: 18px;
      line-height: 21.09px; }
      .checkout .order__received--content-subtitle .phone {
        display: flex;
        gap: 8px;
        margin-top: 12px; }
        .checkout .order__received--content-subtitle .phone a {
          font-weight: 500;
          font-size: 20px;
          line-height: 26px;
          color: #2f323a; }
        .checkout .order__received--content-subtitle .phone img {
          width: 24px;
          height: 24px; }

.checkout__client_data--wrapper {
  box-shadow: 0 0 15px 0 #0000001a;
  border-radius: 10px;
  padding: 40px 30px;
  background-color: #fff; }
  .checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
  .checkout__client_data--wrapper input[type='text'],
  .checkout__client_data--wrapper input[type='tel'],
  .checkout__client_data--wrapper input[type='email'] {
    width: 354px;
    height: 56px;
    border-radius: 6px;
    padding-left: 16px;
    border: 1px solid #C6C6C6; }
  .checkout__client_data--wrapper input[type='text']#order_comments {
    width: 100%; }
  .checkout__client_data--wrapper #billing_country_field {
    display: none; }
  .checkout__client_data--wrapper .woocommerce-additional-fields {
    margin-top: 40px; }

.checkout__client_data--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  margin-bottom: 24px; }

.checkout__review_order {
  box-shadow: 0 0 15px 0 #0000001a;
  border-radius: 10px;
  padding: 40px 30px;
  background-color: #fff; }
  .checkout__review_order table.woocommerce-checkout-review-order-table tr.shipping {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
    .checkout__review_order table.woocommerce-checkout-review-order-table tr.shipping th {
      text-align: start; }
  .checkout__review_order table.woocommerce-checkout-review-order-table tr.order-total {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px; }
    .checkout__review_order table.woocommerce-checkout-review-order-table tr.order-total td {
      display: flex;
      justify-content: space-between;
      min-width: 150px; }
  .checkout__review_order .btn {
    margin-top: 48px;
    width: 100%; }
  .checkout__review_order .place-order {
    margin-top: 20px; }
    .checkout__review_order .place-order .woocommerce-terms-and-conditions-wrapper {
      font-size: 14px; }
      .checkout__review_order .place-order .woocommerce-terms-and-conditions-wrapper .validate-required {
        margin-top: 10px; }
      .checkout__review_order .place-order .woocommerce-terms-and-conditions-wrapper a {
        color: #222222;
        text-decoration: underline; }
        .checkout__review_order .place-order .woocommerce-terms-and-conditions-wrapper a:hover {
          text-decoration: none; }

.checkout .checkout-inline-error-message {
  display: none; }

.custom-radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  font-size: 16px; }

.custom-radio:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  /* Размер кольца */
  height: 16px;
  /* Размер кольца */
  border-radius: 50%;
  /* Круглая форма для кольца */
  border: 2px solid #ccc;
  /* Цвет границы для невыбранного состояния */
  background: white;
  /* Цвет фона кольца */ }

.custom-radio:after {
  content: '';
  position: absolute;
  left: 4px;
  /* Отступ для центрирования точки */
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  /* Размер точки */
  height: 8px;
  /* Размер точки */
  border-radius: 50%;
  /* Круглая форма для точки */
  background: transparent;
  /* Цвет точки по умолчанию (прозрачный) */ }

input[type='radio']:checked + .custom-radio:before {
  border-color: #222222;
  /* Цвет границы для отмеченного состояния */ }

input[type='radio']:checked + .custom-radio:after {
  background: #febd59;
  /* Цвет точки для отмеченного состояния */ }

@media (max-width: 1280px) {
  .checkout__client_data--wrapper {
    padding: 30px 20px; }
    .checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper {
      flex-direction: column; }
    .checkout__client_data--wrapper input[type='text'],
    .checkout__client_data--wrapper input[type='tel'],
    .checkout__client_data--wrapper input[type='email'] {
      width: 100%; }
    .checkout__client_data--wrapper input[type='text']#order_comments {
      width: 100%; }
    .checkout__client_data--wrapper #billing_country_field .select2-selection.select2-selection--single {
      width: 100%; }
  .checkout__client_data--title {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 17px; }
  .checkout__review_order {
    padding: 30px 20px; } }

@media (max-width: 767px) {
  .checkout .order__received {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px; }
    .checkout .order__received--content-title {
      text-align: center;
      font-size: 18px;
      line-height: 23.4px;
      margin-bottom: 24px; } }

@use "sass:math";
.cart form,
.checkout form {
  display: flex;
  flex-direction: column; }
  .cart form input,
  .cart form button,
  .checkout form input,
  .checkout form button {
    border: none;
    outline: none;
    box-shadow: none; }

@use "sass:math";
.sort-product-filters {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  border-width: 1px;
  padding: 12px;
  margin-bottom: 24px; }
  .sort-product-filters .action &gt; label {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
  .sort-product-filters .orderby {
    border: none;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px; }
    .sort-product-filters .orderby:focus {
      outline: none;
      /* Убираем обводку */ }

@use "sass:math";
.related &gt; h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46.8px;
  margin-bottom: 32px; }

@media (max-width: 767px) {
  .related &gt; h2 {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 24px; } }

@use "sass:math";
header {
  --theme-main-font: 'Roboto Flex', sans-serif;
  --theme-second-font: 'Roboto Flex', sans-serif; }

body .block__header-bg {
  background-color: #fcfbf7; }

.block__header {
  position: fixed;
  width: 100%;
  top: 0;
  transition: top 0.3s, background-color 0.3s ease;
  z-index: 500;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  background-color: #fcfbf7;
  box-shadow: 0 4px 4px 0 #6464641a; }
  .block__header--main-cart_container {
    display: flex;
    gap: 32px;
    margin-right: 14px; }
    .block__header--main-cart_container .contacts {
      display: flex;
      gap: 8px; }
      .block__header--main-cart_container .contacts .phone {
        font-weight: 600;
        font-size: 22px;
        line-height: 28.6px;
        color: #2f323a; }
      .block__header--main-cart_container .contacts .social {
        display: flex;
        gap: 8px; }
        .block__header--main-cart_container .contacts .social img {
          width: 24px;
          height: 24px; }
  .block__header--main-cart {
    align-self: center;
    position: relative; }
    .block__header--main-cart a .counter {
      position: absolute;
      top: -7px;
      right: -14px;
      min-width: 24px;
      min-height: 24px;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 400;
      line-height: 10.93px;
      background-color: #c99c68;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px; }
  .block__header--main-logo {
    font-weight: 700;
    font-size: 42px;
    line-height: 54.6px; }
    .block__header--main-logo a {
      color: #744b1c; }
  .block__header-container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
    max-width: 1288px; }

@media screen and (max-width: 1279px) {
  .block__header--main-cart_container .contacts {
    display: none; } }

@use "sass:math";
.block__header-nav nav ul {
  align-items: center;
  gap: 24px; }
  .block__header-nav nav ul li.current-menu-item {
    text-decoration: underline; }
  .block__header-nav nav ul li.nav-katalog.current-menu-item {
    text-decoration: none; }
  .block__header-nav nav ul li.nav-katalog a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 #00000026;
    background-color: #c99c68;
    transition: background-color 0.3s; }
    .block__header-nav nav ul li.nav-katalog a:hover {
      text-decoration: none;
      background-color: #b57d3e; }
    .block__header-nav nav ul li.nav-katalog a:before {
      content: '';
      display: block;
      height: 20px;
      width: 20px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 18L20 18' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M4 12L20 12' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M4 6L20 6' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .block__header-nav nav ul li.contacts {
    display: none; }
  .block__header-nav nav ul &gt; li a {
    color: #2f323a; }
    .block__header-nav nav ul &gt; li a:hover {
      text-decoration: underline; }

.block__header .burger {
  display: none; }

@media (max-width: 1279px) {
  .block__header-nav &gt; nav &gt; ul {
    padding: 40px 10px; }
    .block__header-nav &gt; nav &gt; ul li a {
      width: auto; }
      .block__header-nav &gt; nav &gt; ul li a:hover {
        text-decoration: none; }
    .block__header-nav &gt; nav &gt; ul li.nav-katalog a {
      color: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      width: auto;
      height: auto;
      border-radius: 0;
      box-shadow: none;
      background-color: transparent;
      transition: background-color 0.3s; }
      .block__header-nav &gt; nav &gt; ul li.nav-katalog a:hover {
        background-color: transparent; }
      .block__header-nav &gt; nav &gt; ul li.nav-katalog a:before {
        display: none; }
    .block__header-nav &gt; nav &gt; ul li.contacts {
      display: flex;
      flex-direction: column; }
      .block__header-nav &gt; nav &gt; ul li.contacts .phone {
        font-weight: 600;
        font-size: 24px;
        line-height: 31.2px; }
      .block__header-nav &gt; nav &gt; ul li.contacts .social {
        display: flex;
        gap: 8px; }
        .block__header-nav &gt; nav &gt; ul li.contacts .social img {
          width: 24px;
          height: 24px; } }

@media only screen and (max-width: 1279px) {
  body.home .block__header .burger span, body.home .block__header .burger span:before, body.home .block__header .burger span:after,
  body.single .block__header .burger span,
  body.single .block__header .burger span:before,
  body.single .block__header .burger span:after {
    background: #b57d3e; }
  body.body-nav-show {
    overflow: hidden; }
    body.body-nav-show .block__header-nav &gt; nav {
      visibility: visible;
      transform: translateY(0);
      opacity: 1;
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column; }
    body.body-nav-show .block__header .burger span {
      background: #fafafa; }
      body.body-nav-show .block__header .burger span:before {
        background-color: #b57d3e;
        top: 0;
        transform: rotate(45deg);
        transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      body.body-nav-show .block__header .burger span:after {
        background-color: #c99c68;
        top: 0;
        transform: rotate(-45deg);
        transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .block__header-nav &gt; nav {
    position: absolute;
    left: 0;
    top: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100vh;
    z-index: 9999;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    /*
         * All li
         */ }
    .block__header-nav &gt; nav &gt; ul {
      display: flex;
      padding: 20px 28px;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      width: 100%; }
    .block__header-nav &gt; nav li {
      display: flex;
      padding: 12px;
      align-items: center;
      gap: 8px;
      justify-content: center;
      border-radius: 8px;
      width: 100%; }
      .block__header-nav &gt; nav li:hover {
        background: rgba(216, 218, 229, 0.2); }
      .block__header-nav &gt; nav li a {
        color: #2f323a;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px; }
  .block__header .burger {
    position: relative;
    display: flex;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer; }
    .block__header .burger span {
      top: 50%;
      margin-top: -1px;
      transition: 0.3s; }
      .block__header .burger span, .block__header .burger span:before, .block__header .burger span:after {
        width: 25px;
        position: absolute;
        height: 3px;
        background: #292b33;
        display: block;
        border-radius: 2px; }
      .block__header .burger span:after {
        content: '';
        bottom: -8px;
        transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1); }
      .block__header .burger span:before {
        content: '';
        top: -8px;
        transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1); } }

@use "sass:math";
.block__location.hover [class*="--current"] {
  opacity: 0.6; }
  .block__location.hover [class*="--current"]:after {
    transform: rotate(180deg); }

.block__location.hover [class*="--list"] ul {
  visibility: visible;
  transform: translateY(0);
  opacity: 1; }

.block__location--current {
  height: 36px;
  border-radius: 12px;
  border: 1px solid #2B2933;
  display: flex;
  align-items: center;
  padding: 0 8px 0 12px;
  cursor: pointer;
  transition: 0.2s linear; }
  .block__location--current:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    transition: 0.2s linear;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6.66669 8.33334L10 11.6667L13.3334 8.33334' stroke='%232B2933' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .block__location--current-text {
    color: #2B2933;
    font-family: var(--theme-main-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-transform: uppercase;
    transition: 0.2s linear; }

.block__location--list ul {
  position: absolute;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease; }

@media screen and (min-width: 1280px) {
  .block__location--list {
    display: flex;
    justify-content: center; }
    .block__location--list ul {
      border-radius: 12px;
      border: 1px solid #F5F5F7;
      box-shadow: 0 16px 28px 0 rgba(98, 115, 132, 0.08);
      padding: 40px;
      bottom: initial;
      left: initial;
      z-index: 100;
      margin-top: 13px; }
      .block__location--list ul:before {
        content: "";
        width: 100%;
        height: 14px;
        position: absolute;
        left: 50%;
        top: -14px;
        transform: translateX(-50%);
        background: transparent; }
      .block__location--list ul li a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px;
        color: #2B2933;
        font-family: var(--theme-second-font);
        font-size: 16px;
        font-weight: 900;
        line-height: 19.2px;
        border-radius: 8px;
        transition: 0.2s linear; }
        .block__location--list ul li a:hover {
          background: rgba(174, 192, 255, 0.2); }
        .block__location--list ul li a img {
          width: 20px;
          height: 20px; } }

@media only screen and (max-width: 1279px) {
  .block__location--list ul {
    left: 0;
    top: calc(100% - 4px);
    width: 100%;
    padding: 20px;
    text-align: center;
    height: var(--window-inner-height);
    overflow-y: auto;
    overflow-x: hidden; }
    .block__location--list ul li a {
      display: inline-flex;
      color: #2B2933;
      font-family: var(--theme-main-font);
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px;
      padding: 8px 0; }
      .block__location--list ul li a img {
        display: none; } }

@use "sass:math";
.block__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: #241A17;
  position: relative;
  color: #fff;
  /* min-height: 80px; */
  padding-top: 53px;
  padding-bottom: 58px; }
  @media screen and (max-width: 1279px) {
    .block__footer {
      min-height: auto; } }
  .block__footer-wrapper {
    flex-direction: column; }
  .block__footer-up, .block__footer-down {
    display: flex;
    justify-content: space-between; }
  .block__footer .info__block--logo {
    font-weight: 700;
    font-size: 42px;
    line-height: 54.6px; }
  .block__footer .info__block--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px; }
    .block__footer .info__block--text:not(:last-child) {
      margin-bottom: 8px; }
    .block__footer .info__block--text:last-child {
      margin-bottom: 24px; }
  .block__footer-down .info__block--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px; }
  .block__footer-down .links {
    display: flex;
    flex-direction: column;
    text-align: end; }
    .block__footer-down .links a {
      color: #fff; }
      .block__footer-down .links a:hover {
        text-decoration: underline; }
  .block__footer-nav &gt; nav ul {
    display: flex;
    gap: 60px; }
    .block__footer-nav &gt; nav ul li:not(:last-child) {
      margin-bottom: 20px; }
    .block__footer-nav &gt; nav ul li a {
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px;
      text-align: left;
      color: #fff; }
      .block__footer-nav &gt; nav ul li a:hover {
        text-decoration: underline;
        color: #fff; }
      .block__footer-nav &gt; nav ul li a:active {
        text-decoration: underline;
        color: #dcdde5; }
  .block__footer .contacts__items {
    display: flex;
    gap: 8px; }
    .block__footer .contacts__items img {
      width: 24px;
      height: 24px; }
    .block__footer .contacts__items .phone {
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      color: #fff; }

@media (max-width: 1025px) {
  .block__footer {
    padding: 40px 0; }
    .block__footer-wrapper {
      gap: 32px; }
    .block__footer-up, .block__footer-down {
      flex-direction: column;
      align-items: center;
      gap: 32px; }
      .block__footer-up .info__block--text:last-child, .block__footer-down .info__block--text:last-child {
        margin-bottom: 0; }
    .block__footer-up .info__block {
      text-align: center; }
    .block__footer-nav &gt; nav {
      justify-content: flex-start; }
      .block__footer-nav &gt; nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px; }
        .block__footer-nav &gt; nav ul &gt; li:not(:last-child) {
          margin-bottom: 0; }
    .block__footer-down .links {
      text-align: center; } }
</pre></body></html>