p {
	margin: 0;
}

.popup-container {
	max-width: 1100px !important;
	background-color: #f2f3f7 !important;
	padding: 10px 15px !important;
	border-radius: 15px;
}

.popup-first__err {
	font-size: 12px;
	color: red;
}

.popup-first {
	max-width: 450px !important;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 10px;
}
.popup-first__form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popup-first img {
	max-width: 20%;
}

.popup-first__title {
	font-family: Segoe UI;
	color: rgb(10, 19, 23);
	font-size: 20px;
	font-weight: 600;
}
.popup-first__subtitle {
	display: block;
	margin: 1px 0 9px;
	color: #b3b4b6;
	font-family: Segoe UI;
	font-size: 12px;
	font-weight: 400;
}

.popup-first__text {
	font-family: Segoe UI;
	color: rgb(10, 19, 23);
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 15px;
}

.scroll-wrp::-webkit-scrollbar {
	width: 0px;
}

.scroll-wrp {
	max-height: 75dvh;
	overflow-y: scroll;
	padding-bottom: 20px;
}

.top-popup {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}

.top-popup__left {
	display: flex;
	align-items: center;
}

.top-popup__left img {
	width: 18px;
	height: 18px;
}
.top-popup__left span {
	margin-left: 4px;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.top-popup__right {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.top-popup__right img {
	width: 15px;
	height: 15px;
}

.search-popup {
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	display: flex;
	align-items: center;
	background-color: white;
	padding: 5px;
	border-radius: 8px;
	margin-top: 8px;
}
.search-popup__protocol {
	color: #3a964e;
	font-size: 14px;
	position: relative;
	padding-left: 18px;
}

.search-popup__protocol::before {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #3a964e;
	display: inline-block;
	mask: url('../assets/lock.svg') no-repeat;
	mask-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}

.search-popup input {
    padding-left: 0;
	border: none;
	flex: 1 1 100%;
	margin-top: 4px;
}

.search-popup input:focus {
	border: none;
	outline: none;
}

.login-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-wrapper__img {
	max-width: 190px;
}

html ._1kbt._1kbt {
	padding: 10px 13px;
	border-radius: 3px;
	position: relative;
	width: 85%;
}
._9ls7 {
	position: absolute;
	top: 10px;
	right: 11px;
}

.password-wrapper {
	padding-left: 5px !important;
	padding-right: 23px !important;
	text-align: left;
	margin: 0 auto;
}

.password-wrapper input {
	width: 90%;
	border: none;
	font-size: 14px;
}

.mb-last {
	margin-bottom: 20px;
}

.radio-label {
	margin-bottom: 25px;
	display: block;
	margin-right: 25px;
	cursor: pointer;
}
/* radio */

.radio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	/* отвечает за отступы между текстом и checkbox */
	padding-left: 20px;
}

/* стили radio */
.radio-style {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #5d6c7b;
	/* отвечает за отступы между текстом и checkbox */
	border-radius: 50%;
}

/* кружочек */
.radio:checked + .radio-style::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #0064e0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.radio:checked + .radio-style {
	border-color: #0064e0;
}

/* отключенный */
.radio:disabled + .radio-style {
	border-color: #cccccc;
}

/* отключенный выбранный*/
.radio:checked:disabled + .radio-style::before {
	background-color: #cccccc;
}

/* состояние фокуса */
.radio:focus-visible + .radio-style {
	box-shadow: 0 0 0 2px black;
}

.ch-wrapper__block {
	border: 1px solid #b5bac0;
	border-radius: 8px;
}

.ch-wrapper {
	max-width: 550px;
	margin: 20px auto 0;
	text-align: left !important;
}

.ch-wrapper__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 10px;
    position: relative;
}

.ch-wrapper__item:not(:last-child) {
	border-bottom: 1px solid #b5bac0;
}

.ch-wrapper__title {
	font-family: Segoe UI;
	color: rgb(10, 19, 23);
	font-size: 24px;
	font-weight: 600;
}

.ch-wrapper__subtitle {
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: Segoe UI;
	margin-bottom: 30px;
}

.ch-wrapper__text h3 {
	color: rgb(10, 19, 23);
	font-family: Segoe UI;
	font-size: 15px;
	font-weight: 500;
}

.ch-wrapper__text p {
	color: rgb(93, 108, 123);
	font-size: 15px;
	font-weight: 400;
	font-family: Segoe UI;
	margin: 0;
}

.info-ch-wrapper {
	display: grid;
	grid-template-columns: 30px auto;
	margin-top: 50px;
	border: 1px solid #b5bac0;
	padding: 15px 10px;
	border-radius: 8px;
}

.info-ch-wrapper__img {
	width: 20px;
	height: 20px;
	margin-top: 4px;
}

.info-ch-wrapper__text {
	max-width: 470px;
}

.info-ch-wrapper__text h3 {
	font-size: 17px;
	font-weight: 600;
	font-family: Segoe UI;
}

.info-ch-wrapper__text p {
	font-size: 15px;
	font-weight: 400;
	font-family: Segoe UI;
	margin: 0;
	margin-top: 5px;
}

.info-ch-wrapper__text span {
	color: rgb(0, 100, 224);
	font-weight: 700;
	font-family: Segoe UI;
	cursor: pointer;
}

.btn {
	background-color: #0064e0;
	color: rgb(241, 244, 247);
	border-radius: 15px;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
	font-family: Segoe UI;
	border: none;
	cursor: pointer;
}

.ch-wrapper__btn {
	margin-top: 40px;
}

.wh-wrapper {
	max-width: 550px;
	margin: 20px auto 0;
	text-align: left !important;
}

.wh-text__bread-crumbs {
	color: rgb(10, 19, 23);
	font-size: 13px;
	font-weight: 500;
	font-family: Segoe UI;
	margin-bottom: 2px;
}

.wh-text h2 {
	color: rgb(10, 19, 23);
	font-size: 24px;
	font-weight: 600;
	font-family: Segoe UI;
	margin-bottom: 5px;
}

.wh-subtitle {
	color: rgb(10, 19, 23);
	font-size: 15px;
	font-weight: 400;
	font-family: Segoe UI;
	margin-bottom: 15px;
}

.wh-wrapper__img {
	max-width: 100%;
	margin-bottom: 15px;
}

.wh-wrapper__input {
	position: relative;
	margin-bottom: 5px;
}
.wh-wrapper__input input {
	width: 96%;
	padding: 20px 10px 15px 10px;
	background-color: #f2f3f7;
	border: 1px solid #b5bac0;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	font-family: Segoe UI;
	position: relative;
}

.wh-wrapper__input label {
	font-size: 15px;
	font-weight: 400;
	font-family: Segoe UI;
	position: absolute;
	left: 10px;
	top: 16px;
	transition: all 0.3s;
}

label.label--active {
	font-size: 11px;
	position: absolute;
	transform: translateY(-10px);
}

.wh-wrapper__returly {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 30px;
}

.wh-wrapper__returly svg {
	width: 15px;
	height: 15px;
}

.ch-wrapper-timer {
	display: flex;
	align-items: center;
	gap: 10px;
}
.wh-wrapper__returly p {
	color: rgb(93, 108, 123);
	font-size: 15px;
	font-weight: 400;
	font-family: Segoe UI;
}

.wh-wrapper__returly span {
	font-weight: 600;
	font-size: 13px;
	transform: translateY(3px);
}

.wh-wrapper__returly b {
	font-size: 15px;
	font-weight: 600;
	font-family: Segoe UI;
	color: #1779f4;
	cursor: pointer;
}

#pass:focus {
	border: none;
	outline: none;
}
#email:focus {
	outline: 1px solid #b5bac0;
}

.password-wrapper:has(#pass:focus) {
	outline: 1px solid #b5bac0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}

.wh-wrapper__btn {
	margin-bottom: 10px;
	position: relative;
	height: 42px;
}

.btn-continie-img {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
}

.btn--disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.btn-white {
	background-color: #f2f3f7;
	border: 1px solid #b5bac0;
	color: black;
}

.error-box {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.btn-password-show._show-active .btn-password-show-icon {
	background: url('../hp-assets/close.png');
}

.spiner-image {
	width: 30px;
	height: 30px;
}

#loginbutton .spiner-image {
	transform: translateY(10px);
}

dialog {
	border: none;
}

dialog:has(.popup-first) {
	border-radius: 10px;
}

dialog:has(.popup-container) {
	border-radius: 15px;
}

[data-modal-wrapper] {
	position: fixed;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dialog:has(.popup-container) {
	max-width: 1100px;
	width: 100%;
	padding: 0;
}

.dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.8);
}

dialog[open] {
	-webkit-animation: show 1s ease;
}

@-webkit-keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.error-input {
	border-color: #e1574c !important;
}

.error-input:focus{
    border-color: red !important;
    outline-color: red !important;
}

.error-label {
	color: #e1574c;
}

.error-input-p {
	display: grid;
    grid-template-columns: 15px auto;
    column-gap: 7px;
    margin-bottom: 10px;
}

.error-input-p img {
    width: 15px;
    height: 15px;
    align-self: center;
}

.error-input-p p{
    color: #e1574c;
}

@media (max-width: 582px) {
    .wh-wrapper__input input{
        width: 95%;
    }
}
@media (max-width: 480px) {
    .wh-wrapper__input input{
        width: 94%;
    }
}
@media (max-width: 430px) {
	._97vz ._1w1t {
		width: 310px;
	}
	._39il._97v_ ._52e0 {
		line-height: 37px;
		padding: 0px 9px;
		width: 191px;
	}

	.html ._1kbt._1kbt {
		width: 81%;
	}
    .wh-wrapper__input input{
        width: 92%;
    }
}

.d-none {
	display: none;
}

.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.scroll-block{
	overflow: hidden;
}