.section-discount {
    max-width: 1440px;
    margin: 0 auto;
}

.section-discount__title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000;
    margin-top: 60px;
    margin-bottom: 25px;
}

@media screen and (min-width: 414px) {
    .section-discount__title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-discount__title {
        margin-top: 90px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-discount__title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .section-discount__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

/* card */
.section-discount__swiper {
	overflow: hidden;
}

.section-discount__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
}

@media screen and (min-width: 768px) {
	.section-discount__body {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.section-discount__body {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 1920px) {
	.section-discount__body {
		gap: 45px;
	}
}

@media screen and (max-width: 767px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 3;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 2 / 1 / 3 / 2;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 2 / 3 / 3;
	}
}

@media screen and (min-width: 768px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 3 / 3;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 1 / 3 / 2 / 4;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 3 / 3 / 4;
	}
}

@media screen and (min-width: 1024px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 3 / 4;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 1 / 4 / 2 / 5;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 4 / 3 / 5;
	}
}

@media screen and (min-width: 1920px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 3 / 4;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 1 / 4 / 2 / 5;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 4 / 3 / 5;
	}
}

.section-discount__item-card {
    position: relative;
}

.section-discount__item-card .item-card__pic {
    height: 100%;
    width: 100%;
}

.section-discount__item-card .item-card__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.section-discount__item-card.item-card--main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .item-card__img.img-discount--desktop {
        display: none;
    }

    .item-card__img.img-discount--tablet {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .item-card__img.img-discount--mobile {
        display: none;
    }

    .item-card__img.img-discount--tablet {
        display: block;
    }

    .item-card__img.img-discount--desktop {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .item-card__img.img-discount--mobile {
        display: none;
    }

    .item-card__img.img-discount--tablet {
        display: none;
    }

    .item-card__img.img-discount--desktop {
        display: block;
        object-fit: cover;
        object-position: right;
    }

    .section-discount__item-card.item-card--main {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.section-discount__item-card .item-card__discount {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.035em;
    color: #bb559d;
}

@media screen and (min-width: 414px) {
    .section-discount__item-card .item-card__discount {
        font-size: 16px;
        line-height: 16px;
    }
}

.section-discount__item-card .item-card__favourites {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 13px;
    width: 15px;
    display: none;
    background-image: url(img/icon-favourites.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: none;
}

.section-discount__item-card .item-card__favourites.active {
    background-image: url(/local/header_img/icons/ic-wishlist-active.svg);
}

.section-discount__item-card:hover .item-card__favourites {
    display: block;
}

@media screen and (min-width: 1920px) {
    .section-discount__item-card .item-card__discount {
        top: 20px;
        left: 20px;
    }

    .section-discount__item-card .item-card__favourites {
        top: 20px;
        right: 20px;
    }
}

/* price block */
.section-discount__item-price {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.035em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 414px) {
    .section-discount__item-price {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .section-discount__item-price {
        margin-top: 20px;
    }
}

.section-discount__item-price .item-price--old,
.section-discount__item-price .item-price--new {
    display: flex;
    align-items: flex-start;
}

.section-discount__item-price .item-price--old img,
.section-discount__item-price .item-price--new img {
	height: 9px;
	margin-top: 0;
}

@media screen and (min-width: 414px) {
	.section-discount__item-price .item-price--old img,
	.section-discount__item-price .item-price--new img {
		height: 13px;
    margin-top: -1px;
	}
}

.section-discount__item-price .item-price--old {
    text-decoration-line: line-through;
    opacity: 0.5;
    margin-right: 10px;
}

.section-discount__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

@media screen and (min-width: 1024px) {
    .section-discount__controls {
        margin-top: 18px;
    }
}

@media screen and (max-width: 413px) {
	.section-discount__item-sentence {
		display: none;
	}
}

.section-discount__item-text {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    letter-spacing: 0.035em;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
		text-transform: lowercase;
		padding-left: 10px;
}

@media screen and (min-width: 414px) {
	.section-discount__item-text {
			font-size: 13px;
			line-height: 14px;
			text-transform: uppercase;
			white-space: nowrap;
			padding-left: 5px;
	}
}

@media screen and (min-width: 768px) {
    .section-discount__item-text {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .section-discount__item-text {
        font-size: 16px;
        line-height: 18px;
    }
}

/* swiper controls */
.swiper-btn__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.swiper-btn__wrapper.hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .swiper-btn__wrapper:not(.swiper-btn__wrapper--mobile) {
        display: none;
    }
}

@media screen and (min-width: 414px) {
    .swiper-btn__wrapper {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .swiper-btn__wrapper.swiper-btn__wrapper--mobile {
        display: none;
    }
}

.section-discount__controls .swiper-btn__wrapper {
    margin-top: 0;
    white-space: nowrap;
}

.swiper-btn {
    cursor: pointer;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.swiper-btn.swiper-btn__prev, .swiper-btn.swiper-collection__prev2, .swiper-btn.swiper-collection__prev3 {
    transform: rotate(180deg);
}

.swiper-btn.swiper-btn__next {
}

.swiper-controls__pagination {
    letter-spacing: 0.035em;
}

@media screen and (min-width: 768px) {
    .swiper-controls__pagination {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .swiper-controls__pagination {
        font-size: 16px;
        line-height: 16px;
    }
}


.section-discount__href {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Bron Sans Cyrl';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.035em;
  color: rgba(0, 0, 0, 0.5);
  
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .section-discount__href {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}

.section-discount__href .discount-href__arrow {
  margin-left: 12px;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .section-discount__href .discount-href__arrow {
    display: none;
  }
}

@media(max-width:1024px){
.section-discount__item-text {
	text-transform: uppercase;
}
}

.section-collection__item-img .section-discount__item-price .item-price--old img,
.section-collection__item-img .section-discount__item-price .item-price--new img {
    /*height: 10px;
    margin-left: 4px;*/
    margin-top: 0;
}

@media screen and (max-width: 1024px){
.section-collection {
    padding: 0;
}
}