.product {
  color: #3a3a3a;
  overflow: hidden;
  text-align: center;
  display: block;
}
.product__img {
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url("../img/dress.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.product__image {
  position: relative;
  width: 100%;
  height: 230px;
  background-image: url("../img/dress.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product__title {
  margin: 10px 0 16px;
  font-size: 12px;
}
.product__sum {
  font-size: 14px;
  font-family: 'Geometria-Medium', sans-serif;
  display: inline-block;
}
.product__size {
  margin: 18px 0;
  font-size: 11px;
  font-family: 'Geometria-Light', sans-serif;
}
.product__add {
  display: inline-block;
  font-size: 10px;
  font-family: 'Geometria-Medium', sans-serif;
  border-bottom: 1px solid #3a3a3a;
  text-transform: uppercase;
  cursor: pointer;
}
.product__del {
  margin-top: 17px;
  color: #b7b7b7;
  font-size: 10px;
  font-family: 'Geometria-Medium', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.carousel__item a.product .product_label {
	position: absolute;
	right: 0px;
	width: 45px;
	height: 20px;
	text-align: center;
}
.carousel__item a.product .product_label img {
	width: 100%;
}
.carousel__item a.product .product_label.position_label_1 {
	top: 15px;
}
.carousel__item a.product .product_label.position_label_2 {
	top: 50px;
}
.carousel__item a.product .product_label.position_label_3 {
	top: 90px;
}
.carousel__item a.product .product_label.position_label_4 {
	top: 130px;
}

.card {
  width: 100%;
}
.card__carousel {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.detail {
  width: 100%;
}
.detail__left {
  display: inline-block;
  height: 390px;
  width: 80px;
}
.detail__img {
  display: inline-block;
}
.detail__right {
  display: inline-block;
}
.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  background: #dddede !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  margin: 0 3px !important;
}
.swiper-pagination-bullet-active {
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: #7c7c7c !important;
}
.carousel__item:nth-child(2n) .product__img {
  background-image: url("../img/dress2.png");
}
.new {
  width: 100%;
  max-width: 1137px;
  position: relative;
  margin: 80px auto 104px;
}
@media all and (max-width: 980px) {
  .new {
    margin: 56px 0;
  }
}
@media all and (max-width: 600px) {
  .new {
    margin: 50px 0;
  }
  .new__carousel .product__img {
		height: 260px;
	}
}
@media all and (max-width: 340px) {
	.new__carousel .product__img {
		height: 240px;
	}
}
.new__title {
  margin-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: #3a3a3a;
}
.new__block {
  text-align: center;
  margin-bottom: 34px;
}
.new__title-min {
  display: inline-block;
  margin-right: 69px;
  font-size: 24px;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: #3a3a3a;
  cursor: pointer;
}
.slider__title {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #3a3a3a;
	cursor: pointer;
}
.slider__box {
	margin-bottom: 20px;
}
@media all and (max-width: 980px) {
  .new__title-min {
    font-size: 18px;
    margin-right: 30px;
  }
}
.new__title-min:last-child {
  margin-right: 0;
}
.new__title-min.disable {
  color: #b7b7b7;
}
@media all and (max-width: 640px) {
	.new__title-min.disable {
		display: block;
	}
	.new__title-min {
		margin: 5px 0;
	}
}
.new__carousel {
  margin: 0 50px !important;
}
@media all and (max-width: 980px) {
  .new__carousel {
    margin: 0 !important;
    padding: 0 0 45px !important;
  }
}
.new .swiper-pagination {
  display: none;
}
@media all and (max-width: 980px) {
  .new .swiper-pagination {
    display: block;
  }
}
@media all and (max-width: 980px) {
  .new .swiper-button-prev,
  .new .swiper-button-next {
    display: none;
  }
}
