@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../fonts/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}
.proposal_items{
  display:flex;
  flex-direction: row;
  
}
body {
  line-height: 1;
  font-family: "Jost";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Jost";
}
.d_none{
  display:none !important;
}
input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
._error{
  color:red!important;
}
.form_error{
  border:1px solid red;
}
.article__title {
  text-align: center;
}
._title{
  color: #261645;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:10px;
}
span.policy,
span.terms {
    cursor: pointer;
    text-decoration: underline;
}
a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #353132;
  font-size: 16px;
  line-height: 1.2;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}
.product-content-row {
  font-size:16px;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px dashed rgba(51, 51, 51, 0.5);
    margin-bottom: 10px;
  line-height: 1.5;
}
.product-content-row p {
    margin: 0;
    
    background-color:#fff;
    margin-bottom: -5px;
}
.accardeon-card__text a{
  color:#C7AF8D;
}
.product-content-row p:first-of-type {
    color: #000; /* your desired color */
}

/* optional: reset color for other p elements */
.product-content-row p:not(:first-of-type) {
    color: initial; /* or another color */
}
.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #353132;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  cursor: pointer;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  padding: 0px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 50px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #353132;
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  font-size: 16px;
}

.select__option {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.label {
  color: #353132;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  min-height: 50px;
  color: #BABABA;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.input:focus {
  border-color: #353132;
}

.input._focus {
  color: #353132;
}

.input._error {
  border-color: #ee1212;
}

textarea.input {
  resize: none;
  padding: 14px 20px;
  height: 148px;
}

.form__error {
  font-size: 16px;
  color: #ee1212;
  display: inline-block;
  margin-top: 10px;
}

.file {
  display: block;
}

.file__input {
  display: none;
}

.file__content {
  border: 1px dashed #969696;
  background: #FFF;
  padding: 14px 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 10px;
  color: #969696;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
}

.file__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__content::before {
  background: url("../img/icons/check.svg") center/14px no-repeat, #C7AF8D;
  border-color: #C7AF8D;
}

.checkbox__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #353132;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.checkbox__content::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #D1D1D6;
}
.filter__list .checkbox__content::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
    margin: 0 12px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #D1D1D6;
}
.checkbox__content::before._error {
  border:1px solid red;
}
.checkbox a {
  color: #C7AF8D;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__content {
  border-color: #353132;
}

.options__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  color: #353132;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #E4E4E4;
}

.quantity {
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E4E4E4;
  padding: 12px 20px;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -7px;
  background-color: #353132;
  width: 14px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #353132;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
  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;
  max-height: 100%;
  max-width: 100%;
}

._btn {
  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;
  text-align: center;
  min-height: 54px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #C7AF8D;
  padding: 10px 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.request-send__button{
  width:150px;
}
._btn._dark {
  background: #353132;
  color: #fff;
}

._btn._stroke {
  border: 1px solid #C7AF8D;
  color: #C7AF8D;
  background: none;
}

._btn._stroke._dark {
  border-color: #353132;
  color: #353132;
  background: none;
}

._like {
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

._like:not(._active) svg path {
  fill: none;
}

._like svg path {
  fill: #C7AF8D;
  stroke: #C7AF8D;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block,
._tabs-block-2 {
  display: none;
}

._tabs-block._active,
._tabs-block-2._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style {
  font-family: "Jost";
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

.gm-style .gm-style-iw-c {
  padding: 0px !important;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
          box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  background: #fff;
  max-width: 362px !important;
  max-height: 350px !important;
}

.gm-style-iw-ch {
  display: none;
}

.gm-ui-hover-effect {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  width: 24px !important;
  height: 24px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gm-ui-hover-effect span {
  margin: 0px !important;
  background-color: #999a9b;
}

.gm-style .gm-style-iw-tc {
  width: 40px;
}

.gm-style .gm-style-iw-tc::after {
  width: 40px;
}

.gm-style-iw-d {
  max-height: 100% !important;
}

.gmnoprint,
.gm-fullscreen-control {
  display: none;
}

.gm-style-iw-d {
  overflow: visible !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.marker {
  padding: 32px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  overflow: visible;
}

.marker__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.marker__image img {
  width: 100%;
  max-width: 100%;
}

.marker__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.marker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.marker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.marker__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2px;
}

.marker__value {
  color: #353132;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 4px;
  line-height: 1.3;
}

.marker__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0; }

.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -8.5px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 3px;
  background-color: #D1D1D6;
  margin: 12px 10px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #D1D1D6;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #C7AF8D;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background-color: #C7AF8D;
  border-radius: 50%;
  cursor: default;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

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

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.pagging__item {
  width: 50px;
  height: 50px;
  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;
  text-align: center;
  color: #353132;
  font-size: 20px;
  font-weight: 300;
  border: 1px solid #353132;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.pagging__item._active {
  color: #fff;
  background: #353132;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding:30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.request-send__title {
        color: #353132;
    font-size: 32px;
    font-weight: 400;
}
.request-send__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
}
.popup._right {
  padding: 0px;
  overflow: hidden;
}

.popup._right .popup__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#contact-accept .popup__body{
  text-align:center;
}
.popup._right .popup__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100vh;
  overflow-y: auto;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(1) translateX(100%);
      -ms-transform: scale(1) translateX(100%);
          transform: scale(1) translateX(100%);
}

.popup::before {
  content: "";
  background-color: rgba(28, 28, 28, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}
.popup.show .popup_terms_body,
.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}
.popup._active .popup_terms_body,
.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 440px;
}
.popup_terms_body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 760px;
}

.popup__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") center/cover no-repeat;
}

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

.buy-click__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E4E4;
}

.buy-click__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #353132;
  font-size: 24px;
}

.buy-click__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.buy-click__close img,
.buy-click__close svg {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

.buy-click__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.buy-click__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.buy-click__product {
  border-bottom: 1px solid #E4E4E4;
}

.buy-click__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.buy-click__label {
  margin-bottom: 10px;
}

.buy-click__button {
  width: 100%;
  text-transform: unset;
}

.product-buy-click {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  padding: 20px 0px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.product-buy-click__image {
  aspect-ratio: 1;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
}

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

.product-buy-click__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-buy-click__name {
  font-size: 16px;
  font-weight: 300;
}

.product-buy-click__name a {
  color: inherit;
}

.product-buy-click__price {
  font-size: 16px;
}

.product-buy-click__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 5px;
  flex-direction:column;
}

.product-buy-click__detail {
  color: #353132;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-buy-click__detail span {
  font-weight: 500;
  color: #C7AF8D;
}

.header {
  background: #fff;
  border-bottom: 1px solid #353132;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.main-header {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 1fr 150px 1fr;
  grid-template-columns: 1fr 150px 1fr;
}

.main-header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.main-header__column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-header__stores {
  min-height: 36px;
  padding: 5px 20px;
  color: #353132;
}

.main-header__logo img,
.main-header__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 5px;
}

.main-header__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.main-header__action svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-header__action svg path[fill] {
  fill: #353132;
}

.main-header__action svg path[stroke] {
  stroke: #353132;
}

.bottom-header {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr;
}

.bottom-header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.bottom-header__column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bottom-header__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 16px;
  color: #353132;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.bottom-header__phone img,
.bottom-header__phone svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.bottom-header__phone svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.bottom-header__phone svg path[fill] {
  fill: #353132;
}

.bottom-header__phone svg path[stroke] {
  stroke: #353132;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  color: #353132;
  font-size: 16px;
  line-height: 1.4;
}

.list-menu a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.list-menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-list__item {
  padding: 0px 12px;
  color: #B4B4B4;
  font-size: 16px;
}

.language-list__item a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.language-list__item:not(:last-child) {
  border-right: 1px solid #B4B4B4;
}

.language-list__item:first-child {
  padding-left: 0;
}

.language-list__item:last-child {
  padding-right: 0;
}

.language-list__item._active {
  color: #353132;
}

.language {
  position: relative;
}

.language__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  color: #353132;
}

.language__head._active .language__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language__arrow {
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.language__body {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: -10px;
  width: calc(100% + 20px);
  background: #fff;
  overflow-y: auto;
}

.language__item {
  font-size: 16px;
  display: block;
  color: #353132;
  padding: 8px 10px;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.search {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 0px 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100dvh;
  overflow-y: hidden;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search:not(._active) {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
  visibility: hidden;
}

.search:not(._result) .search__results {
  display: none;
}

.search__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.search__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  overflow: hidden;
}

.search__close {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__title {
  color: #353132;
  font-size: 32px;
  text-align: center;
}

.search__form {
  margin-top: 18px;
  width: 100%;
  max-width: 500px;
}

.search__input {
  padding: 12px 0px;
  border-bottom: 1px solid #353132;
  color: #BABABA;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.search__input._focus {
  color: #353132;
}

.search__input:focus {
  border-color: #C7AF8D;
}

.search__results {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.result-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.result-search__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
}

.product-result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.product-result__image {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.product-result__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-result__body {
  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;
  row-gap: 5px;
  font-size: 14px;
  color: #353132;
}

.product-result__name {
  font-weight: 300;
}

.product-result__name a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.product-result__art {
  text-transform: uppercase;
  font-size: 12px;
}

.product-result__art b {
  color: #C7AF8D;
  font-weight: 500;
}

.product-added {
  border: 1px solid #E4E4E4;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1);
  position: fixed;
  top: 89px;
  right: 50px;
  z-index: 2;
  width: calc(100vw - 40px);
  max-width: 380px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.product-added:not(._active) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  visibility: hidden;
}

.product-added__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-added__title {
  color: #353132;
  font-size: 22px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-added__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

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

.product-added__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.product-added__image {
  aspect-ratio: 1;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.product-added__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-added__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 5px;
}

.product-added__name {
  color: #353132;
  font-size: 14px;
  font-weight: 300;
}

.product-added__name a {
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
  color: inherit;
}

.product-added__price {
  color: #353132;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-added__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
  color: #353132;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-added__other li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.product-added__other li b {
  font-weight: 500;
}

.product-added__other li span:nth-child(2) {
  color: #C7AF8D;
}

.icon-menu {
  display: none;
}

.footer {
  background: #181818;
}

.footer__main {
  padding: 80px 0px 40px;
}

.footer__bottom {
  padding: 20px 0px;
  border-top: 1px solid rgba(164, 120, 100, 0.25);
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.main-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.main-footer__top._active .main-footer__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-footer__title {
  color: #C7AF8D;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-footer__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.main-footer__body {
  margin-top: 14px;
}

.main-footer__list {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.main-footer__list a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-footer__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.main-footer__city {
  color: #C7AF8D;
  font-size: 16px;
  font-weight: 300;
}

.main-footer__stores-list {
  margin-top: 14px;
}

.main-footer__socials {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.main-footer__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.main-footer__social svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-footer__social svg path[fill] {
  fill: #C7AF8D;
}

.main-footer__social svg path[stroke] {
  stroke: #C7AF8D;
}

.info-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 226px;
}

.info-main-footer__logo {
  width: 100%;
  max-width: 150px;
}

.info-main-footer__logo img,
.info-main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.info-main-footer__text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.bottom-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.bottom-footer__copy {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.bottom-footer__dev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

.bottom-footer__dev img,
.bottom-footer__dev svg {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.banner {
  position: relative;
}

.banner__slide {
  position: relative;
  min-height: 600px;
  height: calc(100dvh - 89px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#A0A7AF), color-stop(7.18%, #A1A8B0), color-stop(17.09%, #A3AAB2), color-stop(25.38%, #A5ACB4), color-stop(31.49%, #A6ADB5), color-stop(38.55%, #A9ADB6), color-stop(47.78%, #ABB0B6), color-stop(55.38%, #ACB1B7), color-stop(62.85%, #ADB2B8), color-stop(70.73%, #ADB0B5), color-stop(76.43%, #ADB2B6), color-stop(83.35%, #AEB3B7), color-stop(90.01%, #AEB3B9), color-stop(95.17%, #AFB4BA), to(#AFB4BA));
  background: linear-gradient(180deg, #A0A7AF 0%, #A1A8B0 7.18%, #A3AAB2 17.09%, #A5ACB4 25.38%, #A6ADB5 31.49%, #A9ADB6 38.55%, #ABB0B6 47.78%, #ACB1B7 55.38%, #ADB2B8 62.85%, #ADB0B5 70.73%, #ADB2B6 76.43%, #AEB3B7 83.35%, #AEB3B9 90.01%, #AFB4BA 95.17%, #AFB4BA 100%);
}

.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.banner__body {
  width: 100%;
  max-width: 700px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  z-index: 1;
}

.banner__title {
  color: #353132;
  font-size: 73px;
  font-weight: 300;
}

.banner__text {
  margin-top: 17px;
  font-size: 28px;
  font-weight: 300;
}

.banner__button {
  margin-top: 40px;
  min-height: 48px;
  padding: 5px 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.banner__image {
  position: absolute;
  right: -10%;
  width: 1169px;
  top: 0;
  min-height: 100%;
}

.banner__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.banner__pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  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;
}

.banner__pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.banner__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .progress-ring {
  display: none;
}

.banner__pagination .swiper-pagination-bullet .progress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.banner__pagination .swiper-pagination-bullet .progress-ring__circle {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-linecap: round;
  stroke: #fff;
  stroke-width: 2;
  fill: transparent;
}

.banner__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.banner__arrow svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.banner__arrow svg path[fill] {
  fill: #fff;
}

.banner__arrow svg path[stroke] {
  stroke: #fff;
}

.section-category._acc {
  background: #FDF9F2;
  border-top: 1px solid #E4E4E4;
}

.section-category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.section-category__item {
  padding: 40px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px;
  grid-template-columns: 1fr 140px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.section-category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}

.section-category__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.section-category__category {
  color: #C7AF8D;
  font-size: 14px;
  text-transform: uppercase;
}

.section-category__name {
  color: #353132;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

.section-category__details {
  color: #353132;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
  text-transform: uppercase;
}

.section-category__details img,
.section-category__details svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.section-category__details svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.section-category__details svg path[fill] {
  fill: #353132;
}

.section-category__details svg path[stroke] {
  stroke: #353132;
}

.section-category__image {
  aspect-ratio: 1;
}

.section-category__image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.benefits {
  background: #FDF9F2;
  padding: 50px;
}

.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin: -5px -20px -10px;
  padding: 5px 20px 10px;
  overflow-x: auto;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.benefits__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.benefits__text {
  color: #353132;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}

.product-section {
  padding: 80px 0px;
}

.product-section__content {
  margin-top: 30px;
}

.product-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
}

.product-section__item:not(:last-child) {
  margin-right: 20px;
}

.head-product-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-product-section__arrow {
  cursor: pointer;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}

.head-product-section__arrow svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.head-product-section__arrow svg path[fill] {
  fill: #353132;
}

.head-product-section__arrow svg path[stroke] {
  stroke: #353132;
}

.head-product-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #353132;
  row-gap: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.head-product-section__title {
  line-height: 1.4;
  font-size: 42px;
}

.head-product-section__more {
  color: #353132;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.head-product-section__decore {
  width: 60px;
  height: 1px;
  background: #C7AF8D;
  position: relative;
  margin-top: 12px;
}

.head-product-section__decore::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #C7AF8D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background: #fff;
  z-index: 1;
}

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

.product__head {
  position: relative;

}

.product__head .product__buy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product__image {
  aspect-ratio: 1;
  position: relative;
  display: block;
  width: 100%;
}

.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .product__img {
  display: block;
}

.product .product__img-hover {
  display: none;
}

.product__like {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product__mods {
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 5px;
}

.product__mod {
  color: #353132;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 5px;
  background: #C7AF8D;
}

.product__buy {
  width: 100%;
  font-size: 14px;
  min-height: 44px;
  text-transform: uppercase;
}

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

.product__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__category {
  color: #C7AF8D;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.product__name {
  font-size: 20px;
  color: #353132;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__name a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.product__art {
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 300;
}

.product__price {
  color: #353132;
  font-size: 20px;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  line-height: 1;
}
.product-result__price._new,
.product__price span._new {
  color: #EB1C5E;
}
.product-result__price._old,
.product__price span._old {
  color: #999;
  text-decoration: line-through;
}

.metal-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.metal-type__item {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  display: block;
}

.metal-type__item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
}

.metal-type__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.metal-type__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s 0s;
  transition: -webkit-transform 0.6s 0s;
  transition: transform 0.6s 0s;
  transition: transform 0.6s 0s, -webkit-transform 0.6s 0s;
}

.metal-type__body {
  position: absolute;
  inset: 0;
  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;
  text-align: center;
}

.metal-type__name {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-info {
  padding: 50px 0px;
  border-bottom: 1px solid #E4E4E4;
}

.page-info._no-b {
  border: none;
}

.page-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 10px;
}

.page-info__title {
  font-size: 42px;
  color: #353132;
}

.page-info__subtitle {
  font-size: 24px;
  font-weight: 300;
}

.breadcrums {
  color: #353132;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.breadcrums__item a {
  color: #989898;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 8px;
}

.breadcrums__item:not(:last-child)::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #989898;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.contacts {
  padding: 50px 0px;
}

.contacts__container {
  max-width: 980px;
}

.contacts__wrapper {
  background: #FFF;
  -webkit-box-shadow: 0 12px 44px 0 rgba(28, 32, 48, 0.06);
          box-shadow: 0 12px 44px 0 rgba(28, 32, 48, 0.06);
  padding: 50px 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.contacts__map {
  margin-top: 50px;
  min-width: 100%;
  height: 380px;
  position: relative;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.info-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  line-height: 1.4;
}

.info-contacts__title {
  color: #353132;
  font-size: 28px;
  font-weight: 300;
}

.info-contacts__body {
  margin-top: 5px;
}

.info-contacts__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  color: #353132;
  font-weight: 400;
}

.info-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.info-contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}

.info-contacts__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.info-contacts__social svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.info-contacts__social svg path[fill] {
  fill: #C7AF8D;
}

.info-contacts__social svg path[stroke] {
  stroke: #C7AF8D;
}

.callback__title {
  color: #353132;
  font-size: 28px;
  font-weight: 300;
}

.callback__form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.callback__label {
  display: inline-block;
  margin-bottom: 10px;
}

.callback__button {
  width: 100%;
}

.stores {
  padding: 50px 0px;
}

.stores__navigate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.stores__type {
  padding: 5px 20px;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #8C8C8C;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stores__type._active {
  background: #C7AF8D;
  color: #353132;
  border-color: #C7AF8D;
}

.stores__type._active svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stores__type._active svg path[fill] {
  fill: #353132;
}

.stores__type._active svg path[stroke] {
  stroke: #353132;
}

.stores__type img,
.stores__type svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.stores__type svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stores__type svg path[fill] {
  fill: #8C8C8C;
}

.stores__type svg path[stroke] {
  stroke: #8C8C8C;
}

.stores__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 600px 1fr;
  grid-template-columns: 600px 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.stores__map {
  height: 100%;
}

.stores__map #map {
  min-height: 700px;
  height: 100%;
  width: 100%;
}

.list-stores__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
}

.list-stores__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #353132;
  font-size: 18px;
  text-align: center;
  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;
  position: relative;
  padding: 0px 10px 12px;
  cursor: pointer;
}

.list-stores__item._active {
  font-weight: 600;
}

.list-stores__item._active::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #353132;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
}

.list-stores__location {
  border-bottom: 1px solid #E4E4E4;
}

.store {
  padding: 24px 0px;
}

.store__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  cursor: pointer;
}

.store__main._active .store__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.store__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #353132;
  font-size: 18px;
}

.store__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.store__body {
  margin-top: 24px;
  display: none;
}

.store__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}

.store__image {
  aspect-ratio: 4/3;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.store__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.store__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.store__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.store__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 4px;
}

.store__value {
  color: #353132;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.4;
}

.store__value a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.catalog-category__item {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
          width:170px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 10px;
  color: #353132;
}

.catalog-category__image {
  background: #F3F3F3;
  border: 1px solid #E4E4E4;
  width: 100px;
  height: 100px;
  border-radius: 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;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.catalog-category__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.catalog-category__name {
  font-size: 18px;
}

.catalog-category__name span {
  color: #B1B1B1;
  font-size: 16px;
}

.catalog {
  padding: 50px 0px;
}

.catalog__content {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.catalog__body {
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.catalog__footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.head-catalog {
  padding: 30px 20px;
  margin: 0px -20px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.head-catalog__count {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #353132;
  font-size: 16px;
}

.head-catalog__filter-btn {
  font-size: 14px;
  color: #353132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  background: none;
}

.head-catalog__filter-btn img,
.head-catalog__filter-btn svg {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.head-catalog__filter-btn svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.head-catalog__filter-btn svg path[fill] {
  fill: #353132;
}

.head-catalog__filter-btn svg path[stroke] {
  stroke: #353132;
}

.head-catalog__sort {
  border: none;
}

.head-catalog__sort .select__title {
  border: none;
}

.head-catalog__sort .select__value {
  padding: 0px;
  min-height: 0px;
  font-weight: 400;
}

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

.filter__fieds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}

.filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}

.filter__top._active .filter__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter__name-section {
  color: #353132;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.filter__body {
  display: none;
  margin-top: 20px;
}

.filter__body._md2 {
  display: block;
}

.filter__footer {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.filter__reset {
  width: 100%;
  color: #9a9a9a;
  border-color: #9A9A9A !important;
}

.filter__reset svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.filter__reset svg path[fill] {
  fill: #9A9A9A;
}

.filter__reset svg path[stroke] {
  stroke: #9A9A9A;
}

.head-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px;
}

.head-filter__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.head-filter__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.head-filter__title {
  font-size: 18px;
  font-weight: 500;
  color: #353132;
}

.head-filter__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  color: #353132;
  font-size: 18px;
  font-weight: 300;
}

.list-category-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: inherit;
}

.list-category-filter__item span {
  color: #B1B1B1;
  font-size: 16px;
  margin-left: auto;
}

.price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.price-filter__value {
  color: #8C8C8C;
  font-size: 16px;
}

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

.card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50%)[2];
  grid-template-columns: repeat(2, 50%);
  border-bottom: 1px solid #353132;
}

.card__body {
  border-left: 1px solid #353132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px calc((100vw - 1500px) / 2) 30px 60px;
}

.card__title {
  color: #353132;
  font-size: 42px;
  font-weight: 400;
}

.card__like {
  color: #353132;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card__like img,
.card__like svg {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.card__like:not(._active) svg path {
  stroke: #353132;
}

.card__price {
  color: #353132;
  font-size: 24px;
  font-weight: 400;
}

.card__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.card__options > span {
  font-size: 14px;
  color: #353132;
  text-transform: uppercase;
}

.card__actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 144px 1fr 1fr;
  grid-template-columns: 144px 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  width: 100%;
}

.card__buy {
  padding: 5px 10px;
}

.card__buy-click {
  padding: 5px 10px;
}

.card__accardeon {
  width: 100%;
}

.card__benefits {
  width: 100%;
}

.main-gallery-card {
  position: relative;
}

.main-gallery-card__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  aspect-ratio: 1;
  position: relative;
}
.main-gallery-card__slide video,
.main-gallery-card__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery-card__gift {
  position: absolute;
  bottom: 40px;
  right: 40px;
  -webkit-box-shadow: 0px 32px -8px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 32px -8px rgba(12, 12, 13, 0.1);
  border-radius: 200px;
  background: #fff;
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 8px 20px;
  color: #353132;
  font-size: 18px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-gallery-card__gift img,
.main-gallery-card__gift svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.thumbs-gallery-card__slide {
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
}
.thumbs-gallery-card__slide video,
.thumbs-gallery-card__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.details-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
}

.details-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #353132;
  font-size: 14px;
  text-transform: uppercase;
}

.details-card__item span {
  font-weight: 500;
  color: #C7AF8D;
}
.accardeon-card__item:last-child{
  border-bottom:none;
}
.accardeon-card__item:first-child {
  border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.accardeon-card__item {
  padding: 20px 0px;
  border-bottom: 1px solid #E4E4E4;
}



.accardeon-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  cursor: pointer;
}

.accardeon-card__main._active .accardeon-card__icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accardeon-card__main._active .accardeon-card__icon::before,
.accardeon-card__main._active .accardeon-card__icon::after {
  background: #C7AF8D;
}

.accardeon-card__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 300;
}

.accardeon-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.accardeon-card__icon::before,
.accardeon-card__icon::after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #353132;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.accardeon-card__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accardeon-card__body {
  margin-top: 12px;
  display: none;
}

.accardeon-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.accardeon-card__text > *:not(:last-child) {
  margin-bottom: 8px;
}
.accardeon-card__available{
  display:flex;
  flex-direction:column;
  row-gap:20px;
}
.available-card__store {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
        
}

.available-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.available-card__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.available-card__value {
  color: #353132;
  font-size: 16px;
  line-height: 1.4;
}

.benefits-card {
  background: #FDF9F2;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.benefits-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.benefits-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.benefits-card__value {
  color: #353132;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.cart {
  padding-top: 20px;
  padding-bottom: 50px;
}

.cart__container {
  max-width: 1250px;
}

.cart__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 360px;
  grid-template-columns: 1fr 360px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
}

.cart__top {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: minmax(200px, 360px) 144px 100px;
  grid-template-columns: minmax(200px, 360px) 144px 100px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #919191;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.cart__products {
  margin-top: 20px;
  border-top: 1px solid #E4E4E4;
}

.cart__product {
  border-bottom: 1px solid #E4E4E4;
}

.product-cart {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: minmax(200px, 360px) 144px 100px;
  grid-template-columns: minmax(200px, 360px) 144px 100px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px 0px;
}

.product-cart__main {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
}

.product-cart__image {
  aspect-ratio: 1;
}

.product-cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.product-cart__name {
  font-size: 16px;
  font-weight: 300;
}

.product-cart__name a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.product-cart__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}

.product-cart__detail {
  color: #353132;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-cart__detail span {
  font-weight: 500;
  color: #C7AF8D;
}

.product-cart__price {
  font-size: 16px;
  font-weight: 300;
}

.product-cart__quantity {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.product-cart__quantity .quantity {
  max-width: 144px;
}

.product-cart__quantity .quantity__input input {
  font-size: 16px;
}

.product-cart__total {
  font-size: 16px;
  font-weight: 400;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sidebar-cart__wrapper {
  border: 1px solid #353132;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.sidebar-cart__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.sidebar-cart__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}

.sidebar-cart__back {
  font-size: 12px;
  color: #C7AF8D;
  text-transform: uppercase;
}

.sidebar-cart__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.sidebar-cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  color: #353132;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-cart__info li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.sidebar-cart__info li._total {
  font-weight: 500;
}

.sidebar-cart__info li span:nth-child(2) {
  text-align: right;
}

.sidebar-cart__checkbox .checkbox__content {
  font-size: 14px;
}

.sidebar-cart__footer {
  border-top: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding-top: 30px;
}

.order {
  padding: 50px 0px;
}

.order__container {
  max-width: 1250px;
}

.order__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 360px;
  grid-template-columns: 1fr 360px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px;
}

.order__main {
  border: 1px solid #E4E4E4;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.order__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.order__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  width: 52px;
  height: 52px;
  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;
  text-align: center;
  background: #FDF9F2;
  color: #353132;
  font-size: 24px;
}

.order__name-step {
  color: #353132;
  font-size: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order__body {
  margin-top: 30px;
}

.data-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.data-order__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 30px * 1) / 2);
          flex: 1 0 calc((100% - 30px * 1) / 2);
}

.data-order__item._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.data-order__label {
  margin-bottom: 10px;
}

.data-order__input {
  width: 100%;
  max-width: 100%;
}

.pickup-order__nav {
  border-bottom: 1px solid #E4E4E4;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.pickup-order__item {
  padding: 0px 5px 12px;
  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;
  text-align: center;
  color: #353132;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.pickup-order__item::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #353132;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
}

.pickup-order__item:not(._active)::after {
  opacity: 0;
  visibility: hidden;
}

.pickup-order__blocks {
  margin-top: 30px;
}

.pickup-order__block > *:not(:last-child) {
  margin-bottom: 30px;
}

.pickup-order__store:not(._active) {
  display: none;
}

.store-pickup-order {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.store-pickup-order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.store-pickup-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.store-pickup-order__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 4px;
}

.store-pickup-order__value {
  color: #353132;
  font-size: 16px;
  line-height: 1.4;
}

.store-pickup-order__map {
  position:relative;
  min-height: 200px;
}

.store-pickup-order__map iframe {
  width: 100%;
  height: 100%;
}

.payment-order {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.payment-order__item {
  display: block;
}

.payment-order__input {
  display: none;
}

.payment-order__input:checked + .payment-order__content {
  border-color: #C7AF8D;
}

.payment-order__input:checked + .payment-order__content .payment-order__icon::after {
  opacity: 1;
  visibility: visible;
}

.payment-order__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  color: #353132;
  font-size: 16px;
  color: #353132;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}

.payment-order__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #C7AF8D;
  position: relative;
}

.payment-order__icon::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #C7AF8D;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.article {
  padding: 50px 0px;
}

.article__container {
  max-width: 1250px;
}

.article__content {
  color: #353132;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-weight: 400;
}

.article__content h3 {
  font-size: 28px;
}

.article__content ul {
  padding-left: 20px;
  margin-bottom:10px;
}

.article__content ul li {
  list-style: disc;
}

.article__content ul li:not(:last-child) {
  padding-bottom: 10px;
}

.not-found {
  padding: 50px 0px;
}

.not-found__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 460px;
  margin: 0px auto;
}

.not-found__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  height: 72px;
}

.not-found__title {
  font-size: 24px;
}

.not-found__text {
  font-size: 18px;
  font-weight: 300;
}
.not-found__text a{
  color:#c7Af8D;
}
.not-found__button {
  min-width: 230px;
}

.brands {
  padding: 50px 0px;
}

.brands__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}

.brands__item {
  border: 1px solid #E4E4E4;
  padding: 35px 50px;
  -webkit-transition: border-color 0.3s 0s;
  transition: border-color 0.3s 0s;
}

.brands__item img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 176/90;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom {
  padding: 50px 0px;
}

.custom__container {
  max-width: 1250px;
}

.custom__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 30px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

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

.article-custom__title {
  color: #353132;
  font-size: 32px;
}

.article-custom__text {
  color: #353132;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.article-custom__gallery {
  margin-top: 30px;
}

.gallery-article-custom {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-article-custom__item {
  aspect-ratio: 1;
  position: relative;
}

.gallery-article-custom__item::after {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/icons/plus.svg) center/24px no-repeat, #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

.gallery-article-custom__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.callback-custom {
  padding: 30px 40px;
  background: #FDF9F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

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

.callback-custom__title {
  font-size: 24px;
}

.callback-custom__text {
  font-size: 18px;
  font-weight: 300;
}

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

.callback-custom__label {
  margin-bottom: 10px;
}

.callback-custom__button {
  min-width: 230px;
}

.about {
  padding: 50px 0px;
}

.about__container {
  max-width: 1250px;
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 560px 1fr;
  grid-template-columns: 560px 1fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 30px;
}

.about__title {
  font-size: 32px;
}

.about__text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 300;
}

.about__image {
  aspect-ratio: 49/35;
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__mission {
  margin-top: 50px;
}

.mission-about {
  background: #FDF9F2;
  padding: 100px 20px;
}

.mission-about__wrapper {
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin: 0px auto;
}

.mission-about__title {
  font-size: 32px;
}

.mission-about__text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 300;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 89px;
}

@media (min-width: 479.98px) {
  .list-menu__item._search-item {
    display: none;
  }
}

@media (min-width: 721.98px) {
  .section-category__item:not(:last-child) {
    border-right: 1px solid #E4E4E4;
  }

  .page-info._md3 {
    display: none;
  }

  .thumbs-gallery-card__slider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .thumbs-gallery-card__slide.swiper-slide-thumb-active {
    display: none;
  }
}

@media (min-width: 721.98px) and (any-hover: hover) {
  .thumbs-gallery-card__slide:hover::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../img/icons/plus.svg) center/38px no-repeat, #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: #C7AF8D;
  }

  .main-header__language {
    display: none;
  }

  .main-footer__arrow {
    display: none;
  }

  .benefits__icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .stores__navigate {
    display: none;
  }

  .stores__block {
    display: block;
  }

  .head-catalog__filter-btn {
    display: none;
  }

  .filter__head {
    display: none;
  }

  .filter__top._spoller-992 .filter__arrow {
    display: none;
  }

  .filter__apply {
    display: none;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #f3f3f3;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1552px) {
  .product:hover .product__head .product__buy {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .product:hover:has(.product__img-hover) .product__image .product__img {
    display: none;
}

  .product:hover .product__image .product__img-hover {
    display: block;
  }

  .product__body .product__buy {
    display: none;
  }

  .head-catalog {
    padding: 30px calc((100vw - 1500px) / 2);
    margin: 0px calc((100vw - 1500px) / 2 * -1);
  }
}

@media (max-width: 1552px) {
  .product-added {
    right: 20px;
  }

  .footer__main {
    padding: 60px 40px;
  }

  .main-footer__title {
    font-size: 14px;
  }

  .banner__slide {
    height: auto;
    min-height: 550px;
  }

  .banner__title {
    font-size: 52px;
  }

  .banner__text {
    font-size: 24px;
    margin-top: 10px;
  }

  .banner__button {
    margin-top: 20px;
  }

  .banner__image {
    width: 755px;
  }

  .banner__arrows {
    right: 20px;
  }

  .section-category__item {
    padding: 20px;
    -ms-grid-columns: 1fr 100px;
    grid-template-columns: 1fr 100px;
  }

  .section-category__body {
    row-gap: 20px;
  }

  .section-category__name {
    font-size: 18px;
  }

  .benefits {
    padding: 30px 20px;
  }

  .benefits__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .benefits__text {
    font-size: 14px;
  }

  .product-section {
    padding: 60px 0px;
  }

  .head-product-section__title {
    font-size: 32px;
  }

  .head-product-section__more {
    font-size: 12px;
  }

  .product__head .product__buy {
    display: none;
  }

  .product__buy {
    font-size: 12px;
  }

  .product__body {
    row-gap: 12px;
  }

  .product__category {
    font-size: 12px;
  }

  .product__name {
    font-size: 18px;
  }

  .product__art {
    font-size: 14px;
  }

  .product__price {
    font-size: 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .product__price span._old {
    font-size: 14px;
  }

  .metal-type__item {
    min-height: 0;
    aspect-ratio: 512/230;
  }

  .page-info {
    padding: 40px 0px;
  }

  .page-info__title {
    font-size: 32px;
  }

  .stores {
    padding: 40px 0px;
  }

  .stores__blocks {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .stores__map #map {
    min-height: 450px;
  }

  .catalog-category__list {
    gap: 20px;
  }

  .catalog {
    padding: 40px 0px;
  }

  .catalog__content {
    -ms-grid-columns: 220px 1fr;
    grid-template-columns: 220px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .catalog__body {
    gap: 30px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog__footer {
    margin-top: 30px;
  }

  .card__body {
    padding: 30px 20px;
  }

  .card__title {
    font-size: 32px;
  }

  .card__actions {
    -ms-grid-columns: 144px minmax(140px, 245px);
    grid-template-columns: 144px minmax(140px, 245px);
  }

  .main-gallery-card__gift {
    right: 20px;
    bottom: 30px;
  }

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

  .benefits-card__value br {
    display: none;
  }

  .cart__wrapper {
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
  }

  .order__wrapper {
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
  }

  .brands__list {
    row-gap: 30px;
  }

  .brands__item {
    padding: 20px 30px;
  }

  .custom__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .article-custom__title {
    font-size: 28px;
  }

  .about__wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .about__mission {
    margin-top: 30px;
  }
}
@media(max-width: 1280px){
  ._title {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .header__bottom {
    display: none;
  }
  .popup_terms_body {
    max-width: 400px;
    padding:15px;
  }
 ._title {
    font-size: 24px;
  }
  .main-header__stores {
    padding: 5px 20px;
    min-height: 44px;
  }

  .menu__body {
    position: fixed;
    top: 57px;
    left: 0;
    height: 100vh;
    max-height: calc(100dvh - 57px);
    width: 100%;
    background: #FDF9F2;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
    overflow-y: auto;
    row-gap: 30px;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .menu__body:not(._active) {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    pointer-events: none;
    visibility: hidden;
  }

  .list-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
  }

  .list-menu__item {
    padding: 20px 0px;
    border-bottom: 1px solid #D9D9D9;
  }

  .list-menu__item:first-child {
    padding-top: 0;
  }

  .product-added {
    top: 62px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 18px;
    height: 16px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #353132;
    border-radius: 50px;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer__main {
    padding: 40px 0px 30px;
  }

  .main-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .main-footer__body {
    display: none;
  }

  .info-main-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }

  .info-main-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  .info-main-footer__text {
    max-width: 305px;
  }

  .banner__slide {
    min-height: 410px;
  }

  .banner__title {
    font-size: 42px;
  }

  .banner__text {
    font-size: 20px;
  }

  .banner__image {
    width: 560px;
  }

  .section-category__item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -ms-grid-columns: 1fr 60px;
    grid-template-columns: 1fr 60px;
  }

  .section-category__body {
    row-gap: 10px;
  }

  .section-category__category {
    font-size: 12px;
  }

  .section-category__name {
    font-size: 16px;
  }

  .section-category__details {
    font-size: 12px;
  }

  .benefits {
    padding: 20px;
  }

  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    text-align: center;
  }

  .product-section {
    padding: 40px 0px;
  }

  .product-section__content {
    margin-top: 20px;
  }

  .product-section__item:not(:last-child) {
    margin-right: 10px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
            flex: 0 0 calc((100% - 10px * 3) / 4);
  }

  .head-product-section__arrow {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
  }

  .head-product-section__title {
    font-size: 28px;
  }

  .page-info {
    padding: 30px 0px;
  }

  .page-info__title {
    font-size: 28px;
  }

  .contacts {
    padding: 0px;
  }

  .contacts__wrapper {
    padding: 40px 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .contacts__map {
    margin: 0px -20px;
  }

  .stores {
    padding: 30px 0px;
  }

  .stores__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .stores__map {
    margin: 0px -20px;
  }

  .stores__map #map {
    min-height: 380px;
  }

  .catalog-category__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: 100vw;
    margin: 0px -20px -10px;
    padding: 0px 20px 10px;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .catalog-category__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }

  .catalog-category__image {
    width: 72px;
    height: 72px;
  }

  .catalog-category__name {
    font-size: 16px;
  }

  .catalog-category__name span {
    font-size: 14px;
  }

  .catalog-category__name span {
    display: block;
  }

  .catalog {
    padding: 30px 0px;
  }

  .catalog__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .catalog__filter {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-height: 100dvh;
    z-index: 5;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .catalog__filter:not(._active) {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    visibility: hidden;
  }

  .catalog__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .head-catalog {
    padding: 20px 20px;
  }

  .head-catalog__count {
    font-size: 14px;
  }

  .head-catalog__sort {
    display: none;
  }

  .filter {
    overflow-y: hidden;
  }

  .filter__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
    overflow-y: auto;
  }

  .filter__fieds {
    row-gap: 30px;
  }

  .filter__body._md2 {
    display: none;
  }

  .filter__footer {
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #D9D9D9;
    margin-top: 0;
  }

  .filter__reset {
    min-height: 0px;
    border: none !important;
    background: none;
    padding: 0px;
    color: #9A9A9A !important;
  }

  .card__body {
    row-gap: 20px;
  }

  .card__title {
    font-size: 28px;
  }

  .main-gallery-card__gift img,
  .main-gallery-card__gift svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .main-gallery-card__gift {
    padding: 6px 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 14px;
  }

  .details-card__item {
    font-size: 12px;
  }

  .benefits-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .benefits-card__item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }

  .cart__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-cart__wrapper {
    position: static !important;
  }

  .order__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brands__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .article-custom__title {
    font-size: 24px;
  }

  .callback-custom {
    padding: 30px 20px;
  }

  .about__title {
    font-size: 28px;
  }

  .mission-about {
    padding: 40px 20px;
  }

  .mission-about__title {
    font-size: 28px;
  }

  .page {
    padding-top: 57px;
  }
}

@media (max-width: 991.98px) and (max-width: 479.98px) {
  .menu__body {
    top: 45px;
    max-height: calc(100dvh - 45px);
  }
}

@media (max-width: 721.98px) {
  .main-header__actions {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .info-main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-main-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .banner__body {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }

  .banner__pagination {
    display: none;
  }

  .section-category__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-category__item:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .metal-type {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .catalog__body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: none;
  }

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

  .card__thumbs-gallery {
    margin-top: 5px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .card__breadcrums {
    display: none;
  }

  .card__title {
    display: none;
  }

  .card__actions {
    row-gap: 20px;
  }

  .card__buy-click {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .thumbs-gallery-card__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    width: 72px;
  }

  .thumbs-gallery-card__slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: 1px solid #353132;
    opacity: 0;
    visibility: hidden;
  }

  .thumbs-gallery-card__slide.swiper-slide-thumb-active::after {
    opacity: 1;
    visibility: visible;
  }

  .cart {
    padding-bottom: 40px;
  }

  .cart__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cart__top > span:not(:first-child) {
    display: none;
  }

  .product-cart {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
    row-gap: 10px;
  }

  .product-cart__main {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .product-cart__quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .product-cart__total {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .order__main {
    padding: 20px;
    row-gap: 30px;
  }

  .data-order {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }

  .data-order__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
            flex: 1 0 calc((100% - 20px * 1) / 2);
  }

  .store-pickup-order {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .payment-order {
    gap: 20px;
  }

  .article {
    padding: 30px 0px;
  }

  .brands {
    padding: 30px 0px;
  }

  .brands__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .custom__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .gm-style-iw-chr {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .marker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 12px;
    padding: 32px 10px 10px;
  }

  .main-header {
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 100px 1fr;
  }

  .main-header__action._search {
    display: none;
  }

  .search__content {
    row-gap: 18px;
  }

  .product-result {
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
  }

  .product-added {
    top: 51px;
  }

  .info-main-footer__text {
    text-align: center;
  }

  .banner__title {
    font-size: 24px;
  }

  .banner__text {
    font-size: 16px;
    margin-top: 5px;
  }

  .banner__button {
    min-height: 40px;
    margin-top: 10px;
  }

  .banner__image {
    width: 660px;
    -webkit-transform: translateX(20%) translateY(-10%);
        -ms-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%);
  }

  .section-category__info {
    row-gap: 5px;
  }

  .product-section {
    padding: 30px 0px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .head-product-section__title {
    font-size: 24px;
  }

  .product__name {
    font-size: 16px;
  }

  .metal-type__name {
    font-size: 22px;
  }

  .page-info {
    padding: 20px 0px;
  }

  .page-info__title {
    font-size: 24px;
  }

  .contacts__wrapper {
    padding: 30px 0px;
  }

  .store__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .catalog__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
.request-send__title,
  .card__title {
    font-size: 24px;
  }

  .card__actions {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .details-card {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }

  .order__name-step {
    font-size: 22px;
  }

  .data-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .pickup-order__item {
    font-size: 16px;
    padding: 0px 2px 12px;
  }

  .article__content h3 {
    font-size: 22px;
  }

  .not-found {
    padding: 30px 0px;
  }

  .not-found__title {
    font-size: 20px;
  }

  .not-found__text {
    font-size: 16px;
  }

  .brands__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }

  .custom {
    padding: 40px 0px;
  }

  .article-custom__title {
    font-size: 22px;
  }

  .article-custom__gallery {
    margin-top: 20px;
  }

  .callback-custom__button {
    width: 100%;
  }

  .about {
    padding: 30px 0px;
  }

  .mission-about {
    padding: 30px 20px;
  }

  .page {
    padding-top: 45px;
  }
}

@media (max-width: 1552px) and (min-width: 721.98px) {
  .card__buy-click {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

@media (max-width: 991.98px) and (min-width: 721.98px) {
  .details-card {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 144px minmax(140px, 245px);
    grid-template-columns: 144px minmax(140px, 245px);
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background: #b6976b;
  }

  ._btn._dark:hover {
    background: #1b1919;
  }

  ._btn._stroke:hover {
    color: #fff;
    background: #b6976b;
    border-color: #b6976b;
  }

  ._btn._stroke._dark:hover {
    color: #fff;
    background: #1b1919;
    border-color: #1b1919;
  }

  .marker__value a:hover {
    color: #C7AF8D;
  }

  .pagging__item:not(._active):hover {
    border-color: #C7AF8D;
  }

  .product-buy-click__name a:hover {
    color: #C7AF8D;
  }

  .main-header__action:hover svg path[fill] {
    fill: #C7AF8D;
  }

  .main-header__action:hover svg path[stroke] {
    stroke: #C7AF8D;
  }

  .bottom-header__phone:hover {
    color: #C7AF8D;
  }

  .bottom-header__phone:hover svg path {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .bottom-header__phone:hover svg path[fill] {
    fill: #C7AF8D;
  }

  .bottom-header__phone:hover svg path[stroke] {
    stroke: #C7AF8D;
  }

  .list-menu a:hover {
    color: #C7AF8D;
  }

  .language__item:hover {
    background: #f3f3f3;
  }

  .product-result__name a:hover {
    color: #C7AF8D;
  }

  .product-added__name a:hover {
    color: #C7AF8D;
  }

  .main-footer__list a:hover {
    text-decoration: underline;
  }

  .main-footer__social:hover svg path[fill] {
    fill: #a07e4e;
  }

  .main-footer__social:hover svg path[stroke] {
    stroke: #a07e4e;
  }

  .bottom-footer__dev:hover {
    opacity: 0.75;
  }

  .banner__arrow:hover svg path[fill] {
    fill: #C7AF8D;
  }

  .banner__arrow:hover svg path[stroke] {
    stroke: #C7AF8D;
  }

  .section-category__item:hover .section-category__details {
    color: #C7AF8D;
  }

  .section-category__item:hover .section-category__details svg path[fill] {
    fill: #C7AF8D;
  }

  .section-category__item:hover .section-category__details svg path[stroke] {
    stroke: #C7AF8D;
  }

  .head-product-section__arrow:hover svg path[fill] {
    fill: #C7AF8D;
  }

  .head-product-section__arrow:hover svg path[stroke] {
    stroke: #C7AF8D;
  }

  .head-product-section__more:hover {
    text-decoration: underline;
  }

  .product__category:hover {
    text-decoration: underline;
  }

  .product__name a:hover {
    color: #C7AF8D;
  }

  .metal-type__item:hover::after {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }

  .metal-type__item:hover .metal-type__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .breadcrums__item a:hover {
    color: #C7AF8D;
  }

  .info-contacts__social:hover svg path {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .info-contacts__social:hover svg path[fill] {
    fill: #a07e4e;
  }

  .info-contacts__social:hover svg path[stroke] {
    stroke: #a07e4e;
  }

  .store__value a:hover {
    color: #C7AF8D;
  }

  .catalog-category__item:hover {
    color: #C7AF8D;
  }

  .catalog-category__item:hover .catalog-category__image {
    background: #e6e5e5;
  }

  .catalog-category__item:hover .catalog-category__name span {
    color: inherit;
  }

  .head-catalog__filter-btn:hover {
    color: #C7AF8D;
  }

  .head-catalog__filter-btn:hover svg path {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .head-catalog__filter-btn:hover svg path[fill] {
    fill: #C7AF8D;
  }

  .head-catalog__filter-btn:hover svg path[stroke] {
    stroke: #C7AF8D;
  }

  .filter__reset:hover {
    border-bottom: #353132;
    color: #fff;
  }

  .filter__reset:hover svg path[fill] {
    fill: #FFFFFF;
  }

  .filter__reset:hover svg path[stroke] {
    stroke: #FFFFFF;
  }

  .list-category-filter__item:hover {
    color: #C7AF8D;
  }

  .list-category-filter__item:hover span {
    color: inherit;
  }

  .main-gallery-card__gift:hover {
    background: #FDF9F2;
    border-color: #C7AF8D;
  }

  .product-cart__name a:hover {
    color: #C7AF8D;
  }

  .sidebar-cart__back:hover {
    text-decoration: underline;
  }

  .brands__item:hover {
    border-color: #C7AF8D;
  }

  .gallery-article-custom__item:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

._webp .lg-outer .lg-has-vimeo .lg-video-play { background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play { background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent; }

._webp .lg-outer .lg-has-html5 .lg-video-play { background: transparent url(../img/video-play.webp) no-repeat scroll 0 0; }

._webp .lg-outer .lg-has-youtube .lg-video-play { background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-youtube:hover .lg-video-play { background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent; }