/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bread-crumbs {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
.bread-crumbs {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs {
    margin-bottom: 32px;
}
}
.bread-crumbs__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.bread-crumbs__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
.bread-crumbs__item {
    font-size: 14px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs__item {
    font-size: 12px;
}
}
.bread-crumbs__item:first-child a {
  padding-left: 0;
}
.bread-crumbs__item:after {
  background: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
  width: 20px;
}
.bread-crumbs__item:last-child:after {
  width: 0;
}
.bread-crumbs__item a {
  color: #272727;
  text-decoration: none;
}
.bread-crumbs__item span {
  color: #828282;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.info-block {
  background: #DFDBD7;
  padding: 20px 32px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 530px) {
.info-block {
    padding: 20px 16px;
}
}
.info-block--promo {
  background: #272727;
  padding-left: 130px;
  position: relative;
}
@media only screen and (max-width: 670px) {
.info-block--promo {
    padding: 20px 16px;
}
}
.info-block--promo .info-block__promo-text-box {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 670px) {
.info-block--promo .info-block__promo-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.info-block--promo .info-block__text .btn {
  min-width: 243px;
  text-decoration: none;
}
@media only screen and (max-width: 670px) {
.info-block--promo .info-block__text .btn {
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
}
}
.info-block__promo-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 30px;
}
@media only screen and (max-width: 670px) {
.info-block__promo-text {
    padding-right: 0;
}
}
.info-block__tooltip {
  margin-left: 13px;
}
.info-block__promo-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 0;
}
.info-block__promo-img img {
  height: 100%;
  max-width: unset;
}
.info-block__promo-text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-block--promo .info-block__text {
  width: 100%;
}
.info-block--promo .info-block__text a {
  color: #fff;
}
.info-block--promo .info-block__text a:hover {
  color: #272727;
}
.info-block a {
  cursor: pointer;
  text-decoration: underline;
}
.info-block a.btn {
  text-decoration: none;
}
.info-block--min {
  padding: 20px 16px;
}
.info-block--min .info-block__text {
  font-size: 14px;
}
.info-block--none {
  font-size: 16px;
  line-height: 150%;
  padding: 0;
}
.info-block--transparent {
  background: transparent;
}
.info-block--red {
  background: #F0D8D6;
}
.info-block--green {
  background: rgba(39, 174, 96, 0.1);
  color: #27AE60;
}
.info-block--red .info-block__text {
  color: #272727;
}
.info-block a {
  cursor: pointer;
  text-decoration: underline;
}
.info-block--min {
  padding: 20px 16px;
}
.info-block--min .info-block__text {
  font-size: 14px;
}
.info-block--red {
  background: #F0D8D6;
}
.info-block--red .info-block__text {
  color: #272727;
}
.info-block__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info-block__icon {
  height: 20px;
  margin-right: 22px;
  width: 20px;
}
@media only screen and (max-width: 530px) {
.info-block__icon {
    margin-right: 12px;
}
}
.info-block__text {
  font-size: 16px;
  line-height: 150%;
  width: calc(100% - 44px);
}
@media only screen and (max-width: 768px) {
.info-block__text {
    font-size: 14px;
    line-height: 150%;
}
}
.info-block__text a {
  color: #272727;
  display: inline-block;
  margin-right: -4px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
@media only screen and (max-width: 1919px) {
.inspiration-block {
    margin-left: 32px;
}
}
@media only screen and (max-width: 768px) {
.inspiration-block {
    margin-left: 16px;
}
}
.inspiration-block__swiper-slide.swiper-slide {
  width: 66%;
}
.inspiration-block__swiper-slide.swiper-slide img {
  width: 100%;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.button-group__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
.button-group__box {
    display: none;
}
}
.button-group__button-next, .button-group__button-prev {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}
.button-group__button-next svg, .button-group__button-prev svg {
  stroke: #272727;
}
.button-group__button-next:hover svg .next, .button-group__button-prev:hover svg .next {
  fill: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next:hover svg .box, .button-group__button-prev:hover svg .box {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next.swiper-button-disabled svg .next, .button-group__button-prev.swiper-button-disabled svg .next, .button-group__button-next.swiper-button-disabled:hover svg .next, .button-group__button-prev.swiper-button-disabled:hover svg .next {
  fill: transparent;
  stroke: #CCC;
}
.button-group__button-next.swiper-button-disabled svg .box, .button-group__button-prev.swiper-button-disabled svg .box, .button-group__button-next.swiper-button-disabled:hover svg .box, .button-group__button-prev.swiper-button-disabled:hover svg .box {
  stroke: #CCC;
}
.button-group__button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.button-group__button-next {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.button-group__button-next.swiper-button-lock, .button-group__button-prev.swiper-button-lock {
  display: none;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.new-products {
  margin: 0 auto;
  max-width: 1664px;
  padding-left: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.new-products {
    padding-left: 16px;
}
}
.new-products__swiper {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.new-products__swiper {
    padding-right: 16px;
}
}
.new-products--swiper-disable {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.new-products--swiper-disable {
    padding-right: 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group-checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group-checkbox__label {
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 12px;
}
.form-group-checkbox__label.active {
  font-weight: 500;
}
.form-group-checkbox__loader {
  display: none;
}
.form-group-checkbox__content {
  background: #fff;
  border: 1px solid #272727;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 24px;
}
.form-group-checkbox__content.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.active {
  border: 8px solid #272727;
}
.form-group-checkbox__content.active.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.loaded .form-group-checkbox__loader {
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.form-group-checkbox__content.loaded .form-group-checkbox__control {
  pointer-events: none;
}
.form-group-checkbox__control {
  height: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 1;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.range-slider__field-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.range-slider__box {
  margin-left: 13px;
  margin-right: 13px;
}
.range-slider__field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}
.range-slider__field span {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.range-slider__field input {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 42px;
  width: 100%;
}
.range-slider__line {
  background: #272727;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px);
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.select-custom {
  cursor: pointer;
  position: relative;
}
.select-custom__range {
  max-width: 260px;
}
@media only screen and (max-width: 590px) {
.select-custom__range {
    margin-bottom: 16px;
    max-width: 100%;
}
}
.select-custom--filter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--filter {
    border-bottom: 1px solid #F2F2F2;
    padding: 16px 0;
}
}
.select-custom__popup--sorting .select-custom__popup-text {
  white-space: nowrap;
}
@media only screen and (max-width: 590px) {
.select-custom--filter .select-custom__scrollbar {
    max-height: 100%;
}
}
.select-custom__search {
  margin-bottom: 24px;
  margin-top: 12px;
}
.select-custom__search-input {
  background: url("../images/required/search.svg") 24px center no-repeat;
  border: 1px solid #272727;
  font-size: 16px;
  height: 50px;
  line-height: 150%;
  padding-left: 68px;
  width: 100%;
}
.select-custom--filter > .select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  position: relative;
  width: calc(100% - 34px);
}
.select-custom--filter > .select-custom__text svg {
  color: #272727;
  display: block;
  margin-right: 10px;
  width: 24px;
}
.select-custom__text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.select-custom__text-box span {
    display: none;
}
}
.select-custom__text-box svg {
  display: block;
}
.select-custom.active .select-custom__text-box svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 530px) {
.select-custom__text {
    font-size: 14px;
}
}
.select-custom__text span {
  color: #828282;
  padding-right: 8px;
}
.select-custom__popup {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  display: none;
  max-height: 400px;
  max-width: 130%;
  min-width: 100%;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.select-custom__popup.active {
  display: block;
}
.select-custom__popup--sorting {
  max-width: unset;
}
.select-custom__popup--check {
  left: 0;
  right: unset;
}
.select-custom__scrollbar {
  max-height: 376px;
}
.select-custom__scrollbar--search {
  max-height: 286px;
}
.select-custom__popup-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  max-width: 100%;
  padding: 16px 46px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 768px) {
.select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom__popup-text.active:after {
  background: #272727;
}
.select-custom__popup-text:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text:after {
    right: 12px;
}
}
.select-custom--filter.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom--filter > .select-custom__popup {
  top: 65px;
}
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 590px) {
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom--filter > .select-custom__text > .select-custom__title {
  -webkit-box-orient: vertical;
  color: #272727;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__subtext {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__popup--check .select-custom__popup-text {
  padding: 16px 62px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
    right: 8px;
}
}
.select-custom__popup-title {
  display: block;
  word-break: normal;
}
.select-custom__popup--check .select-custom__popup-text:after {
  display: none;
}
.select-custom__subtext.active {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  left: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.select-custom--category {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--category .active {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
}
.select-custom--category svg {
    color: #CCCCCC;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__text .select-custom__title {
    display: none;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext.active {
    position: static;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 16px;
    padding: 0;
    position: static;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup-text {
    padding: 16px 0;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bottom-sheet {
  background: #fff;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  max-width: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.bottom-sheet__overflow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.bottom-sheet__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  position: relative;
}
.bottom-sheet__title {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.bottom-sheet__close {
  cursor: pointer;
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 530px) {
.bottom-sheet__close {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
}
.bottom-sheet__btn {
  display: none;
}
@media only screen and (max-width: 530px) {
.bottom-sheet__btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -27px;
    width: 100%;
}
}
.bottom-sheet__btn-box {
  background: #CCCCCC;
  display: block;
  height: 3px;
  width: 43px;
}
.bottom-sheet__content {
  padding: 8px 16px 24px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.filter-count {
  cursor: pointer;
  display: none;
  position: relative;
}
@media only screen and (max-width: 590px) {
.filter-count {
    display: block;
}
}
.filter-count__count {
  background: #272727;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  right: -9px;
  top: -2px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.catalog-items-schema.swiper {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.catalog-items-schema.swiper {
    padding-right: 16px;
}
}
.catalog-items-schema.swiper--none {
  padding-right: 0;
}
.catalog-items-schema.swiper .catalog-items-schema__item {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
.catalog-items-schema.swiper .catalog-items-schema__item {
    margin-top: 28px;
}
}
.catalog-items-schema.swiper .catalog-items-schema__result {
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  margin-left: 0;
  margin-right: 0;
}
.catalog-items-schema__result {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
}
.catalog-items-schema__no-card {
  font-size: 18px;
  font-weight: 500;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__no-card {
    margin-top: 56px;
}
}
@media only screen and (max-width: 590px) {
.catalog-items-schema__no-card {
    margin-top: 48px;
}
}
.catalog-items-schema__show-more {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__show-more {
    margin-top: 56px;
}
}
@media only screen and (max-width: 590px) {
.catalog-items-schema__show-more {
    margin-top: 48px;
}
}
.catalog-items-schema__item {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 56px;
  width: calc(33.3333% - 32px);
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__item {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 40px;
    width: calc(50% - 24px);
}
}
@media only screen and (max-width: 530px) {
.catalog-items-schema__item {
    margin-top: 32px;
    width: calc(100% - 24px);
}
}
.catalog-items-schema__item--third {
  width: calc(33.3333% - 32px);
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__item--third {
    margin-top: 40px;
    width: calc(50% - 32px);
}
}
@media only screen and (max-width: 530px) {
.catalog-items-schema__item--third {
    margin-top: 32px;
    width: calc(100% - 32px);
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.smooth-block {
  opacity: 0;
}
.smooth-block--show {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.smooth-block--showTranslate-two {
  opacity: 1;
  -webkit-animation: fadeInAndMove 0.1s linear;
          animation: fadeInAndMove 0.1s linear;
}
.smooth-block--showTranslate-six {
  opacity: 1;
  -webkit-animation: fadeInAndMove 0.6s linear;
          animation: fadeInAndMove 0.6s linear;
}
@-webkit-keyframes fadeInAndMove {
from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes fadeInAndMove {
from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.property-card {
  background: #fff;
  margin: 0 auto;
  max-width: 1056px;
  padding: 56px 136px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.property-card {
    padding: 36px 32px;
}
}
@media only screen and (max-width: 768px) {
.property-card {
    padding: 36px 16px;
}
}
@media only screen and (max-width: 590px) {
.property-card {
    padding: 24px 16px;
}
}
.property-card__box {
  margin-bottom: 48px;
}
@media only screen and (max-width: 960px) {
.property-card__box {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 590px) {
.property-card__box {
    margin-bottom: 36px;
}
}
.property-card__box--mb {
  margin-bottom: 0;
}
.property-card__box h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
.property-card__box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.property-card__box h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}
}
.property-card__box h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 960px) {
.property-card__box h4 {
    font-size: 18px;
    line-height: 27px;
}
}
@media only screen and (max-width: 590px) {
.property-card__box h4 {
    font-size: 16px;
    line-height: 24px;
}
}
.property-card__list {
  margin-bottom: 36px;
}
.property-card__list--mb {
  margin-bottom: 0;
}
.property-card__list-item {
  border-bottom: 1px solid #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
@media only screen and (max-width: 590px) {
.property-card__list-item {
    padding: 12px 0;
}
}
.property-card__list-item-title {
  color: #828282;
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
.property-card__list-item-title {
    font-size: 16px;
}
}
@media only screen and (max-width: 590px) {
.property-card__list-item-title {
    padding-right: 15px;
}
}
.property-card__list-item-text {
  color: #272727;
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
.property-card__list-item-text {
    font-size: 16px;
}
}
.property-card__text {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 960px) {
.property-card__text {
    font-size: 16px;
    line-height: 24px;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.map {
  background: #fff;
  height: 704px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
.map {
    height: 404px;
}
}
@media only screen and (max-width: 670px) {
.map {
    display: none;
}
.map.active, .map.activeMap {
    display: block;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.contact-block {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
          box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
  max-width: 395px;
  overflow: hidden;
  padding: 32px 8px 32px 24px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
.contact-block {
    max-width: 245px;
    padding: 20px 8px 20px 20px;
}
}
@media only screen and (max-width: 670px) {
.contact-block {
    display: none;
    max-width: 100%;
    padding: 20px;
}
.contact-block.active {
    display: block;
}
}
@media only screen and (max-width: 670px) {
.contact-block--delivery {
    -webkit-box-shadow: none;
            box-shadow: none;
}
}
.contact-block__delivery-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1170px) {
.contact-block__delivery-title {
    font-size: 20px;
}
}
@media only screen and (max-width: 670px) {
.contact-block__delivery-title {
    color: #828282;
    font-size: 16px;
    line-height: 150%;
}
}
.contact-block__delivery-header {
  padding: 0 0 32px;
}
@media only screen and (max-width: 1170px) {
.contact-block__delivery-header {
    font-size: 20px;
    padding: 0 0 20px;
}
}
@media only screen and (max-width: 670px) {
.contact-block__delivery-header {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 93px;
    padding: 22px 20px 16px;
}
}
@media only screen and (max-width: 670px) {
.contact-block__delivery-header {
    display: none;
}
}
.contact-block__delivery-text {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 1170px) {
.contact-block__delivery-text {
    font-size: 14px;
}
}
.contact-block__delivery-item-btn {
  padding-top: 24px;
}
.contact-block__delivery-item-btn .btn {
  width: 100%;
}
.contact-block__scroll-area {
  height: auto;
  overflow-y: auto;
  position: relative;
}
@media only screen and (max-width: 960px) {
.contact-block__scroll-area .ps__rail-y {
    opacity: 1;
}
}
.contact-block__box p {
  margin: 0;
}
.contact-block__content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-right: 16px;
  position: relative;
  width: 100%;
}
.contact-block__detail-box {
  padding-right: 16px;
}
.contact-block__detail {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 6;
}
@media only screen and (max-width: 670px) {
.contact-block__detail {
    background: transparent;
    height: auto !important;
    position: static;
}
}
.contact-block__detail p {
  margin: 0;
}
.contact-block__item-btn-box {
  padding-bottom: 20px;
  padding-top: 8px;
}
.contact-block__item-btn-box .btn--white {
  margin-bottom: 12px;
}
.contact-block__item-map {
  text-align: center;
}
.contact-block__item-map--card {
  text-align: left;
}
.contact-block__item-map a {
  color: #828282;
  cursor: pointer;
  font-size: 14px;
  padding-right: 24px;
  text-decoration: underline;
}
.contact-block__item-btn {
  width: 100%;
}
@media only screen and (max-width: 420px) {
.contact-block__item-btn {
    width: 100% !important;
}
}
.contact-block__detail-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1170px) {
.contact-block__detail-title {
    font-size: 14px;
    padding-bottom: 12px;
}
}
@media only screen and (max-width: 670px) {
.contact-block__detail-title {
    font-size: 16px;
}
}
.contact-block__detail-subtitle {
  color: #828282;
  font-size: 14px;
  margin: 0;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1170px) {
.contact-block__detail-subtitle {
    font-size: 12px;
}
}
.contact-block__detail-text {
  font-size: 16px;
  margin: 0;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1170px) {
.contact-block__detail-text {
    font-size: 14px;
}
}
.contact-block__detail-text a {
  color: #272727;
  padding-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-block__detail-text a:hover {
  color: #828282;
}
.contact-block__detail-return {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1170px) {
.contact-block__detail-return {
    font-size: 14px;
    margin-bottom: 17px;
}
}
.contact-block__detail-return svg {
  margin-left: -5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.contact-block__item {
  background: url("../images/required/map-pin.svg") no-repeat;
  margin-bottom: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 1170px) {
.contact-block__item {
    background: none;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 8px;
}
}
.contact-block__item:last-child {
  margin-bottom: 0;
}
.contact-block__item-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1170px) {
.contact-block__item-title {
    font-size: 14px;
}
}
@media only screen and (max-width: 670px) {
.contact-block__item-title {
    font-size: 16px;
}
}
.contact-block__item-text, .contact-block__available {
  color: #828282;
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
}
@media only screen and (max-width: 1170px) {
.contact-block__item-text, .contact-block__available {
    font-size: 14px;
}
}
.contact-block__item-text--available, .contact-block__available--available {
  color: #27AE60;
}
.contact-block__available {
  color: #27AE60;
}
.contact-block__item-link {
  font-size: 16px;
}
@media only screen and (max-width: 1170px) {
.contact-block__item-link {
    font-size: 14px;
}
}
.contact-block__item-link a {
  color: #272727;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-block__item-link a:hover {
  color: #828282;
}
@media only screen and (max-width: 670px) {
.contact-block .contact-block__detail-return {
    display: none;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.pop-up-gallery {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #272727;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 110;
}
.pop-up-gallery__swiper {
  z-index: 120;
}
@media only screen and (max-width: 1170px) {
.pop-up-gallery__swiper {
    margin-left: 16px;
    margin-right: 16px;
}
}
.pop-up-gallery__swiper-slide.swiper-slide div {
  aspect-ratio: 1.36;
}
.pop-up-gallery__swiper-slide.swiper-slide div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 5000px) and (min-width: 1171px) {
.pop-up-gallery__swiper-slide.swiper-slide {
    width: 55%;
}
}
@media only screen and (max-width: 5000px) and (min-width: 1171px) {
.pop-up-gallery__swiper-slide.swiper-slide-active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}
}
@media only screen and (max-width: 5000px) and (min-width: 1171px) {
.pop-up-gallery__swiper-slide.swiper-slide-prev, .pop-up-gallery__swiper-slide.swiper-slide-next {
    -webkit-transform: scaleY(0.6542);
            transform: scaleY(0.6542);
}
}
@media only screen and (max-width: 5000px) and (min-width: 1171px) {
.pop-up-gallery__swiper-slide.swiper-slide-prev:before, .pop-up-gallery__swiper-slide.swiper-slide-next:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    bottom: 0;
    content: "";
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
}
.pop-up-gallery__button-next, .pop-up-gallery__button-prev {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}
.pop-up-gallery__button-next svg, .pop-up-gallery__button-prev svg {
  stroke: #fff;
}
.pop-up-gallery__button-next:hover svg .next, .pop-up-gallery__button-prev:hover svg .next {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop-up-gallery__button-next:hover svg .box, .pop-up-gallery__button-prev:hover svg .box {
  stroke: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop-up-gallery .swiper-button-disabled {
  display: none;
}
.pop-up-gallery__button-next {
  margin-top: -22px;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  z-index: 120;
}
@media only screen and (max-width: 1170px) {
.pop-up-gallery__button-next {
    display: none;
}
}
.pop-up-gallery__button-prev {
  left: 6%;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: 120;
}
@media only screen and (max-width: 1170px) {
.pop-up-gallery__button-prev {
    display: none;
}
}
.pop-up-gallery__close {
  cursor: pointer;
  position: fixed;
  right: 38px;
  top: 38px;
  z-index: 130;
}
.pop-up-gallery__close svg {
  color: #fff;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.gallery-block__swiper-slide a {
  aspect-ratio: 1.36;
  display: block;
  width: 100%;
}
.gallery-block__swiper-slide a div {
  aspect-ratio: 1.35;
  overflow: hidden;
  width: 100%;
}
.gallery-block__swiper-slide a div picture img {
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.delivery-map {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.delivery-map__search {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  left: 16px;
  max-height: 250px;
  overflow-y: auto;
  padding: 12px;
  position: absolute;
  top: 60px;
  width: calc(100% - 32px);
  z-index: 1200;
}
.delivery-map__close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1300;
}
@media only screen and (max-width: 530px) {
.delivery-map__close {
    right: 16px;
    top: 20px;
}
}
.delivery-map__search-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  padding: 16px 28px;
}
.delivery-map__search-item:hover {
  background: #F7F5F3;
}
.delivery-map__box {
  background: #fff;
  height: 100%;
  width: 100%;
}
.delivery-map__plank {
  background: #fff;
  left: 8%;
  max-width: 390px;
  padding: 32px 24px;
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 1010;
}
@media only screen and (max-width: 1240px) {
.delivery-map__plank {
    left: 32px;
    top: 32px;
}
}
@media only screen and (max-width: 1170px) {
.delivery-map__plank {
    max-width: 245px;
    padding: 20px;
}
}
@media only screen and (max-width: 670px) {
.delivery-map__plank {
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    right: 0;
    top: 0;
}
}
@media only screen and (max-width: 530px) {
.delivery-map__plank {
    padding: 20px 16px 120px;
}
}
.delivery-map__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1170px) {
.delivery-map__title {
    font-size: 20px;
}
}
@media only screen and (max-width: 530px) {
.delivery-map__title {
    color: #828282;
    font-size: 16px;
    line-height: 150%;
}
}
.delivery-map__text {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1170px) {
.delivery-map__text {
    font-size: 14px;
}
}
@media only screen and (max-width: 530px) {
.delivery-map__text {
    display: none;
}
}
.delivery-map__form {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}
@media only screen and (max-width: 530px) {
.delivery-map__form {
    margin-top: 32px;
}
}
.delivery-map__field {
  margin-bottom: 32px;
  position: relative;
  width: 50%;
}
.delivery-map__field:first-child {
  width: 100%;
}
.delivery-map__cost {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 28px;
  position: relative;
  width: 100%;
}
.delivery-map__cost:before {
  border-bottom: 1px solid #272727;
  bottom: 5px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 530px) {
.delivery-map__btn-box {
    bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    width: 100%;
    z-index: 1300;
}
}
.delivery-map__btn-box .btn {
  width: 100%;
}
.delivery-map__cost-left, .delivery-map__cost-right {
  background: #fff;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.delivery-map__cost-left {
  padding-right: 12px;
}
.delivery-map__cost-right {
  padding-left: 12px;
}
.delivery-map__cost-right--green {
  color: #27AE60;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.shops__layout {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.shops__layout {
    padding-left: 16px;
    padding-right: 16px;
}
}
.shops--delivery {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 670px) {
.shops--delivery {
    background: #fff;
}
}
@media only screen and (max-width: 670px) {
.shops--detail .shops__map .contact-block {
    padding-top: 20px;
}
}
.shops__layout-store-no-img {
  min-height: 250px;
}
@media only screen and (max-width: 670px) {
.shops--delivery .tabs-block__box {
    margin-bottom: 0;
}
}
.shops__delivery-close-box {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  z-index: 1300;
}
@media only screen and (max-width: 670px) {
.shops__delivery-close-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 16px;
    position: static;
    width: 100%;
}
}
@media only screen and (max-width: 670px) {
.shops--delivery .shops__delivery-close-box {
    border-bottom: 1px solid #F2F2F2;
}
}
@media only screen and (max-width: 670px) {
.shops--delivery .shops__tabs-block {
    margin-bottom: 0;
}
.shops--delivery .shops__tabs-block .tabs-block__box {
    margin: 28px 0;
}
}
.shops__delivery-mobile-title {
  display: none;
}
@media only screen and (max-width: 670px) {
.shops__delivery-mobile-title {
    color: #828282;
    display: block;
    font-size: 16px;
    line-height: 150%;
}
}
.shops__delivery-mobile-title .contact-block__detail-return {
  color: #272727;
  margin-bottom: 0;
}
.shops__tabs-block {
  padding: 0;
  width: 100%;
}
.shops__tabs-block .tabs-block__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.shops__link-map {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 590px) {
.shops__link-map {
    background: #F7F5F3;
}
}
.shops__link-map a {
  color: #828282;
  font-size: 14px;
  line-height: 150%;
}
.shops__layout-store {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
.shops__layout-store {
    margin-bottom: 52px;
}
}
.shops__layout-store-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1170px) {
.shops__layout-store-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.shops__layout-store-text {
  font-size: 18px;
  font-weight: 400;
  margin-left: 32px;
  width: 376px;
}
@media only screen and (max-width: 1170px) {
.shops__layout-store-text {
    margin: 24px 0 0;
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.shops__layout-store-text {
    font-size: 16px;
}
}
@media only screen and (max-width: 530px) {
.shops__layout-store-text {
    margin: 16px 0 0;
}
}
.shops__layout-store-img {
  position: relative;
  width: calc(100% - 408px);
}
@media only screen and (max-width: 1170px) {
.shops__layout-store-img {
    width: 100%;
}
}
.shops__layout-store-img img,
.shops__layout-store-img picture {
  width: 100%;
}
.shops__map {
  margin: 0 0 140px;
  position: relative;
}
@media only screen and (max-width: 1170px) {
.shops__map {
    margin: 0 0 70px;
}
}
@media only screen and (max-width: 768px) {
.shops__map {
    margin: 0 0 52px;
}
.shops__map--delivery {
    height: 100%;
    margin: 0;
}
.shops__map--delivery .map {
    height: 100vh;
}
}
@media only screen and (max-width: 768px) and (max-width: 670px) {
.shops__map .contact-block--delivery {
    background: #fff !important;
}
}
.shops__map--delivery {
  height: 100%;
  margin: 0;
}
.shops__map--delivery .map {
  height: 100vh;
}
.shops__map .contact-block {
  left: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 670px) {
.shops__map .contact-block {
    background: #F7F5F3;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.shops__buttons {
  margin-bottom: 45px;
}
@media only screen and (min-width: 671px) {
.shops__buttons {
    display: none;
}
}
.shops__buttons button,
.shops__buttons a {
  width: 100%;
}
.shops__buttons button + button, .shops__buttons button + a,
.shops__buttons a + button,
.shops__buttons a + a {
  margin-top: 15px;
}
@media only screen and (max-width: 1170px) {
.shops .ps__rail-x .ps__thumb-x,
  .shops .ps__rail-y .ps__thumb-y {
    width: 2px;
}
}
@media only screen and (max-width: 670px) {
.shops__detail-shop-info {
    margin-bottom: 52px;
    margin-left: -16px;
    width: calc(100% + 32px);
}
}
@media only screen and (max-width: 670px) {
.shops__detail-shop-info .contact-block__detail-return {
    margin-left: 16px;
}
}
@media only screen and (max-width: 670px) {
.shops__detail-shop-info .contact-block {
    display: block;
}
}
.shops--delivery .shops__bottom-btn {
  display: none;
}
@media only screen and (max-width: 670px) {
.shops--delivery .shops__bottom-btn {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    width: 100%;
}
.shops--delivery .shops__bottom-btn .btn {
    width: 100%;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.shops-card {
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 670px) {
.shops-card {
    background: transparent;
}
}
.shops-card__none {
  background: #fff;
  min-height: 500px;
  width: 100%;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.order-callback {
  max-width: 100%;
}
@media only screen and (max-width: 590px) {
.order-callback--feedback {
    min-height: 500px;
}
}
.order-callback__info {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
.order-callback__info span {
  font-weight: 600;
}
@media only screen and (max-width: 590px) {
.order-callback__box {
    padding: 44px 0;
}
}
.order-callback__field-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 590px) {
.order-callback__field-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.order-callback__field-box .order-callback__field, .order-callback__field-box .order-callback__btn-box {
  margin: 0;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 590px) {
.order-callback__field-box .order-callback__field, .order-callback__field-box .order-callback__btn-box {
    width: 100%;
}
}
.order-callback__field-box .order-callback__field .form-group, .order-callback__field-box .order-callback__btn-box .form-group {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.order-callback__field-box .order-callback__btn-box {
    margin-top: 20px;
}
}
.order-callback__wrapper {
  margin-left: -30px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 30px;
  width: calc(100% + 60px);
}
.order-callback__icon-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.order-callback__warning {
  margin-bottom: 32px;
  margin-top: -12px;
}
.order-callback__warning-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 2;
}
.order-callback__warning-close svg {
  color: #C93F40 !important;
}
.order-callback__code {
  color: #272727;
  cursor: pointer;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 51px;
  margin-top: -12px;
  text-align: right;
  text-decoration-line: underline;
}
.order-callback__prev {
  cursor: pointer;
  left: 16px;
  position: absolute;
  top: 16px;
}
.order-callback__info {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
.order-callback__info span {
  font-weight: 600;
}
.order-callback__link {
  color: #272727;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
  margin-top: -12px;
  text-decoration: underline;
}
@media only screen and (max-width: 590px) {
.order-callback__prev-icon {
    display: none;
}
}
.order-callback__chevron-icon {
  display: none;
}
@media only screen and (max-width: 590px) {
.order-callback__chevron-icon {
    color: #272727 !important;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}
.order-callback__subtitle {
  color: #272727;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: -20px;
  text-align: center;
}
.order-callback__subtitle span {
  font-weight: 600;
}
.order-callback__step {
  color: #828282;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  right: 70px;
  top: 19px;
}
@media only screen and (max-width: 590px) {
.order-callback__step {
    right: 50px;
}
.order-callback__step span {
    display: none;
}
}
.order-callback__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 590px) {
.order-callback__title {
    font-size: 16px;
}
.order-callback__title--pd {
    padding-left: 28px;
}
}
.order-callback__title--center {
  text-align: center;
}
.order-callback__title span {
  display: block;
}
.order-callback__title-span {
  white-space: nowrap;
}
.order-callback__field {
  margin-bottom: 24px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.order-callback__field--check:before {
  background: url("../images/required/check.svg") no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 15px;
  width: 24px;
  z-index: 1;
}
.order-callback__field--pd {
  margin: 48px 0 32px;
}
.order-callback__checkbox .form-group-checkbox__label {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
  padding-left: 12px;
}
.order-callback__btn-box {
  margin-bottom: 8px;
  margin-top: 32px;
}
.order-callback__btn-box--flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -6px;
  margin-right: -6px;
  width: calc(100% + 12px);
}
.order-callback__btn-box--flex-start .btn {
  margin-left: 6px;
  margin-right: 6px;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 590px) {
.order-callback__btn-box--flex-start .btn {
    width: calc(100% - 12px);
}
}
.order-callback__btn-box--mb {
  margin-bottom: 0;
}
.order-callback__btn-box--reg {
  margin-bottom: 32px;
  margin-top: 16px;
}
.order-callback__btn-box button {
  margin-bottom: 8px;
}
.order-callback__btn-box button:last-child {
  margin-bottom: 0;
}
.order-callback__btn-box--mt {
  margin-bottom: 32px;
  margin-top: -8px;
}
.order-callback__privacy-policy {
  color: #828282;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 12px;
}
.order-callback__privacy-policy a {
  color: #828282;
}
.order-callback__phone-title {
  font-size: 16px;
  margin-top: 48px;
  text-align: center;
}
@media only screen and (max-width: 590px) {
.order-callback__phone-title {
    font-size: 14px;
    margin-top: 32px;
}
}
.order-callback__phone-title span {
  display: block;
}
.order-callback__phone-text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 16px;
  text-align: center;
}
@media only screen and (max-width: 590px) {
.order-callback__phone-text {
    font-size: 20px;
}
}
.order-callback__phone-text a {
  color: #272727;
}
.order-callback__work-schedule {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  margin-top: 12px;
}
.order-callback__btn {
  width: 100%;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.model-card {
  margin: 0 auto;
  max-width: 1056px;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.model-card__interior-link-box .btn, .model-card__feedback-btn-box .btn {
    width: 100%;
}
}
.model-card__download {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  padding: 48px 34px;
}
@media only screen and (max-width: 960px) {
.model-card__download {
    padding: 40px 32px;
}
}
@media only screen and (max-width: 768px) {
.model-card__download {
    padding: 40px 16px;
}
}
@media only screen and (max-width: 590px) {
.model-card__download {
    margin-bottom: 32px;
    padding: 16px 16px 0;
}
}
.model-card__download-left {
  padding-left: 26px;
  padding-right: 26px;
  width: 50%;
}
@media only screen and (max-width: 960px) {
.model-card__download-left {
    padding-left: 0;
    padding-right: 30px;
}
}
@media only screen and (max-width: 590px) {
.model-card__download-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
}
.model-card__download-right {
  padding-left: 26px;
  padding-right: 26px;
  width: 50%;
}
@media only screen and (max-width: 960px) {
.model-card__download-right {
    padding-left: 30px;
    padding-right: 0;
}
}
@media only screen and (max-width: 590px) {
.model-card__download-right {
    margin-bottom: 34px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
}
.model-card__download-right img {
  width: 100%;
}
.model-card__download-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
.model-card__download-item {
    border-top: 1px solid #F2F2F2;
    padding: 12px 24px;
}
.model-card__download-item:last-child {
    border-bottom: 1px solid #F2F2F2;
}
}
@media only screen and (max-width: 590px) {
.model-card__download-item {
    padding: 16px 0;
}
}
.model-card__download-item:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 590px) {
.model-card__download-item:hover {
    background: transparent;
}
}
.model-card__download-item-name {
  font-size: 16px;
}
.model-card__interior {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DFDBD7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  padding: 48px 44px;
}
@media only screen and (max-width: 960px) {
.model-card__interior {
    padding: 40px 32px;
}
}
@media only screen and (max-width: 768px) {
.model-card__interior {
    padding: 40px 16px;
}
}
@media only screen and (max-width: 590px) {
.model-card__interior {
    margin-bottom: 32px;
    padding: 32px 16px;
}
}
.model-card__interior-content, .model-card__interior-img {
  width: 50%;
}
@media only screen and (max-width: 590px) {
.model-card__interior-content, .model-card__interior-img {
    width: 100%;
}
}
.model-card__interior-content img, .model-card__interior-img img {
  width: 100%;
}
.model-card__interior-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
.model-card__interior-title {
    font-size: 20px;
    line-height: 30px;
}
}
@media only screen and (max-width: 590px) {
.model-card__interior-title {
    margin-bottom: 12px;
}
}
.model-card__interior-content {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 960px) {
.model-card__interior-content {
    padding-left: 0;
}
}
@media only screen and (max-width: 590px) {
.model-card__interior-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 960px) {
.model-card__interior-link {
    width: 100%;
}
}
.model-card__interior-img {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 960px) {
.model-card__interior-img {
    padding-right: 0;
}
}
@media only screen and (max-width: 590px) {
.model-card__interior-img {
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 0;
}
}
.model-card__interior-text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 590px) {
.model-card__interior-text {
    margin-bottom: 16px;
}
}
.model-card__feedback {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 60px;
}
@media only screen and (max-width: 960px) {
.model-card__feedback {
    padding: 40px 32px;
}
}
@media only screen and (max-width: 768px) {
.model-card__feedback {
    padding: 40px 16px;
}
}
@media only screen and (max-width: 590px) {
.model-card__feedback {
    padding: 32px 16px;
}
}
@media only screen and (max-width: 768px) {
.model-card__feedback-btn {
    width: 100%;
}
}
.model-card__feedback-btn-box {
  width: 224px;
}
@media only screen and (max-width: 590px) {
.model-card__feedback-btn-box {
    width: 100%;
}
}
.model-card__feedback-content {
  padding-right: 24px;
  width: calc(100% - 224px);
}
@media only screen and (max-width: 590px) {
.model-card__feedback-content {
    padding-right: 0;
    width: 100%;
}
}
.model-card__feedback-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
.model-card__feedback-title {
    font-size: 20px;
    line-height: 30px;
}
}
@media only screen and (max-width: 590px) {
.model-card__feedback-title {
    margin-bottom: 12px;
}
}
.model-card__feedback-text {
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 590px) {
.model-card__feedback-text {
    margin-bottom: 16px;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.delivery-card {
  background: #fff;
  margin: 0 auto;
  max-width: 1056px;
  padding: 56px 136px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.delivery-card {
    padding: 36px 32px;
}
}
@media only screen and (max-width: 768px) {
.delivery-card {
    padding: 36px 16px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card {
    padding: 24px 16px;
}
}
.delivery-card__box {
  margin-bottom: 48px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box {
    margin-bottom: 36px;
}
}
.delivery-card__box-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}
}
.delivery-card__box-text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-text {
    margin-bottom: 12px;
}
}
.delivery-card__box-table {
  width: 100%;
}
.delivery-card__box-table table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr {
    border-bottom: 1px solid #fff;
}
}
.delivery-card__box-table table tr.sub td {
  background: transparent;
  border-bottom: 0;
  font-size: 16px;
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr.sub td {
    font-size: 14px;
}
}
.delivery-card__box-table table tr th {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 32px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-table table tr th {
    font-size: 14px;
    padding: 8px 32px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr th {
    display: none;
}
}
.delivery-card__box-table table tr td {
  background: #DFDBD7;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 32px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-table table tr td {
    font-size: 16px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr td {
    font-size: 14px;
    padding: 12px 16px;
}
}
.delivery-card__additional-service-list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
.delivery-card__additional-service-list {
    font-size: 16px;
}
}
.delivery-card__additional-service-list:last-child {
  margin-bottom: 0;
}
.delivery-card__additional-service-list li {
  list-style: none;
}
.delivery-card__additional-service-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0 !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.delivery-card__additional-service-left span {
  padding-right: 12px;
}
.delivery-card__additional-service-right {
  background: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.delivery-card__additional-service-center {
  border-bottom: 1px solid #828282;
  bottom: 27px;
  display: inline-block;
  height: 20px;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute;
  width: 100%;
  z-index: 0;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.share {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.share__link {
  cursor: pointer;
  height: 35px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 24px;
}
.share__box {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  display: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 10;
}
.share:hover > .share__box {
  display: block;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.configuration__box {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.configuration__box {
    padding-left: 16px;
    padding-right: 16px;
}
}
.configuration {
  background: #F7F5F3;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.configuration__unavailable {
  position: relative;
  z-index: 1;
}
.configuration__unavailable:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yMi41IDEyQzIyLjUgNi4yMjM4NiAxNy43NzYxIDEuNSAxMiAxLjVDNi4yMjM4NiAxLjUgMS41IDYuMjIzODYgMS41IDEyQzEuNSAxNy43NzYxIDYuMjIzODYgMjIuNSAxMiAyMi41QzE3Ljc3NjEgMjIuNSAyMi41IDE3Ljc3NjEgMjIuNSAxMlpNMTguMjIzNiAxNi4xMTY1TDcuODU0NTcgNS43NDc0NkM4Ljk5Mjk2IDQuOTQyMDcgMTAuNDE0MSA0LjUgMTIgNC41QzE2LjEyMzkgNC41IDE5LjUgNy44NzYxNCAxOS41IDEyQzE5LjUgMTMuNDY5OSAxOC45OTYxIDE0Ljg4NTcgMTguMjIzNiAxNi4xMTY1Wk00LjUgMTJDNC41IDEwLjQxNDEgNC45NDIwNyA4Ljk5Mjk2IDUuNzQ3NDYgNy44NTQ1N0wxNi4xNDU0IDE4LjI1MjVDMTUuMDA3IDE5LjA1NzkgMTMuNTg1OSAxOS41IDEyIDE5LjVDNy44NzYxNCAxOS41IDQuNSAxNi4xMjM5IDQuNSAxMloiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMyNzI3MjciLz4NCjwvc3ZnPiA=");
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 2;
}
.configuration__no-img {
  aspect-ratio: 1;
  border: 1px solid #828282;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.configuration__mobile-zoom {
  display: none;
}
@media only screen and (max-width: 590px) {
.configuration__mobile-zoom {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
}
.configuration__select {
  margin-bottom: 32px;
  max-width: 265px;
}
@media only screen and (max-width: 590px) {
.configuration__select {
    max-width: 100%;
}
}
.configuration__box-mobile {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
          box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
  display: none;
}
.configuration__zoom-close {
  display: none;
}
.configuration__box {
  height: calc(100% - 134px);
  max-height: 730px;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media only screen and (max-width: 960px) {
.configuration__box {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    padding: 48px 0 84px;
}
.configuration__box.scroll .card__box-right-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.configuration__box.scroll .configuration__return-mobile,
  .configuration__box.scroll .configuration__header,
  .configuration__box.scroll .configuration__wrapper-img,
  .configuration__box.scroll .configuration__wrapper-content-tab {
    display: none;
}
.configuration__box.scroll .configuration__box-mobile {
    display: block;
}
.configuration__box.scroll .configuration__box-mobile .configuration__return-mobile,
  .configuration__box.scroll .configuration__box-mobile .configuration__header,
  .configuration__box.scroll .configuration__box-mobile .configuration__wrapper-content-tab,
  .configuration__box.scroll .configuration__box-mobile .configuration__img-mobile {
    display: block;
}
.configuration__box.scroll .configuration__box-mobile .configuration__return-mobile {
    background: #F7F5F3;
}
.configuration__box.scroll .configuration__box-mobile .configuration__img-mobile {
    margin-right: 16px;
    max-width: 30%;
}
}
@media only screen and (max-width: 590px) {
.configuration__box.scroll .configuration__wrapper-bottom {
    display: none;
}
}
.configuration__header {
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
.configuration__header {
    background: #fff;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
}
}
@media only screen and (max-width: 768px) {
.configuration__header {
    padding-left: 16px;
    padding-right: 16px;
}
}
.configuration__img-animate {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.configuration__img-animate--fade {
  -webkit-animation: fadeInAndMove 0.2s linear;
          animation: fadeInAndMove 0.2s linear;
  opacity: 1;
}
@-webkit-keyframes fadeInAndMove {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeInAndMove {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.configuration__img {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.configuration__img {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media only screen and (max-width: 590px) {
.configuration__img {
    display: none;
}
}
.configuration__img img {
  height: auto;
  max-height: 100%;
  max-width: 90%;
  width: auto;
}
.configuration__return {
  cursor: pointer;
  height: 24px;
  margin-bottom: 5px;
  margin-right: 8px;
  width: 24px;
}
@media only screen and (max-width: 960px) {
.configuration__return {
    display: none;
}
}
.configuration__return svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.configuration__return-mobile {
  display: none;
}
@media only screen and (max-width: 960px) {
.configuration__return-mobile {
    background: #F7F5F3;
    display: block;
    left: 0;
    padding: 12px 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
}
@media only screen and (max-width: 768px) {
.configuration__return-mobile {
    padding: 12px 16px;
}
}
.configuration__return-icon {
  height: 24px;
}
.configuration__return-mobile-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 150%;
}
.configuration__return-mobile-box svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.configuration__return-mobile-box span {
  padding-left: 13px;
}
.configuration__img-mobile {
  display: none;
}
@media only screen and (max-width: 590px) {
.configuration__img-mobile {
    display: block;
    margin-right: 16px;
    max-width: 30%;
}
}
@media only screen and (max-width: 590px) {
.configuration__discount-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.configuration__discount-box .card__content-cost-discount {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}
}
.configuration__cost-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 32px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.configuration__cost-box {
    margin-left: 0;
}
}
.configuration__title.card__box {
  margin-bottom: 8px;
}
.configuration__discount.card__content-cost-discount {
  font-size: 20px;
  line-height: 30px;
  margin-right: 12px;
}
@media only screen and (max-width: 960px) {
.configuration__discount.card__content-cost-discount {
    font-size: 18px;
    line-height: 150%;
}
}
@media only screen and (max-width: 590px) {
.configuration__discount.card__content-cost-discount {
    font-size: 16px;
}
}
@media only screen and (max-width: 960px) {
.configuration__title .card__box-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.configuration__title .card__box-left h2 {
    margin-right: 12px;
}
.configuration__title .card__box-left .card__box-article {
    margin-left: 0;
}
}
@media only screen and (max-width: 530px) {
.configuration__title .card__box-left h2 {
    font-size: 20px;
    line-height: 140%;
}
}
.configuration__cost.card__content-cost-current {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 960px) {
.configuration__cost.card__content-cost-current {
    font-size: 14px;
    line-height: 150%;
}
}
.configuration__wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.configuration__wrapper-img {
  border-right: 1px solid #F2F2F2;
  width: 57%;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-img {
    width: 100%;
}
}
.configuration__wrapper-content {
  overflow: hidden;
  width: 43%;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-content {
    width: 100%;
}
}
.configuration__color {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -7px;
  padding-bottom: 13px;
  width: calc(100% + 14px);
}
.configuration__color-item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 15px;
  padding-left: 7px;
  padding-right: 7px;
  width: 33.333%;
}
@media only screen and (max-width: 1170px) {
.configuration__color-item {
    width: 50%;
}
}
@media only screen and (max-width: 590px) {
.configuration__color-item {
    width: 100%;
}
}
.configuration__color-item-icon {
  height: 39px;
  margin-right: 12px;
  overflow: hidden;
  width: 39px;
}
.configuration__color-item-icon--no-img {
  border: 1px solid #828282;
  height: 37px;
  width: 37px;
}
.configuration__color-item-icon img {
  width: 100%;
}
.configuration__color-item-text {
  font-size: 14px;
  line-height: 21px;
  width: calc(100% - 51px);
}
.configuration__color-item-text div:first-child {
  color: #272727;
}
.configuration__color-item-text div:last-child {
  color: #828282;
}
.configuration__wrapper-title {
  color: #828282;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-title {
    padding-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.configuration__wrapper-title {
    font-size: 12px;
}
}
.configuration__wrapper-bottom {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1170px) {
.configuration__wrapper-bottom {
    padding-left: 32px;
    padding-right: 32px;
}
}
@media only screen and (max-width: 768px) {
.configuration__wrapper-bottom {
    padding-left: 16px;
    padding-right: 16px;
}
}
.configuration__wrapper-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 21px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-info {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 20px;
}
}
.configuration__wrapper-info svg {
  margin-right: 10px;
}
.configuration__wrapper-content-tab {
  padding: 20px 0 20px 60px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
.configuration__wrapper-content-tab {
    padding: 20px 0 20px 32px;
}
}
@media only screen and (max-width: 768px) {
.configuration__wrapper-content-tab {
    padding: 20px 0 20px 16px;
}
}
.configuration__wrapper-content-tab.active {
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
}
.configuration__wrapper-content-tab.fixed {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
          box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
  left: 0;
  position: fixed;
  top: 48px;
  z-index: 11;
}
.configuration__wrapper-content-tab .tabs-block__box {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-content-tab .configuration__tabs {
    padding-left: 0;
}
}
.configuration__wrapper-btn {
  -webkit-box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
          box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
  padding: 20px 60px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-btn {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 20px 32px;
    position: fixed;
    z-index: 11;
}
}
@media only screen and (max-width: 768px) {
.configuration__wrapper-btn {
    padding: 20px 16px;
}
}
.configuration__wrapper-btn button {
  width: 100%;
}
.configuration__wrapper-tab-box {
  overflow-y: auto;
  padding: 20px 60px 0;
}
@media only screen and (max-width: 1170px) {
.configuration__wrapper-tab-box {
    padding: 20px 32px;
}
}
@media only screen and (max-width: 768px) {
.configuration__wrapper-tab-box {
    padding: 20px 16px;
}
}
.configuration__wrapper-tab-item {
  margin-bottom: 16px;
  width: 100%;
}
.configuration__wrapper-tab-box-icon {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -8px;
  width: calc(100% + 16px);
}
@media only screen and (max-width: 530px) {
.configuration__wrapper-tab-box-icon {
    margin-left: -6px;
    width: calc(100% + 12px);
}
}
.configuration__wrapper-tab-box-icon div {
  aspect-ratio: 1;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  padding: 1px;
  width: calc(12.5% - 16px);
}
@media only screen and (max-width: 1240px) {
.configuration__wrapper-tab-box-icon div {
    width: calc(14.3% - 16px);
}
}
@media only screen and (max-width: 1170px) {
.configuration__wrapper-tab-box-icon div {
    width: calc(16.6666% - 16px);
}
}
@media only screen and (max-width: 960px) {
.configuration__wrapper-tab-box-icon div {
    width: calc(12.5% - 16px);
}
}
@media only screen and (max-width: 670px) {
.configuration__wrapper-tab-box-icon div {
    width: calc(16.666% - 16px);
}
}
@media only screen and (max-width: 530px) {
.configuration__wrapper-tab-box-icon div {
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    width: calc(20% - 12px);
}
}
.configuration__wrapper-tab-box-icon div.active {
  border: 1px solid #272727;
  pointer-events: none;
}
.configuration__wrapper-tab-box-icon div img {
  width: 100%;
}
.configuration__wrapper-tab-box-title {
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 16px;
}
@media only screen and (max-width: 590px) {
.configuration__wrapper-tab-box-title {
    font-size: 16px;
    padding-bottom: 12px;
}
}
.configuration__img-mobile--zoom .configuration__zoom-close {
  display: block;
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1001;
}
@media only screen and (max-width: 590px) {
.configuration__img-mobile--zoom {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.configuration__img-mobile--zoom img {
    width: 90%;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.info-link-box__content-model-link {
  background: #DFDBD7;
  color: #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  margin-top: 44px;
  padding: 21px 33px;
  text-decoration: none;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.info-link-box__content-model-link {
    margin-top: 32px;
}
}
@media only screen and (max-width: 590px) {
.info-link-box__content-model-link {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
    padding: 20px 16px;
}
}
.info-link-box__content-model-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-link-box__content-model-icon span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
}
@media only screen and (max-width: 960px) {
.info-link-box__content-model-icon span {
    font-size: 20px;
}
}
@media only screen and (max-width: 590px) {
.info-link-box__content-model-icon span {
    font-size: 16px;
    margin-right: 12px;
}
}
.info-link-box__content-model-chevron-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-link-box__content-model-chevron-icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.card__content-collections.card__content-block, .card {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.card__content-collections.card__content-block, .card {
    padding-left: 16px;
    padding-right: 16px;
}
}
.card {
  margin-bottom: 84px;
}
@media only screen and (max-width: 960px) {
.card {
    margin-bottom: 52px;
}
}
.card__content-loader-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.card__content-loader-box svg {
  height: 48px;
  width: 48px;
}
.card__content-loader-box--none {
  display: none;
}
.card__badges {
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 10;
}
.card__content-thumbs-img {
  height: 100%;
}
.card__content-thumbs-img picture {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__lazy {
  height: 100%;
  width: 100%;
}
.card__lazy div {
  height: 100%;
}
.card__lazy div picture {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__content-swiper-slide-none {
  background: #DFDBD7 url("../images/required/loader.svg") center center no-repeat !important;
  width: 100%;
}
.card__swiper-pagination.swiper-pagination-bullets {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 8px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 4px;
  position: absolute;
  width: calc(100% - 8px);
  z-index: 10;
}
@media only screen and (max-width: 960px) {
.card__swiper-pagination.swiper-pagination-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}
.card__swiper-pagination .swiper-pagination-bullet {
  background: #E0E0E0;
  border-radius: 0;
  display: block;
  height: 2px;
  margin-left: 2px;
  margin-right: 2px;
  opacity: 1;
  width: 100%;
}
.card__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #828282;
  opacity: 1;
}
.card__loader {
  display: none;
}
.card__box-right-icon.loaded .favorites {
  display: none;
}
.card__box-right-icon.loaded .card__loader {
  display: block;
  height: 24px;
  margin-top: -4px;
  width: 24px;
}
.card__box-right-icon.loaded .card__loader .loader {
  fill: #CCCCCC;
}
.card__box-right-icon {
  cursor: pointer;
  height: 24px;
  margin-left: 34px;
  width: 24px;
}
@media only screen and (max-width: 768px) {
.card__box-right-icon {
    margin-left: 18px;
}
}
.card__box-right-icon .share__link {
  padding: 0;
}
.card__box-right-icon svg {
  width: 24px;
}
.card__box-right-icon.active svg, .card__box-right-icon:hover svg {
  color: #CCCCCC;
  fill: #CCCCCC;
}
.card__box-right-icon svg {
  color: #CCCCCC;
  fill: transparent;
}
.card__box-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card__content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card__content-collections.card__content-block {
  margin: 84px auto;
}
@media only screen and (max-width: 960px) {
.card__content-collections.card__content-block {
    margin: 52px auto 12px;
}
}
@media only screen and (max-width: 768px) {
.card__content-collections.card__content-block {
    margin: 52px auto;
    padding-right: 0;
}
}
.card__content-collections.card__content-block h2 {
  margin-bottom: 0;
}
.card__content-interiors.card__content-block {
  margin: 12px auto 52px;
}
@media only screen and (max-width: 768px) {
.card__content-interiors.card__content-block h2 {
    margin-bottom: 28px;
}
}
@media only screen and (max-width: 768px) {
.card__content-watching-earlier.card__content-block h2 {
    margin-bottom: 28px;
}
}
.card__content-model-tabs {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
.card__content-model-tabs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.card__content-model-tabs .tabs-block__box {
  width: 100%;
}
@media only screen and (max-width: 768px) {
.card__content-model-tabs .tabs-block__box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
}
.card__content-model-tabs > .tabs-block__box {
  margin-bottom: 56px;
}
@media only screen and (max-width: 670px) {
.card__content-model-tabs > .tabs-block__box {
    margin-bottom: 32px;
}
}
.card__content-anchor {
  opacity: 0;
  position: relative;
  top: 0;
  z-index: -1;
}
.card__content-thumbs {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2px;
  max-width: 776px;
  width: 100%;
}
.card__content-thumbs-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.card__content-thumbs-box {
    display: none;
}
}
.card__button-group {
  margin-bottom: 0;
  margin-right: -8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card__content-property-text {
  color: #272727;
}
.card__content-property-text span span {
  color: #828282;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
.card__content-thumbs-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1.5;
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  margin-top: 6px;
  overflow: hidden;
  width: 104px;
}
.card__content-thumbs-slide img {
  max-height: 100%;
}
.card__content-thumbs-slide.active {
  border: 1px solid #272727;
}
.card__content-swiper {
  aspect-ratio: 1.5;
  position: relative;
  width: 100%;
}
.card__content-block {
  margin: 80px auto;
  max-width: 1920px;
}
@media only screen and (max-width: 960px) {
.card__content-block {
    margin: 52px auto;
}
}
.card__content-block h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
.card__content-block h2 {
    font-size: 24px;
    line-height: 150%;
}
}
@media only screen and (max-width: 590px) {
.card__content-block h2 {
    font-size: 20px;
    line-height: 140%;
}
}
.card__content-left {
  width: calc(100% - 590px);
}
@media only screen and (max-width: 1170px) {
.card__content-left {
    width: calc(100% - 490px);
}
}
@media only screen and (max-width: 960px) {
.card__content-left {
    width: 100%;
}
}
.card__content-right {
  margin-left: 80px;
  width: 510px;
}
@media only screen and (max-width: 1170px) {
.card__content-right {
    margin-left: 40px;
    width: 450px;
}
}
@media only screen and (max-width: 960px) {
.card__content-right {
    margin-left: 0;
    width: 100%;
}
}
@media only screen and (max-width: 590px) {
.card__content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
}
.card__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.card__box h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin-right: 24px;
}
@media only screen and (max-width: 960px) {
.card__box h2 {
    font-size: 24px;
    line-height: 150%;
}
}
.card__box-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
.card__box-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.card__box-article {
  color: #828282;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 960px) {
.card__box-article {
    font-size: 16px;
    line-height: 150%;
    margin-left: 0;
}
}
.card__content-property {
  margin-top: 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.card__content-property {
    margin-top: 32px;
}
}
@media only screen and (max-width: 590px) {
.card__content-property {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
}
}
.card__content-property-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 960px) {
.card__content-property-item {
    font-size: 16px;
    line-height: 150%;
}
}
.card__content-property-item--link {
  margin-bottom: 0;
  margin-top: 12px;
}
.card__content-property-item--link a {
  color: #272727;
}
.card__content-property-title {
  color: #828282;
  margin-right: 7px;
}
.card__content-cost-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 44px;
  margin-top: 44px;
}
@media only screen and (max-width: 960px) {
.card__content-cost-box {
    margin-bottom: 0;
    margin-left: -8px;
    margin-top: 32px;
    width: calc(100% + 16px);
}
}
@media only screen and (max-width: 590px) {
.card__content-cost-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
}
.card__content-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 960px) {
.card__content-cost {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
}
}
@media only screen and (max-width: 590px) {
.card__content-cost {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
}
}
@media only screen and (max-width: 960px) {
.card__content-btn-box {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
}
}
@media only screen and (max-width: 590px) {
.card__content-btn-box {
    margin-top: 20px;
    width: calc(100% - 16px);
}
}
.card__content-swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.card__content-cost-discount {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 960px) {
.card__content-cost-discount {
    font-size: 24px;
    line-height: 150%;
}
}
@media only screen and (max-width: 590px) {
.card__content-cost-discount {
    margin-right: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
}
.card__content-cost-current {
  color: #828282;
  font-size: 18px;
  line-height: 150%;
  text-decoration-line: line-through;
}
.card__content-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 960px) {
.card__content-btn.btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
}
.card__content-btn span:first-child {
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
.card__content-info {
  margin-bottom: 44px;
  margin-top: 44px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.card__content-info {
    margin-bottom: 0;
    margin-top: 32px;
}
}
@media only screen and (max-width: 590px) {
.card__content-info {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
}
}
.card__content-defective-products-content {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-content {
    margin-top: 8px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
}
.card__content-defective-products {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
  margin-left: -12px;
  margin-top: 24px;
  width: calc(100% + 24px);
}
@media only screen and (max-width: 768px) {
.card__content-defective-products {
    margin-left: -8px;
    width: calc(100% + 16px);
}
}
@media only screen and (max-width: 590px) {
.card__content-defective-products {
    margin-bottom: 0;
    margin-top: 32px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
}
.card__content-defective-products-tab {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 28px;
  position: relative;
  width: calc(50% - 24px);
}
@media only screen and (max-width: 768px) {
.card__content-defective-products-tab {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
}
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-tab {
    padding: 20px 16px;
}
}
.card__content-defective-products-tab.active {
  border: 1px solid #272727;
}
.card__content-defective-products-tab--one {
  width: calc(100% - 24px);
}
@media only screen and (max-width: 768px) {
.card__content-defective-products-tab--one {
    width: calc(100% - 16px);
}
}
.card__content-defective-products-tab--full {
  background: #fff;
  margin: 12px 0;
  padding: 20px 32px;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-tab--full {
    padding: 20px 16px;
}
}
.card__content-defective-products-tab--full:last-child {
  margin-bottom: 0;
}
.card__content-defective-products-cost {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.card__content-defective-products-condition, .card__content-defective-products-defective {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-condition, .card__content-defective-products-defective {
    font-size: 14px;
}
}
.card__content-defective-products-condition span, .card__content-defective-products-defective span {
  color: #272727;
  padding-left: 5px;
}
.card__content-defective-products-condition {
  padding-left: 146px;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-condition {
    padding-left: 0;
}
}
.card__content-defective-products-defective {
  margin-bottom: 0;
}
.card__content-defective-products-cost-old {
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  padding-right: 12px;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-cost-old {
    font-size: 16px;
}
}
.card__content-defective-products-cost-new {
  color: #828282;
  font-size: 14px;
  text-decoration-line: line-through;
}
.card__content-defective-products-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.card__content-defective-products-box .card__content-thumbs-img {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 32px;
  position: absolute;
  top: 0;
  width: 114px;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-box .card__content-thumbs-img {
    height: auto;
    margin-right: 12px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 60px;
}
}
.card__content-defective-products-box .card__content-thumbs-img picture {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__content-defective-products-box .card__content-thumbs-img picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.card__content-defective-products-img {
  margin-right: 20px;
  width: 114px;
}
.card__content-defective-products-text {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.card__content-defective-products-text {
    width: calc(100% - 76px);
}
}
.card__content-defective-products-tab-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.card__content-defective-products-tab-text {
  color: #828282;
  font-size: 14px;
  line-height: 150%;
}
.card__content-property-color {
  margin-bottom: 29px;
  margin-top: 44px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.card__content-property-color {
    margin-bottom: 0;
    margin-top: 32px;
}
}
@media only screen and (max-width: 590px) {
.card__content-property-color {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
}
}
.card__content-property-color-title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 25px;
}
@media only screen and (max-width: 960px) {
.card__content-property-color-title {
    font-size: 20px;
    line-height: 150%;
}
}
.card__content-property-link.btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.card__content-property-link-box {
  margin-bottom: 44px;
  margin-top: 29px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.card__content-property-link-box {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 590px) {
.card__content-property-link-box {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
}
}
.card__content-property-availability {
  margin-bottom: 44px;
  margin-top: 44px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.card__content-property-availability {
    margin-bottom: 0;
    margin-top: 32px;
}
}
@media only screen and (max-width: 590px) {
.card__content-property-availability {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
}
}
.card__content-property-availability-text {
  font-size: 18px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 960px) {
.card__content-property-availability-text {
    font-size: 16px;
}
}
.card__content-property-availability-text--mt {
  padding-bottom: 0;
  padding-top: 24px;
}
.card__content-property-availability-text a {
  color: #272727;
}
