@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	background: #B80003;
	color: white;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	justify-content: center;
}

h4 {
	font-weight: bold;
	font-size: 24px;
}

a {
	color: white;
}

label {
	width: 150px;
}

.text-justify {
	text-align: justify;
}

.btn, .btn:hover {
	border-radius: 32px;
	font-size: 22px;
	font-weight: bold;
	padding: 16px 32px;
	color: #E20000;
}

.input-group-transparent {
	border: none;
}

.input-group-transparent .input-group-text {
	background-color: transparent;
	border: none;
	align-items: flex-start;
	padding: 0.375rem 0.25rem;
}

.input-group-transparent label {
	background-color: transparent;
	border: none;
	color: white;
	font-weight: normal;
	font-size: 1rem;
	line-height: 16px;
	padding-left: 0.5rem;
}

.input-group-transparent .form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 2em;
	height: 2em;
	margin-top: 14px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 2px solid white;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.input-group-transparent .form-check-input:focus {
	border-color: white;
	outline: 0;
	box-shadow: none;
}

.form-control {
	padding: 1.15rem 1.35rem;
	font-weight: bold;
	font-size: 22px;
	border-radius: 12px;
	border: white solid 0;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
	color: rgba(0,0,0,.65);
	/*border-color: white;*/
}

select.form-control {
	color: rgba(0,0,0,.65);
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
	color: #000;
	opacity: .5;
}

.btn-primary {
	--bs-btn-color: #000;
	--bs-btn-bg: #FFF;
	--bs-btn-border-color: #FFF;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #FFF;
	--bs-btn-hover-border-color: #FFF;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #FFF;
	--bs-btn-active-border-color: #FFF;
}

.accordion {
	background: transparent;
	--bs-accordion-border-radius: 10px;
	--bs-accordion-inner-border-radius: 10px;
}

.accordion-item {
	color: white;
	background-color: transparent;
	border: 2px solid white;
	margin-bottom: 18px;
	border-radius: 10px;
}

.accordion-button, .accordion-button:not(.collapsed) {
	color: white;
	background-color: transparent;
	box-shadow: none;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 36px;
	height: 18px;
	margin-left: auto;
	content: "";
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-size: 36px;
	/*filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(53deg) brightness(103%) contrast(101%);*/
	transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("../img/arrow.svg");
}

.input-group {
	position: relative;
	margin-bottom: 20px;
}

.input-group-select::after {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 14px;
	top: 14px;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 36px;
	transition: transform 0.2s ease-in-out;
	z-index: 10;
}

.input-group-select:focus::after {
	transform: rotate(-180deg);
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}

.accordion-body {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.4rem;
}

.accordion-item:first-of-type {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.accordion-item:not(:first-of-type) {
	border-top: 2px solid white;
}


#header {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 114px;
	background-color: white;
}

#logo {
	height: 54px;
}

#logo img {
	width: 100%;
	height: 100%;
}

#main_container {
	background: #B80003 url("../img/big/background.png") no-repeat 0 0;
	background-size: 100%;
	max-width: 1440px;
	width: 100%;
	height: fit-content;
	position: relative;
}

#scaled_content {
	width: 100%;
}

#combination-container {
	display: flex;
	align-items: flex-end;
	justify-content: right;
	position: relative;
	left: 0;
	top: 0;
	width: 850px;
	height: 501px;
	transform-origin: 0 0;
	opacity: 0;
}

#combination {
	display: flex;
	justify-content: space-between;
}

#cover-top {
	background: url("../img/big/cover_top.png") no-repeat 0 0;
	background-size: 100%;
	width: 100%;
	height: 501px;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

#cover-bottom {
	background: url("../img/big/cover_bottom.png") no-repeat 0 0;
	background-size: 100%;
	width: 100%;
	height: 296px;
	position: absolute;
	left: 0;
	top: 620px;
	pointer-events: none;
}

#tresor_form {
	max-width: 600px;
}

#copy {
	position: relative;
}

#faq_accordion {
	margin-top: 68px;
}

.numwheel {
	width: 144px;
	height: 240px;
}

.number {
	user-select: none;
	width: 120px;
	height: 120px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 110px;
	display: flex;
	place-content: center;
	flex-wrap: wrap;
	color: white;
	touch-action: none;
}

.required, .error {
	color: red;
	margin-left: 5px;
}

.container {
	max-width: 1020px;
}

/*#tresor_form, #err_msg {*/
#loader, #err_msg {
	display: none;
}

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

	height: 100vh;
}

.mx600 {
	max-width: 600px;
	margin-bottom: 45px;
}
