/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.sass ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700;800&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/contacts.scss ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700;800&display=swap);
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/hystmodal/src/hystmodal.css ***!
  \***************************************************************************************************************************************************************/
.hystmodal__opened {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden; }

.hystmodal__shadow {
  position: fixed;
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-color: black; }

.hystmodal__shadow--show {
  pointer-events: auto;
  opacity: 0.6; }

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 99;
  visibility: hidden; }

.hystmodal--active {
  opacity: 1; }

.hystmodal--moved,
.hystmodal--active {
  pointer-events: auto;
  visibility: visible; }

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center; }

.hystmodal__window {
  margin: 50px 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  width: 600px;
  max-width: 100%;
  overflow: visible;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transform: scale(0.9);
  opacity: 0; }

.hystmodal--active .hystmodal__window {
  transform: scale(1);
  opacity: 1; }

.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -40px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none; }

.hystmodal__close:focus {
  outline: 2px dotted #afb3b9;
  outline-offset: 2px; }

@media all and (max-width: 767px) {
  .hystmodal__close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E"); }
  .hystmodal__window {
    margin: 0; } }

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.sass (1) ***!
  \*********************************************************************************************************************************************/
body {
  font-family: 'Manrope'; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

h1, h2, h3 {
  margin: 50px 0 20px; }

p {
  margin-bottom: 1em; }

a {
  color: inherit; }

.hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .hide-in-mob {
    display: none !important; } }

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

.section-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 50px; }

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.text-in-shadow-block {
  padding: 11px 30px;
  border-radius: 250px;
  background: rgba(0, 0, 0, 0.1);
  width: max-content; }

.main-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  margin: 50px 0 20px; }
  .main-title--without-margin-top {
    margin-top: 0 !important; }

.no-gap {
  gap: 0 !important; }

.mb-2 {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .content-page {
    font-size: 14px;
    line-height: 22px; }
  .main-title {
    font-weight: 500;
    font-size: 22px; }
  .text-in-shadow-block {
    padding: 0 15px; }
  .hide-in-mob {
    display: none !important; }
  .header__logo {
    width: 115px; }
  /*.container--slim
     padding-inline: 40px*/ }

.invisible {
  visibility: hidden; }

p.slick-slide {
  display: none !important; }

.add_to_cart_button {
  display: none !important; }

.widget_block {
  display: block; }

.update-cart {
  display: none !important; }

.wpcf7-form-control-wrap {
  flex: 1 0 250px; }

.inline-unstyler * {
  font: inherit;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit;
  line-height: inherit; }

.sub-title {
  margin-block: 60px 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px; }
  @media screen and (max-width: 768px) {
    .sub-title {
      margin-block: 16px;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px; } }

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/header.sass ***!
  \*******************************************************************************************************************************************/
.header__search-input, .header__search-input::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #6F6F6F; }

.header {
  font-family: 'Manrope';
  color: #000; }
  .header__social-icons {
    position: fixed;
    right: 50px;
    top: 50%;
    display: flex;
    gap: 25px;
    flex-direction: column; }
    .header__social-icons-item {
      text-align: center;
      padding-top: 108px;
      color: #fff; }
      .header__social-icons-item--whatsapp {
        background: top center/contain url(/assets/imgs/icon-whatsapp.png) no-repeat; }
      .header__social-icons-item--telegram {
        background: top center/contain url(/assets/imgs/icon-telegram.png) no-repeat; }
  .header__top-line {
    padding: 21px 0 24px;
    background: rgba(157, 95, 63, 0.1); }
    .header__top-line-inner {
      display: flex;
      gap: 45px;
      justify-content: space-between;
      align-items: center; }
  .header__location {
    position: relative;
    margin-left: auto; }
    .header__location-current {
      position: relative;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 26px;
      text-decoration-line: underline;
      padding-right: 20px;
      cursor: pointer; }
      .header__location-current::before {
        content: '';
        position: absolute;
        right: 0;
        top: 45%;
        background: center/contain url(assets/imgs/icon-arrow-down.svg) no-repeat;
        width: 9px;
        height: 4px; }
    .header__location-list {
      position: absolute;
      display: none; }
  .header__search {
    position: relative;
    width: 250px; }
    .header__search-input {
      appearance: none;
      height: 100%;
      width: 100%;
      background: #FFFFFF;
      border-radius: 250px;
      padding: 11px 0 11px 50px;
      border: none; }
      .header__search-input:active, .header__search-input:focus, .header__search-input:focus-visible {
        border: none; }
    .header__search::before {
      content: "";
      position: absolute;
      left: 20px;
      top: 10px;
      width: 17px;
      height: 17px;
      background: center/contain url(assets/imgs/icon-search.svg) no-repeat; }
  .header__main-line {
    display: flex;
    gap: 80px;
    padding-block: 58px;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    display: block; }
    .header__logo-img {
      object-fit: contain;
      height: 26px;
      aspect-ratio: 5/1; }
  .header__item-with-icon {
    display: flex;
    gap: 18px; }
  .header__icon-with-grey-bg {
    position: relative;
    aspect-ratio: 1/1;
    padding: 10px;
    background: #F1F1F1;
    box-shadow: 0px 4px 25px rgba(101, 101, 101, 0.1);
    border-radius: 100%; }
    .header__icon-with-grey-bg-img {
      display: block;
      height: 31px;
      width: 31px;
      object-fit: contain; }
  .header__text-after-icon {
    font-size: 14px;
    line-height: 26px;
    color: #000000; }
    .header__text-after-icon-top {
      font-weight: 400; }
    .header__text-after-icon-bottom {
      font-weight: 300; }
    .header__text-after-icon--tel {
      text-align: center;
      display: flex;
      flex-direction: column;
      /* align-items: center; */
      justify-content: center; }
  .header__to-call {
    text-decoration: underline; }
  .header__user-and-basket {
    display: flex;
    gap: 23px;
    vertical-align: middle; }
    .header__user-and-basket-item {
      height: 18px;
      width: 22px;
      cursor: pointer; }
      .header__user-and-basket-item--user {
        background: center/contain url(assets/imgs/icon-person.svg) no-repeat; }
      .header__user-and-basket-item--favorites {
        background: center/contain url(assets/imgs/icon-favorites.svg) no-repeat; }
      .header__user-and-basket-item--basket {
        position: relative;
        background: center/contain url(assets/imgs/icon-basket.svg) no-repeat; }
  .header__count-above-basket {
    position: absolute;
    top: -3px;
    right: 0px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    background: #2F927E;
    color: #fff;
    border-radius: 100%; }
    .header__count-above-basket:empty {
      display: none; }
    .header__count-above-basket--mob {
      top: -7px;
      right: -10px; }
  .header__mob-to-call {
    display: none; }

.top-menu {
  display: flex;
  gap: 32px;
  list-style: none; }
  .top-menu li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px; }
    .top-menu li.current-menu-item {
      font-weight: 500; }
    .top-menu li > a {
      text-decoration: none;
      color: inherit; }

.hamburger-menu {
  position: relative;
  display: none;
  z-index: 999; }
  .hamburger-menu__toggle {
    position: absolute;
    opacity: 0; }
  .hamburger-menu__toggle:checked ~ .hamburger-menu__btn {
    left: 200px; }
    .hamburger-menu__toggle:checked ~ .hamburger-menu__btn > span {
      transform: rotate(45deg); }
    .hamburger-menu__toggle:checked ~ .hamburger-menu__btn > span::before {
      top: 0;
      transform: rotate(0); }
  .hamburger-menu__toggle:checked ~ .hamburger-menu__btn > span::after {
    top: 0;
    transform: rotate(90deg); }
  .hamburger-menu__toggle:checked ~ .hamburger-menu__box {
    visibility: visible;
    left: 0; }
  .hamburger-menu__btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1; }
  .hamburger-menu__btn > span,
  .hamburger-menu__btn > span::before,
  .hamburger-menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s; }
  .hamburger-menu__btn > span::before {
    content: '';
    top: -8px; }
  .hamburger-menu__btn > span::after {
    content: '';
    top: 8px; }
  .hamburger-menu__title {
    margin-left: 10px;
    display: inline-block;
    vertical-align: super; }
  .hamburger-menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: .25s; }
  .hamburger-menu__box > li {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition-duration: .25s; }
    .hamburger-menu__box > li a {
      text-decoration: none; }

@media screen and (max-width: 1126px) {
  .hamburger-menu {
    display: block; }
  .header__item-with-icon {
    display: none; }
  .header__pages-menu, .header__location, .header__search {
    display: none; }
  .header__mob-to-call {
    display: block; }
  .header__main-line {
    gap: 0;
    padding-block: 20px; }
  .header__user-and-basket {
    margin-right: 10px; } }

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/footer.sass ***!
  \*******************************************************************************************************************************************/
.footer {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: #F5EFEC;
  color: #000; }
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0; }
    .footer__menu-links-item {
      display: block;
      margin-bottom: 16px;
      text-decoration: none; }
      .footer__menu-links-item--bold {
        font-weight: bold;
        text-decoration: underline; }
  .footer__contacts {
    flex: 1 0 25%; }
  .footer__tel {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px; }
  .footer__work-schedule {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 70px; }
  .footer__site-map {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 100%; }
    .footer__site-map-column {
      max-width: 50%;
      flex: 1 0 130px;
      order: 1; }
      @media screen and (max-width: 768px) {
        .footer__site-map-column--contacts {
          order: 0; } }
    .footer__site-map-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 38px; }
    .footer__site-map-links {
      list-style: none; }
      .footer__site-map-links li a {
        display: block;
        margin-bottom: 16px;
        text-decoration: none; }
  .footer__middle-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 70px 0 60px; }
  .footer__logo {
    font-weight: 300;
    font-size: 40px;
    line-height: 26px;
    text-decoration: none; }
  .footer__social-icons {
    display: flex;
    gap: 14px; }
    .footer__social-icons-item {
      background: #fff;
      border-radius: 5px;
      width: 45px;
      height: 45px;
      text-align: center;
      font-size: 18px;
      line-height: 45px;
      text-decoration: none; }
  .footer__payment-icons {
    display: flex;
    gap: 20px;
    align-items: center; }
  .footer__sepor {
    background: #E8E8E8;
    width: 100%;
    height: 1px; }
  .footer__bottom-text {
    padding-block: 55px 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #8E8E8E; }
  @media screen and (max-width: 850px) {
    .footer__tel, .footer__work-schedule, .footer__site-map-title {
      margin-bottom: 16px; } }
  @media screen and (max-width: 768px) {
    .footer {
      font-size: 12px;
      line-height: 16px;
      font-weight: 600; }
      .footer__site-map-title, .footer__tel {
        font-size: 15px;
        line-height: 20px;
        text-decoration: none; }
      .footer__work-schedule {
        font-size: inherit;
        line-height: inherit; }
      .footer__menu {
        padding: 65px 30px; }
      .footer__middle-section {
        justify-content: space-around; }
      .footer__bottom-text {
        text-align: center; } }
  @media screen and (max-width: 360px) {
    .footer__menu {
      padding-inline: 10px; } }

/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/moredefault.scss ***!
  \************************************************************************************************************************************************/
.information {
  margin-top: 20px;
  display: flex; }
  .information__text-pack {
    padding-left: 40px; }
  .information__image {
    width: 578px; }
  .information__brown-btn {
    font-size: 22px;
    font-family: Manrope;
    font-weight: 500;
    background-color: #9d5f3f;
    color: white;
    padding: 11px 25px;
    border: none; }
  .information-text__description {
    font-size: 16px;
    font-family: Manrope;
    font-weight: 400;
    margin-top: 20px; }
  .information-head__text {
    font-size: 27px;
    font-family: Manrope;
    font-weight: 600; }
  .information-more {
    margin-top: 40px; }
    .information-more__main-text {
      font-size: 22px;
      font-family: Manrope;
      font-weight: 600; }
    .information-more__about-text {
      margin-top: 23px;
      font-size: 14px;
      font-family: Manrope;
      font-weight: 400; }

@media (max-width: 1024.99px) {
  .information__image {
    width: 468px !important; } }

@media (max-width: 768.99px) {
  .information {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    align-items: center; }
    .information__text-pack {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0; }
    .information__image-pack {
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      max-width: 100%; }
    .information__image {
      margin-top: 25px; }
    .information div {
      order: 3; }
    .information div:nth-child(2) {
      order: 1; }
    .information-more {
      display: flex;
      flex-direction: column;
      align-items: center; } }

@media (max-width: 425.99px) {
  .information-text__description {
    font-size: 12px !important; }
  .information__image {
    max-width: 80%; }
  .information-head-text {
    font-size: 17px; }
  .information-more__main-text {
    font-size: 15px !important; }
  .information-more__about-text {
    font-size: 12px; } }

@media (max-width: 320.99px) {
  .information-text__description {
    font-size: 12px !important;
    padding: 0 !important; } }

/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/catalog-row.scss ***!
  \************************************************************************************************************************************************/
.catalog-row {
  margin-top: 50px; }
  .catalog-row-text {
    font-family: Manrope;
    font-weight: 400; }
    .catalog-row-text__padding {
      padding-top: 20px; }
    .catalog-row-text p {
      font-size: 30px; }
    .catalog-row-text span {
      font-size: 16px; }
    .catalog-row-text__parameters {
      font-family: Manrope;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #626262; }
    .catalog-row-text__buying {
      font-family: Manrope;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      color: white;
      background-color: #43ab96;
      text-decoration: none;
      width: 100%;
      text-align: center;
      margin-top: 27px;
      padding: 16px 0; }
    .catalog-row-text__info {
      color: #626262;
      font-family: Manrope;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      text-align: center;
      margin-top: 25px;
      width: 100%; }
  .catalog-row-cards {
    --gap: 27px;
    margin-top: 50px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: var(--gap);
    padding-bottom: 30px; }
    .catalog-row-cards__image {
      width: 100%;
      object-fit: cover;
      background: #f5f2f2;
      aspect-ratio: 5/3; }
    .catalog-row-cards__item {
      flex: 1 0 270px; }
      @media screen and (min-width: 1050px) {
        .catalog-row-cards__item {
          max-width: calc(100% / 3 - var(--gap) * 2 / 3);
          flex: initial; } }
      @media screen and (max-width: 768px) {
        .catalog-row-cards__item--vue-product {
          flex-basis: calc(50% - var(--gap) / 2); } }
    @media screen and (min-width: 768px) {
      .slider-catalog .catalog-row-cards__item {
        padding-inline: 20px; } }
    @media screen and (max-width: 768px) {
      .archive .catalog-row-cards__item {
        padding: 20px 10px; }
        .archive .catalog-row-cards__item .catalog-row-name {
          font-weight: 400;
          font-size: 12px;
          line-height: 26px;
          white-space: nowrap; }
        .archive .catalog-row-cards__item .catalog-row-cost {
          font-size: 14px;
          line-height: 22px;
          padding-right: 10px; }
        .archive .catalog-row-cards__item .add_to_cart_button {
          margin-left: 0 !important; } }
  .catalog-row-line {
    margin-top: 20px;
    background-color: #999999;
    width: 100%;
    height: 1px; }
    .catalog-row-line__inside {
      background-color: black;
      width: 70px;
      height: 1px; }
  .catalog-row-content__line {
    display: flex; }
  .catalog-row-content__parameters {
    display: flex;
    justify-content: space-between; }
  .catalog-row-content__parameters span {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .catalog-row-content__size {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
  .catalog-row-name {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 22px 0 0; }
  .catalog-row-link {
    text-decoration: none; }
  .catalog-row-add {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    text-decoration: none;
    color: black;
    padding: 0 0 0 10px;
    margin-top: 22px; }
  .catalog-row-cost {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 20px; }
    .catalog-row-cost--through {
      font-weight: 300;
      text-decoration: line-through; }
  .catalog-row-color {
    width: 13px;
    height: 13px;
    border-radius: 250px;
    margin: 30px 5px 0; }
    .catalog-row-color__active {
      border: 1px solid black; }
  .catalog-row-head-text {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 19px 0; }

.catalog-slider-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none; }
  .catalog-slider-dots li button {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #B2CCC7;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff; }
  .catalog-slider-dots li.slick-active button {
    background: #2F927E; }

.fuel-yellow {
  background-color: #d4993b; }

.mint {
  background-color: #46b9a2; }

.brick {
  background-color: #863232; }

@media (max-width: 768.99px) {
  .catalog-row-cards:not(.unslick) {
    display: block; }
    .catalog-row-cards:not(.unslick)__item {
      margin: 0 10px; }
  .slider-catalog .catalog-row-cards__item {
    margin-inline: -50px 90px !important; } }

/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/privacypolicy.scss ***!
  \**************************************************************************************************************************************************/
a {
  color: inherit; }

.privacypolicy-text {
  color: #000;
  padding-bottom: 30px; }
  .privacypolicy-text__head {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px;
    padding: 30px 0; }
  .privacypolicy-text__body {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

@media (max-width: 425.99px) {
  .privacypolicy-text__head {
    text-align: center;
    padding: 20px 0; }
  .privacypolicy-text__body {
    text-align: center; } }

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/designers&architects.scss ***!
  \*********************************************************************************************************************************************************/
.da-content {
  display: flex;
  flex-direction: column; }

.da-image-pack__image {
  width: calc(50% - 15px); }
  .da-image-pack__image--flex {
    flex: 5; }

.da-text-pack__head-main {
  font-family: Manrope;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px; }

.da-text-pack__head-more {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 30px; }

.da-text-pack__cards {
  padding-right: 30px;
  display: flex;
  flex-direction: column; }
  .da-text-pack__cards--flex {
    flex: 4; }
  .da-text-pack__cards-main {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px; }
  .da-text-pack__cards-more {
    margin-top: 20px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

.da-text-pack__cards:last-child {
  padding-left: 30px; }

.da-text-pack__down-info-head {
  margin-top: 85px;
  font-family: Manrope;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px; }

.da-cards__item {
  display: flex;
  align-items: center; }
  .da-cards__item:not(.da-cards__item--flex) {
    gap: 40px; }

.da-cards__item:first-child {
  margin-top: 70px; }

.da-cards__item:last-child {
  margin-top: 50px; }

.da-down {
  display: flex;
  margin-top: 58px;
  flex-direction: column;
  --gap: 20px; }
  .da-down__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 45px var(--gap); }
  .da-down__item {
    display: flex;
    flex: 1 0 calc(50% - var(--gap) / 2); }

.da-text-pack {
  padding-left: 30px;
  display: flex;
  flex-direction: column; }
  .da-text-pack__head {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px; }
  .da-text-pack__more {
    padding-top: 10px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 400px; }
  .da-text-pack__form-pack {
    width: 350px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .da-text-pack__form-pack-head {
      font-family: Manrope;
      font-size: 24px;
      font-weight: 500;
      line-height: 27px; }
    .da-text-pack__form-pack-more {
      font-family: Manrope;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }

.da-image-pack {
  display: flex;
  align-items: center; }
  .da-image-pack__form {
    margin-left: 263px; }
  .da-image-pack__blank {
    position: absolute;
    margin-left: -411px; }

.da-form {
  margin-top: 100px;
  box-shadow: 0px 0px 20px rgba(188, 188, 188, 0.19);
  display: flex;
  align-items: center;
  height: 220px;
  justify-content: space-evenly; }

.da-buttons {
  display: flex; }
  .da-buttons__button {
    text-decoration: none;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 22px 60px;
    color: white;
    background-color: #43ab96; }

@media (max-width: 1024.99px) {
  .da-form {
    margin-top: 100px;
    box-shadow: 0px 0px 20px rgba(188, 188, 188, 0.19);
    display: flex;
    align-items: center;
    height: 220px;
    justify-content: space-around; }
  .da-text-pack__cards-main {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 41px; }
  .da-text-pack__cards-more {
    margin-top: 20px;
    font-family: Manrope;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px; }
  .da-text-pack__form-pack-head {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px; }
  .da-text-pack__form-pack-more {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px; }
  .da-image-pack__blank {
    position: absolute;
    margin-left: -338px; }
  .da-image-pack__form {
    margin-left: 162px; }
  .da-text-pack__form-pack {
    width: 240px;
    height: auto; }
  .da-buttons__button {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 20px 30px;
    color: white;
    background-color: #43ab96; } }

@media (max-width: 768px) {
  .da-content {
    align-items: center; }
  .da-cards__item {
    flex-direction: column; }
  .da-image-pack__image {
    width: 100%;
    margin-top: 30px;
    order: 3; }
  .da-image-pack__form {
    margin: 0;
    padding: 0 0 30px; }
  .da-image-pack__blank {
    margin-left: 0;
    margin-top: -306px; }
  .da-text-pack {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center; }
    .da-text-pack__cards {
      padding: 0;
      align-items: center; }
      .da-text-pack__cards-main {
        font-weight: 600;
        font-size: 17px;
        line-height: 27px;
        text-align: center; }
      .da-text-pack__cards-more {
        margin-top: 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px; }
    .da-text-pack__cards:last-child {
      padding-left: 0; }
    .da-text-pack__head {
      font-family: Manrope;
      font-size: 24px;
      font-weight: 500;
      line-height: 33px;
      padding-top: 20px; }
    .da-text-pack__more {
      padding-top: 10px;
      font-family: Manrope;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      text-align: center; }
    .da-text-pack__form-pack {
      width: 80%;
      height: auto;
      text-align: center; }
      .da-text-pack__form-pack-more {
        padding: 10px 0 30px; }
    .da-text-pack__down-info-head {
      text-align: center; }
  .da-down__wrapper {
    padding-bottom: 0;
    flex-direction: column; }
  .da-down__item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 40px; }
  .da-down__item-first {
    margin-top: 0 !important; }
  .da-form {
    margin-top: 225px;
    height: 550px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column; }
  .da-buttons__button {
    margin: 0 0 30px; } }

@media (max-width: 425.99px) {
  .da-image-pack__blank {
    margin-top: -376px;
    width: 70%; } }

@media (max-width: 320.99px) {
  .da-form {
    margin-top: 151px; }
  .da-image-pack__blank {
    margin-top: -416px;
    width: 70%; } }

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/contacts.scss (1) ***!
  \*************************************************************************************************************************************************/
.contacts-flex-down {
  display: flex; }
  .contacts-flex-down__aligin-center {
    display: flex;
    align-items: center; }

.contacts-flex-line {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  .contacts-flex-line p {
    margin: 0; }

.contacts-text-media {
  display: flex;
  align-items: center;
  width: 100%; }

.contacts-upper {
  width: 100%;
  display: flex;
  align-items: center; }

.contacts-text-pack__hotline {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  width: 37%; }

.contacts-text-pack__number {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  width: 45%;
  text-align: left; }

.contacts-text-pack__info-pack-left {
  padding: 30px 100px 0 30px;
  height: 149px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .contacts-text-pack__info-pack-left-head {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px; }
  .contacts-text-pack__info-pack-left-number {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
  .contacts-text-pack__info-pack-left-more {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 15px; }

.contacts-text-pack__info-pack-right-upper {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0px 50px; }
  .contacts-text-pack__info-pack-right-upper-head {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 400;
    line-height: 41px; }
  .contacts-text-pack__info-pack-right-upper-more {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

.contacts-text-pack__info-pack-right-down {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 27px 30px; }
  .contacts-text-pack__info-pack-right-down-head {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px; }
  .contacts-text-pack__info-pack-right-down-number {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px; }
  .contacts-text-pack__info-pack-right-down-name {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 0; }

.contacts-text-pack__map {
  margin-top: 30px;
  display: flex; }
  .contacts-text-pack__map-head {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 500;
    line-height: 72px; }
  .contacts-text-pack__map-more {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .contacts-text-pack__map-card-link {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: black;
    background-color: white;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 0 20px 30px 0; }
  .contacts-text-pack__map-text {
    width: 100%; }
    .contacts-text-pack__map-text-right {
      display: flex;
      flex-direction: column; }
  .contacts-text-pack__map-card-head {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: 72px; }
  .contacts-text-pack__map-card-more {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .contacts-text-pack__map-card-times {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

.contacts-button-pack__upper {
  width: 90%;
  text-align: right; }
  .contacts-button-pack__upper-link {
    font-family: Manrope;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    background-color: #46b9a2;
    color: white;
    text-decoration: none;
    padding: 25px 50px; }

.contacts-button-pack__card {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: flex-end;
  margin-right: 60px; }
  .contacts-button-pack__card-link {
    font-family: Manrope;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    background-color: #46b9a2;
    color: white;
    text-decoration: none;
    padding: 25px 31px;
    display: flex;
    align-items: center; }
    .contacts-button-pack__card-link--icon {
      padding-right: 15px; }
  .contacts-button-pack__card-time {
    margin-top: 15px; }

.contacts-button-pack__map {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: flex-end; }
  .contacts-button-pack__map-link {
    font-family: Manrope;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    background-color: #46b9a2;
    color: white;
    text-decoration: none;
    padding: 15px 30px; }
  .contacts-button-pack__map-list-block {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center; }
  .contacts-button-pack__map-list {
    width: 100%;
    font-family: Manrope;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    background-color: #46b9a2;
    color: white;
    text-decoration: none;
    padding: 15px 0; }

.contacts-info__left {
  background-color: #bc896e;
  color: white;
  display: flex;
  flex-direction: column; }

.contacts-info__left:last-child {
  margin-top: 10px; }

.contacts-info__right {
  width: 70%; }
  .contacts-info__right-upper {
    box-shadow: 0px 0px 20px rgba(109, 109, 109, 0.1);
    height: 188px;
    display: flex; }
  .contacts-info__right-down {
    display: flex;
    margin-top: 20px;
    gap: 25px; }
  .contacts-info__right-down div {
    box-shadow: 0px 0px 20px rgba(109, 109, 109, 0.1);
    height: 100px;
    display: flex; }

.contacts-map {
  margin-top: 55px; }
  .contacts-map-bg-card {
    background-image: url("assets/imgs/contacts/map.png");
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .contacts-map-line {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 60px 0 50px; }

.mycontacts {
  background-image: url("assets/imgs/contacts/map-contacts.png");
  background-position: bottom;
  height: 700px;
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mycontacts-content {
    border-radius: 15px;
    background-color: white; }
    .mycontacts-content__line {
      display: flex;
      margin-top: 20px;
      align-items: center; }
      .mycontacts-content__line-links {
        display: flex;
        margin-top: 20px;
        align-items: center; }
  .mycontacts-text-pack {
    padding: 40px 20px; }
    .mycontacts-text-pack__head {
      font-family: Manrope;
      font-size: 24px;
      font-weight: 600;
      line-height: 33px; }
    .mycontacts-text-pack__contact {
      font-family: Manrope;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      color: #7f7f7f;
      padding-left: 10px; }
    .mycontacts-text-pack__link {
      font-family: Manrope;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      border: 1px solid black;
      padding: 13px 30px;
      text-decoration: none;
      color: black;
      margin-top: 10px; }
    .mycontacts-text-pack__more {
      font-family: Manrope;
      font-size: 18px;
      font-weight: 600;
      line-height: 25px; }
    .mycontacts-text-pack__links {
      font-family: Manrope;
      font-size: 12px;
      font-weight: 600;
      line-height: 16px;
      color: white;
      padding: 20px 30px;
      text-decoration: none;
      margin: 0 10px; }
    .mycontacts-text-pack__links:nth-child(1) {
      background-color: #228fc7; }
    .mycontacts-text-pack__links:nth-child(2) {
      background-color: #1dbe2d; }
    .mycontacts-text-pack__links:nth-child(3) {
      color: black;
      border: 1px solid black; }

@media (max-width: 2590.99px) {
  .contacts-text-pack__hotline {
    width: 20%; } }

@media (max-width: 2590.99px) and (max-width: 1920.99px) {
  .contacts-text-pack__hotline {
    width: 30%; } }

@media (max-width: 2590.99px) and (max-width: 1716.99px) {
  .contacts-text-pack__hotline {
    width: 32%; } }

@media (max-width: 2590.99px) and (max-width: 1619.99px) {
  .contacts-text-pack__hotline {
    width: 34%; } }

@media (max-width: 2590.99px) and (max-width: 1552.99px) {
  .contacts-text-pack__hotline {
    width: 36%; } }

@media (max-width: 2590.99px) and (max-width: 1474.99px) {
  .contacts-text-pack__number {
    width: 50%; } }

@media (max-width: 2590.99px) and (max-width: 1440.99px) {
  .contacts-text-pack__hotline {
    width: 39%; }
  .contacts-text-pack__number {
    width: 60%; } }

@media (max-width: 1358.99px) {
  .contacts-button-pack__card-link {
    padding: 24px 17px; } }

@media (max-width: 1024.99px) {
  .contacts-info__right {
    width: 75%; }
  .contacts-text-pack__hotline {
    width: 60%; }
  .contacts-text-pack__number {
    width: 80%; }
  .contacts-text-pack__info-pack-left {
    padding: 15px 20px 0 15px; }
  .contacts-button-pack__upper {
    width: 80%; }
    .contacts-button-pack__upper-link {
      padding: 25px 35px; }
    .contacts-button-pack__upper__card {
      width: 72%;
      margin-right: 10px; }
  .contacts-button-pack__map {
    width: 80%; }
  .contacts-button-pack__card-link {
    padding: 24px 17px; } }

@media (max-width: 768.99px) {
  .contacts-info__right-down div:last-child {
    margin-left: 0; }
  .contacts-media {
    display: flex;
    flex-direction: column; }
  .contacts-text-pack__info-pack-right-down-head {
    text-align: center; }
  .contacts-info__right-down:last-child {
    margin: 0; }
  .contacts-flex-line {
    flex-direction: column;
    align-items: center; }
  .contacts-flex-down__aligin-center {
    justify-content: center; }
  .contacts-upper {
    flex-direction: column;
    width: auto; }
  .contacts-button-pack__upper {
    text-align: start;
    width: 100%; }
    .contacts-button-pack__upper-link {
      position: absolute;
      margin-top: 20px;
      text-align: center;
      width: 70%;
      margin-left: -215px; }
  .contacts-button-pack__card {
    margin-top: 10px;
    margin-right: 0;
    justify-content: center; }
    .contacts-button-pack__card-time {
      margin-top: 20px;
      margin-bottom: 15px; }
  .contacts-button-pack__map {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
    .contacts-button-pack__map-link {
      order: 2; }
  .contacts-text-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
  .contacts-text-pack__hotline {
    width: 100%; }
  .contacts-text-pack__number {
    width: 100%; }
  .contacts-text-pack__info-pack-right-upper {
    align-items: center;
    padding: 20px 50px 0px 50px; }
    .contacts-text-pack__info-pack-right-upper-head {
      margin-top: 20px; }
    .contacts-text-pack__info-pack-right-upper-more {
      text-align: center;
      margin-top: 10px; }
  .contacts-text-pack__info-pack-right-down {
    width: 100%; }
  .contacts-text-pack__info-pack-left {
    margin: 0 auto;
    padding: 15px 0; }
  .contacts-text-pack__map {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .contacts-text-pack__map-head {
      text-align: center; }
    .contacts-text-pack__map-more {
      text-align: center;
      margin-top: 15px; }
    .contacts-text-pack__map-text {
      text-align: center; }
    .contacts-text-pack__map-card-times {
      order: 1; }
  .contacts-info__media-content {
    display: flex;
    width: 100%;
    justify-content: space-evenly; }
  .contacts-info__left {
    width: 200px; }
  .contacts-info__left:last-child {
    margin: 0; }
  .contacts-info__right {
    width: 100%;
    margin-top: 35px; }
    .contacts-info__right-upper {
      flex-direction: column;
      align-items: center;
      height: 260px; }
    .contacts-info__right-down {
      flex-direction: column;
      align-items: center; }
    .contacts-info__right-down div {
      align-items: center;
      margin-top: 35px; }
  .contacts-map-bg-card {
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-left: -10px;
    margin-top: -232px; }
  .contacts-text-pack__info-pack-left-head {
    padding-top: 10px; }
  .contacts-text-pack__info-pack-left-more {
    padding-top: 25px; } }

@media (max-width: 425.99px) {
  .contacts-text-pack__map-card-link {
    margin: 0 0px 30px 0; }
  .contacts-button-pack__upper-link {
    margin-left: -134px;
    width: 90%; }
  .contacts-button-pack__card {
    margin-top: 20px; }
  .contacts-info__left {
    text-align: center;
    width: 45%; }
  .contacts-info__right-upper {
    height: 300px; }
  .contacts-map-bg-card {
    margin-left: -31px; }
  .contacts-text-pack__info-pack-right-upper-more {
    margin-top: 20px; }
  .contacts-text-pack__info-pack-right-down {
    width: 70%; }
  .contacts-text-pack__map-head {
    font-size: 26px; }
  .contacts-text-pack__map-card-head {
    font-size: 20px; }
  .contacts-media {
    display: flex;
    flex-direction: column; }
  .mycontacts-text-pack__links {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: white;
    padding: 20px 20px;
    text-decoration: none;
    margin: 0 5px; } }

@media (max-width: 440.99px) {
  .contacts-text-pack__info-pack-right-down-head {
    font-size: 17px !important; }
  .contacts-text-pack__info-pack-right-down-name {
    font-size: 14px; } }

@media (max-width: 375.99px) {
  .contacts-text-pack__info-pack-right-down-head {
    font-size: 19px; }
  .contacts-button-pack__upper-link {
    margin-left: -110px;
    width: 89%; }
  .contacts-text-pack__info-pack-left-head {
    font-size: 20px; }
  .contacts-text-pack__info-pack-left-number {
    font-size: 12px; }
  .contacts-text-pack__info-pack-left-more {
    font-size: 12px; }
  .contacts-text-pack__map-card-head {
    font-size: 18px; }
  .contacts-text-pack__map-card-more {
    font-size: 13px; }
  .contacts-text-pack__map-card-link {
    margin: 0 0px 30px 0; }
  .contacts-text-pack__map-head {
    font-size: 20px; }
  .contacts-text-pack__map-more {
    font-size: 13px; }
  .contacts-text-pack__links {
    padding: 20px 10px; } }

@media (max-width: 320.99px) {
  .contacts-text-pack__info-pack-right-down {
    width: 90%; }
  .mycontacts-text-pack__links {
    padding: 20px 10px;
    margin: 0 5px; }
  .contacts-button-pack__card-link {
    padding: 20px 17px;
    font-size: 18px; }
  .contacts-text-pack__info-pack-right-upper {
    padding: 20px 20px 0px 20px; } }

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/slider.sass ***!
  \*******************************************************************************************************************************************/
.home-slider {
  position: relative;
  margin-bottom: 0 !important; }
  .home-slider__elem {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    height: 100%; }
    .home-slider__elem-inner {
      position: relative;
      padding-top: 80px;
      height: 600px; }
    .home-slider__elem-title {
      font-size: 52px;
      line-height: 72px;
      margin: 50px 0; }
    .home-slider__elem-text {
      width: 400px; }
    .home-slider__elem-link {
      font-size: 16px;
      line-height: 26px; }
    .home-slider__elem-img-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100% !important;
      object-fit: cover; }
      .home-slider__elem-img-bg--mobile {
        display: none !important; }
  .home-slider__dots {
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px; }
    .home-slider__dots li {
      width: 44px;
      height: 44px;
      border: 1px dashed transparent; }
      .home-slider__dots li button {
        color: transparent;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        padding: 0;
        margin: 16px;
        border: none; }
      .home-slider__dots li.slick-active {
        border-radius: 100%;
        padding: 0;
        border-color: #fff; }
        .home-slider__dots li.slick-active button {
          background: #fff; }

@media screen and (max-width: 1450px) {
  .home-slider__dots {
    top: auto;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    .home-slider__dots li {
      width: 21px;
      height: 21px;
      flex: 0 0 auto; }
      .home-slider__dots li button {
        width: 7px;
        height: 7px;
        margin: 6px; } }

@media screen and (max-width: 768px) {
  .home-slider__elem-inner {
    padding-top: 40px;
    text-align: center; }
  .home-slider__elem-title {
    margin-block: 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px; }
  .home-slider__elem-text {
    width: fit-content;
    margin: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px; }
    .home-slider__elem-text--main {
      font-size: 17px;
      line-height: 27px; }
  .home-slider__elem-link {
    font-size: 12px;
    line-height: 26px; }
  .home-slider__elem-img-bg {
    object-position: bottom; }
    .home-slider__elem-img-bg--mobile {
      display: block !important; }
    .home-slider__elem-img-bg--desctop {
      display: none !important; } }

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/mini-cards-with-img.sass ***!
  \********************************************************************************************************************************************************/
.mini-cards-with-img {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin: 100px 0 65px; }
  .mini-cards-with-img__elem {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 50px;
    padding-right: 0;
    flex: 1 0 320px;
    aspect-ratio: 30/19;
    font-weight: 400;
    line-height: 72px;
    text-decoration: none;
    color: #FFFFFF; }
    .mini-cards-with-img__elem-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .mini-cards-with-img__elem-title {
      position: relative;
      display: inline;
      margin-right: 40px;
      font-size: 30px; }
    .mini-cards-with-img__elem-sub-title {
      position: relative;
      display: inline;
      font-size: 16px;
      opacity: 0.75; }
    @media screen and (max-width: 768px) {
      .mini-cards-with-img__elem {
        padding-right: 50px; }
        .mini-cards-with-img__elem-title {
          font-size: 17px;
          margin-right: 50px; }
        .mini-cards-with-img__elem-sub-title {
          font-size: 12px; } }

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/middle-cards-with-img.sass ***!
  \**********************************************************************************************************************************************************/
.middle-cards-with-img {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 25px 0 65px; }
  .middle-cards-with-img__elem {
    position: relative;
    overflow: hidden;
    height: 285px;
    flex: 1 1 320px;
    font-weight: 400;
    line-height: 72px;
    color: #FFFFFF; }
    .middle-cards-with-img__elem-img, .middle-cards-with-img__elem-img--mob {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100% !important;
      object-fit: cover; }
      .middle-cards-with-img__elem-img--mob, .middle-cards-with-img__elem-img--mob--mob {
        display: none; }
    .middle-cards-with-img__elem-title {
      position: relative;
      display: inline;
      font-size: 30px;
      line-height: 35px; }
    .middle-cards-with-img__elem-text {
      position: absolute;
      left: 45%;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 27px; }
      .middle-cards-with-img__elem-text-inner {
        position: relative; }
    .middle-cards-with-img__elem-link {
      position: relative;
      display: block;
      text-decoration-line: underline;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .middle-cards-with-img__elem {
      height: 350px; }
      .middle-cards-with-img__elem-title {
        font-size: 17px;
        line-height: 35px; }
      .middle-cards-with-img__elem-img {
        display: none; }
        .middle-cards-with-img__elem-img--mob {
          display: block; }
      .middle-cards-with-img__elem-text {
        position: static;
        padding: 18px 0;
        width: 285px;
        margin: 0 auto;
        transform: none;
        font-size: 12px;
        line-height: 22px; } }

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/product-card.sass ***!
  \*************************************************************************************************************************************************/
.product-card {
  display: flex;
  align-items: stretch;
  font-size: 14px;
  line-height: 26px;
  flex-wrap: wrap;
  padding-bottom: 10px; }
  .product-card__preview {
    flex: 1 0 400px;
    width: 100%; }
  .product-card__preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .product-card__config {
    flex: 0 0 400px;
    padding: 0 35px;
    color: #000000; }
  .product-card__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 7px; }
  .product-card__sub-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px; }
  .product-card__reviews {
    display: flex;
    align-items: flex-end;
    gap: 4px 15px;
    margin: 14px 0 23px; }
    @media screen and (max-width: 768px) {
      .product-card__reviews {
        margin: 10px 0 0;
        transform: translateY(-3px); } }
  .product-card__reviews-count {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    cursor: pointer; }
  .product-card__stars {
    display: flex;
    gap: 6px; }
  .product-card__stars-item {
    background: center/contain url(assets/imgs/icon-star.svg) no-repeat;
    width: 12px;
    height: 12px; }
    .product-card__stars-item--light {
      background-image: url(assets/imgs/icon-light-star.svg); }
  .product-card__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 13px;
    text-align: start; }
    @media screen and (max-width: 768px) {
      .product-card__price {
        margin-bottom: 17px; } }
    .product-card__price-now {
      margin-right: 15px; }
    .product-card__price-old {
      text-decoration-line: line-through; }
  .product-card__trees {
    display: flex;
    gap: 10px;
    margin-bottom: 13px; }
    @media screen and (max-width: 768px) {
      .product-card__trees {
        margin-bottom: 17px; } }
  .product-card__trees-imgs {
    display: flex;
    gap: 5px; }
  .product-card__trees-imgs-item {
    width: 20px;
    height: 20px;
    background: center/contain url(assets/imgs/icon-tree.svg) no-repeat; }
  .product-card__trees-text {
    font-weight: 400; }
  .product-card__subscribe-to-price-update {
    margin-bottom: 25px;
    font-weight: 500;
    text-decoration-line: underline;
    cursor: pointer;
    text-align: left; }
  .product-card__color-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px; }
    @media screen and (max-width: 768px) {
      .product-card__color-selector {
        margin-bottom: 17px; } }
    .product-card__color-selector-item {
      border-radius: 100%;
      padding: 7px;
      border: 1px solid transparent; }
      .product-card__color-selector-item--active {
        border-color: #000000; }
      .product-card__color-selector-item-circle {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background: #878787;
        cursor: pointer; }
    .product-card__color-selector-get-more {
      padding: 5px 16px;
      border: 1px solid #4DB09D;
      border-radius: 20px;
      color: #4DB09D;
      cursor: pointer;
      transition: .5s; }
      .product-card__color-selector-get-more:hover {
        background: #4DB09D;
        color: #fff; }
  .product-card__size-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    align-items: center;
    margin-block: 15px 25px; }
    .product-card__size-selector-item {
      height: 44px;
      padding: 0 16px;
      border: 1px solid #000;
      font-weight: 400;
      font-size: 16px;
      line-height: 44px;
      color: #515151;
      cursor: pointer; }
      .product-card__size-selector-item--active {
        color: #fff;
        background: #4DB09D;
        border-color: #4DB09D; }
  .product-card__order-samples {
    text-decoration-line: underline;
    font-weight: 500;
    margin-bottom: 28px;
    cursor: pointer;
    text-align: left; }
  .product-card__add-also {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px; }
  .product-card__edite-config {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    border: 1px solid #4A4A4A;
    background: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer; }
  .product-card__add-to-card {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    background: #46B9A2;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }
  @media screen and (max-width: 910px) {
    .product-card__preview, .product-card__config {
      flex-basis: 100%; }
    .product-card__reviews {
      flex-direction: column; }
    .product-card__config {
      margin-top: 22px;
      padding-inline: 0; }
    .product-card__title, .product-card__sub-title {
      text-align: start; }
    .product-card__top-main-line {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.slider-interiors {
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .slider-interiors {
      margin-bottom: 50px; } }
  .slider-interiors__elem {
    padding: 12px; }
    @media screen and (max-width: 768px) {
      .slider-interiors__elem {
        padding: 0;
        margin-inline: -50px 90px !important; } }
    .slider-interiors__elem-img {
      object-fit: cover;
      width: 100%;
      aspect-ratio: 3/2; }
      @media screen and (max-width: 768px) {
        .slider-interiors__elem-img {
          object-fit: cover;
          aspect-ratio: 1/1; } }
  .slider-interiors__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 50px;
    height: 50px;
    background: 50% 53%/35% url(assets/imgs/icon-arrow-down-white.svg) no-repeat;
    background-color: #2F927E;
    border-radius: 100%;
    border: none;
    cursor: pointer; }
    .slider-interiors__arrow--prev {
      left: 12px;
      transform: translate(-50%, -50%) rotate(90deg); }
    .slider-interiors__arrow--next {
      right: 12px;
      transform: translate(50%, -50%) rotate(-90deg); }
    .slider-interiors__arrow--bottom {
      top: calc(100% + 10px);
      transform: translate(100%, 0) rotate(-90deg); }
      .slider-interiors__arrow--bottom-prev {
        left: 50%;
        transform: translate(-120%, 0) rotate(90deg); }
      .slider-interiors__arrow--bottom-next {
        right: 50%;
        transform: translate(120%, 0) rotate(-90deg); }

.hystmodal__window {
  padding: 45px 0 70px; }

.hystmodal__close {
  top: 10px;
  right: 10px;
  background-image: url(assets/imgs/icon-cross.svg); }
  .hystmodal__close:focus {
    outline: none; }

.select-config {
  padding: 0 15px;
  max-width: 400px;
  margin: 0 auto; }
  .select-config__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 52px;
    text-align: center; }
  .select-config-current {
    margin-bottom: 40px; }
    .select-config-current__image {
      width: 100%;
      margin-bottom: 50px; }
    .select-config-current__title {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 12px;
      text-align: start; }
    .select-config-current__price {
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 32px;
      text-align: start; }
      .select-config-current__price-now {
        margin-right: 15px; }
      .select-config-current__price-old {
        text-decoration-line: line-through; }
    .select-config-current__add-to-card {
      display: block;
      width: 100%;
      text-align: center;
      padding: 18px 0;
      background: #46B9A2;
      border: none;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF;
      text-decoration: none;
      cursor: pointer; }
  .select-config-else {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .select-config-else-elem {
      display: flex;
      min-height: 110px;
      text-decoration: none; }
      .select-config-else-elem__image {
        background: #F5F2F2;
        width: 110px;
        height: 100%;
        object-fit: contain; }
      .select-config-else-elem__descript {
        background: #FBFBFB;
        padding: 16px 10px 10px 36px;
        width: 100%; }
      .select-config-else-elem__category {
        width: max-content;
        background: #F5EFEC;
        border-radius: 10px;
        height: 18px;
        padding: 0 16px;
        margin-bottom: 10px;
        line-height: 18px;
        color: #69574E;
        text-align: center;
        font-weight: 400;
        font-size: 8px; }
      .select-config-else-elem__title {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        text-align: start; }
      .select-config-else-elem__price {
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        text-align: start; }
        .select-config-else-elem__price-now {
          margin-right: 15px; }
        .select-config-else-elem__price-old {
          text-decoration-line: line-through; }

.form-order-other-color {
  padding: 10px 15px;
  max-width: 400px;
  margin: 0 auto; }
  .form-order-other-color__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px; }
  .form-order-other-color__input, .form-order-other-color__comments {
    width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #000; }
  .form-order-other-color__submit {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    background: #46B9A2;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }

.filter-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px; }
  .filter-block-single {
    position: relative;
    padding-bottom: 14px; }
    .filter-block-single__title {
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
      color: #000000;
      cursor: pointer;
      padding-right: 32px; }
      .filter-block-single__title::after {
        position: absolute;
        content: '';
        right: 0;
        top: calc(50% - 14px / 2);
        width: 12px;
        height: 6px;
        transform: translateY(-50%);
        background: center/contain url(assets/imgs/icon-arrow-down.svg) no-repeat; }
    .filter-block-single-selection-list {
      display: none;
      position: absolute;
      top: 100%;
      background: #fff;
      box-shadow: 0px 0px 20px rgba(188, 188, 188, 0.19);
      padding: 13px 0;
      z-index: 2; }
      .filter-block-single-selection-list__item {
        position: relative;
        padding: 11px 20px 11px 60px;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        width: max-content;
        min-width: 200px;
        cursor: pointer; }
        .filter-block-single-selection-list__item input[type='checkbox'] {
          display: none; }
        .filter-block-single-selection-list__item::before {
          content: '';
          position: absolute;
          left: 27px;
          top: 50%;
          width: 17px;
          height: 17px;
          transform: translateY(-50%);
          background: center/contain url(assets/imgs/checkbox.svg) no-repeat; }
        .filter-block-single-selection-list__item--selected::before {
          background-image: url(assets/imgs/checkbox-active.svg); }
    .filter-block-single--show-list .filter-block-single-selection-list {
      display: block; }

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/big-cards-categories.sass ***!
  \*********************************************************************************************************************************************************/
.big-cards-categories {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #515151; }
  .big-cards-categories__elem {
    position: relative;
    flex: 1 0 320px;
    height: 285px;
    padding: 30px 25px 0 35px; }
    .big-cards-categories__elem--large {
      flex: 3 1 700px;
      padding: 30px 110px 0 65px; }
  .big-cards-categories__bg {
    position: absolute;
    height: 100% !important;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover; }
    .big-cards-categories__bg--mob {
      display: none; }
  .big-cards-categories__text {
    position: relative;
    width: max-content; }
    .big-cards-categories__text--right {
      margin-left: auto; }
  .big-cards-categories__title, .big-cards-categories__text-inner, .big-cards-categories__link {
    padding: 8px 22px;
    margin-bottom: 7px; }
  .big-cards-categories__title {
    border-radius: 10px;
    background: #fff;
    font-size: 24px; }
  .big-cards-categories__link {
    text-decoration-line: underline; }
  @media screen and (max-width: 768px) {
    .big-cards-categories {
      aspect-ratio: none; }
      .big-cards-categories__elem {
        padding-inline: 0; }
      .big-cards-categories__title, .big-cards-categories__text-inner, .big-cards-categories__link {
        padding-block: 0; }
      .big-cards-categories__title {
        line-height: 36px;
        margin-bottom: 12px;
        padding-inline: 15px; }
      .big-cards-categories__text-inner {
        margin-bottom: 6px; }
      .big-cards-categories__text {
        margin: auto; }
      .big-cards-categories__bg {
        display: none; }
        .big-cards-categories__bg--mob {
          display: block; } }

/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/map-box.sass ***!
  \********************************************************************************************************************************************/
.map-box {
  position: relative;
  margin-top: 50px;
  height: 800px; }
  .map-box__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);
    max-width: calc(100% - 20px);
    width: 500px;
    background: #fff;
    border-radius: 15px;
    padding: 41px 48px 46px; }
  .map-box__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 23px; }
  .map-box__contact-row {
    position: relative;
    color: #7F7F7F;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-left: 40px;
    margin-bottom: 23px;
    max-width: 260px;
    text-align: left; }
    .map-box__contact-row::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 26px;
      background: center/contain #fff no-repeat; }
    .map-box__contact-row--tel::before {
      background-image: url(assets/imgs/icon-tel-with-bg.svg); }
    .map-box__contact-row--email::before {
      background-image: url(assets/imgs/icon-mail-with-bg.svg); }
    .map-box__contact-row--schedule::before {
      background-image: url(assets/imgs/icon-o-clock-with-bg.svg); }
  .map-box__to-all-addresses {
    padding: 13px 38px;
    border: 1px solid #000000;
    margin: 35px 0 30px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    cursor: pointer; }
  .map-box__to-connection-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .map-box__info {
      transform: translateX(-50%);
      top: auto;
      bottom: 40px;
      padding: 34px 24px 40px; }
    .map-box__title {
      font-size: 19px;
      line-height: 26px; }
    .map-box__contact-row {
      margin-inline: auto;
      font-size: 12px;
      line-height: 16px; }
    .map-box__to-all-addresses {
      font-size: 12px;
      line-height: 16px;
      width: 100%; }
    .map-box__to-connection-title {
      font-size: 15px;
      line-height: 20px; } }

.social-btns {
  display: flex;
  justify-content: space-between;
  gap: 9px; }
  .social-btns__elem {
    flex: 1 0 auto;
    height: 48px;
    border: 1px solid black;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    cursor: pointer; }
    .social-btns__elem::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .social-btns__elem--telegram {
      background: #228FC7;
      border-color: #228FC7;
      color: #fff; }
    .social-btns__elem--whatsapp {
      background: #1DBE2D;
      border-color: #1DBE2D;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .social-btns__elem {
      font-size: 8px;
      line-height: 11px;
      height: 28px; } }

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/form-in-banner.sass ***!
  \***************************************************************************************************************************************************/
.form-in-banner {
  margin: 100px 0;
  position: relative;
  padding: 65px 150px 95px;
  color: #FFFFFF; }
  .form-in-banner__banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover; }
    .form-in-banner__banner--mob {
      display: none; }
  .form-in-banner__title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 72px; }
  .form-in-banner__text {
    position: relative;
    max-width: 500px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .form-in-banner {
      padding: 30px 35px;
      margin: 70px 0 50px;
      height: 510px; }
      .form-in-banner__title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px; }
      .form-in-banner__text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px; }
      .form-in-banner__banner {
        display: none; }
        .form-in-banner__banner--mob {
          display: block; } }

.inline-form-to-call {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  max-width: 100%;
  gap: 12px 28px;
  color: #000; }
  .inline-form-to-call__tel-input {
    padding: 15px 30px 15px 60px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Manrope';
    appearance: none;
    min-width: 250px;
    width: 0;
    border: none; }
    @media screen and (max-width: 768px) {
      .inline-form-to-call__tel-input {
        width: 100%; } }
    .inline-form-to-call__tel-input:focus-visible {
      border: none; }
    .inline-form-to-call__tel-input::before {
      content: '';
      position: absolute;
      left: 24px;
      top: 50%;
      transform: translateY(-50%);
      width: 21px;
      height: 21px;
      background: center/contain url(assets/imgs/icon-tel.svg) no-repeat; }
    .inline-form-to-call__tel-input::placeholder {
      color: #727272; }
  .inline-form-to-call__submit {
    flex: 1 0 250px;
    background: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-family: 'Manrope';
    background: #46B9A2;
    cursor: pointer;
    appearance: none;
    border-radius: 0;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .inline-form-to-call__tel-input, .inline-form-to-call__submit {
      text-align: center;
      padding: 15px 10px;
      /*font-size: 12px*/
      padding: 10px 5px; } }

.wpcf7 form .wpcf7-response-output {
  position: relative;
  max-width: 500px;
  width: fit-content;
  background: #fff;
  color: #000; }

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/gallery-slider.sass ***!
  \***************************************************************************************************************************************************/
.gallery-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 2/1;
  grid-auto-flow: column;
  margin: 0 auto; }
  .gallery-slider p {
    display: none; }
  .gallery-slider__item-img {
    width: 100%;
    min-height: 100%;
    object-fit: cover; }
  .gallery-slider__item:nth-child(5n) {
    grid-row: span 2; }
  .gallery-slider__dots {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
    list-style: none; }
    .gallery-slider__dots li button {
      width: 8px;
      height: 8px;
      color: transparent;
      background: #F5EFEC;
      border: none; }
    .gallery-slider__dots li.slick-active button {
      background: #AC775C; }
  @media screen and (max-width: 768px) {
    .gallery-slider {
      display: block; } }

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/cart.sass ***!
  \*****************************************************************************************************************************************/
.cart-page {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  color: #000000;
  padding-bottom: 100px; }
  .cart-page-product-list {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px rgba(188, 188, 188, 0.19);
    flex: 1 1 auto;
    text-align: start; }
  .cart-page-product-row {
    position: relative;
    display: flex;
    padding: 28px;
    gap: 20px;
    border-bottom: 1px dashed #C4C4C4; }
    .cart-page-product-row:last-child {
      border-bottom: none; }
    .cart-page-product-row__preview {
      width: 100%;
      max-width: 270px;
      aspect-ratio: 5/3;
      flex: 0 1 45%; }
      .cart-page-product-row__preview-img {
        width: 100%;
        height: 100% !important;
        object-fit: cover; }
    .cart-page-product-row__title {
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 17px;
      line-height: 26px;
      text-decoration: none; }
    .cart-page-product-row-property {
      display: flex;
      flex-direction: column;
      gap: 13px;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px; }
      .cart-page-product-row-property__row {
        max-width: 300px; }
      .cart-page-product-row-property__color-icon {
        display: inline-block;
        margin-left: 15px;
        width: 9px;
        height: 9px;
        background: #E3A748;
        border-radius: 100%; }
      .cart-page-product-row-property__color-descript {
        margin-left: 9px; }
    .cart-page-product-row__to-del {
      position: absolute;
      top: 28px;
      right: 28px;
      padding-right: 20px;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      color: #8B8B8B;
      cursor: pointer; }
      .cart-page-product-row__to-del::after {
        --size: 14px;
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - var(--size) / 2);
        background: center/contain url(assets/imgs/icon-gray-cross.svg) no-repeat;
        width: var(--size);
        height: var(--size); }
    @media screen and (max-width: 768px) {
      .cart-page-product-row {
        padding: 46px 24px 24px; }
        .cart-page-product-row__preview {
          margin-bottom: 65px; }
        .cart-page-product-row__title {
          font-size: 10px;
          line-height: 18px; }
        .cart-page-product-row-property {
          font-size: 8px;
          line-height: 11px; }
        .cart-page-product-row__to-del {
          top: 19px;
          padding-right: 10px;
          font-size: 8px;
          line-height: 26px; }
          .cart-page-product-row__to-del::after {
            --size: 8px; } }
  .cart-page-product-subtotal-list {
    position: absolute;
    bottom: 28px;
    right: 28px;
    display: flex;
    gap: 10px; }
  .cart-page-product-subtotal-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px; }
  .cart-page-product-quantity {
    display: flex;
    justify-content: space-around;
    height: 23px;
    width: 63px;
    background: #D9D9D9; }
    .cart-page-product-quantity__plus, .cart-page-product-quantity__minus {
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .cart-page-product-subtotal-list {
      right: auto;
      left: 24px;
      flex-direction: column-reverse;
      gap: 12px; } }
  .cart-page-promo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 13px; }
    .cart-page-promo-check {
      appearance: none;
      font-size: 14px;
      line-height: 26px;
      text-decoration-line: underline;
      text-align: center;
      cursor: pointer;
      background: none;
      border: none;
      color: #000; }
    .cart-page-promo-input {
      width: 100%;
      background: transparent;
      border-color: #000; }
  .cart-page-links {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .cart-page-links__item {
      position: relative;
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      text-decoration: none;
      padding-right: 15px; }
      .cart-page-links__item::after {
        position: absolute;
        --size: 11px;
        content: '';
        top: calc(50% - var(--size) / 2);
        right: 0;
        background: center/contain url(assets/imgs/icon-arrow-down.svg) no-repeat;
        transform: rotate(-90deg);
        width: var(--size);
        height: var(--size); }
  .cart-page-input-row {
    display: flex;
    margin-bottom: 50px;
    gap: 5px;
    align-items: center; }
    .cart-page-input-row__title {
      flex: 1 0 150px;
      font-weight: 500;
      font-size: 24px;
      line-height: 33px; }
    .cart-page-input-row__value {
      flex: 0 1 100%; }
      .cart-page-input-row__value-input {
        width: 100%;
        height: 100%;
        background: #F5F5F5;
        border: none;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        padding: 31px 33px; }
        .cart-page-input-row__value-input::placeholder {
          color: #828282; }
  .cart-page-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; }
  @media screen and (max-width: 768px) {
    .cart-page {
      gap: 15px; }
      .cart-page-links {
        width: max-content; }
      .cart-page-input-row {
        display: block;
        text-align: start;
        margin-bottom: 25px; }
        .cart-page-input-row__title {
          margin-bottom: 11px;
          font-size: 15px;
          line-height: 20px; }
        .cart-page-input-row__value-input {
          font-size: 12px;
          line-height: 26px;
          padding: 12px 14px; }
      .cart-page-text {
        font-size: 12px;
        line-height: 22px; } }

.order-totals {
  padding-top: 30px;
  text-align: start;
  min-width: 220px; }
  .order-totals__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #8B8B8B;
    margin-bottom: 6px; }
  .order-totals__sum {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 13px; }
  .order-totals-trees {
    display: flex;
    gap: 10px;
    margin-bottom: 36px; }
    .order-totals-trees__icon {
      background: center/contain url(assets/imgs/icon-tree.svg) no-repeat;
      width: 20px;
      height: 20px; }
    .order-totals-trees__text {
      font-weight: 400;
      font-size: 14px;
      line-height: 26px; }

.order-info {
  width: 100%;
  max-width: 830px;
  margin-bottom: 50px; }

.order-delivery-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-block: 100px 20px; }

.order-delivery-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 43px; }
  .order-delivery-choice__item {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .order-delivery-choice__item-radio {
      display: none; }
      .order-delivery-choice__item-radio-visual {
        position: relative;
        --size: 25px;
        width: var(--size);
        height: var(--size);
        border-radius: 100%;
        border: 1px solid #AFAFAF;
        margin-right: 28px; }
      input:checked + .order-delivery-choice__item-radio-visual::after {
        position: absolute;
        content: '';
        --size: 17px;
        width: var(--size);
        height: var(--size);
        left: calc(50% - var(--size) / 2);
        top: calc(50% - var(--size) / 2);
        background: #3F3F3F;
        border-radius: 100%; }
    .order-delivery-choice__item-icon {
      margin-right: 17px; }
    .order-delivery-choice__item-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px; }

@media screen and (max-width: 768px) {
  .order-delivery-title {
    font-size: 15px;
    line-height: 20px;
    margin-block: 55px 15px; }
  .order-delivery-choice {
    gap: 24px; }
    .order-delivery-choice__item-radio-visual {
      margin-right: 15px; }
    .order-delivery-choice__item-icon {
      margin-right: 12px; } }

.person-info-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin-block: 100px 35px; }
  @media screen and (max-width: 768px) {
    .person-info-title {
      font-size: 17px;
      line-height: 23px;
      margin-block: 40px 25px; } }

.confirm-order {
  max-width: 570px;
  width: 100%;
  margin-block: 67px 50px;
  background: #46B9A2;
  color: #fff;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border: 0;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .confirm-order {
      height: 45px;
      font-size: 12px;
      line-height: 16px;
      margin-block: 44px 28px; } }

#order_review {
  display: none !important; }

/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main-categories.sass ***!
  \****************************************************************************************************************************************************/
.main-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px; }
  .main-categories-item {
    position: relative;
    flex: 1 0 250px;
    max-width: 260px;
    text-align: center;
    border: 3px solid #eee;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .main-categories-item {
        margin-inline: 0px 16vw; } }
    .main-categories-item--current {
      border-color: #4cbba4; }
    .main-categories-item__img {
      margin: 0 auto 40px;
      height: 130px;
      object-fit: contain;
      object-position: center; }
    .main-categories-item__title {
      position: absolute;
      bottom: 25px;
      left: 0;
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px; }

/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/product-characters.sass ***!
  \*******************************************************************************************************************************************************/
.characters {
  display: flex;
  gap: 30px; }
  .characters-list {
    flex: 50%; }
  .characters-item {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4E4E4E;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .characters-item {
        font-size: 14px; } }
    .characters-item__title {
      order: 1;
      text-align: start;
      max-width: 50%; }
    .characters-item__value {
      color: #000;
      order: 3;
      text-align: end;
      max-width: 50%; }
    .characters-item::after {
      background-image: radial-gradient(circle, currentcolor 0px, transparent 0.5px);
      background-position: bottom;
      background-size: 0.5ex 1px;
      background-repeat: space no-repeat;
      content: "";
      flex-grow: 1;
      height: 1.1em;
      order: 2; }
  @media screen and (max-width: 768px) {
    .characters {
      display: block; }
      .characters-item {
        margin-bottom: 10px; } }

/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/verticale-cards.sass ***!
  \****************************************************************************************************************************************************/
.vertical-cards {
  display: flex;
  gap: 40px 28px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-block: 60px 80px; }
  .vertical-cards-item {
    flex: 1 1 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(188, 188, 188, 0.25); }
    .vertical-cards-item__image {
      height: 175px;
      max-height: 50%; }
      .vertical-cards-item__image-inner {
        width: 100%;
        height: 100% !important;
        object-fit: cover; }
    .vertical-cards-item__text {
      padding: 35px;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px; }
      @media screen and (max-width: 768px) {
        .vertical-cards-item__text {
          font-weight: 500;
          font-size: 12px;
          line-height: 22px; } }

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/thankyou.sass ***!
  \*********************************************************************************************************************************************/
.thankyou-block {
  background: center/cover url(assets/imgs/thankyou-bg.jpg) no-repeat;
  padding: 100px 30px; }
  .thankyou-block-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff; }
    .thankyou-block-content-icon {
      height: 165px;
      width: 165px;
      padding: 16px 23px 29px;
      border-radius: 100%;
      background: #fff;
      overflow: hidden;
      margin: 0 auto 55px; }
      .thankyou-block-content-icon__img {
        width: 100%;
        height: 100% !important;
        object-fit: contain; }
    .thankyou-block-content__title {
      font-size: 52px;
      line-height: 72px; }
    .thankyou-block-content__text {
      margin-block: 27px 31px; }
    @media screen and (max-width: 768px) {
      .thankyou-block-content {
        max-width: 280px;
        margin-inline: auto;
        font-size: 12px;
        line-height: 22px; }
        .thankyou-block-content-icon {
          margin-bottom: 50px; }
        .thankyou-block-content__title {
          font-size: 24px;
          line-height: 34px; }
        .thankyou-block-content__text {
          margin-block: 22px; } }

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/size-row.sass ***!
  \*********************************************************************************************************************************************/
.size-row {
  display: flex;
  flex-wrap: wrap;
  --gap: 27px;
  gap: var(--gap); }
  .size-row-item {
    flex: 1 0 270px; }
    @media screen and (min-width: 1050px) {
      .size-row-item {
        max-width: calc(100% / 3 - var(--gap) * 2 / 3);
        flex: initial; } }
    .size-row-item__image {
      width: 100%;
      aspect-ratio: 3/2;
      object-fit: cover; }
    .size-row-item__name {
      font-weight: 300;
      font-size: 20px;
      line-height: 26px; }

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/delivery-and-payment.sass ***!
  \*********************************************************************************************************************************************************/
.delivery-and-payment {
  display: flex;
  flex-direction: column;
  gap: 47px;
  --inner-gap: 30px; }
  .delivery-and-payment-head {
    display: flex;
    gap: var(--inner-gap); }
    .delivery-and-payment-head__item {
      flex: 1 0 calc(50% - var(--inner-gap) / 2);
      background: #3DAB95;
      padding: 25px;
      text-align: center;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      color: #fff; }
  .delivery-and-payment-steps {
    display: flex;
    flex-wrap: wrap;
    counter-reset: step-num; }
    .delivery-and-payment-steps-item {
      flex: 1 0 270px;
      background: #FFFFFF;
      border: 1px solid #A7A7A7;
      padding: 47px 42px;
      font-size: 16px;
      line-height: 27px; }
      .delivery-and-payment-steps-item__counter {
        width: max-content;
        margin-bottom: 16px;
        border-radius: 10px;
        background: #3DAB95;
        padding: 5px 17px;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        counter-increment: step-num; }
        .delivery-and-payment-steps-item__counter-num {
          position: relative;
          width: 1em; }
          .delivery-and-payment-steps-item__counter-num::before {
            content: counter(step-num); }
      .delivery-and-payment-steps-item__title {
        margin-bottom: 10px;
        font-weight: 500; }
      .delivery-and-payment-steps-item__text {
        font-weight: 400;
        max-width: 260px; }
  .delivery-and-payment__text-paste {
    padding: 32px 0 34px;
    background: #C49177;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFF; }
  .delivery-and-payment-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--inner-gap); }
    .delivery-and-payment-blocks-item {
      flex: 1 0 calc(50% - var(--inner-gap) / 2);
      display: flex;
      align-items: center;
      gap: 40px;
      padding: 40px;
      background: #9D5F3F;
      font-size: 18px;
      line-height: 30px;
      color: #fff; }
      .delivery-and-payment-blocks-item__icon {
        width: 100px;
        height: 100px !important;
        object-fit: contain; }
      .delivery-and-payment-blocks-item__title {
        margin-bottom: 19px;
        font-weight: 500; }
      .delivery-and-payment-blocks-item__text {
        font-weight: 400; }
  .delivery-and-payment__get-more {
    margin: 0 auto;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    background: #3DAB95;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    cursor: pointer;
    display: none !important; }
  @media screen and (max-width: 768px) {
    .delivery-and-payment-head__item {
      padding: 15px 18px;
      font-size: 12px;
      line-height: 16px; }
    .delivery-and-payment-steps-item__counter, .delivery-and-payment-steps-item__text {
      margin-inline: auto; }
    .delivery-and-payment__text-paste {
      font-size: 12px;
      line-height: 22px;
      padding: 19px 36px; }
    .delivery-and-payment-blocks {
      flex-direction: column; }
      .delivery-and-payment-blocks-item {
        flex-direction: column;
        padding: 27px 35px;
        gap: 15px;
        font-size: 12px;
        line-height: 22px; }
        .delivery-and-payment-blocks-item__icon {
          width: 55px;
          height: 55px !important; }
        .delivery-and-payment-blocks-item__title {
          margin-bottom: 8px; }
    .delivery-and-payment__get-more {
      max-width: 240px;
      padding: 15px 0;
      font-size: 12px;
      line-height: 27px; } }

/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/reviews-block.sass ***!
  \**************************************************************************************************************************************************/
.reviews-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  gap: 30px; }
  .reviews-block-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% / 3 - 30px * 2 / 3);
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(203, 203, 203, 0.25);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; }
    .reviews-block-item__header {
      display: flex;
      justify-content: space-between;
      padding: 25px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(44, 44, 44, 0.24); }
    .reviews-block-item__stars {
      display: flex;
      gap: 6px;
      align-items: center; }
      .reviews-block-item__stars-item {
        background: center/contain url(assets/imgs/icon-star.svg) no-repeat;
        width: 12px;
        height: 12px; }
        .reviews-block-item__stars-item--light {
          background-image: url(assets/imgs/icon-light-star.svg); }
    .reviews-block-item__body {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 23px;
      padding: 17px 25px 25px; }
    .reviews-block-item__image {
      display: block;
      margin-block: auto; }
      .reviews-block-item__image-item {
        object-fit: cover;
        border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .reviews-block {
      margin-top: 70px; }
      .reviews-block-item {
        flex-basis: 100%;
        font-size: 12px;
        line-height: 22px; } }

/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/staff-list.sass ***!
  \***********************************************************************************************************************************************/
.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px; }
  @media screen and (max-width: 1190px) {
    .staff-list {
      justify-content: center;
      row-gap: 20px; } }
  .staff-list-item {
    flex: 0 0 260px;
    color: #767676; }
    @media screen and (max-width: 768px) {
      .staff-list-item {
        flex-grow: 1; } }
    .staff-list-item__photo {
      margin-bottom: 20px;
      object-fit: cover;
      width: 100%; }
    .staff-list-item__name {
      margin-bottom: 4px;
      font-weight: 500;
      font-size: 20px; }
    .staff-list-item__post {
      font-size: 12px;
      font-weight: 400; }

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/news-preview.sass ***!
  \*************************************************************************************************************************************************/
.news-preview {
  --news-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--news-gap);
  margin-top: 80px;
  counter-reset: news-number; }
  .news-preview-item {
    position: relative;
    flex: 1 0 320px;
    counter-increment: news-number;
    max-width: calc(100% / 3 - var(--news-gap) * 2 / 3); }
    .news-preview-item__image {
      width: 100%;
      aspect-ratio: 3/4;
      object-fit: cover;
      margin-bottom: 24px; }
      .news-preview-item__image-pack {
        position: relative;
        display: block; }
        .news-preview-item__image-pack::after {
          --size: 54px;
          position: absolute;
          left: 25px;
          top: 25px;
          width: var(--size);
          height: var(--size);
          background: #fff;
          border-radius: 10px;
          z-index: 2;
          content: "0" counter(news-number);
          line-height: var(--size);
          text-align: center;
          font-weight: 400;
          font-size: 30px;
          color: #626262; }
          @media screen and (max-width: 768px) {
            .news-preview-item__image-pack::after {
              --size: 35px;
              font-size: 17px; } }
    .news-preview-item__title {
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 21px; }
    .news-preview-item__text {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px; }
      .news-preview-item__text p {
        margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .news-preview-item {
        max-width: 100%; }
        .news-preview-item__title {
          font-size: 14px;
          line-height: 24px; }
        .news-preview-item__text {
          font-size: 12px;
          line-height: 22px; } }

/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/woocommerce.sass ***!
  \************************************************************************************************************************************************/
.wc-block-product-categories-list-item:first-child {
  display: none; }

.wc-block-product-categories-list--has-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px; }

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
  position: relative;
  flex: 1 0 250px;
  margin: 0 !important;
  max-width: 260px; }
  .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__name {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px; }
  .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 100% !important;
    margin: 0 !important;
    width: 100%;
    border-radius: 10px; }
    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
      margin: 0 auto 40px !important;
      height: 130px !important;
      object-fit: contain;
      object-position: center; }

.wc-block-grid {
  margin-block: 50px; }
  .wc-block-grid__product {
    display: flex;
    justify-content: start;
    flex-wrap: wrap; }
    .wc-block-grid__product-image {
      flex: 1 0 100%;
      margin-bottom: 40px !important; }
    .wc-block-grid__product-title {
      display: inline-block !important;
      text-align: start;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 35px !important; }
      .wc-block-grid__product-title a {
        text-decoration: none; }
    .wc-block-grid__product-add-to-cart {
      display: inline-block;
      margin-left: 35px !important; }
    .wc-block-grid__product-price {
      display: flex !important;
      flex-direction: row-reverse;
      justify-content: flex-end;
      flex: 1 0 100%;
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      text-align: start; }
      .wc-block-grid__product-price__value {
        margin-inline: 0 1.5em !important;
        text-decoration: none; }
      .wc-block-grid__product-price__regular {
        text-decoration-line: line-through; }

.wc-block-components-product-image {
  background: #F5F2F2; }

.add_to_cart_button {
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  color: black;
  font-size: 0 !important;
  padding: 0 !important;
  margin-top: 20px !important;
  margin-left: 40px !important;
  position: relative;
  background-color: transparent !important;
  font-size: 0;
  height: 35px;
  width: 29px; }
  .add_to_cart_button::before {
    content: '+';
    color: #000 !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px; }
  .add_to_cart_button.added::before, .add_to_cart_button.loading::before {
    display: none; }
  .add_to_cart_button::after {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px; }

.added_to_cart {
  display: none !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  text-align: start; }

