.form-button {
	position: relative;
}
.options {
	display: flex;
	flex-wrap: wrap;
}
.option {
	flex: 0 0 50%;
}
.goods__category--6 {
	order: 7;
	margin: 0px 0px 60px 0px;
}
.header__tel {
	text-align: right;
	display: block;
}
.header__phone-undertitle {
	font-size: 12px;
	padding: 5px 10px 5px 20px;
	background: #019c01;
	border-radius: 10px;
	color: #fff;
	position: relative;
}
.header__phone-undertitle::before {
		content:'';
		width: 5px;
		height: 5px;
		position: absolute;
		top: 9px;
		left: 8px;
		border-radius: 50%;
		background: #46f300;
}
@media (max-width:1280px){
	.header__phone-cont {
		display: none;
	}
}
@media (max-width:768px){
	.option {
		flex: 0 0 100%;
	}
}
.blick-btn {
	position: relative;
	overflow: hidden;
}
.blick-btn::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2em;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	transform: translateX(-2em) skewX(-35deg);
	animation: move-light 6s infinite;
}
@keyframes move-light {
  0% {
    transform: translateX(-2em) skewX(-35deg);
  }
  50% {
    transform: translateX(40em) skewX(-35deg);
  }
  100% {
  	transform: translateX(100em) skewX(-35deg);
  }
}
.accessories {
	padding: 40px 0;
}
.accessories__row {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.accessories__item {
}
.accessories-item {
	margin: 0 0px 30px 0px;
	flex: 0 0 50%;
	padding: 0 10px;
}
.accessories-item-33p {
	flex: 0 0 33.333%;
}
.accessories-item__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	height: 100%;
}
.accessories-item__img {
	margin: 0px 0px 20px 0px;
}
.accessories-item__img img {
	max-width: 100%;
}
.accessories-item__title {
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}
.accessories-item__disc {
	margin: 0px 0px 30px 0px;
	flex: auto;
}
.accessories-item__price {
	color: red;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}
@media (max-width:991px){
	.accessories-item-33p {
		flex: 0 0 50%;
	}	
}
.accessories__title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 35px 0;
}
@media (max-width:768px){
	.accessories__title {
		font-size: 23px;
		text-align: center;
	}
	.accessories-item-33p {
		flex: 0 0 100%;
	}
	.accessories-item {
		flex: 0 0 100%;
	}	
}
.accessories-item__title {
	max-width: ;
}
.goods__category--accummap {
	order: 6;
}
.goods__category--accummap .gift__content {
	margin-left: auto;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 40px;
}
.goods__category--accummap .gift__image {
	max-width: 480px;
	position: absolute;
	left: 30px;
	top: 10px;
}
.goods__category--accummap .gift__body {
	background-color: #019c01;
}
.goods__category--accummap .gift__btn {
	background-color: #fbca38;
	text-transform: none;
	color: #000;
}
@media (max-width: 991.98px) {
	.goods__category--accummap .gift__image {
		max-width: 350px;
		position: absolute;
		left: 30px;
		top: 60px;
	}
	

}
@media (max-width: 767.98px) {
	.goods__category--accummap .gift__image {
		width: 250px;
		position: relative;
		padding: 5px 0%;
		top: auto;
		left:auto;
	}
	.goods__category--accummap .gift__image img {
		width: 100%;
	}
	.goods__category--accummap .gift__content {
		margin-left: auto;
		color: #fff;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.first__subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bolld {
  font-weight: 700 !important;
}