@font-face {
	font-family: 'Gilroy-Regular';
	src: url('/assets/fonts/gilroy-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/assets/fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/assets/fonts/gilroy-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/assets/fonts/gilroy-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/assets/fonts/gilroy-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/assets/fonts/gilroy-regular.svg#gilroy-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.info_order_ellipsis {
    cursor: pointer;
    font-size: 24px;
}

.info_order_popup {
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 10;
    box-shadow: 0px 4px 30px 0px #0000001a;
    background-color: #313131;
    right: 0;
    top: 40px; /* Добавьте 'px' для корректного отображения */
    border-radius: 10px;
    color: white;
    font-size: 14px;
    width: 370px;
    height: auto; /* Измените на 'auto' для адаптивного размера */
	overflow: hidden;
}

.info_order_menu {
    display: flex;
    flex-direction: column; /* Вертикальное расположение */
}

.info_order_row {
    display: flex;
    justify-content: space-between; /* Распределение по ширине */
    margin: 10px 0; /* Отступы между строками */
}

.title_info_order_popup {
    color: #9e9e9e;
}

.title_info_order_popup_two {
    margin-left: 10px;
}

body {
    margin: 0;
    font-family: Gilroy-Regular, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #24252a;
    min-height: 100vh;
}

    .main {
	padding: 90px 0;
    margin: 0 auto;
    }

@media (max-width: 600px) {
	.main_gopay {
		width: 100%!important;
		min-height: calc(100vh - 7.125rem)!important;
		max-width: 360px;
	}

	.info_order_popup {
		font-size: 11px;
		width: 300px!important;
	}

	.main {
		padding: 0!important;
    }

	.loader_details {
		width: 100%!important;
	}

	.info_gopay {
		display: none!important;
	}

	.go_pay_text {
		font-size: 18px!important;
	}

	.go_pay_sum {
		font-size: 28px!important;
	}

	.title_gopay {
		font-size: 18px!important;
	}


	.btn {
		min-width: 0rem!important;
		width: 160px !important;
	}

	.method-item {
		justify-content: left!important;
		width: 100%!important;
		height: 40px!important;
	}

	.step2_time {
		margin-top: -5px!important;
	}

	.content {
		min-height: 600px!important;
	}

	.subtitle_gopay {
		font-size: 14px!important;
	}

	.method-items-wrp {
		height: 265px!important;
	}

	.payment_details {
		width: 100%!important;
	}

	textarea {
		 min-width: 100%!important;
	}

}

form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.main_gopay {
    background: #32323a;
    border-radius: 30px;
    box-shadow: 0px 4px 30px 0px #0000001a;
    width: 72.5rem;
    min-height: 46.875rem;
	overflow: hidden;
}

.header_gopay {
    background: #2D2D33;
    padding: 20px;
}

.details_gopay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
	position: relative;
}

.info_gopay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.shop_name {
    font-size: 1.5rem;
	color: #FFF;
}

.shop_price {
    font-size: 1.75rem;
	font-weight: 700;
    line-height: 140%;
	color: #9e9e9e;
}

.shop_description, .shop_comission{
	color: #6a6a6a;
	font-size: 1rem;
}

.tc {
	text-align: center;
}

.title_gopay {
	font-weight: 500;
    font-size: 1.5rem;
    color: #e29624;
    margin-bottom: 1rem;
}

.top15 {
    margin-top: 15px;
}

.progress-bar-wrp {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: .25rem;
    margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.progress-bar-wrp .step-line.active {
    background-color: #e29624;
}

.progress-bar-wrp .step-line {
    height: .125rem;
    background-color: #6a6a6a;
    border-radius: .625rem;
}

.status_gopay {
    padding-left: 2rem;
    padding-right: 2rem;
}

.subtitle_gopay {
    font-weight: 400;
    font-size: 1.0625rem;
    color: #9e9e9e;
    margin-bottom: 1.25rem;
}

.scrollbar {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.scrollbar .scrollbar-wrp {
    overflow: auto;
    height: 100%;
}

.scrollbar>* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.method-items-wrp {
    display: flex;
    height: 320px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    flex-wrap: wrap;
}

.button_gopay {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.waiting-subtitle {
    color: #9e9e9e;
	margin-top: 20px;
}

.loader {
    width: 4.5rem;
    height: 4.5rem;
    border: .1875rem solid #e29624;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1.2s linear infinite;
	margin-bottom: 2rem;
}

.bot20 {
	margin-bottom: 20px;
}

.payment-alert {
    color: #d17777;
}

.text-14 {
    font-size: .875rem;
}

.loader_details {
    width: 400px;
}

.payment_details {
    width: 400px;
	text-align: left;
}

input {
	text-align: center;
	color: white;
    background: transparent;
    border: 1px solid #6a6a6a;
    height: 50px;
	width: 100%;
	font-family: 'Gilroy-Regular';
    display: block;
	padding-left: calc(3.125rem / 3);
	border-radius: 0.25rem;
    padding-right: calc(3.125rem / 3);
	font-size: 1.125rem;
}

textarea {
    background: transparent;
    border: 1px solid #6a6a6a;
    text-align: center;
	font-size: 1.125rem;
	color: white;
	padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 125px;
    max-width: 400px;
    min-height: 125px;
    min-width: 400px;
}

.timer-value {
    color: #f8f8f8;
    font-variant-numeric: tabular-nums;
}

.text-20 {
    font-size: 1.25rem;
}

.timer-text {
    color: #9e9e9e;
    margin-bottom: 1rem;
}

.text-16 {
    font-size: 1rem;
}

.step2_time {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-top: -40px;
}

.panel-description {
    max-width: 36.875rem;
    color: #9e9e9e;
	margin-bottom: 1rem;
}

.text-18 {
    font-size: 1.125rem;
}

.content_main {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	height: 400px;
}

.text-24 {
    font-size: 1.5rem;
	margin-bottom: 1rem;
	color: white;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.f-inter-400 {
    font-weight: 400;
    line-height: 140%;
}

.accept-terms-text-accent, .rate-change-new-value {
    color: white;
}

.f-inter-700 {
    font-weight: 700;
    line-height: 140%;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    cursor: default;
    color: #9e9e9e;
    background: #3e3e3e;
    border-color: #3e3e3e;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #3e3e3e;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

    .btn-primary:hover {
        background-color: #e29624;
        color: #2c2c2c;
        box-shadow: 0px 4px 30px 0px #0000007a;
    }

.text-22 {
	font-size: 18px;
    margin-left: 10px;
}

.f-inter-500 {
    font-weight: 500;
    line-height: 140%;
}

.active {
      background-color: #e29624;
	  color: #000;
}

.method-item:hover {
        border-color: #e29624;
    }

.method-title {
    max-width: 100%;
    color: #FFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.object-fit-contain {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.method-wrp {
    width: 3.375rem;
    height: 3rem;
}

.d-none {
    display: none;
}

.clickable {
    cursor: pointer;
}

.rounded-12 {
    border-radius: 1.5rem;
}

.p-sm-2 {
    padding: 1rem;
}

.method-item {
	display: flex;
    justify-content: center;
    align-items: center;
    border: .0625rem solid #6a6a6a;
    transition: .15s ease;
    width: 215px;
    height: 105px;
    margin: 10px;
}

.go_pay_text {
    line-height: 100%;
    font-size: 1.5rem;
	color: white;
	font-weight: 400;
}

.go_pay_sum {
	font-size: 2.75rem;
	color: white;
	font-weight: 600;
    line-height: 140%;
}

.footer_gopay {
    border-top: .0625rem solid #6a6a6a;
    padding-top: .875rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content {
	align-items: center;
    justify-content: center;
    display: flex;
    min-height: 46.875rem;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.error-icon, .alert-icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
}
img, svg {
    vertical-align: middle;
}

.error-content-wrp .panel-title {
    margin-bottom: 0;
}
.panel-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #e29624;
    text-align: center;
    margin-bottom: 1rem;
}

.error-content-wrp .panel-subtitle {
    margin-top: 1rem;
    margin-bottom: 3.125rem;
}
.panel-subtitle {
    font-weight: 400;
    font-size: 1.0625rem;
    color: #9e9e9e;
    text-align: center;
    margin-bottom: 1.25rem;
}

.btn-secondary {
    color: #6a6a6a;
    background-color: #ffffff;
    border: 1px solid #3e3e3e;
}
.btn {
    width: auto;
    min-width: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 3.125rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 120%;
    border-radius: 3.125rem;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    transition: all .15s ease-in-out;
    cursor: pointer;
	margin: 10px;
}

    .btn-secondary:hover {
        color: #56a4ff;
        border: 1px solid #56a4ff;
    }