@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  line-height: 1.2;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Segoe UI";
}

a, body a:hover {
  text-decoration: none;
  color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

input {
  padding: 0;
  /* шрифт унаследуется у body */
  font: inherit;
  border: none;
  margin: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

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

body {
  background: #F8F8F8;
  width: 100%;
  overflow-x: hidden;
}

.site {
  width: 100%;
  overflow-x: hidden;
}

.site-main {
  padding-top: 205px;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover {
  color: white;
  background: rgba(209, 186, 126, 0.65);
}

.container {
  width: calc(100% - 80px);
  max-width: 1664px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #414141;
}

#wpadminbar {
  display: none;
}

.page-heading {
  font-weight: 350;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: 0.1em;
  color: rgba(209, 186, 126, 0.85);
}

.block-wrapper__title {
  font-weight: 900;
  font-size: 136px;
  line-height: 184px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.61);
  margin-bottom: 68px;
  position: relative;
}
.block-wrapper__fake-title {
  position: absolute;
  bottom: 0;
  left: 67px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 43px;
  line-height: 140%;
  letter-spacing: 0.11em;
  color: #D1BA7E;
  text-transform: none;
}

.block-title {
  font-weight: 350;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: 0.1em;
  color: rgba(209, 186, 126, 0.85);
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 21px;
  margin-top: 28px;
}
.slider__btn {
  width: 48px;
  height: 48px;
  background: #D1BA7E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slider__btn:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.5;
}

.radio-label {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.radio-label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
}
.radio-label input:checked {
  border: 1px solid #5c80ff;
}
.radio-label input:checked + .radio-button::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}

.radio-button {
  position: relative;
  border: 4px solid #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #D1BA7E;
}
.radio-button::before {
  content: "";
}

@media (max-width: 1700px) {
  .block-wrapper__title {
    font-size: 96px;
    line-height: 138px;
  }
  .block-wrapper__fake-title {
    font-size: 36px;
    top: 70%;
    left: 46px;
    line-height: 110%;
  }
}
@media (max-width: 992px) {
  .site-main {
    padding-top: 160px;
  }

  .block-title {
    font-size: 28px;
    line-height: 40px;
  }

  .breadcrumb {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 32px);
  }

  .block-wrapper__title {
    font-size: 45px;
    line-height: 138px;
    margin-bottom: 0;
  }
  .block-wrapper__fake-title {
    font-size: 20px;
    top: 57%;
    left: 20px;
  }
}
.contacts-row {
  width: 100%;
  background: #F8F8F8;
  position: fixed;
  z-index: 5;
  border-bottom: 1px solid rgba(65, 65, 65, 0.5);
}
.contacts-row__inner {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.contacts-row__item {
  font-weight: 400;
  font-size: 14px;
  color: #d1ba7e;
}
.contacts-row__point {
  width: 5px;
  height: 5px;
  background: #D1BA7E;
  border-radius: 50%;
}

.header {
  font-size: 30px;
}

.site-title {
  font-size: 50px;
}

.header {
  position: fixed;
  width: 100%;
  margin-top: 43px;
  top: 40px;
  z-index: 4;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__burger {
  display: none;
  width: 46px;
  height: 46px;
}
.header-mobile {
  display: none;
}
.header--main .main-navigation a:nth-child(-n+4) {
  color: white;
}
.header--close {
  margin-top: 0;
  padding: 10px 0;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.23);
          box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.23);
}
.header--close .header__logo--wrapper {
  width: 36.4px;
  height: 46px;
}
.header--close .main-navigation a:nth-child(-n+4) {
  color: unset;
}
.header--close .header__logo--hidden {
  opacity: 1;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo--wrapper {
  position: relative;
  width: 76px;
  height: 96px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__logo {
  position: absolute;
}
.header__logo--hidden {
  opacity: 0;
}

.header-active-link {
  position: relative;
  color: #D1BA7E;
}
.header-active-link:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #D1BA7E;
}

.main-navigation {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 0 120px 0 100px;
}
.main-navigation a {
  padding: 0 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-navigation__item {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  height: 46px;
}

.cart-link {
  background: #C4C4C4;
  width: 130px;
  margin-right: 36px;
}

.contact-link {
  background: #D1BA7E;
  width: 177px;
}

.search-link {
  background: #C4C4C4;
  width: 46px;
  min-width: 46px;
  margin-right: 12px;
}

@media (max-width: 1700px) {
  .header__logo--wrapper {
    width: 54px;
    height: 68px;
  }

  .main-navigation {
    padding: 0 120px 0 100px;
  }

  .cart-link {
    width: 46px;
  }
  .cart-link span {
    display: none;
  }
}
@media (max-width: 1500px) {
  .main-navigation {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 1300px) {
  .contacts-row {
    display: none;
  }

  .header {
    top: 0;
  }
  .header-mobile {
    display: block;
    z-index: 10;
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 40px 0 32px 0;
    height: 100vh;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-120vh);
        -ms-transform: translateY(-120vh);
            transform: translateY(-120vh);
  }
  .header-mobile--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header .main-navigation {
    display: none;
  }
  .header__burger {
    display: block;
  }

  .header-mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-mobile-container__cart-link {
    width: 46px;
    height: 46px;
  }

  .mobile-navigation {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.12em;
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
  .mobile-navigation__cross {
    padding: 15px;
  }
  .mobile-navigation__logo {
    width: 54px;
    height: 68px;
  }

  .header__inner .cart-link {
    border: 1px solid #FFFFFF;
    background: #D1BA7E;
    margin-right: 0;
  }
  .header__inner .contact-link {
    display: none;
  }
  .header__inner .search-link {
    display: none;
  }

  .header-mobile-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
  }
}
.footer {
  background: #3C3C3C;
  margin-top: 70px;
  padding: 73px 0 35px 0;
}
.footer__main {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.footer__heading {
  width: 605px;
}
.footer__title {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}
.footer__text {
  margin-top: 52px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__text--mob {
  display: none;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 682px;
  max-width: 100%;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__input {
  height: 47px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  padding: 0 20px;
}
.footer__textarea {
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  width: 100%;
  padding: 20px;
}
.footer__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 306px;
  max-width: 48%;
  height: 46px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #D1BA7E;
}
.footer__input:nth-child(2), .footer__input:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__input:nth-child(4) {
  width: 100%;
}
.footer__pol {
  width: 40%;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.footer__hr--mob {
  display: none;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.footer__center {
  margin-top: 53px;
}
.footer__bottom {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 180px;
}
.footer__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}
.footer__price-list--mob {
  display: none;
}
.footer__price-list img {
  margin-right: 14px;
  width: 21px;
}
.footer__copyright {
  width: 250px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}

.footer-center__logo {
  width: 50px;
}
.footer-center__main-container {
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-center__title {
  max-width: 250px;
  margin-top: 39px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}
.footer-center__nav {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}
.footer-center__nav a {
  display: block;
}
.footer-center__nav a:not(:last-child) {
  margin-bottom: 28px;
}
.footer-center__contacts {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}
.footer-center__contacts p:not(:last-child) {
  margin-bottom: 28px;
}

.oko-control-label {
/*   display: none; */
	color: white;
}

#custom-field1310::-webkit-input-placeholder {
  content: "ferhw46ww4er";
  color: red;
  font-size: 1.2em;
  font-style: italic;
}

#custom-field1310::-moz-placeholder {
  content: "ferhw46ww4er";
  color: red;
  font-size: 1.2em;
  font-style: italic;
}

#custom-field1310:-ms-input-placeholder {
  content: "ferhw46ww4er";
  color: red;
  font-size: 1.2em;
  font-style: italic;
}

#custom-field1310::-ms-input-placeholder {
  content: "ferhw46ww4er";
  color: red;
  font-size: 1.2em;
  font-style: italic;
}

#custom-field1310::placeholder {
  content: "ferhw46ww4er";
  color: red;
  font-size: 1.2em;
  font-style: italic;
}

.oko-form-control {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  width: 100%;
  padding: 0 20px !important;
  border: unset !important;
  height: 47px;
}

#custom-field1311 {
  height: 110px;
  padding-top: 20px !important;
}

.required {
  color: white !important;
}

.custom-fields-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 306px;
  max-width: 48%;
  height: 46px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #D1BA7E;
}

.g-recaptcha-policy {
  color: wheat;
}

@media (max-width: 1300px) {
  .footer__pol {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-center__heading {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-center__title {
    margin-top: 14px;
  }
  .footer-center__main-container {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__heading {
    width: 100%;
  }
  .footer__title {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
  }
  .footer__text {
    display: none;
    font-size: 12px;
    line-height: 120%;
    margin-top: 0;
  }
  .footer__text--mob {
    display: block;
    width: 100%;
  }
  .footer__hr--mob {
    display: block;
  }
  .footer__bottom {
    margin-top: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .footer__price-list {
    display: none;
  }
  .footer__price-list--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .footer__copyright {
    margin-top: 16px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-center {
    margin-top: 32px;
  }
  .footer-center__main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 18px;
  }
  .footer-center__heading {
    width: unset;
    gap: 12px;
    margin-bottom: 22px;
  }
  .footer-center__title {
    font-size: 14px;
    max-width: 100%;
  }
  .footer-center__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer-center__nav {
    font-size: 12px;
  }
  .footer-center__nav a:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer-center__contacts {
    font-size: 12px;
    margin-top: 14px;
  }
  .footer-center__contacts p:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 580px) {
  .footer__pol {
    width: 100%;
  }
  .footer__submit {
    width: 100%;
    max-width: 100%;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 90vh;
  max-height: 47vw;
  background: #D1BA7E;
  padding: 0 51px 0 128px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 80px;
}
.hero__container-text {
  z-index: 2;
}
.hero__img {
  position: absolute;
  width: 100vw;
  top: -32px;
  left: 183px;
}
.hero__img--mob {
  display: none;
}

.small-categories {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.small-categories__link {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: rgba(65, 65, 65, 0.5);
  padding: 33px 32px 33px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(167, 167, 167, 0.17);
}
.small-categories__link:first-child + img {
  opacity: 1;
}
.small-categories__link :hover .small-categories__link:first-child + img {
  opacity: 0;
}
.small-categories__link:hover {
  background: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.06);
  padding-left: 65px;
}
.small-categories__link:hover + img {
  opacity: 1 !important;
}
.small-categories__link:hover .small-categories__arrow {
  opacity: 1;
}
.small-categories__link ~ img {
  opacity: 0;
  position: absolute;
  right: 105%;
  top: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 380px;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
}
.small-categories__arrow {
  background: #D1BA7E;
  padding: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.new-products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}

.survey {
  margin-top: 100px;
  position: relative;
  color: white;
  text-align: center;
  padding: 86px 0;
}
.survey__text {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.survey__heading {
  margin-top: 80px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.survey__form {
  background: #D1BA7E;
  padding: 42px 64px 68px 64px;
  width: 50%;
  margin-left: auto;
}
.survey__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.survey__input {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.survey__submit {
  margin-top: 52px;
  background: #FFFFFF;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #414141;
  padding: 15px 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.survey__submit :hover {
  background: #D1BA7E;
}
.survey__img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.survey__img--mobile {
  display: none;
}

.news__item {
  padding: 28px;
  background: #D1BA7E;
  width: 33.333%;
  min-width: 300px;
  height: 318px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.news__item:hover {
  background: white;
}
.news__item:hover .news__arrow {
  opacity: 1;
}
.news__inner {
  position: relative;
  background: white;
  height: 100%;
  padding: 120px 30px 30px 30px;
  overflow: hidden;
}
.news__arrow {
  position: absolute;
  top: 0;
  right: 0;
  background: #D1BA7E;
  padding: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__date {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.news__title {
  margin-top: 29px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #414141;
}

@media (max-width: 1700px) {
  .hero__img {
    display: none;
  }
  .hero__img--mob {
    display: block;
  }
  .hero__container {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  .hero__img {
    min-width: 700px;
  }
  .hero__container {
    width: 100%;
    max-height: 50vw;
    padding: 0 50% 0 98px;
  }

  .small-categories {
    width: 100%;
  }
  .small-categories__link {
    font-size: 19px;
    line-height: 22px;
    padding: 25px 24px 25px 0;
  }
  .small-categories__link ~ img {
    display: none;
  }
  .small-categories__arrow {
    opacity: 1;
    padding: 13px;
  }

  .news__item {
    padding: 20px;
  }
  .news__inner {
    padding: 80px 30px 30px 30px;
  }
}
@media (max-width: 992px) {
  .hero__container {
    height: 640px;
    max-height: 100vh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 0 5% 60px 5%;
  }
  .hero__container-text {
    font-size: 28px;
    line-height: 35px;
  }
  .hero__img {
    left: 0px;
    min-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    height: 90%;
  }

  .small-categories__link {
    width: 100%;
  }

  .news__item {
    width: 270px;
    height: 270px;
  }
  .news__inner {
    padding: 80px 24px 24px 24px;
  }
  .news__title {
    line-height: 14px;
  }
}
@media (max-width: 1300px) and (min-width: 769px), (max-width: 580px) {
  .survey {
    padding: 35px 0;
  }
  .survey__heading {
    margin-top: 20px;
  }
  .survey__form {
    width: 329px;
    padding: 24px 24px 36px 24px;
  }
  .survey__inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .survey__input {
    width: 40%;
  }
  .survey__input:last-child {
    width: 100%;
  }
  .survey__submit {
    margin-top: 44px;
    width: 212px;
  }
}
@media (max-width: 768px) {
  .survey-wrapper {
    position: relative;
  }

  .survey {
    padding: 180px 0 0 0;
  }
  .survey__form {
    width: 100%;
    padding: 42px 64px 68px 64px;
  }
  .survey__img {
    display: none;
    width: 100%;
  }
  .survey__img--mobile {
    display: block;
    height: 600px;
  }

  .news__item {
    min-width: 270px;
  }
}
@media (max-width: 580px) {
  .survey {
    padding: 188px 0 0 0;
  }
  .survey__heading {
    margin-top: 20px;
  }
  .survey__form {
    width: 100%;
    padding: 24px 24px 36px 24px;
  }
  .survey__inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
  }
  .survey__input {
    width: 40%;
  }
  .survey__input:last-child {
    width: 100%;
  }

  .small-categories__link {
    font-size: 16px;
    line-height: 21px;
    padding: 17px 0 17px 0;
  }
}
.categories-page__container {
  margin-top: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.33% - 14px);
  height: 540px;
  padding: 69px 52px 59px 52px;
  border: 1px solid rgba(167, 167, 167, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category:hover {
  background: white;
}
.category__name {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #414141;
  margin-top: 70px;
}
.category__img {
  height: 80%;
  max-height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}

.catalog-tools {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.catalog-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-list {
  position: relative;
  width: 368px;
  height: 46px;
  overflow: hidden;
  border-bottom: 1px solid #D1BA7E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0);
}
.catalog-list:hover {
  overflow: visible;
  background: white;
  z-index: 2;
}
.catalog-list:hover .catalog-list__item {
  background: white;
}
.catalog-list:hover .catalog-list__item:last-child {
  border-bottom: 1px solid #D1BA7E;
}
.catalog-list__img {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 7px;
  right: 0;
}
.catalog-list__item {
  display: block;
  font-size: 16px;
  line-height: 46px;
  padding: 0 25px 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.catalog-list__item:nth-child(2) {
  pointer-events: none;
}
.catalog-list__item:hover {
  color: #D1BA7E;
}
.catalog-list__item--active {
  color: #D1BA7E;
}

@media (max-width: 1300px) {
  .categories-page__container {
    margin-top: 90px;
  }

  .category {
    width: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .categories-page__container {
    margin-top: 45px;
  }

  .category {
    height: 328px;
    padding: 69px 32px 35px 32px;
  }
  .category__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .category__name {
    margin-top: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .catalog-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .catalog-list {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .category {
    width: 100%;
    background: white;
    border: none;
  }
}
.about {
  max-width: 1100px;
  margin: 59px auto 0 auto;
}
.about p {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.about p:not(:last-child) {
  margin-bottom: 36px;
}

.repair {
  margin-top: 80px;
  background: white;
}
.repair__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.repair__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 80px;
}
.repair__title {
  width: 46%;
}
.repair__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.repair__item:not(:last-child) {
  margin-bottom: 23px;
}
.repair__item::before {
  content: "";
  margin: 20px 35px 0 2px;
  width: 46px;
  min-width: 46px;
  height: 1px;
  background: #D1BA7E;
}
.repair__container {
  width: 46%;
}
.repair__comment {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
  width: 46%;
}

.block-video {
  margin: 0 auto;
  margin-top: 50px;
  height: 500px;
  max-width: 1100px;
}

.block-photos {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 59px auto 0 auto;
  row-gap: 30px;
}
.block-photos__item {
  width: 100%;
  max-width: calc(33.33% - 14px);
}

@media (max-width: 992px) {
  .about {
    margin-top: 40px;
  }

  .repair {
    margin-top: 5px;
    background: transparent;
  }
  .repair__heading {
    display: block;
  }
  .repair__title {
    width: 100%;
  }
  .repair__list {
    display: block;
  }
  .repair__item:before {
    width: 22px;
    min-width: 22px;
    margin-right: 16px;
  }
  .repair__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .repair__comment {
    width: 100%;
    margin-bottom: 16px;
  }
  .repair__container {
    width: 100%;
  }
  .repair__container:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .block-photos {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 59px auto 0 auto;
    gap: 20px;
  }
  .block-photos__item {
    width: 100%;
    max-width: calc(50% - 10px);
  }
}
.partners {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.partners__item-wrapper {
  width: calc(33.33% - 14px);
  position: relative;
  height: 162px;
  padding: 17px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: white;
  cursor: pointer;
}
.partners__item-wrapper:hover {
  background: #D1BA7E;
}
.partners__item {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.partners__img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .partners__item-wrapper {
    width: calc(50% - 10px);
    height: 98px;
  }
}
.services {
  margin-top: 60px;
  max-width: 1350px;
}
.services__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D1BA7E;
  margin-bottom: 30px;
}
.services__subtitle {
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15em;
}
.services__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.15em;
  color: #D1BA7E;
}
.services p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.services p:not(:last-child) {
  margin-bottom: 23px;
}
.services p::before {
  content: "";
  margin: 18px 35px 0 2px;
  width: 46px;
  min-width: 46px;
  height: 1px;
  background: #D1BA7E;
}

@media (max-width: 992px) {
  .services {
    margin-top: 40px;
  }
  .services p:not(:last-child) {
    margin-bottom: 16px;
  }
  .services p::before {
    width: 22px;
    min-width: 22px;
    margin-right: 16px;
  }
}
.map {
  margin-top: 36px;
}
.map iframe {
  width: 100%;
  height: 580px;
}

.contacts {
  margin-top: 65px;
}
.contacts__item {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contacts__name {
  width: 140px;
  min-width: 140px;
  color: #D1BA7E;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
}
.contacts__val {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}

@media (max-width: 768px) {
  .map iframe {
    height: 250px;
  }

  .contacts {
    margin-top: 45px;
  }
  .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .contacts__name {
    width: 200px;
    min-width: 200px;
    font-size: 16px;
    margin: 0;
  }
  .contacts__name--first {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.single-news {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.single-news__date {
  min-width: 267px;
}
.single-news__date-text {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(65, 65, 65, 0.5);
  margin-right: 12px;
}
.single-news__date-val {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(65, 65, 65, 0.5);
}
.single-news__content {
  margin-top: 111px;
}
.single-news__content p {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.single-news__content p:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 1300px) {
  .single-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-news__content {
    margin-top: 35px;
  }
}
.large-products-container {
  margin-top: 44px;
}

.large-product {
  position: relative;
  width: 100%;
  background: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.large-product:not(:first-child) {
  margin-top: 20px;
}
.large-product:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}
.large-product:hover .large-product__arrow {
  pointer-events: none;
  opacity: 1;
}
.large-product--single:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.large-product__img-wrapper {
  height: 240px;
  width: 323px;
  min-width: 323px;
  margin: 90px 179px 90px 119px;
}
.large-product__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.large-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.large-product__content {
  margin: 100px 140px 79px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.large-product__code {
  position: absolute;
  top: 40px;
  right: 140px;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #414141ad;
}
.large-product__code span {
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #414141;
}
.large-product__title {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #414141;
}
.large-product__title--mobile {
  display: none;
}
.large-product__desc {
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.large-product__price {
  margin-top: auto;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(65, 65, 65, 0.5);
}
.large-product__price-val {
  color: #D1BA7E;
}
.large-product__arrow {
  position: absolute;
  top: 34px;
  right: 34px;
  background: #D1BA7E;
  padding: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.large-product__detailed-description {
  background: white;
  padding: 0 140px 70px 140px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.large-product__detailed-description ul:not(:last-child) {
  margin-bottom: 60px;
  margin-top: 24px;
}
.large-product__detailed-description li {
  list-style: disc;
  margin-left: 25px;
}
.large-product__detailed-description li:not(:last-child) {
  margin-bottom: 12px;
}
.large-product__detailed-description table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.large-product__detailed-description table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
.large-product__detailed-description table td {
  border: 1px solid #dddddd;
  padding: 5px;
}
.large-product__subheading {
  margin-bottom: 16px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D1BA7E;
}
.large-product .add_to_cart_button, .large-product .added_to_cart {
  position: absolute;
  bottom: 69px;
  right: 140px;
  height: 46px;
  background: #D1BA7E;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (max-width: 1700px) {
  .large-product__img-wrapper {
    height: 240px;
    width: 323px;
    min-width: 323px;
    margin: 60px;
  }
  .large-product__code {
    top: 20px;
    right: 60px;
  }
  .large-product__content {
    margin: 60px 60px 50px 0;
  }
  .large-product .add_to_cart_button, .large-product .added_to_cart {
    bottom: 40px;
    right: 60px;
  }
}
@media (max-width: 1300px) {
  .large-product__detailed-description {
    padding: 0 50px 40px 50px;
  }
  .large-product__img-wrapper {
    margin: 60px 20px;
  }
}
@media (max-width: 992px) {
  .large-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
  .large-product__title {
    display: none;
  }
  .large-product__title--mobile {
    display: block;
    margin-top: 30px;
    font-size: 20px;
  }
  .large-product__img-wrapper {
    margin: 20px 20px;
    min-width: unset;
    max-width: 100%;
    width: auto;
  }
  .large-product__price {
    font-size: 16px;
  }
  .large-product__desc {
    margin-top: 0;
  }
  .large-product__detailed-description {
    padding: 55px 20px 30px 30px;
  }
  .large-product__content {
    margin: 0 0 50px 0;
  }
  .large-product__code {
    position: unset;
    margin-top: 12px;
    font-size: 11px;
  }
  .large-product .add_to_cart_button, .large-product .added_to_cart {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 30px;
  }

  .large-product-link-container {
    padding-bottom: 30px;
  }
  .large-product-link-container .add_to_cart_button, .large-product-link-container .added_to_cart {
    margin: 0 30px;
  }
}
.woocommerce-cart-form {
  margin-top: 60px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents {
  width: 100%;
}
.woocommerce-cart-form .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 80px 70px 113px;
  background: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  gap: 20px;
}
.woocommerce-cart-form .cart_item:not(:last-child) {
  margin-bottom: 20px;
}
.woocommerce-cart-form .cart_item td {
  height: 92px;
}
.woocommerce-cart-form .cart_item .product-thumbnail {
  height: 125px;
}
.woocommerce-cart-form .cart_item .product-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  min-width: 100px;
}
.woocommerce-cart-form .cart_item .product-remove a {
  margin-top: 20px;
  width: 46px;
  height: 46px;
  background: #D1BA7E;
  color: white;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}
.woocommerce-cart-form .cart_item .product-name {
  width: 60%;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #414141;
}
.woocommerce-cart-form .cart_item .product-name p {
  margin-top: 36px;
}
.woocommerce-cart-form .cart_item .product-price .amount {
  display: block;
  margin-top: 36px;
  color: #D1BA7E;
}
.woocommerce-cart-form .cart_item .quantity input {
  margin-top: 20px;
  border: 1px solid #C4C4C4;
  width: 50px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px 0 15px;
}
.woocommerce-cart-form .cart_item__text {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #414141;
}
.woocommerce-cart-form .woocommerce-shipping-totals {
  display: none !important;
}
.woocommerce-cart-form .order-total {
  margin-top: 36px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce-cart-form .order-total__text {
  margin-right: 24px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 52px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #414141;
}
.woocommerce-cart-form .order-total__val {
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;
  text-align: right;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D1BA7E;
}
.woocommerce-cart-form .wp-element-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #D1BA7E;
  padding: 0 36px;
}
.woocommerce-cart-form .wp-element-button:disabled {
  background: #C3C3C3;
}
.woocommerce-cart-form .cart__my-tools {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 1500px) {
  .woocommerce-cart-form .cart_item {
    padding: 50px 60px 50px 60px;
  }
  .woocommerce-cart-form .cart_item .product-name {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .woocommerce-cart-form {
    margin-top: 45px;
  }
  .woocommerce-cart-form tr td::before {
    display: none;
  }
  .woocommerce-cart-form .cart_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 45px 30px 30px 30px;
  }
  .woocommerce-cart-form .cart_item .product-thumbnail {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: unset;
  }
  .woocommerce-cart-form .cart_item .product-thumbnail img {
    margin: auto;
    width: unset;
    -o-object-fit: contain;
       object-fit: contain;
    height: 140px;
  }
  .woocommerce-cart-form .cart_item .product-name {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: unset;
    text-align: left;
  }
  .woocommerce-cart-form .cart_item .product-name p {
    margin-top: 15px;
  }
  .woocommerce-cart-form .cart_item .product-quantity {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .woocommerce-cart-form .cart_item .product-price {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .woocommerce-cart-form .cart_item .product-price .amount {
    margin-top: 20px;
  }
  .woocommerce-cart-form .cart_item .product-remove {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: auto;
  }
  .woocommerce-cart-form .cart_item .product-remove a {
    margin-top: 10px;
  }
  .woocommerce-cart-form .cart_item .quantity input {
    margin-top: 10px;
  }
  .woocommerce-cart-form .cart__my-tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.woocommerce-billing-fields__field-wrapper {
  margin-top: 36px;
}

.woocommerce-order-overview {
  margin-top: 30px;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-additional-fields input {
  height: 47px;
  background: #FFFFFF;
  padding: 0 20px;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-billing-fields__field-wrapper p, .woocommerce-additional-fields p {
  margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-additional-fields .select2-selection {
  height: 47px;
  background: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.woocommerce-billing-fields__field-wrapper .select2-selection__rendered, .woocommerce-additional-fields .select2-selection__rendered {
  padding: 0 !important;
}
.woocommerce-billing-fields__field-wrapper .select2-selection__arrow, .woocommerce-additional-fields .select2-selection__arrow {
  display: block;
  height: 100% !important;
  right: 10px !important;
}
.woocommerce-billing-fields__field-wrapper textarea, .woocommerce-additional-fields textarea {
  height: 150px;
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
}

#ship-to-different-address {
  display: none !important;
}

.woocommerce-checkout-review-order th, .woocommerce-checkout-review-order td, .woocommerce-order-details th, .woocommerce-order-details td {
  padding: 10px;
  text-align: left;
}
.woocommerce-checkout-review-order th, .woocommerce-order-details th {
  font-weight: 700;
  font-size: 17px;
}
.woocommerce-checkout-review-order .wp-element-button, .woocommerce-order-details .wp-element-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 306px;
  height: 46px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #D1BA7E;
  margin-top: 20px;
}

.payment_methods {
  font-weight: 700;
  font-size: 17px;
}

#order_review_heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D1BA7E;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-thankyou-order-received {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D1BA7E;
}

@media (max-width: 992px) {
  .woocommerce-thankyou-order-received {
    font-size: 20px;
  }
}
.product-wrapper {
  width: 400px;
  min-width: 400px;
}

.product {
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product:hover {
  background: #D1BA7E;
}
.product__inner {
  height: 361px;
  padding: 15px 33px;
  background: #FFFFFF;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #414141;
}
.product__inner img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 65%;
  margin-bottom: 15px;
}
.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30%;
}
.product__content .price {
  color: #D1BA7E;
}
.product__arrow {
  position: absolute;
  top: 14px;
  right: 12.5px;
}

@media (max-width: 1700px) {
  .product-wrapper {
    width: 320px;
    min-width: 320px;
  }

  .product {
    padding: 18px;
  }
  .product__arrow {
    top: 8px;
    right: 6.5px;
  }
  .product__inner {
    height: 290px;
    padding: 15px 15px;
  }
  .product__inner img {
    height: 55%;
  }
  .product__content {
    height: 45%;
  }
}
@media (max-width: 1300px) {
  .product-wrapper {
    width: 270px;
    min-width: 270px;
  }
}
.question {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.question__title {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.11em;
  color: #D1BA7E;
}
.question__text {
  margin-top: 30px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #414141;
}
.question__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 682px;
}
.question__input {
  height: 47px;
  background: #FFFFFF;
  padding: 0 20px;
  width: 100%;
}
.question__textarea {
  height: 150px;
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
}
.question__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 306px;
  height: 46px;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #D1BA7E;
}

@media (max-width: 992px) {
  .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question__form {
    max-width: 100%;
    margin-top: 40px;
  }
  .question__submit {
    width: 100%;
  }
}
.catalog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.catalog-search .dgwt-wcas-search-form {
  padding: 0;
}
.catalog-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: #fff0;
}
.catalog-search .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.catalog-search .dgwt-wcas-search-wrapp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-search .search-link {
  background: #D1BA7E;
  margin-right: 0;
}
.catalog-search .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  right: 0 !important;
  margin-right: 0;
}
.catalog-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background: #fff0;
  border: none;
  border-bottom: 1px solid #D1BA7E;
  border-radius: 0;
  padding: 0;
  height: 46px;
  width: 340px;
}
.catalog-search .dgwt-wcas-search-focused {
  background: #fff0;
}
.catalog-search .dgwt-wcas-search-submit {
  display: none !important;
}

@media (max-width: 992px) {
  .catalog-search {
    margin-left: 0;
    width: 100%;
  }
  .catalog-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
  }
  .catalog-search .dgwt-wcas-search-wrapp {
    width: 100%;
    max-width: unset;
  }
}
.modal {
  max-height: 90vh;
  border: none;
  border-radius: 15px;
  background: black;
}
.modal__title {
  text-align: center;
}
.modal__cross {
  margin-left: auto;
  display: block;
  padding: 15px;
}

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