.goodday__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%; }

.goodday__item {
  height: 280px;
  position: relative; }
  .goodday__item:hover {
    color: #000000; }

.goodday__content {
  flex: 0 0 163px;
  display: flex;
  height: 222px;
  flex-direction: column;
  justify-content: space-between; }

.goodday__img {
  flex: 0 0 226px;
  width: 222px;
  height: 100%;
  max-height: 222px;
  position: relative; }
  .goodday__img .prod__image-control .js-slide-ix-control-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: auto;
    top: 200px; }

.goodday__desc {
  font-size: 14px;
  line-height: 18px; }
  .goodday__desc:hover {
    color: #000000; }

.goodday__sale {
  width: 52px;
  height: 19px;
  border-radius: 4px 30px;
  background-color: #F73D34;
  display: flex;
  align-items: center;
  justify-content: center; }
  .goodday__sale > span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700; }

.goodday__price {
  margin: 8px 0; }
  .goodday__price--old {
    color: #A2A9AD;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: max-content; }
    .goodday__price--old:before {
      content: '';
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #F73D34; }
  .goodday__price--new {
    color: #001A34;
    font-size: 24px;
    font-weight: 700; }

.goodday__brand {
  color: #3389EA;
  font-size: 14px;
  font-weight: 400; }

.goodday__prev-next {
  margin-top: 20px;
  position: relative;
  z-index: 10;
  width: 102px;
  height: 45px; }
  .goodday__prev-next .swiper__btn {
    margin: 0; }
    .goodday__prev-next .swiper__btn:before {
      color: #B7C2CA; }
  .goodday__prev-next .swiper-button-prev {
    top: 0;
    left: 0; }
  .goodday__prev-next .swiper-button-next {
    top: 0;
    right: 0; }

.goodday__btn.btn {
  width: 141px;
  height: 34px;
  color: #FFF;
  font-size: 14px;
  padding-top: 9px;
  position: relative; }

.goodday__slider .goodday__wr {
  padding: 25px 25px 25px 37px;
  background: #F6F8FB; }
  .goodday__slider .goodday__wr .prod__imges {
    position: relative;
    width: 222px;
    margin: 0; }
  .goodday__slider .goodday__wr .prod__wraper {
    margin-left: -12px;
    height: 262px; }
  .goodday__slider .goodday__wr .prod__info-label {
    position: absolute;
    border-radius: 4px;
    width: 43px;
    height: 17px;
    right: -20px;
    top: -11px;
    z-index: 3; }

.goodday__slider .swiper-pagination {
  margin-top: 0;
  align-items: center;
  height: 30px; }

.goodday__wr {
  width: 100%;
  height: 100%;
  padding: 25px 25px 5px 25px;
  border-radius: 8px;
  background: #FFFFFF; }
  .goodday__wr .tip {
    width: 220px;
    z-index: 5; }
  .goodday__wr .prod-v2 .btn-fast, .goodday__wr .prod-v3 .btn-fast {
    display: none; }
  .goodday__wr .prod-v2 .prod__review, .goodday__wr .prod-v3 .prod__review {
    margin-top: 0; }
  .goodday__wr .prod-v2 .prod__labels, .goodday__wr .prod-v3 .prod__labels {
    right: -14px; }
  .goodday__wr .prod-v2 .prod__labels + .prod__labels, .goodday__wr .prod-v3 .prod__labels + .prod__labels {
    display: none; }
  .goodday__wr .prod-v2 .prod__delay, .goodday__wr .prod-v3 .prod__delay {
    display: none; }
  .goodday__wr .prod-v2 .prod__name, .goodday__wr .prod-v3 .prod__name {
    font-size: 12px; }
  .goodday__wr .prod-v2 .prod__price-cur, .goodday__wr .prod-v3 .prod__price-cur {
    font-size: 20px; }
  .goodday__wr .prod-v2 .is-btn-show .prod__avail, .goodday__wr .prod-v3 .is-btn-show .prod__avail {
    display: none;
    width: 72px;
    padding: 12px 3px 0 0; }
  .goodday__wr .prod-v2 .js-slide-ix-control, .goodday__wr .prod-v3 .js-slide-ix-control {
    display: flex;
    align-items: center;
    justify-content: center; }
    .goodday__wr .prod-v2 .js-slide-ix-control:before, .goodday__wr .prod-v3 .js-slide-ix-control:before {
      top: 0; }
  .goodday__wr .prod__wraper {
    margin-left: -10px;
    padding-right: 10px; }
  .goodday__wr .prod__info-label.is-red {
    margin-left: 0; }
  .goodday__wr .prod__list.swiper-wrapper {
    padding: 20px 14px; }
  .goodday__wr .prod__list .prod-type {
    margin-top: 0 !important;
    position: static; }
  .goodday__wr .prod__el {
    width: 100%;
    display: flex;
    padding: 0 !important; }
    .goodday__wr .prod__el:hover {
      box-shadow: none; }
    .goodday__wr .prod__el.is-active {
      border-color: transparent; }
  .goodday__wr .prod__img-wrap {
    height: 200px;
    width: 200px;
    margin-right: 16px;
    margin-bottom: 0; }
  .goodday__wr .prod__labels--flex {
    justify-content: flex-start !important; }
  .goodday__wr .prod__delay {
    left: 173px; }

.goodday__title-wr {
  display: flex;
  justify-content: space-between; }

.goodday__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase; }
  .goodday__title > span {
    white-space: nowrap; }

.goodday__tip {
  margin-left: 2px; }
  .goodday__tip:before {
    color: #B1B9C2;
    font-size: 14px; }

.goodday__slider {
  height: 330px;
  position: relative; }
  .goodday__slider.is-prod-slider .swiper-button-next {
    right: 0; }
  .goodday__slider.is-prod-slider .swiper-button-prev {
    left: 0; }

.goodday__header {
  display: flex;
  justify-content: space-between; }

.goodday__timer {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  margin-right: 50px; }
  .goodday__timer > div {
    width: 30px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 4px; }
  .goodday__timer > span {
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
    margin: 0 4px;
    color: #B1B9C2; }

.banner-v3 .swiper-pagination.swiper__lines .swiper-pagination-bullet {
  width: 25px;
  max-width: 25px; }
  .banner-v3 .swiper-pagination.swiper__lines .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    max-width: 50px; }

.banner-v3 .banner__r {
  flex-grow: 1;
  margin-left: 32px; }

@media screen and (max-width: 640px) {
  .goodday__slider {
    height: auto !important;
    margin-left: -3px; }
    .goodday__slider .goodday__wr {
      padding: 20px 10px 12px;
      border: none; }
      .goodday__slider .goodday__wr .prod__wraper {
        height: 184px;
        padding: 0; }
      .goodday__slider .goodday__wr .prod__list {
        padding: 0 10px; }
  .goodday__title span {
    text-transform: none; }
  .goodday__item.swiper-slide {
    margin-top: -32px; }
  .goodday__content {
    flex: 0 0 163px;
    height: 185px; }
  .goodday__img {
    width: 145px;
    height: 180px; }
    .goodday__img .prod__image-control .js-slide-ix-control-wrap {
      top: auto;
      bottom: 0; }
  .goodday__price {
    margin: 5px 0; }
    .goodday__price--old {
      font-size: 14px; }
    .goodday__price--new {
      font-size: 20px; }
  .banner-v3 .banner__r {
    display: none;
    margin-top: 16px;
    margin-left: 0;
    padding-right: 10px; }
  .goodday__title {
    font-size: 20px;
    line-height: 24px; }
  .goodday__timer > div {
    width: 24px;
    height: 24px;
    font-size: 14px; } }
