.container.promo-wrapper {
	width: 1398px !important;
	max-width: 100% !important;
	margin-top: 60px;
	margin-bottom: 60px;
}
#aug-banner {
	width: 100%;
	background-image: url(../images/banner/back.webp);
	background-image: -webkit-image-set(
		url("../images/banner/back.webp") 1x,
		url("../images/banner/back@2x.webp") 2x
	);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#aug-banner .banner-left {
	margin: 9px 0 0 29px;
  width: 70.76%;
}
#aug-banner .banner-left img {
  max-width: 100%;
}
#aug-banner .banner-right {
	margin: 52px 20px 0 auto;
  padding-left: 27px;
  width: 311px;
  flex-shrink: 0;
}
#aug-banner .banner-inner {
	position: relative;
}
#aug-banner p {
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 0;
}
#aug-banner .button {
	width: 202px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 23.5px;
	background-color: var(--darkblue);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 18px;
}
#aug-banner .price-1 {
	right: 22.5%;
	bottom: 31%;
}
#aug-banner .price-2 {
	right: -6%;
	bottom: 16%;
  padding-top: 9px;
}
#aug-banner .price-round {
	text-align: center;
	z-index: 4;
	width: 111px;
	height: 111px;
	font-size: 30px;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#aug-banner .price-round sup {
	top: -0.5em;
	font-size: 63%;
}
#aug-banner .price-inner span:first-child {
	font-size: 14px;
	line-height: 1em;
	display: block;
	margin-bottom: -26px;
}
#aug-banner .price-inner span:last-child {
	font-size: 20px;
	line-height: 1em;
	display: block;
	margin-top: -5px;
}
#aug-banner .aug-left .price-round {
	left: -68px;
	top: 32px;
}
#aug-banner .aug-right .price-round {
	padding-top: 12px;
	left: 154px;
	top: 86px;
}
@supports (background: -webkit-named-image(i)) and (not (text-box: trim-both cap alphabetic)) {
	#aug-banner .button {
		padding-top: 2px;
	}
}
@supports (text-box: trim-both cap alphabetic) {
	#aug-banner .button {
		display: inline-block;
		align-content: center;
		text-box: trim-both cap alphabetic;
		padding-top: 0;
	}
}
@media screen and (max-width: 1300px ) {
  #aug-banner .price-round {
    transform: scale(0.8);
  }
  #aug-banner .price-2 {
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
	#aug-banner {
    box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 67px;
  }
	#aug-banner .banner-inner {
		padding: 0 15px;
	}
  #aug-banner .banner-right {
    padding: 0;
    margin: 0 auto;
  }
	#aug-banner .button {
		font-size: 1.3em;
	}
	#aug-banner .banner-inner {
		flex-direction: column;
		gap: 0;
		padding: 0;
	}
  #aug-banner .banner-left {
    margin: 10px auto 19px auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#aug-banner {
    background-position: bottom center;
		background-image: url(../images/banner/back-m.webp);
		background-image: -webkit-image-set(
			url("../images/banner/back-m.webp") 1x,
			url("../images/banner/back-m@2x.webp") 2x
		);
	}
	#aug-banner .button {
		font-size: 20px;
    width: 175px;
    height: 30px;
    line-height: 30px;
	}
	.container.promo-wrapper {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 567px) {
}
