@charset "UTF-8";
@use "sass:math";
.hero {
  position: relative; }
  .hero__slider {
    position: relative; }
    .hero__slider--controls {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .hero__slider--controls .left,
      .hero__slider--controls .right {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 2px;
        position: relative;
        cursor: pointer; }
        .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='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.09319 10.8097L9.37891 6.524L5.09319 2.23828' stroke='%23333333' 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__slider--nav {
      text-align: center;
      margin-top: 16px; }
      .hero__slider--nav .glide__bullet {
        display: inline-block;
        position: relative;
        width: 12px;
        height: 12px;
        background-color: #d9d9d9;
        border-radius: 50%;
        cursor: pointer; }
        .hero__slider--nav .glide__bullet--active {
          background-color: #222222;
          opacity: 0.7; }
  .hero .glide__slide {
    height: 496px;
    border-radius: 8px; }
  .hero__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 96px 102px;
    display: flex;
    align-items: flex-end; }
    .hero__slide--content {
      z-index: 1;
      position: relative;
      max-width: 792px;
      width: 100%; }
      .hero__slide--content .title > h1 {
        font-size: 48px;
        font-weight: 600;
        line-height: 67.2px;
        color: #fcfbf7;
        margin-bottom: 32px; }
      .hero__slide--content .subtitle {
        font-size: 24px;
        font-weight: 600;
        line-height: 33.6px;
        text-align: left;
        color: #fcfbf7; }
      .hero__slide--content .btn {
        margin-top: 48px; }

@media only screen and (max-width: 1279px) {
  .hero__slider--controls {
    display: none; }
  .hero__slide {
    padding: 66px 72px; }
    .hero__slide--content .title > h1 {
      margin-bottom: 26px; }
    .hero__slide--content .subtitle {
      font-size: 24px;
      font-weight: 600;
      line-height: 33.6px;
      text-align: left;
      color: #fcfbf7; }
    .hero__slide--content .btn {
      margin-top: 40px; } }

@media (max-width: 767px) {
  .hero__slider--nav {
    margin-top: 12px; }
  .hero__slide {
    padding: 128px 12px 64px; }
    .hero__slide--content .title > h1 {
      font-size: 24px;
      line-height: 33.6px;
      margin-bottom: 20px; }
    .hero__slide--content .subtitle {
      font-size: 18px;
      line-height: 25.2px; }
    .hero__slide--content .btn {
      margin-top: 40px; } }

@use "sass:math";
.about__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left; }
  .about__content p {
    margin-bottom: 32px; }
  .about__content ul {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .about__content ul li {
      position: relative;
      padding-left: 35px;
      display: flex;
      align-items: center; }
      .about__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; }

.about .btn {
  margin-top: 64px; }

@media (max-width: 1025px) {
  .about__content p {
    margin-bottom: 24px; }
  .about__content ul {
    gap: 16px; }
  .about .btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 12px; } }

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

@media only screen and (max-width: 1279px) {
  .news .btn {
    margin-top: 40px; } }

@use "sass:math";
.gallery__slider {
  position: relative; }
  .gallery__slider--controls {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px; }
    .gallery__slider--controls .left,
    .gallery__slider--controls .right {
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 2px;
      position: relative;
      cursor: pointer;
      box-shadow: 1px 1px 5px 1px #00000040; }
      .gallery__slider--controls .left:hover,
      .gallery__slider--controls .right:hover {
        box-shadow: 1px 1px 7px 1px #00000066; }
      .gallery__slider--controls .left::after,
      .gallery__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='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.09319 10.8097L9.37891 6.524L5.09319 2.23828' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .gallery__slider--controls .right {
      margin-right: 7px; }
    .gallery__slider--controls .left {
      margin-left: 7px; }
      .gallery__slider--controls .left::after {
        transform: translate(-50%, -50%) rotate(180deg); }
  .gallery__slider--nav {
    text-align: center;
    margin-top: 16px; }
    .gallery__slider--nav .glide__bullet {
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      background-color: #d9d9d9;
      border-radius: 50%;
      cursor: pointer; }
      .gallery__slider--nav .glide__bullet--active {
        background-color: #222222;
        opacity: 0.7; }

.gallery__slide {
  display: flex;
  justify-content: center; }

.gallery .btn {
  display: flex;
  justify-content: center;
  margin-top: 64px; }

@media only screen and (max-width: 1279px) {
  .gallery .btn {
    margin-top: 40px; } }

@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";
.choice__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px; }

.choice__item {
  display: flex;
  flex-direction: column;
  max-width: 270px;
  width: 100%;
  padding-left: 20px;
  border-left: 1px solid #0000001f; }
  .choice__item--img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px; }
  .choice__item--title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: 24px;
    text-transform: uppercase; }
  .choice__item--subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left; }

@media screen and (max-width: 1025px) {
  .choice__container {
    flex-direction: column;
    gap: 32px; }
  .choice__item {
    max-width: fit-content; } }

@use "sass:math";
.have__questions {
  background-color: #c6c6c6; }
  .have__questions--title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: left; }

@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";
.have__questions form {
  display: flex;
  gap: 24px;
  /* margin-top: 44px; */
  flex-direction: column; }
  .have__questions form p {
    display: flex;
    gap: 24px;
    margin-top: 44px;
    width: 100%; }
  .have__questions form input.wpcf7-form-control:not([type='submit']) {
    width: 100%;
    max-width: 348px;
    height: 50px;
    padding-left: 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left; }
  .have__questions form input,
  .have__questions form button,
  .have__questions form .wpcf7-submit {
    border: none;
    outline: none;
    box-shadow: none; }

.have__questions .privacy {
  margin-top: 18px;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .have__questions .privacy label > a {
    color: #313131;
    text-decoration: underline; }
    .have__questions .privacy label > a:hover {
      text-decoration: none; }

@media (max-width: 767px) {
  .have__questions form {
    gap: 10px;
    margin-top: 24px;
    justify-content: center;
    flex-direction: column; }
    .have__questions form p {
      flex-direction: column; }
    .have__questions form input.wpcf7-form-control:not([type='submit']) {
      max-width: none; }
    .have__questions form .cmn-btn {
      width: 100%; }
  .have__questions .privacy {
    margin-top: 10px; }
    .have__questions .privacy input {
      width: 20px;
      height: 20px;
      margin-right: 10px; } }

@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-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 #f2ea9b;
  color: var(--text-body); }

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

.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;
    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; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

@use "sass:math";
:root {
  --theme-main-font: 'Manrope', sans-serif;
  --theme-second-font: 'Manrope', 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;
  font-size: var(--theme-body-font-size-16);
  line-height: var(--theme-body-line-height-16);
  background-color: #fcfbf7;
  color: #222222;
  -webkit-font-smoothing: antialiased; }
  body.rtl {
    direction: rtl; }
  body > .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
    body > .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 > *:first-child {
  padding-top: 160px;
  /* @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 > *: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: 32px;
  --gutter-y: 32px;
  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: 20px;
    --gutter-y: 20px; }
    .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;
  text-transform: uppercase; }
  .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: 4px;
    height: 50px;
    width: 288px; }
    .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: #f2ea9b;
    color: #222222; }
    .cmn-btn--main:hover {
      background: #d4ca70; }
  .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: 60px 0; }
  .block--bg {
    background: #f7f7fa; }
  .block__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: left;
    color: #222222;
    margin-bottom: 64px; }

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

.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 {
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s; }
  .katalog__item--img {
    width: 100%;
    height: 100%; }
    .katalog__item--img img {
      object-fit: cover;
      border-radius: 8px;
      width: 100%;
      height: 100%; }
  .katalog__item--title {
    border-radius: 8px 8px 0 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 48px;
    padding: 12px; }
  .katalog__item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    border-radius: 8px; }

@media (max-width: 767px) {
  .katalog__item--img {
    height: 282px; }
    .katalog__item--img img {
      width: 100%;
      height: 100%; } }

@use "sass:math";
.single .content {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .single .content__characteristics > 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 > 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: start;
  flex-wrap: wrap;
  gap: 8px; }

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

@media (max-width: 1025px) {
  .galereya-rabot--list {
    justify-content: center; } }

@use "sass:math";
.dostavka_i_oplata__content {
  max-width: 894px; }
  .dostavka_i_oplata__content:not(:last-child) {
    margin-bottom: 112px; }
  .dostavka_i_oplata__content h2,
  .dostavka_i_oplata__content h3,
  .dostavka_i_oplata__content h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 32px; }
  .dostavka_i_oplata__content > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left; }
    .dostavka_i_oplata__content > p:not(:last-child) {
      margin-bottom: 40px; }
  .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; }

@media (max-width: 1025px) {
  .dostavka_i_oplata__content:not(:last-child) {
    margin-bottom: 64px; }
  .dostavka_i_oplata__content h2,
  .dostavka_i_oplata__content h3,
  .dostavka_i_oplata__content h4 {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px; }
  .dostavka_i_oplata__content > p {
    font-size: 14px;
    line-height: 19.6px; }
    .dostavka_i_oplata__content > p:not(:last-child) {
      margin-bottom: 20px; }
  .dostavka_i_oplata__content ul {
    margin-bottom: 32px; }
    .dostavka_i_oplata__content ul li {
      font-size: 14px;
      line-height: 19.6px;
      margin-left: 30px; } }

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

.kontakty .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  text-align: left; }

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

.kontakty__phones .phone {
  position: relative;
  padding-left: 25px;
  color: #fff; }
  .kontakty__phones .phone:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9986 12.1432C13.9182 12.49 13.7286 12.8016 13.458 13.0317C13.1558 13.3402 12.7951 13.5849 12.3972 13.7512C11.9993 13.9175 11.5723 14.0021 11.1413 14H10.9258C10.0312 13.9532 9.15436 13.731 8.34479 13.346C8.14852 13.2535 7.95767 13.1671 7.7307 13.0619C6.78191 12.524 5.91107 11.8579 5.14251 11.0825C4.14344 10.1418 3.32476 9.02511 2.7271 7.78783C2.39807 7.11285 2.17644 6.39028 2.07027 5.64641C1.92194 4.87125 2.00964 4.06921 2.32193 3.34481C2.51618 3.01594 2.75395 2.71503 3.02873 2.45029C3.15424 2.31283 3.30601 2.20213 3.47501 2.12477C3.64402 2.04741 3.8268 2.00498 4.01247 2C4.21493 2.02148 4.41108 2.08334 4.58942 2.18194C4.76775 2.28054 4.92468 2.4139 5.051 2.57419C5.33396 2.88848 5.66509 3.19069 5.96611 3.51103L6.35383 3.89422C6.5826 4.09549 6.72408 4.37896 6.74696 4.68358C6.74756 4.96403 6.64461 5.2342 6.45798 5.44272C6.34045 5.58894 6.21546 5.72895 6.08351 5.86218L5.95407 5.99817C5.87868 6.0685 5.81986 6.1548 5.78188 6.25082C5.75058 6.3439 5.73974 6.44302 5.75178 6.54094C5.85052 6.80929 6.00524 7.05347 6.20632 7.25656C6.51939 7.68206 6.82041 8.05256 7.15876 8.49076C7.74231 9.16668 8.43413 9.74008 9.20571 10.1873C9.27977 10.2478 9.36827 10.2883 9.46339 10.3046C9.54768 10.3173 9.63256 10.3046 9.70902 10.2671C9.94346 10.1411 10.152 9.97174 10.3237 9.76788C10.5404 9.49952 10.8547 9.32908 11.1967 9.29221C11.3608 9.29282 11.5232 9.32646 11.6741 9.39113C11.8251 9.45581 11.9616 9.55021 12.0757 9.66876C12.2161 9.79045 12.3492 9.91999 12.4748 10.0574L12.659 10.255L12.8499 10.44C12.9661 10.5572 13.0769 10.6624 13.187 10.7857C13.3877 10.959 13.5744 11.1461 13.7469 11.3472C13.9233 11.5733 14.0124 11.8561 13.9986 12.1432Z' fill='%23F2EA9B'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0; }

.kontakty__email .email {
  position: relative;
  padding-left: 25px;
  color: #fff;
  display: flex;
  align-items: center; }
  .kontakty__email .email::before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.661 3C13.7519 3.00022 13.839 3.02894 13.9032 3.07991C13.9674 3.13087 14.0036 3.19993 14.0039 3.272V3.30642C14.0039 3.45603 13.8763 3.64727 13.7205 3.73142L8.28438 6.93687C8.12845 7.02103 7.87329 7.02103 7.71737 6.93693L2.28745 3.73622C2.13153 3.65208 2.00391 3.46089 2.00391 3.31129V3.27205C2.00418 3.19998 2.04038 3.13092 2.10463 3.07996C2.16886 3.029 2.2559 3.00027 2.34674 3.00005L13.661 3Z' fill='%23F2EA9B'/%3E%3Cpath d='M7.72425 9.17911C7.87639 9.2943 8.12536 9.29438 8.27756 9.17927L13.7273 5.05687C13.8794 4.94175 14.0039 5.00703 14.0039 5.20195V12.6456C14.0036 12.7396 13.9674 12.8295 13.9032 12.896C13.839 12.9623 13.7519 12.9998 13.661 13H2.34674C2.2559 12.9998 2.16886 12.9623 2.10463 12.896C2.04038 12.8295 2.00418 12.7396 2.00391 12.6456V5.20195C2.00391 5.00703 2.12836 4.94182 2.28049 5.05701L7.72425 9.17911Z' fill='%23F2EA9B'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0; }

.kontakty__social .links {
  gap: 12px; }
  .kontakty__social .links img {
    width: 20px;
    height: 20px; }

.kontakty__phones, .kontakty__email, .kontakty__social {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .kontakty__phones--title, .kontakty__email--title, .kontakty__social--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 45px; }
  .kontakty__phones .phone, .kontakty__email .phone, .kontakty__social .phone {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px; }

@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: 0; }

.cart-page__item {
  display: flex;
  gap: 36px;
  border-bottom: 1px solid #c6c6c6;
  transition: background 0.3s;
  padding: 15px 10px; }
  .cart-page__item:hover {
    background-color: #ededed; }

.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; }

@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 > *:not(:last-child) {
  margin-bottom: 20px; }

.page__policy--content > * + h2,
.page__policy--content > * + h3,
.page__policy--content > * + 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; } }

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

.novosti__img {
  margin-bottom: 64px; }

.novosti__content > *:not(:last-child) {
  margin-bottom: 20px; }

.novosti__content > * + h2,
.novosti__content > * + h3,
.novosti__content > * + h4 {
  margin-top: 40px; }

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .novosti--box {
    padding: 60px 0; }
  .novosti__img {
    margin-bottom: 40px; }
  .novosti__content h1 {
    font-size: 28px;
    line-height: 33.6px; }
  .novosti__content h2 {
    font-size: 20px;
    line-height: 24px; }
  .novosti__content h3 {
    font-size: 16px;
    line-height: 19.2px; } }

.nashi-klienty--item img {
  max-width: 400px;
  width: 100%;
  object-fit: contain; }

.nashi-klienty--item__title {
  font-size: 16px;
  line-height: 19.2px;
  transform: skew(-10deg);
  font-weight: bold;
  margin-top: 12px; }

.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: #f2ea9b; }
  .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 0px #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 0px #00000033; }
  .product__card--img {
    position: relative; }
    .product__card--img img {
      width: 100%;
      height: 100%;
      border-radius: 8px 8px 0 0;
      object-fit: fill; }
    .product__card--img .onsale {
      position: absolute;
      border-radius: 8px 8px 0 0;
      background-color: rgba(0, 0, 0, 0.7);
      color: #f2ea9b;
      width: 100%;
      text-align: center;
      font-weight: bold;
      height: 48px;
      padding: 12px; }
  .product__card--content {
    padding: 16px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 0 0 8px 8px; }
    .product__card--content-code, .product__card--content-wholesale {
      font-weight: 600;
      font-size: 16px;
      line-height: 22.4px;
      letter-spacing: 0%;
      margin-bottom: 8px;
      opacity: 0.5; }
  .product__card--title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: 12px; }
    .product__card--title a {
      color: #222222; }
      .product__card--title a:hover {
        text-decoration: underline; }
  .product__card--footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; }
    .product__card--footer .added_to_cart {
      color: #222222; }
      .product__card--footer .added_to_cart:hover {
        text-decoration: underline; }
  .product__card .price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #222222; }
  .product__card .product_type_simple {
    color: #222222; }
  .product__card .button.loading {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed; }
  .product__card .button.add_to_cart_button {
    position: relative;
    color: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #f2ea9b;
    border-radius: 50%;
    padding: 10px;
    transition: 0.2s linear; }
    .product__card .button.add_to_cart_button:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_290_3148)'%3E%3Cpath d='M16.0413 18.8156C16.0413 19.1103 15.9243 19.3929 15.7159 19.6013C15.5075 19.8096 15.2249 19.9267 14.9302 19.9267C14.6355 19.9267 14.3529 19.8096 14.1446 19.6013C13.9362 19.3929 13.8191 19.1103 13.8191 18.8156C13.8191 18.5209 13.9362 18.2383 14.1446 18.0299C14.3529 17.8215 14.6355 17.7045 14.9302 17.7045C15.2249 17.7045 15.5075 17.8215 15.7159 18.0299C15.9243 18.2383 16.0413 18.5209 16.0413 18.8156ZM3.57801 14.0756L2.52801 1.96449C2.51203 1.75482 2.41737 1.55894 2.26303 1.41614C2.10868 1.27333 1.90606 1.19416 1.69578 1.19449H0.62245C0.475108 1.19449 0.3338 1.13595 0.229613 1.03177C0.125426 0.92758 0.0668945 0.786272 0.0668945 0.63893C0.0668945 0.491587 0.125426 0.35028 0.229613 0.246093C0.3338 0.141906 0.475108 0.0833744 0.62245 0.0833744H1.69578C2.1861 0.083077 2.65844 0.268032 3.01818 0.601197C3.37792 0.934362 3.59852 1.39114 3.63578 1.88004L3.79023 3.90004H18.268C19.2513 3.90004 20.0202 4.74448 19.928 5.72004L19.1858 14.0756C19.1213 14.7645 18.8021 15.4045 18.2906 15.8703C17.7791 16.3362 17.1121 16.5945 16.4202 16.5945H6.34356C5.65169 16.5945 4.98473 16.3362 4.47323 15.8703C3.96172 15.4045 3.64249 14.7645 3.57801 14.0756ZM3.88245 5.01115L4.68467 13.9734C4.72367 14.3864 4.91528 14.77 5.22206 15.0492C5.52884 15.3285 5.92872 15.4833 6.34356 15.4834H16.4202C16.8351 15.4833 17.235 15.3285 17.5417 15.0492C17.8485 14.77 18.0401 14.3864 18.0791 13.9734L18.8213 5.62004C18.8288 5.54292 18.82 5.46509 18.7956 5.39156C18.7711 5.31803 18.7316 5.25042 18.6795 5.19307C18.6274 5.13573 18.5639 5.08993 18.493 5.05859C18.4221 5.02726 18.3455 5.0111 18.268 5.01115H3.88245ZM8.83134 18.8156C8.83134 19.1103 8.71428 19.3929 8.5059 19.6013C8.29753 19.8096 8.01491 19.9267 7.72023 19.9267C7.42554 19.9267 7.14293 19.8096 6.93455 19.6013C6.72618 19.3929 6.60912 19.1103 6.60912 18.8156C6.60912 18.5209 6.72618 18.2383 6.93455 18.0299C7.14293 17.8215 7.42554 17.7045 7.72023 17.7045C8.01491 17.7045 8.29753 17.8215 8.5059 18.0299C8.71428 18.2383 8.83134 18.5209 8.83134 18.8156Z' fill='%23222222'/%3E%3Cpath d='M3.3335 9.16663L11.6668 9.16663' stroke='%23222222'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_290_3148'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .product__card .button.add_to_cart_button:hover {
      background-color: #d4ca70; }

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

@use "sass:math";
.content-single-product--wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .content-single-product--wrapper .code,
  .content-single-product--wrapper .wholesale {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    text-align: left; }
  .content-single-product--wrapper .btn {
    margin-top: 48px; }

.content-single-product--sub_content {
  display: flex;
  flex-direction: column;
  max-width: 998px;
  gap: 64px;
  margin-top: 112px; }
  .content-single-product--sub_content .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    margin-bottom: 32px; }

.content-single-product--description .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px; }

.content-single-product--characteristics-name, .content-single-product--characteristics-value {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left; }

.content-single-product .price {
  font-size: 48px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: left; }

.content-single-product .out-of-stock {
  display: none; }

@media (max-width: 1025px) {
  .content-single-product--wrapper {
    gap: 12px; }
    .content-single-product--wrapper .code,
    .content-single-product--wrapper .wholesale {
      font-size: 24px;
      line-height: 33.6px; }
    .content-single-product--wrapper .btn {
      margin-top: 0; }
  .content-single-product--sub_content {
    gap: 40px;
    margin-top: 64px; }
    .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; }
  .price {
    font-size: 36px;
    line-height: 50.4px; }
  .woocommerce-notices-wrapper .woocommerce-message {
    flex-direction: column;
    gap: 20px; } }

@use "sass:math";
.checkout .order__received {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .checkout .order__received--img {
    margin-bottom: 40px; }
  .checkout .order__received--title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 11px;
    text-align: center; }
  .checkout .order__received--subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center; }

.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 .select2-selection.select2-selection--single {
    width: 354px;
    height: 56px; }
    .checkout__client_data--wrapper #billing_country_field .select2-selection.select2-selection--single .select2-selection__rendered {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding-left: 16px; }
    .checkout__client_data--wrapper #billing_country_field .select2-selection.select2-selection--single .select2-selection__arrow {
      top: 50%;
      transform: translateY(-50%); }
  .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; } }

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

@use "sass:math";
header {
  --theme-main-font: 'Manrope', sans-serif;
  --theme-second-font: 'Manrope', 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; }
  .block__header--main {
    top: 80px !important;
    border-top: 1px solid #c6c6c6; }
    .block__header--main-cart_container {
      display: flex;
      gap: 16px; }
    .block__header--main-cart {
      align-self: center; }
      .block__header--main-cart a {
        display: flex;
        gap: 2px; }
        .block__header--main-cart a .counter {
          font-size: 12px;
          font-weight: 400;
          line-height: 10.93px;
          text-align: left;
          align-self: end;
          color: #222222; }
    .block__header--main-logo {
      display: none; }
    .block__header--main-applications {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .block__header--main-applications .time {
        font-size: 14px;
        font-weight: 600;
        line-height: 19.6px;
        text-align: left; }
      .block__header--main-applications .text {
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: left; }
  .block__header-container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
    max-width: 1288px; }
  .block__header-logo img {
    width: 83px;
    height: 56px; }
  .block__header .subheader {
    border-bottom: 1px solid #c6c6c6; }
    .block__header .subheader-search {
      position: relative; }
      .block__header .subheader-search input {
        width: 600px;
        height: 40px;
        outline: none;
        border-radius: 6px;
        border: 1px solid #c6c6c6;
        padding-left: 24px;
        transition: border-color 0.2s ease; }
        .block__header .subheader-search input:focus {
          border-color: #1c1c1c; }
      .block__header .subheader-search button[type='submit'] {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background: transparent;
        display: flex;
        padding: 5px;
        cursor: pointer; }
    .block__header .subheader-contacts {
      display: flex;
      flex-direction: column;
      position: relative; }
      .block__header .subheader-contacts .email,
      .block__header .subheader-contacts .phone {
        display: flex;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        text-align: left;
        color: #222222;
        padding-left: 26px; }
        .block__header .subheader-contacts .email:before,
        .block__header .subheader-contacts .phone:before {
          content: '';
          display: block;
          height: 20px;
          width: 20px;
          background-size: cover;
          position: absolute;
          left: 0; }
      .block__header .subheader-contacts .email:before {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7161 3C13.8073 3.00022 13.8947 3.02894 13.9592 3.07991C14.0237 3.13087 14.06 3.19993 14.0603 3.272V3.30642C14.0603 3.45603 13.9323 3.64727 13.7758 3.73142L8.31776 6.93687C8.16121 7.02103 7.90501 7.02103 7.74846 6.93693L2.29665 3.73622C2.1401 3.65208 2.01196 3.46089 2.01196 3.31129V3.27205C2.01224 3.19998 2.04859 3.13092 2.11309 3.07996C2.17758 3.029 2.26497 3.00027 2.35618 3.00005L13.7161 3Z' fill='%23FFE86D'/%3E%3Cpath d='M7.75538 9.17911C7.90813 9.2943 8.1581 9.29438 8.31091 9.17927L13.7826 5.05687C13.9354 4.94175 14.0603 5.00703 14.0603 5.20195V12.6456C14.06 12.7396 14.0237 12.8295 13.9592 12.896C13.8947 12.9623 13.8073 12.9998 13.7161 13H2.35618C2.26497 12.9998 2.17758 12.9623 2.11309 12.896C2.04859 12.8295 2.01224 12.7396 2.01196 12.6456V5.20195C2.01196 5.00703 2.13691 4.94182 2.28966 5.05701L7.75538 9.17911Z' fill='%23FFE86D'/%3E%3C/svg%3E%0A"); }
      .block__header .subheader-contacts .phone:before {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.055 12.1432C13.9743 12.49 13.784 12.8016 13.5122 13.0317C13.2088 13.3402 12.8467 13.5849 12.4472 13.7512C12.0477 13.9175 11.6189 14.0021 11.1862 14H10.9698C10.0716 13.9532 9.19126 13.731 8.37843 13.346C8.18137 13.2535 7.98975 13.1671 7.76187 13.0619C6.80925 12.524 5.9349 11.8579 5.16324 11.0825C4.16014 10.1418 3.33816 9.02511 2.73809 7.78783C2.40773 7.11285 2.18521 6.39028 2.07861 5.64641C1.92968 4.87125 2.01773 4.06921 2.33128 3.34481C2.52632 3.01594 2.76505 2.71503 3.04093 2.45029C3.16695 2.31283 3.31933 2.20213 3.48902 2.12477C3.6587 2.04741 3.84222 2.00498 4.02864 2C4.23192 2.02148 4.42886 2.08334 4.60792 2.18194C4.78697 2.28054 4.94453 2.4139 5.07136 2.57419C5.35546 2.88848 5.68792 3.19069 5.99016 3.51103L6.37944 3.89422C6.60914 4.09549 6.75119 4.37896 6.77416 4.68358C6.77476 4.96403 6.6714 5.2342 6.48401 5.44272C6.36601 5.58894 6.24052 5.72895 6.10803 5.86218L5.97807 5.99817C5.90238 6.0685 5.84332 6.1548 5.80519 6.25082C5.77375 6.3439 5.76287 6.44302 5.77496 6.54094C5.8741 6.80929 6.02945 7.05347 6.23134 7.25656C6.54567 7.68206 6.8479 8.05256 7.18762 8.49076C7.77352 9.16668 8.46813 9.74008 9.24283 10.1873C9.31718 10.2478 9.40603 10.2883 9.50154 10.3046C9.58617 10.3173 9.6714 10.3046 9.74817 10.2671C9.98355 10.1411 10.193 9.97174 10.3653 9.76788C10.5829 9.49952 10.8985 9.32908 11.2418 9.29221C11.4066 9.29282 11.5696 9.32646 11.7212 9.39113C11.8728 9.45581 12.0099 9.55021 12.1243 9.66876C12.2654 9.79045 12.399 9.91999 12.5251 10.0574L12.7101 10.255L12.9017 10.44C13.0184 10.5572 13.1296 10.6624 13.2402 10.7857C13.4417 10.959 13.6291 11.1461 13.8024 11.3472C13.9795 11.5733 14.0689 11.8561 14.055 12.1432Z' fill='%23FFE86D'/%3E%3C/svg%3E%0A"); }
    .block__header .subheader-social {
      display: flex;
      gap: 12px; }
      .block__header .subheader-social img {
        width: 24px;
        height: 24px; }
  .block__header--hide .subheader {
    top: -80px !important; }
  .block__header--hide .block__header--main {
    top: -112px !important; }

@media screen and (max-width: 1279px) {
  .block__header.subheader {
    display: none; }
  .block__header--main {
    top: 0 !important; }
    .block__header--main-logo {
      display: block;
      height: 40px;
      width: 70px; }
    .block__header--main-applications {
      display: none; }
    .block__header--main .cmn-btn {
      display: none; } }

@use "sass:math";
@media screen and (min-width: 1280px) {
  .block__header-nav nav ul {
    gap: 24px; }
    .block__header-nav nav ul li.nav-contacts {
      display: none; }
    .block__header-nav nav ul li.current-menu-item {
      text-decoration: underline; }
    .block__header-nav nav ul > li a {
      color: #222222; }
      .block__header-nav nav ul > li a:hover {
        text-decoration: underline; }
  .burger {
    display: none; } }

@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: #d4ca70; }
  body.body-nav-show {
    overflow: hidden; }
    body.body-nav-show .block__header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
      body.body-nav-show .block__header-nav > 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: #d4ca70;
          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: #f2ea9b;
          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 > nav {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background: #fafafa;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    /*
         * All li
         */ }
    .block__header-nav > nav > ul {
      display: flex;
      padding: 20px 28px;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      width: 100%; }
    .block__header-nav > nav li {
      display: flex;
      padding: 12px;
      align-items: flex-start;
      gap: 8px;
      justify-content: center;
      border-radius: 8px;
      width: 100%; }
      .block__header-nav > nav li:hover {
        background: rgba(216, 218, 229, 0.2); }
      .block__header-nav > nav li a {
        color: #222222;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%; }
  .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: 2px;
        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); } }

@media (max-width: 1279px) {
  .block__header-nav > nav > ul {
    padding: 40px 10px; }
    .block__header-nav > nav > ul li.nav-contacts > div {
      display: flex;
      flex-direction: column;
      gap: 24px; }
    .block__header-nav > nav > ul li.nav-contacts .phone,
    .block__header-nav > nav > ul li.nav-contacts .email {
      font-family: Manrope;
      font-size: 16px;
      font-weight: 500;
      line-height: 21.86px;
      text-align: left; }
    .block__header-nav > nav > ul li.nav-contacts .phone {
      position: relative;
      padding-left: 25px; }
      .block__header-nav > nav > ul li.nav-contacts .phone::before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9986 12.1432C13.9182 12.49 13.7286 12.8016 13.458 13.0317C13.1558 13.3402 12.7951 13.5849 12.3972 13.7512C11.9993 13.9175 11.5723 14.0021 11.1413 14H10.9258C10.0312 13.9532 9.15436 13.731 8.34479 13.346C8.14852 13.2535 7.95767 13.1671 7.7307 13.0619C6.78191 12.524 5.91107 11.8579 5.14251 11.0825C4.14344 10.1418 3.32476 9.02511 2.7271 7.78783C2.39807 7.11285 2.17644 6.39028 2.07027 5.64641C1.92194 4.87125 2.00964 4.06921 2.32193 3.34481C2.51618 3.01594 2.75395 2.71503 3.02873 2.45029C3.15424 2.31283 3.30601 2.20213 3.47501 2.12477C3.64402 2.04741 3.8268 2.00498 4.01247 2C4.21493 2.02148 4.41108 2.08334 4.58942 2.18194C4.76775 2.28054 4.92468 2.4139 5.051 2.57419C5.33396 2.88848 5.66509 3.19069 5.96611 3.51103L6.35383 3.89422C6.5826 4.09549 6.72408 4.37896 6.74696 4.68358C6.74756 4.96403 6.64461 5.2342 6.45798 5.44272C6.34045 5.58894 6.21546 5.72895 6.08351 5.86218L5.95407 5.99817C5.87868 6.0685 5.81986 6.1548 5.78188 6.25082C5.75058 6.3439 5.73974 6.44302 5.75178 6.54094C5.85052 6.80929 6.00524 7.05347 6.20632 7.25656C6.51939 7.68206 6.82041 8.05256 7.15876 8.49076C7.74231 9.16668 8.43413 9.74008 9.20571 10.1873C9.27977 10.2478 9.36827 10.2883 9.46339 10.3046C9.54768 10.3173 9.63256 10.3046 9.70902 10.2671C9.94346 10.1411 10.152 9.97174 10.3237 9.76788C10.5404 9.49952 10.8547 9.32908 11.1967 9.29221C11.3608 9.29282 11.5232 9.32646 11.6741 9.39113C11.8251 9.45581 11.9616 9.55021 12.0757 9.66876C12.2161 9.79045 12.3492 9.91999 12.4748 10.0574L12.659 10.255L12.8499 10.44C12.9661 10.5572 13.0769 10.6624 13.187 10.7857C13.3877 10.959 13.5744 11.1461 13.7469 11.3472C13.9233 11.5733 14.0124 11.8561 13.9986 12.1432Z' fill='%23F2EA9B'/%3E%3C/svg%3E%0A");
        position: absolute;
        left: 0; }
    .block__header-nav > nav > ul li.nav-contacts .email {
      position: relative;
      padding-left: 25px; }
      .block__header-nav > nav > ul li.nav-contacts .email::before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.661 3C13.7519 3.00022 13.839 3.02894 13.9032 3.07991C13.9674 3.13087 14.0036 3.19993 14.0039 3.272V3.30642C14.0039 3.45603 13.8763 3.64727 13.7205 3.73142L8.28438 6.93687C8.12845 7.02103 7.87329 7.02103 7.71737 6.93693L2.28745 3.73622C2.13153 3.65208 2.00391 3.46089 2.00391 3.31129V3.27205C2.00418 3.19998 2.04038 3.13092 2.10463 3.07996C2.16886 3.029 2.2559 3.00027 2.34674 3.00005L13.661 3Z' fill='%23F2EA9B'/%3E%3Cpath d='M7.72425 9.17911C7.87639 9.2943 8.12536 9.29438 8.27756 9.17927L13.7273 5.05687C13.8794 4.94175 14.0039 5.00703 14.0039 5.20195V12.6456C14.0036 12.7396 13.9674 12.8295 13.9032 12.896C13.839 12.9623 13.7519 12.9998 13.661 13H2.34674C2.2559 12.9998 2.16886 12.9623 2.10463 12.896C2.04038 12.8295 2.00418 12.7396 2.00391 12.6456V5.20195C2.00391 5.00703 2.12836 4.94182 2.28049 5.05701L7.72425 9.17911Z' fill='%23F2EA9B'/%3E%3C/svg%3E%0A");
        position: absolute;
        left: 0; }
    .block__header-nav > nav > ul li {
      display: block; }
      .block__header-nav > nav > ul li a {
        width: auto; } }

@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: #444546;
  position: relative;
  color: #fff;
  /* min-height: 80px; */
  padding-top: 95px;
  padding-bottom: 84px; }
  @media screen and (max-width: 1279px) {
    .block__footer {
      min-height: auto; } }
  .block__footer-box {
    flex-direction: column;
    /* @media screen and (max-width: $tablet_max_width) {
			padding: 40px 20px;
			flex-direction: column;
			align-items: center;
			gap: 20px;
			align-self: stretch;
		} */ }
  .block__footer-wrapper {
    justify-content: space-between;
    gap: 120px; }
  .block__footer .info__block {
    flex: 1; }
    .block__footer .info__block--img {
      width: 89px;
      height: 59px;
      margin-bottom: 24px; }
    .block__footer .info__block--text {
      font-size: 14px;
      font-weight: 400;
      line-height: 19.6px;
      text-align: left; }
      .block__footer .info__block--text:not(:last-child) {
        margin-bottom: 8px; }
      .block__footer .info__block--text:last-child {
        margin-bottom: 20px; }
    .block__footer .info__block .title {
      font-weight: 500;
      margin-bottom: 12px; }
    .block__footer .info__block--work_time {
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px;
      text-align: left; }
      .block__footer .info__block--work_time:not(:last-child) {
        margin-bottom: 4px; }
  .block__footer-nav > nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px; }
    .block__footer-nav > nav li:not(:last-child) {
      margin-bottom: 20px; }
    .block__footer-nav > nav li a {
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px;
      text-align: left;
      color: #fff; }
      .block__footer-nav > nav li a:hover {
        text-decoration: underline;
        color: #fff; }
      .block__footer-nav > nav li a:active {
        text-decoration: underline;
        color: #dcdde5; }
  .block__footer .footer__item .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: left;
    color: #fff;
    margin-bottom: 32px; }
  .block__footer .contacts {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .block__footer .contacts__items {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .block__footer .contacts__phones .phone {
      position: relative;
      padding-left: 25px; }
      .block__footer .contacts__phones .phone::before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9986 12.1432C13.9182 12.49 13.7286 12.8016 13.458 13.0317C13.1558 13.3402 12.7951 13.5849 12.3972 13.7512C11.9993 13.9175 11.5723 14.0021 11.1413 14H10.9258C10.0312 13.9532 9.15436 13.731 8.34479 13.346C8.14852 13.2535 7.95767 13.1671 7.7307 13.0619C6.78191 12.524 5.91107 11.8579 5.14251 11.0825C4.14344 10.1418 3.32476 9.02511 2.7271 7.78783C2.39807 7.11285 2.17644 6.39028 2.07027 5.64641C1.92194 4.87125 2.00964 4.06921 2.32193 3.34481C2.51618 3.01594 2.75395 2.71503 3.02873 2.45029C3.15424 2.31283 3.30601 2.20213 3.47501 2.12477C3.64402 2.04741 3.8268 2.00498 4.01247 2C4.21493 2.02148 4.41108 2.08334 4.58942 2.18194C4.76775 2.28054 4.92468 2.4139 5.051 2.57419C5.33396 2.88848 5.66509 3.19069 5.96611 3.51103L6.35383 3.89422C6.5826 4.09549 6.72408 4.37896 6.74696 4.68358C6.74756 4.96403 6.64461 5.2342 6.45798 5.44272C6.34045 5.58894 6.21546 5.72895 6.08351 5.86218L5.95407 5.99817C5.87868 6.0685 5.81986 6.1548 5.78188 6.25082C5.75058 6.3439 5.73974 6.44302 5.75178 6.54094C5.85052 6.80929 6.00524 7.05347 6.20632 7.25656C6.51939 7.68206 6.82041 8.05256 7.15876 8.49076C7.74231 9.16668 8.43413 9.74008 9.20571 10.1873C9.27977 10.2478 9.36827 10.2883 9.46339 10.3046C9.54768 10.3173 9.63256 10.3046 9.70902 10.2671C9.94346 10.1411 10.152 9.97174 10.3237 9.76788C10.5404 9.49952 10.8547 9.32908 11.1967 9.29221C11.3608 9.29282 11.5232 9.32646 11.6741 9.39113C11.8251 9.45581 11.9616 9.55021 12.0757 9.66876C12.2161 9.79045 12.3492 9.91999 12.4748 10.0574L12.659 10.255L12.8499 10.44C12.9661 10.5572 13.0769 10.6624 13.187 10.7857C13.3877 10.959 13.5744 11.1461 13.7469 11.3472C13.9233 11.5733 14.0124 11.8561 13.9986 12.1432Z' fill='%23F2EA9B'/%3E%3C/svg%3E%0A");
        position: absolute;
        left: 0; }
    .block__footer .contacts__email .email {
      position: relative;
      padding-left: 25px;
      color: #fff; }
      .block__footer .contacts__email .email::before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.661 3C13.7519 3.00022 13.839 3.02894 13.9032 3.07991C13.9674 3.13087 14.0036 3.19993 14.0039 3.272V3.30642C14.0039 3.45603 13.8763 3.64727 13.7205 3.73142L8.28438 6.93687C8.12845 7.02103 7.87329 7.02103 7.71737 6.93693L2.28745 3.73622C2.13153 3.65208 2.00391 3.46089 2.00391 3.31129V3.27205C2.00418 3.19998 2.04038 3.13092 2.10463 3.07996C2.16886 3.029 2.2559 3.00027 2.34674 3.00005L13.661 3Z' fill='%23F2EA9B'/%3E%3Cpath d='M7.72425 9.17911C7.87639 9.2943 8.12536 9.29438 8.27756 9.17927L13.7273 5.05687C13.8794 4.94175 14.0039 5.00703 14.0039 5.20195V12.6456C14.0036 12.7396 13.9674 12.8295 13.9032 12.896C13.839 12.9623 13.7519 12.9998 13.661 13H2.34674C2.2559 12.9998 2.16886 12.9623 2.10463 12.896C2.04038 12.8295 2.00418 12.7396 2.00391 12.6456V5.20195C2.00391 5.00703 2.12836 4.94182 2.28049 5.05701L7.72425 9.17911Z' fill='%23F2EA9B'/%3E%3C/svg%3E%0A");
        position: absolute;
        left: 0; }
    .block__footer .contacts__social .links {
      gap: 12px; }
      .block__footer .contacts__social .links img {
        width: 20px;
        height: 20px; }
    .block__footer .contacts__phones, .block__footer .contacts__email, .block__footer .contacts__social {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .block__footer .contacts__phones--title, .block__footer .contacts__email--title, .block__footer .contacts__social--title {
        font-size: 18px;
        font-weight: 700;
        line-height: 45px; }
      .block__footer .contacts__phones .phone, .block__footer .contacts__email .phone, .block__footer .contacts__social .phone {
        font-size: 16px;
        font-weight: 700;
        line-height: 21.86px;
        color: #fff; }
  .block__footer--bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
    gap: 16px; }
    .block__footer--bottom a {
      color: #fff; }
      .block__footer--bottom a:hover {
        text-decoration: underline;
        color: #fff; }

@media (max-width: 767px) {
  .block__footer {
    padding: 40px 0; }
    .block__footer-wrapper {
      flex-direction: column;
      gap: 40px; }
    .block__footer-nav > nav {
      justify-content: flex-start; }
      .block__footer-nav > nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px; }
        .block__footer-nav > nav ul > li:not(:last-child) {
          margin-bottom: 0; }
    .block__footer .contacts {
      align-items: flex-start; }
      .block__footer .contacts__social .links img {
        width: 30px;
        height: 30px; } }
