
    @font-face {
    font-family: 'army';
    font-style: normal;
    font-weight: normal;
	src: url(/assets/font/TheCrewPro.ttf); 
    }
    @font-face {
    font-family: 'Aleo';
    font-style: normal;
    font-weight: normal;
	src: url(/assets/font/Aleo-Regular.ttf); 
    }
    @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
	src: url(/assets/font/Poppins-Regular.ttf); 
    } 
	@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
	src: url(/assets/font/Rubik-VariableFont_wght.ttf); 
    }


html {
  height: 100%;
}


hr {
  height: 2px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 0;
}

a {
  color: #3B6CC5;
  text-decoration: none
}

a:focus, a:hover {
  color: #fff;
  text-decoration: none
}

body {
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
	background-color: #040019;
	background-image: url(/images/ellipse.svg);
    background-position: center center;
	background-size: cover;
	color:white;
	opacity:0;
}

.bg{
	background-color: #040019;
	background-image: url(/images/ellipse.svg);
    background-position: center center;
	background-size: cover;

}

.head {
	background-color:#161421;
	width: 100%;
	text-align: center;
	height: 40px;
	align-content: center;
	display: block;
}

h1, h2 {
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 21px;
  line-height: 30px;
}

h2 {
  font-size: 18px;
}

.center-center{
	height: 100%;
    align-content: center;
	align-items: center;
    justify-items: anchor-center;
    place-content: center;
}
.center{
	align-items: center;
    justify-items: anchor-center;
    place-content: center;
	text-align:center;
}
	
.Army{
	font-family: 'army' !important;
}

.Aleo{
	font-family: 'Aleo' !important;
}
.Poppins{
	font-family: 'Poppins' !important;
}
.Rubik{
	font-family: 'Rubik' !important;
}


.btn-ring {
	width: 40px;
    height: 40px;
    display: block;
    border-radius: 50% !important;
    align-content: center;
    text-align: center;	
}

.btn-shadow{
	box-shadow: 0px 3px 14px 4px #3B6CC5;	
}

.btn-primary {
	background-color:#3B6CC5;
	color:white;
	border-radius:6px;
}

.btn-danger {
	background-color:#C01F1F;
	color:white;
	border-radius:6px;
}
.btn-warning {
	background-color:#F48600;
	color:white;
	border-radius:6px;
}
.btn-success {
	background-color:#086118;
	color:white;
	border-radius:6px;
}

.btn-white {
	background-color:#FFFFFF;
	color:black;
	border-radius:6px;
}
.btn-group-lg>.btn, .btn-lg {
	font-size:1rem;
}
.form-control:focus{
	border: unset;	
	box-shadow:unset;
}

.input-group-text{
	background-color: white;
    border: unset;
    border-radius: 60px 0px 0px 60px;	
	padding:.375rem 0.05rem .375rem 1.5rem;
}

.form-control {
border: unset;
    background-color: white;
    border-radius: 0px 60px 60px 0px;
    height: 60px;	
	font-size: 14pt;
}
.form-control0 {
    background-color: white;
	font-size: 12pt;
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.col-25 {
    -ms-flex: 0 0 20.0%;
    flex: 0 0 20.0%;
    max-width: 20.0%;
}

.footer{
	border-top: 1px solid #AAAAAA;
	font-size: 11px;
	width: 100%;
    text-align: center;
    align-content: center;
	position: fixed;
    bottom: -2px;
    height: 65px;	
	background: #0d0b1f;
    background: linear-gradient(180deg, #242235 0%, #0d0b1f 100%);
	opacity: 0.9;
}

.message0 {
	position: fixed;
    /* bottom: 50%; */
    right: 25px;
    left: 25px;
    background: #000000c2;
    padding: 15px;
    border: 1px solid #ffffff38;
    border-radius: 46px;
    min-width: 250px;
    z-index: 9999;
    text-align: center;
    font-size: small;
    color: white;
    font-weight: 100;
    align-self: anchor-center;
    align-content: center;
    justify-items: center;
}

.chatinfomessage{
	margin-bottom: 8px;
	text-align: center;
    font-size: 75%;
    border-radius: 15px;
    background: #00000078;
    padding: 5px;
}

.columns {
  display: flex;
  gap: 10px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.box {
	background-color: #ccc;
    border-radius: 16px;
    padding: 9px;
    color: white;
    text-shadow: 1px 2px 3px black;
    text-align: right;
    align-content: end;
	font-size: 14px;
	line-height: 1;
}

.tall {
  height: 190px;
}

.short {
  height: 90px;
}

.tallShop {
  height: 250px;
}

.shortShop {
  height: 120px;
}

.scroll-container {
  overflow-x: auto;
  display: flex;
  padding: 10px 0;
/*  scroll-snap-type: x mandatory; */
  -webkit-overflow-scrolling: touch;
}

.scroll-container::-webkit-scrollbar {
  display: none; /* скрываем полосу прокрутки */
}

.card-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
  background: lightgray;
  border-radius: 12px;
  margin: 0 5px;
  width: 230px;
  height: 110px;
  padding: 15px;
  color:white;
  text-shadow: 1px 2px 3px black;
  text-align: right;
  align-content: end;
}	

.card-item-mini{
  width: 100px !important;
  height: 100px !important;	
  font-size:70%;
  margin: 0 2px;
}

.card-item-small{
	width: 120px !important;
    height: 39px !important;
    font-size: 70%;
    margin: 0 5px 0px 0px;
}
.cam{
	background-image:url('/images/btn-1.svg');
	background-size:auto;
	background-position:center;
}
.cam-active {
	background-image:url()!important;
	background-color: #fff !important;
}

.b{font-weight: bold;}
.border-5{border-radius: 5px;}
.border-10{border-radius: 10px;}
.border-15{border-radius: 15px;}
.border-50{border-radius: 50%;}

.opacity-0{opacity: 0;}
.opacity-6{opacity: 0.6;}
.text-primary {color:#3B6CC5 !important;}
.text-gray {color:#D3D3D3 !important;}
.text-black {color:#000 !important;}
.text-white {
	color:white !important;	
}
.bg-primary {
	background-color:#3B6CC5 !important;
}
.bg-dark {
	background-color:#161421 !important;
}

small2, .small2{
	font-size: 60%;
    font-weight: 400;
}

#nav1 img, #nav2 img {
	height:40px;
}

.cartAmount {
	position: fixed;
    bottom: 63px;
    display: block;
    width: 100%;
	background-color:#26243F;	
	height: 66px;
    align-content: center;	
	z-index: 2;
}

.galeryBottom {
	padding: 5px;
	padding-top: 10px;
	width: 100%;
    height: 50px;
    background-color: #00000099;
    border-radius: 0px 0px 16px 16px;
    bottom: 0px;
    position: relative;
}

.price-event{
	font-size: 18px !important;
    color: burlywood;
    text-shadow: 2px 1px 0px black;
    background: #ffffffa8;
    padding: 0px 8px;
    border-radius: 10px;
}

.sales {
	position: absolute;
    left: 15px;
    top: 126px;
    width: 55px;
    background: #FEE9EE;
    color: red;
    text-align: center;
    border-radius: 0px 10px 10px 10px;	
}

.btn-car{
	position: absolute;
    right: 22px;
    top: 126px;
    width: 50px;
    background: #3B6CC5;
    text-align: center;
    border-radius: 16px;
    height: 50px;
    align-content: center;	
}

.modal-contentS{max-height:calc(100vh - 1rem);overflow:hidden}
.modal-contentS{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #363637 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}


.toggle-pill-dark input[type="checkbox"] {
  display: none;
}
.toggle-pill-dark input[type="checkbox"] + label {
  display: block;
  position: relative;
  width: 3em;
  height: 1.6em;
  border-radius: 1em;
  background: #303e58;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.toggle-pill-dark input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1em;
  background: #e84d4d;
  position: absolute;
  left: 0.2em;
  top: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle-pill-dark input[type="checkbox"]:checked + label:before {
  background: #47cf73;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
  left: 1.6em;
  -webkit-transform: rotate(295deg);
  transform: rotate(295deg);
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.titleResurs{
	background-color:#897272;
}


 .box-callback {
    position: fixed;
    right: -260px;
    bottom: 10%;
    width: 240px;
    z-index: 99999;
    transition: right 0.35s ease;
    padding-right: 50px; 
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }
  .box-callback.open {
    right: 10px;
  }
  .btn-callback {
    position: fixed;
    right: 12px;
    bottom: 10%;
    z-index: 100000;
    transition: background-color 0.25s ease, color 0.25s ease;
  }
  .btn-callback.light {
    background-color: #f8f9fa !important;
    color: #212529 !important;
    border: 1px solid rgba(0,0,0,0.08);
  }
  	.btn-event {
		background-color: #161421;
		border: 1px solid #AAA;
		border-radius: 5px;
		margin-bottom: 10px;
		color: white !important;
	}