@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');
* {
    font-family: 'Roboto Slab', serif;
    font-family: 'Rubik', sans-serif;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
#scroll:hover,.col-12:hover {
	cursor: default;
}

::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}

::-webkit-scrollbar-track {
	background-color: #000;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #ffd000;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #56999f;
}

::-webkit-scrollbar {
	width: 3px;
}

.navbar {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #FFFFFF;
}

.navbar-brand>img {
	margin-right: 15px;
}

.bg-dark {
	background: rgba(67, 67, 67, 0.2)!important;
	backdrop-filter: blur(10px);
}

.btn-per {
	margin-top: 32px;
	padding: 15px 30px;
	background: #FFFFFF;
	border-radius: 15px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	line-height: 21px;
	border: none;
	text-align: center;
}

.btn-lk {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	border-radius: 0px;
	border-bottom: 3px solid #0000;
	padding: 13px .75rem;
}

.btn-lk:hover,
.btn-lk:active,
.btn-lk:focus {
	border-bottom: 3px solid #00A3FF;
}

.btn-per:hover,
.btn-per:active,
.btn-per:focus,
.btn-danger:active:focus {
	color: black;
	background: #FFFFFF;
	box-shadow: none;
	border: none;
	background-size: cover;
	z-index: -1;
}

.btn-per>img {
	margin-left: 16px;
}

.btn-primary {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	border: none;
	text-align: center;
	padding: 14px 24px;
	background: #8a2be2;
	border-radius: 3px;
	margin-right: 31px;
}

input {
	outline: 0 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
	color: #FFFFFF;
	background: #8a2be2;
	box-shadow: none;
	border: none;
}

.active {
	background: #8a2be2 !important;
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-right: 50px;
}

.close {
	width: 30px;
	height: 30px;
	left: 896px;
	margin-top: -10px;
	float: right;
	position: absolute;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	margin: 0 px;
	font-family: 'Gilroy';
	border: none;
	border-radius: 3px;
	background: url(close.png);
}

.nav-link:after {
	transition: all .5s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #8a2be2;
	height: 2px;
}

.nav-link:hover:after,
.nav-link:focus:after,
.nav-link:active:after {
	transition: all .7s;
	width: 100%;
}

.head {
    height: 816px;
    width: 100%;
    background: url('../img/background.png') 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

.head {
    position: relative; /* Убедитесь, что .head имеет относительное позиционирование */
}

.head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(52, 58, 64, 0.5), rgba(52, 58, 64, 1));
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease; /* плавный переход для прозрачности */
}

.head.loaded::before {
    opacity: 0; /* уменьшаем прозрачность, чтобы показать основной фон */
    transition-delay: 0.3s; /* задержка перехода для создания плавного эффекта */
}

.head > * {
    position: relative;
    z-index: 2;
}

body {
    background: linear-gradient(to bottom, rgba(52, 58, 64, 1), #343a40);
    max-width: 100%;
    overflow-x: hidden;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Анимация загрузки */
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}



.hsat {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	margin-top: 32px;
}

.modal-lg-2 {
	display: grid;
}

@media (max-width: 576px) {
	.modal-lg-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 576px) {
	.modal-lg-1 {
		max-width: 570px;
	}
	.modal-lg-2 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {
	.modal-lg-1 {
		max-width: 930px;
	}
	.modal-lg-2 {
		grid-template-columns: repeat(5, 1fr);
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1332px !important;
	}
}

.it {
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}

.it>img {
	margin-right: 13px;
}

.text {
	text-align: center;
	margin-top: 193px;
	margin-left: 0px;
	max-width: 525px;
	width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.title_lk {
	font-weight: 600;
	font-size: 38px;
	line-height: 47px;
	color: #FFFFFF;
}

.v {
	border-bottom: solid 1px #CDCDCD;
}

.games>.card {
	border-radius: 0;
}

.games {
	padding-bottom: 40px;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.footer {
	padding: 40px;
	bottom: 0;
	width: 100%;
	clear: both;
	top: -100px;
	background: #394047;
}

.mimi {
	background-repeat: no-repeat !important;
}

.foot-link {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: 5px;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: apx solid rgba(0, 0, 0, .125);
	width: 100%;
}

.lk {
	padding: 45px 78px 45px;
	background: rgba(55, 70, 120, 0.4);
	border-radius: 31px;
}

.lk-margin {
	margin: 100px 0 0 0;
}

.input__wrapper {
	width: 100%;
	position: relative;
	margin: 15px 0;
	text-align: center;
	outline: none;
}

.input__file-button-text {
	text-align: center;
}

.input__file-button {
	width: 100%;
	max-width: 176px;
	height: 40px;
	background: #fff;
	color: #000;
	font-style: normal;
	font-weight: 250;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	outline: none;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: none;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #F9F9F9;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.scene {
	width: 156px;
	height: 226px;
	margin: 20px auto;
	perspective: 600px;
}

.soc {
	margin-right: 10px;
}

.mimi {
	height: 330px;
	background: url(../img/card.svg) 50% 50%, rgba(231, 231, 231, 0.3);
	border: apx solid rgba(0, 0, 0, 0.2);
	background-size: 500px
}

.cardini {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	background: linear-gradient(180deg, #FFF500 0%, rgba(233, 128, 5, 0.56) 100%, rgba(233, 128, 5, 0.63) 100%), #EA9000;
	background-blend-mode: soft-light, normal;
	border-radius: 8px;
}

.cardini.is-flipped {
	transform: rotateY(360deg);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 2.79rem;
}

.num {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
}

.touwer {
	margin-top: 50px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), #333a41;
	border-radius: 18px;
	padding: 42px;
}

.desk {
	margin-top: 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
}

.desk2 {
	margin-top: 25px;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: rgba(255, 255, 255, 0.5);
}

.cardon {
	padding: 52px 65px;
	background: url('../img/Group30.svg'), linear-gradient(272.16deg, rgba(2, 73, 255, 0.19) 0.24%, rgba(53, 84, 194, 0.53) 94.86%);
	border-radius: 15px;
	border: none;
}


/*.cardon:after{
	content: url('../img/corz.svg');
	position: absolute;
	width: 100px;
	height: 67px;
	background: #2f3439;
	border-radius: 15px 15px 0px 0px;
	top: -67px;
    right: 100px;
}*/


/*.cardon:before{
	content: url('../img/ip.svg');
	position: absolute;
	width: 262px;
	height: 70.3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2f3439;
	border-radius:  0px 0px 15px 15px;
	bottom: -70.3px;
  right: 50px;
}*/

.cardi {
	background: #2f3439;
	border-radius: 20px;
	width: 100%;
	padding: 13px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.cardi>img {
	padding: 0 17px;
}

.count {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
}

.count>img {
	margin-right: 21px;
}

.pa {
	position: absolute;
	top: 7px;
	right: -7px;
	visibility: visible;
	opacity: 1;
}

.cup {
	display: inline-block;
	padding: 7px 0;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-right: 0;
	background: #8a2be2 !important;
	border-radius: 5px !important;
}

.name-touwer {
	margin-top: 4px;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
}

.line {
	margin-top: 7px;
	margin-bottom: 15px;
	border-top: 2px dashed rgb(255 255 255 / 24%);
}

.price {
	font-size: 36px;
	line-height: 45px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.Confidentiality {
	background: rgba(0, 0, 0, 0.2);
	font-weight: 500;
	margin-top: 183px;
	margin-left: 170px;
	text-align: justify;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	padding: 13px 15px 15px;
}

.Confidentiality1 {
	background: rgba(0, 0, 0, 0.2);
	font-weight: 500;
	/*margin-top: 183px;*/
	margin-left: 170px;
	text-align: justify;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	padding: 13px 15px 15px;
}

.rules {
	background: rgba(0, 0, 0, 0.2);
	font-weight: 500;
	text-align: justify;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	padding: 13px 15px 15px;
	margin-top: 30px;
}

.text1 {
	/*	margin-top: 5px;*/
	margin-left: 0px;
	border-radius: 50px 0 0 50px;
	/*    padding-left: 200px;*/
	color: #fff;
}

.cart {
	/*background: rgba(0, 0, 0, 0.2);*/
	font-weight: 500;
	margin-top: 133px;
	margin-left: 170px;
	/*text-align: center;*/
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	padding: 13px 15px 1px;
}


/*СТРАНИЦА КОРЗИНЫ*/


/*Блюр*/
.price-menu {
	width: 550px;
	height: 390px;
	background: #ffffff26;
/*	border: 2px solid #CBD8FF;*/
	box-sizing: border-box;
	border-radius: 7px;
	display: flex;
  	flex-direction: column;
  	align-items: center;
}

.logo {
	width: 127px;
	height: 36px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}

.playername {
	width: 100%;
	height: 45px;
	border: none;
	background: #F9F9F9;
	border-radius: 2px;
}

.playername:::placeholder {
	width: 49px;
	height: 19px;
	color: rgba(77, 77, 77, 0.5);
}

.code {
	width: 100%;
	height: 45px;
	border: none;
	background: #F9F9F9;
	border-radius: 2px;
}

.payments {
	width: 343px;
	height: 23px;
	border: none;
	background: #F9F9F9;
	border-radius: 2px;
}

.payments-rams {
	background-color: #fafafa;
	border: 5px;
	border-radius: 1px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	transition: .3s box-shadow;
	width: 100%;
	height: 45px;
	background: #F9F9F9;
}

.code,.playername,.payments-rams {
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
}

.payments-rams:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.button {
	width: 100%;
	height: 60px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #91C9FF;
	outline: none;
	transition: 1s ease-in-out;
	color: #CBD8FF;
}

.button span {
	color: #CBD8FF;
	font-size: 18px;
	font-weight: 100;
}

.prices {
	width: 345px;
	height: 60px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-name {
	position: absolute;
	height: 29px;
	left: 600px;
	top: 179px;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.table-description {
	position: absolute;
	height: 29px;
	left: 830px;
	top: 179px;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.table-price {
	position: absolute;
	width: 59px;
	height: 29px;
	left: 1070px;
	top: 179px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.table-value {
	position: absolute;
	width: 132px;
	height: 29px;
	left: 1200px;
	top: 179px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.table-settings {
	position: absolute;
	width: 139px;
	height: 29px;
	left: 1400px;
	top: 179px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.product-image {
	width: 60px;
}

.product-name {
	position: absolute;
	width: 302px;
	height: 29px;
	left: 535px;
	top: 275px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	/* identical to box height */
	text-align: center;
	color: #CBD8FF;
}

.product-description {
	position: absolute;
	width: 126px;
	height: 35px;
	left: 850px;
	top: 275px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #CBD8FF;
}

.product-cost {
	position: absolute;
	width: 124px;
	height: 29px;
	left: 1040px;
	top: 275px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #CBD8FF;
}

.product-count {
	position: absolute;
	width: 124px;
	height: 29px;
	left: 1210px;
	top: 275px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #CBD8FF;
}

.product-remove {
	position: absolute;
	width: 124px;
	height: 29px;
	left: 1350px;
	top: 275px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #CBD8FF;
}

.product-add {
	position: absolute;
	width: 13px;
	height: 28px;
	left: 1430px;
	top: 275px;
	outline: none;
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-decoration: none;
	text-align: center;
	color: #CBD8FF;
}

.product-delete {
	width: 17px;
	height: 17px;
	background: url('../img/Vector.png');
}

.count1 {
	margin-top: 0px;
	display: inline-block;
	background: #5567ff;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	position: relative;
	color: #FFFFFF;
	left: 0px;
}

.logout {
	width: 100%;
	padding: 5px 8px;
	font-weight: 700;
	display: inline-block;
	font-size: 10pt;
	border: none;
	background: #CBD8FF;
	margin: 5px 0 0 0;
}

.custom-file-input {
	color: transparent;
	width: 100%;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.custom-file-input::before {
	content: 'Файл не выбран';
	color: black;
	display: inline-block;
	background: #CBD8FF;
	padding: 5px 8px;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	width: 100%;
	text-align: center;
}

.cardimggg {
	width: 150px;
	height: auto;
}

.NEabobacard {
	font-weight: 700;
	font-size: 10pt;
	text-align: center;
	margin-top: 10px;
}


/* rewrite HTML design */

.kan-cont {
	margin: 0 auto!important;
	padding: 0px;
}

.store-container {
	margin-top: 165px;
	display: flex;
	flex-direction: row;
	gap: ;
}

.kan-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}

.logo {
	text-align: center;
	margin: 10px 0 20px 0;
}

.flex-table {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 0 0 25px;
}

.line-table {
	display: inherit;
	flex-direction: row;
}

.header-table {
	background-color: #FFF;
	height: 70px;
	border-radius: 7px 7px 0 0;
}

.content-table {
	padding: 10px 0;
	background: #ffffff26;
}

.flex-table > .content-table:last-child {
	border-radius: 0 0 7px 7px;
}

.blocks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.prod-name {
		width: 45%;
		text-align: center;
}

.prod-desc {
	width: 15%;
}

.prod-price {
	width: 15%;
}

.prod-summ {
	width: 20%;
}

.prod-controll {
	width: 15%;
}

.prod-name > img {
	margin-right: 20px;
}

.prod-controll > a {
	font-size: 32px;
	margin-left: 10px;
}

.content-table > .blocks {
	font-size: 18px;
	font-weight: 600;
	color: #CBD8FF;
}

.content-table > .prod-name {
	justify-content: flex-start;
	padding-left: 10px;
}

.header-table > .blocks {
	font-size: 20px;
	font-weight: 600;
}

.content-table > .prod-name > p {
	margin: 0;
}

.text-copyright {
	color: #FFFF;
	margin-top: 20px;
	font-size: 14px;
}

#payment-logos {
	height: 20px;
}

.mar-big {
	margin-top: 200px!important;
}

.row-lk {
	width: 100%;
}

.container-product-modal {
	position: fixed;
	height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 0px;
    visibility: collapse;
    opacity: 0;
    transition: 0.3s;
}

.container-product-modal > .background {
	background: #00000070;
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
}

.container-product-modal > .background:hover {
	cursor: pointer;
}

.showProductModal {
	visibility: visible;
	opacity: 1;
}

.modal-body {
	background-color: #FFF;
	text-align: center;
}

.header-modal {
	background: #8a2be2;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.container-modal {
	max-width: 600px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 10;
}

.cardi > .pa:hover {
	cursor: pointer;
}

@media only screen and (max-width: 992px) {
	.kan-tabs {
		display: flex;
		flex-direction: row;
		gap: 15px 10px;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.kan-btn {
		max-width: 48%;
		width: 100%;
		margin: 0px;
	}
	.desk {
		font-size: 14px;
		line-height: 16px;
	}
	.desk2 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.cardon {
		padding: 30px 25px;
	}
	.count,.hsat {
		font-size: 24px;
	}
	.hsat {
		line-height: 28px;
	}
	.count > img {
		margin-right: 10px;
	}
	.btn-per-kan {
		width: 100%;
		margin-top: 60px;
	}
	#payment-logos {
	margin-bottom: 20px;
	}
	.modal-lg-2 {
		grid-template-columns: repeat(4, 1fr);
	}
	.scene {
		width: 110px;
	    height: 170px;
	    margin: 10px auto;
	}
	.modal-footer > button {
		font-size: 18px!important;
		line-height: 24px!important;
		width: 45%!important;

	}
	.modal-footer > button:last-child {
		margin-left: 0px!important;
	}
	.modal-footer {
		justify-content: space-between;
	}
	.adapt-costyl {
		width: 100%;
		height: 10px;
	}
	.lk {
		margin-top: 3rem!important;
	}
	.lk-btn-h {
		background: #ffffff5e!important;
		color: #fff!important;
		padding: 10px 20px;
		font-weight: 500!important;
		font-size: 16px;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.nav-link {
		width: fit-content;
	}
	.navbar-nav > .nav-item {
		justify-content: center;
		display: flex;
	}
}

@media only screen and (max-width: 640px) {
	.store-container {
		flex-direction: column;
	}
	.price-menu {
		width: 100%;
	}
	.flex-table {
		margin: 25px 0 0 0;
	}
	.prod-desc {
		display: none;
	}
	.content-table {
		background-color: rgb(36 36 36 / 50%);
	}
	.content-table > .prod-name {
		justify-content: center;
		padding: 0;
	}
	.prod-name {
		width: 35%;
	}
	.prod-name > img {
		margin: 0px;
	}
	.prod-name > p {
		display: none;
	}
	.prod-controll,.prod-summ {
		width: 30%;
	}
	.footer {
		padding: 15px 10px;
	}
	.foot-link {
		font-size: 14px;
	}
	.rules {
		font-size: 14px;
	}
	.cardimggg {
		width: 90px;
	}
	.scene {
		width: 90px;
	    height: 110px;
	    margin: 10px auto;
	}
	.modal-footer > button {
		font-size: 14px!important;
		line-height: 18px!important;
		height: 50px!important;

	}
	.lk {
		padding: 45px 30px 40px;
	}
}

@media only screen and (max-width: 480px) {
	.modal-lg-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.modal-footer > button {
		width: 47%!important;	
	}
}

.icons {
    margin-top: 20px;
    text-align: center;
}
.icons img {
    height: 40px;
    margin-right: 10px;
}
