.btn {
	cursor: pointer!important;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;
	text-decoration: none;
}

.btn:not(:disabled):hover {
	opacity: .8;
}

.btn.disabled, .btn:disabled {
	opacity: .4!important;
}

.btn .icon {
	margin-right: 5px;
	stroke: #B48254;
}

.btn .icon.icon-right {
	margin-left: 5px;
}

.btn-hover:not(:disabled):hover {
	opacity: .8;
}

.btn-hover:active {
	opacity: 1;
}

.btn_s2,
.btn_s2:hover,
.btn_s2:active {
	color: #342918;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 0;
	overflow: hidden;
	outline: 0;
	outline-offset: 0;
	background-color: #fff;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.btn_s2:active, .btn_s2:hover, .btn_s2:focus {
	outline: 0;
	outline-offset: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0);
}

.btn_s2-lg,
.btn_s2-lg:hover,
.btn_s2-lg:active {
	height: 63px;
}

.btn_s2-sm,
.btn_s2-sm:hover,
.btn_s2-sm:active {
	height: 48px;
	padding: 0 30px;
}

.btn_s3,
.btn_s3:active,
.btn_s3:hover {
	border: 2px solid #B48254;
	color: #B48254;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: transparent;
}


.btn_s4,
.btn_s4:hover,
.btn_s4:active {
	background-color: #4B2E13;
	color: #fff;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 31px;
	text-align: center;
	justify-content: center;
}

.btn_s5,
.btn_s5:hover,
.btn_s5:active {
	background: transparent;
	border: 2px solid #B48254;
	color: #B48254;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	justify-content: center;
}

.btn_s6,
.btn_s6:hover,
.btn_s6:active {
	background: #B48254;
	color: #fff;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	justify-content: center;
}

.btn_s7,
.btn_s7:hover,
.btn_s7:active {
	background: transparent;
	color: #B48254;
	height: 63px;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 31px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 320px;
	border: 1px solid #B48254;
	border-radius: 0;
	padding: 0 20px;
}

.btn-video-create {
	min-width: 321px;
}

.btn-back,
.btn-back:hover,
.btn-back:active {
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #B48254;
	text-decoration: none;
	background-color: #fff;
}

.btn-w-120 {
	min-width: 120px;
}

.cursor-auto {
	cursor: auto!important;
}

.btn-archive-wrap {
	flex-grow: 3;
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 480px) {
	.btn-authorisation {
		width: 100%;
		margin: 0 10px 5px;
	}

	.btn-back,
	.btn-back:hover,
	.btn-back:active {
		width: 100%;
		margin: 0 10px 5px;
		order: -1;
	}

	.btn_s7,
	.btn_s7:hover,
	.btn_s7:active {
		height: 40px;
		font-size: 18px;
		width: auto;
	}
	.btn-archive-wrap {
		margin: 5px 0;
	}
}

@media (max-width: 768px) {
	.btn_s2,
	.btn_s2:hover,
	.btn_s2:active {
		height: 30px;
		font-size: 12px;
	}

	.btn_s2-lg,
	.btn_s2-lg:hover,
	.btn_s2-lg:active {
		height: 50px;
	}

	.btn_s4,
	.btn_s4:hover,
	.btn_s4:active {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.btn_s2-lg,
	.btn_s2-lg:hover,
	.btn_s2-lg:active {
		height: 35px;
		font-size: 14px;
	}
}