@charset "UTF-8";
body {
  display: block !important; }

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

.cart-container ul,
.cart-container ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-container ul ul,
.cart-container ol ul,
.cart-container ul ol,
.cart-container ol ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-container img {
  border-style: none; }

.cart-container button,
.cart-container [type="button"],
.cart-container [type="reset"],
.cart-container [type="submit"] {
  -webkit-appearance: button; }

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

.cart-container {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 100px 30px; }
  @media (max-width: 1023px) {
    .cart-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .cart-container {
      padding: 51px 10px; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.order__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left; }
  @media (max-width: 479px) {
    .order__tabs {
      overflow-x: auto; } }

.order__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left; }
  .order__tabs-list li {
    margin: 0 25px; }
    @media (max-width: 767px) {
      .order__tabs-list li {
        margin: 0 10px; } }
    .order__tabs-list li a {
      display: block;
      float: left;
      padding: 16px 0;
      font-family: "Open Sans",Arial, Helvetica, sans-serif;
      font-size: 23px;
      line-height: 23px;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      color: #B8B8B8;
      border-bottom: 1px solid transparent;
      -webkit-transition: color 0.2s, border-color 0.2s;
      -o-transition: color 0.2s, border-color 0.2s;
      transition: color 0.2s, border-color 0.2s;
      white-space: nowrap; }
      .order__tabs-list li a:hover {
        color: #18191B; }
      @media (max-width: 767px) {
        .order__tabs-list li a {
          font-size: 18px;
          line-height: 18px;
          padding: 12px 0; } }
      @media (max-width: 479px) {
        .order__tabs-list li a {
          font-size: 16px;
          line-height: 16px; } }
    .order__tabs-list li.is-active a {
      color: #18191B;
      border-bottom-color: #18191B; }
    .order__tabs-list li:first-child {
      margin-left: 0; }

.order__section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 19px; }
  @media (max-width: 1365px) {
    .order__section {
      margin-top: 45px; } }

.order__table {
  width: 100%; }
  .order__table th, .order__table td {
    font-family: "Open Sans",Arial, Helvetica, sans-serif; }
  .order__table th {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: #18191B;
    padding-bottom: 29px; }
  .order__table td {
    border-top: 1px solid #555555;
    padding: 29px 0 28px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 1365px) {
      .order__table td {
        padding: 0;
        border-top: transparent; }
        .order__table td::before {
          content: attr(data-title);
          display: block;
          float: left;
          width: 100%;
          font-size: 14px;
          font-weight: 400;
          line-height: 25.2px;
          color: #18191B;
          margin-bottom: 20px; }
        .order__table td:first-child {
          border-top: 1px solid #555555; }
          .order__table td:first-child::before {
            border-bottom: 1px solid #555555;
            padding-bottom: 29px; }
        .order__table td.order__td-action {
          display: none !important; } }
    @media (max-width: 479px) {
      .order__table td::before {
        margin-bottom: 10px; } }
    @media (max-width: 1365px) {
      .order__table td.order__td-info {
        padding-top: 30px;
        width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .order__table td.order__td-info::before {
        margin-bottom: 20px; } }
    @media (max-width: 1365px) {
      .order__table td.order__td-quantity {
        width: 210px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 479px) {
      .order__table td.order__td-quantity {
        width: 100%;
        margin-top: 9px; } }
    .order__table td.order__td-sum {
      font-size: 36px;
      line-height: 36px;
      color: #18191B;
      padding-right: 50px;
      padding-left: 50px;
      text-align: center;
      white-space: nowrap; }
      @media (max-width: 1365px) {
        .order__table td.order__td-sum {
          text-align: right;
          line-height: 44px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          min-width: 1px;
          padding-right: 0;
          padding-left: 15px; } }
      @media (max-width: 479px) {
        .order__table td.order__td-sum {
          text-align: left;
          width: 100%;
          padding-left: 0;
          margin-top: 20px; } }
  @media (max-width: 1365px) {
    .order__table tr.order__table-header {
      display: none !important; } }
  @media (max-width: 1365px) {
    .order__table tr.order__table-header + tr.order__table-item td {
      border-top: 0; } }
  @media (min-width: 1366px) {
    .order__table tr.order__table-header + tr.order__table-item td {
      padding-top: 55px; } }
  @media (max-width: 1365px) {
    .order__table .order__table-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      float: left;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .order__table .order__table-item {
      margin-bottom: 28px; } }

.order__sum-text {
  white-space: nowrap; }
  @media (max-width: 1365px) {
    .order__sum-text {
      float: left;
      width: 100%;
      display: block;
      text-align: right; } }
  @media (max-width: 479px) {
    .order__sum-text {
      text-align: left; } }

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

.order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px; }
  @media (max-width: 1365px) {
	  .order__info {
      padding-right: 0;
      width: 100%;
      float: left; } }
  @media (max-width: 479px) {
    .order__info {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.order__info-img {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 479px) {
    .order__info-img {
      width: 100%;
      margin-bottom: 18px; } }

.order__info-img__block {
  width: 120px;
  border: 1px solid #BFBFBF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 76.67%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 479px) {
    .order__info-img__block {
      height: 94px;
      padding-bottom: 0; } }
  .order__info-img__block img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    max-width: 100%;
    display: block;
    padding: 2px 5px; }

.order__info-block {
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 40px;
  padding-top: 1px; }
  @media (max-width: 767px) {
    .order__info-block {
      padding-left: 20px; } }
  @media (max-width: 479px) {
    .order__info-block {
      padding-left: 0;
      width: calc(100% - 40px); } }

.order__info-title {
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  color: #555555;
  display: block;
  float: left;
  text-decoration: none;
  text-align: left !important; }
  .order__info-title:hover {
    text-decoration: underline; }
  @media (max-width: 1365px) {
    .order__info-title {
      font-size: 24px;
      line-height: 28.8px; } }

.order__info-code {
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin-top: 9px; }
  @media (max-width: 1365px) {
    .order__info-code {
      margin-top: 10px; } }

@media (min-width: 1366px) {
  .order__info-action {
    display: none; } }

@media (max-width: 1365px) {
  .order__info-action {
    padding-top: 1px; } }

.order__quantity-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 208px;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  height: 44px;
  margin: 0 auto; }
  @media (max-width: 479px) {
    .order__quantity-control {
      margin: 0; } }

.order__quantity-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }
  .order__quantity-btn svg {
    stroke: #555555;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s; }
  .order__quantity-btn:hover {
    background: #555555; }
    .order__quantity-btn:hover svg {
      stroke: #fff; }

.order__quantity-input {
  background: #fff;
  width: 70px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border: 0;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 5px;
  outline: none !important; }
  .order__quantity-input:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }

.order__action-bnt {
  display: block; }
  .order__action-bnt svg {
    stroke: #828282;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s; }
  .order__action-bnt:hover svg {
    stroke: #18191B; }

.order__summary {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #18191B;
  padding: 22px 24px  !important;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: #18191B; }
  @media (max-width: 479px) {
    .order__summary {
      padding: 22px 20px  !important; } }

.summary__item-price {
  font-size: 36px;
  line-height: 36px;
  white-space: nowrap;
  margin-left: 18px;
  display: block; }
  @media (max-width: 479px) {
    .summary__item-price {
      margin-left: 0; } }

.summary__btn {
  display: block;
  width: 200px;
  height: 44px;
  padding: 0;
  background: #000000;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-transform: uppercase; }
  .summary__btn:hover {
    color: #000000;
    background: #fff;
    border-color: #000000; }
  @media (max-width: 479px) {
    .summary__btn {
      width: 100%; } }

.summary__item {
  display: block;
  float: left;
  width: 100%;
  margin-top: 32px; }
  .summary__item:first-child {
    margin-top: 0; }
  .summary__item:last-child {
    margin-top: 28px; }
  .summary__item.is-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 479px) {
      .summary__item.is-price {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .summary__item.is-price .summary__item-label {
          margin-right: 18px; } }

.summary__item-label {
  white-space: nowrap; }

.summary__item-quantity {
  margin-left: 3px; }

/*PAGE Оформление заказа */
.order-container {
  display: block;
  float: left;
  width: 100%;
  max-width: 1385px;
  margin-top: 10px; }
  .order-container button, .order-container input, .order-container textarea {
    outline: none !important; }
  @media (min-width: 1440px) {
    .order-container {
      padding-left: 40px; } }
  @media (max-width: 1023px) {
    .order-container {
      margin-top: 48px; } }

.order-content {
  display: block;
  float: left;
  width: 100%;
  margin-top: 64px; }
  @media (max-width: 1365px) {
    .order-content {
      margin-top: 37px; }
      .order-content:not(:last-child) {
        margin-bottom: 27px; } }
  @media (max-width: 1023px) {
    .order-content {
      margin-top: 0; }
      .order-content:not(:last-child) {
        margin-bottom: 0; } }

.order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  margin-right: -40px; }
  @media (max-width: 1439px) {
    .order-row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 1023px) {
    .order-row {
      display: block;
      width: 100%;
      float: left;
      margin: 0; } }

.order-col {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  width: 50.527%; }
  .order-col.is-col__two {
    width: 49.473%; }
    @media (max-width: 1023px) {
      .order-col.is-col__two {
        width: 100%; } }
    @media (min-width: 1024px) {
      .order-col.is-col__two .order-block {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .order-col.is-col__two .order-control__delivery {
        margin-top: auto !important; } }
  @media (max-width: 1439px) {
    .order-col {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 1023px) {
    .order-col {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.order-block {
  display: block;
  float: left;
  width: 100%; }
  @media (max-width: 1023px) {
    .order-block {
      margin-bottom: 44px; } }

.order-block__title {
  display: block;
  float: left;
  width: 100%;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: #353140;
  border-bottom: 1px solid #828282;
  margin-bottom: 36px;
  padding-bottom: 46px; }

.order-list {
  display: block;
  float: left;
  width: 100%; }

.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 400;
  text-align: left;
  color: #9C9C9C; }
  .order-item:not(:last-child) {
    margin-bottom: 26px; }
  .order-item.order-item__black {
    color: #353140; }

.order-item__text {
  padding-left: 10px; }

.order-item__price, .order-item__sum {
  display: inline-block;
  white-space: nowrap; }

.order-block__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  border: 1px solid #555555;
  height: 56px;
  padding: 5px 4px; }

.order-control__input {
  outline: none !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px; }

.order-control__input-text {
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  background: #fff;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #9C9C9C;
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .order-control__input-text {
      padding: 0 10px; } }

.order-control__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.order-btn__apply {
  min-width: 128px; }

.btn-style {
  display: block;
  height: 44px;
  padding: 0;
  background: #000000;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-transform: uppercase; }
  .btn-style:hover {
    color: #000000;
    background: #fff;
    border-color: #000000; }

.order-item__label {
  position: relative; }
  @media (max-width: 479px) {
    .order-item__label {
      display: block;
      width: 100%;
      float: left; } }

.order-radio {
  opacity: 0 !important;
  height: 17px !important;
  width: 17px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .order-radio:checked + .order-label {
    color: #18191B; }
    .order-radio:checked + .order-label::before {
      border-color: #18191B; }
    .order-radio:checked + .order-label::after {
      background: #18191B;
      opacity: 1; }

.order-label {
  padding-left: 37px;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 0;
  cursor: pointer; }
  .order-label::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 9px;
    border: 1px solid #555555;
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .order-label::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #555555;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 13px;
    margin-top: -4.5px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .order-label:hover {
    color: #18191B; }
    .order-label:hover::before {
      border-color: #18191B; }
    .order-label:hover::after {
      background: #18191B; }

.order-delivery__price {
  white-space: nowrap; }

.is-black {
  color: #18191B !important; }

.order-list__delivery {
  margin-top: 4px !important;
  margin-bottom: 20px !important; }
  .order-list__delivery .order-item {
    font-size: 15px;
    line-height: 19.5px; }
    .order-list__delivery .order-item:not(:last-child) {
      margin-bottom: 32px; }
  .order-list__delivery .order-item__text {
    font-size: 20px; }
  @media (max-width: 1023px) {
    .order-list__delivery {
      margin-top: 25px; } }
  @media (max-width: 479px) {
    .order-list__delivery .order-item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .order-list__delivery .order-item__text {
      padding-left: 0;
      width: 100%;
      float: left;
      margin-top: 10px; } }

.order-control__list {
  display: block;
  float: left;
  width: 100%; }

.order-control__list--item {
  display: block;
  float: left;
  width: 100%; }
  .order-control__list--item:not(:last-child) {
    margin-bottom: 16px; }

.order-control__text {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #555555;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 0 20px;
  background: #fff;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  color: #9C9C9C;
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .order-control__text {
      padding: 0 10px; } }

textarea.order-control__text {
  height: auto;
  min-height: 122px;
  padding-top: 9px;
  padding-bottom: 9px;
  min-width: 100%;
  max-width: 100%; }

.order-action {
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px; }
  @media (max-width: 1365px) {
    .order-action {
      margin-top: auto; } }
  @media (max-width: 1023px) {
    .order-action {
      margin-top: 20px; } }

.order-action__block {
  display: block;
  float: left;
  width: 100%; }
  .order-action__block:not(:last-child) {
    margin-bottom: 4px; }

.order-action__btn {
  width: 100%;
  max-width: 406px; }
  @media (max-width: 479px) {
    .order-action__btn {
      max-width: 100%; } }

.order-action__text {
  margin-bottom: 0;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15.6px;
  font-weight: 400;
  color: #9C9C9C; }
  .order-action__text a {
    color: #9C9C9C;
    text-decoration: underline; }
    .order-action__text a:hover {
      text-decoration: none; }

@media (max-width: 1023px) {
  .order-control__delivery {
    margin-top: 28px; } }

/*404*/
.page__not-found *,
.page__not-found *::before,
.page__not-found *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page__not-found ul,
.page__not-found ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.page__not-found ul ul,
.page__not-found ol ul,
.page__not-found ul ol,
.page__not-found ol ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.page__not-found img {
  border-style: none; }

.page__not-found button,
.page__not-found [type="button"],
.page__not-found [type="reset"],
.page__not-found [type="submit"] {
  -webkit-appearance: button; }

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

.page__not-found {
  padding: 104px 0;
  float: left;
  width: 100%;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100dvh; }
  @media screen and (min-width: 1024px) {
    .page__not-found {
      background: #fff url("../images/furnitek/404/1920-bg.jpg") no-repeat center; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .page__not-found {
      background: #fff url("../images/furnitek/404/768-bg.jpg") no-repeat center;
      padding: 200px 0; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .page__not-found {
      background: #fff url("../images/furnitek/404/480-bg.jpg") no-repeat center; } }
  @media screen and (max-width: 1679px) {
    .page__not-found {
      padding-left: 102px;
      padding-right: 102px; } }
  @media (max-width: 1023px) {
    .page__not-found {
      padding: 106px 75px; } }
  @media (max-width: 767px) {
    .page__not-found {
      padding: 90px 48px; } }
  @media (max-width: 479px) {
    .page__not-found {
      padding: 50px 10px; } }

.block__404 {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1460px;
  opacity: 0.95; }
  .block__404 h1 {
    text-indent: -99999999px; }
  .block__404 picture {
    display: block;
    float: left;
    width: 100%; }
    .block__404 picture img {
      width: 100%;
      display: block; }
  @media screen and (max-width: 1679px) {
    .block__404 {
      max-width: 100%; } }

@media screen and (max-width: 992px) {
  #subheader {
    display: none !important; }
  .page__not-found {
    min-height: calc(100dvh - 834px); } }

footer {
  clear: both; }

/*ABOUT PAGE CSS*/
.about__section {
  display: block;
  width: 100%;
  float: left;
  background: #fff;
  overflow: hidden; }
  .about__section .container {
    padding: 0 30px; }
    @media (max-width: 1023px) {
      .about__section .container {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .about__section .container {
        padding: 0 10px; } }

.about__section-text {
  display: block;
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 1365px) {
    .about__section-text {
      padding-top: 57px; } }
  @media (max-width: 1023px) {
    .about__section-text {
      padding-bottom: 40px; }
      .about__section-text.about__section-column {
        padding-top: 40px; } }
  @media (max-width: 767px) {
    .about__section-text {
      padding-top: 50px; }
      .about__section-text.about__section-column {
        padding-top: 30px; } }

@media (max-width: 1365px) {
  .about__section-simple .about__section-block:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 1365px) {
  .about__section-block-img {
    margin-top: 38px; } }

.about__section-title {
  display: block;
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 23px;
  line-height: 34.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .about__section-title {
      font-size: 24px;
      line-height: 31px; } }

.about__section-content {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden; }
  .about__section-content + .about__section-content {
    margin-top: 50px; }
    @media (max-width: 1365px) {
      .about__section-content + .about__section-content {
        margin-top: 40px; } }

.about__section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
  margin-left: -80px; }
  @media screen and (max-width: 1919px) {
    .about__section-row {
      margin-right: -20px;
      margin-left: -20px; } }
  .about__section-row.is-style-2 {
    margin-right: -20px;
    margin-left: -20px; }
    .about__section-row.is-style-2 .about__section-block {
      padding-right: 20px;
      padding-left: 20px; }
  @media (max-width: 1365px) {
    .about__section-row {
      margin-right: 0;
      margin-left: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .about__section-row.is-style-2 {
        margin-right: 0;
        margin-left: 0; }
        .about__section-row.is-style-2 .about__section-block {
          padding-right: 0;
          padding-left: 0; } }

.about__section-block {
  display: block;
  width: 50%;
  float: left;
  padding-right: 80px;
  padding-left: 80px;
  text-align: left; }
  .about__section-block p {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px; }
    .about__section-block p:first-child {
      margin-bottom: 0; }
  .about__section-block img {
    width: 100%; }
  @media screen and (max-width: 1919px) {
    .about__section-block {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 1365px) {
    .about__section-block {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .about__section-block p {
      font-size: 16px;
      line-height: 29px; } }

.about__section-text--img {
  display: block;
  float: left;
  width: 100%;
  margin-top: 50px; }
  @media (max-width: 1365px) {
    .about__section-text--img {
      margin-top: 40px; } }
  .about__section-text--img img {
    width: 100%; }

.about__why {
  display: block;
  float: left;
  width: 100%;
  padding-top: 70px;
  margin-bottom: 54px; }
  @media (max-width: 1365px) {
    .about__why {
      padding-top: 56px;
      margin-bottom: 0; } }

.title-block {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  color: #18191B; }
  .title-block h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    width: 100%; }
    @media (max-width: 479px) {
      .title-block h2 {
        font-size: 24px;
        line-height: 32px; } }
  .title-block.text-uppercase {
    text-transform: uppercase; }
  .title-block.is-white h2 {
    color: #fff; }
  .title-block.is-white .title-line span {
    background: #fff; }
    .title-block.is-white .title-line span::before, .title-block.is-white .title-line span::after {
      background: rgba(255, 255, 255, 0.15); }

.title-line {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 35px; }
  .title-line span {
    background: #18191B;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative; }
    .title-line span::before, .title-line span::after {
      content: "";
      display: block;
      position: absolute;
      background: #B9B9B9;
      width: 329px;
      height: 1px;
      top: 3px; }
    .title-line span::before {
      left: -346px; }
    .title-line span::after {
      right: -346px; }
  @media (max-width: 767px) {
    .title-line {
      width: calc(100% + 20px);
      overflow: hidden;
      margin-left: -10px; } }

.about__why-slider {
  display: block;
  float: left;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
    .about__why-slider .swiper-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: -20px;
      margin-right: -20px;
      width: auto; } }
  .about__why-slider .swiper-slide {
    max-width: 414px;
    padding: 0 20px;
    height: auto; }
    @media screen and (max-width: 1919px) {
      .about__why-slider .swiper-slide {
        max-width: 25%; } }
  .about__why-slider .swiper__btn-style {
    display: none;
    top: inherit;
    bottom: -58px;
    width: 48px;
    height: 52px; }
    @media (max-width: 479px) {
      .about__why-slider .swiper__btn-style {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .about__why-slider .swiper-button-next {
    right: calc(50% - 48px); }
  .about__why-slider .swiper-button-prev {
    left: calc(50% - 48px); }
  @media screen and (max-width: 1366px) and (min-width: 480px) {
    .about__why-slider .swiper-wrapper {
      margin-left: -12px;
      margin-right: -12px; }
    .about__why-slider .swiper-slide {
      max-width: 50%;
      padding: 0 12px;
      margin-bottom: 43px; } }
  @media screen and (max-width: 1366px) and (min-width: 480px) {
    .about__why-slider .swiper-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto; } }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .about__why-slider .swiper-wrapper {
      margin-left: 0;
      margin-right: 0; }
    .about__why-slider .swiper-slide {
      max-width: 100%;
      padding: 0;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .about__why-slider {
      margin-bottom: 60px; }
      .about__why-slider .swiper-slide {
        padding: 0;
        max-width: 100%; } }

/*.about__why-slider*/
.about__why-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #F5F5F5;
  width: 100%;
  padding: 32px 0;
  height: 100%; }

.about__why-img {
  height: 65px;
  display: block;
  float: left;
  width: 100%; }
  .about__why-img img {
    margin: 0 auto; }

.about__why-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase; }

.about__text-warning {
  padding: 24px 24px 24px 44px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #A7A7A7;
  margin: 20px 0; }
  .about__text-warning::before {
    content: "!";
    display: block;
    position: absolute;
    top: 22px;
    left: 23px;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #18191B; }
  @media (max-width: 479px) {
    .about__text-warning {
      padding: 24px 16px 24px 36px; }
      .about__text-warning::before {
        left: 15px; } }

.clear {
  clear: both; }

.list__style-square {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0; }
  .list__style-square li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    color: #18191B;
    padding-left: 32px;
    text-align: left; }
    .list__style-square li::before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      background: #555555;
      left: 0;
      top: 50%;
      margin-top: -10px; }
    .list__style-square li:not(:last-child) {
      margin-bottom: 8px; }

.about__text-subtitle {
  display: block;
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #18191B;
  margin-bottom: 19px;
  text-align: left; }

.about__price {
  display: block;
  float: left;
  width: 100%;
  background: #18191B;
  padding: 80px 0 100px; }
  .about__price .title-block h2 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 30px;
    line-height: 30px; }
  @media (max-width: 1365px) {
    .about__price {
      margin-top: 20px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .about__price {
      margin-top: 0;
      padding: 60px 0 0; }
      .about__price .title-block h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: left; }
      .about__price .title-line {
        margin-top: 22px; } }

.about__price-slider {
  display: block;
  float: left;
  width: 100%; }
  .about__price-slider .swiper-slide {
    height: auto; }
  .about__price-slider .swiper-button-next, .about__price-slider .swiper-button-prev {
    width: 63px;
    height: 43px; }
    .about__price-slider .swiper-button-next::after, .about__price-slider .swiper-button-prev::after {
      display: none; }
  .about__price-slider .swiper-button-prev {
    left: 0; }
  .about__price-slider .swiper-button-next {
    right: 0; }
  .about__price-slider .swiper-wrapper {
    padding-bottom: 1px; }
  @media (max-width: 1023px) {
    .about__price-slider {
      margin-top: 20px;
      width: calc(100% + 40px); }
      .about__price-slider .swiper-slide {
        width: 300px !important; }
      .about__price-slider .swiper-button-next {
        right: 40px; } }
  @media (max-width: 767px) {
    .about__price-slider {
      width: calc(100% + 20px); }
      .about__price-slider .swiper-button-next {
        right: 20px; } }
  @media (max-width: 479px) {
    .about__price-slider {
      width: 100%; }
      .about__price-slider .swiper-button-next {
        right: 0; }
      .about__price-slider .swiper-slide {
        width: 100% !important; } }

.about__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.about__price-img {
  display: block;
  float: left;
  position: relative;
  padding-bottom: 116.834%;
  position: relative; }
  .about__price-img > img {
    left: 0;
    top: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.about__price-watermark {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  .about__price-watermark img {
    display: block;
    max-width: 100%;
    height: auto; }

.about__price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 34px 0 0; }

.about__price-title {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 35px;
  width: 100%;
  float: left; }

.about__price-text {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .about__price-text p {
    color: #ECECEC;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.03px;
    text-align: left; }
    .about__price-text p:first-child {
      margin-bottom: 0; }

.about__price-action {
  display: block;
  float: left;
  width: 100%; }

.about__price-btn {
  border: 1px solid #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  height: 44px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }
  .about__price-btn span {
    display: inline-block;
    position: relative;
    padding-left: 27px; }
    .about__price-btn span::before, .about__price-btn span::after {
      content: "";
      position: absolute;
      display: block;
      width: 17px;
      height: 17px;
      left: 0;
      top: 0;
      -webkit-transition: opacity 0.3s, visibility 0.3s;
      -o-transition: opacity 0.3s, visibility 0.3s;
      transition: opacity 0.3s, visibility 0.3s; }
    .about__price-btn span::before {
      background: url("../images/furnitek/about/icon-download.svg") no-repeat; }
    .about__price-btn span::after {
      opacity: 0;
      visibility: hidden;
      background: url("../images/furnitek/about/icon-download-black.svg") no-repeat; }
  .about__price-btn:hover {
    background: #fff;
    color: #18191B !important; }
    .about__price-btn:hover span::before {
      opacity: 0;
      visibility: hidden; }
    .about__price-btn:hover span::after {
      opacity: 1;
      visibility: visible; }

.about__video {
  display: block;
  float: left;
  width: 100%;
  background: #18191B;
  padding: 100px 0 227px; }
  @media screen and (max-width: 1679px) {
    .about__video {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .about__video {
      padding-top: 60px;
      padding-bottom: 60px; } }

.about__video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px; }
  @media screen and (max-width: 1679px) {
    .about__video-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0; } }

.about__video-col {
  padding-left: 15px;
  padding-right: 15px; }
  .about__video-col:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.217%; }
  .about__video-col:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    z-index: 5; }
  @media screen and (max-width: 1679px) {
    .about__video-col {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
      .about__video-col:first-child {
        width: 100%;
        margin-bottom: 30px; } }
  @media (max-width: 1023px) {
    .about__video-col:first-child {
      margin-bottom: 10px; } }

.about__video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #FFFFFF;
  padding: 40px 40px 88px 40px; }
  @media screen and (min-width: 1680px) {
    .about__video-block {
      height: 100%; } }
  @media (max-width: 1365px) {
    .about__video-block {
      padding: 40px 20px 80px 20px; } }
  @media (max-width: 1023px) {
    .about__video-block {
      padding: 40px 20px 100px 20px; } }
  @media (max-width: 767px) {
    .about__video-block {
      padding-bottom: 60px; } }
  @media (max-width: 479px) {
    .about__video-block {
      padding-left: 10px;
      padding-right: 10px; } }

.about__video-logo {
  margin-bottom: 116px; }
  @media (max-width: 767px) {
    .about__video-logo {
      margin-bottom: 81px; } }
  .about__video-logo img {
    max-width: 126px;
    display: block;
    height: auto; }
    @media (max-width: 767px) {
      .about__video-logo img {
        max-width: 86px; } }

.about__video-text {
  display: block;
  width: 100%;
  float: left; }
  .about__video-text p {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 7px; }
  @media (max-width: 767px) {
    .about__video-text p {
      font-size: 16px;
      line-height: 21px; } }

.about__video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  border: 1px solid #FFFFFF;
  position: relative; }
  @media screen and (min-width: 1680px) {
    .about__video-content {
      height: 100%; } }

.about__video-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-bottom: 57.335%; }
  .about__video-cover::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .about__video-cover img {
    left: 0;
    top: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  @media screen and (max-width: 1679px) {
    .about__video-cover {
      padding-bottom: 43%; } }
  @media (max-width: 1023px) {
    .about__video-cover {
      padding-bottom: 59.505%; } }
  @media (max-width: 767px) {
    .about__video-cover {
      padding-bottom: 56.77%; } }

.btn__play-video {
  position: absolute;
  z-index: 10;
  border: 1px solid #FFFFFF;
  background: #18191B;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: block;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }
  @media screen and (min-width: 1680px) {
    .btn__play-video {
      left: -126px;
      bottom: -127px; } }
  .btn__play-video svg {
    fill: #fff;
    width: 100%;
    height: auto;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s; }
  .btn__play-video.is-active .btn__play-icon.is-play {
    opacity: 0;
    visibility: hidden; }
  .btn__play-video.is-active .btn__play-icon.is-pause {
    opacity: 1;
    visibility: visible; }
  .btn__play-video:hover {
    background: #fff; }
    .btn__play-video:hover svg {
      fill: #18191B; }
  @media screen and (max-width: 1679px) {
    .btn__play-video {
      width: 175px;
      height: 175px;
      right: -19px;
      top: -103px; } }
  @media (max-width: 1023px) {
    .btn__play-video {
      right: -10px; } }
  @media (max-width: 767px) {
    .btn__play-video {
      width: 124px;
      height: 124px;
      right: -9px;
      top: -28px; } }

.btn__play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  .btn__play-icon.is-play {
    padding-left: 10px; }
    @media screen and (max-width: 1679px) {
      .btn__play-icon.is-play {
        padding-left: 0;
        padding-top: 3px; } }
    @media (max-width: 767px) {
      .btn__play-icon.is-play {
        padding-top: 4px;
        padding-left: 1px; } }
  .btn__play-icon.is-pause {
    opacity: 0;
    visibility: hidden; }

.icon-play {
  width: 96px; }
  @media screen and (max-width: 1679px) {
    .icon-play {
      width: 54px; } }
  @media (max-width: 767px) {
    .icon-play {
      width: 40px; } }

.icon-pause {
  width: 126px; }
  @media screen and (max-width: 1679px) {
    .icon-pause {
      width: 71px; } }
  @media (max-width: 767px) {
    .icon-pause {
      width: 55px; } }

.about__video-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 7;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden; }
  .about__video-frame.is-active {
    opacity: 1;
    visibility: visible; }
  .about__video-frame video {
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.about__assortment {
  display: block;
  float: left;
  width: 100%;
  padding: 95px 0 0; }
  @media (max-width: 767px) {
    .about__assortment {
      padding: 55px 0 0; } }

.title-block__text {
  display: block;
  float: left;
  width: 100%;
  text-align: center; }
  .title-block__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px; }
  @media (max-width: 1023px) {
    .title-block__text p br {
      display: none; } }

.about__assortment-content {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 19px; }
  @media (max-width: 767px) {
    .about__assortment-content {
      margin-top: 20px; } }

.about__assortment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 767px) {
    .about__assortment-row {
      margin-left: 0;
      margin-right: 0; } }

.about__assortment-col {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0; }
  @media screen and (max-width: 1919px) {
    .about__assortment-col {
      width: 25%; } }
  @media screen and (max-width: 1439px) {
    .about__assortment-col {
      width: 33.33333333333333%; } }
  @media (max-width: 1365px) {
    .about__assortment-col {
      width: 50%; } }
  @media (max-width: 767px) {
    .about__assortment-col {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.about__assortment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none;
  overflow: hidden; }
  .about__assortment-block:hover .about__assortment-title {
    background: transparent;
    color: #fff; }
    @media screen and (min-width: 1440px) {
      .about__assortment-block:hover .about__assortment-title {
        -webkit-transform: translateY(-51%);
            -ms-transform: translateY(-51%);
                transform: translateY(-51%); } }
    @media screen and (max-width: 1439px) and (min-width: 1300px) {
      .about__assortment-block:hover .about__assortment-title {
        -webkit-transform: translateY(-58%);
            -ms-transform: translateY(-58%);
                transform: translateY(-58%); } }
  .about__assortment-block:hover .about__assortment-cover::after {
    opacity: 1;
    visibility: visible; }

.about__assortment-cover {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 42.136%; }
  .about__assortment-cover img {
    left: 0;
    top: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .about__assortment-cover::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .about__assortment-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(24, 25, 27, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
  @media (max-width: 1365px) {
    .about__assortment-cover {
      padding-bottom: 31.78%; } }
  @media (max-width: 1023px) {
    .about__assortment-cover {
      height: 150px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .about__assortment-cover {
      height: 200px; } }

.about__assortment-title {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A7A7A7;
  z-index: 3;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  background: rgba(24, 25, 27, 0.6);
  white-space: nowrap;
  padding: 27px 0;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s, color 0.3s;
  transition: background 0.3s, transform 0.3s, color 0.3s;
  transition: background 0.3s, transform 0.3s, color 0.3s, -webkit-transform 0.3s; }
  @media (max-width: 1365px) {
    .about__assortment-title {
      padding: 25px 0; } }

.about__factory {
  display: block;
  float: left;
  width: 100%;
  padding: 40px 0 70px; }
  @media (max-width: 1023px) {
    .about__factory {
      padding: 40px 0 50px; } }

.about__factory-slider {
  display: block;
  float: left;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 50px;
  position: relative;
  padding: 0 30px; }
  .about__factory-slider .swiper-slide {
    padding-bottom: 2px; }
  .about__factory-slider .swiper-button-next {
    right: 0; }
  .about__factory-slider .swiper-button-prev {
    left: 0; }
  @media (max-width: 767px) {
    .about__factory-slider {
      padding: 0;
      margin-bottom: 109px;
      width: calc(100% + 20px); }
      .about__factory-slider .swiper-slide {
        width: 265px; }
      .about__factory-slider .swiper-button-next, .about__factory-slider .swiper-button-prev {
        width: 51px;
        height: 61px;
        top: inherit;
        bottom: -70px; }
        .about__factory-slider .swiper-button-next img, .about__factory-slider .swiper-button-prev img {
          width: 12px; }
      .about__factory-slider .swiper-button-next {
        right: calc(50% - 57px); }
      .about__factory-slider .swiper-button-prev {
        left: calc(50% - 57px); } }

.about__factory-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .about__factory-block:hover .about__factory-title a {
    text-decoration: underline; }

.about__factory-logo {
  border: 1px solid #D3D3D3;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin-bottom: 8px;
  text-decoration: none; }
  .about__factory-logo img {
    max-width: 100%;
    display: block;
    height: auto; }

.about__factory-title {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000; }
  .about__factory-title a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000; }

.about__factory-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 100%; }

.btn-factory {
  border: 1px solid #555555;
  color: #555555 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 40px 14px;
  display: inline-block;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  .btn-factory:hover {
    background: #555555;
    color: #fff !important; }

.about__showrooms {
  display: block;
  float: left;
  width: 100%;
  padding: 95px 0 120px; }
  @media (max-width: 1365px) {
    .about__showrooms {
      padding: 55px 0 100px; } }
  @media (max-width: 1023px) {
    .about__showrooms {
      padding: 50px 0 100px; } }
  @media (max-width: 767px) {
    .about__showrooms {
      padding-top: 0;
      padding-bottom: 50px; } }
  @media (max-width: 479px) {
    .about__showrooms {
      padding-bottom: 94px; } }

.about__showroom-slider {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 30px; }
  .about__showroom-slider .swiper-button-next {
    right: 0; }
    @media (max-width: 1365px) {
      .about__showroom-slider .swiper-button-next {
        right: 60px; } }
    @media (max-width: 767px) {
      .about__showroom-slider .swiper-button-next {
        right: 20px; } }
  .about__showroom-slider .swiper-button-prev {
    left: 0; }
  .about__showroom-slider .swiper-slide {
    height: auto; }
  @media (max-width: 1365px) {
    .about__showroom-slider {
      width: calc(100% + 60px); }
      .about__showroom-slider .swiper-slide {
        width: 890px; } }
  @media (max-width: 1023px) {
    .about__showroom-slider {
      padding: 0 20px;
      width: calc(100% + 40px); }
      .about__showroom-slider .swiper-slide {
        width: 680px; } }
  @media (max-width: 767px) {
    .about__showroom-slider {
      padding: 0 20px 0 30px;
      width: calc(100% + 30px); }
      .about__showroom-slider .swiper-slide {
        width: 428px; } }
  @media (max-width: 479px) {
    .about__showroom-slider {
      padding: 0;
      width: 100%; }
      .about__showroom-slider .swiper-slide {
        width: 100%; }
      .about__showroom-slider .swiper-button-prev, .about__showroom-slider .swiper-button-next {
        top: inherit;
        bottom: -58px;
        width: 48px;
        height: 52px; }
      .about__showroom-slider .swiper-button-next {
        right: calc(50% - 48px); }
      .about__showroom-slider .swiper-button-prev {
        left: calc(50% - 48px); } }
  @media screen and (max-width: 1365px) and (min-width: 480px) {
    .about__showroom-slider .swiper-button-next {
      display: none !important; } }

.about__showroom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

.about__showroom-img {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1; }
  .about__showroom-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .about__showroom-img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }

.about__showroom-content {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  float: left;
  padding: 44px 30px;
  text-align: center; }
  @media (max-width: 479px) {
    .about__showroom-content {
      padding: 30px 20px; } }

.about__showroom-title {
  display: block;
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  text-transform: uppercase;
  color: #FFFFFF; }

.about__showroom-subtitle {
  display: block;
  width: 100%;
  float: left;
  color: #D7D7D7;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px; }

.about__showroom-text {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  border-top: 1px solid #B9B9B9;
  padding: 20px 0 0; }
  .about__showroom-text p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px; }
    .about__showroom-text p:last-child {
      margin: 0; }

.about__showroom-action {
  margin-top: 20px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.about__showroom-btn {
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 14px 10px;
  max-width: 300px;
  width: 100%; }
  .about__showroom-btn:hover {
    background: #fff;
    border-color: #18191b;
    color: #18191b; }

.about__project {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.about__project-bg {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1; }
  .about__project-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.about__project-content {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 3; }

.about__project-block {
  width: 100%;
  display: block;
  float: left;
  padding: 83px 0 83px 190px; }
  @media screen and (max-width: 1919px) {
    .about__project-block {
      padding-left: 0; } }
  @media (max-width: 1365px) {
    .about__project-block {
      max-width: 490px; } }
  @media (max-width: 1023px) {
    .about__project-block {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .about__project-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 479px) {
    .about__project-block {
      padding-top: 29px;
      padding-bottom: 29px; } }

.about__project-title {
  width: 100%;
  display: block;
  float: left;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .about__project-title {
      font-size: 24px;
      line-height: 36px; } }

.about__project-text {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 30px;
  max-width: 680px;
  padding-right: 10px; }
  .about__project-text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: left; }
    .about__project-text p:last-child {
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .about__project-text {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .about__project-text p {
      font-size: 16px;
      line-height: 29px; } }
  @media (max-width: 479px) {
    .about__project-text p {
      font-size: 14px;
      line-height: 25px; } }

.about__project-action {
  width: 100%;
  display: block;
  float: left; }

.about__project-btn {
  display: inline-block;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 14px 10px;
  min-width: 300px;
  text-align: center;
  -webkit-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s; }
  .about__project-btn:hover {
    background: #fff;
    color: #1c2023; }

.about__team {
  display: block;
  float: left;
  width: 100%;
  padding: 95px 0 10px; }
  @media (max-width: 1365px) {
    .about__team {
      padding-bottom: 100px; } }
  @media (max-width: 1023px) {
    .about__team {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .about__team {
      padding-top: 60px; } }

.about__team-slider {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 30px; }
  .about__team-slider .swiper-button-next {
    right: 0; }
  .about__team-slider .swiper-button-prev {
    left: 0; }
  .about__team-slider .swiper-slide {
    height: auto; }
  .about__team-slider .swiper-wrapper {
    padding-top: 50px; }
  @media (max-width: 1365px) {
    .about__team-slider {
      width: calc(100% + 60px); }
      .about__team-slider .swiper-slide {
        width: 435px; } }
  @media (max-width: 1023px) {
    .about__team-slider {
      padding: 0 20px;
      width: calc(100% + 40px); }
      .about__team-slider .swiper-button-next {
        right: 40px; } }
  @media (max-width: 479px) {
    .about__team-slider {
      width: 100%;
      padding: 0; }
      .about__team-slider .swiper-button-prev, .about__team-slider .swiper-button-next {
        top: inherit;
        bottom: -58px;
        width: 48px;
        height: 52px; }
      .about__team-slider .swiper-button-prev {
        left: calc(50% - 48px); }
      .about__team-slider .swiper-button-next {
        right: calc(50% - 48px); } }
  @media screen and (max-width: 1365px) and (min-width: 480px) {
    .about__team-slider .swiper-button-next {
      display: none !important; } }

.swiper__btn-style {
  width: 24px;
  height: 29px; }
  .swiper__btn-style::after {
    display: none !important; }

.about__team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  width: 100%;
  background: #F5F5F5;
  height: 100%;
  padding: 0 30px 60px; }
  @media (max-width: 767px) {
    .about__team-block {
      padding-bottom: 40px; } }

.about__team-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  margin-bottom: 20px; }
  .about__team-pic img {
    display: block;
    border: 1px solid #F5F5F5;
    width: 100px;
    height: 100px;
    border-radius: 50%; }

.about__team-title {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  float: left;
  text-align: center; }

.about__team-post {
  display: block;
  width: 100%;
  float: left;
  color: #B9B9B9;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center; }

.about__team-text {
  display: block;
  width: 100%;
  float: left;
  padding-top: 20px;
  margin-top: 19px;
  border-top: 1px solid #B9B9B9; }
  .about__team-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #18191B;
    text-align: left; }
    .about__team-text p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .about__team-text p {
      font-size: 16px;
      line-height: 29px; } }

.about__cooperation {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-size: cover !important; }
  @media screen and (min-width: 1366px) {
    .about__cooperation::before {
      content: "";
      display: block;
      width: 100%;
      background-color: #fff;
      height: 60px;
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0; } }
  .about__cooperation::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7); }
  @media screen and (min-width: 1366px) {
    .about__cooperation {
      background: url("../images/furnitek/about/cooperation-bg-1920.jpg") no-repeat center; } }
  @media screen and (max-width: 1365px) and (min-width: 1024px) {
    .about__cooperation {
      background: url("../images/furnitek/about/cooperation-bg-1024.jpg") no-repeat center; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .about__cooperation {
      background: url("../images/furnitek/about/cooperation-bg-768.jpg") no-repeat center; } }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .about__cooperation {
      background: url("../images/furnitek/about/cooperation-bg-480.jpg") no-repeat center; } }
  @media screen and (max-width: 479px) and (min-width: 320px) {
    .about__cooperation {
      background: url("../images/furnitek/about/cooperation-bg-320.jpg") no-repeat center; } }

.about__cooperation-container {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  z-index: 5; }

.about__cooperation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.about__cooperation-img {
  position: absolute;
  display: block;
  left: 48px;
  bottom: -123px; }
  .about__cooperation-img img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media screen and (max-width: 1919px) {
    .about__cooperation-img {
      left: 30px; } }
  @media (max-width: 1365px) {
    .about__cooperation-img {
      width: 495px;
      left: -61px;
      top: inherit;
      bottom: -50px; } }
  @media (max-width: 1023px) {
    .about__cooperation-img {
      left: -305px; } }

.about__cooperation-block {
  width: 54.5%;
  padding: 130px 0 70px;
  min-height: 580px; }
  .about__cooperation-block p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: left; }
  @media screen and (max-width: 1919px) {
    .about__cooperation-block {
      width: 50%; } }
  @media (max-width: 1365px) {
    .about__cooperation-block {
      width: 100%;
      padding: 70px 0 70px 415px;
      min-height: 520px; } }
  @media (max-width: 1023px) {
    .about__cooperation-block {
      padding: 70px 0 70px 170px; } }
  @media (max-width: 767px) {
    .about__cooperation-block {
      padding: 70px 0; } }

.about__cooperation-title {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  text-align: left; }
  @media (max-width: 479px) {
    .about__cooperation-title {
      font-size: 24px;
      line-height: 36px; } }

.about__cooperation-list {
  margin: 0;
  padding: 0; }
  .about__cooperation-list li {
    display: block;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-left: 22px;
    text-align: left; }
    .about__cooperation-list li::before {
      content: "";
      display: block;
      left: 8px;
      top: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      width: 3px;
      height: 3px; }

.about__cooperation-action {
  margin-top: 30px;
  display: block;
  float: left;
  width: 100%; }

.about__cooperation-btn {
  padding: 14px 10px;
  border: 1px solid #FFFFFF;
  min-width: 300px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFFFFF; }
  .about__cooperation-btn:hover {
    background: #fff; }
  @media (max-width: 1365px) {
    .about__cooperation-btn {
      width: 100%; } }

/* карточка товара product-card*/
@media screen and (max-width: 1479px) and (min-width: 1270px) {
  .jshop__wrap .jshop-image {
    max-width: 650px; }
  .jshop__wrap {
    gap: 20px; }
  .jshop__wrap .manufacturer_code, .jshop__wrap .manufacturer_code {
    white-space: nowrap; } }

.jshop__desc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px; }
  @media screen and (max-width: 479px) {
    .jshop__desc-header {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.jshop__desc-header__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  padding-right: 10px; }
  .jshop__desc-header__left .logo-brand {
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    .jshop__desc-header__left {
      width: 100%;
      padding-right: 0; } }

.jshop__desc-header__right {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .jshop__desc-header__right .manufacturer_code {
    color: #555; }
    @media screen and (min-width: 768px) {
      .jshop__desc-header__right .manufacturer_code {
        font-size: 16px; } }
  @media screen and (max-width: 479px) {
    .jshop__desc-header__right {
      margin-top: 14px;
      width: 100%;
      text-align: left; }
      .jshop__desc-header__right .product-article, .jshop__desc-header__right .manufacturer_code {
        text-align: left !important;
        float: left !important; } }

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 17px; }
  @media screen and (max-width: 1919px) {
    .product__price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (max-width: 330px) {
    .product__price {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.product__price-left {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product__price-left .block-price-code {
    margin-bottom: 0 !important; }
  .product__price-left .block-price-code {
    margin-top: 0 !important; }
  @media screen and (max-width: 1919px) {
    .product__price-left {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-width: 1px;
      margin-bottom: 0; } }
  @media screen and (max-width: 330px) {
    .product__price-left {
      width: 100%; } }

.product__price-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 1919px) {
    .product__price-right {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media screen and (max-width: 330px) {
    .product__price-right {
      width: 100%;
      margin-top: 15px; } }

.product__price-left #block_price {
  font-size: 35px;
  color: #555; }

.product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 330px) {
    .product-counter {
      width: 100%; } }

.counter-btn {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-radius: 0 !important;
  background: none !important; }
  .counter-btn.counter-decrease {
    border-left: 1px solid #555; }
  .counter-btn.counter-increase {
    border-right: 1px solid #555; }
  @media screen and (max-width: 330px) {
    .counter-btn {
      width: 100%; } }

.counter-value {
  width: 50px;
  height: 45px;
  border: 1px solid #555;
  text-align: center;
  color: #555;
  font-size: 14px;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important; }
  @media screen and (max-width: 330px) {
    .counter-value {
      width: 100%; } }

.product-actions {
  display: block;
  float: left;
  width: 100%; }

.product-availability {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 13px; }
  @media screen and (max-width: 767px) {
    .product-availability {
      margin-bottom: 17px; } }

.product-payment-info {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 17px; }
  .product-payment-info a, .product-payment-info input[type="button"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    width: 100%;
    height: 44px;
    border: 1px solid #555;
    text-decoration: none;
    color: #555;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 40px 0 10px; }
    .product-payment-info a::before, .product-payment-info input[type="button"]::before {
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -12px;
      width: 24px;
      height: 24px;
      background: url("../images/furnitek/icons/icon-arrow-right.svg") no-repeat; }
  @media screen and (max-width: 767px) {
    .product-payment-info {
      margin-bottom: 20px; } }

.product__buttons {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 17px; }
  @media screen and (max-width: 1919px) and (min-width: 1024px) {
    .product__buttons {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .product__buttons {
      margin-bottom: 0; } }

.product__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px; }
  @media screen and (max-width: 1919px) and (min-width: 1024px) {
    .product__button-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .product__button-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.product__button-col {
  padding: 0 10px;
  width: 100%; }
  @media screen and (max-width: 1919px) and (min-width: 1024px) {
    .product__button-col {
      margin-bottom: 17px; }
      .product__button-col:not(:nth-child(3)) {
        width: 50%; } }
  @media screen and (max-width: 767px) {
    .product__button-col {
      margin-bottom: 20px; }
      .product__button-col:not(:nth-child(3)) {
        width: 50%; } }
  @media screen and (max-width: 479px) {
    .product__button-col {
      width: 100% !important; } }

.product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #555 !important;
  height: 44px;
  color: #555;
  font-weight: 400 !important;
  max-width: 100% !important;
  padding: 0 10px; }
  .product__btn.is-active {
    color: #fff;
    background: #555 !important; }
    .product__btn.is-active.btn__whatsapp span::before {
      opacity: 0;
      visibility: hidden; }
    .product__btn.is-active.btn__whatsapp span::after {
      opacity: 1;
      visibility: visible; }
    .product__btn.is-active.btn__whatsapp:hover span::before {
      opacity: 1;
      visibility: visible; }
    .product__btn.is-active.btn__whatsapp:hover span::after {
      opacity: 0;
      visibility: hidden; }
    .product__btn.is-active:hover {
      color: #555 !important;
      border-color: #555 !important;
      background: transparent !important; }
  .product__btn:hover {
    color: #fff;
    background: #555 !important; }
  .product__btn.btn__whatsapp:hover span::before {
    opacity: 0;
    visibility: hidden; }
  .product__btn.btn__whatsapp:hover span::after {
    opacity: 1;
    visibility: visible; }
  .product__btn.is-uppercase {
    text-transform: uppercase !important; }

.btn__whatsapp span {
  display: inline-block;
  padding-right: 42px;
  position: relative; }
  .btn__whatsapp span::before, .btn__whatsapp span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 29px;
    margin-top: -14.5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .btn__whatsapp span::before {
    background: url("../images/furnitek/icons/icon-wa-grey.svg") no-repeat; }
  .btn__whatsapp span::after {
    opacity: 0;
    visibility: hidden;
    background: url("../images/furnitek/icons/icon-wa-white.svg") no-repeat; }

.jshop__designer {
  display: block;
  float: left;
  width: 100%;
  background: #555;
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 17px; }
  @media screen and (max-width: 767px) {
    .jshop__designer {
      margin-bottom: 20px; } }

.jshop__designer-content {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 10; }
  .jshop__designer-content p {
    text-align: left !important; }

.jshop__designer-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .15; }
  .jshop__designer-images img {
    display: block;
    height: auto;
    max-width: 632px;
    width: 100%; }
  @media screen and (max-width: 479px) {
    .jshop__designer-images {
      top: inherit;
      bottom: 0; } }

.jshop__designer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left; }

.jshop__designer-head__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px; }

.jshop__designer-head__right {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.jshop__designer-logo img {
  height: auto;
  display: block;
  max-width: 63px;
  width: 100%; }

.jshop__designer-nav {
  display: block;
  float: right; }
  .jshop__designer-nav li {
    display: block;
    text-align: right; }
    .jshop__designer-nav li a {
      display: block;
      padding-right: 18px;
      position: relative;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 39px; }
      .jshop__designer-nav li a:hover {
        text-decoration: underline; }
      .jshop__designer-nav li a::before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        background: url("../images/furnitek/icons/icon-arrow-right-white.svg") no-repeat;
        width: 18px;
        height: 18px; }

.jshop__designer-title {
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #fff; }

.jshop__designer-content {
  display: block;
  float: left;
  width: 100%; }
  .jshop__designer-content p {
    color: #fff;
    font-size: 14px;
    line-height: 25px; }
    .jshop__designer-content p:last-child {
      margin-bottom: 0; }

.product__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: 100%;
  border: 1px solid #555;
  padding: 15px 10px;
  min-height: 78px;
  margin-bottom: 17px; }
  @media screen and (max-width: 479px) {
    .product__features {
      padding: 24px 10px; } }

.feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 479px) {
    .feature__row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media screen and (max-width: 479px) {
  .feature__col {
    width: 100%; }
    .feature__col:not(:last-child) {
      margin-bottom: 20px; } }

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

.feature__icon {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.feature__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
  color: #555;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: left; }

.jshop_img_description.is-new {
  margin-top: 80px; }
  .jshop_img_description.is-new .jshop_img_thumb_container {
    width: 33.33333333333333%;
    padding: 0 10px; }
  .jshop_img_description.is-new #list_product_image_thumb {
    margin-left: -10px;
    margin-right: -10px; }
  @media screen and (max-width: 1919px) {
    .jshop_img_description.is-new {
      margin-top: 40px;
      padding-left: 10px;
      padding-right: 10px; }
      .jshop_img_description.is-new .jshop_img_thumb {
        height: auto !important; } }
  @media screen and (max-width: 1023px) {
    .jshop_img_description.is-new {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .jshop_img_description.is-new {
      margin-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      display: block !important; }
      .jshop_img_description.is-new #list_product_image_thumb {
        display: block !important; }
      .jshop_img_description.is-new .jshop_img_thumb_container {
        padding: 0 5px; } }

.table__description {
  width: 100%; }
  .table__description td {
    color: #18191B;
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 9px;
    border-bottom: 1px solid #555; }
    .table__description td:last-child {
      color: #828282;
      text-align: right;
      padding-left: 10px; }

.table__description-content {
  width: 100%;
  max-width: 65%;
  margin: 0 auto; }
  @media screen and (max-width: 1919px) {
    .table__description-content {
      max-width: 100%; } }

.tabs__content-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 20px 0; }
  .tabs__content-download a {
    height: 34px;
    border: 1px solid #555;
    text-transform: uppercase;
    color: #555;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 600px; }
    .tabs__content-download a span {
      padding-right: 34px;
      display: inline-block;
      position: relative; }
      .tabs__content-download a span::before, .tabs__content-download a span::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px; }
      .tabs__content-download a span::before {
        background: url("../images/furnitek/icons/icon-download-grey.svg") no-repeat; }
      .tabs__content-download a span::after {
        opacity: 0;
        visibility: hidden;
        background: url("../images/furnitek/icons/icon-download-white.svg") no-repeat; }
    .tabs__content-download a:hover {
      background: #000;
      color: #fff; }
      .tabs__content-download a:hover span::before {
        opacity: 0;
        visibility: hidden; }
      .tabs__content-download a:hover span::after {
        opacity: 1;
        visibility: visible; }

.tabs__contents {
  float: left;
  width: 100%; }

.block-product__buttons {
  float: left;
  width: 100%; }

.jshop__wrap.is-new {
  margin-bottom: 0 !important; }
  .jshop__wrap.is-new .foto-slider__button--next, .jshop__wrap.is-new .foto-slider__button--prev {
    display: none !important; }
  @media screen and (max-width: 1023px) {
    .jshop__wrap.is-new {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .jshop__wrap.is-new .jshop-image {
        max-width: 100% !important;
        width: 100%; }
      .jshop__wrap.is-new .jshop-description {
        width: 100% !important;
        margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .jshop__wrap.is-new .jshop-description {
      margin-top: 20px; } }

.related-finishes.is-new {
  float: left;
  width: 100%;
  display: block; }
  .related-finishes.is-new #finishes {
    background: transparent !important; }
    .related-finishes.is-new #finishes #finishes-title h3, .related-finishes.is-new #finishes #finishes-title, .related-finishes.is-new #finishes #all-finishes, .related-finishes.is-new #finishes #all-finishes-slider, .related-finishes.is-new #finishes #all-finishes-control-left, .related-finishes.is-new #finishes #all-finishes-control-right {
      background: none !important; }
    .related-finishes.is-new #finishes #all-finishes {
      padding-left: 0 !important;
      padding-right: 0 !important;
      overflow: visible;
      padding-bottom: 107px !important;
      margin-bottom: 0 !important; }
    .related-finishes.is-new #finishes .all-finishes-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: inherit !important;
      bottom: 0;
      height: 110px !important;
      width: 91px !important;
      z-index: 20px;
      cursor: pointer; }
      .related-finishes.is-new #finishes .all-finishes-control svg {
        display: none !important; }
    .related-finishes.is-new #finishes #all-finishes-control-left::before, .related-finishes.is-new #finishes #all-finishes-control-right::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .related-finishes.is-new #finishes #all-finishes-control-left {
      left: calc(50% - 91px); }
      .related-finishes.is-new #finishes #all-finishes-control-left::before {
        background: url("../images/furnitek/icons/icon-arrow-prev.svg") no-repeat center; }
    .related-finishes.is-new #finishes #all-finishes-control-right {
      right: calc(50% - 91px); }
      .related-finishes.is-new #finishes #all-finishes-control-right::before {
        background: url("../images/furnitek/icons/icon-arrow-next.svg") no-repeat center; }
    .related-finishes.is-new #finishes #all-finishes-slider {
      padding: 15px;
      width: calc(100% + 30px);
      margin-left: -15px; }
      .related-finishes.is-new #finishes #all-finishes-slider li.active {
        -webkit-box-shadow: 0px 0px 10px 8px rgba(144, 142, 142, 0.25);
                box-shadow: 0px 0px 10px 8px rgba(144, 142, 142, 0.25); }
  @media screen and (max-width: 1023px) {
    .related-finishes.is-new #finishes .finishes-style li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .related-finishes.is-new #finishes #all-finishes {
      padding-bottom: 100px !important; }
    .related-finishes.is-new #finishes-contents {
      max-width: 100% !important; } }
  @media screen and (max-width: 767px) {
    .related-finishes.is-new .finish-image {
      display: none !important; }
    .related-finishes.is-new #finishes #finishes-contents {
      margin-top: 0 !important; }
    .related-finishes.is-new #finishes .finish-information h2 {
      margin-top: 0 !important; } }

.joomshopping-catalog.new__style .jshop-description h1 {
  font-size: 28px !important; }
  @media screen and (max-width: 1023px) {
    .joomshopping-catalog.new__style .jshop-description h1 {
      font-size: 24px !important; } }

@media screen and (max-width: 1365px) {
  .joomshopping-catalog.new__style {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (max-width: 1023px) {
  .joomshopping-catalog.new__style .jshop.container.block-product {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .joomshopping-catalog.new__style .tabs__buttons {
    overflow-x: inherit !important; }
  .joomshopping-catalog.new__style .tabs__scrolling {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 100% !important;
    gap: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .joomshopping-catalog.new__style .block-product {
    padding: 0 0 6px !important;
    margin-top: 13px; }
    .joomshopping-catalog.new__style .block-product .container {
      padding: 0 !important; }
  .joomshopping-catalog.new__style .tabs__button {
    margin-right: 23px;
    font-size: 18px !important;
    line-height: 44px !important;
    padding-bottom: 0 !important; }
  .joomshopping-catalog.new__style .block-product__buttons {
    margin-top: 20px !important;
    gap: 20px !important; }
  .joomshopping-catalog.new__style .block-product__button {
    min-height: 45px;
    height: auto !important;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .joomshopping-catalog.new__style .block-product__buttons {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 0 !important; }
  .joomshopping-catalog.new__style .block-product__button:not(:last-child) {
    margin-bottom: 10px; }
  .joomshopping-catalog.new__style .block-product {
    padding: 40px 0 17px !important; }
  .joomshopping-catalog.new__style .tabs__button {
    width: 100%;
    margin-right: 0;
    height: 44px;
    border: 1px solid #555;
    padding: 0 10px !important;
    font-size: 14px !important;
    text-align: left; }
    .joomshopping-catalog.new__style .tabs__button.is-active {
      background: #555;
      color: #fff; }
    .joomshopping-catalog.new__style .tabs__button:not(:last-child) {
      margin-bottom: 10px; }
  .joomshopping-catalog.new__style .tabs__buttons {
    border-bottom: 0 !important; } }

/*new__style*/

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