.reset {
	font-family: 'TimesNewRoman', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}

.reset section {
	background: none;
}

.reset button {
	border: none;
	cursor: pointer;
	line-height: inherit;
}

.bg1 {
	background: linear-gradient(180deg, #a4581d, #fbe702 51.56%, #a4581d);
	padding: 4px;
	border-radius: 10px;
}

.bg2 {
	background-color: #000;
	border-radius: 8px;
}

.lk1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.lk1__container1 {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.lk1__container2 {
	padding: 10px 10px 0 10px;
}

.lk1__container3 {
	/* position: relative; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid #a4581d;
}

/* .lk1__container3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, #a4581d, #fbe702 51.56%, #a4581d);
} */

.lk1__wrap1 {
	max-width: 134px;
	width: 100%;
}

.label-file1 {
	display: block;
	cursor: pointer;
	text-align: center;
}

@media (hover) {
	.label-file1:hover .btn1__text {
		background-color: transparent;
	}
}

.label-file1 input {
	display: none;
}

.label-file1__img-wrap {
	display: block;
	border-radius: 6px;
	padding: 3px;
	margin-bottom: 14px;
}

.label-file1__img {
	position: relative;
	padding-top: 109%;
}

.label-file1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.btn1 {
	display: inline-block;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 1px;
	border-radius: 4px;
}

.btn1__text {
	display: block;
	background-color: #3c0;
	border-radius: 4px;
	padding: 0 7px 1px 7px;
	transition: background-color 0.3s;
}

@media (hover) {
	.btn1:hover .btn1__text {
		background-color: transparent;
	}
}

.lk1__wrap2 {
	width: calc(100% - 146px);
}

.form-wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a4581d;
}

.form-wrap1 .btn1 {
	margin-left: 5px;
}

.label1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

label.label1 {
	cursor: pointer;
}

.label1__text {
	color: #fbe701;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-right: 5px;
}

.label1__text:last-child {
	margin-right: 0;
}

.input1 {
	max-width: 130px;
	width: 100%;
	color: #fbe701;
	font-weight: 700;
	letter-spacing: 0.07em;
	background: none;
	border: none;
	padding: 0;
}

.input1::placeholder {
	color: #fbe701;
}

.label1-date {
	display: inline-block;
}

.label1-date input {
	display: block;
	width: 123px;
	color: #fbe701;
	font-weight: 700;
	letter-spacing: 0.07em;
	background: url(../images/common/date-arrow.png) right center / 22px  no-repeat;
	padding: 0;
	border: none;
	cursor: text;
}

.label1-date input::-webkit-calendar-picker-indicator {
	width: 18px;
	height: 24px;
	cursor: pointer;
	opacity: 0;
}

.select-wrap1 {
	color: #fbe701;
	font-weight: 700;
	letter-spacing: 0.07em;
	cursor: pointer;
	font-size: 17px;
}

.select-wrap1 .jq-selectbox {
	display: block;
	max-width: 200px;
	min-width: 58px;
}

.select-wrap1 .jq-selectbox__select {
	position: relative;
	padding-right: 38px;
}

.select-wrap1 .jq-selectbox__trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 22px;
	height: 22px;
	background: url(../images/common/date-arrow.png) center / contain  no-repeat;
}

.select-wrap1 .jq-selectbox__dropdown {
	background-color: #000;
	padding: 2px 0;
	border: 1px solid #fff;
	overflow: auto;
}

.select-wrap1 .jq-selectbox__dropdown ul {
	margin: 0;
	color: #fff;
	transition: color 0.3s;
}

.select-wrap1 .jq-selectbox__dropdown ul li {
	padding: 2px 10px;
	white-space: initial
}

.select-wrap1 .jq-selectbox__dropdown ul li.sel {
	color: #fbe701;
}

@media (hover) {
	.select-wrap1 .jq-selectbox__dropdown ul li:hover {
		color: #fbe701;
	}
}

.lk1__container4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lk1__wrap3 {
	position: relative;
	width: 50%;
	padding: 12px 12px 20px 0;
}

.lk1__wrap3:nth-child(2n)::after {
	display: none;
}

.lk1__wrap3:nth-child(2n) {
	padding: 12px 0 20px 12px;
}

.lk1__wrap3::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 1px;
	background: linear-gradient(180deg, #a4581d, #fbe702 51.56%, #a4581d);
}

.lk1__title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
}

.lk1__wrap4 {
	border-radius: 8px;
}

.lk1__wrap5 {
	background-color: #fff;
	border-radius: 7px;
	padding: 10px;
}

.label2 {
	display: block;
	cursor: pointer;
	margin-bottom: 15px;
}

.label2__text {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}

.input2 {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 9px 10px 11px 10px;
	padding-left: 15px;
	border: 1px solid rgba(179, 95, 217, 0.5);
}

.input2::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.lk1__btn1-wrap {
	text-align: center;
	margin-top: 15px;
}

form[action="/profile/change-country"].form-wrap1 {
	position: static;
}

form[action="/profile/change-country"].form-wrap1 .select-wrap1 .jq-selectbox {
	position: static;
}

form[action="/profile/change-country"].form-wrap1 .select-wrap1 .jq-selectbox__dropdown {
	top: 0 !important;
	left: 0 !important;
	bottom: auto !important;
	right: auto !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 10;
}

form[action="/profile/change-country"].form-wrap1 .select-wrap1 .jq-selectbox__dropdown ul {
	overflow: auto;
	max-height: 100% !important;
}

.select-wrap1 .jq-select-multiple select,
.select-wrap1 .jq-selectbox select {
	pointer-events: none;
}

@media (max-width: 600px) {
	.lk1 {
		padding-top: 30px;
	}

	.lk1__wrap1 {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.lk1__wrap2 {
		width: 100%;
	}

	.lk1__wrap3 {
		width: 100%;
	}

	.lk1__wrap3::after {
		display: none;
	}
}