
.header-counter input{
	display: none;
	position: absolute;
	transform: translate(18px, -12px);
	width: 15px;
	height: 15px;
	font-size: 9px;
	background: #998E78;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	pointer-events: none;
}

.header-counter.active input{
	display: block;
}

.intro_short{
	padding: 56px 0px 102px 0;
}

.shot{
	padding: 0;
}

.shot-phota{
	width: 100%;
	max-width: 536px;
	height: 729px;
}

.shot-wrappper{
	display: flex;
	align-items: center;
}

.shot-options{
	margin-left: 74px;
}

.shot-options__price span{
	display: flex;
	align-items: center;
	color: #998E78;
	font-size: 40px;
}

.shot-options__price span:after{
	content: '$450';
	color: #9C9C9C;
	font-size: 30px;
	margin-left: 30px;
}

.shot-options__title{
	font-size: 20px;
	margin: 60px 0px 35px 0;
}

.shot-options__size{
	display: flex;
}

.shot-options__btn{
	width: 41px;
	padding: 8px 0;
	border: 2px solid black;
	font-size: 17px;
	margin-right: 14px;
	transition: .5s ease color, .5s ease background;
}

.shot-options__btn.active{
	color: #fff;
	background: #000;
}

.shot-options__btn:hover{
	color: #fff;
	background: #000;
	transition: .5s ease color, .5s ease background;
}

.shot-options__btn:last-child{
	margin-right: 0;
}

.shot-options__color{
	display: flex;
	margin-bottom: 60px;
}


.shot-color__btn{
	width: 41px;
	height: 41px;
	border-radius: 100%;
	margin-right: 14px;
}

.shot-color__btn input{
	background: transparent;
}

.shot-color__btn.active{
	border: 2px solid #000;
}

.shot-color__btn:last-child{
	margin-right: 0;
}

.shot-color__btn:hover{
	border: 2px solid #000;
}

.shot-color__btn_brown{
	background: #927876;
}

.shot-color__btn_gray{
	background: #D4D4D4;
}

.shot-color__btn_pink{
	background: #FD9696;
}


.shot-color__btn_yellow{
	background: #FDC796;
}

.soht-options__generator{
	display: flex;
	align-items: center;
}

.soht-options__number{
	display: block;
	width: 68px;
	height: 68px;
	border: 1px solid #AFAFAF;
	text-align: center;
	margin-right: 10px;
	color: #000;
	pointer-events: none;
}

.btn_generator{
	width: 243px;
}


/*related
============================*/

.section-title_related{
	margin-bottom: 67px;
}

.related-wrapper{
	display: flex;
	text-align: center;
}

.product-block_related{
	width: 100%;
	max-width: 350px;
	position: relative;
	margin-right: 24px;
}

.product-block_related:last-child{
	margin-right: 0;
}

.product-block img{
	width: 100%;
	height: 448px;
}

.product-block__title{
	font-size: 20px;
	font-weight: 500;
	margin-top: 24px;
}

.product-block__price{
	font-weight: 500;
	font-size: 15px;
	color: #998E78;
	margin-top: 7px;
}


/*@media
=======================*/

@media(max-width: 992px){
	.shot-wrappper{
		display: flex;
		flex-direction: column;
	}

	.shot-options{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 50px 0px 0px 0;
	}

	.soht-options__generator{
		display: flex;
		flex-direction: column;
	}

	.soht-options__number{
		width: 100%;
		margin-right: 0;
		font-size: 20px;
	}
}

@media(max-width: 767px){
	.related-wrapper{
		flex-direction: column;
	}
}