@import url(jquery-ui.min.css);
/* CSS by opiums */
.spoilerbyopiums >  input + .boxbyopiums {
	display: none;
	font-size: 9pt;
}
.spoilerbyopiums >  input:checked + .boxbyopiums {
	display: block;
}

.spoilerbyopiumscom >  input + .boxbyopiumscom {
	display: none;

}
.spoilerbyopiumscom >  input:checked + .boxbyopiumscom {
	display: block;
}

/* video styles */
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/* windows */
.style-left{
    z-index: 90;
	transition:0.3s;
}
.style-left2{
    z-index: 100;
	transition:0.3s;
}
.style-middle{
    z-index: 95;
	transition:0.3s;
}
.style-middle2{
    z-index: 100;
	transition:0.3s;
}
.style-right{
    z-index: 90;
	transition:0.3s;
}
.style-right2{
    z-index: 100;
	transition:0.3s;
}

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    cursor: pointer;
    display: block;
    text-align: center;
	position: relative;
    background-image: url(images/box_one_title.png);
    font-size: 18px;
	padding: 5px 0px;
    color: #FFD31C;
	opacity: 0.85; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	}
  .tabs [class^="tab"] label:hover,
  .tabs [class*=" tab"] label:hover {
	opacity: 1; 
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	}
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 2px solid #086592;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
	margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	}
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 2px solid #bd4131;
	  margin: 0;
	  }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #bd4131; 
	  margin: 0;
	  }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; 
	  }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; 
	  }
  .tabs .tab-2 {
    width: 50%;
	}
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%;
	  }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0;
	  }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%;
	  }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%;
	  }

#realmlist,#realmlist2 {
	cursor: pointer;
}
.tooltip{
	z-index: 100;
	font-size: 16px;
	color: #71B100;
}
input:invalid {
    border: 1px solid red !important;
}
.vk_icn {
	position: absolute;
	top: 5px;
	left: 2px;
	cursor: pointer;
	opacity: 1;
	z-index: 99;
	transition: 0.3s;
}
.vk_icn:hover {
	opacity: 0.9;
	transition: 0.3s;
	filter: drop-shadow(0px 0px 7px #000);
}
.dc_icn {
	position: absolute;
	top: 5px;
	left: 30px;
	cursor: pointer;
	opacity: 1;
	z-index: 99;
	transition: 0.3s;
}
.dc_icn:hover {
	opacity: 0.9;
	transition: 0.3s;
	filter: drop-shadow(0px 0px 7px #000);
}
.tg_icn {
	position: absolute;
	top: 4px;
	left: 62px;
	cursor: pointer;
	opacity: 1;
	z-index: 99;
	transition: 0.3s;
}
.tg_icn:hover {
	opacity: 0.9;
	transition: 0.3s;
	filter: drop-shadow(0px 0px 7px #000);
}
.bc_icn {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	opacity: 1;
	z-index: 99;
	transition: 0.3s;
}
.bc_icn:hover {
	opacity: 0.9;
	transition: 0.3s;
	filter: drop-shadow(0px 0px 7px #000);
}

@media (max-width: 1200px) {
	.vk_icn, .dc_icn, .bc_icn  {
		position: fixed;
	}
}

.image {
	cursor:pointer;
}
.popup {
	position:fixed;
	z-index:100;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}
.popup_bg {
	background:rgba(0,0,0,0.5);
	position:fixed;
	z-index:101;
	height:100%;
	width:100%;
}
.popup_img {
	position:relative;
	z-index:102;
	top: 50%;
	transform: translateY(-50%);
	max-height:95%;
	max-width:95%;
}

.promocode {
	position:fixed;
	z-index:110;
	height:100%;
	width:100%;
	top:0;
	left:0;
}