.goods-notification {
  padding: 16px;
  text-align: center;
  font-size: 13px;
}
.fixed-breadcrumbs > li.goods-pm-button {
  float: right;
  height: inherit;
  line-height: inherit;
  border: 0;
  margin-right: 0;
  width: 55px;
}
.fixed-breadcrumbs > li.goods-pm-button:hover {
  background-color: rgba(91, 91, 91, 0.9);
}
@media (max-width: 567px) {
  .fixed-breadcrumbs > li.goods-pm-button {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .fixed-breadcrumbs > li.goods-pm-button {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fixed-breadcrumbs > li.goods-pm-button {
    width: calc(100vw * 1.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-breadcrumbs > li.goods-pm-button {
    width: calc(100vw * 1.0 / 16.0);
  }
}
/* ФИЛЬТРЫ В ШПАКЕ */
.goods-filters,
.content-fheader-bottom-offset.offset-goods-filters {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 567px) {
  .goods-filters,
  .content-fheader-bottom-offset.offset-goods-filters {
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-filters,
  .content-fheader-bottom-offset.offset-goods-filters {
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-filters,
  .content-fheader-bottom-offset.offset-goods-filters {
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-filters,
  .content-fheader-bottom-offset.offset-goods-filters {
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
  }
}
.goods-filters {
  font-size: 16px;
  background-color: #bababa;
  text-align: center;
  white-space: nowrap;
}
.goods-filters .goods-filter-code,
.goods-filters .goods-filter-price-from,
.goods-filters .goods-filter-price-to {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #333;
  height: inherit;
  line-height: inherit;
  text-align: center;
  width: 33.3%;
  width: calc(100% / 3);
}
/* НАЗВАНИЕ ТОВАРА В ШАПКЕ */
.goods-product-line {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  background-color: #eee;
  text-align: center;
  position: relative;
  padding: 0 200px;
}
.goods-product-prevbtn {
  color: inherit;
  text-decoration: none;
  margin-right: 20px;
}
.goods-product-nextbtn {
  color: inherit;
  text-decoration: none;
  margin-left: 20px;
}
/* НАВИГАЦИЯ СЛЕВА ОТ НАЗВАНИЯ ТОВАРА В ШАПКЕ */
.goods-product-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  overflow: hidden;
}
.goods-product-nav-totop,
.goods-product-nav-prevbtn,
.goods-product-nav-nextbtn {
  background-color: #d88628;
  height: 48px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block;
  float: left;
}
.goods-product-nav-totop {
  width: 66px;
  font-size: 13px;
  text-transform: uppercase;
}
.goods-product-nav-prevbtn,
.goods-product-nav-nextbtn {
  width: 67px;
  font-size: 20px;
}
/* СПИСОК РАЗДЕЛОВ */
.goods-pages {
  position: relative;
  overflow: hidden;
  padding-bottom: 61px;
  /* goods-panel + border */
}
@media (max-width: 567px) {
  .goods-pages {
    padding-bottom: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-pages {
    padding-bottom: 0;
  }
}
.goods-pages.collapsed {
  max-height: 550px;
}
@media (max-width: 567px) {
  .goods-pages.collapsed {
    max-height: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-pages.collapsed {
    max-height: none;
  }
}
.goods-pages .if-expanded {
  display: inline;
}
.goods-pages .if-collapsed {
  display: none;
}
.goods-pages.collapsed .if-expanded {
  display: none;
}
.goods-pages.collapsed .if-collapsed {
  display: inline;
}
.goods-page-list-full {
  overflow: hidden;
}
@media (max-width: 567px) {
  .goods-page-list-full {
    display: none;
  }
}
.goods-page-list-short {
  overflow: hidden;
  display: none;
}
@media (max-width: 567px) {
  .goods-page-list-short {
    display: block;
  }
}
/* РАЗДЕЛ */
.goods-page {
  float: left;
  position: relative;
  color: inherit;
  text-decoration: none;
  background-color: white;
  width: 300px;
  height: 429px;
  line-height: 429px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-page {
    width: calc(100vw * 3.0 / 12.0);
    height: calc(100vw / 768.0 * 924.0 * 5.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 5.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-page {
    width: calc(100vw * 4.0 / 16.0);
    height: calc(100vw / 1024.0 * 668.0 * 7.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 7.0 / 12.0);
  }
}
.goods-page > img {
  width: inherit;
  border: 0;
  vertical-align: top;
}
@supports (object-fit: cover) {
  .goods-page > img {
    object-fit: cover;
    height: inherit;
  }
}
.goods-page-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: center;
}
.goods-page-text {
  display: inline-block;
  font-family: 'PT Sans', Roboto, Arial, Tahoma, sans-serif;
  width: 152px;
  max-width: 96%;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  padding: 7px 0;
  background-color: rgba(244, 202, 59, 0.8);
  /* background-color: rgba(244, 181, 66, 0.8) */
}
.goods-page:hover .goods-page-text {
  text-decoration: underline;
}
@media (max-width: 567px) {
  .goods-pages-index .goods-page {
    width: calc(100vw * 3.0 / 6.0);
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
  }
  .goods-pages-index .goods-page > img {
    display: none;
  }
  .goods-pages-index .goods-page .goods-page-text-wrap {
    position: static;
  }
  .goods-pages-index .goods-page:nth-child(4n + 2) .goods-page-text-wrap,
  .goods-pages-index .goods-page:nth-child(4n + 3) .goods-page-text-wrap {
    background-color: #ccc;
  }
  .goods-pages-child .goods-page {
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 14px;
  }
  .goods-pages-child .goods-page .goods-page-text-wrap {
    position: static;
    height: auto;
  }
  .goods-pages-child .goods-page > img {
    display: none;
  }
  .goods-page-text {
    line-height: 1.25;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: auto;
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-pages-index .goods-page {
    width: calc(100vw * 4.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
  .goods-pages-index .goods-page > img {
    display: none;
  }
  .goods-pages-index .goods-page:nth-child(2n + 1) .goods-page-text-wrap {
    background-color: #ccc;
  }
  .goods-pages-index .goods-page:nth-child(3n) {
    margin-right: -2px;
    /* workaround for some resolutions */
  }
  .goods-pages-child .goods-page {
    width: calc(100vw * 4.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 2.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 2.0 / 8.0);
  }
  .goods-pages-child .goods-page > img {
    display: none;
  }
  .goods-pages-child .goods-page .goods-page-text-wrap {
    background-color: #e5e5e5;
  }
  .goods-pages-child .goods-page:nth-child(2n + 1) .goods-page-text-wrap {
    background-color: #ccc;
  }
  .goods-page-text {
    line-height: 1.25;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: auto;
    max-width: none;
    padding: 0;
  }
}
/* ПАНЕЛЬКА ВНИЗУ СПИСКА РАЗДЕЛОВ И ПОД БЛОКОМ ТОВАРА */
.goods-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 567px) {
  .goods-panel {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-panel {
    display: none;
  }
}
.goods-panel .pm-button {
  width: 59px;
  height: 59px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.goods-panel-left,
.goods-panel-center,
.goods-panel-right {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}
.goods-panel-left {
  float: left;
  padding-right: 59px;
  width: 25%;
}
.goods-panel-right {
  float: right;
  padding-right: 59px;
  width: 25%;
}
.goods-panel-center {
  margin: 0 25%;
}
/* КОМПАКТНЫЙ СПИСОК ТОВАРОВ ДЛЯ МОБИЛЬНИКА */
.goods-short-wrap {
  width: 100vw;
  max-width: 480px;
  margin: 0 auto;
}
.goods-short-item {
  display: block;
  /* reset <a> style */
  color: inherit;
  text-decoration: none;
}
.goods-short-item:hover {
  text-decoration: underline;
}
.goods-short-item-title-wrap {
  background-color: #e7e7e7;
  position: relative;
  font-size: 0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 567px) {
  .goods-short-item-title-wrap {
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    padding-left: calc(100vw * 1.0 / 6.0);
    padding-right: calc(100vw * 1.0 / 6.0);
  }
}
.goods-short-item-title {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25;
}
.goods-short-item-title-wrap > .pm-icon {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-right: -6px;
  right: 24px;
}
@media (max-width: 567px) {
  .goods-short-item-title-wrap > .pm-icon {
    right: calc(100vw * 1.0 / 6.0 * 0.5);
  }
}
.goods-short-item-image > img {
  width: 100%;
  border: 0;
  vertical-align: top;
}
@supports (object-fit: cover) {
  .goods-short-item-image > img {
    object-fit: contain;
    height: 200px;
  }
  @media (max-width: 567px) {
    .goods-short-item-image > img {
      height: calc(100vw / 320.0 * 460.0 * 4.0 / 8.0);
    }
  }
}
/* ТОВАР */
.goods-product .if-not-application {
  display: block;
}
.goods-product .if-not-application.alm-valign-center {
  display: -webkit-flex;
  display: flex;
}
.goods-product .if-not-application.alm-valign-center-inline {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.goods-product .if-application {
  display: none;
}
.goods-product.with-application .if-not-application {
  display: none;
}
.goods-product.with-application .if-application {
  display: block;
}
.goods-product.with-application .if-application.alm-valign-center {
  display: -webkit-flex;
  display: flex;
}
.goods-product.with-application .if-application.alm-valign-center-inline {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.goods-product-stub {
  min-height: 700px;
  padding: 100px;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.goods-product-stub-content {
  position: sticky;
  top: 200px;
}
.goods-product-main {
  overflow: hidden;
  position: relative;
}
.goods-product-col-images {
  float: left;
  width: 300px;
}
@media (max-width: 567px) {
  .goods-product-col-images {
    float: none;
    width: 100vw;
    height: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-col-images {
    width: calc(100vw * 6.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0 * 12);
    margin-right: -2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-col-images {
    width: calc(100vw * 6.0 / 12.0);
    height: calc(100vw / 768.0 * 924.0 * 9.0 / 16.0);
    margin-right: -2px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-col-images {
    margin-left: calc(100vw * 2.0 / 16.0);
    width: calc(100vw * 6.0 / 16.0);
    height: calc(100vw / 1024.0 * 668.0 * 9.0 / 12.0);
    margin-right: -2px;
  }
}
.goods-product-col-sizes {
  float: right;
  width: 300px;
  position: relative;
  z-index: 2;
}
@media (max-width: 567px) {
  .goods-product-col-sizes {
    float: none;
    width: 100vw;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-col-sizes {
    width: calc(100vw * 6.0 / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-col-sizes {
    width: calc(100vw * 6.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-col-sizes {
    width: calc(100vw * 6.0 / 16.0);
  }
}
.goods-product-col-desc {
  float: none;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 567px) {
  .goods-product-col-desc {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-col-desc {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-col-desc {
    clear: left;
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw * 6.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-col-desc {
    clear: left;
    margin-left: calc(100vw * 2.0 / 16.0);
    margin-right: 0;
    width: calc(100vw * 6.0 / 16.0);
  }
}
.goods-product-col-top {
  padding-top: 96px;
}
@media (max-width: 567px) {
  .goods-product-col-top {
    padding-top: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-col-top {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-col-top {
    padding-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-col-top {
    padding-top: 0;
  }
}
.goods-product-info-item .name,
.goods-product-info-item .value {
  white-space: pre-wrap;
}
/* ПЕРЕКЛЮЧАЛКА НАНЕСЕНИЯ */
.goods-product-app-btn {
  width: 200px;
  background-color: #bababa;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: block;
  color: inherit;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 350ms;
}
@media (max-width: 567px) {
  .goods-product-app-btn {
    left: auto;
    right: 0;
    top: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    width: calc(100vw * 3.0 / 6.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-app-btn {
    left: auto;
    right: calc(100vw * 4.0 / 12.0);
    width: calc(100vw * 3.0 / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-app-btn {
    left: auto;
    right: calc(100vw * 4.0 / 12.0);
    width: calc(100vw * 2.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-app-btn {
    left: auto;
    right: calc(100vw * 4.0 / 16.0);
    width: calc(100vw * 2.0 / 16.0);
  }
}
.goods-product-app-btn-col1 {
  width: 133px;
  height: 58px;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .goods-product-app-btn-col1 {
    float: right;
    width: calc(100vw * 2.0 / 6.0);
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    padding: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-app-btn-col1 {
    float: right;
    width: calc(100vw * 2.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-app-btn-col1 {
    float: none;
    width: calc(100vw * 2.0 / 12.0);
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-app-btn-col1 {
    float: none;
    width: calc(100vw * 2.0 / 16.0);
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
  }
}
.goods-product-app-btn-col2 {
  width: 67px;
  height: 58px;
  line-height: 58px;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .goods-product-app-btn-col2 {
    float: left;
    width: calc(100vw * 1.0 / 6.0);
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    margin-right: -2px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-app-btn-col2 {
    float: left;
    width: calc(100vw * 1.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    margin-right: -2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-app-btn-col2 {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-app-btn-col2 {
    display: none;
  }
}
.goods-product.with-application .goods-product-app-btn {
  background-color: #f4b542;
}
/* ПЛАШКА ВАШ ТОВАР ДОБАВЛЕН В КОРЗИНУ */
.goods-product-submitted-notice {
  position: absolute;
  top: 0;
  left: 200px;
  right: 0;
  padding: 19px 300px 19px 0;
  height: 20px;
  text-align: center;
  background-color: #f9e4a4;
  will-change: transform, -webkit-transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, -webkit-transform;
  transition-duration: 500ms;
}
.goods-product-submitted-notice.shown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.goods-product-submitted-notice.hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* НАЗВАНИЕ ТОВАРА (БЕЗ ЦВЕТА) */
.goods-product-title-desktop,
.goods-product-title-mobile,
.goods-product-title-app {
  text-align: center;
  font-size: 0;
}
@media (max-width: 567px) {
  .goods-product-title-desktop,
  .goods-product-title-mobile,
  .goods-product-title-app {
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    background-color: #e5e5e5;
  }
  .goods-product-title-desktop.goods-product-img-title-app,
  .goods-product-title-mobile.goods-product-img-title-app,
  .goods-product-title-app.goods-product-img-title-app {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-title-desktop,
  .goods-product-title-mobile,
  .goods-product-title-app {
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-title-desktop,
  .goods-product-title-mobile,
  .goods-product-title-app {
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
  }
}
.goods-product-title-desktop > div,
.goods-product-title-mobile > div,
.goods-product-title-app > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .goods-product-title-desktop {
    display: none;
  }
}
.goods-product.with-application .goods-product-title-desktop {
  display: none;
}
.goods-product-title-mobile {
  display: none;
}
@media (max-width: 567px) {
  .goods-product-title-mobile {
    display: block;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-title-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-title-mobile {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-title-mobile {
    display: block;
  }
}
.goods-product-title-app {
  display: none;
}
.goods-product.with-application .goods-product-title-app {
  display: block;
}
@media (max-width: 567px) {
  .goods-product.with-application .goods-product-title-app {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product.with-application .goods-product-title-app {
    display: none;
  }
}
.goods-product-mobile-cartbtn {
  background-color: #f4b542;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 567px) {
  .goods-product-mobile-cartbtn {
    display: block;
    width: calc(100vw * 3.0 / 6.0);
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-mobile-cartbtn {
    display: block;
    width: calc(100vw * 3.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
}
/* КАРТИНКИ ТОВАРА */
.goods-product-gallery {
  overflow: hidden;
  height: 235px;
  line-height: 235px;
}
@media (max-width: 567px) {
  .goods-product-gallery {
    height: calc(100vw / 320.0 * 460.0 * 4.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 4.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-gallery {
    height: calc(100vw / 568.0 * 320.0 * 5.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 5.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-gallery {
    height: calc(100vw / 768.0 * 924.0 * 4.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 4.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-gallery {
    height: calc(100vw / 1024.0 * 668.0 * 4.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 4.0 / 12.0);
  }
}
.goods-product-gallery-prevbtn,
.goods-product-gallery-nextbtn {
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: inherit;
  text-align: center;
}
@media (max-width: 567px) {
  .goods-product-gallery-prevbtn,
  .goods-product-gallery-nextbtn {
    width: calc(100vw * 1.0 / 6.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-gallery-prevbtn,
  .goods-product-gallery-nextbtn {
    width: calc(100vw * 1.0 / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-gallery-prevbtn,
  .goods-product-gallery-nextbtn {
    width: calc(100vw * 1.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-gallery-prevbtn,
  .goods-product-gallery-nextbtn {
    width: calc(100vw * 1.0 / 16.0);
  }
}
.goods-product-gallery-prevbtn {
  float: left;
}
.goods-product-gallery-nextbtn {
  float: right;
}
.goods-product-gallery-prevbtn:hover,
.goods-product-gallery-nextbtn:hover {
  background-color: #eee;
}
.goods-product-gallery-content {
  margin: 0;
  height: inherit;
  position: relative;
  overflow: hidden;
}
.goods-product-gallery-image {
  position: absolute;
  width: 100%;
  height: inherit;
  display: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, -webkit-transform;
  /* transition-duration is set by js */
}
.goods-product-gallery-image.current {
  display: block;
}
.goods-product-gallery-image.prev {
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.goods-product-gallery-image.next {
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.goods-product-gallery-image > img {
  width: inherit;
  border: 0;
  vertical-align: top;
}
@supports (object-fit: cover) {
  .goods-product-gallery-image > img {
    object-fit: contain;
    height: inherit;
  }
}
/* ДРУГИЕ ЦВЕТА ТОВАРА */
.goods-product-variants {
  overflow: hidden;
}
.goods-product-variants-prevbtn,
.goods-product-variants-nextbtn {
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 138px;
  line-height: 138px;
  text-align: center;
}
@media (max-width: 567px) {
  .goods-product-variants-prevbtn,
  .goods-product-variants-nextbtn {
    width: calc(100vw * 1.0 / 6.0);
    height: calc(100vw / 320.0 * 460.0 * 2.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 2.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-variants-prevbtn,
  .goods-product-variants-nextbtn {
    width: calc(100vw * 1.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 3.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 3.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-variants-prevbtn,
  .goods-product-variants-nextbtn {
    width: calc(100vw * 1.0 / 12.0);
    height: calc(100vw / 768.0 * 924.0 * 3.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 3.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-variants-prevbtn,
  .goods-product-variants-nextbtn {
    width: calc(100vw * 1.0 / 16.0);
    height: calc(100vw / 1024.0 * 668.0 * 3.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 3.0 / 12.0);
  }
}
.goods-product-variants-prevbtn {
  float: left;
}
.goods-product-variants-nextbtn {
  float: right;
}
.goods-product-variants-prevbtn:hover,
.goods-product-variants-nextbtn:hover {
  background-color: #eee;
}
.goods-product-variants-content {
  position: relative;
  overflow: hidden;
  height: 138px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 567px) {
  .goods-product-variants-content {
    margin-left: calc(100vw * 1.0 / 6.0);
    margin-right: calc(100vw * 1.0 / 6.0);
    height: calc(100vw / 320.0 * 460.0 * 2.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-variants-content {
    margin-left: calc(100vw * 1.0 / 12.0);
    margin-right: calc(100vw * 1.0 / 12.0);
    height: calc(100vw / 568.0 * 320.0 * 3.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-variants-content {
    margin-left: calc(100vw * 1.0 / 12.0);
    margin-right: calc(100vw * 1.0 / 12.0);
    height: calc(100vw / 768.0 * 924.0 * 3.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-variants-content {
    margin-left: calc(100vw * 1.0 / 16.0);
    margin-right: calc(100vw * 1.0 / 16.0);
    height: calc(100vw / 1024.0 * 668.0 * 3.0 / 12.0);
  }
}
.goods-product-variants-slide {
  position: absolute;
  width: calc(100% + 2px);
  height: inherit;
  display: none;
  font-size: 0;
  /* removes spaces between inline-block */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, -webkit-transform;
  /* transition-duration is set by js */
}
.goods-product-variants-link {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
.goods-product-variants-image {
  width: 40px;
  height: 59px;
}
@media (max-width: 567px) {
  .goods-product-variants-image {
    width: calc(100vw * 1.0 / 6.0 - 10px);
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0 - 10px);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-variants-image {
    width: calc(100vw * 1.0 / 12.0 - 10px);
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0 * 1.5 - 10px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-variants-image {
    width: calc(100vw * 1.0 / 12.0 - 10px);
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0 * 1.5 - 10px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-variants-image {
    width: calc(100vw * 1.0 / 16.0 - 10px);
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0 * 1.5 - 10px);
  }
}
.goods-product-variants-image > img {
  width: inherit;
  border: 0;
  vertical-align: top;
}
@supports (object-fit: cover) {
  .goods-product-variants-image > img {
    object-fit: contain;
    height: inherit;
  }
}
.goods-product-variants-slide.current {
  display: block;
}
.goods-product-variants-slide.prev {
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.goods-product-variants-slide.next {
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* ВЫБОР МЕСТ ДЛЯ НАНЕСЕНИЯ */
.goods-product-application {
  width: 100%;
  height: 235px;
}
@media (max-width: 567px) {
  .goods-product-application {
    height: calc(100vw / 320.0 * 460.0 * 4.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-application {
    height: calc(100vw / 568.0 * 320.0 * 5.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-application {
    height: calc(100vw / 768.0 * 924.0 * 4.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-application {
    height: calc(100vw / 1024.0 * 668.0 * 4.0 / 12.0);
  }
}
.goods-product-application > svg {
  width: 100%;
  height: 100%;
}
.goods-product-application > svg .main {
  fill: white;
  stroke: black;
  stroke-width: 0.2%;
}
.goods-product-application > svg .print {
  cursor: pointer;
  fill: rgba(245, 181, 65, 0.4);
  stroke: #d98728;
  stroke-width: 1;
  stroke-dasharray: 2;
}
.goods-product-application > svg .print:hover {
  fill: rgba(245, 181, 65, 0.7);
}
.goods-product-application > svg .print.selected {
  fill: rgba(245, 181, 65, 0.9);
}
.goods-product-application > svg .printnum {
  font-size: 20px;
  text-anchor: middle;
  dominant-baseline: middle;
  /* text-before-edge; */
  fill: #883818;
  pointer-events: none;
}
/* КОЛОНКА С ВКЛАДКАМИ С ДОП. ИНФОРМАЦИЕЙ */
.goods-product-tabs {
  text-align: center;
}
.goods-product-tabs > div {
  text-align: left;
}
.goods-product-tabs > input.tab-selector {
  display: none;
}
.goods-product-tabs > label {
  width: 100px;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #5b5b5b;
  font-size: 16px;
}
.goods-product-tabs > label > span {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dotted transparent;
  cursor: pointer;
}
.goods-product-tabs > label > span:hover {
  border-bottom: 1px dotted #5b5b5b;
}
.goods-product-tabs input.tab-selector:checked + label > span {
  border-bottom: 1px solid #5b5b5b;
}
.goods-product-tab-desc {
  display: block;
}
.product-tinput-files:checked ~ .goods-product-tab-desc,
.product-tinput-reviews:checked ~ .goods-product-tab-desc {
  display: none;
}
.goods-product-tab-files,
.goods-product-tab-reviews {
  display: none;
}
.product-tinput-desc:checked ~ .goods-product-tab-desc,
.product-tinput-files:checked ~ .goods-product-tab-files,
.product-tinput-reviews:checked ~ .goods-product-tab-reviews {
  display: block;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-tab-desc,
  .goods-product-tab-files,
  .goods-product-tab-reviews {
    padding-top: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
  }
}
/* ДОП. ИНФОРМАЦИЯ */
.goods-product-info-col1,
.goods-product-info-col2 {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  height: 235px;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .goods-product-info-col1,
  .goods-product-info-col2 {
    width: calc(100vw * 3.0 / 6.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-info-col1,
  .goods-product-info-col2 {
    width: calc(100vw * 5.0 / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-info-col1,
  .goods-product-info-col2 {
    width: calc(100vw * 3.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-info-col1,
  .goods-product-info-col2 {
    width: calc(100vw * 3.0 / 16.0);
  }
}
.goods-product-info-col1 {
  padding: 12px 12px 12px 0;
}
@media (max-width: 567px) {
  .goods-product-info-col1 {
    padding: 4px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-info-col1 {
    padding: 0;
    margin-left: calc(100vw * 1.0 / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-info-col1 {
    padding: 12px 0 0 12px;
    padding-left: calc(100vw * 1.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-info-col1 {
    padding: 0;
  }
}
.goods-product-info-col2 {
  padding: 12px 0 12px 12px;
  margin-right: -2px;
  /* workaround for some resolutions */
}
@media (max-width: 567px) {
  .goods-product-info-col2 {
    padding: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-info-col2 {
    padding: 12px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-info-col2 {
    padding: 0;
  }
}
/* ОПИСАНИЕ */
.goods-product-desc {
  min-height: 235px;
  padding: 12px 0;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .goods-product-desc {
    padding: 0;
    padding-left: calc(100vw * 1.0 / 6.0);
    padding-right: calc(100vw * 1.0 / 6.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-desc {
    margin-left: calc(100vw * 1.0 / 12.0);
    width: calc(100vw * 10.0 / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-desc {
    min-height: calc(100vw / 768.0 * 924.0 * 4.0 / 16.0);
    padding: 0;
    margin-left: calc(100vw * 3.0 / 12.0);
    width: calc(100vw * 6.0 / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-desc {
    min-height: calc(100vw / 1024.0 * 668.0 * 4.0 / 12.0);
    padding: 0;
  }
}
.goods-product-desc img {
  max-width: 100%;
  height: auto !important;
  /* переопределяем стили gifts.ru */
}
/* ТАБЛИЧКА С ТИРАЖОМ И ЦЕНОЙ */
.goods-product-otable {
  width: 100%;
  margin-top: 81px;
}
@media (max-width: 567px) {
  .goods-product-otable {
    margin-top: 0;
    font-size: 12px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-otable {
    margin-top: 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-otable {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-otable {
    margin-top: 0;
    font-size: 16px;
  }
}
.goods-product.with-application .goods-product-otable {
  margin-top: 0;
}
.goods-product-otable .tr,
.goods-product-otable .tr-header,
.goods-product-otable .tr-footer {
  text-align: center;
  overflow: hidden;
}
.goods-product-otable .tr {
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
}
@media (max-width: 567px) {
  .goods-product-otable .tr {
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-otable .tr {
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-otable .tr {
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-otable .tr {
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
  }
}
.goods-product-otable .tr-header,
.goods-product-otable .tr-footer {
  height: 58px;
  line-height: 58px;
  background-color: #9f9f9f;
}
@media (max-width: 567px) {
  .goods-product-otable .tr-header {
    height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 1.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-otable .tr-header {
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-otable .tr-header {
    font-size: 13px;
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-otable .tr-header {
    font-size: 13px;
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0);
  }
}
@media (max-width: 567px) {
  .goods-product-otable .tr-footer {
    height: calc(100vw / 320.0 * 460.0 * 2.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 * 2.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-otable .tr-footer {
    height: calc(100vw / 568.0 * 320.0 * 2.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 2.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-otable .tr-footer {
    height: calc(100vw / 768.0 * 924.0 * 2.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 * 2.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-otable .tr-footer {
    height: calc(100vw / 1024.0 * 668.0 * 2.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 * 2.0 / 12.0);
  }
}
.goods-product-otable .td {
  float: left;
  width: 33.3%;
  width: calc(100% / 3);
  height: inherit;
}
.goods-product-otable .td2 {
  float: left;
  width: 66.6%;
  width: calc(100% * 2 / 3);
  height: inherit;
}
.goods-product-otable .tdpart {
  display: inline-block;
  width: 33.3%;
  width: calc(100% / 3);
}
.goods-product-otable .tr > .td:last-child,
.goods-product-otable .tr > .td2:last-child,
.goods-product-otable .tr-header > .td:last-child,
.goods-product-otable .tr-header > .td2:last-child,
.goods-product-otable .tr-footer > .td:last-child,
.goods-product-otable .tr-footer > .td2:last-child {
  margin-right: -2px;
  /* workaround for some resolutions */
}
.goods-product-otable .tr-file {
  background-color: #f9e4a4;
}
@media (min-width: 568px) and (max-width: 767px) {
  .goods-product-otable .tr-file {
    height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 * 1.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-otable .tr-file {
    height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0 * 2.5 / 5);
    line-height: calc(100vw / 768.0 * 924.0 * 1.0 / 16.0 * 2.5 / 5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-otable .tr-file {
    height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0 * 3 / 5);
    line-height: calc(100vw / 1024.0 * 668.0 * 1.0 / 12.0 * 3 / 5);
  }
}
.goods-product-otable .goods-product-layout-link-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.goods-product-otable .goods-product-layout-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  cursor: pointer;
}
.goods-product-otable .goods-product-layout-link:hover {
  border-bottom: 1px dotted black;
}
.goods-product-otable .goods-product-layout-delete-btn {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
}
.goods-product-otable .goods-product-layout-delete-btn:hover {
  background-color: #f4b542;
}
.goods-product-otable .tr-price-header {
  line-height: 1.25;
}
.goods-product-otable .tr-price-footer-app {
  line-height: 1.25;
  height: 72px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods-product-otable .tr-price-footer-app {
    height: inherit;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .goods-product-otable .tr-price-footer-app {
    height: inherit;
  }
}
.goods-product-otable .td-price-line {
  text-align: right;
  padding-right: 28px;
  box-sizing: border-box;
}
.goods-product-otable .td-count-line {
  text-align: right;
  padding-right: 28px;
  box-sizing: border-box;
}
.goods-product-otable .tr .td-highlight {
  background-color: white;
}
.goods-product-otable .tr-header .td-highlight,
.goods-product-otable .tr-footer .td-highlight {
  color: white;
}
.goods-product-otable .goods-product-count-input {
  width: 74px;
  height: 16px;
  line-height: 16px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 1px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
}
.goods-product-otable .goods-product-count-input:focus {
  border-bottom: 2px solid #d88628;
  margin-bottom: 0;
}
.goods-product-otable .goods-product-count-input::-webkit-input-placeholder {
  font-size: 10px;
}
.goods-product-otable .goods-product-count-input::-moz-placeholder {
  font-size: 10px;
}
.goods-product-otable .goods-product-count-input:-moz-placeholder {
  font-size: 10px;
}
.goods-product-otable .goods-product-count-input:-ms-placeholder {
  font-size: 10px;
}
/* Пряталка стрелок у <input type="number" /> */
.goods-product-otable .goods-product-count-input::-webkit-outer-spin-button,
.goods-product-otable .goods-product-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.goods-product-otable .goods-product-count-input {
  -moz-appearance: textfield;
}
.goods-product-order-btn {
  line-height: 1.25;
  background-color: #9f9f9f;
  cursor: pointer;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
.goods-product-order-btn.active {
  background-color: #f4b542;
}
.goods-product-order-btn.active[disabled] {
  background-color: #ffd485;
  color: #888;
}
.goods-product-dayinfo {
  padding: 24px;
}
/* БЛОК С ТАБЛИЧКОЙ РАЗМЕРОВ */
.goods-product-additional {
  text-align: center;
  position: relative;
  padding-bottom: 79px;
  /* goods-panel; при изменении проверьте также js */
  overflow: hidden;
}
.goods-product-additional.collapsed {
  max-height: 130px;
  /* при изменении проверьте также js */
}
.goods-product-additional .goods-panel {
  background-color: #ccc;
  border: 0;
}
.goods-product-additional .if-expanded {
  display: inline;
}
.goods-product-additional .if-collapsed {
  display: none;
}
.goods-product-additional.collapsed .if-expanded {
  display: none;
}
.goods-product-additional.collapsed .if-collapsed {
  display: inline;
}
.goods-product-sizes-image {
  display: inline;
  vertical-align: top;
  margin-right: 16px;
}
.goods-product-sizes-table {
  display: inline;
  vertical-align: top;
  margin-left: 16px;
}
.goods-product-sizes-table > table {
  display: inline-table;
}
.goods-product-sizes-table th {
  font-weight: inherit;
}
