/*  */
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  scrollbar-gutter: stable;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

#wpadminbar {
 /* top: auto;
  bottom: 0;*/
}

sup {
  font-size: 9px;
}

.title {
  margin-top: 0;
  font-size: 33px;
  color: #000;
  font-weight: bold;
  position: relative;
}

.title::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background-color: #925f00;
  margin-top: 10px;
}

.silver-title {
  color: #939598;
  text-transform: uppercase;
}

.helvetica {
  font-family: 'Helvetica', sans-serif;
}

path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.show-event-popup {
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 0px;
  padding-bottom: 28px;
}

main.page {
  padding-top: 65px;
  width: 100%;
  max-width: 100%;
}

.page__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 53px;
}

.page__title-cnt {
  color: #d3d5d9;
  font-weight: normal;
}

.page-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.picture {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.picture::after {
  content: "";
  display: block;
  padding-top: 60%;
}

.picture img {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.link {
  color: #a26a12;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link:hover {
  color: #a26a12;
}

.link:hover .link__ico {
  margin-left: 5px;
}

.link__ico {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link__ico .svg-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(210, 174, 109, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link__ico .svg-ico svg {
  width: 14px;
  height: 8px;
}

img {
  max-width: 100%;
  height: auto;
}

.svg-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.svg-ico img {
  width: 100%;
  height: 100%;
}

.svg-ico svg {
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

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

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

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

.hover-shadow {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.phone {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
}

.phone__ico {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  line-height: 1.1;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #976507;
  background-color: rgba(210, 174, 109, 0.4);
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 41px;
  min-width: 130px;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  color: #d3d5d9;
  background-color: #976507;
}

.btn--red {
  background-color: #bc3324;
  color: #d3d5d9;
}

.btn--red:hover {
  background-color: #a51505;
}

.btn--green {
  background-color: #66a066;
  color: #d3d5d9;
}

.btn--green:hover {
  background-color: #111111;
}

.btn--gray {
  background-color: #976507;
  color: #fff;
}

.btn--gray:hover {
  background-color: rgba(210, 174, 109, 0.4);
  color: #976507;
}

.btn--border {
  background-color: transparent;
  color: #976507;
  border: 1px solid #976507;
}

.btn--border:hover {
  background-color: rgba(210, 174, 109, 0.4);
  border-color: rgba(210, 174, 109, 0.4);
  color: #976507;
}

.btn--middle {
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
}

.btn--large {
  min-height: 60px;
  padding-left: 45px;
  padding-right: 45px;
}

.js-add-to-cart {
  transition: all 0.3s;
}

.loading {
  opacity: 0.5;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  display: block;
  margin: 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__link .svg-ico {
  width: 29px;
  height: 29px;
}

.lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: bold;
}

.lang-select__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45px;
  height: 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: #ca9200;
  background-color: #f5f5f5;
}

.lang-select__btn--selected {
  background-color: #d2ae6d;
  color: #fff;
}

.mini-cart__ico {
  position: relative;
  width: 24px;
  height: 22px;
}

.mini-cart__num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  top: -9px;
  right: -20px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  background-color: #d2ae6d;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #d3d5d9;
  padding-top: 1px;
  padding-bottom: 5px;
  z-index: 999;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__content {
  width: calc(100% - 119px);
  padding-left: 37px;
}

.header__logo {
  margin-left: -15px;
  margin-right: 0;
  width: 134px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__phone {
  font-size: 18px;
  color: #c9a35e;
  line-height: 1;
  margin-right: 32px;
  letter-spacing: 1px;
}

.header .socials {
  position: relative;
  top: 1px;
}

.header .socials-link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header .socials-link:hover {
  opacity: 0.7;
}

.header__nav {
  margin-left: 0;
  margin-right: auto;
}

.header__nav .sub-menu {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -2000;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  font-size: 14px;
  margin: 10px 0 0;
  list-style: none;
}

.header__nav .sub-menu>li~li {
  margin-top: 5px;
}

.header__nav .sub-menu a {
  color: #d3d5d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 25px;
  text-align: left;
  justify-content: start;
  font-size: 14px;
  text-transform: none;
}

.header__nav .sub-menu a:hover {
  color: #c9a35e;
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.header__nav-item {
  margin: 0;
}

.header__nav-item:hover .sub-menu {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}

.nav__items>.header__nav-item~.header__nav-item {
  margin-left: 50px;
}

.header__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  min-height: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d3d5d9;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header__nav-link:hover {
  color: #c9a35e;
}

.header__nav-item:nth-child(1) .svg-ico {
  margin-right: 21px;
  width: 30px;
  height: 21px;
}

.nav__items>.header__nav-item:nth-child(1)>.header__nav-link {
  color: #c9a35e;
  font-size: 15px;
}

.header__right {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__right-info {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__right-btn {
  margin-left: 20px;
}

.header__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__search {
  margin-right: 20px;
  position: relative;
}

.header__search-ico {
  cursor: pointer;
}

.header__search-form {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -1px;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 0;
  opacity: 0;
  z-index: -10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
}

.header__search-form input {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #000000;
  width: calc(100% - 23px);
}

.header__search-form .svg-ico {
  width: 19px;
  height: 19px;
  position: relative;
  top: 1px;
}

.header__search-form.active {
  z-index: 1;
  opacity: 1;
  width: 42vw;
}

.header__search-btn {
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0;
}

.header__lang {
  margin-left: 27px;
}

.header_cart {
  margin-right: 20px;
  margin-left: auto;
  margin-top: 10px;
}

.header__nav-toggle {
  display: none;
}

.header-mess {
  font-size: 14px;
  line-height: 1;
}

.header-mess__pay {
  color: #c9a35e;
}

.home-slider__banner {
  position: relative;
}

.home-slider__pic {
  min-height: 600px;
}

.home-slider__pic::after {
  padding-top: 32%;
}

.home-slider__content {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  /* top: 25%;
        left: 17.5%;
        transform: translate(-50%, -50%); */
  z-index: 10;
}

.home-slider__title {
  padding: 46px 32px 29px 60px;
  background-color: #fff;
  border-radius: 0 150px 150px 0;
  font-size: 50px;
  line-height: 1.05;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  max-width: 920px;
}

.home-slider__desc {
  padding: 0px 30px 60px 60px;
  margin-top: -1px;
  background-color: #fff;
  border-radius: 0 0px 90px 90px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  max-width: 781px;
  position: relative;
}

.home-slider__desc p {
  margin-top: 0;
  margin-bottom: 39px;
  max-width: 512px;
}

.home-slider__desc .eu-svg {
  position: absolute;
  width: 98px;
  height: 96px;
  left: 16px;
  top: -2px;
}

.home-slider__desc:has(.eu-svg) {
  padding-left: 130px;
  padding-bottom: 30px;
}

.home-slider__desc:has(.eu-svg) p {
  margin-bottom: 0;
}

.home-slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.home-slider__btn {
  border-radius: 22px;
}

.home-slider .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.home-slider .owl-dots .owl-dot {
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.home-slider .owl-dots .owl-dot.active {
  background-color: #fff;
}

.nav__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__item-link {
  text-decoration: none;
}

.page-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: bold;
}

.page-breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__list>.breadcrumbs__item:not(:last-child)::after {
  content: ' / ';
  margin: 0 8px;
  color: #5e5e5e;
}

.breadcrumbs__list>.breadcrumbs__item--current .breadcrumbs__text {
  color: #5e5e5e;
  font-weight: bold;
}

.breadcrumbs__list>.breadcrumbs__item--current:after {
  display: none;
}

.breadcrumbs__link,
.page-breadcrumbs a {
  color: #5e5e5e;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: normal;
}

.breadcrumbs__link:hover,
.page-breadcrumbs a:hover {
  color: #925f00;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
  font-weight: bold;
  margin-top: 0;
  position: relative;
}

.content h1 {
  font-size: 33px;
  margin-bottom: 25px;
}

.content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.content h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.content h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.content h5 {
  font-size: 24px;
  margin-bottom: 15px;
}

.content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.h1 {
  font-size: 33px;
  margin-bottom: 25px;
}

.h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.h5 {
  font-size: 24px;
  margin-bottom: 15px;
}

.h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

a {
  color: #395aee;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration-color: transparent;
}

.qa__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.qa__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.qa__item {
  border-radius: 8px;
  background: #f9f9f9;
  border: 1px solid #8aa4be;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.qa__item:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.qa__toggle {
  display: none;
}

.qa__toggle:checked~.qa__answer {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa__question {
  display: block;
  padding: 15px 0;
  cursor: pointer;
  color: #2c3e50;
  font-weight: 600;
  position: relative;
}

.qa__question::after {
  content: '+';
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.qa__toggle:checked~.qa__question::after {
  content: '–';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa__answer p {
  margin: 0;
  color: #b0b0b0;
}

.qa__item {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.list-tag {
  padding: 52px 0;
}

.list-tag__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 60px;
}

.list-tag__item {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  min-width: 85px;
  min-height: 51px;
  font-size: 15px;
  text-transform: uppercase;
}

.interesting {
  padding-top: 61px;
  padding-bottom: 61px;
  margin-left: -15px;
  margin-right: -15px;
}

.interesting__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 15px;
  background-color: #b0b0b0;
}

.interesting__content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  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: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
}

.interesting__content-body {
  min-height: 43px;
}

.interesting__content-bottom {
  min-height: 55px;
}

.interesting__content-title {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 2px;
}

.interesting__content-text {
  margin: 0;
  line-height: 1;
}

.interesting__content-icons {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 5px;
}

.interesting__content .svg-ico {
  width: 80px;
  height: 119px;
}

.interesting__content .plamya-svg {
  border-radius: 50%;
  border: 2px dotted #fff;
  width: 59px;
  height: 59px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interesting__content .plamya-svg svg {
  width: auto;
  height: auto;
}

.interesting__pic::after {
  padding-top: 74%;
}

.interesting__items .owl-nav button.owl-prev,
.interesting__items .owl-nav button.owl-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  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;
  background: rgba(217, 217, 217, 0.8) !important;
}

.interesting__items .owl-nav .owl-prev {
  left: -20px;
}

.interesting__items .owl-nav .owl-next {
  right: -20px;
}

.home-interesting {
  background-color: #f5f5f5;
}

.home-hit-product {
  padding-top: 65px;
  padding-bottom: 54px;
}

.home-hit-product .container {
  padding-left: 0;
  padding-right: 0;
}

.home-hit-product__title {
  font-size: 22px;
  color: #939598;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 9px;
  font-weight: normal;
}

.hit-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 31px;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hit-product__card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px 20px 0 0;
  width: calc(25% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hit-product__card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.hit-product__pic {
  border-radius: 20px;
  background-color: #f1f1f1;
  margin-bottom: 22px;
}

.hit-product__pic::after {
  padding-top: 64%;
}

.hit-product__title {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  display: block;
  padding: 0 19px;
}

.hit-product__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #514e4e;
  padding: 0px 19px;
}

.hit-product__art {
  margin-bottom: 13px;
  padding: 2px 19px;
  font-size: 13px;
  color: #7b7b7b;
}

.hit-product__param {
  text-align: left;
}

.hit-product__footer {
  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;
  margin-top: auto;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e5c996;
}

.hit-product__price {
  font-size: 22px;
  color: #000;
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hit-product__price .currency,
.woocommerce-Price-currencySymbol {
  color: #514e4e;
}

.hit-product .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
}

.hit-product .owl-dots .owl-dot {
  padding: 0;
  border: 0;
  background: transparent;
}

.hit-product .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #e5c996;
}

.hit-product .owl-dots .owl-dot.active span {
  background-color: #e5c996;
}

.hit-product__button {
  width: 50%;
  min-height: 45px;
}

.home-delivery-info {
  background-color: #f5f5f5;
  font-size: 16px;
  color: #514e4e;
}

.home-delivery-info .container {
  padding: 0;
}

.delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.delivery-info__left {
  width: calc(100% - 610px);
  padding-top: 60px;
  padding-bottom: 25px;
}

.delivery-info .mask-before {
  position: relative;
}

.delivery-info .before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #d9d9d9;
  border-radius: 0 90px 90px 90px;
  right: -15px;
}

.delivery-info__title {
  text-transform: uppercase;
}

.delivery-info__title::after {
  margin-top: 18px;
}

.delivery-info__text {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  max-width: 596px;
}

.delivery-info__link {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.delivery-info__right {
  width: 610px;
  padding-left: 0px;
  position: relative;
}

.delivery-info__pic {
  width: 100%;
  padding-top: 76%;
  position: relative;
  overflow: hidden;
  border-radius: 0 90px 90px 90px;
  display: block;
  margin-bottom: -25px;
  z-index: 10;
}

.delivery-info__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-popular-cat {
  padding-top: 57px;
  padding-bottom: 57px;
}

.home-popular-cat .container {
  padding: 0;
}

.popular-cat__title {
  font-size: 22px;
  font-weight: normal;
  color: #b1b3b6;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.popular-cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popular-cat__item {
  width: calc(25% - 15px);
  text-align: center;
  font-size: 18px;
  display: block;
  color: #976507;
}

.popular-cat__item:hover .popular-cat__pic {
  border-radius: 90px 0 90px 90px;
}

.popular-cat__pic {
  border-radius: 0 90px 90px 90px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popular-cat__name {
  display: block;
}

.home-promo-product {
  padding-top: 16px;
  padding-bottom: 89px;
}

.home-promo-product .container {
  padding: 0;
}

.promo-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-product__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  background-color: #f5f5f5;
  border-radius: 20px 0 0 20px;
  position: relative;
}

.promo-product__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 60px;
  border-radius: 0 20px 20px 0;
  background-color: #f5f5f5;
  font-size: 14px;
}

.promo-product__pic {
  width: 100%;
  border-radius: 20px;
}

.promo-product__pic::after {
  padding-top: 56.5%;
}

.promo-product__yotube-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.promo-product__yotube-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56.5%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}

.promo-product__yotube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-product__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0px;
  color: #000;
}

.promo-product__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.promo-product__description {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #666;
}

.promo-product__btn {
  text-transform: uppercase;
  font-size: 15px;
}

.home-calculator {
  padding-top: 106px;
  padding-bottom: 90px;
  background: url(../assets/images/calc-bg.png) no-repeat center top / cover;
  font-size: 14px;
}

.home-calculator .container {
  padding: 0;
}

.calculator {
  background-color: #ecf0f1;
  border-radius: 20px 20px 0 0;
  border: 1px solid #eeeeee;
}

.calculator__title {
  text-align: center;
  padding-bottom: 17px;
  padding-top: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.calculator__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 33px 23px;
  background-color: #fff;
}

.calculator__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calculator__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 280px;
}

.calculator__column--left,
.calculator__column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.calculator__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.calculator__field p {
  font-size: 13px;
  color: #7b7b7b;
  margin-top: 5px;
  margin-bottom: 0;
}

.calculator__label {
  margin-bottom: 5px;
  line-height: 1;
}

.calculator__select,
.calculator__input {
  padding: 0 17px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  height: 45px;
  color: #a26a12;
}

.calculator__select:focus,
.calculator__input:focus {
  outline: none;
}

.calculator__button {
  min-height: 65px;
  border-radius: 35px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.calculator__results {
  padding: 5px 20px;
  background-color: rgba(210, 174, 109, 0.4);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  min-height: 45px;
}

.calculator__result-value {
  font-weight: bold;
  color: #2c3e50;
}

.home-sobre {
  padding-top: 47px;
  padding-bottom: 0px;
}

.home-sobre .container {
  padding-left: 73px;
}

.sobre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 20px;
}

.sobre__column-left,
.sobre__column-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sobre__column-left {
  width: 450px;
}

.sobre__column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 450px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 75px;
  padding-top: 70px;
}

.sobre__title {
  margin-bottom: 10px;
  font-size: 33px;
  text-transform: uppercase;
  color: #333;
}

.sobre__title::after {
  background-color: #eedec0;
  margin-top: 20px;
}

.sobre__text {
  line-height: 1.5;
  color: #555;
  position: relative;
  padding-left: 82px;
  margin-top: 15px;
}

.sobre__text p {
  margin-top: 0;
}

.sobre .ryki-svg {
  position: absolute;
  left: 0;
  top: 6px;
}

.sobre__pic::after {
  padding-top: 115%;
}

.home-who {
  padding: 64px 0 37px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
  margin-top: -37px;
}

.home-who .container {
  padding: 0;
}

.home-who__title {
  font-size: 33px;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.who__item {
  width: calc(25% - 20px);
  padding: 20px 20px 0;
  text-align: center;
  font-size: 15px;
}

.who__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}

.who__title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #000;
}

.who__text {
  margin-top: 0;
  margin-bottom: 0;
}

.home-subscription {
  padding-top: 75px;
  padding-bottom: 12px;
}

.home-subscription .container {
  padding: 0;
}

.subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d2ae6d;
  border-radius: 75px 0 0 75px;
  height: 120px;
  padding: 5px;
  gap: 15px;
}

.subscription__ico .svg-ico {
  display: block;
  margin: 0;
}

.subscription__title {
  font-size: 25px;
  text-transform: uppercase;
  color: #925f00;
  margin-bottom: -4px;
}

.subscription__subtitle {
  color: #514e4e;
}

.subscription__text {
  width: 45.5%;
}

.subscription__form {
  width: calc(100% - 128px);
  margin-right: 0;
  margin-left: 0;
}

.subscription__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54.5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid rgba(210, 174, 109, 0.4);
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.subscription__form-btn {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.subscription__form input {
  height: 45px;
  border: 0;
  outline: none;
  width: 50%;
  padding: 0 25px;
  color: #a26a12;
}

.home-news {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-news .container {
  padding: 0;
}

.news__main-title {
  font-size: 22px;
  margin-bottom: 28px;
}

.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__item {
  border: 1px solid #ebebeb;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: calc(25% - 23px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__item:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news__item-link {
  display: block;
}

.news__item-pic {
  background-color: #ebebeb;
  border-radius: 20px;
  overflow: hidden;
}

.news__item-pic::after {
  padding-top: 63%;
}

.news__image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.news__title {
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 9px;
  padding-left: 24px;
  padding-right: 5px;
}

.news__link {
  margin-top: auto;
  margin-bottom: 15px;
  margin-left: 24px;
  min-height: 40px;
  width: 164px;
  border-radius: 20px;
  text-transform: uppercase;
}

.category__title {
  font-size: 22px;
  font-weight: normal;
  color: #b1b3b6;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px 29px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category__item {
  width: calc(25% - 22px);
  text-align: center;
  font-size: 18px;
  display: block;
  color: #976507;
}

.category__item:hover .category__pic {
  border-radius: 90px 90px 0 90px;
}

.category__pic {
  border-radius: 0 90px 90px 90px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category__pic::after {
  padding-top: 76%;
}

.category__name {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 63px 63px;
  padding: 0;
}

.product~.product {
  margin-top: 63px;
}

.product__card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px 20px 0 0;
  width: calc(33.333% - 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product__card:hover {}

.product__url {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.product__url .product__pic {
  margin-bottom: 0;
}

.product__pic {
  border-radius: 20px;
  background-color: #f1f1f1;
  margin-bottom: 22px;
}

.product__pic::after {
  padding-top: 64%;
}

.product__title {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  display: block;
  padding: 0 19px;
}

.product__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 26px;
  font-size: 14px;
  color: #514e4e;
  padding: 0px 19px;
}

.product__param {
  text-align: left;
}

.product__footer {
  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;
  margin-top: auto;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e5c996;
}

.product__price {
  font-size: 22px;
  color: #000;
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__price .currency {
  color: #514e4e;
}

.product__price .price {
  color: inherit !important;
}

.product__button {
  width: 50%;
  min-height: 45px;
}

.product .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}

.product .owl-dots .owl-dot {
  padding: 0;
  border: 0;
  background: transparent;
}

.product .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #e5c996;
}

.product .owl-dots .owl-dot.active span {
  background-color: #e5c996;
}

div.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 70px;
}

.single-product__left {
  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;
  width: 49%;
}

.single-product__slider {
  width: calc(100% - 118px);
  border: 1px solid #d7a64d;
  border-right: 0;
  border-bottom-left-radius: 90px;
}

.single-product__picture {
  border-radius: 0 90px 90px 90px;
}

.single-product__picture::after {
  padding-top: 118%;
}

.single-product__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  width: 97px;
  overflow-y: auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.single-product__thumbnails::-webkit-scrollbar {
  width: 6px;
}

.single-product__thumb {
  border-radius: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.single-product__thumb:hover,
.single-product__thumb.is-active {
  opacity: 0.5;
}

.single-product__thumb::after {
  padding-top: 103%;
}

.single-product__right {
  width: 51%;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 30px;
  position: relative;
  border: 1px solid #d7a64d;
  border-radius: 0 90px 90px 0;
  border-left: 0;
}

.single-product__params {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d7b46a;
  margin-bottom: 10px;
}

.single-product__params-list {
  width: 50%;
}

.single-product__params-sert {
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  line-height: 1;
  color: #a26a12;
  font-size: 15px;
}

.single-product__params-sert .sert-svg {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  padding: 11px;
  background-color: #eedec0;
}

.single-product__params-sert .sert-svg svg {
  position: relative;
  left: -2px;
}

.single-product__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding-right: 20px;
}

.single-product__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.single-product__variants {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 11px;
}

.variable-param {
  min-width: 200px;
  width: 55%;
}

.single-product__square {
  gap: 10px;
  color: #925f00;
  width: 45%;
}

.single-product__square-values {
  line-height: 1;
  height: max-content;
}

.single-product__square input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}

.single-product__square-label {
  color: #000;
  line-height: 1;
}

.single-product__square-values .woocommerce-Price-currencySymbol,
.variable-param__count .woocommerce-Price-currencySymbol {
  color: inherit;
}

.single-product__square-value {
  font-weight: bold;
  display: block;
}

.single-product__square-value.is_active,
input:checked+.single-product__square-value {
  color: #000;
}

.single-product__square-value~.single-product__square-value {
  margin-top: 5px;
}

.single-product__art {
  font-size: 13px;
  color: #7b7b7b;
}

.single-product__ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: #7b7b7b;
  line-height: 1.5;

  p {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}

.single-product__ul a {
  color: #a26a12;
  text-decoration: underline;
}

.single-product__title {
  font-size: 30px;
  margin-bottom: 14px;
  margin-top: 10px;
  padding-right: 30px;
  line-height: 1.2;
}

.single-product__price-block {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 22px !important;
  color: #d7a64d !important;
}

.single-product__price-block ins {
  text-decoration: none;
}

.single-product__price-block bdi,
.single-product__price-block .price {
  font-size: inherit !important;
  color: inherit !important;
}

.single-product__info {
  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;
  margin-bottom: 5px;
  background-color: #eedec0;
  border: 1px solid #d7a64d;
}

.single-product__price {
  font-size: 26px;
  width: 50%;
  display: block;
  text-align: center;
  color: #000;
}

.single-product__price span {
  font-weight: bold;
}

.single-product__form {
  width: 55%;
}

.single-product__info .stock.in-stock {
  display: none;
}

.single-product__quick-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 21px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #d7a64d;
  min-height: 64px;
  width: 100%;
}

.single-product__buy-button {
  border: 1px solid #d7a64d;
  background-color: #f5f5f5;
  min-height: 48px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.variable-param__title {
  font-size: 13px;
  color: #696a6a;
  margin-bottom: 3px;
  padding-left: 20px;
}

.variable-param__info {
  height: 40px;
  border: 1px solid #d7a64d;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #a26a12;
  min-width: 292px;
  margin-bottom: 10px;
}

.variable-param__count {
  font-weight: bold;
  color: #a26a12;
  padding-left: 20px;
  padding-top: 7px;
}

.single-product-desc {
  background-color: #f5f5f5;
  padding-top: 71px;
  padding-bottom: 64px;
}

.w-50 {
  width: 50%;
}

@media (max-width:768px) {
  .w-50 {
    width: 100%;

  }
}

.single-product-desc__text {
  width: 50%;
  padding: 37px 32px 15px;
  background-color: #fff;
}

.single-product-desc__text-title {
  font-size: 18px;
  font-weight: normal;
  color: #ad8a48;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
}

.single-product-desc__text ul {
  padding-left: 18px;
}

.single-product-desc__text li~li {
  margin-top: 15px;
}

.single-product-desc__text p {
  margin-top: 0;
  margin-bottom: 18px;
}

.single-product-desc__text-content {
  padding-top: 31px;
  border-top: 1px solid #eddfc5;
}

.single-product-desc__attributes {
  padding: 37px 32px 15px;
  background-color: #ebebeb;
  width: 50%;
}

.single-product-desc__attributes-title {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
}

.single-product-desc__attributes .attribute-rows {
  padding-top: 32px;
  border-top: 1px solid #ffffff;
}

.single-product-desc__attributes .attribute-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  color: #000;
  align-items: end;
}

.single-product-desc__attributes .attribute-row::after {
  content: "......................................................................................................................................................................................................";
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #b1b3b6;
}

.single-product-desc__attributes .attribute-row .attribute-name {
  padding-right: 5px;
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
}

.single-product-desc__attributes .attribute-row .attribute-value {
  padding-left: 5px;
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
  width: auto;
}

.single-product-desc__attributes .attribute-row .attribute-value p {
  margin: 0;
  padding: 0;
}

.single-product-desc__attributes .attribute-row~.attribute-row {
  margin-top: 19px;
}

.single-product-promo {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single-product-examples {
  background-color: #f5f5f5;
}

.single-product-hit {
  padding-bottom: 50px;
}

.single-product-hit__title,
.up-sells h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #939598;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
}

.single-product-subscription {
  padding-bottom: 30px;
}

.single-product-calc {
  padding-top: 69px;
  padding-bottom: 69px;
}

.single-product-calc__btn {
  width: 100%;
  min-height: 72px;
  font-size: 26px;
  text-transform: uppercase;
  border-radius: 20px;
}

.single-product-calc__hide {
  display: none;
  padding-top: 30px;
}

.cart {
  padding-bottom: 60px;
  padding-top: 33px;
}

.basket {
  font-size: 17px;
  border-top: 1px solid #d9d9d9;
  margin-top: -25px;
}

.basket table {
  border-spacing: 0;
}

.basket__head {
  font-size: 13px;
  color: #7b7b7b;
}

.basket__head-item th {
  padding: 12px 20px;
  border: 0;
}

.basket__head-title:nth-child(1) {
  width: 97px;
}

.basket__head-title:nth-child(2) {
  width: 40%;
}

.basket__head-title:nth-child(3) {
  width: 200px;
  text-align: center;
}

.basket__head-title:nth-child(4) {
  width: 151px;
  text-align: center;
}

.basket__head-title:nth-child(5) {
  text-align: center;
}

.basket__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
}

.basket__item:nth-child(odd) {
  background: #f5f5f5;
}

.basket__item td {
  padding: 32px 28px;
  border: 0;
}

.basket__item td:nth-child(1) {
  padding-right: 0;
}

.basket__image {
  width: 97px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}

.basket__image::after,
.basket__image picture::after {
  content: "";
  padding-top: 100%;
  display: block;
}

.basket__image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}

.basket__image img,
.basket__image picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.basket__actions {
  align-items: center;
  padding: 30px;
  align-items: center;
  margin-top: 1px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px 5px 0 0;
  gap: 25px;
  display: none;
}

.basket__actions .coupon {
  width: 45%;
}

.basket__actions .input-text {
  height: 39px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
}

.basket__footer .basket__footer-sum .woocommerce-Price-currencySymbol {
  color: inherit;
}

.basket__quantity-text {
  text-align: center;
  width: 100%;
}

body .woocommerce button.basket__actions-btn.button {
  margin-right: 0;
  margin-left: auto;
}

.basket__product {
  color: #7b7b7b;
  font-size: 13px;
  width: 40%;
}

.basket__product-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.basket__product-name {
  font-size: 16px;
  color: #000;
  max-width: 320px;
  margin-bottom: 10px;
}

.basket__price {
  width: 200px;
  text-align: center;
}

.basket__price-sum {
  font-weight: bold;
  width: 151px;
  text-align: center;
}

.basket__remove {
  background: none;
  color: #a60000;
  cursor: pointer;
  font-size: 14px;
}

.basket__remove:hover {
  color: #d34242;
}

.basket__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #d7a64d;
  font-size: 21px;
}

.basket__footer-btn,
.basket__footer-sum {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  min-height: 65px;
}

.basket__footer-sum {
  background-color: #d2ae6d;
  color: #fff;
  gap: 0 15px;
}

.quantity,
.basket td .quantity2 .quantity-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7a64d;
  min-width: 151px;
}

.quantity-single {
  display: flex;
  min-width: 151px;
  justify-content: space-between;
}

.quantity input,
.quantity-single input {
  width: calc(100% - 76px);
  border: 0;
  text-align: center;
  outline: none;
}

.quantity-single input {
  background-color: transparent;
  font-size: 26px;
  font-weight: bold;
}

.quantity button {
  width: 38px;
  height: 41px;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #d7a64d;
}

.quantity-single button {
  width: 38px;
  height: 41px;
  border: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #d7a64d;
  font-size: 30px;
}

.basket td .quantity2 .quantity-single input {
  background-color: #fff;
}

.basket td .quantity-single button {
  background: #f5f5f5;
  font-size: 13px;
}

.basket td .quantity-single input {
  font-size: 13px;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity-single input[type="number"]::-webkit-inner-spin-button,
.quantity-single input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order {
  margin-top: 21px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order .basket__footer {
  margin: -4px 30px 30px;
}

.order__title {
  font-size: 28px;
  text-transform: uppercase;
  color: #925f00;
  margin-top: 10px;
  margin-bottom: 19px;
}

.order__subtitle {
  font-size: 30px;
  margin-bottom: 20px;
}

.order__col {
  width: 50%;
  border-top: 9px solid;
}

.order__col-left {
  border-color: #eedec0;
  padding: 20px 30px;
}

.order__col-right {
  border-color: #d2ae6d;
  padding-top: 128px;
  padding-right: 30px;
}

.order__form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

.order__form input[type="text"],
.order__form input[type="tel"],
.order__form input[type="email"],
body .woocommerce form .form-row .input-text {
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #a26a12;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  padding-left: 20px;
  padding-right: 20px;
}

body .woocommerce form .form-row textarea.input-text {
  resize: none;
}

.order__form .form__check+label {
  font-size: 13px;
  margin-top: 23px;
}

.order__form .form__check+label a {
  color: #a26a12;
  border-bottom: 1px dotted;
}

.order__form .form__check+label::before {
  width: 15px;
  height: 15px;
  border-color: #d7a64d;
  top: -1px;
}

.order__form .form__check:checked+label::before {
  background: url(../assets/icons/checkbox-active.svg) no-repeat;
  border-color: transparent;
  background-size: cover;
}

.order__form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order__form-column input[type="text"],
.order__form-column input[type="tel"],
.order__form-column input[type="email"] {
  width: 49%;
}

.order__method-title {
  font-size: 13px;
  color: #514e4e;
  margin-top: 15px;
  margin-bottom: 6px;
}

.order__radios {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order__radio {
  width: 24%;
  position: relative;
  color: #a26a12;
  font-size: 16px;
}

.order__radio input[type="radio"],
body .woocommerce-checkout #payment ul.payment_methods li input[type="radio"],
body .woocommerce ul#shipping_method1 li input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -10;
}

.order__radio label,
body .woocommerce-checkout #payment ul.payment_methods li label,
body .woocommerce ul#shipping_method1 li input[type="radio"]+label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #eddfc5;
  min-height: 42px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 13px;
}

body .woocommerce ul#shipping_method1 li input[type="radio"]+label {
  color: #a26a12;
}

body .woocommerce ul#shipping_method1 li input[type="radio"]+label .woocommerce-Price-currencySymbol {
  color: inherit;
}

body .woocommerce-checkout #payment ul.payment_methods li label {
  padding-left: 15px;
  padding-right: 15px;
}

.order__radio input[type="radio"]:checked+label,
body .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked+label {
  background-color: #976507;
  color: #fff;
}

.order__radio.delivery {
  width: 49%;
}

.order-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-popup.active {
  z-index: 99999;
  opacity: 1;
}

.order-popup__inner {
  padding: 40px;
  text-align: center;
  background-color: #fff;
  width: 690px;
  max-width: 100%;
  font-size: 19;
  color: #939598;
  position: relative;
  border-radius: 0 20px 20px 20px;
}

.order-popup__inner .close-svg {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.order-popup__logo {
  margin-bottom: 40px;
}

.order-popup__head {
  font-size: 30px;
  font-weight: bold;
  color: #a26a12;
  margin-bottom: 20px;
}

.contact {
  padding-bottom: 15px;
}

.contact__title {
  margin-top: 34px;
  margin-bottom: 39px;
  padding-bottom: 31px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
}

.contact__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact__col {
  width: 50%;
  padding-left: 50px;
}

.contact__col:nth-child(1) {
  padding-left: 60px;
}

.contact__col-title {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: #939598;
  max-width: 480px;
}

.contact__col-phone {
  font-size: 55px;
  color: #a26a12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.contact__col-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  font-size: 33px;
  color: #a26a12;
  min-height: 56px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #eeeeee;
  border-radius: 20px;
}

.contact__col-label {
  font-size: 13px;
  color: #514e4e;
  margin-top: 3px;
  margin-bottom: 17px;
  padding-left: 69px;
}

.contact__col-socials {
  padding-left: 68px;
  gap: 27px;
}

.contact__col-socials .svg-ico {
  width: 45px;
  height: 46px;
}

.contact-feedback {
  background-color: #eeeeee;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
}

.contact-feedback__col:nth-child(1) {
  padding-right: 21px;
  padding-left: 60px;
  border-radius: 0 90px 90px 0;
  padding-top: 73px;
  background-color: #fff;
  position: relative;
}

.contact-feedback__col:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: #fff;
}

.contact-feedback__col:nth-child(2) {
  padding-left: 42px;
  padding-top: 29px;
}

.contact-feedback__col:nth-child(2) .form__columns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 21px;
  margin-bottom: 0px;
}

.contact-feedback__col:nth-child(2) .form__columns .form__line~.form__line {
  margin-top: 0;
}

.contact-feedback__col:nth-child(2) .form__columns .form__line {
  width: 49%;
}

.contact-feedback__col-title {
  font-size: 33px;
  font-weight: bold;
  color: #925f00;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.contact-feedback__col-subtitle {
  font-size: 18px;
  color: #925f00;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.contact-feedback__col-text {
  color: #7b7b7b;
}

.contact-feedback .form__input {
  padding-left: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  height: 20px;
  border-bottom: 1px solid #d7a64d;
  border-radius: 0;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
}

.contact-feedback .form__footer {
  padding-top: 10px;
  padding-bottom: 17px;
}

.contact-feedback textarea {
  height: 80px;
  resize: none;
  border: 1px solid #d7a64d;
  padding: 9px 13px;
  color: #000;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  margin-top: -5px;
  background-color: transparent;
  width: 100%;
}

.contact-feedback .btn {
  border-radius: 20px;
  min-height: 52px;
  font-size: 18px;
  text-transform: uppercase;
}

.contact-map {
  position: relative;
  overflow: hidden;
  height: 640px;
  margin-top: 40px;
}

.contact-map .container {
  border-top: 1px solid #eeeeee;
}

#js-contactsMap {
  height: 840px;
  width: 100%;
}

#js-contactsMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-tabs {
  position: absolute;
  top: -1px;
  z-index: 20;
  background-color: #fff;
  width: 100%;
  max-width: 1240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 0 90px;
}

.contact-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  width: 800px;
  left: 100%;
}

.contact-tabs .container {
  padding: 0;
}

.contact-address {
  margin-right: -60px;
}

.contact-addr {
  padding: 28px 60px 30px;
  border-radius: 0 0 90px 90px;
  background-color: #fff;
  position: relative;
}

.contact-addr:nth-child(1) {
  background-color: #925f00;
  color: #fff;
}

.contact-addr:nth-child(2) {
  padding-left: 76px;
  padding-top: 32px;
  padding-right: 41px;
}

.contact-addr:nth-child(3) {
  padding-top: 32px;
}

.contact-addr:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 65%;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d9d9d9;
  z-index: 10;
}

.contact-addr__title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 1;
}

.contact-addr__title .svg-ico {
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-addr__mode {
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  line-height: 1;
}

.contact-addr__mode .svg-ico {
  position: absolute;
  left: -4px;
  top: -4px;
}

.contact-addr__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-size: 21px;
  color: #925f00;
  margin-bottom: 15px;
}

.contact-addr__title2 .svg-ico {
  top: -1px;
}

.contact-addr__mode2 {
  font-size: 16px;
  line-height: 1;
}

.examples {
  padding-top: 48px;
  padding-bottom: 40px;
}

.examples__title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  color: #7b7b7b;
  margin-bottom: 36px;
}

.examples__title span {
  color: #b0b0b0;
}

.examples__grid {
  display: grid;
  grid-template-columns: 50% 23% 26%;
  width: 100%;
  gap: 30px;
}

.examples__item-grid1 {
  grid-row: span 2 / span 2;
}

.examples__item-grid3 {
  grid-column-start: 2;
  grid-row-start: 2;
}

.examples__item-grid4 {
  grid-column-start: 3;
  grid-row-start: 1;
}

.examples__item-grid5 {
  grid-column-start: 3;
}

.examples__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.examples__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.examples__eye {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.examples__item:hover .examples__eye {
  opacity: 1;
}

.examples .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: dot;
  gap: 2px;
  font-size: 20px;
  padding-top: 27px;
}

.examples .owl-dots .owl-dot::after {
  counter-increment: dot;
  content: counter(dot);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  color: #ad8a48;
}

.examples .owl-dots .owl-dot.active::after {
  background-color: #eedec0;
  color: #925f00;
}

.catalog {
  padding-top: 43px;
  padding-bottom: 20px;
}

.archive .catalog {
  padding-bottom: 60px;
}

.catalog__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 23px;
  padding-top: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}

.catalog__sort .wpfFilterWrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.catalog__sort .wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
  padding: 10px 23px !important;
}

.catalog__sort-btn {
  min-height: 51px;
  border-radius: 35px;
  border-color: #d2ae6d;
}

.catalog__sort .btn--gray {
  color: #fff;
  min-width: 204px;
}

.catalog__filter {
  width: 200px;
  padding-right: 20px;
}

.catalog__filter-close {
  width: 30px;
  height: 30px;
  display: none;
}

.catalog__filter-open {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.catalog__filter+.catalog__list {
  width: calc(100% - 200px);
  padding-top: 18px;
  padding-left: 46px;
}

.catalog__list {
  width: 100%;
  padding-top: 18px;
  padding-left: 0px;
}

body.single-product .catalog__list {
  padding-top: 0;
}

.catalog__list .product__pic::after {
  padding-top: 61%;
}

.catalog__footer {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 67px;
}

.catalog__footer-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}

.catalog__footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: #ad8a48;
  font-size: 20px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
}

.catalog__footer-link.current {
  background-color: #eedec0;
  color: #925f00;
}

.catalog__footer-btn {
  min-height: 51px;
  font-size: 21px;
  text-transform: uppercase;
  width: 38%;
  color: #ad8a48;
  border-color: #ad8a48;
  border-radius: 20px;
}

.page-category {
  padding-top: 33px;
  padding-bottom: 64px;
}

.category-hit {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.category-hit .hit-product__params {
  margin-bottom: 26px;
}

.catalog-who {
  background-color: #f5f5f5;
  padding-top: 28px;
  padding-bottom: 35px;
}

.catalog-subscription {
  padding-top: 87px;
  padding-bottom: 68px;
}

.single-product .catalog-subscription {
  padding-top: 20px;
}

.footer {
  background: rgba(0, 0, 0, 0.8) url('../assets/images/footer.png') no-repeat center top;
  color: #b0b0b0;
  min-height: 330px;
  padding-top: 68px;
  padding-bottom: 11px;
  border-radius: 0 115px 0 0;
  margin-top: auto;
}

.footer__container {
  max-width: 1154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer__column:nth-child(1) {
  width: 25.5%;
}

.footer__column:nth-child(2) {
  width: 32.5%;
}

.footer__column:last-child {
  width: 30%;
}

.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__item {
  margin-bottom: 10px;
}

.footer__link {
  color: #7b7b7b;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 300;
  line-height: 1;
}

.footer__link:hover {
  color: #959595;
}

.footer__contact-link {
  font-size: 33px;
  color: #b0b0b0;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__contact-link:hover {
  color: #959595;
}

.footer__socials .socials-link:hover path {
  fill: #959595;
}

.footer__text {
  margin-bottom: 15px;
  margin-top: 0;
}

.footer__text:nth-child(3) {
  margin-bottom: 6px;
}

.footer__text-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}

.footer__copyright-text {
  font-size: 14px;
  opacity: 0.7;
  margin: 0;
}

.form {
  position: relative;
}

.form__body {
  margin: 0 auto;
  max-width: 800px;
}

.form__title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}

.form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__line p {
  margin: 0;
}

.form__line~.form__line {
  margin-top: 15px;
}

.form__line>span {
  display: block;
  width: 100%;
}

.form__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__close {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.form__input,
.form__select {
  padding: 0 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.form__input.error {
  border-color: #bc3324;
}

.form__input-medium {
  height: 55px;
}

.form__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: 20px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 9.5L12 14.5L7 9.5' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

.checkboxes {
  font-size: 13px;
}

.form__check,
.checkboxes input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.checkboxes .wpcf7-list-item {
  margin: 0;
}

.form__check+label,
.checkboxes input[type=checkbox]+.wpcf7-list-item-label {
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  display: block;
}

.form__check+label::before,
.checkboxes input[type=checkbox]+.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #d7a64d;
}

.form__check+label a,
.checkboxes a {
  color: #d7a64d;
  border-bottom: 1px dotted;
}

.form__check:checked+label::before,
input[type=checkbox]:checked+.wpcf7-list-item-label::before {
  background: url(../assets/icons/checkbox-active.svg) no-repeat;
  border-color: transparent;
  background-size: cover;
}

.form__check.error+label::before {
  border-color: #bc3324;
}

.form__radio {
  position: absolute;
  opacity: 0;
}

.form__radio+label {
  position: relative;
  padding-left: 30px;
  display: block;
}

.form__radio+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__radio:checked+label::before {
  border-color: #4497e4;
  background: #4497e4;
  background-size: contain;
  padding: 7px;
  background-clip: content-box;
}

.form__radio.error+label::before {
  border-color: #bc3324;
}

.form__footer {
  padding-top: 15px;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  opacity: 1;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  opacity: 1;
  color: inherit;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  opacity: 1;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.check__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}

.check__input:checked~.check__mark {
  background-color: #e5c996;
}

.check__input:checked~.check__mark::after {
  opacity: 1;
}

.check__mark {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #e5c996;
  border-radius: 9px;
  background-color: #f1f1f1;
  margin-right: 9px;
}

.check__mark::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #925f00;
  opacity: 0;
}

.filter-panel {
  color: #000;
}

.filter-panel__item,
body .catalog__filter [id*="wpfMainWrapper-"] .wpfFilterWrapper {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.filter-panel__item:last-child {
  margin-bottom: 0;
}

.filter-panel__item--active .filter-panel__content {
  max-height: 800px;
}

.filter-panel__item--active .filter-panel__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-panel__link-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-panel__link-all .filter-panel__arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter-panel__header,
.catalog__filter [id*="wpfMainWrapper-"] .wpfFilterWrapper .wpfFilterTitle {
  width: 100%;
  border: none;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  line-height: 1;
  margin-bottom: -1px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}

.filter-panel__content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  color: #000000;
  font-size: 16px;
}

.filter-panel__content-body,
body .wpfCheckboxHier {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-panel__content._open {
  max-height: 600px;
}

.filter-panel__arrow {
  margin-left: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #eedec0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-panel__arrow svg {
  width: auto;
  height: auto;
  position: relative;
  top: 1px;
}

.filter-panel__reset,
body .wpfClearButton.wpfButton {
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  padding: 0;
  min-height: 35px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

.filter-panel__reset:hover,
body .wpfClearButton.wpfButton:hover {
  color: #AD8A48;
}

.pp-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -300;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pp-window__wrap {
  position: relative;
  width: 100%;
  max-width: 1010px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.pp-window__form {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  width: 100%;
}

.pp-window__form input[type="text"],
.pp-window__form input[type="tel"],
.pp-window__form input[type="email"] {
  height: 45px;
  border-radius: 20px;
  color: #a26a12;
}

.pp-window__form .form__check+label {
  font-size: 12px;
  padding-left: 23px;
}

.pp-window__form .form__check+label a {
  color: #a26a12;
  border-bottom: 1px dotted;
}

.pp-window__form .form__check+label::before {
  border-color: #a26a12;
  width: 15px;
  height: 15px;
  top: -1px;
}

.pp-window__form .form__check:checked+label::before {
  background: #a26a12;
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 3px;
  background-clip: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pp-window__form .form__line~.form__line {
  margin-top: 0;
}

.pp-window__form .form__line:last-child {
  margin-top: 15px;
}

.pp-window__form-columns {
  margin-top: 5px;
  margin-bottom: 5px;
  gap: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* input[type="text"],
      input[type="tel"],
      input[type="email"] {
        border: 0;
      } */
}

.pp-window__form-columns .form__line {
  width: calc(50% - 5px);
}

.pp-window__form-columns .form__line~.form__line {
  margin-top: 0;
}

.pp-window__form .pp-window__column:nth-child(1) {
  padding-left: 20px;
  padding-top: 20px;
}

.pp-window__form .pp-window__form-message {
  color: #a60000;
  font-size: 12px;
  padding-left: 23px;
  padding-top: 10px;
}

.pp-window__form .pp-window__column:nth-child(2) {
  padding-left: 40px;
  padding-top: 20px;
}

.pp-window__form--active {
  z-index: 1;
  opacity: 1;
}

.pp-window__column {
  width: 50%;
}

.pp-window__column:nth-child(2) {
  padding-right: 20px;
}

.form__header-col {
  width: 50%;
}

.form__header-col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  text-align: right;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  font-size: 25px;
  text-transform: uppercase;
  color: #a26a12;
  padding-right: 20px;
  background: rgba(238, 238, 238, 0.8) url("../assets/images/form-logo.png") no-repeat left bottom;
}

.form__header-col:nth-child(2) {
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #925f00;
  font-size: 18px;
}

.form__header-col:nth-child(2) .form__header-art {
  font-size: 13px;
  color: #7b7b7b;
  margin-top: 0;
  margin-bottom: 20px;
}

.form__header-col:nth-child(2) .form__header-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.form__header-col:nth-child(2) .st-1 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.form__header-col:nth-child(2) .st-1 span {
  font-weight: bold;
}

.form__header-col:nth-child(2) .st-2 {
  color: #514e4e;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1;
}

.form__header-col:nth-child(2) .st-3 {
  margin: 0;
}

.submit-order {
  background-color: #eedec0;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  color: #925f00;
  font-size: 18px;
  position: relative;
}

.submit-order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-order__header b {
  font-size: 22px;
}

.submit-order .btn--gray {
  background-color: #d2ae6d;
  min-height: 59px;
  border-radius: 20px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
}

.pp-window__form .submit-order p {
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
}

.submit-order-warning {
  padding: 20px 20px 0px 57px;
  position: relative;
  color: #925f00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-order-warning p {
  margin: 0;
}

.submit-order-warning .warning-svg {
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  margin-top: 1px;
}

.show-event-popup .pp-window {
  z-index: 99999;
  opacity: 1;
}

.show-event-popup .pp-window__wrap {
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grouped-selects-list .selectric .label {
  margin-right: 37px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; */
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  /* *font: 0/0 a !important; */
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-wrapper {
  position: relative;
}

.selectric-wrapper::after,
.selectric-wrapper::before {
  content: "";
  position: absolute;
  top: 23px;
  width: 8px;
  height: 2px;
  background-color: #a26a12;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 10;
}

.selectric-wrapper::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectric-wrapper::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog__sort .selectric-wrapper::after,
.catalog__sort .selectric-wrapper::before {
  top: 25px;
}

.selectric-open {
  z-index: 10;
}

.selectric-open.selectric-wrapper:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectric-open.selectric-wrapper:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectric-open .selectric-items {
  display: block;
  margin-top: 5px;
  width: 100% !important;
}

.selectric {
  height: 45px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #d9d9d9;
  color: #a26a12;
}

.selectric .button {
  display: none;
}

.selectric .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0 16px;
  margin: 0 17px;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  color: #a26a12;
}

.catalog__sort .selectric {
  height: 51px;
  border-radius: 35px;
  background: transparent;
  border: 1px solid #d2ae6d;
  color: #a26a12;
  min-width: 194px;
}

.catalog__sort .selectric .button {
  display: none;
}

.catalog__sort .selectric .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0 16px;
  margin: 0 25px;
  height: 100%;
  font-size: 17px;
  line-height: 1;
  color: #a26a12;
}

.selectric-items {
  border-radius: 5px;
  border: none;
  background-color: #d3d5d9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.selectric-items .selectric-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

.selectric-items li {
  padding: 10px 23px;
  font-size: 16px;
}

@media (max-width: 1339px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .interesting {
    margin-left: auto;
    margin-right: auto;
  }

  .interesting__items .owl-nav .owl-prev {
    left: 10px;
  }

  .interesting__items .owl-nav .owl-next {
    right: 10px;
  }

  .home-hit-product .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-delivery-info .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-popular-cat .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-promo-product .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-calculator .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-who .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-subscription .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-news .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 13px;
  }

  .single-product__left {
    width: 100%;
  }

  .single-product__slider {
    border: 0;
    width: 100%;
  }

  .single-product__picture {
    border-radius: 20px;
  }

  .single-product__picture::after {
    padding-top: 45%;
  }

  .single-product__thumbnails {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 20px;
  }

  .single-product__thumb {
    width: 150px;
  }

  .single-product__thumb::after {
    padding-top: 80%;
  }

  .single-product__right {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    width: 100%;
  }

  .quantity-single button,
  .quantity-single input {
    height: 35px;
    font-size: 18px;
  }
}

@media (max-width: 1170px) {
  .hit-product__card {
    width: calc(50% - 16px);
  }

  .hit-product__pic::after {
    padding-top: 56%;
  }

  .delivery-info .before {
    right: -6px;
  }

  .home-calculator {
    padding: 60px 0;
  }

  .news__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 25px);
    flex: 1 1 calc(50% - 25px);
  }

  .news__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 25px);
    flex: 1 1 calc(100% - 25px);
  }

  .product__card {
    width: calc(50% - 32px);
  }

  .product__pic::after {
    padding-top: 56%;
  }
}

@media (max-width: 1169px) {
  .header__content {
    width: calc(100% - 134px);
  }

  .header__logo {
    margin-left: 0;
  }

  .header__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .header__nav .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    height: 0;
    background-color: transparent;
    z-index: 12;
    padding: 0 0 0 20px;
    margin: 0;
  }

  .header__nav {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -8888;
    border-top: 1px solid #d3d5d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__nav.active {
    visibility: visible;
    opacity: 1;
    z-index: 20;
  }

  .header__nav-items {
    display: block;
  }

  .header__nav-item~.header__nav-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .header__nav-item:nth-child(1) .svg-ico {
    display: none;
  }

  .header__right {
    margin-left: 0;
  }

  .header__nav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .header-mess {
    display: none;
  }

  .home-slider__pic {
    min-height: 545px;
  }

  .home-slider__content {
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }

  .home-slider__title {
    font-size: 40px;
    padding: 26px 22px 26px 30px;
    max-width: 800px;
  }

  .home-slider__desc {
    max-width: 700px;
    padding: 0px 30px 60px 30px;
    font-size: 16px;
  }

  .home-slider__desc .eu-svg {
    width: 68px;
    height: 69px;
  }

  .home-slider__desc:has(.eu-svg) {
    padding-left: 95px;
  }

  .list-tag__items {
    gap: 15px 30px;
  }

  .interesting__pic::after {
    padding-top: 55%;
  }

  .popular-cat__item {
    width: calc(50% - 15px);
  }

  .promo-product__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .promo-product__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .who__item {
    width: calc(50% - 20px);
  }

  .category__item {
    width: calc(50% - 15px);
  }

  .contact__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact__col {
    width: 100%;
    padding-left: 0;
  }

  .contact__col:nth-child(1) {
    padding-left: 0;
  }

  .contact__col-title {
    font-size: 18px;
  }

  .contact__col-phone {
    font-size: 30px;
  }

  .contact__col-label {
    padding-left: 0;
  }

  .contact__col-socials {
    padding-left: 0;
  }

  .contact-feedback__col:nth-child(1) {
    padding-left: 20px;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    border-radius: 0 0 20px 20px;
  }

  .contact-feedback__col:nth-child(1)::before {
    display: none;
  }

  .contact-feedback__col:nth-child(2) {
    width: 100%;
    padding-left: 20px;
  }

  .contact-tabs {
    border-radius: 0;
  }

  .contact-address {
    margin-right: 0;
  }

  .contact-addr {
    padding: 15px 20px 20px;
    border-radius: 0 0 20px 20px;
    width: 33.333%;
  }

  .contact-addr:nth-child(2) {
    padding: 15px 20px 20px;
  }

  .contact-addr:nth-child(3) {
    padding: 15px 20px 20px;
  }

  .contact-addr__title {
    font-size: 14px;
  }

  .contact-addr__mode {
    font-size: 14px;
  }

  .contact-addr__title2 {
    font-size: 14px;
  }

  .contact-addr__mode2 {
    font-size: 13px;
  }
}

@media (max-width: 959px) {
  .header__phone {
    font-size: 14px;
    margin-right: 20px;
  }

  .footer__column:nth-child(1) {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .footer__column:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .footer__column:nth-child(3) {
    width: 100%;
    text-align: center;
  }

  .footer__column:last-child {
    width: 100%;
  }

  .footer__contact {
    padding-top: 25px;
    width: 100%;
  }

  .footer__contact-link {
    font-size: 24px;
  }

  .footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer__copyright-text {
    text-align: center;
    padding-top: 25px;
  }
}

@media (max-width: 879px) {
  .home-slider__title {
    font-size: 32px;
    border-radius: 0 90px 0px 0;
  }

  .home-slider__desc {
    max-width: 100%;
  }

  .subscription {
    height: auto;
    position: relative;
    border-radius: 10px;
    padding: 20px;
  }

  .subscription__ico {
    position: absolute;
    right: 15px;
    top: 13%;
  }

  .subscription__text {
    width: 100%;
  }

  .subscription__form-input {
    width: 100%;
    margin-top: 10px;
  }

  .single-product-desc__text {
    width: 100%;
  }

  .single-product-desc__attributes {
    width: 100%;
  }

  .single-product-calc__btn {
    font-size: 13px;
    min-height: 50px;
  }

  .contact-tabs {
    width: 200px;
    height: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-tabs::after {
    display: none;
  }

  .contact-addr {
    width: 100%;
  }

  .examples__grid {
    gap: 10px;
  }

  .examples .owl-dots {
    font-size: 16px;
  }

  .examples .owl-dots .owl-dot::after {
    width: 30px;
    height: 30px;
  }

  .footer {
    border-radius: 0 60px 0 0;
  }

  .form__close {
    width: 30px;
    height: 30px;
  }

  .pp-window {
    overflow-y: auto;
  }

  .pp-window__form .pp-window__column:nth-child(2) {
    padding: 20px;
  }

  .pp-window__column {
    width: 100%;
    padding: 0 20px;
  }

  .form__header-col {
    width: 100%;
  }

  .form__header-col:nth-child(1) {
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
  }

  .form__header-col:nth-child(2) .form__header-title {
    font-size: 18px;
  }

  .form__header-col:nth-child(2) {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page__title {
    font-size: 28px;
  }

  .qa__grid {
    grid-template-columns: 1fr;
  }

  .hit-product__card {
    width: 100%;
  }

  .sobre__column-left,
  .sobre__column-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .product__card {
    width: 100%;
  }

  .single-product-desc__attributes .attribute-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }

  .single-product-desc__attributes .attribute-row .attribute-name {
    min-width: auto;
    margin-bottom: 2px;
  }

  .catalog__sort {
    gap: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog__sort-btn {
    min-height: 40px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .catalog__sort .btn--gray {
    min-width: 100px;
  }

  .catalog__filter {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    position: fixed;
    top: 0;
    background-color: #f5f5f5;
    z-index: 9999;
    left: -100%;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
  }

  .catalog__filter.active {
    left: 0;
  }

  .catalog__filter-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .catalog__filter-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    top: 20px;
    right: 20px;
    color: #d2ae6d;
  }

  .catalog__list,
  .catalog__filter+.catalog__list {
    width: 100%;
    padding-left: 0;
  }

  .catalog__footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .catalog__footer-pagination {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog__footer-link {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .catalog__footer-btn {
    min-height: 40px;
    font-size: 14px;
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .selectric-wrapper::after {
    display: none;
  }

  .selectric-wrapper::before {
    display: none;
  }

  .catalog__sort .selectric {
    height: 40px;
    min-width: 150px;
  }

  .catalog__sort .selectric .button {
    display: inline-block;
    background: transparent;
  }

  .catalog__sort .selectric .button::after {
    border-top-color: #d2ae6d;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .delivery-info__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .delivery-info__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .catalog__sort .selectric .label {
    font-size: 14px;
  }
}

@media (max-width: 699px) {
  .header__content {
    width: calc(100% - 115px);
  }

  .header__logo {
    width: 115px;
    height: 45px;
  }

  .header__phone {
    margin-right: 39px;
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .header .socials {
    display: none;
  }

  .header__left {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .header__search {
    position: static;
  }

  .header__search-form {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    width: 100%;
    left: 100%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }

  .header__search-form input {
    height: 45px;
    border-radius: 24px;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
  }

  .header__search-form .header__search-btn {
    position: absolute;
    z-index: 2;
    right: 32px;
  }

  .header__search-form.active {
    right: 0px;
    left: 0px;
    width: auto;
  }

  .header__lang {
    margin-left: 0;
  }

  .header_cart {
    position: absolute;
    right: 0px;
    top: 0;
  }

  .header_cart .mini-cart__num {
    display: none;
  }

  .home-slider__desc {
    border-radius: 0 0px 60px 60px;
  }

  .home-slider__desc:has(.eu-svg) {
    padding-left: 30px;
  }

  .home-slider__desc:has(.eu-svg) .eu-svg {
    display: none;
  }

  .promo-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .promo-product__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }

  .promo-product__right {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }

  .promo-product__pic {
    border-radius: 20px 20px 0 0;
    background-color: #f5f5f5;
  }

  .calculator__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
  }

  .calculator__button {
    min-height: 45px;
    font-size: 16px;
  }

  .home-sobre .container {
    padding-left: 15px;
  }

  .sobre__column-right {
    padding: 30px 0px 20px;
  }

  .home-who {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 649px) {
  .selectric-wrapper::after {
    right: 7px;
  }

  .selectric-wrapper::before {
    right: 17px;
  }

  .selectric .label {
    font-size: 14px;
  }

  .selectric-items li {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .single-product__picture {
    border-radius: 0 10px 10px 10px;
  }

  .single-product__thumb {
    width: 100px;
    border-radius: 0 10px 10px 10px;
  }

  .single-product__thumb::after {
    padding-top: 60%;
  }

  .single-product__params-list {
    width: 100%;
  }

  .single-product__params-sert {
    width: 100%;
    padding-top: 20px;
  }

  .single-product__bottom-item .single-product__bottom-text {
    display: none;
  }

  .single-product__variants {
    display: block;
  }

  .single-product__square-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }

  .single-product__square-value~.single-product__square-value {
    margin-top: 0;
  }

  .single-product__square {
    padding-bottom: 25px;
  }

  .single-product__title {
    font-size: 22px;
  }

  .single-product__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-product__price {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
  }

  .single-product__quick-btn {
    width: 100%;
    min-height: 50px;
    font-size: 16px;
  }

  .basket table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket__head {
    display: none;
  }

  .basket__item td {
    padding: 13px;
  }

  .basket__item td[data-title]::before {
    content: attr(data-title);
    display: inline-block;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: normal;
    margin-right: 10px;
    min-width: 60px;
  }

  .basket__item td:nth-child(1) {
    padding-top: 0;
    vertical-align: top;
  }

  .basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 35px;
  }

  .basket__images {
    padding-top: 0;
  }

  .basket__image {
    width: 45px;
    border-radius: 5px;
  }

  .basket__product {
    width: calc(100% - 70px);
    position: relative;
  }

  .woocommerce table.shop_table td {
    border: 0;
  }

  .basket__price {
    width: 100%;
    text-align: left;
  }

  .basket__price-sum {
    width: 100%;
    text-align: left;
  }

  .basket__quantity .quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .basket__remove {
    position: absolute;
    top: -22px;
    right: 0;
    margin-top: 0;
  }

  .basket__footer {
    font-size: 14px;
  }

  .basket__footer-btn,
  .basket__footer-sum {
    width: 100%;
    min-height: 45px;
  }

  .basket__footer-sum {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order .basket__footer {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .order__col-left {
    width: 100%;
    padding: 20px;
  }

  .order__col-right {
    width: 100%;
    padding: 20px;
  }

  .order__form-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order__form-column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order__form-column input[type="text"],
  .order__form-column input[type="tel"],
  .order__form-column input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
  }

  .order__radios {
    gap: 10px 0;
  }

  .order__radio {
    width: 49%;
    font-size: 13px;
  }

  .order-popup__inner .close-svg {
    width: 22px;
    height: 22px;
  }

  .order-popup__head {
    font-size: 25px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

@media (max-width: 499px) {
  .home-slider__title {
    font-size: 24px;
    border-radius: 0 60px 0px 0;
  }

  .interesting__pic::after {
    padding-top: 65%;
  }

  .interesting__items .owl-nav .owl-prev {
    left: -12px;
  }

  .interesting__items .owl-nav .owl-next {
    right: -12px;
  }

  .sobre__text {
    padding-left: 36px;
  }

  .sobre .ryki-svg {
    width: 30px;
    height: 30px;
  }

  .home-who__title {
    font-size: 28px;
    text-align: center;
  }

  .who__item {
    width: 100%;
  }

  .subscription__ico {
    width: 50px;
    height: 60px;
    right: -6px;
    top: -12%;
  }

  .subscription__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .subscription__form {
    width: 100%;
  }

  .contact__col-email {
    font-size: 24px;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-map {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #js-contactsMap {
    height: 400px;
  }

  .contact-tabs {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact-addr__title {
    margin-bottom: 23px;
    line-height: 1.4;
  }

  .contact-addr__mode .svg-ico {
    top: -8px;
  }
}

@media (max-width: 480px) {
  .popular-cat__item {
    width: 100%;
  }

  .category__item {
    width: 100%;
  }
}

.page-delivery .post__thumbnail img {
  max-height: 250px;
}