.nobreak {
  white-space: nowrap;
}
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .swiper:hover .swiper-button-next,
  .swiper:hover .swiper-button-prev {
    opacity: 1;
  }
  
.swiper-button-next,
.swiper-button-prev {
  color: #2b71b1 !important;
}

.title_h1{
	font-size: 2em !important;
    color: #2b71b1;
}
/* Все точки */
.swiper-pagination-bullet {
  background: #999 !important; /* неактивные */
  opacity: 1; /* по умолчанию 0.2 */
}

/* Активная точка */
.swiper-pagination-bullet-active {
  background: #2b71b1 !important; /* активная точка */
}
.wi{
	max-width: 200px !important;
    max-height: 200px  !important;
    width: auto;
    height: auto;
    object-fit: contain;
}
.figure{
	width: 200px;
    height: 200px;
	background-color: #0f111c;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.figure i{
	font-size: 60px;
	color: #ffffff;
    opacity: 0.6;
}
.figure_blue {
    width: 200px;
    height: 200px;
    background-color: #2b71b1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.figure_blue i{
	font-size: 60px;
	color: #ffffff;
    opacity: 0.6;
}
/*----------------------------*/
.badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
    white-space: normal;
    color: #fff;
    background-color: #e74a3b;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: -10px -10px;
}
.del {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
    white-space: normal;
    color: #fff;
    background-color: #e74a3b;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0;
    z-index: 9;
	cursor: pointer;
}
.del:hover {
    background-color: #bb3022;
}
.deleted_link{
	pointer-events: none;
	opacity: 0.5;
	cursor: default; 
}
.deleted_x{
	opacity: 0.5;
	cursor: default; 
}
/*----------------------------*/
@media only screen and (max-width: 580px) {
    .user_head__menu > li.text-muted span, .user_head__menu .timer_tooltip {
        display: block;
    }
	.badge-counter {
		position: absolute;
		transform: scale(.7);
		transform-origin: top right;
		right: .10rem;
		top: 10px;
		margin-top: -.25rem;
		white-space: normal;
		color: #fff;
		background-color: #e74a3b;
		padding: .25em .4em;
		font-size: 100%;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .35rem;
		transition: color .15s 
		ease-in-out, background-color .15s 
		ease-in-out, border-color .15s 
		ease-in-out, box-shadow .15s 
		ease-in-out;
		margin: -10px -10px;
	}
}
@media (max-width: 470px) {
	#t-search .input-group {
		display: block;
		height: 38px;
		position: relative;
	}
	
	#t-search .btn-default {
		border: 0px;
        position: absolute;
        left: -27px;
        top: 6px;
        padding: 0;
	}
	
	/*.i_search{
		position: absolute;
		left: -27px;
        top: 7px;
	}*/
	.input-group-btn {
		display: inherit;
	}
	
	.wi{
		max-width: 150px !important;
		max-height: 150px  !important;
		width: auto;
		height: auto;
		object-fit: contain;
	}
	.figure{
		width: 150px;
		height: 150px;
		background-color: #0f111c;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.figure_blue{
		width: 150px;
		height: 150px;
		background-color: #2b71b1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
/*--------------------------------------------------------------------------------------*/
.btc-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.btc-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px 30px;
  border-radius: 10px;
  width: 320px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.btc-modal-content p {
  font-size: 16px;
  margin: 0;
}
#btc-modal-text{
	color: #2d2d2d;
}
.btc-close {
  position: absolute;
  right: 12px; top: 8px;
  font-size: 22px;
  color: #666;
  cursor: pointer;
}

.btc-close:hover {
  color: #000;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}