img{
    display: block;
 
}
.navbar-brand img{
	max-width: 100%;
    max-width: 200px;
}
#section-home h1{
    font-weight: 700 !important;
}
.hero__18 {
    padding: 10px;
    border: 1px solid #dd3333;
    border-radius: 30px;
    background-color: #019dc180;
}
.hero__18 p{
   
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
}
.hero__btn-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
#play2 {
    padding: 10px 15px;
    font-size: 14px !important;
    line-height: 18px !important;
}
.hero__btn-wrapper span {
    font-size: 14px;
    font-weight: 500;
}
.list__reset{
    list-style: none;
    list-style-type: none !important;
    padding-left: 0px;
}
.question__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.question__item {
    padding: 25px 45px;
    border-radius: 15px;
}
.question__item h3{
    font-weight: 700 !important;
}
.question__item p{
    font-weight: 600 !important;
}
.question__item1{
    background-color: #ebe6f5 !important;
    color: #5f26d9;
    border: 1px solid #c9b8eb;
}
.question__item2{
    background-color: #fffbeb !important;
    color: #78350f;
    border: 1px solid #f5c3a7;
}
.question__item3 {
    background-color: #eff6ff !important;
    color: #1e3a8a;
    border: 1px solid #acbdeb;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #0085e6;
	background-color: #ffffff;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
	border-radius: 2px;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 5px;
	border-radius: 1px;
	border-left: 3px solid #0085e6;
	border-bottom: 3px solid #0085e6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
}

input[type="checkbox"]:checked+label:after {
	opacity: 1;
}
.confirm-small a{
	color:#5f26d9;
}
.confirm-small a:hover{
	color:#0085e6;
}

/*footer*/
footer{
	background-color: #111445 !important;
}
footer p,
footer h3{
	color: #fff;
}
footer h3{
	font-size: 20px !important;
}
.footer__logo img{
	max-width: 100%;
	max-width: 200px;
	margin-bottom: 16px;
}
.descr__accent {
	padding: 10px;
	border-radius: 15px;
	background-color: #262b87;
	margin-bottom: 16px;
}
.footer__helper-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__bottom ul li:nth-child(2n){
	color: #007bff;
}
.footer__bottom {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #0085e6;
}
.footer__bottom .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__bottom ul{
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.game {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5000;
}

.dnone {
	display: none !important;
}

.game>div {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	width: 90vw;
	max-width: 1200px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	position: relative;
}

#close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #333;
	transition: color 0.3s ease;
}

#close:hover {
	color: #e53e3e;
}

iframe#gameFrame {
	width: 100%;
	height: 600px;
	border: none;
	border-radius: 4px;
	display: block;
}

.wrapper {
	padding: 120px 0;
}

.wrapper h1 {
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child {
	margin-bottom: 0;
}

.wrapper p:not(:last-child) {
	margin-bottom: 16px;
}

.wrapper a {
	text-decoration: none;
	cursor: pointer;
}
@media(max-width: 1530px){
	img{
		max-width: 100%;
	}
	#section-home h1 {
		font-size: 40px;
	}
}
@media(max-width: 992px){
	.hero__btn-wrapper{
		flex-direction: column;
	}
	.footer__bottom .container,
	.footer__bottom ul{
    flex-direction: column;
		text-align: left;
	}
		.footer__bottom ul li:nth-child(2n) {
			display: none;}
}
@media(max-width: 440px){
	#section-home h1 {
			font-size: 20px;
		}
}

