

/* Start:/assets/css/main.css?172774576718579*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  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;
}

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

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

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

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

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

.n-product-nav__card img, .n-product-slider__card img, .n-more-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

input, input::-webkit-input-placeholder, textarea, textarea::-webkit-input-placeholder, button, a {
  font-family: 'Open Sans', sans-serif;
}

input, input:-ms-input-placeholder, textarea, textarea:-ms-input-placeholder, button, a {
  font-family: 'Open Sans', sans-serif;
}

input, input::-ms-input-placeholder, textarea, textarea::-ms-input-placeholder, button, a {
  font-family: 'Open Sans', sans-serif;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: 'Open Sans', sans-serif;
}

.n-container {
  padding-left: 2.8571428571rem;
  padding-right: 2.8571428571rem;
  min-width: 290px;
  max-width: 1920px;
  margin: 0 auto;
}

.n-product {
  padding: 48px 0;
}

.n-product-wrapper {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.n-product-offer {
  margin-right: 80px;
}

.n-product-info {
  width: 300px;
}

.n-product-info__tag {
  color: #c5a995;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  letter-spacing: .02em;
  position: relative;
  margin-bottom: 11px;
}

.n-product-info__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #887569;
  margin-bottom: 3px;
}

.n-product-info__price {
  font-size: 18px;
  font-weight: 500;
  color: #887569;
}

.n-product-color {
  margin-top: 36px;
}

.n-product-color__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  margin-right: 13px;
}

.n-product-color__item:last-child {
  margin-right: 0;
}

.n-product-color__item.active {
  border-color: #887569;
}

.n-product-color__value {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n-product-color__text {
  margin-top: 14px;
  color: #887568;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.n-product-color__text span {
  font-weight: 500;
}

.n-product-size {
  margin-top: 35px;
}

.n-product-size__icon {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: #a89583;
  border-radius: 4px;
}

.n-product-size__text {
  font-size: 16px;
  color: #887569;
  font-weight: 500;
}

.n-product-size__arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.218 11.782c.29.29.76.29 1.051 0l5.257-5.256a.743.743 0 000-1.052L1.269.218A.743.743 0 00.218 1.269L4.948 6l-4.73 4.73a.743.743 0 000 1.052z' fill='%23887568'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  width: 6px;
  height: 10px;
  margin: 2px 0 0 5px;
  display: block;
}

.n-product-back {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #c5a995;
}

.n-product-back__icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.438 8.624' stroke='%23c5a995' fill='%23c5a995'%3E%3Cpath fill='none' d='M3.437.295l-2.834 4.1 2.834 3.937'/%3E%3Cpath stroke='none' d='M.438 3.812h10v1h-10z'/%3E%3C/svg%3E") no-repeat;
  width: 10px;
  height: 9px;
  display: block;
  display: block;
  margin-right: 0.78rem;
}

.n-product-nav {
  margin-right: 45px;
  width: 60px;
}

.n-product-nav__item.slick-current .n-product-nav__card {
  border-color: #c5a995;
}

.n-product-nav__card {
  width: 100%;
  height: 79px;
  border: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 1.2rem;
}

.n-product-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  max-width: 888px;
  width: 100%;
}

.n-product .main-form__item {
  width: 100%;
}

.n-product .main-form__row {
  width: 100%;
  margin-top: 20px;
}

.n-product .main-form__drop {
  width: 100%;
  position: relative;
}

.n-product .main-form__drop.active .main-form__list {
  opacity: 1;
  pointer-events: all;
}

.n-product .main-form__drop span {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #887569;
  font-size: 16px;
  background-color: rgba(245, 243, 243, 0.64);
  border-radius: 4px;
  padding: 12px 16px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.n-product .main-form__drop span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='%23887569' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.151 1L5 5.849 9.849 1 9 .151l-4 4-4-4L.151 1z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  top: 50%;
  right: 17px;
  left: auto;
  margin-top: -3px;
  -webkit-transition: .2s;
  transition: .2s;
}

.n-product .main-form__list {
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  background: #f5f3f3;
  z-index: 2;
  pointer-events: none;
}

.n-product .main-form__list-item input {
  display: none;
}

.n-product .main-form__list-item.active label {
  background: #f5f3f3;
}

.n-product .main-form__list-item label {
  font-size: 16px;
  padding: 8px 15px 10px;
  background: #fff;
  display: block;
  cursor: pointer;
  color: #887569;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.n-product .main-form__list-item label:hover {
  background: #f5f3f3;
}

.n-product-order {
  margin-top: 18px;
}

.n-product-order__btn {
  background-color: #a89583;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 44px;
  font-weight: 500;
  padding: 0 15px;
  width: 251px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.n-product-order__favorite {
  background-color: #f9f7f7;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  width: 44px;
  cursor: pointer;
  height: 44px;
  border-radius: 4px;
}

.n-product-order__favorite svg {
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.n-product-details {
  margin-top: 42px;
}

.n-product-details__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #887568;
}

.n-product-details-list {
  margin-top: 12px;
}

.n-product-details-list__item {
  margin-bottom: 3px;
  color: #887569;
  font-size: 16px;
}

.n-product-details-list__item span {
  font-weight: 500;
}

.n-product-details-list__item:last-child {
  margin-bottom: 0;
}

.n-product-more {
  margin-top: 42px;
}

.n-product-more__point {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #887568;
  margin-bottom: 30px;
}

.n-product-more-list__info {
  color: #887569;
}

.n-product-more-list__title {
  font-size: 16px;
  font-weight: 400;
  color: #887569;
  cursor: pointer;
  padding-bottom: 11px;
  padding-top: 11px;
}

.n-product-more-list__title.open .n-product-more-list__svg svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.n-product-more-list__svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.n-product-more-list__svg svg {
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.n-product-more-list__item {
  border-bottom: 1px solid rgba(197, 169, 149, 0.2);
}

.n-product-more-list__item:first-child .n-product-more-list__title {
  padding-top: 0;
}

.n-product-more-list__content {
  padding-bottom: 8px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 5px;
  display: none;
}

.n-product-more-list__content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.n-product-more-list__content::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}

.n-product-more-list__content::-webkit-scrollbar-track {
  background-color: #fff;
}

.n-product-more-list__content::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.n-product-more-list__content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #eee;
  border-radius: 3px;
}

.n-product-more-list__content::-webkit-scrollbar-corner {
  background-color: #fff;
}

.n-product-more-list__block {
  margin-top: 20px;
  position: relative;
  background-color: rgba(129, 109, 94, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.n-product-more-list__block-head {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.n-product-more-list__block-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #887569;
  line-height: 24px;
}

.n-product-more-list__block-phone {
  font-size: 16px;
  width: auto;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  color: #887569;
  font-weight: 400;
}

.n-product-more-list__block-size {
  padding: 12px 0;
}

.n-product-more-list__block-item {
  padding: 0 12px;
  font-size: 16px;
  width: 58px;
  text-align: center;
  font-weight: 600;
  height: 24px;
  border-right: 1px solid rgba(136, 117, 105, 0.2);
  color: #887569;
}

.n-product-more-list__block-item:last-child {
  border-right: 0;
}

.n-product-more-list__warn {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #887569;
}

.n-product-more-list__city {
  height: 48px;
  cursor: pointer;
  border-bottom: 1px solid rgba(197, 169, 149, 0.2);
}

.n-product-more-list__city-offer {
  font-size: 16px;
  font-weight: 400;
  color: #887569;
}

.n-product-more-list__city-offer svg {
  width: 20px;
  display: block;
  margin-right: 40px;
}

.n-more {
  padding-top: 24px;
  padding-bottom: 24px;
}

.n-more_pb {
  padding-bottom: 48px;
}

.n-more-container {
  width: 1245px;
  padding: 0 15px;
  margin: 0 auto;
}

.n-more-title {
  font-size: 22px;
  font-weight: 600;
  color: #887569;
}

.n-more-slider {
  margin-top: 25px;
}

.n-more-slider .slider-arrow {
  position: absolute;
  top: -45px;
  right: 0;
  cursor: pointer;
}

.n-more-slider .slider-arrow.left-arrow {
  right: 30px;
}

.n-more-slider .slider-arrow.left-arrow svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.n-more-slider__item {
  padding: 0 8px;
}

.n-more-slider__card {
  margin: 0 auto;
  width: 290px;
  position: relative;
}

.n-more-slider__favorite {
  position: absolute;
  top: 15px;
  right: 15px;
}

.n-more-slider__favorite.active svg path {
  fill: #fff;
  stroke: none;
}

.n-more-slider__favorite svg path {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  stroke: #fff;
  fill: none;
}

.n-more-slider__image {
  height: 360px;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.n-more-slider__image img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.n-more-slider__image:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.n-more-slider__content {
  text-align: center;
  margin-top: 22px;
}

.n-more-slider__title {
  font-size: 16px;
  font-weight: 400;
  color: #887569;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n-more-slider .n-product-info__tag {
  margin-bottom: 6px;
}

.n-more-slider__price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  color: #887569;
}
/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/assets/css/media.css?17277457671674*/
@media screen and (max-width: 1800px) {
  .n-product-back {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .n-container, .n-more-container {
    width: 992px;
  }
  .n-product-slider {
    width: 400px;
    height: 600px;
  }
  .n-product-nav {
    height: 600px;
  }
  .n-product-nav {
    margin-right: 20px;
  }
  .n-product-offer {
    margin-right: 40px;
  }
  .n-product-offer {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .n-container, .n-more-container {
    width: 768px;
  }
  .n-product-nav {
    display: none;
  }
  .n-more-slider__card {
    width: 100%;
  }
  .n-more-slider__image {
    height: 300px;
  }
  .n-product-slider {
    width: 350px;
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .n-container, .n-more-container {
    width: 576px;
  }
  .n-product {
    padding-top: 0;
  }
  .n-product-wrapper {
    display: block;
  }
  .n-product-offer {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
  }
  .n-product-slider {
    width: 100%;
    height: auto;
  }
  .n-product-info {
    width: 100%;
    margin-top: 50px;
  }
  .n-product-info__tag {
    text-align: center;
    width: 100%;
  }
  .n-product-info__title {
    text-align: center;
  }
  .n-product-info__price {
    text-align: center;
  }
  .n-product-color {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}

@media screen and (max-width: 576px) {
  .n-container, .n-more-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .n-product {
    padding-bottom: 22px;
  }
}
/*# sourceMappingURL=media.css.map */
/* End */


/* Start:/local/templates/aspro_next_shop/components/bitrix/sale.gift.main.products/main/style.css?1727745778663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */
/* /assets/css/main.css?172774576718579 */
/* /assets/css/media.css?17277457671674 */
/* /local/templates/aspro_next_shop/components/bitrix/sale.gift.main.products/main/style.css?1727745778663 */
