.productFotoBlock {
  width: 100%;
}

.productFotoBlockMainFotoContainer {
  position: relative;
  overflow: hidden;
  padding: 12px;
  background-color: #FFFFFF;
}

.productCardMain--archive .productFoto__zoom img, .productCardMain--archive .productFotoBlockMainFotoContainer__foto img, .productCardMain--archive .productFotoBlockSlider__thumb img {
  filter: grayscale(0.9);
  opacity: 0.65;
}

.productFotoBlockMainFoto {
  position: relative;
  width: 100%;
  max-width: 410px;
}
.productFotoBlockMainFoto::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.productFotoBlockMainFoto .productFotoBlockMainFotoContainer__foto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productFotoBlockMainFotoContainer__foto {
  height: 100%;
  width: 100%;
}

.productFotoBlockMainFoto__arrow {
  z-index: 1;
  position: absolute;
}
.productFotoBlockMainFoto__arrow.-disable {
  cursor: no-drop;
  opacity: 0.8;
}
.productFotoBlockMainFoto__arrow--left {
  left: 0;
}
.productFotoBlockMainFoto__arrow--right {
  right: 0;
}

.productFotoBlockMainFoto__arrowIcon--prev {
  font-family: "arrows-medium" !important;
}
.productFotoBlockMainFoto__arrowIcon--prev::before {
  content: "\ea62";
}

.productFotoBlockMainFoto__arrowIcon--next {
  font-family: "arrows-medium" !important;
}
.productFotoBlockMainFoto__arrowIcon--next::before {
  content: "\ea63";
}

.productFotoBlockActionContainer {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.productFotoBlockActionContainer__flag:not(:last-child) {
  margin-bottom: 3px;
}

.productFotoBlockActionContainer__fotoZoomButtonContainer {
  display: none;
}

.productFotoBlockActionContainer__fotoZoomButton {
  font-family: "core-core_01" !important;
}
.productFotoBlockActionContainer__fotoZoomButton::before {
  content: "\ea91";
}

.productFotoBlockSliderPager {
  display: none;
}

@media (max-width: 767px) {
  .productFoto__zoom {
    display: none;
  }
  .productFotoBlockMainFotoContainer {
    border: 1px solid var(--color-border);
    max-width: 100%;
  }
}
@media (max-width: 899px) {
  .productFotoBlockMainFoto .fotoZoom {
    border: none;
  }
  .productFotoBlockSlider {
    display: none;
  }
  .productFotoBlockSliderPager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    height: auto !important;
    transform: translate(0, 0) !important;
  }
  .productFotoBlockSliderPager__item {
    height: 22px;
    width: 22px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--color-background);
    transition: background-color 0.15s ease-out;
  }
  .productFotoBlockSliderPager__item.-active {
    background-color: var(--color-primary);
  }
  .section--background .productFotoBlockSliderPager__item:not(.-active):not(:hover) {
    background-color: #FFFFFF;
  }
}
@media (min-width: 600px) {
  .productFotoBlock__right {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 700px) {
  .productFotoBlock {
    position: relative;
    align-self: flex-start;
  }
  .productFotoBlockSlider {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
@media (min-width: 768px) {
  .fotoZoomContainer {
    position: relative;
  }
  .productFotoBlockMainFotoContainer {
    padding: 0;
  }
  .productFotoBlockSliderPager__item:hover {
    background-color: var(--color-primary);
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .productFotoBlockMainFotoContainer {
    border: 1px solid var(--color-border);
  }
}
@media (min-width: 900px) {
  .productFotoBlockMainFoto {
    width: 100%;
    max-width: 600px;
  }
  .productFotoBlock {
    min-height: 31.25rem;
    display: flex;
  }
  .productFotoBlockSlider {
    width: auto;
    position: static;
    margin-top: 5rem;
    flex-shrink: 0;
    flex-direction: column;
  }
  body.--arrows-square .productFotoBlockSlider__arrow {
    height: 2.5rem;
    width: 100%;
  }
  body.--arrows-modern .productFotoBlockSlider__arrow,
  body.--arrows-circle .productFotoBlockSlider__arrow {
    margin: 0 auto;
  }
  .productFotoBlockSlider__arrow {
    display: flex;
  }
  .productFotoBlockSlider__arrowIcon--prev {
    font-family: "arrows-medium" !important;
  }
  .productFotoBlockSlider__arrowIcon--prev::before {
    content: "\ea64";
  }
  .productFotoBlockSlider__arrowIcon--next {
    font-family: "arrows-medium" !important;
  }
  .productFotoBlockSlider__arrowIcon--next::before {
    content: "\ea61";
  }
  .productFotoBlockSlider__mask {
    margin: 10px 0;
    height: calc(4.375rem * 5 + 5px * (5 - 1));
    overflow: hidden;
    padding: 0 1px;
  }
  .productFotoBlockSlider__list {
    flex-direction: column;
    height: 100%;
    display: flex;
  }
  .productFotoBlockSlider__thumb {
    width: 4.375rem;
    height: 4.375rem;
    border: 1px solid var(--color-border);
    padding: 0.375rem;
    margin-bottom: 5px;
  }
  .productFotoBlockSlider__thumb.-active {
    border-color: var(--color-primary);
  }
  .productFotoBlock__right {
    flex-grow: 1;
    margin-left: 1.875rem;
  }
  .productFotoBlockActionContainer {
    top: 0;
    right: 0;
  }
  .productFotoBlockActionContainer__fotoZoomButtonContainer {
    margin-top: 0.625rem;
    display: flex;
  }
  .productFotoBlockActionContainer__fotoZoomButton {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
  }
  .productFotoBlockActionContainer__fotoZoomButton:hover {
    background-color: var(--color-primary--hover);
  }
  .section--background .productFotoBlock {
    padding: 1.875rem;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1400px) {
  .productFotoBlockMainFotoContainer {
    padding: 0 3.125rem;
  }
  .productFotoBlockMainFoto {
    width: 31.5789473684vw;
  }
}
.productFotoBlock {
  background-color: #FFFFFF;
}

.productFotoBlockMainFotoContainer {
  position: relative;
  overflow: hidden;
  padding: 12px;
  background-color: #FFFFFF;
}

.productCardMain--archive .productFoto__zoom img, .productCardMain--archive .productFotoBlockMainFotoContainer__foto img, .productCardMain--archive .productFotoBlockSlider__thumb img {
  filter: grayscale(0.9);
  opacity: 0.65;
}

.productFotoBlockMainFoto {
  position: relative;
  width: 100%;
  max-width: 410px;
}
.productFotoBlockMainFoto::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.productFotoBlockMainFoto .productFotoBlockMainFotoContainer__foto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productFotoBlockMainFotoContainer__foto {
  height: 100%;
  width: 100%;
}

.productFotoBlockMainFoto__arrow {
  z-index: 1;
  position: absolute;
}
.productFotoBlockMainFoto__arrow.-disable {
  cursor: no-drop;
  opacity: 0.8;
}
.productFotoBlockMainFoto__arrow--left {
  left: 0;
}
.productFotoBlockMainFoto__arrow--right {
  right: 0;
}

.productFotoBlockMainFoto__arrowIcon--prev {
  font-family: "arrows-medium" !important;
}
.productFotoBlockMainFoto__arrowIcon--prev::before {
  content: "\ea62";
}

.productFotoBlockMainFoto__arrowIcon--next {
  font-family: "arrows-medium" !important;
}
.productFotoBlockMainFoto__arrowIcon--next::before {
  content: "\ea63";
}

.productFotoBlockActionContainer {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.productFotoBlockActionContainer__flag:not(:last-child) {
  margin-bottom: 3px;
}

.productFotoBlockActionContainer__fotoZoomButtonContainer {
  display: none;
}

.productFotoBlockActionContainer__fotoZoomButton {
  font-family: "core-core_01" !important;
}
.productFotoBlockActionContainer__fotoZoomButton::before {
  content: "\ea91";
}

.productFotoBlockSliderPager {
  display: none;
}

@media (max-width: 767px) {
  .productFoto__zoom {
    display: none;
  }
  .productFotoBlockMainFotoContainer {
    border: 1px solid var(--color-border);
    max-width: 100%;
  }
}
@media (max-width: 899px) {
  .productFotoBlockMainFoto .fotoZoom {
    border: none;
  }
  .productFotoBlockSlider {
    display: none;
  }
  .productFotoBlockSliderPager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    height: auto !important;
    transform: translate(0, 0) !important;
  }
  .productFotoBlockSliderPager__item {
    height: 22px;
    width: 22px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--color-background);
    transition: background-color 0.15s ease-out;
  }
  .productFotoBlockSliderPager__item.-active {
    background-color: var(--color-primary);
  }
  .section--background .productFotoBlockSliderPager__item:not(.-active):not(:hover) {
    background-color: #FFFFFF;
  }
}
@media (min-width: 600px) {
  .productFotoBlock__right {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 700px) {
  .productFotoBlock {
    position: relative;
    align-self: flex-start;
  }
  .productFotoBlockSlider {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
@media (min-width: 768px) {
  .productFotoBlockActionContainer {
    right: 10px;
    top: 10px;
  }
  .fotoZoomContainer {
    position: relative;
  }
  .productFotoBlockMainFotoContainer {
    padding: 0;
  }
  .productFotoBlockSliderPager__item:hover {
    background-color: var(--color-primary);
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .productFotoBlockMainFotoContainer {
    border: 1px solid var(--color-border);
  }
}
@media (min-width: 900px) {
  .productFotoBlockMainFoto {
    width: 100%;
    max-width: 600px;
  }
  .productFotoBlock {
    min-height: 31.25rem;
    display: flex;
  }
  .productFotoBlockSlider {
    padding-left: 30px;
    width: auto;
    position: static;
    margin-top: 5rem;
    flex-shrink: 0;
    flex-direction: column;
  }
  body.--arrows-square .productFotoBlockSlider__arrow {
    height: 2.5rem;
    width: 100%;
  }
  body.--arrows-modern .productFotoBlockSlider__arrow,
  body.--arrows-circle .productFotoBlockSlider__arrow {
    margin: 0 auto;
  }
  .productFotoBlockSlider__arrow {
    display: flex;
  }
  .productFotoBlockSlider__arrowIcon--prev {
    font-family: "arrows-medium" !important;
  }
  .productFotoBlockSlider__arrowIcon--prev::before {
    content: "\ea64";
  }
  .productFotoBlockSlider__arrowIcon--next {
    font-family: "arrows-medium" !important;
  }
  .productFotoBlockSlider__arrowIcon--next::before {
    content: "\ea61";
  }
  .productFotoBlockSlider__mask {
    margin: 10px 0;
    height: calc(4.375rem * 5 + 5px * (5 - 1));
    overflow: hidden;
    padding: 0 1px;
  }
  .productFotoBlockSlider__list {
    flex-direction: column;
    height: 100%;
    display: flex;
  }
  .productFotoBlockSlider__thumb {
    width: 4.375rem;
    height: 4.375rem;
    border: 1px solid var(--color-border);
    padding: 0.375rem;
    margin-bottom: 5px;
  }
  .productFotoBlockSlider__thumb.-active {
    border-color: var(--color-primary);
  }
  .productFotoBlock__right {
    flex-grow: 1;
    margin: 0;
    padding: 0 1.875rem;
  }
  .productFotoBlockActionContainer {
    top: 10px;
    right: 10px;
  }
  .productFotoBlockActionContainer__fotoZoomButtonContainer {
    margin-top: 0.625rem;
    display: flex;
  }
  .productFotoBlockActionContainer__fotoZoomButton {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
  }
  .productFotoBlockActionContainer__fotoZoomButton:hover {
    background-color: var(--color-primary--hover);
  }
  .section--background .productFotoBlock {
    padding: 1.875rem;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1400px) {
  .productFotoBlockMainFotoContainer {
    padding: 0 3.125rem;
  }
  .productFotoBlockMainFoto {
    width: 31.5789473684vw;
  }
}
/*# sourceMappingURL=product_card_foto_block.css.map */