﻿/* by Larsalex */
html, body {
	background-color:#ffffff;
	background-image:url(../img/bgg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

body {
    text-transform: none;
	padding-top: 0px;
	cursor: url('/pointers/cursor1_red.cur'), auto;
}
a, a[onclick] {
	color: #d14d4d;
  } 
  a:hover, a[onclick]:hover {
	color: #d14d4d;
	cursor: url('/pointers/cursor2_red.cur'),auto;
  }

#timer {
	display: flex;
	justify-content: center;
}

.b-page__content {
	background-color: rgb(40 40 40) !important;
}

.btn:not(:disabled):not(.disabled)  {
	cursor: url('/pointers/cursor2_red.cur'),auto;
}

#chat #chat_messages .chat_message .message .info .author{
	cursor: url('/pointers/cursor2_red.cur'),auto;
}

*[data-toggle="modal"] {
	cursor: url('/pointers/cursor2_red.cur'),auto;
}

#smile_btn {
	cursor: url('/pointers/cursor2_red.cur'),auto;
}

#chat #chat_messages .chat_message .dell_message, #chat #chat_messages .chat_message .edit_message {
	cursor: url('/pointers/cursor2_red.cur'),auto;
}

#chat, div.with_code, div.comment, div.new_news, div.info-block {
    text-transform: none;
}

.profile-page #friends {
	overflow: scroll;
}
.profile-page #friends::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.text-message {
    margin-top: 5px;
    border: 2px solid #b02e21;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #b02e21;
    padding:5px;
    background: #7132324f;
    display: block;
    max-width: 95%;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.message-data {
    margin: 0px 5px 5px 10px;
}

.monitor-icons {
	display: flow;
}

.user>div {
	float: left;
}

.scroll-to-up {
    box-shadow: 0 2px 9px #7289da6b;
    transition: 0.5s;
	background: rgba(34, 35, 43, 0.4);
	position: fixed;
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	height: 100%;
	position: fixed;
	display: none;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	color: inherit !important;
}

a.scroll-to-up:hover {
    background: rgba(48, 41, 79, 0.5);
    box-shadow: none;
}

.wapper .header .collapsible-menu>li>a {
    font-size: 12px;
}

.topic-answers div[id^="answer"] .center-area .left-side img {
	background: #313448;
	box-shadow: 0 1px 3px 0 #31344800;
	border-radius: 2px;
	max-width: 100%;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 2px;
}

.monitor-icons-block{
	width: 25px;
}
@media (max-width: 991.99px) {

	.scroll-to-up {
		display: none !important;
	}
}

/*monitoring*/
.servers-online-line {
	border-radius: 3px;
	/* overflow: visible; */
	position: relative;
	height: 30px;
	margin: -10px 0px -10px 0px;
	background: none;
}
.progress-val {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 28px !important;
	font-size: 13px;
}
.progress-bar {
	margin: -1px;
	border-radius: 3px 0px 0px 3px;
}
.progress-bar.bg-info {
	background-color: #E1EFFA !important;
	border: 1px solid #CADDED;
}
.progress-bar.bg-success {
	background-color: #E3F5DC !important;
	border: 1px solid #CDE8C3;
}
.progress-bar.bg-warning {
	background-color: rgb(255, 240, 210) !important;
	border: 1px solid rgb(232, 221, 202);
}
.progress-bar.bg-danger {
	background-color: #FCE3E3 !important;
	border: 1px solid #E8CACA;
}
.monitoring-table {
	/* background: #22232b; */
	border: 1px solid rgb(49, 52, 72);
	border-radius: 2px;
	margin-bottom: 30px !important;
	background-color: #17181e;
    border: 2px solid #b02e21;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #b02e21;
}
.monitoring-table thead td {
	padding: 15px 30px 15px 30px;
	font-weight: bold;
	font-size: 16px;
	color: inherit; 
	background: #22232b;
}
.monitoring-table tbody td {
	padding: 10px 5px;
	font-size: 16px;
	color: rgb(21, 21, 21); 
}
.monitoring-table tbody > tr > td:not(:first-child), .monitoring-table thead > tr > td:not(:first-child) {
	text-align: center; 
}
.monitoring-table tbody > tr > td a {
	color: #673AB7 !important;
}
.monitoring-table tbody > tr > td:first-child p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	max-width: 230px;
	line-height: 19px;
}
.monitoring-table tbody > tr > td:last-child > a {
    display: inline-block;
    margin: -10px 0px -10px 0px;
    padding: 7px 8px 7px 7px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    background: rgb(41, 43, 57);
    border: 1px solid #2f3553;
	transition: all 250ms ease-in-out;
	margin: 2px;
}
.monitoring-table tbody > tr > td:last-child > a:hover {
	box-shadow: 0 0 2px 3px #b02e21;
}
.monitoring-table tbody > tr > td:last-child > a > i {
	display: block;
	margin: 0;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(1) {
	background: rgb(41, 43, 57);
	border: 1px solid #2f3553;
	transition: all 250ms ease-in-out;
	margin: 2px;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(1):hover {
	box-shadow: 0 0 2px 3px #b02e21;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(1) > i {
	color: inherit;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(2) {
	background: rgb(41, 43, 57);
	border: 1px solid #2f3553;
	padding-right: 8px;
	transition: all 250ms ease-in-out;
	margin: 2px;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(2):hover {
	box-shadow: 0 0 2px 3px #b02e21;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(2) > i {
	color: #b7bacd;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(3) {
	padding-right: 8px;
	background: rgb(41, 43, 57);
	border: 1px solid #2f3553;
	transition: all 250ms ease-in-out;    
	margin: 2px;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(3):hover {
	box-shadow: 0 0 2px 3px #b02e21;
}
.monitoring-table tbody > tr > td:last-child > a:nth-child(3) > i {
	color: inherit;
}
.monitoring-table td[colspan="10"] {
	padding: 15px 5px 15px 5px !important;
}
.monitoring-table .game-icon {
	width: 20px;
	height: 20px;
	margin: -5px;
	margin-left: 0;
	margin-right: 5px;
}
.popover-map-img {
	width: 100px;
	height: 100px;
	margin: -5px -8px;
	border-radius: 2px;
}

#show_all_servers b {
	font-weight: 400;
	display: block;
	width: 100%;
	height: 30px;
	margin: -10px 0;
	line-height: 28px;
	font-size: 13px;
	border-radius: 2px;
	transition: all 250ms ease-in-out;
	background: rgb(48, 41, 79);
	color: inherit;
	border: 1px solid rgb(76, 56, 158);
}
#show_all_servers b:hover {
	background: rgb(76, 56, 158);
	color: inherit;
}

#main-slider.carousel .carousel-caption h1 {
	padding: 10px;
    margin: auto;
}
#main-slider.carousel .carousel-caption p {
	padding: 7px;
    margin-left: auto;
    margin-right: auto;
}
.block_head i {
	color: #ff593a;	
}
.table-bordered td, .table-bordered th {
	border: 1px solid #313448 !important;
}

.btn-group-toggle .btn.btn-default.active {
	box-shadow: 0 0 4px 1px rgb(76, 56, 158) !important;
}

@media (min-width: 992px) {
	.profile-page #friends {
		max-height: 200px;
	}
	.wapper .header .collapsible-menu>li>a {
		padding: 19px;
	}
}

div.modal-header > h4 > span {
	padding-right: 7px;
	color: #f3dc17 !important;
}

table.table>tbody>tr>td a {
	white-space: normal;
}

.servers-online-line .progress-bar.bg-info {
	background-color: #40E0D0 !important;
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 7px 7px;
	border: 0px solid #ccc;
}
.servers-online-line .progress-bar.bg-success {
	background-color: #40E0D0  !important;
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 7px 7px;
	border: 0px solid #ccc;
}
.servers-online-line .progress-bar.bg-warning {
	background-color: #40E0D0 !important;
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 7px 7px;
	border: 0px solid #ccc;
}
.servers-online-line .progress-bar.bg-danger {
	background-color:#40E0D0 !important;
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 7px 7px;
	border: 0px solid #ccc;
}

#servers > tr td * {
	color: #fff !important;
	text-align: center;
}

.progress {
	border: 1px solid #fff !important;

}

#online_users a img {
	border-top: 3px solid #232629;
	border-left: 3px solid #f3dc17;
	border-right: 3px solid #f3dc17;
	border-bottom: 3px solid #232629;
	transition: 0.3s ease-out all;
}

#online_users a img:hover {
	border-top: 3px solid #f3dc17;
	border-left: 3px solid #232629;
	border-right: 3px solid #232629;
	border-bottom: 3px solid #f3dc17;
	transition: 0.3s ease-out all;
}

#top_users a img {
	border-top: 3px solid #232629;
	border-left: 3px solid #f3dc17;
	border-right: 3px solid #f3dc17;
	border-bottom: 3px solid #232629;
	transition: 0.3s ease-out all;
}

#top_users a img:hover {
	border-top: 3px solid #f3dc17;
	border-left: 3px solid #232629;
	border-right: 3px solid #232629;
	border-bottom: 3px solid #f3dc17;
	transition: 0.3s ease-out all;
}

/* что это ? */

/* table.table>tbody>tr>td a[href*="profile"] img,
table.table>tbody>tr>td a img[src="../files/avatars/no_avatar.jpg"],
.small_us_av
}

table.table>tbody>tr>td a[href*="profile"] img:hover,
table.table>tbody>tr>td a img[src="../files/avatars/no_avatar.jpg"]:hover,
.small_us_av
} */

#main-slider.carousel .carousel-control-prev:hover, #main-slider.carousel:hover .carousel-control-next:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #E2261B !important;
	transition: 0.5s;
	
}
#main-slider {
	border: 2px solid #b02e21;
	box-shadow: 0px 0px 10px 0px #b02e21;
	border-radius: 15px;
}

.animated-header {
	color: #ca1212;
	background: url(/templates/cs-legenda-new/img/admin1.gif) repeat scroll 0 0%;
	font-size: 24px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: lighter;
}

.anim-block {text-align:center; margin-bottom: 25px}


@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.rainbow {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.rainbow::before {
	content: '';
	position: absolute;
	z-index: -2;
    left: -100%;
    top: -100%;
    width: 300%;
    height: 300%;
}
.rainbow::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border-radius: 5px;
}

.monitoring-table thead td { 
   padding: 15px 20px 15px 20px; 
}

div.table-responsive.monitoring-table > table > thead > tr > td > i {color:#ff593a}

/* by vk.com/alexfiner */

/* Делаем сайт больше */
@media (min-width:1600px){
	.profile-page #friends {
		max-height: 250px;
	}
    .container{
        max-width:1500px
    }
    
    #new_news div:not(.loader), .news div:not(.loader) {
        width: 33%;
    }
    
    #new_news div:not(.loader):nth-child(1), .news div:not(.loader):nth-child(1), 
    #new_news div:not(.loader):nth-child(2), .news div:not(.loader):nth-child(2), 
    #new_news div:not(.loader):nth-child(3), .news div:not(.loader):nth-child(3) {
        border-top: 0;
        padding-top: 0px;
    }
    
    .vertical-center-line::after {
        content: none;
    }
    
    #new_news div:not(.loader) a img, .news div:not(.loader) a img {
        height: 180px;
    }
    
	.wapper .header .collapsible-menu>li>a {
		font-size: 16px;
	}
}

#new_news div:not(.loader) p:last-child, .news div:not(.loader) p:last-child {
    margin-bottom: 20px !important;
    color: #454545;
}

.wapper .header, .wapper .header .collapsible-menu>li>a {
    background: #282828;
}

.wapper .header .auth-in {
	float: right;
	margin-top: 21px;
	padding: 0 10px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #31344878 !important;
	border: 1px solid #2F3553 !important;
	color: #b7bacd !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: none !important;
}

.wapper .header .auth-in:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #af1b07 !important;
	border: 1px solid #e2771b00;
	color: #fff !important;
}

a.btn.btn-primary, input.btn.btn-primary, button.btn.btn-primary, label.btn.btn-primary, a.btn.active, input.btn.active, button.btn.active, label.btn.active {
    transition: 0.5s;
}

.block {
    background: url(/templates/standart/img/bg2.svg);
    background-color: #17181e;
    border: 2px solid #b02e21;
	border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #b02e21;
}

.block_banner {
    background: url(/templates/standart/img/bg2.svg);
    background-color: #17181e;
    border: 2px solid #b02e21;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.lk_forum_icon {
    background: #c83637;
    background-image: linear-gradient(to right, #c83637, #b33233);
    box-shadow: 0 2px 19px 1px rgba(200,54,55,0.3);
    color: #ffffff;
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-right: 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#forum>h2, #forum_topics>h2, #forum .col-lg-12>h2, #forum_topics .col-lg-12>h2 {
    background: linear-gradient(260.65deg, #000 0, #333 100%);
}

#forum .row .col-lg-8 img, #forum_topics .row .col-lg-8 img, #forum.row .col-lg-8 img, #forum_topics.row .col-lg-8 img {
    border-radius: 0
}

div .info {
    
    padding: 0 20px 20px 20px;
}

.info > span {
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #ff000087;
    font-kerning: auto;
}

.noty-block.info {
    text-align: left;
    padding: 20px 30px 20px 30px;
}

.noty-block.info > span {
    text-align: left;
    padding: 0;
}

.block .block_head {
    text-align: center;
}
.block.profile .block_head {
    text-align: left;
}

.collapsible-menu > li > a {
    transition: 0.2s;
}

.collapsible-menu > li > a:hover {
    color: white !important;
}

.wapper .header .collapsible-menu>li>a.open, .wapper .header .collapsible-menu>li ul {
    background-color: #1b1b1b !important;
    color: #b7bacd !important;
}

.wapper .header .menu-trigger {
    background-color: #111111 !important;
    border: 1px solid #282828 !important;
    border-radius: 5px;
}

.wapper .navigation {
    background: #17181e;
}

.wapper .header .collapsible-menu>li ul>li:hover {
    background: #131313;
}

.preloader {
    position: fixed;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;
    background: url(https://botkokos.ru/public/img/bg_head_stars.png) 50px -135px repeat, -webkit-radial-gradient(100% 0,circle,rgba(255,255,255,.1),rgba(255,255,255,0) 28%),linear-gradient(80deg, #341c42 10%, #323f83);
    z-index: 1001;
    color: #eee;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.progress-bar.bg-danger, .progress-bar.bg-info, .progress-bar.bg-success, .progress-bar.bg-warning {
    background-image: linear-gradient(90deg, #632626 0, #b02e21 100%) !important;
}

@keyframes preloader-rotate { 100% {transform: rotate(360deg);} }
.loaded_hiding .preloader {transition: 0.3s opacity;opacity: 0;}
.loaded .preloader {display: none;}


.vertical-navigation ul li {
    transition: 0.5s;
}

.vertical-navigation ul li:hover {
    transform: translateY(-10px);
}

#forum .row .col-lg-4 p a, #forum_topics .row .col-lg-4 p a, #forum.row .col-lg-4 p a, #forum_topics.row .col-lg-4 p a {
    color: #d14d4d;
}

.btn {
    transition: 0.5s;
}

.img_rounded {
    width: 42px;
    height: 42px;
    border-radius: 80px;
    border: 1px solid;
    box-shadow: 0 0 7px #666;
    transition: 0.5s;
}


.ac_image:hover {
    width: 52px;
    height: 52px;
    -webkit-transform: scale(1.3);
    padding: 2px;
}

.profile-page a.small-friend img {
    /* height: 80px;
    width: 80px; */
}

.small_us_av.ach {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    filter: grayscale(1);
}

.small_us_av.ach.active {
    filter: grayscale(0);
}

span > img.small_us_av.ach {
    margin: 10px;
    transition: .2    s;
}

span > img.small_us_av.ach:hover {
    transform: scale(1.2);
    
    border-top: 3px solid #232629;
    border-left: 3px solid #f3dc17;
    border-right: 3px solid #f3dc17;
    border-bottom: 3px solid #232629;
}

/* Добавил */

:root {
	--primary-background: #222127;
	--primary-radius: 8px;
}

ul.pagination {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.trading {
	margin-bottom: 24px;
}

.trading .product {
	display: flex;
	width: 100%;
	background-color: var(--primary-background);
	border-radius: var(--primary-radius);
	padding: 12px 24px 12px 24px;
	height: 80px;
	align-items: center;
	font-size: 16px;
	margin-bottom: 16px;
}

.trading .product .view img {
	width: 48px;
	height: 48px;
	border-radius: var(--primary-radius);
}

.trading .product .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
	width: 39%;
}

.trading .product .add {
	width: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trading .product .add button.btn svg.bi.bi-bag-heart-fill {
	width: 24px;
	height: 24px;
	color: gray;
}

.trading .product .add button.btn svg.bi.bi-bag-heart-fill:hover {
	color: #d1e52d;
}

.trading .product .add button.btn {
	background-color: transparent;
	margin-bottom: 0;
}

.trading .product .view {
	width: 8%;
	margin-right: 12px;
}

.trading .product .price,
.trading .product .availability,
.trading .product .market {
	width: 15%;
}


.trading .table {
	display: flex;
	padding: 0 24px 0 24px;
	font-size: 12px;
}

.trading .table svg {
	margin-right: 8px;
}

.trading .table .name,
.trading .table .price,
.trading .table .market,
.trading .table .view,
.trading .table .availability {
	display: flex;
	align-items: center;
}

.trading .table .name {
	width: 39%;
}

.trading .table .add {
	width: 8%;
}

.trading .table .view {
	width: 8%;
	margin-right: 12px;
}

.trading .table .price,
.trading .table .availability,
.trading .table .market {
	width: 15%; 
}

.product:hover {
	box-shadow: 3px 3px #6c97d4, -4px 0 .4em #40787d;
	transition: box-shadow 0.3s ease-in-out;
}

.jconfirm-cell {
	background-color: rgba(0, 0, 0, .40);
}

.jconfirm-box-container {
	color: #484848;
}

#items .card.active {
	border-color: rgba(65, 137, 91, .64);
	background-color: rgba(36, 62, 45, .25);
}

#items .card.active:hover {
	border-color: transparent;
	background-color: var(--primary-background);
}

#items .card {
	cursor: pointer;
	background-color: var(--primary-background);
}

#items .card .card-header {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#items .card .card-body {
	height: 150px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	margin: 12px 8px 12px 8px !important;
}

#items .card:hover {
	box-shadow: 3px 3px #6c97d4, -4px 0 .4em #40787d;
	transition: box-shadow 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}

@media (max-width: 600px) {
	.trading .product {
		padding: 8px;
	}
	
	.trading .product .view img {
		width: 32px;
		height: 32px;
	}
	
	.trading .table .name {
		width: 30%;
	}
	
	.trading .product .name {
		width: 30%;
	}
	
	.trading .table .add {
		width: 17%;
	}
	
	.trading .product .add {
		width: 17%;
	}
	.profile-page #friends {
		max-height: 310px;
	}
	.profile-page #friends::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}
#green_circle_online {
    display: inline-block;
    background-color: green;
    width: 10px;
    border-radius: 20px;
    height: 10px;
    margin-left: 10px;
    margin-bottom: 1px;
    box-shadow:0 0 15px rgba(255,255,255,.4);
    -webkit-animation: mymove 3s infinite;
    animation: mymove .4s ease-in infinite alternate;
}
@keyframes mymove{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.3);
  }
}
.smart-roulette__gift_left {
    left: 15px;
}
.smart-roulette__gift {
    border: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    position: fixed;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    bottom: 15px;
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running shake-animation;
    animation: 2.2s ease-in-out 0s normal none infinite running shake-animation;
    z-index: 999;
}
.smart-roulette__gift {
  
  -moz-animation: cycle 4s linear infinite;            
    -webkit-animation: cycle 4s linear infinite;
  
}
.smart-roulette__gift{
  color:white;
  min-height:30px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
@-moz-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

    @-webkit-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
}
#soffline {
    display: inline-block;
    background-color: #d85752;
    width: 8px;
    border-radius: 20px;
    height: 8px;
    margin-left: 10px;
    margin-bottom: 1px;
    margin-right: 6px;
    box-shadow: 0 0 15px #dc3545;
    animation: mymove 0.0s ease-in infinite alternate;
}

#sonline {
    display: inline-block;
    background-color: green;
    width: 10px;
    border-radius: 20px;
    height: 10px;
    margin-left: 10px;
    margin-right: 6px;
    margin-bottom: 1px;
    box-shadow: 0 0 15px rgb(96 151 208 / 62%);
    animation: mymove 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    filter: none;
}
#sonline:hover {
    display: inline-block;
    background-color: #6c97d4;
    width: 10px;
    border-radius: 20px;
    height: 10px;
    filter: blur(1px);
    cursor: none;
    margin-left: 10px;
    margin-right: 6px;
    margin-bottom: 1px;
    box-shadow: 0 0 15px rgb(96 151 208 / 62%);
    animation: mymove 0.8s;
}
.h-top-link, .h-top-link:hover {
    display: none;
    cursor: pointer;
    width: 38px;
    height: 150px;
    text-align: center;
    background-image: url(../img/up-top.png);
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

/*Добавил*/
.playground {
  position: relative;
  margin-bottom: 8px;
}

.profile-page a.small-friend span {
	margin-top: 10px;
}

.playground img {
  all: unset;
  background: transparent !important;
  filter: none;
  display: block;
  padding: 0px;
  width: 100%;
}

.playground .frame {
  position: absolute;
  width: 100%;
  height: 100%;
}

.playground .frame img {
  transform: scale(1.23);
  background: transparent;
  height: 100%;
}

.profile-page a.small-friend.playground {
  /* margin: 0px !important; */
}

.profile-page a.small-friend .playground {
  margin: 2px;
}

.profile-page a.small-friend .playground .frame,
.profile-page a.small-friend .playground .frame img,
.profile-page a.small-friend .playground img {
  width: 100%;
  height: 100%;
}

.playground.m-40 img,
.playground.m-40 .frame,
.playground.m-40 .frame img {
  width: 40px !important;
  height: 40px !important;
}

.playground.nav {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin-right: 10px;
}

.dialog .playground,
.dialog .playground .frame {
  float: left !important;
  width: auto !important;
}

.dialog img.verification {
  width: 16px !important;
  height: 16px !important;
  border-radius: unset !important;
  float: unset !important;
  margin: 0px !important;
}


.m-40 {
  width: 40px !important;
}

.playground.m-40 img,
.playground.m-40 .frame,
.playground.m-40 .frame img {
  width: 40px !important;
  height: 40px !important;
}

.social {
	transition: 1s;
}
.social:hover {
	color: #d14d4d;
	transform: scale(1.2);
}
.wapper .footer .social ul li a:hover {
	color: #d14d4d;
}
a.btn.btn-outline-primary,
input.btn.btn-outline-primary,
button.btn.btn-outline-primary,
label.btn.btn-outline-primary,
a.btn.btn-default,
input.btn.btn-default,
button.btn.btn-default,
label.btn.btn-default {
	background-color: #31344878 !important;
	border: 1px solid #2F3553 !important;
	color: #b7bacd !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: none !important;
}

a.btn.btn-outline-primary:hover,
input.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:hover,
label.btn.btn-outline-primary:hover,
a.btn.btn-default:hover,
input.btn.btn-default:hover,
button.btn.btn-default:hover,
label.btn.btn-default:hover {
	background: #313448 !important;
}

a.btn.btn-outline-primary:hover,
input.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:hover,
label.btn.btn-outline-primary:hover,
a.btn.btn-default:hover,
input.btn.btn-default:hover,
button.btn.btn-default:hover,
label.btn.btn-default:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #af1b07 !important;
	border: 1px solid #e2771b00;
	color: #fff !important;
}