﻿/*-------------------*/
/*----Redsun RTS-----*/
/*-------------------*/
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #4b0807;
}

h1 {
    margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    position: relative;
    padding: 0px;
    text-align: center;
    /*top: 2px;*/
}
/*--------------*/
/*----Links-----*/
/*--------------*/
a 
{
 text-decoration: none;
 font-size:16px; 
 color:#089ee8; 
 font-weight:bold;
 }
a:hover 
{
 text-decoration: none;
 font-size:16px; 
 color:#ff0000; 
 font-weight:bold;
}
input[type="submit"] {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  padding: .7em 1.5em;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(138,0,0) 80%);
  box-shadow:
   0 6px rgb(64,5,5),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
}
input[type="radio" i]{
    display: none;
}
input[type="radio" i] + label {
    /*margin: 5px 2px 12px 10px;*/
    -webkit-appearance: push-button;
    box-sizing: border-box;
    cursor: pointer;
    padding: initial;
    /*background-color: #4b0807;*/
    background-color: rgba(255,255,255,0.5);
    /*z-index: 9;*/
    /*width: 100px;*/
    height: 0px;
    /*display: none;*/
}
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 0px;
    width: 130px;
    position: relative;
    top: 118px;
    /*margin: 0 5px 0 0;*/
    /*background-image: url(images/check.png);*/
    background-image: url(img/avatar/select.png);
    background-repeat: no-repeat;
    z-index: 9;
}
input[type="radio" i]:checked + label::before {
    background-position: -130px 0px;
    position: relative;
    top: 7px;
    display: block;
    height: 21px;
}
}
input[type="radio" i]:disabled + label::before {
    background-position: -144px -279px;
}
img {
    /*position: relative;
    top: 0px;*/
    z-index: -1;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
    background-color: #460505;
    border: 1px solid #bf0707;
    color: #fff;
    border-radius: 3px;
    padding: 0px 5px;
}
input[type="image" i], input[type="hidden" i] {
    background-color: #460505;
    border: 1px solid #9c0735;
    /* color: #fff; 
    border-radius: 22px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
/*--------------*/
/*----Buttons----*/
/*--------------*/
a.button1 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  /*padding: .7em 1.0em;*/
  padding: .7em 1.0em;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(115, 7, 7) linear-gradient(rgb(106, 26, 26), rgb(130, 1, 1) 80%);
  box-shadow: 0 6px rgb(82, 12, 12), 0 3px 15px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
} 
.button1:hover {
  background: rgb(167,91,41) linear-gradient(rgb(126,69,31), rgb(167,91,41) 80%);
}
.button1:active {
  background: rgb(120,63,25) linear-gradient(rgb(120,63,25) 20%, rgb(167,91,41));
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
b {
    font-weight: bold;
    font-size: large;
}
p {
    padding:10px;
    background-color: #580b0b;
    border-radius: 10px;
    border: solid 1px #880d0d;
    width: 534px;
    margin: auto;
    line-height: 31px;
}
.but {
    position: relative;
    padding: 5px;
    margin-left: 166px;
    margin-top: 13px;
}
.button2 {
    background-image: url('images/back.png');
    position: fixed; 
    bottom: 40px;  
    z-index: 999; 
    /*right: 100%;*/
    width: 24px;
    height: 24px;
}
.button3 {
    background-image: url('images/online.png');
    position: fixed; 
    bottom: 84px;  
    z-index: 999; 
    /*right: 100%;*/
    width: 24px;
    height: 24px;
}
.go-top {
    background-image: url('images/upw.png');
    position: fixed; 
    bottom: 70px;  
    z-index: 999; 
    /*right: 100%;*/
    width: 24px;
    height: 24px;
}
.online {
    position: relative;
    bottom: -14px;
    left: 27px;
}
.checks input {
    width: 18px;
    height: 18px;
}
.checks {
   width: 18px;
   height: 18px;
   position: relative;
   text-align: center;
   font-size: 24px!important;
   background: #d64b4b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
   background: -webkit-linear-gradient(top, #bf0707, #820d0d);
   background: -moz-linear-gradient(top, #bf0707, #820d0d);
   background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
   background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   }
/*--------------*/
/* -------------*/
/*--------------*/
.soc2 {
    vertical-align: middle;
}
/*--------------*/
/* Настройки div*/
/*--------------*/
.header2 {
    margin: auto;
    width: 672px;
    position: relative;
    padding: 0px;
    top: 5px;
    text-align: center;
}
.info { 
    margin: auto;
    width: 672px;
    position: relative;
    top: 24px;
    color: #E87E08; 
    /*border: solid 1px orange;*/
}
.info2 { 
    margin: auto;
    width: 672px;
    position: relative;
    top: 24px;
    color: #E87E08; 
    /*border: solid 1px orange;*/
}
.info2 p{ 
    padding:10px;
    background-color: #580b0b;
    border-radius: 10px;
    border: solid 1px #880d0d;
    width: 596px;
    margin: auto;
    line-height: 31px;
}
.info-mini { 
    margin: auto;
    width: 672px;
    position: relative;
    top: 7px;
    color: #E87E08; 
    border: 1px solid #7f0f0f;
    border-radius: 6px;
    padding-bottom: 18px;
    /*border: solid 1px orange;*/
}
/*.info-mini::before,
.info-mini::after {
  content: "";
  position:absolute;
  top: -12px;
  width: 20px;
  height: 100%;
  border-width: 2px;
  border-color: #bf0707;
  padding-bottom: 17px;
}
.info-mini::before {
  left: 0;
  border-style: solid none solid solid;
  border-right: none;
  border-color: #bf0707;
  border-radius: 12px 0 0 12px;
}
.info-mini::after {
  right: 0;
  border-style: solid solid solid none;
  border-left: none;
  border-color: #bf0707;
  border-radius: 0 12px 12px 0;
}*/
.info-mini2 { 
    margin: auto;
    /*width: 580px;*/
    width: 672px;
    position: relative;
    top: 7px;
    color: #E87E08; 
    /*border: solid 1px orange;*/
}
.info-mini2 p { 
    padding:10px;
    background-color: #580b0b;
    border-radius: 10px;
    border: solid 1px #880d0d;
    width: 620px;
    margin: auto;
    line-height: 31px;
}
.info-mini2::before,
.info-mini2::after {
  content: "";
  position:absolute;
  top: -9px;
  width: 20px;
  /*height: 2742px;*/
  height: 100%;
  border-width: 2px;
  border-color: #bf0707;
  padding-bottom: 17px;
}
.info-mini2::before {
  left: 0;
  border-style: solid none solid solid;
  border-right: none;
  border-color: #bf0707;
  border-radius: 12px 0 0 12px;
}
.info-mini2::after {
  right: 0;
  border-style: solid solid solid none;
  border-left: none;
  border-color: #bf0707;
  border-radius: 0 12px 12px 0;
}
.infochat { 
    margin: auto;
    width: 672px;
    position: relative;
    top: 25px;
    color: #E87E08;
    /*border: solid 1px orange;*/
   }
.chat {
    margin: auto;
    /*color: #76c5ff;*/
    color: #f3802c;
    /*background: rgba(80,252,245,.04);
    border-radius: 8px;
    box-shadow: inset 0 0 7px rgba(253, 60, 60, 0.52);
    height: 27px;*/
    background-image: linear-gradient(180deg, #8a121266, #3e0e0e87);
    font-size: 15pt;
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
i {
    font-style:normal;
    
}
.chat small {
    color: white;
    font-size: 15pt;
}
.chat span {
    margin-left:10px;
    background-image: linear-gradient(180deg, #350606d9, #3e0e0ed1);
}
.privpolic p {
    /*border: 1px solid #89062e4a;*/
    border: 1px solid #8e1137;
    /*text-align: center;*/
    margin: auto;
    width: 616px;
    /*border-radius: 10px;*/
}
.privpolic {
    position: relative;
    top: 19px;
    background-color: #380606;
    width: 584px;
	color: #fff;
	font-size: 15px;
	/*line-height: 18px;*/
	transition-duration: 500ms;
	margin: auto;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #801313;
	box-shadow: 0 5px 0 #6b0909
}
.Greed {
    /*border: 1px solid #89062e4a;*/
    position: relative;
    top: 10px;
    border: 1px solid #540a21;
    text-align: center;
    margin: auto;
}
.Greed th {
    /*border: 1px solid #89062e00;*/
    border: 1px solid #540a21;
    background-color:#550002;
}
.logo {
    background-image: url('images/top100.png');
    height: 71px;
    width: 120px;
    margin:auto;
    position:relative;
    /*top: 26px;*/
    top: 6px;
}
.logo::before,
.logo::after {
  content: "";
  position:absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border-width: 2px;
  border-color: #9c0735;
}
.logo::before {
  left: -18px;
  border-style: solid none solid solid;
  border-right: none;
  border-color: #bf0707;
  border-radius: 8px 0 0 8px;
}
.logo::after {
  right: -18px;
  border-style: solid solid solid none;
  border-left: none;
  border-color: #bf0707;
  border-radius: 0 8px 8px 0;
}
.logoclan {
    background-image: url('images/top_clans.png');
    height: 71px;
    width: 120px;
    margin:auto;
    position:relative;
    top: 6px;
}
.logoclan::before,
.logoclan::after {
  content: "";
  position:absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border-width: 2px;
  border-color: #9c0735;
}
.logoclan::before {
  left: -18px;
  border-style: solid none solid solid;
  border-right: none;
  border-color: #bf0707;
  border-radius: 8px 0 0 8px;
}
.logoclan::after {
  right: -18px;
  border-style: solid solid solid none;
  border-left: none;
  border-color: #bf0707;
  border-radius: 0 8px 8px 0;
}
.profile {
    position: relative;
    /* right: -191px; */
    width: 672px;
    /*height: 310px;*/
    height: 203px;
    left: 0;
    bottom: 0;
    border: 1px solid #7f0f0f;
    border-radius: 6px;

}
.profile-clan {
    position: relative;
    width: 672px;
    height: 133px;
    left: 0;
    bottom: 0;
    border: 1px solid #7f0f0f;
    border-radius: 6px;
}
/*.profile-clan::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 22px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 6px 0px 35px 0px;
}
.profile-clan::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8px;
    height: 22px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 0px 6px 0px 35px;
}*/
.profile-clan2 {
    position: relative;
    background-color: #5a0908;
    z-index: 0;
    width: 672px;
    height: 890px;   
    left: 0;
    bottom: 0;
    border: 1px solid #7f0f0f;
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 11px -4px #2d0b0b;
       -moz-box-shadow: 0 15px 11px -4px #2d0b0b;
            box-shadow: 0 15px 11px -4px #2d0b0b;
}
.profile-clan2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 22px;
    /* font-weight: bold; */
    /* line-height: 31px; */
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 6px 0px 35px 0px;
}
.profile-clan2::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8px;
    height: 22px;
    /* font-weight: bold; */
    /* line-height: 31px; */
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 0px 6px 0px 35px;
}

.profile-clan3 {
    position: relative;
    background-color: #5a0908;
    z-index: 1;
    width: 672px;
    /*height: 310px;*/
    height: 245px;
    left: 0;
    bottom: 0;
    border: 1px solid #7f0f0f;
    border-radius: 6px;

    -webkit-box-shadow: 0 15px 11px -4px #2d0b0b;
       -moz-box-shadow: 0 15px 11px -4px #2d0b0b;
            box-shadow: 0 15px 11px -4px #2d0b0b;
}
.profile-clan3::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 22px;
    /* font-weight: bold; */
    /* line-height: 31px; */
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 6px 0px 35px 0px;
}
.profile-clan3::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8px;
    height: 22px;
    /* font-weight: bold; */
    /* line-height: 31px; */
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 0px 6px 0px 35px;
}


.profile-text {
    position: relative;
    top: 50px;
    height: 126px;
    width: 672px;
}
.profile-text::before {
    content: "";
    left: -1px;
    border: 1px solid #bf0707;
    border-radius: 0px 35px 0px 6px;
}
.profile-text::after {
    content: "";
    right: -1px; 
    border: 1px solid #bf0707;
    border-radius: 35px 0px 6px 0px;
}
.profile-text:before, .profile-text:after {
    position: absolute;
    width: 8px;
    height: 22px;
    bottom: -70px;
    background-color: #860100;
}
.profile-text2 {
    position: absolute;
    top: 705px;
    height: 126px;
    width: 672px;
    z-index: -1;
}
.profile-text2::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0px;
    width: 8px;
    height: 22px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 0px 35px 0px 20px;
}
.profile-text2::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -2px;
    width: 8px;
    height: 22px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 35px 0px 20px 0px;
}
.desc2 {
    position: relative;
    top: -9px;
}
.desc2::before {
    content: "";
    position: absolute;
    /* bottom: -60px; */
    left: 264px;
    width: 142px;
    height: 22px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 0px 35px 0px 6px;
    z-index: -1;
}
.badges {
    position: relative;
    width: 632px;
    height: 106px;
    top: 40px;
    padding: 5px;
    /* left: 480px; */
    right: 0px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
/*.badges::before,
.badges::after {
  content: "";
    position: absolute;
    top: 20px;
    width: 32px;
    height: 74px;
    border-width: 1px;
    border-color: #bf0707;
    padding-bottom: 0px;
}
.badges::before {
  left: 0;
  border-style: solid none solid solid;
  border-right: none;
  border-color: #bf0707;
  border-radius: 33px 0 0 33px;
}
.badges::after {
  right: 0;
  border-style: solid solid solid none;
  border-left: none;
  border-color: #bf0707;
  border-radius: 0 33px 33px 0;
}*/
.badges2 {
    position: absolute;
    width: 643px;
    height: 608px;
    top: 176px;
    padding: 0px;
    /* left: 480px; */
    right: 13px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
table.var1 {
	margin: auto;
	width: 648px;
	border-collapse: collapse;
	border: 1px solid #8c0e0e;
	border-style: hidden;
    margin-left:auto; 
    margin-right:auto;
}
td, th {
    display: table-cell;
    vertical-align: baseline;
    /*text-align: -webkit-auto;*/
}
.medals {
    position: relative;
    /*width: 649px;*/
    width: 531px;
    height: 46px;
    top: 20px;
    padding: 5px;
    left: 5px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
.avatar {
  position: absolute;
    /* right: -191px; */
    width: 100px;
    height: 100px;
    left: 5px;
    bottom: 85px;

    top: 7px;
    padding: 5px;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
.statis {
    position: relative;
    /*width: 411px;*/ 
    width: 355px;
    height: 100px;
    top: 7px;
    padding: 5px;
    left: 123px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
.statis-1 {
    position: absolute;
    width: 40px;
    height: 100px;
    top: 7px;
    padding: 5px;
    /* left: 480px; */
    right: 124px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
.statis-2 {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 7px;
    padding: 5px;
    /*left: 480px;*/
    right: 6px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
.statis-3 {
    position: absolute;
    width: 100px;
    height: 46px;
    top: 132px;
    padding: 5px;
    /* left: 480px; */
    right: 6px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
#flags {
    display: block;
    padding-top: 5px;
    padding-left: 16px;
    /* margin: auto; */
    /* top: 12px; */
}
#MainContent_ImageRank {
    padding-left: 4px;
}
#MainContent_ImageButton1 {
    padding: 6px;
}
#MainContent_ImageButton2 {
    padding: 6px;
}
#MainContent_ImageButton3 {
    padding: 6px;
}
#MainContent_ImageButton4 {
    padding: 6px;
}
#MainContent_ImageButton5 {
    padding: 6px;
}
#MainContent_ImageButton6 {
    padding: 6px;
}
.statis-4 {
    display: none;
    position: relative;
    width: 649px;
    height: 85px;
    top: 33px;
    padding: 5px;
    left: 5px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}
.statis-5 {
    position: absolute;
    width: 159px;
    height: 100px;
    top: 7px;
    padding: 5px;
    /* left: 480px; */
    right: 5px;
    bottom: 0;
    border: 1px solid #bf0707;
    border-radius: 6px;
    background-color: #550002;
    box-shadow: 0 5px 0 #8c0e0e;
}

.posuser {
	position: absolute;
    width: 280px;
    height: 44px;
    padding: 5px;
    left: 190px;
    top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: -webkit-center;
    bottom: 0;
}
.posuser::after {
    content: "";
    position: absolute;
    color: #00fe3a;
    top: 12px;
    left: 281px;
    width: 1px;
    height: 1px;
    background-color: #2aff00;
    -webkit-box-shadow: 0 0 1px 2px #0f0, 0 0 2px 0px #23ff67, 0 0 11px 5px #28f300;
}
.posuser::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -5px;
    width: 300px;
    height: 30px;
    font-weight: bold;
    line-height: 31px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 0px 0px 29px 29px;
    z-index: -1;
}

.posuser2 {
	position: absolute;
    width: 149px;
    height: 44px;
    padding: 5px;
    left: 252px;
    top: 195px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: -webkit-center;
    bottom: 0;
    z-index: 2;
}
/*.posuser2::after {
    content: "";
    position: absolute;
    color: #00fe3a;
    top: 22px;
    left: 199px;
    width: 1px;
    height: 1px;
    background-color: #2aff00;
    -webkit-box-shadow: 0 0 1px 2px #0f0, 0 0 2px 0px #23ff67, 0 0 11px 5px #28f300;
}*/
.posuser2::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -25px;
    width: 219px;
    height: 48px;
    font-weight: bold;
    line-height: 31px;
    background-color: #460505;
    border: 1px solid #bf0707;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
}
.posuser3 {
	position: absolute;
    width: 158px;
    height: 44px;
    padding: 5px;
    left: 252px;
    top: 840px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: -webkit-center;
    bottom: 0;
}
.posuser3::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -25px;
    width: 219px;
    height: 48px;
    font-weight: bold;
    line-height: 31px;
    background-color: #460505;
    border: 1px solid #bf0707;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
}

.posuser4 {
	position: absolute;
    width: 149px;
    height: 44px;
    padding: 5px;
    left: 7px;
    top: -34px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: -webkit-center;
    bottom: 0;
}
.posuser4::after {
    content: "";
    position: absolute;
    color: #00fe3a;
    top: 13px;
    left: 285px;
    width: 1px;
    height: 1px;
    background-color: #2aff00;
    -webkit-box-shadow: 0 0 1px 2px #0f0, 0 0 2px 0px #23ff67, 0 0 11px 5px #28f300;
}
.posuser4::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -5px;
    width: 300px;
    height: 30px;
    font-weight: bold;
    line-height: 31px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 30px 0px 0px 0px;
    z-index: -1;
}
.posuser5 {
	position: absolute;
    width: 149px;
    height: 44px;
    padding: 5px;
    left: 7px;
    top: 383px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: -webkit-center;
    bottom: 0;
}
.posuser5::after {
    content: "";
    position: absolute;
    color: #00fe3a;
    top: 13px;
    left: 285px;
    width: 1px;
    height: 1px;
    background-color: #2aff00;
    -webkit-box-shadow: 0 0 1px 2px #0f0, 0 0 2px 0px #23ff67, 0 0 11px 5px #28f300;
}
.posuser5::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -5px;
    width: 300px;
    height: 30px;
    font-weight: bold;
    line-height: 31px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 30px 0px 0px 0px;
    z-index: -1;
}
.posuser6 {
	position: absolute;
    width: 149px;
    height: 44px;
    padding: 5px;
    left: 7px;
    top: 579px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: -webkit-center;
    bottom: 0;
}
.posuser6::after {
    content: "";
    position: absolute;
    color: #00fe3a;
    top: 13px;
    left: 285px;
    width: 1px;
    height: 1px;
    background-color: #2aff00;
    -webkit-box-shadow: 0 0 1px 2px #0f0, 0 0 2px 0px #23ff67, 0 0 11px 5px #28f300;
}
.posuser6::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -5px;
    width: 300px;
    height: 30px;
    font-weight: bold;
    line-height: 31px;
    background-color: #860100;
    border: 1px solid #bf0707;
    border-radius: 30px 0px 0px 0px;
    z-index: -1;
}
.mail_theme {
    position: absolute;
    width: 149px;
    height: 44px;
    padding: 5px;
    left: 93px;
    top: 46px;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 0;
}
#IframeChat {
    width: 678px;
    height: 400px;
    border: 1px solid #7f0f0f;
    border-radius: 6px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


#flags2 {
    display: block;
    margin: auto;
   
}
#rank {
    position: absolute;
    left: 55px;
    top: 1px;
}
-webkit-input-placeholder {
    background-color:azure;
}
/* Experimental*/
.wheel {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 16.6ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 16.6ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 16.6ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 16.6ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	position: relative;
    top: -19px;
    width: 110px; 
	height: 110px;
    z-index: 100;
    background-image: url('images/circle01.png');
    background-repeat:no-repeat;
    background-position:center;
    margin: auto;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.header3 {
	position: relative;
}
.header3:after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg,rgba(0,255,222,0) 0,rgba(255, 0, 0, 0.8) 15%,rgba(208, 10, 10, 0.85) 20%,#ff0018 30%,#9c0735 50%,#920c35 70%,rgba(255, 0, 47, 0.87) 80%,rgba(255, 0, 47, 0.8) 85%,rgba(0,255,222,0));
}
.auto-style2 {
    width: 76px;
    height: 73px;
    border: solid 1px;
}
/********Tournament**********/
/********Tournament**********/
/********Tournament**********/
@media screen and (min-width: 480px) { 
    .round-table {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
    }
    
    .round {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;  
        -webkit-flex: 4 0 auto;  
            -ms-flex: 4 0 auto;  
                flex: 4 0 auto;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
    }
    
    .round-table ul {
        margin: 0;
        padding: 0;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        list-style: none;   
        -webkit-flex: 8 0 auto;   
            -ms-flex: 8 0 auto;   
                flex: 8 0 auto;
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
    }
    
    .round::before {
        content: '';
        display: inline-block;
        width: 10px;
        border-top: 1px solid;
        border-color: #E87E08;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    
    .round::after {
        content: '';
        display: inline-block;
        width: 10px;
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        background-image: linear-gradient(#E87E08, #E87E08), linear-gradient(#E87E08, #E87E08), linear-gradient(#E87E08, #E87E08);
        background-size: 100% 1px, 100% 1px, 1px 50%;
        background-position: 0 25%, 0 75%, 100% 50%;
        background-repeat: no-repeat;
    }
    
    .round-table p {
        border: 1px solid #89062E;
        margin: .5em 0;
        padding: 1em;
        background: #5a0e0e; 
        color:white;   
        -webkit-flex: 3 0 auto;    
            -ms-flex: 3 0 auto;    
                flex: 3 0 auto;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
}

@media screen and (min-width: 800px) {
    .round-table {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .round-table > ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;        
        background: linear-gradient(#E87E08,#E87E08) 50% 0 no-repeat;
        background-size: 1px 50%;
    }
    .round-table > ul > .round:first-child {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .round-table > ul > .round:last-child, .round-table > ul > .round:last-child li {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
    }
    .round-table > ul > .round:last-child::after, .round-table > ul > .round:last-child .round::after {
        background-position: 0 25%, 0 75%, 0% 50%;
    }
    .round-table::before, .round-table::after {
        content: none;
    }
    .round-table > ul::after {
        content: '';
        display: inline-block;
        width: 30px;
        border-top: 1px solid;
        border-color: #E87E08;
        background: blue;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
    }
    .round-table > p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .round-table li {
        margin-left: -20px;
    }
    .round-table {
        margin-left: 80px;
    }
    ul {
        list-style: none;
        padding: 0;
    }
}

.ribbon {
   width: 332px;
   position: relative;
   text-align: center;
   font-size: 14px!important;
   background: #d64b4b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
   background: -webkit-linear-gradient(top, #bf0707, #820d0d);
   background: -moz-linear-gradient(top, #bf0707, #820d0d);
   background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
   background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   }
.ribbon h1 {
   font-size: 26px!important;
   color: #801111;
   text-shadow: #d65c5c 0 1px 0;
   margin:0px;
   padding: 15px 10px;
   }
.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #c23a3a;
   z-index: -1;
   }
.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #871616 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }
.ribbon .ribbon-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }
.ribbon-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }
/*--------------*/
/*-----Popup------*/
/*--------------*/
.popup-checkbox, .popup {
  display: none;
}

.popup {
   position: fixed; 
  /*position: relative;
  top: 222px;*/
  top: 0px;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.popup:before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 1;
  /*width: 620px;
  height: 330px;*/
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #000;
  margin: auto;
  opacity: .5;
  /*border: 1px solid hsla(0,0%,100%,.3);
  box-sizing: content-box;
  border-radius: 14px;*/
}

.popup-content {
  width: 600px;
  height: 372px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* background-color: rgba(31,32,39,.95); */
  background-color: rgba(46,9,4,.95);
  border: 1px solid #b91a1a;
  border-radius: 6px;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prokrutka {
height: 256px; /* высота нашего блока */
width: 456px; /* ширина нашего блока */
/*overflow-y: scroll;  прокрутка по вертикали */
}
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #f5f5f5
}
#style-1::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}
#style-1::-webkit-scrollbar-thumb {
	background-color: #f90606;
}
.popup-shower {
  cursor: pointer;
  /*text-decoration: underline;
  
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 11px;
  color: rgb(205,216,228);
  text-shadow: 0 -1px rgb(46,53,58);
  text-decoration: none;
  user-select: none;
  line-height: 2em;
  padding: 1px 1.2em;
  outline: none;
  border: 1px solid rgba(33,43,52,1);
  border-radius: 3px;
  background: rgb(81,92,102) linear-gradient(rgb(81,92,102), rgb(69,78,87));
  box-shadow:
   inset 0 1px rgba(101,114,126,1),
   inset 0 0 1px rgba(140,150,170,.8),
   0 1px rgb(83,94,104),
   0 0 1px rgb(86,96,106);*/
  color: #fff;
}
.popup-shower:active {
  box-shadow:
   inset 0 1px 3px rgba(0,10,20,.5),
   0 1px rgb(83,94,104),
   0 0 1px rgb(86,96,106);
}

.popup-shower:hover {
  color: #fff;
  text-decoration: none;
}

.popup-closer {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #f00;
  font-size: 20px;
  /* border: 1px solid #999; */
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.popup-closer:hover {
  /* background-color: #eee; */
}
.popup-checkbox:checked + .popup {
  opacity: 1;
  display: block;
}
/* *************************************** */
/* скрываем чекбоксы и блоки с содержанием */
/* *************************************** */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
    color: #009fff;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    background: #2b0808;
    border: 1px solid #bf0707;
    border-radius: 8px;
    /*-moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    margin-left: 20px;*/
    padding: 10px;
    /* чуточку анимации при появлении */
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background-color: #1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}


.hide2,
.hide2 + label ~ div {
    display: none;
}
/* вид текста label */
.hide2 + label {
    margin: 0;
    padding-top: 17px;
    color: #009fff;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide2:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide2:checked + label + div {
    display: block; 
    /*background: #2b0808;
    border: 1px solid #bf0707;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    margin-left: 20px;
    padding: 10px;*/
    padding-bottom: 22px;
    /* чуточку анимации при появлении */
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide2 + label:before {
    background-color: #1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide2:checked + label:before {
    content: "\2212";
}
/****************************************/
/***************************************/
.carusel {
    height: 194px;
    /*background: url(images/slides1.png) repeat-x 0 120px;*/
    background-image: url(images/slides1.png); 
    background-position: left bottom; 
    background-repeat: repeat-x;
    animation: slide 80s linear infinite;
    position: relative;
}
.carusel:before {
    right: 0;
    background: linear-gradient(90deg,transparent 0,#380606);
}
.carusel:after {
    left: 0;
    background: linear-gradient(90deg,#380606 0,transparent);
}
.carusel:after, .carusel:before {
    content: "";
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0px;
  }
  to {
    background-position: -1756px 0px;
  }
}
/*--------------*/
/*-----End------*/
/*--------------*/