@charset "UTF-8";
.page__title, .page .breadcrumbs {
  width: 100%;
}
.page .container {
  display: flex;
  flex-wrap: wrap;
}
.catalog-features {
  display: flex;
  flex-wrap: wrap;
}
.catalog-features__item {
  width: 50%;
  min-width: 300px;
  display: flex;
  align-items: center;
}
.catalog-features__text {
  padding: 0 15px;
}
.item-full {
  width: 100%;
  padding-bottom: 40px;
  /*.btn-fast-order {
        background: #00ac43;
    }*/
  /*слайдер*/
}
.item-full a {
  color: #5b5b5b;
}
.item-full ul {
  padding-left: 40px;
}
.item-full .catalog .item .price-box {
  flex-direction: row;
}
.item-full .catalog .item .btn-add-cart {
  color: #c62535;
  background: transparent;
}
.item-full .associated-title {
  padding: 10px 0;
}
.item-full .serts a {
  text-decoration: none;
  color: #252525;
  display: inline-block;
  position: relative;
  width: 65%;
}
.item-full .serts a::before {
  content: "";
  position: absolute;
  right: -69px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: 32px;
  width: 34px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  background-size: 22px;
  border-radius: 0 15px 15px 0;
  background: url(/_files/img/icons/i-sert-arr-r.png) no-repeat center center;
}
.item-full .serts a::after {
  content: "";
  position: absolute;
  border-radius: 0 15px 15px 0;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  background: #ab1c28;
  width: 36px;
  height: 36px;
}
.item-full .serts__item {
  margin-bottom: 20px;
  width: 90%;
}
.item-full__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-full .main-image {
  width: 50%;
}
.item-full .colors {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-left: 20px;
}
.item-full .colors .h2 {
  width: 100%;
  margin-bottom: 10px;
}
.item-full .colors__item {
  margin-right: 10px;
  width: 100px;
  text-align: center;
}
.item-full .colors__item img {
  height: 60px;
}
.item-full .colors__item1 {
  margin-right: 10px;
  width: 100px;
  text-align: center;
  float: left;
  margin: 5px;
  width: 150px;
}
.item-full .colors__item1 img {
  height: 60px;
}
.item-full .colors p {
  margin: 0;
  font-size: 1rem;
  color: #5b5b5b;
}
.item-full__card {
  width: 50%;
  padding: 20px;
  border: 1px solid #c0c0c0;
}
.item-full__title {
  font-size: 1.8rem;
}
.item-full__delivery, .item-full .item-description {
  font-size: 1rem;
  color: #5b5b5b;
  flex: 1;
  padding-right: 10px;
}
.item-full .price-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 20px;
}
.item-full .price-box .old-price, .item-full .price-box .more-price {
  color: #666;
}
.item-full .price-box__action {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 20px;
}
.item-full .price {
  font-family: Panton-Bold, Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.item-full .price i {
  font-size: 1.6rem;
  margin-left: 10px;
}
.item-full .btn {
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 20px;
  padding: 1px;
}
.item-full .btn span {
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 20px 10px 40px;
  color: #fff;
  font-family: Panton-Bold, Arial, Helvetica, sans-serif;
  background: url(/_files/img/i-rub.png) no-repeat 5px center;
}
.item-full .btn-add-cart {
  background: #b21f2b;
  margin-bottom: 15px;
}
.item-full .block-title {
  background: #e6e6e6;
  border-radius: 20px;
  margin: 40px 0 30px;
}
.item-full .block-title span {
  display: inline-block;
  border-radius: 20px;
  padding: 6px 40px 6px 30px;
  color: #fff;
  font-family: Panton-Bold, Arial, Helvetica, sans-serif;
  background: #ab1c28 url(/_files/img/i-title-arr-d.png) no-repeat 91% 59%;
}
.item-full .furnitura p {
  margin: 4px 0;
}
.item-full .furnitura__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.item-full .furnitura__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.item-full .furnitura__img img {
  max-width: 100%;
  max-height: 100%;
}
.item-full .furnitura__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-full .fotorama__wrap {
  min-width: 100% !important;
}
.item-full .fotorama__wrap--slide .fotorama__stage__frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-full .fotorama__wrap--css3 .fotorama__html, .item-full .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  width: auto !important;
  height: auto !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset;
  max-width: 100% !important;
  max-height: 100% !important;
}
.item-full .fotorama__stage {
  max-height: 600px;
}
.item-full .fotorama--fullscreen, .item-full .main-content-block .fotorama__img {
  max-width: 100 !important;
  max-height: 100% !important;
}
.item-full .fotorama__nav__frame--thumb {
  padding: 2px;
  height: 64px;
  width: 64px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.item-full .fotorama__nav__frame--thumb img {
  max-width: 100%;
  max-height: 100%;
}
.item-full .fotorama__thumb-border {
  height: 60px !important;
  width: 60px !important;
}
.item-full .fotorama__arr {
  width: 52px;
  height: 46px;
}
.item-full .fotorama__arr.fotorama__arr--prev {
  background: url(/_files/img/icons/i-arr-l.png) no-repeat;
}
.item-full .fotorama__arr.fotorama__arr--next {
  background: url(/_files/img/icons/i-arr-r.png) no-repeat;
}
.tag-list {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .groups-list {
    justify-content: center;
  }
  .item-full .main-image, .item-full__card, .item-full .furnitura__img {
    width: 100%;
  }
}