.popover-body ul {
	padding-left: 10px;
}
/* NEWSLETTER & ARTICLES */
.news-section {
	background: white;
}
.news-wrapper {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.news-item-wrapper {
	width: 50%;
}
.news-item-img-wapper {
	position: relative;
	overflow: hidden;
}
.news-item-wrapper:nth-child(n + 3) {
	margin-top: 30px;
}
.news-item-wrapper:nth-child(odd) {
	padding-right: 15px;
}
.news-item-wrapper:nth-child(even) {
	padding-left: 15px;
}
.news-item-img-wapper img {
	width: 100%;
	transition: all 1s;
	height: 482px;
	object-fit: cover;
}
.news-item-wrapper:hover .news-item-img-wapper {
	position: relative;
}
.news-item-wrapper:hover .news-item-img-wapper img {
	transform: scale(1.15);
}
.news-item-label-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 52px;
	width: 100%;
	background: #17171a;
	background: linear-gradient(to right, #17171a 0%, #4d4d50 50%, #17171a 100%);
	font-family: "SF Pro Display";
	font-size: 30px;
	color: white;
	font-weight: 600;
}
.news-item-label-text {
	max-height: 90px;
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.news-item-wrapper {
		height: 420px;
	}
	.news-item-img-wapper {
		height: 100%;
	}
	.news-item-img-wapper img {
		object-fit: cover;
		width: unset;
		height: 420px;
	}
	.news-item-label-wrapper {
		padding: 30px;
	}
}
@media screen and (max-width: 768px) {
	.news-item-wrapper {
		width: 100%;
		max-height: 487px;
	}
	.news-item-wrapper:nth-child(n + 2) {
		margin-top: 30px;
	}
	.news-item-wrapper:nth-child(odd) {
		padding-right: 0;
	}
	.news-item-wrapper:nth-child(even) {
		padding-left: 0;
	}
}
@media screen and (max-width: 576px) {
	.news-item-label-wrapper {
		padding: 31px 23px;
		font-size: 26px;
	}
	.news-item-img-wapper img {
		height: 408px;
	}
	.news-item-label-text {
		max-height: 78px;
	}
}

.pagination-container {
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.pagination .prev {
	margin-right: 24px;
}
.pagination .next {
	margin-left: 24px;
}
.pagination .next img {
	transform: rotate(180deg);
}
.pagination .line {
	margin: 0 10px;
	width: 120px;
	height: 1px;
	background: rgba(12, 12, 13, 0.5);
}
.pagination .page-bth {
	font-family: "SF Pro Display";
	font-size: 16px;
	color: rgba(12, 12, 13, 0.5);
	font-weight: normal;
	line-height: 22px;
}
.pagination .page-bth.active {
	color: black;
	font-weight: bold;
}

.p-section {
	padding: 120px 0;
}
@media (max-width: 767.98px) {
	.p-section {
		padding: 60px 0;
	}
}

/* product-info__description */
.product-info__description-section {
	background: none !important;
	padding-top: 50px;
	padding-bottom: 30px;
}
.product-info__description-section:nth-child(2n) {
	background-color: rgb(20, 20, 21) !important;
}
.product-info__description-title,
.product-info__description-title * {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.448;
}
.product-info__description-title {
	margin: 0 0 60px;
}
.product-info__description-text {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 50px;
}
.product-info__description-section ul,
.product-info__description-section ol {
	display: inline-block;
	text-align: left;
}
.product-info__description-section figure {
	margin-bottom: 0;
}
.product-info__description-section img {
	max-width: 100%;
	max-height: 550px;
	display: block;
	margin: 0 auto;
}
.product-info__description-section .col-12 {
	padding-right: 15px;
	padding-left: 15px;
	width: 1100px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767.98px) {
	.product-info__description-section {
		padding-top: 63px;
	}
	.product-info__description-title,
	.product-info__description-title * {
		font-size: 36px;
	}
	.product-info__description-title {
		margin-bottom: 35px;
	}
}

/* category-land */
.category-land__item {
	padding: 30px;
	min-height: 450px;
}
.category-land__item:nth-child(odd) {
	border: 10px solid #f8f8f8;
}
.category-land__item:nth-child(even) .category-land__text {
	order: -1;
}
@media (min-width: 768px) {
	.category-land__item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.category-land__img-wrap {
		width: 40%;
		padding: 0 2%;
	}
}
@media (max-width: 767px) {
	.category-land__item {
		padding: 20px;
	}
	.category-land__img-wrap {
		margin-bottom: 20px;
	}
}
.category-land__img-wrap {
	text-align: center;
}
.category-land__img-wrap img {
	max-width: 100%;
	height: auto;
	max-height: 500px;
}
.category-land__text {
	flex-basis: 0;
	flex-grow: 1;
}
.category-land__text h2,
.category-land__text h3,
.category-land__text h4,
.category-land__text p,
.category-land__text ol,
.category-land__text ul {
	margin-top: 0;
	margin-bottom: 15px;
}
.category-land__text table p {
	margin-bottom: 0;
}

/* faq-block */
.faq-block {
	margin-top: 0;
	width: 100%;
}
.faq-block__item {
	margin-top: 5px;
	border: 3px solid #f8f8f8;
	padding: 14px;
}
.faq-block__question {
	position: relative;
	cursor: pointer;
	font-size: 17px;
	margin-bottom: 0;
	padding-right: 25px;
	font-weight: 500;
}
.faq-block__question:after {
	content: "\e908";
	font-family: "icomoon";
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
	position: absolute;
	top: 7px;
	right: 4px;
	color: #ff5c43;
	transition: 0.2s;
}
.faq-block .active .faq-block__question:after {
	transform: scaleY(-1);
}
.faq-block__answer {
	margin-top: 10px;
	display: none;
	padding-right: 35px;
}

/* b-carousel-type */
.b-carousel-type {
	text-transform: uppercase;
	font-size: 14px;
	justify-content: center;
	margin: -15px 0 20px;
}
.b-carousel-type .nav-link.active,
.b-carousel-type .show > .nav-link {
	background-color: #ff5c43;
}
.b-carousel-type a {
	color: #ff5c43;
}

/* b-repair-table */
.b-repair-table {
	color: #0c0c0d;
}
.b-repair-table p {
	margin: 0;
	line-height: inherit;
}
.b-repair-table td {
	vertical-align: middle;
	padding: 15px 0;
	border-bottom: 1px solid rgba(12, 12, 13, 0.5);
}
.b-repair-table td:first-child {
	color: #fe8732;
	font-weight: 600;
}
.b-repair-table td:last-child {
	text-align: right;
}
.b-repair-table tr:first-child td {
	border-top: 1px solid rgba(12, 12, 13, 0.5);
}

/* b-credit-bank */
.b-credit-bank {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.b-credit-bank__item {
	cursor: pointer;
	display: block;
	border: 3px solid #f2f2f2;
	padding: 15px;
	transition: 0.5s;
	margin-right: 25px;
}
.b-credit-bank__item:last-child {
	margin-right: 0;
}
.b-credit-bank__item.active,
.b-credit-bank__item:hover {
	border-color: #fe8732;
	text-decoration: none;
}
.b-credit-bank img {
	vertical-align: middle;
	height: 20px;
}
.b-credit-bank__name {
	font-size: 1.1rem;
	font-weight: 600;
	color: #232323;
	margin-left: 4px;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.b-credit-bank__item {
		margin-right: 15px;
	}
}
@media (max-width: 991px) {
	.b-credit-bank {
		margin: 0 -5px;
	}
	.b-credit-bank__item {
		width: calc(50% - 10px);
		margin: 5px !important;
	}
}
@media (max-width: 730px) {
	.b-credit-bank__item {
		width: 100%;
	}
}

/* b-prod-sticky-footer */
.b-prod-sticky-footer {
	display: none;
	background: rgba(9, 9, 19, 0.79);
	backdrop-filter: blur(40px);
	box-shadow: -2px 2px 14px rgba(255, 255, 255, 0.35);
	z-index: 1049;
	padding: 12px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100%;
	transition: 0.4s;
}
.b-prod-sticky-footer.show {
	display: block;
	bottom: 0;
}
.b-prod-sticky-footer__price {
	font-size: 21px;
	color: white;
}
.b-prod-sticky-footer strong {
	margin-right: 5px;
}

/* CUSTOM */
#credit-pop-up {
	display: none;
}

.pnotice__buttonView.btn-primary {
	padding: 0.92rem 1rem;
	background-color: transparent;
	border: 1px solid #fe8732;
	color: #fe8732;
}
.pnotice__buttonView.btn-primary:hover {
	background-color: #fe8732;
	color: white;
}
.b-product-item__option-color a.active,
.b-product-item__option-color a.second-active {
	box-shadow: inset 0 0 0 2px #fe8732;
}
.b-product-item__option-color a {
	flex: 0 0 32px;
	height: 32px;
}
.form-error {
	border: 1px solid red;
}
.review-response {
	color: #fff;
	text-align: center;
	padding: 40px 0 20px;
}
@media (max-width: 1400px) {
	.pnotice__buttonView.btn-primary {
		font-size: 0.9rem;
	}
}

#bwc-iframe-sounds {
	display: none;
}

.icon-radio {
	font-size: 0;
	display: block;
	width: 25px;
	height: 30px;
	background: url("../img/icons/radio-appleroom.svg") no-repeat center;
}

.b-social-network a svg {
	transition: 0.5s;
}
.b-social-network a:hover svg {
	fill: #fe8732;
}
.popover-link img {
	height: 18px;
	margin-left: 3px;
}
.custom-switch img {
	height: 18px;
	margin-left: 3px;
}
.custom-switch .custom-control-label {
	max-width: 90%;
}

/* tradein */
.tradein-wrap {
	align-items: flex-start;
	justify-content: flex-start;
}
div.tradein-left-side {
	flex: 0 0 50%;
	margin-right: 0;
}
div.tradein-right-side {
	margin-top: 30px;
	flex: 0 0 50%;
	text-align: center;
	max-width: 600px;
}
.tradein-title {
	text-align: center;
	margin-bottom: 10px;
}
.tradein-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
li.tradelist--item {
	flex: 0 0 calc(33.3333% - 3.5px);
	margin: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	color: #fe8732;
	border-color: #fe8732;
	justify-content: center;
	text-align: center;
	height: 40px;
	transition: 0.4s;
}
.your-device .tradelist--item {
	flex: 0 0 calc(25% - 4px);
}
li.tradelist--item.active,
li.tradelist--item:hover {
	border-color: #0c0c0d;
}

span.select2-container--default .select2-selection--single {
	padding: 6px 10px;
	height: 40px !important;
	font-size: 1rem !important;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -8px;
}

@media (max-width: 991.98px) {
	div.tradein-left-side {
		flex: 0 0 100%;
	}
	div.tradein-right-side {
		flex: 0 0 100%;
		text-align: center;
		max-width: inherit;
	}
}
