.pd-head {
  display: grid;
  grid-template-columns: 1fr 47.5rem;
  border: 1px solid var(--pgm-color-12);
}
.pd-head__images {
  position: relative;
  padding-left: 13.25rem;
}
.pd-head__images a {
  outline: none;
}
.pd-head__images-carousel {
  max-height: 71rem;
  overflow: hidden;
}
.pd-head__images-image {
  max-width: 59.0625rem;
  max-height: 56.125rem;
  overflow: hidden;
  --f-button-next-pos: -1px;
  --f-button-prev-pos: -1px;
  --f-button-bg: var(--pgm-owl-controls);
  --f-button-active-bg: var(--pgm-owl-controls);
  --f-button-hover-bg: var(--pgm-owl-controls);
  --f-button-color: var(--pgm-white);
}
.pd-head__images-image .f-carousel__nav button[disabled] {
  display: none;
}
.pd-head__images-image .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-items: center;
}
.pd-head__images-thumbnails {
  min-height: 7.75rem;
  overflow: hidden;
}
.pd-head__images-thumbnails.f-carousel {
  --f-carousel-slide-width: calc(calc(100% - 20px) / 2);
  --f-carousel-spacing: 20px;
  max-width: 16.75rem;
  margin: 2.1875rem auto 2rem;
  overflow: initial;
}
.pd-head__images-thumbnails.f-carousel .f-carousel__nav {
  --f-button-prev-pos: -60px;
  --f-button-next-pos: -50px;
  --f-button-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-color: var(--pgm-color-10);
}
.pd-head__images-thumbnails.f-carousel .f-carousel__slide.is-selected {
  border: 1px solid var(--pgm-color-8);
}
.pd-head__images-thumbnails.f-carousel .f-carousel__slide__button {
  width: 100%;
}
.pd-head__data {
  padding: 2.375rem 3.4375rem 3.4375rem;
  background: var(--pgm-color-12);
}
.pd-head__data h1 {
  margin-bottom: 0.9375rem;
  font-size: 2.8125rem;
  line-height: 1.11;
  text-transform: none;
}
.pd-head__data-code {
  margin-bottom: 1.6875rem;
}
.pd-head__data-attributes {
  margin-bottom: 1.6875rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}
.pd-head__data-attributes-attr {
  padding: 0.59375rem 0.9375rem;
  display: inline-flex;
  background: var(--pgm-params);
  color: var(--pgm-white);
  font-size: 0.8125rem;
  font-weight: 600;
}
.pd-head__data-attributes-group {
  position: relative;
}
.pd-head__data-attributes .product-line {
  padding: 7.5px 10px;
  gap: 0.625rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  background: var(--pgm-color-3);
  color: var(--pgm-white);
  border-left-width: 7px;
  border-left-style: solid;
  cursor: pointer;
}
.pd-head__data-attributes .product-line:before {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  mask: url("/assets/webdesign/svg/sprite.stack.svg#info") no-repeat 50% 50%;
  mask-size: cover;
  background-color: var(--pgm-white);
  content: "";
}
.pd-head__data-attributes .product-line--black {
  border-color: var(--pgm-color-13);
}
.pd-head__data-attributes .product-line--red {
  border-color: var(--pgm-color-14);
}
.pd-head__data-attributes .product-line--blue {
  border-color: var(--pgm-color-15);
}
.pd-head__data-attributes .product-line--desc {
  --pgm-arrow: 20px;
  position: absolute;
  bottom: 55px;
  left: 0;
  padding: 18px 23px;
  background: var(--pgm-white);
  border: 1px solid var(--pgm-color-16);
}
.pd-head__data-attributes .product-line--desc:after, .pd-head__data-attributes .product-line--desc:before {
  position: absolute;
  top: 100%;
  left: var(--pgm-arrow);
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.pd-head__data-attributes .product-line--desc:after {
  margin-left: -11px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 11px;
}
.pd-head__data-attributes .product-line--desc:before {
  margin-left: -12px;
  border-color: rgba(225, 228, 234, 0);
  border-top-color: #E1E4EA;
  border-width: 12px;
}
.pd-head__data-attributes .product-line--desc p {
  margin-bottom: 0.9375rem;
}
.pd-head__data-attributes .product-line--desc p:last-child {
  margin: 0;
}
.pd-head__data-price {
  margin-bottom: 3.5rem;
}
.pd-head__data-price-action-with-vat {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--pgm-font-semicondensed);
  text-decoration: line-through;
}
.pd-head__data-price-with-vat {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--pgm-font-condensed);
}
.pd-head__data-price-without-vat {
  font-size: 1.25rem;
  font-family: var(--pgm-font-condensed);
}
.pd-head__data-anotation {
  margin-bottom: 1.4375rem;
  padding-bottom: 40px;
  line-height: 1.6;
  border-bottom: 1px solid var(--pgm-color-9);
}
.pd-head__data-anotation-more {
  color: var(--pgm-color-8);
  font-weight: 600;
  text-decoration: underline;
}
.pd-head__data-sizes {
  margin-block: 1.25rem;
}
.pd-head__data-sizes h3 {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
}
.pd-head__data-sizes ul {
  margin-bottom: 1.25rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pd-head__data-sizes-size {
  height: 2.75rem;
  min-width: 3rem;
  font-size: 0.875rem;
  background: var(--pgm-white);
}
.pd-head__data-sizes-size a {
  height: 100%;
  width: 100%;
  padding: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid var(--pgm-border);
  transition: ease 200ms all;
}
.pd-head__data-sizes-size a:hover {
  border-color: var(--pgm-color-8);
}
.pd-head__data-sizes-size.selected span {
  height: 100%;
  width: 100%;
  padding: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  background: var(--pgm-color-17);
  color: var(--pgm-white);
  border: 1px solid var(--pgm-border);
}
.pd-head__data-sizes-size.is--highlight a {
  border: 3px solid var(--pgm-black);
}
.pd-head__data-sizes-size--not-available {
  background: transparent linear-gradient(to left top, transparent 48%, var(--pgm-color-8) 49%, transparent 51%);
}
.pd-head__data-sizes-size--not-available a {
  position: relative;
}
.pd-head__data-sizes-size--not-available.selected span {
  background: var(--pgm-color-17) linear-gradient(to left top, transparent 48%, var(--pgm-color-12) 49%, transparent 51%);
}
.pd-head__data-sizes-link {
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: underline;
}
.pd-head__data-availability {
  margin-block: 1.6875rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  font-size: 0.9375rem;
  font-weight: 600;
}
.pd-head__data-availability h3 {
  width: 100%;
  margin-bottom: 0.625rem;
  grid-column: 1/3;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none;
}
.pd-head__data-availability p {
  padding: 0.75rem 0.9375rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}
.pd-head__data-availability p svg {
  flex-shrink: 0;
}
.pd-head__data-availability-box {
  background: var(--pgm-white);
}
.pd-head__data-availability-box-tooltip {
  position: relative;
}
.pd-head__data-availability-watchdog {
  background: var(--pgm-white);
}
.pd-head__data-availability-watchdog p {
  justify-content: end;
}
.pd-head__data-availability-watchdog a {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  color: var(--pgm-color-10);
}
.pd-head__data-availability .free-block-20 {
  position: absolute;
  bottom: 3.25rem;
  padding: 1.125rem 1.4375rem;
  display: block;
  background: var(--pgm-white);
  border: 1px solid var(--pgm-color-16);
  font-weight: 400;
}
.pd-head__data-availability .free-block-20:after, .pd-head__data-availability .free-block-20:before {
  position: absolute;
  top: 100%;
  left: 1.5625rem;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.pd-head__data-availability .free-block-20:after {
  margin-left: -11px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 11px;
}
.pd-head__data-availability .free-block-20:before {
  margin-left: -12px;
  border-color: rgba(225, 228, 234, 0);
  border-top-color: #E1E4EA;
  border-width: 12px;
}
.pd-head__data-availability .free-block-20 p {
  margin-bottom: 0.625rem;
  padding: 0;
  display: block;
  line-height: 1.6;
}
.pd-head__data-availability .free-block-20 p strong {
  font-style: normal;
}
.pd-head__data-availability .in-stock {
  color: var(--pgm-color-26);
}
.pd-head__data-availability .default-stock {
  color: var(--pgm-color-8);
}
.pd-head__data-button-box .btn {
  width: 100%;
  justify-content: center;
}
.pd-head__data-button-box--light .btn {
  background: var(--pgm-white);
  color: var(--pgm-color-10);
  border: 1px solid var(--pgm-border);
}
.pd-head__data-buy {
  padding: 1.25rem 0;
}
.pd-head__data-buy form {
  gap: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd-head__data-buy .btn {
  min-width: 21.875rem;
  justify-content: center;
}
.pd-head__data-buy-only-cz {
  margin-bottom: 1.5625rem;
  padding: 0.625rem 1.5625rem;
  display: none;
  font-size: 1.125rem;
  background: var(--pgm-color-8);
  color: var(--pgm-white);
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--pgm-font-semicondensed);
}
.lang-eng .pd-head__data-buy-only-cz {
  display: block;
}
.pd-head__data-buy--select {
  gap: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd-head__data-buy--select .btn.is--active {
  padding: 0.75rem 1.5625rem 0.875rem;
  background-color: var(--pgm-color-8);
  opacity: 0.7;
}
.pd-head__data-buy--select .btn.is--active:after {
  display: none;
}
.pd-head__data-links-box {
  margin-block: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: var(--pgm-font-condensed);
}
.pd-head__data-links-box li {
  max-width: 22.8125rem;
  margin-bottom: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd-head__data-links-box li:after {
  height: 0.75rem;
  width: 0.75rem;
  display: inline-block;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  vertical-align: top;
}
.pd-head__data-links-box li a {
  color: var(--pgm-color-8);
  font-family: var(--pgm-font-semicondensed);
  font-weight: 600;
}
.pd-head__gifts {
  position: absolute;
  top: 3.75rem;
  right: 4.375rem;
  display: flex;
}
.pd-head__gifts-image {
  width: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pgm-white);
  border: 1px solid var(--pgm-border-3);
  border-radius: 3px 0 0 3px;
}
.pd-head__gifts-content {
  padding: 0.4375rem 0.9375rem;
  background: hsla(0.7, 72.2%, 48%, 0.8);
  color: var(--pgm-white);
  border: 1px solid var(--pgm-params);
  border-radius: 0 3px 3px 0;
}

.pd-body {
  max-width: 74.375rem;
  margin: auto;
  padding: 4.375rem 0.625rem 6.25rem;
}
.pd-body__description {
  margin-bottom: 1.875rem;
  padding-bottom: 2.25rem;
}
.pd-body__description h2 {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  font-weight: 600;
}

.pd-files {
  max-width: 85.625rem;
  margin: auto;
  padding: 1.875rem 0 5.875rem;
}
.pd-files h2 {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
}
.pd-files__list li {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid var(--pgm-border-3);
  border-bottom: 0;
}
.pd-files__list li:last-child {
  border-bottom: 1px solid var(--pgm-border-3);
}
.pd-files__list-ext {
  padding: 1.375rem 1.875rem;
  color: var(--pgm-file-ext);
  text-transform: uppercase;
  border-right: 1px solid var(--pgm-border-3);
}
.pd-files__list-name {
  padding: 1.375rem 1.875rem;
  flex: 1;
}
.pd-files__list-link {
  padding: 1.375rem 2.5rem;
}
.pd-files__list-link a {
  color: var(--pgm-color-8);
  text-decoration: underline;
}

.pd-list {
  padding: 3.75rem 0 8.125rem;
  background: var(--pgm-color-12);
}
.pd-list__head {
  max-width: 115rem;
  margin: auto;
  padding: 0 0.625rem 2.1875rem;
}
.pd-list__head h2 {
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;
}
.pd-list__head h2 small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.275rem;
  color: var(--pgm-color-8);
}
.pd-list__items {
  max-width: 115rem;
  margin: auto;
  padding: 0 0.625rem;
  gap: 0.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.input-wrap {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.input-group {
  position: relative;
  width: 5.625rem;
  min-height: 3.25rem;
  padding-right: 1.875rem;
  dfont-size: 1.25rem;
  font-family: var(--pgm-font-semicondensed);
  background: var(--pgm-white);
  border: 1px solid var(--pgm-border);
  border-radius: 1px;
}
.input-group.is--error {
  border-color: var(--pgm-error);
}
.input-group input[type=number] {
  width: 3.75rem;
  padding: 0;
  border: 0;
  font-family: var(--pgm-font-semicondensed);
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
}
.input-group input[type=number]::-webkit-outer-spin-button, .input-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group__unit {
  padding: 0.625rem 0.625rem 0.625rem 0.3125rem;
  display: flex;
  align-items: center;
}
.input-group__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.625rem;
  border-left: 1px solid var(--pgm-border);
  color: var(--pgm-border-2);
  text-align: center;
  transition: ease 200ms all;
  cursor: pointer;
}
.input-group__spin--plus {
  border-bottom: 1px solid var(--pgm-border);
}
.input-group__spin--minus {
  top: 1.5625rem;
}
.input-group__spin:hover {
  background: var(--pgm-border-3);
}

#DetailRelated, #DetailAlternate {
  padding: 3.75rem 0 0;
  background: var(--pgm-color-12);
}
#DetailRelated .products-list__head, #DetailAlternate .products-list__head {
  padding-bottom: 2.5rem;
}
#DetailRelated h2, #DetailAlternate h2 {
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;
}
#DetailRelated h2 small, #DetailAlternate h2 small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.275rem;
  color: var(--pgm-color-8);
}
#DetailRelated #Items, #DetailAlternate #Items {
  grid-template-columns: repeat(4, 1fr);
}

#DetailAlternate {
  padding-bottom: 8.4375rem;
}

.table-size-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 1.25rem;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: var(--pgm-white);
  border: 1px solid var(--pgm-color-27);
  border-radius: 10px;
}
.table-size-popup__close {
  position: absolute;
  top: 0.9375rem;
  right: 2.875rem;
  cursor: pointer;
}
.table-size-popup__close:after {
  width: 1.9375rem;
  height: 1.9375rem;
  display: inline-block;
  mask: url("/assets/webdesign/svg/sprite.stack.svg#cross_thin") no-repeat 50% 50%;
  mask-size: cover;
  background-color: var(--pgm-color-3);
  content: "";
}
@media (max-width: 1800px) {
  .pd-head__images {
    padding-left: 0;
  }
  .pd-head__images-carousel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1400px) {
  #DetailRelated #Items, #DetailAlternate #Items {
    display: initial;
  }
  #DetailRelated .f-carousel, #DetailAlternate .f-carousel {
    --f-carousel-slide-width: calc(100% / 3);
  }
}
@media (max-width: 1370px) {
  .pd-files {
    padding: 1.875rem 0.9375rem;
  }
}
@media (max-width: 1300px) {
  .pd-head {
    grid-template-columns: 1fr 31.25rem;
  }
}
@media (max-width: 1200px) {
  .table-size-popup__close {
    right: 2.25rem;
  }
  .table-size-popup__close:after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 1100px) {
  #DetailRelated .f-carousel, #DetailAlternate .f-carousel {
    --f-carousel-slide-width: calc(100% / 2);
  }
}
@media (max-width: 1024px) {
  .pd-head {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pd-head__data {
    margin-bottom: 1.4375rem;
    padding: 1.9375rem 0.625rem;
  }
  .pd-head__data h1 {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
    line-height: 1.22;
    text-align: center;
  }
  .pd-head__data-code {
    font-size: 0.875rem;
    text-align: center;
  }
  .pd-head__data-attributes {
    position: relative;
    margin-bottom: 0.8125rem;
    justify-content: center;
  }
  .pd-head__data-attributes-group {
    position: static;
  }
  .pd-head__data-price {
    text-align: center;
  }
  .pd-head__data-price-with-vat {
    font-size: 1.5rem;
  }
  .pd-head__data-price-without-vat {
    font-size: 1rem;
  }
  .pd-head__data-sizes h3 {
    font-size: 1rem;
    text-align: center;
  }
  .pd-head__data-sizes ul {
    justify-content: center;
  }
  .pd-head__data-sizes-text {
    text-align: center;
  }
  .pd-head__data-sizes-link {
    font-size: 0.875rem;
  }
  .pd-head__data-availability {
    margin: 3rem 0 1.25rem;
    font-size: 0.8125rem;
  }
  .pd-head__data-availability h3 {
    margin-bottom: 1.3125rem;
    font-size: 1rem;
    text-align: center;
  }
  .pd-head__data-availability p {
    padding: 0.75rem 0.625rem;
  }
  .pd-head__data-availability .free-block-20:after, .pd-head__data-availability .free-block-20:before {
    left: 1.25rem;
  }
  .pd-head__data-links-box li {
    width: 60%;
    font-size: 0.875rem;
  }
  .pd-head__data-links-box li:after {
    height: 0.5625rem;
    width: 0.5625rem;
  }
  .pd-head__gifts {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .pd-head__gifts-image {
    width: 2.375rem;
  }
  .pd-head__gifts-content {
    padding: 0.3125rem 0.625rem;
    font-size: 0.8125rem;
  }
  .pd-body {
    padding: 0.625rem 1.25rem;
  }
  .pd-body__description {
    padding-bottom: 1.4375rem;
    font-size: 0.875rem;
  }
  .pd-body__description h2 {
    margin-bottom: 1.375rem;
    font-size: 1.125rem;
    text-align: center;
  }
  .pd-files h2 {
    font-size: 1.125rem;
  }
  #DetailRelated .f-carousel, #DetailAlternate .f-carousel {
    --f-carousel-slide-width: calc(100% / 1.25);
  }
  .table-size-popup {
    width: calc(100vw - 1.25rem);
  }
  .table-size-popup__close {
    right: 1rem;
    top: 0.3125rem;
    padding: 0.625rem;
  }
  .table-size-popup__close:after {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (max-width: 500px) {
  .pd-head__data-buy .btn {
    min-width: initial;
  }
  .pd-files__list-ext {
    padding: 1.375rem 0.9375rem;
  }
  .pd-files__list-name {
    padding: 1.375rem 0.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pd-files__list-link {
    padding: 1.375rem 0.9375rem;
  }
}
/*# sourceMappingURL=maps/screen-detail.css.map */
