.main-accessories {
	margin-top: 50px;
	margin-bottom: 115px;
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 100vw;
	overflow: hidden;
}
@media all and (max-width: 767px) {
	.main-accessories {
		padding: 0;
	}
}
@media all and (max-width: 575px) {
	.main-accessories {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.main-accessories__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media all and (max-width: 767px) {
	.main-accessories__top {
		flex-direction: column;
	}
}
.main-accessories__bottom {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 150px;
	width: 100%;
}
@media all and (max-width: 767px) {
	.main-accessories__bottom {
		flex-direction: column;
		margin-top: 50px;
	}
}
.main-accessories__list {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.main-accessories__list-item {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.main-accessories__list-item.active {
	position: relative;
	opacity: 1;
}
.main-accessories__list-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: contain;
	transition: opacity 0.3s;
}
.main-accessories__list-item-img.active {
	position: relative;
	top: unset;
	left: unset;
	opacity: 1;
	transform: none;
}
.main-accessories__list-item-img-wrap {
	position: relative;
	display: flex;
	flex-shrink: 0;
	margin-left: -50px;
	width: 448px;
	height: 367px;
}
@media all and (max-width: 767px) {
	.main-accessories__list-item-img-wrap {
		margin-left: 0;
		margin-bottom: 30px;
		width: 100%;
		height: auto;
		max-width: 448px;
	}
}
@media all and (max-width: 575px) {
	.main-accessories__list-item-img-wrap {
		max-width: 245px;
	}
}

.main-accessories-swiper {
	box-sizing: content-box;
	width: 645px;
	height: 480px;
	padding-bottom: 44px;
	margin-bottom: -44px;
}
@media all and (max-width: 767px) {
	.main-accessories-swiper {
		padding-bottom: 32px;
		margin-bottom: -32px;
		width: 100%;
		height: auto;
	}
}
.main-accessories-swiper__list-item {
	width: 100%;
	height: 100%;
	opacity: 0;
}
.main-accessories-swiper__list-item.swiper-slide-active {
	opacity: 1;
}
.main-accessories-swiper__list-item-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.main-accessories-swiper__pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	transform: translateX(-50%);
}

.main-accessories-content {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	margin-left: 100px;
	max-width: 360px;
}

@media all and (max-width: 1023px) {
	.main-accessories-content {
		margin-left: 50px;
	}
}
@media all and (max-width: 767px) {
	.main-accessories-content {
		margin-left: 0;
		margin-top: 50px;
		max-width: 100%;
	}
}
.main-accessories-content__title {
	font-size: 28px;
	line-height: 32px;
	color: #5A5A5A;
}
@media all and (max-width: 767px) {
	.main-accessories-content__title {
		margin-bottom: 20px;
		text-align: center;
	}
}
.main-accessories-content__desc {
	margin: 24px 0;
	font-size: 16px;
	line-height: 19px;
	color: #808285;
}
@media all and (max-width: 767px) {
	.main-accessories-content__desc {
		margin: 0;
	}
}
.main-accessories-content__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 51px;
	background: #EC0101;
	color: white !important;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	text-decoration: none;
}
@media all and (max-width: 767px) {
	.main-accessories-content__link {
		order: 2;
		margin-top: 32px;
	}
}
.main-accessories-content__link:hover {
	background: #303031;
}
.main-accessories-content__select {
	margin-top: 24px;
}

.accessories-preview-swiper,
.accessories-preview-swiper.swiper {
	margin: -15px -9px 0;
	padding: 15px 9px;
	width: calc(100% + 9px * 2);
}
.accessories-preview-swiper-wrap {
	position: relative;
	display: flex;
	padding: 0 50px;
	width: 100%;
	max-width: calc(100% - 135px);
	z-index: 1;
}
@media all and (max-width: 1599px) {
	.accessories-preview-swiper-wrap {
		max-width: calc(100% - 367px);
	}
}
@media all and (min-width: 768px) {
	.accessories-preview-swiper__pagination {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.accessories-preview-swiper-wrap {
		flex-direction: column;
		padding: 0;
		order: 1;
		max-width: 100%;
	}
}
.accessories-preview-swiper.swiper .goods-list__item {
	height: initial;
}
.accessories-preview-swiper__navigation {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}
@media all and (max-width: 767px) {
	.accessories-preview-swiper__navigation {
		display: none;
	}
}
.accessories-preview-swiper__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 40px;
	cursor: pointer;
}
.accessories-preview-swiper__btn:hover::before, .accessories-preview-swiper__btn:hover::after {
	background-color: #ec0101;
}
.accessories-preview-swiper__btn-next {
	transform: rotate(180deg);
}
.accessories-preview-swiper__btn::before, .accessories-preview-swiper__btn::after {
	content: "";
	position: absolute;
	right: 0;
	width: 28px;
	height: 1px;
	background-color: #ccc;
	border-radius: 200px;
	transition: background-color 0.3s;
}
.accessories-preview-swiper__btn::before {
	top: 0;
	transform: rotate(-45deg);
	transform-origin: right top;
}
.accessories-preview-swiper__btn::after {
	bottom: 0;
	transform: rotate(45deg);
	transform-origin: right bottom;
}

.main-select {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #808285;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	z-index: 2;
	background-color: white;
}
.main-select.active .main-select__title::after {
	transform: translateY(-50%) rotate(0);
}
.main-select.active .main-select__list-wrap {
	display: flex;
}
.main-select__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 45px;
	width: 100%;
	height: 55px;
	border: 1px solid #C6C6C6;
	cursor: pointer;
}
.main-select__title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
	width: 12px;
	height: 7px;
	background: url('/local/templates/bernina.store/img/triangle-arrow.svg') center no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.3s;
}
.main-select__list-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	flex-direction: column;
	width: 100%;
	max-height: 285px;
	background-color: white;
	border: 1px solid #C6C6C6;
	border-top: none;
	overflow-y: auto;
	transform: translateY(100%);
}
.main-select__list-wrap::-webkit-scrollbar {
	padding-right: 4px;
	width: 13px;
	border: none;
	border-left: 1px solid #C6C6C6;
	outline: none;
}
.main-select__list-wrap::-webkit-scrollbar-track {
	border: none;
	outline: none;
}
.main-select__list-wrap::-webkit-scrollbar-thumb {
	width: 13px;
	height: 29px;
	background: #E5E5E5;
	border: none;
}
.main-select__list-wrap > .empty {
	display: inline;
	padding: 12px 20px;
	min-height: 56px;
}
.main-select__list-search[type=text] {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 12px 20px;
	width: 100%;
	height: 56px;
	color: #808285;
	border: none;
	border-bottom: 1px solid #C6C6C6;
	outline: none;
}
.main-select__list-search[type=text]::placeholder {
	opacity: 0.45;
	transition: opacity 0.3s;
}
.main-select__list-search[type=text]:focus::placeholder {
	opacity: 0;
}
.main-select__list-item {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	min-height: 56px;
	cursor: pointer;
}
.main-select__list-item:not(:last-child) {
	border-bottom: 1px solid #C6C6C6;
}

.main-pagination.swiper-pagination {
	position: relative;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	display: flex;
	justify-content: center;
	margin-top: 18px;
}
.main-pagination.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #A3A1A1;
	transition: background 0.3s;
	cursor: pointer;
	border-radius: unset;
}
.main-pagination.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 10px;
}
.main-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #414042;
}