.a-button {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  padding: 0 15px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #F2F2F2 url(/frontend/img/a-button.jpg) no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0 1px 3px 0 rgba(122, 122, 122, 0.5);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  font-family: Arial, Sans-Serif, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.a-button > span {
  transition: color 0.5s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.a-button > span span {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.a-button > span span ~ svg path {
  transition: stroke 0.5s;
}
.a-button > span svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.a-button:hover span {
  color: #CB4C4D;
}
.a-button:hover span ~ svg path {
  stroke: #CB4C4D;
}
.a-button:hover:after {
  opacity: 0.33;
}
.a-button:disabled {
  filter: grayscale(1);
  opacity: 0.33;
  cursor: not-allowed;
}
.a-button--red {
  background-image: url(/frontend/img/a-button-red-hover.jpg);
  background-size: 100% 100%;
  color: #fff;
}
.a-button--red span {
  color: #fff;
}
.a-button--red span ~ svg path {
  stroke: #CB4C4D;
}
.a-button--red:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.a-button--red:after {
  opacity: 0.33;
}
.a-button--red:hover {
  background-image: url(/frontend/img/a-button-red-hover.jpg) !important;
  color: #fff !important;
}
.a-button--red:hover span {
  color: #fff;
}
.g_plitka .a-button {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.g_plitka:hover .a-button {
  color: #fff;
  background: #F2F2F2 url(/frontend/img/a-button-hover.jpg) no-repeat center;
  background-size: 100% 100%;
}
.g_plitka:hover .a-button span {
  color: #fff;
}
.g_plitka:hover .a-button:before {
  opacity: 0.15;
}
.g_plitka:hover .a-button:after {
  content: "";
  display: block;
  position: absolute;
  top: -12%;
  left: 15px;
  width: calc(100% - 30px);
  height: 62%;
  background-color: rgba(242, 242, 242, 0.66);
  filter: blur(7px);
  z-index: 2;
  transition: opacity 0.5s;
}
.g_plitka:hover .a-button svg * {
  fill: #fff;
  stroke: #fff;
}
.a-button--red {
  color: #C74B4C;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 106.667% */
  background: #F2F2F2 url(/frontend/img/a-button-red.jpg) no-repeat center;
  background-size: 100% 100%;
}
.a-button--red:hover {
  background: #F2F2F2 url(/frontend/img/a-button-red-hover.jpg) no-repeat center;
  background-size: 100% 100%;
}

.like-button {
  padding-left: 51px;
  background: url(/frontend/img/like.svg) no-repeat left 15px center;
}
.like-button.active {
  background-image: url(/frontend/img/like-active.svg);
}
.like-button--small {
  height: 24px;
  padding: 0 12px;
  background-size: 16px;
  background-position: center;
}

.a-header {
  display: flex;
  justify-content: space-between;
  height: 52px;
  align-items: center;
}
@media (max-width: 1599px) {
  .a-header .a-button svg {
    display: none;
  }
}
.a-header > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.a-phone {
  color: #666;
  font-family: "Russo One", Sans-Serif, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 1px;
  white-space: nowrap;
}
.a-phone > span > span {
  display: flex;
  flex-direction: column;
}
.a-phone > span > span span ~ span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
}

.a-logo {
  position: relative;
  top: -15px;
  width: 64px;
}
.a-logo div {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.a-logo div a {
  color: white;
}
.a-logo div a:nth-child(1) {
  position: absolute;
  left: -90px;
}
.a-logo div a:nth-child(3) {
  position: absolute;
  right: -80px;
}

.a-cart {
  display: flex;
  gap: 12px;
  text-decoration: none;
}
.a-cart__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Source Sans Pro", sans-serif, serif;
  text-decoration: none;
  line-height: 14px;
}
.a-cart__info span:nth-child(1) {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
}
.a-cart__info span:nth-child(2) {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.a-cart__info span:nth-child(3) {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.filter__wrp {
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(122, 122, 122, 0.5), 0 3px 10px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .preview-dress a {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
  }
}

.a-good__prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}
.a-good__availability {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 0 11px 11px 11px;
}
.a-good__availability a {
  color: #666;
}
.a-good__buy {
  padding: 0 11px 11px 11px;
}
.a-good__images {
  position: relative;
  text-align: unset !important;
}
.a-good__images img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.rollover-indicator {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  gap: 4px;
  z-index: 20;
  pointer-events: none;
  padding: 7px;
}
.a-good__images:hover .rollover-indicator {
  display: flex;
}

.indicator-bar {
  /*width: 30px;*/
  flex: 1;
  height: 2px;
  transition: background-color 0.3s ease;
  opacity: 0.33;
  background: rgba(0, 0, 0, 0.33);
}
.indicator-bar.active {
  background: #DB3D3E;
  opacity: 1;
}

/*
.a-price{
  color: rgba(51, 51, 51, 0.80);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  &--new{
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  &--old{
    color: rgba(51, 51, 51, 0.80);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: line-through;
  }
  &--red{
    color: #C74B4C;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
}

.a-good.hover {
  .a-price{
    &.on-hover {
      display: none !important;
    }
    &.on-unhover{
      display: block!important;
    }
  }
  &:hover{
    .a-price{
      &.on-hover {
        display: block !important;
      }
      &.on-unhover{
        display: none!important;
      }
    }
  }
}
*/
.good .a-price {
  color: rgba(51, 51, 51, 0.8);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.good .a-price.line-through {
  text-decoration: line-through;
}
.good .a-price.red {
  color: #C74B4C;
  font-size: 32px;
  font-weight: 600;
}
.good .a-good__prices:hover .a-price.hover-line-through {
  text-decoration: line-through;
  display: block !important;
}
.good .a-good__prices:hover .a-price.hover-red {
  color: #C74B4C;
  font-size: 36px;
  font-weight: 600;
  display: block !important;
}

.block {
  border-radius: 7px;
  background: #FAFAFA;
  box-shadow: 0 1px 3px 0 rgba(122, 122, 122, 0.5), 0 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.block.tabs-content {
  border-top: 0;
  border-radius: 0 7px 7px 7px;
}
.block__title {
  height: 42px;
  align-items: center;
  display: flex;
  justify-content: left;
  border-radius: 7px 7px 0 0;
  background: #FAFAFA;
  padding: 13px 15px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}
.block__content {
  padding: 11px 11px;
}
.block + .block {
  margin-top: 10px;
}

.vertical-blocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.vertical-blocks .block {
  margin: 0;
}
.vertical-blocks .block:last-child {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  border: none;
}
.tabs .tab {
  height: 42px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #CCC;
  background: linear-gradient(0deg, #F2F2F2 0%, #FFF 100%);
  padding: 13px 15px;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.tabs .tab a {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}
.tabs .tab.is-active {
  background: #FAFAFA;
  border-bottom: 1px solid transparent;
}
.tabs .tab.is-active a {
  color: #CB4C4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}
.tabs .tab--lonely {
  justify-content: left;
}
.tabs .tab--lonely a {
  color: #333 !important;
}

.tabs-content {
  padding: 11px;
  border-radius: 0 0 7px 7px;
  background: #FAFAFA;
}
@media (min-width: 768px) {
  .tabs-content {
    padding: 1.5rem 1rem;
  }
}
.tabs-content__title {
  padding: 1rem 0;
  color: var(--sizzone-Dark_dark, #000D26);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.5px;
  cursor: pointer;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14L12 10L16 14L8 14Z' fill='%23000D26'/%3E%3C/svg%3E%0A");
}
.tabs-content__title.is-active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10L12 14L8 10L16 10Z' fill='%23000D26'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .tabs-content__title {
    display: none;
  }
}
.tabs-content .tab-content {
  display: none;
}

.good__sizes-block .block__content {
  padding-bottom: 0;
}
.good__sizes-block.is-opened .good__sizes {
  overflow-y: auto;
}
.good__sizes-block.is-opened .block__content {
  padding-bottom: 11px;
}
.good__sizes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  gap: 5px;
  overflow-y: hidden;
  height: 132px;
}
.good__sizes-block.is-opened .good__sizes {
  height: 124px;
}
.good__sizes-block.is-opened .good__sizes > .good__size:nth-child(n+9) {
  display: block;
}
.good__sizes > .good__size:nth-child(n+9) {
  display: none;
}
.good__size {
  padding: 5px 11px;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  cursor: pointer;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.good__size.is-unavailable {
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  opacity: 0.33;
  background: #E6E6E6;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: not-allowed;
}
.good__size.is-selected {
  color: #CB4C4D;
  border-color: red;
}
.good__features-block .good__features {
  height: 100%;
  overflow-y: hidden;
}
.good__features .good__feature {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  display: flex;
  gap: 8px;
}
.good__features .good__feature .feature__name {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.good__features .good__feature .feature__name::after {
  content: "................................................................";
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  color: #E6E6E6;
  letter-spacing: 1px;
}
.good__features .good__feature .feature__value {
  color: #333;
  width: calc(50% - 8px);
}
.good__features .good__feature + .good__feature {
  margin-top: 10px;
}
.good .block-more-less__wrp {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.good .good__sizes-block .block-more-btn {
  display: block;
}
.good .good__sizes-block .block-less-btn {
  display: none;
}
.good .good__sizes-block.is-opened .block-more-btn {
  display: none;
}
.good .good__sizes-block.is-opened .block-less-btn {
  display: block;
}
.good__buy-block {
  display: flex;
}
.good__buy-block .good__buy-button {
  border-radius: 0 7px 7px 0;
}
.good__buy-button {
  height: 64px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 110% */
  border-radius: 7px;
  border: 1px solid #C0252B;
}
.good__count {
  border-radius: 7px 0 0 7px;
  border: 1px solid #CCC;
  background: #FFF;
  width: 88px;
  position: relative;
  margin-right: -1px;
}
.good__count input {
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--sizzone-Info, #748486);
  height: 62px;
  width: 88px;
  padding: 8px 32px 8px 16px;
  max-width: 100%;
  letter-spacing: 0.25px;
  -moz-appearance: textfield;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% *

  /* Chrome, Safari, Edge, Opera */
}
.good__count input::-webkit-outer-spin-button, .good__count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.good__count button {
  width: 16px;
  height: 30px;
  border: none;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  right: 12px;
}
.good__count button.good-count-button-minus {
  top: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6L12 10L8 6L16 6Z' fill='%23101F39'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.good__count button.good-count-button-plus {
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 6L16 10L8 10Z' fill='%23101F39'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.good .mp-links__title {
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin: 11px 0;
}
.good__mp-links {
  display: flex;
  gap: 10px;
}
.good .share {
  background: #FFF;
  box-shadow: 0 1px 3px 0 #7A7A7A, 0 3px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  margin-top: 8px;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  width: 100%;
  max-width: 244px;
  z-index: 1;
}
.good .share__items {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.good .share__close {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

.goods__slide {
  width: 100% !important;
  padding: 0px !important;
}
@media (min-width: 576px) {
  .goods__slide {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .goods__slide {
    width: 33.3% !important;
  }
}
@media (min-width: 1024px) {
  .goods__slide {
    width: 25% !important;
  }
}
@media (min-width: 1600px) {
  .goods__slide {
    width: 20% !important;
  }
}

.goods__slide--mini {
  width: 20% !important;
  padding: 0px !important;
}
@media (min-width: 576px) {
  .goods__slide--mini {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .goods__slide--mini {
    width: 33.3% !important;
  }
}
@media (min-width: 1024px) {
  .goods__slide--mini {
    width: 16.75% !important;
  }
}

.goods__slider-mini .good-item-mini {
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  width: 60px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.goods__slider-mini .f-button {
  background: url(/img/bg.png) no-repeat;
}
.goods__slider-mini .f-button.is-next {
  background-position: -153px -511px;
  width: 17px;
  height: 31px;
  z-index: 10;
  right: -15px !important;
}
.goods__slider-mini .f-button.is-prev {
  background-position: -153px -470px;
  width: 17px;
  height: 31px;
  z-index: 10;
  left: -15px !important;
}

.features-modal__title {
  color: #333;
  font-family: "Russo One";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.breadcrumbs {
  margin: 20px 0;
}
.breadcrumbs a {
  color: black;
}
.breadcrumbs span {
  display: inline-block;
  color: black;
  padding: 0 8px;
}
.breadcrumbs span:last-child {
  padding: o0;
}

.loading {
  min-height: 50px;
  background: url("/img/load.gif") center no-repeat;
}

.delivery-infos__title {
  color: #2C2E30;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
.delivery-infos__group-title {
  color: #2C2E30;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.delivery-infos__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 2rem;
}

.delivery-info {
  display: flex;
  flex-wrap: nowrap;
  color: #2C2E30;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.delivery-info--header {
  font-weight: 600;
}
.delivery-info__title {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.delivery-info__title img {
  max-width: 60px;
  vertical-align: middle;
  display: none;
}
@media (min-width: 768px) {
  .delivery-info__title img {
    display: inline-block;
    margin-right: 8px;
  }
}
.delivery-info__term {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.delivery-info__price {
  width: 100px;
}
.delivery-info ~ .delivery-info {
  margin-top: 1rem;
}

.good-item {
  position: relative;
  width: 100%;
  padding: 0 10px;
  /*&:hover &__inner{
    box-shadow: 0px 4px 16px 0px rgba(43, 50, 64, 0.6),0px 8px 24px 6px rgba(43, 50, 64, 0.5);
    z-index: 2;

    @media(min-width:992px){
      position: absolute;
    }
  }*/
}
.good-item__inner {
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  overflow: hidden;
  width: 100%;
}
.good-item__header {
  height: 33px;
  padding: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.good-item .compare__checkbox-label {
  margin: 0 !important;
}
.good-item__like {
  /*position: absolute;
  right:8px;*/
}
.good-item__img {
  height: 400px;
  border-top: 1px solid #E6E6E6;
  background: center no-repeat;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 360px) {
  .good-item__img {
    height: 192px;
  }
}
@media (min-width: 576px) {
  .good-item__img {
    height: 292px;
  }
}
@media (min-width: 768px) {
  .good-item__img {
    height: 261px;
  }
}
@media (min-width: 1024px) {
  .good-item__img {
    height: 263px;
  }
}
@media (min-width: 1200px) {
  .good-item__img {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .good-item__img {
    height: 618px;
  }
}
.good-item__img a {
  height: 100%;
}
.good-item__img img {
  max-height: 400px;
  width: auto;
}
@media (min-width: 1200px) {
  .good-item__img img {
    max-height: 500px;
  }
}
@media (min-width: 1600px) {
  .good-item__img img {
    max-height: 618px;
  }
}
.good-item__article {
  padding: 11px;
  overflow: hidden;
  background: rgba(102, 102, 102, 0.33);
  border-top: 1px solid #E6E6E6;
  position: absolute;
  bottom: 45px;
  width: 100%;
  min-height: 72px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.good-item__article a {
  margin-top: 4px;
  display: block;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.good-item__title {
  margin-bottom: 12px;
}
.good-item__title a {
  height: 64px;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: var(--sizzone-Primary, #2D5074);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.good-item__availability {
  min-height: 36px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}
.good-item__availability.is-available {
  color: #0eb164;
}
.good-item__availability.is-not-available {
  color: #748486;
}
.good-item__shipment {
  color: #2d5074;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.25px;
}
.good-item__prices {
  border: 1px solid var(--sizzone-Light, #EDEDEF);
  height: 80px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.good-item__price {
  color: #2d5074;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-align: left;
  height: 40px;
  display: flex;
  align-items: center;
}
.good-item__price:first-child:not(.good-item__price--last) {
  border-bottom: 1px solid #EDEDEF;
}
.good-item__price label {
  color: var(--sizzone-Primary, #2D5074);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 160% */
  letter-spacing: 0.25px;
  display: block;
}
.good-item__price .price {
  color: var(--sizzone-Dark, #101F39);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.good-item__price .main-price {
  color: var(--sizzone-Dark, #101F39);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.good-item__price--last {
  height: 80px;
}
.good-item__price .d-flex {
  padding: 4px 8px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}
.good-item__price .d-flex ~ .d-flex {
  border-left: 1px solid #EDEDEF;
}
.good-item__buy {
  align-items: center;
}
@media (min-width: 1024px) {
  .good-item__buy {
    display: none;
  }
}
.good .good-item__buy {
  display: flex;
  flex-direction: column;
}
.is-touch .good-item__buy {
  display: flex;
}
.goods__slider .good-item__buy {
  display: flex;
}
.good-item:hover .good-item__buy {
  display: flex;
}
.good-item__button {
  border: 0;
  height: 48px;
  max-width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  color: #c4ff08;
  background: #101f39;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  width: 100%;
  white-space: normal;
}
.good-item__button:hover {
  color: #101f39;
  background: #c4ff08;
}
.goods--grid {
  display: grid;
  gap: 0;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: 1fr;
}
@media (min-width: 575px) {
  .goods--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .goods--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .goods--grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .columns-count-2 .goods--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cheaper {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 20px 0;
}
.cheaper a {
  color: #333;
  border-bottom: 1px dotted #333;
}

.fancybox__backdrop {
  opacity: 0.5 !important;
}

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