/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-size: 180%; */
/*	font: inherit; */
/*	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

 
/* далее для всех остальных браузеров */
@font-face {
  font-family: GothamNarrSSm;
  src: local("GothamNarrSSm"),
       url(GothamNarrSSm.otf);
}
/* Тут ссылки */

a:link, a:active {
color:#fb422a;

}
a:visited {
    color: #fb422a;

}
a:hover {
color:#fb422a;
text-decoration:none;
}

button{
    cursor: pointer;
}

hr1{
    border: none;
    color: #030f43;
    background-color: #030f43;
    height: 2px;
}

h1 {
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 27px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
	top: 5px;
	left: 35px;
    position: relative;
	text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
}
.h1 {
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 27px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
	top: 5px;
	left: 35px;
    position: relative;
	text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
}



/*Стиль таблиц*/
table {
        width: 100%;
        border-collapse: collapse;
      }
      td, th {
        border: 1px solid #2d3946;
        padding: 3px 7px 2px 7px;
      }
      th {
        text-align: left;
        padding: 5px;
        background-color: #4a76a8;
        color: #fff;
      }
      .alt td { background-color: #EAF2D3; }








.lmenu1s {
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
	font-weight: normal;
}

 

/*new year*/
@keyframes snow_newyear {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

#snow_newyear {
    background-image: url(newyear/v1/snowflake.png), url(newyear/v1/snowflake3.png), url(newyear/v1/snowflake2.png);
    position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
    animation: snow_newyear 20s linear infinite;
}








/*= СКИЛЕТ **/


html {
font: 17px/20px 'Times New Roman', Roboto, Helvetica Neue,Cambria,Helvetica,Arial,sans-serif;
	position:relative; 
	min-height:100%;
	color: #000030;
	background-color: #edeef0; /* Заливка фона определенным цветом */
	/*background-image: url(assets/img/2-fon-dlya-sayta.png); /* Абсолютный путь к фоновому изображению background.png */
	/*background-image: url(assets/img/fons.jpg);*/ /* Абсолютный путь к фоновому изображению background.png */
    /*background-image: url(assets/img/fons_newYear21.jpg);*/
    /*background-image: url(assets/img/fons_lostisland.jpg);*/
    /*background-image: url(assets/img/fons_fev22.jpg);*/
	/*background-image: url(assets/img/fons_de2_1.jpg);*/
    /*background-image: url(assets/img/fons_de.jpg);*/
    /*background-image: url(assets/img/fons_cher.jpg);*/
    /* background-image: url(assets/img/fons_de.jpg); */
    /*background-image: url(assets/img/fons_newYear21.jpg);*/
    background-image: url(assets/img/fons_cher.jpg);
    
	
	/*background-size: 100% 100%;*/
    /*background-size: 105% 160%;*/
    /*background-size: 105% 170%;*/
    /*background-size: 100% 100%;*/
    background-size: 100% 130%;
    
    background-repeat: no-repeat;
	
	height: 100%;
	background-attachment: fixed; /* Фиксируем фон веб-страницы */

    /*new year:0;*/
    /*background-image: url(assets/img/fons_newYear21.jpg);
    background-size: 100% 100%;*/
}
body {
	width: 100%;
	height: 100%;
	margin: 0;    
	padding: 0;
}
.wrapper {
	/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	*/
	    
	min-height: 100%;    /* Откл footer к самому низу*/ 
    height: auto !important;
    height: 100%;
    background: #edeef0;
    width: 960px;
    margin: 0 auto;
	border: 3px solid #030f43;

    position: relative;
}
.wrp {
width: 960px;
    margin: 0 auto;
    position: relative;
    background: #1a6db6;
    height: 100%;
}
.header {
    height: 70px;
    background: #1a6db6;
    border-bottom: 3px solid #030f43;

    position: relative;
}
.middle {
	position: inherit;
	width: 100%;
	padding: 0 0 100px;
	/*position: relative;*/
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 260px;
	min-height: 200px;
	background: #edeef0;
	margin: 10px;
}
/*Второй блок для кнопок мини*/
.content2 {
    padding: 12px;
    /* min-height: 200px; */
    background: #1a6db6;
    border-bottom: 3px solid #030f43;
	padding-left: 270px;
	
	
	text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.content2 a{
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.content2 a:hover {
  color: #fb422a;
}
.content2 a:active {
  color: #fb422a;
}


.leftcol {
    float: left;
    width: 237px;
    /*margin-left: -100%;*/
    position: relative;
    min-height: 200px;
    background: #1a6db6;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px;
    border-bottom: 3px solid #030f43;
    border-right: 3px solid #030f43;
}
.footer {
    margin: -63px 0 0 0;
    height: 60px;
    /* position: absolute; */
    /* background: #4968ff; */
    /* margin: 0 auto;*/
}
.footer .tu {
    color: #FFFFFF;
    /* margin: 0 auto; */
    /* width: 100%; */
    top: 63px;
    position: absolute;
    padding-left: 400px;
    background: #002f59;
    padding-right: 50px;
    /* margin: 0 auto; */
    height: 40px;
    padding-top: 20px;
}
.footer .tu:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 60px solid #1a6db6;
    border-left: 50px solid #002f59;
    /* padding-left: 100px;*/
}

.footer .tulogo {
    /* color: #FFFFFF; */
    /* margin: 0 auto; */
    /* width: 100%; */
    /* top: 20px; */
    position: absolute;
    /* padding-top: 20px; */
    display: grid;
    /* padding-left: 600px; */
    right: 0;
    padding-left: 200px;
    /* padding-right: 10px; */
    /* background: #33ff00; */
    /* padding-right: 10px; */
    margin: 0 auto;
}
 /*= IMG - Картинки footer **/
.footer .tulogopng {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/logos.png);
    width: 180px;
    height: 50px;
    position: absolute;
    margin: 0 auto;
    top: 6px;
    right: -176px;
}
.footer .vk_logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/vk_logo.png);
    width: 65px;
    height: 51px;
    background-position: 0px 10px;
    position: absolute;
    margin: 0 auto;
    top: 0px;
    left: 15px;
}
/*dis*/
.footer .discord_logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/discord_logo.png);
	width: 40px;
    height: 56px;
    background-position: 0px 10px;
    position: absolute;
    margin: 0 auto;
    top: 0px;
    left: 100px;
}

/*dis*/
.footer .license_agre {
	width: 40px;
    height: 26px;
    background-position: 0px 10px;
    position: absolute;
    margin: 0 auto;
    top: 10px;
    left: 160px;
}
.footer .license_agre a {
color: white;
text-decoration: none;
}
.footer .license_agre a:hover {
color: #fb422a;
}

/*= ЛОГО **/
.logo {
background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/logos.png);
    width: 180px;
    height: 80px;
    background-position: 0px 10px;
    position: absolute;
    margin-left: 10px;
}

.logo_new_year {
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(assets/img/logos.png);
        width: 200px;
        height: 100px;
        background-position: 0px 8px;
        position: absolute;
        margin-left: 10px;
        
        /* background-image: url(assets/img/logo_onp_21_2.png);
        background-position: 0px 3px; */
    }

/*= HEADERS **/
.menu_pol1 {
height: 6px;
    background: linear-gradient(to bottom, #000000, #fb422a 50%);
}
.menu_pol2 {
    /* position: absolute; */
    /* height: 2px; */
    /* background: linear-gradient(to top, #081a5a, #021573 50%); */
    /* min-width: 1000px; */
    /* width: 100px; */
    /* padding-top: 3px; */
    /* margin-top: 14px; */
    /* background: #030f43; */
    /* border-top: 2px solid #030f43;*/
}


/* Меня_верт_располож */
.menu_vert_rasp {
	color: #FFE400;
	padding-left: 10px; 
}

/* Меня_верт_располож 2 */
.menu_vert_rasp2 {
    /* float: right; */
    margin-top: -5px;
    /* margin-right: -20px; */
    display: -webkit-inline-box;
}

/* Разделение меню */
.p_r {
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    margin-left: 7px;
    border-right: 1px solid #ffffff;
}



.m1{
/*min-width: 1000px; */
    /* height: 40px; */
    /* background: #277de0; */
    padding-top: 20px;
    /* padding-bottom: 3px; */
    margin-left: 230px;
}
.m2{
    margin-right: auto;
    max-width: 1000px;
    /* min-width: 800px; */
    margin-left: auto;
    color: #FFF;
    text-decoration: none;
    /* display: flex; */
    /* justify-content: center; */
    /* text-align: center; */
    /* border: 1px solid blue; */
    /* height: 100px;*/
}

.m3{
	/* logo img
    float: left;
    background-image: url(img/logos.png);
    height: 42px;
    width: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-size: cover;
    margin-right: 10px;
	*/
	
    float: left;
    height: 42px;
    width: 100px;
    font-size: 25px;
    font-variant: all-small-caps;
    /*ali: ;*/
    animation-direction: alternate;
    gn-content: baseline;
    th: 100px;
    color: #6fafff;
    word-wrap: break-word;
    text-shadow: -1px 0 #00224a, 0 1px #00224a, 1px 0 #00224a, 0 -1px #00224a;
	text-align: center;
}
.m4{
   /* width: 60%;*/
	/*width: 680px;*/
    float: left; 
    font-size: 25px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    padding-top: 6px; 
	text-shadow: black 0 0 2px;
}
.m4 a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 26px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    /* -webkit-text-stroke: 2px #030f43; */
    /* letter-spacing: 1px; */
    /* line-height: 1.5; */
    /* letter-spacing: -3px; */
    font-weight: bold;
    /* font-stretch: condensed;*/
}
.m4 a:hover {
  color: #fb422a;
}
.m4 a:active {
  color: #fb422a;
}
 

.m5{
/*	width: 100px; */
    /* float: left; */
    /* margin-top: 10px; */
    /* padding-top: 10px; */
    /* left: 0; */
    right: 0;
    font-size: 25px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    /*background: black;*/
    position: absolute;
}

.m6{
width: 30px;
line-height: 0.92; 
}


/*= HEADERS MENU2**/


/*раскрыв меню*/
ul {
    /* Убираю маркеры у списка*/
    list-style: none;
    /* Делаю элементы блочными. */
    display: block;
    /* Убираю отступы. */
    margin: 0px 10px 10px 10px;
    /* Убираю еще отступы! */
    padding:0px;
}
ul:after {
    /* Делаю элементы блочными. */
    display: block;
    /* Убираю выравнивание. */
    float: none;
    content: ' ';
    clear: both;
}
ul.mmenuu > li {
    /* Задаю выравнивание и позиционирование. */
    float: left;
    /* Считаем координаты относительно исходного места*/
    position: relative;
}
ul.mmenuu > li > a {
    /* Делаю элементы блочными: */
    display: block;
    /* Задаю белый цвет. */
    color: #fff;
    /* Задаю отступ 10px. */
    padding: 10px;
    /* Убираю форматирование*/
    text-decoration: none;
    /* Задаю цвет. */
    background-color: #fb422a;
}
ul.mmenuu > li > a:hover {
    /* Задаю цвет при наведении. */
    background-color: #fb422a;
}
ul.ssubmenuu {
    position: absolute;
    width: 240px;
    top: 37px;
    left:0px;
    /* Делаю субменю скрытыми. */
    display: none;
    /* Цвет — белый. */
    background-color: white;
}
ul.ssubmenuu > li {
    /* Блочное расположение элементов*/
    display: block;
}
ul.ssubmenuu > li > a {
    /* Делаю элементы блочными. */
    display: block;
    /* Убираю форматирование*/
    text-decoration: none;
    /* Задаю отступ. */
    padding: 10px;
    /* Задаю цвет. */
    color: #ffffff;
    /* Еще цвет. */
    background-color: #4a76a8;
	
	    z-index: 2;
    position: relative;
}
ul.ssubmenuu > li > a:hover {
    /* Цвет бэкграунда при наведении. */
    background-color: #fb422a;
    /* Задаю подчеркивание*/
    text-decoration: no;
}
ul.mmenuu > li:hover > ul.ssubmenuu {
    /* Делаю элементы блочными. */
    display: block;
}


/*= Авторизация сверзу**/

.aut{
margin: -10px 0 0 -60px;
    /* display: block; */
    /* position: absolute; */
    /* border: 1px solid #FFFFFF; */
    text-decoration: none;
    /* background: #FFFFFF; */
    /* padding: 10px; */
    /* height: 20px; */
    /* width: 55px; */
	width: 0;
    /* bottom: 0; */
    top: 0;
    position: absolute;
}

/*= Уведомление об авторизации и пр**/

 .notification_all{
	border: 3px solid #030f43;
    padding: 4px;
}

 .notification_head{
	background: #002f59;
    position: relative;
    padding: 7px;
    border-top: 3px solid #030f43;
    border-left: 3px solid #030f43;
    border-right: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    text-align: center;
	margin-top: 10px;
}


 .notification{
    /* display: block; */
    /* position: relative; */
    /* border: 1px solid #FFFFFF; */
    text-decoration: none;
    background: #fb422a;
    padding: 6px;
    /* height: 20px; */
    /* color: #ffffff; */
    /* font-size: 12px; */
    text-align: center;
    height: auto;
    left: 0;
    /* margin: 0 auto; */
    top: 0;
    margin: 0 0 0px 0;
    border: 3px solid #030f43;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 13px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
 .notification_cont{
position: relative;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}

/*Уведомление об окончании PVE*/

 .notification_pve_time{
    text-decoration: none;
    background: #002f59;
    padding: 10px;
    text-align: center;
    min-height: 20px;
    left: 0;
    top: 0;
    margin: 0 0 0px 0;
    border: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
 .notification_pve_time_bl1{
text-decoration: none;
    background: #df9e00;
    padding: 6px;
    text-align: center;
    height: auto;
    left: 0;
    top: 0;
    margin: 5px 0 0px 0;
    border: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 13px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}

/*block time ty conteinet*/
 .notification_but_cont{
position: relative;
    text-decoration: none;
    text-align: center;
    margin: -2px 0 0px 0;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
/*кнопка продления 1*/
 
.button_time {
	outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0px 15px 0px 0px;
    /* border-radius: 0px; */
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1.5px 0 1.5px #000, 0 1.5px 1.5px #000, -1.5px 0 1.5px #000, 0 -1.5px 1.5px #000;
    color: #FFFFFF;
    border: 3px solid #030f43;
}
.button_time i {
  margin-right: 4px;
}
.button_time + .button_time {
  /* margin-left: 6px;*/ /*растояние от след*/
}
.button_time.st1 {
background: #002f59;
}
.button_time.st2 {
background: #034e8f;
}
.button_time:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button_time:hover.st1 {
  background: #FF0000;
}
.button_time:hover.st2 {
  background: #FF0000;
}
.button_time:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button_time:active.st1 {
  background: #FF0000;
}
.button_time:active.st2 {
  background: #FF0000;
}
.button_img_pr1 {
	height: 30px;
    width: 30px;
    background: url(assets/img/ico_alm.png) no-repeat 0px 0px;
    position: absolute;
    /* left: 0; */
    display: grid;
    margin: -2px 0px 0px 65px;
    /* float: left;*/
}
.button_img_pr2 {
	height: 30px;
    width: 30px;
    background: url(assets/img/ico_rub.png) no-repeat 0px 0px;
    position: absolute;
    /* left: 0; */
    display: grid;
    margin: -2px 0px 0px 65px;
    /* float: left;*/
	background-size: contain;
}

.button_s span {
    margin: 0px 0px 0px 40px;
}

#butcatS{
    width: 111px;
    height: 40px;
}
 
 
 

/*= Кнопка к авторизации**/

.button_vert_8 {
    cursor:pointer;
    display: inline-block;
    height:25px;
    width:25px; /* шир кнопки, больше для цифры */
    line-height:20.3px;
    text-align:right;
    background-image:url('img/setting.png');
    background-repeat:no-repeat;
	background-size: cover;
}
.button_vert_8.red { background-position:0 0 } /* кнопка */
.button_vert_8.red:hover { background-position:0 -25px } /* активная кнопка */
/* и т.д. */


/*= Кнопка подсветки активного меню **/


.active_men {
	color: #fb422a !important; /* обозначаем стиль главным */
}

/*= МЕНЮ Навигации , вертикальное **/


.m1_v{
/*min-width: 1000px; */
    /* height: 40px; */
    /* background: #277de0; */
   /* padding-top: 10px;*/
    /* padding-bottom: 3px; */

    text-align: center;
    display: block;
}
.m2_v{
 
}

 
.m4_v{
 
}
.m4_v a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 1.5px 0 1.5px #000, 0 1.5px 1.5px #000, -1.5px 0 1.5px #000, 0 -1.5px 1.5px #000;
    line-height: 35px;
	text-transform: uppercase;
	 
}
.m4_v a:hover {
  color: #fb422a;
}
.m4_v a:active {
  color: #fb422a;
}



/*= КНОПКА - СТИЛЬ 1 **/



.button1 {
	background: #e8e8e8;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;
    font-size: 20px;
    margin: 10px 0 0 0;
    width: 200px;
    height: 20px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
	color: #1a6db6 !important;
}
.button1:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button1:hover{
color: #fb422a !important;
text-decoration:none;
/*background: #0ac100; */
/*background: #b9b9b9;*/
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');*/
}


/*кнопка закрепить id*/
.button4 {
    background: #df9e00;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;
    font-size: 20px;
    margin: 10px 0 0 0;
    width: 180px;
    height: 20px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff !important;
}
.button4:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button4:hover{
/*color: #fb422a !important;*/
text-decoration:none;
background: #b78200;
/*background: #0ac100; */
/*background: #b9b9b9;*/
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');*/
}



.button3 {
background: #002f59;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
     display: inline-block;  
    font-size: 15px;
    /* margin: 10px 0 0 0; */
    /* width: 100px; */
    height: 20px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    color: #ffffff !important;
	height: auto;
}
.button3:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button3:hover{
color: #fb422a !important;
    text-decoration: none;
    /* background: #0ac100; */
    /* background: #1a6db6;*/
}

/**/
.button6 {
background: #1a6db6;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
     display: inline-block;  
    font-size: 15px;
    /* margin: 10px 0 0 0; */
    /* width: 100px; */
    height: 20px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    color: #ffffff !important;
	height: auto;
}
.button6:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button6:hover{
	/*color: #fb422a !important;*/
    text-decoration: none;
     background: #09365f; 
    /* background: #1a6db6;*/
}

/**/
.button8 {
background: #df9e00;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
     display: inline-block;  
    font-size: 15px;
    /* margin: 10px 0 0 0; */
    /* width: 100px; */
    height: 20px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    color: #ffffff !important;
	height: auto;
}
.button8:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button8:hover{
	/*color: #fb422a !important;*/
    text-decoration: none;
     background: #af7c01; 
    /* background: #1a6db6;*/
}

/*Управление Navigation*/
/*кнопка - закрепить id*/
.button9 {
background: #df9e00;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;  
    font-size: 20px;
    /* margin: 10px 0 0 0; */
    min-width: 177px;
    height: 20px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    color: #ffffff !important;
	height: auto;
	text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.button9:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button9:hover{
/*color: #fb422a !important;*/
    text-decoration: none;
    background: #b78200; 
    /* background: #1a6db6;*/
}








/*kn style*/
.button10 {
    background: #034e8f;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: block;
    font-size: 12px;
    /* margin: 10px 0 0 0; */
    /* width: 100%; */
    /* height: 20px; */
    text-align: center;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
    color: #ffffff !important;
    /* height: auto;*/
    }
    .button10:link{
    color: #000000;
    text-decoration:none;
    /* font-size: 22px; */
    /* background: #0ac100;*/
    }
     
    .button10:hover{
        /*color: #fb422a !important;*/
        text-decoration: none;
         background: #09365f; 
        /* background: #1a6db6;*/
    }





/*kn style*/
.button15 {
    background: #df9e00;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: block;
    font-size: 12px;
    margin: 10px 0 0 0;
    /* width: 100%; */
    height: 40px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
    color: #edeef0 !important;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    /* height: auto;*/
    }
    .button15:link{
    color: #000000;
    text-decoration:none;
    /* font-size: 22px; */
    /* background: #0ac100;*/
    }
     
    .button15:hover{
        /*color: #fb422a !important;*/
        text-decoration: none;
         background: #ab7900; 
        /* background: #1a6db6;*/
    }




/*manip pokr*/
.button11 {
    background: #1a6db6;
    border: 2px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;
    font-size: 12px;
    /* margin: 10px 0 0 0; */
    /* width: 100px; */
    height: 20px;
    text-align: center;
    padding: 1px 3px 1px 3px;
    text-transform: uppercase;
    color: #ffffff !important;
    height: auto;
    }
    .button11:link{
    color: #000000;
    text-decoration:none;
    /* font-size: 22px; */
    /* background: #0ac100;*/
    }
     
    .button11:hover{
        color: #fb422a !important;
        text-decoration: none;
    }

    .button11.to_actfree{
        background: #00af00;
    }











/*case click*/
.button14 {
    background: #034e8f;
    border: 3px solid #1a6db6;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;  
    font-size: 15px;
    height: 20px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    height: auto;
}
.button14:link{
    color: #000000;
    text-decoration:none;
}
.button14:hover{
    text-decoration: none;
    background: #2371b5; 
}













    








/*кнопка - закрепить id*/
.button5 {
background: #df9e00;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;  
    font-size: 20px;
    /* margin: 10px 0 0 0; */
    min-width: 180px;
    height: 20px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    color: #ffffff !important;
	height: auto;
	text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.button5:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button5:hover{
/*color: #fb422a !important;*/
    text-decoration: none;
    background: #b78200; 
    /* background: #1a6db6;*/
}

 
/*= СТИЛЬ БЛОКА НОВОСТЕЙ **/
 
.news_style1_1 {
	color: #FFFFFF;
    background: #1a6db6;
    position: relative;
    display: flex;
    padding: 7px;
    border: 3px solid #030f43;
	text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
	letter-spacing: 1px;
}

.news_style1_1 > p {
	margin: 3px 0 0 10px;
}


.news_style1_2 {
    background: #002f59;
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 11px;
	text-shadow: 0 0 black;
}
/*срезаем углы css у блоков, лева право*/
.news_style1_2:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 20px solid #1a6db6;
    border-right: 20px solid #002f59;
}
.news_style1_2:before {
	/*content: '';
    position: absolute;
    right: 0;
    top: 170px;
    border-bottom: 30px solid white;
    border-left: 30px solid green;*/
}


.news_style1_3 {
border-right: 3px solid #030f43;
    border-left: 3px solid #030f43;
    min-height: 80px;
    padding: 10px;
    font-size: 18px;
    min-width: 654px;
    display: inline-block;
    position: relative;
}
.news_style1_3 img {
	border: 3px solid #030f43;
}
.news_style1_3 b {
	color: #1a6db6;
}

.news_style1_4 {
border: 3px solid #030f43;
    background: #1a6db6;
    height: 10px;
    margin-bottom: 10px;
}








    /**new block to v2**/
    .news_style1_3v0 {
        border-right: 3px solid #030f43;
        border-left: 3px solid #030f43;
        min-height: 80px;
        padding: 10px;
        font-size: 18px;
        min-width: 654px;
        display: inline-block;
        position: relative;
        text-align: justify;
    }
 
    .news_style1_3v0:hover {
        background: #d7ecff;
    }
    

    .news_style1_3v1 img {
        border: 3px solid #030f43;
    }
    .news_style1_3v1 b {
        color: #1a6db6;
    }

    .news_style1_3v1 {
        display: inline-block;
        max-width: 460px;
        min-width: 460px;
        padding-right: 5px;
    }
    
/*style ind global block*/
    .news_style1_3v1_1 {
        display: inline-block;
        min-width: 460px;
        padding-right: 5px;
    }
    .news_style1_3v2_1 {
        float: left; 
    }
    .news_style1_3v2_1 img {
        width: 60px;
        height: auto;
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .news_style1_3v0_1 {
        border-right: 3px solid #030f43;
        border-left: 3px solid #030f43;
        padding: 10px;
        font-size: 18px;
        min-width: 654px;
        position: relative;
        text-align: justify;
    }
 
    .news_style1_3v0_1:hover {
        background: #d7ecff;
    }
/*****/




    .news_style1_3v2 {
        display: inline-block;
        position: absolute;
        float: right; 
        /* background: #1a6db6; */
        min-height: 80px;
        padding: 5px;
        top: 0;
    }
    .news_style1_3v2 img {
        width: 110px;
        height: auto;
        margin: 15px 0 0 40px;
    }








.news_style1_4btn {
    border: 3px solid #030f43;
    background: #1a6db6;
    /* height: auto; */
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    }
 
  


.news_style1_5btn_ref {
    border: 3px solid #030f43;
    background: #1a6db6;
    /* height: auto; */
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    width: 672px;
    }





/*= СТИЛЬ БЛОКА СПИСОК СЕРВЕРОВ  **/

.servers_style1_1 {
	color: #FFFFFF;
    background: #034e8f;
    position: relative;
    display: flex;
    padding: 7px;
    border: 3px solid #030f43;
	text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
}

.servers_style1_2 {
    border-right: 3px solid #030f43;
    border-left: 3px solid #030f43;
    border-bottom: 3px solid #030f43;
    min-height: 80px;
    padding: 10px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 11px;
    color: #002f59;
    background: #FFFFFF;
    line-height: 30px;
}


/*= Меню после авторизации  **/

.m6{
width: 30px;
line-height: 0.92; 
}

/*= Меню после авторизации - ВЕРТИКАЛЬНОЕ  **/

/*раскрыв меню*/
ul.mmenuu {
 /* Убираю маркеры у списка*/
    list-style: none;
    display: block;
    position: absolute;
    margin: 0px 10px 10px 10px;
    padding: 0px;
    right: -10px;
    top: 0;
}
ul:after {
    /* Делаю элементы блочными. */
    display: block;
    /* Убираю выравнивание. */
    float: none;
    content: ' ';
    clear: both;
}
ul.mmenuu > li {
    /* Задаю выравнивание и позиционирование. */
    float: left;
    /* Считаем координаты относительно исходного места*/
    position: relative;
}
ul.mmenuu > li > a {
    /* Делаю элементы блочными: */
    display: block;
    /* Задаю белый цвет. */
    color: #fff;
    /* Задаю отступ 10px. */
    padding: 10px;
    /* Убираю форматирование*/
    text-decoration: none;
    /* Задаю цвет. */
    background-color: #fb422a;
}
ul.mmenuu > li > a:hover {
    /* Задаю цвет при наведении. */
    background-color: #FF0000;
}
ul.ssubmenuu {
    position: absolute;
    width: 240px;
    top: 37px;
    left:0px;
    /* Делаю субменю скрытыми. */
    display: none;
    /* Цвет — белый. */
    background-color: white;
}
ul.ssubmenuu > li {
    /* Блочное расположение элементов*/
    display: block;
}
ul.ssubmenuu > li > a {
    /* Делаю элементы блочными. */
    display: block;
    /* Убираю форматирование*/
    text-decoration: none;
    /* Задаю отступ. */
    padding: 5px;
    /* Задаю цвет. */
    color: #ffffff;
    /* Еще цвет. */
background-color: #002f59;
margin-left: -10px;
width: 300px;
font-size: 14px;
}
ul.ssubmenuu > li > a:hover {
    /* Цвет бэкграунда при наведении. */
    background-color: #FF0000;
    /* Задаю подчеркивание*/
    text-decoration: no;
}
ul.mmenuu > li:hover > ul.ssubmenuu {
    /* Делаю элементы блочными. */
    display: block;
}


/*= Меню после авторизации - кнопки  **/


.button_vert_8 {
    cursor:pointer;
    display: inline-block;
    height:25px;
    width:25px; /* шир кнопки, больше для цифры */
    line-height:20.3px;
    text-align:right;
    background-image:url('assets/img/setting.png');
    background-repeat:no-repeat;
	background-size: cover;
}
.button_vert_8.red { background-position:0 0 } /* кнопка */
.button_vert_8.red:hover { background-position:0 -25px } /* активная кнопка */
/* и т.д. */

.button_vert_9 {
	cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 28px; 
    line-height: 31.5px;
    text-align: right;
    background-image: url(assets/img/exit.png);
    background-repeat: no-repeat;
	background-size: cover;
}
.button_vert_9.red { background-position:0 0 } /* кнопка */
.button_vert_9.red:hover { background-position:0 -20px } /* активная кнопка */
/* и т.д. */


/*= Меню после должно работать в автообновлении баланса  **/

#ajax_down {
    display: inline;
}
#ajax_down_style_obw {
	 /*display: inline; */
    /* color: #ffffff; */
 
    /* float: right; */
    position: absolute;
    /* margin-top: -10px; */
    /* text-align: -webkit-right; */
    background: #002f59;
    /* bottom: 0; */
    top: 0;
    right: 0;
    /* margin: 10px; */
    padding: 2px 4px 0 4px;
    height: 35px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 12px;
    /* text-shadow: 1px 0 1px #1a6db6, 0 1px 1px #1a6db6, -1px 0 1px #000, 0 -1px 1px #000; */
    letter-spacing: 1px;
    color: #FFFFFF;
    /* bottom: 10px; */
    width: 242px;
    border-left: 3px solid #030f43;
	text-align: center;
}

.razd_mon1 {
	/*background: #d8a106; */
    width: 253px;
    /* height: 15px; */
    top: -2px;
    position: relative;
    margin: 0 auto;
    border-bottom: 3px solid #030f43;
    font-size: 10px;
    text-align: center;
    margin-left: -7px;
}

.razd_mon2 {
    background: #030f43;
    height: 33px;
    position: absolute;
    border-right: 3px solid #030f43;
    right: -15px;
    top: -8px;
}


#ajax_down_style {
    /* display: inline; */
    /* color: #ffffff; */
    font-size: 22px;
    /* float: right; */
    position: absolute;
    /* margin-top: -10px; */
    /* text-align: -webkit-right; */
    background: #002f59;
    /* bottom: 0; */
    top: 37px;
    right: 0;
    /* margin: 10px; */
    padding: 2px 4px 0 4px;
    height: 100%;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 24px;
    /* text-shadow: 1px 0 1px #1a6db6, 0 1px 1px #1a6db6, -1px 0 1px #000, 0 -1px 1px #000; */
    letter-spacing: 1px;
    color: #FFFFFF;
    /* bottom: 10px; */
    width: 242px;
    border-left: 3px solid #030f43;
    height: 31px;
}
/*= Левый блок баланса  **/
.mon_l {
    left: 4px;
    /* background: #6f6c69; */
    position: absolute;
    width: auto;
    width: 121px;
    text-align: center;
    bottom: 35px;
    bottom: 4px;
}
/*= Правый блок баланса  **/
.mon_r {
    /* height: 35px; */
    right: 4px;
    /* background: #fb961e; */
    width: 121px;
    bottom: 35px;
    position: absolute;
    text-align: center;
    bottom: 4px;
}
 
/*= КАРТИНКИ В авторизации  **/
.ico_img_alm {
    height: 20px;
    width: 20px;
    background: url(assets/img/ico_alm.png) no-repeat 0px 0px;
    position: absolute;
    display: inline-block;
    /* margin: 0 0 0 3px; */
    /* float: right; */
    /* top: 3px; */
    background-size: contain;
	margin: 0 0 0 4px;
}

.ico_img_rub {
height: 18px;
    width: 18px;
    background: url(assets/img/ico_rub.png) no-repeat 0px 0px;
    position: absolute;
    display: inline-block;
    /* margin: 0 0 0 3px; */
    /* float: right; */
    /* top: 3px; */
    background-size: contain;
	margin: 0 0 0 4px;
}

.ico_img_refrub {
    height: 25px;
        width: 25px;
        background: url(assets/img/ico_refrubv.png) no-repeat 0px 0px;
        position: absolute;
        display: inline-block;
        /* margin: 0 0 0 3px; */
        /* float: right; */
        /* top: 3px; */
        background-size: contain;
        margin: -2px 0 0px 5px;
    }


/*= Кнопки навигации при авторизации **/
.mon_navigation {
    right: 0;
    background: #002f59;
    width: 250px;
    position: absolute;
    text-align: center;
    top: 0;
    border-left: 3px solid #030f43;
    /* padding: 3px; */
    height: 44px;
}

/*= Кнопки навигации при авторизации - IMG **/
.mon_navigation_IMG {
	padding: 0 2px 0 15px;
}

/*= КАРТИНКА ICO входа в авторизацию  **/
.ico_img_enter {
	height: 53px;
    width: 39px;
    background: url(assets/img/ico_enter.png) no-repeat 0px 0px;
    display: block;
}
.ico_img_enter:hover {
	background-position: 0 -53px; /* Смещение фона */
   }
   
   
   /*= КАРТИНКИ НАВИГАЦИИ **/
.ico_img_copy {
    height: 18px;
    width: 16px;
    background: url(assets/img/ic_copy.png) no-repeat 0px 0px;
    position: relative; 
    /* display: grid; */
    /* margin: 0 0 0 3px; */
    float: right;
    top: 3px;
	right: 3px;
}
.ico_img_copy:hover {
	background-position: 0 -18px; /* Смещение фона */
}

.ico_img_join_to_server {
    height: 17px;
    width: 15px;
    background: url(assets/img/join_to_server.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    /* margin: 0 0 0 3px; */
    float: right;
    top: 3px;
}
.ico_img_join_to_server:hover {
	background-position: 0 -17px; /* Смещение фона */
}







/*= КАРТИНКИ НАВИГАЦИИ после авторизации**/

.ico_img_notifications {
    height: 33px;
    width: 21px;
    background: url(assets/img/ico_notifications.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 7px 15px 0 0;
	float: left;
}
.ico_img_notifications:hover {
	background-position: 0 -33px; /* Смещение фона */
}
 


.ico_img_car {
    height: 33px;
    width: 30px;
    background: url(assets/img/ico_car.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 7px 15px 0 0;
	float: left;
}
.ico_img_car:hover {
	background-position: 0 -33px; /* Смещение фона */
}


.ico_img_inv {
    height: 33px;
    width: 25px;
    background: url(assets/img/ico_inv.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 7px 15px 0 0;
	float: left;
}
.ico_img_inv:hover {
	background-position: 0 -33px; /* Смещение фона */
}


.ico_img_hand {
    height: 33px;
    width: 22px;
    background: url(assets/img/ico_hand.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 7px 15px 0 0;
	float: left;
}
.ico_img_hand:hover {
	background-position: 0 -33px; /* Смещение фона */
}


.ico_img_profile {
    height: 33px;
    width: 22px;
    background: url(assets/img/ico_profile.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 7px 15px 0 0;
	float: left;
}
.ico_img_profile:hover {
	background-position: 0 -33px; /* Смещение фона */
}


.ico_img_exit {
    height: 32px;
    width: 23px;
    background: url(assets/img/ico_exit.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 7px 15px 0 0;
	float: left;
}
.ico_img_exit:hover {
	background-position: 0 -32px; /* Смещение фона */
}



/*= КАРТИНКИ АВТОРИЗАЦИИ**/

.ico_img_aut_def {
    height: 51px;
    width: 65px;
    background: url(assets/img/ico_aut_def.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
	margin: 8px;
	float: left;
}
.ico_img_aut_def:hover {
	background-position: 0 -51px; /* Смещение фона */
}

.ico_img_aut_steam {
    height: 51px;
    width: 65px;
    background: url(assets/img/ico_aut_steam.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
	margin: 8px;
	float: left;
}
.ico_img_aut_steam:hover {
	background-position: 0 -51px; /* Смещение фона */
}

.ico_img_aut_vk {
    height: 51px;
    width: 65px;
    background: url(assets/img/ico_aut_vk.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 8px;
	float: left;
}
.ico_img_aut_vk:hover {
	background-position: 0 -51px; /* Смещение фона */
}


/*= КРАСИВЫЙ СКРОЛЛ**/

::-webkit-scrollbar {
width: 16px;
height: 16px; }

::-webkit-scrollbar-thumb {
background-color: rgb(26 109 182);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07); }

::-webkit-scrollbar-thumb:hover {
background-color: #002f59;}




/*= ICO ГЛ СТРАНИЦ**/

.ico_gl_h1_category {
    height: 10px;
    width: 10px;
    border: 2px solid #002f59;
    position: absolute;
    background: #1a6db6;
    margin: 8px;
}


/*= ICO ГЛ СТРАНИЦ**/

.style_razr1 {
width: 400px;
    border: 2px solid #000030;
    position: relative;
    background: #f1ff1e;
    margin: 90px;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding: 50px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    /* transform: rotate(-24deg); */
    background: radial-gradient(circle farthest-corner at 100px 50px, #1a6db6, #000030);
	text-transform: uppercase;
}




/*= Страница существ стиль страниц**/

.content3 {
    /* box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; */
    /*padding: 10px 0px 0px 0px;*/
    /* background: #ffffff; */
    /*margin: 0px 5px 10px 5px;*/
    /*border-radius: 0px;*/
    /*position: inherit;*/
    /* min-width: 600px; */
    /* border-top: 3px solid #030f43;*/
}

/*нумерация стиль*/
.number_of_pages_otst {
    /*padding: 8px;*/
	/*
	position: absolute;
	float: left;
	*/
}

.number_of_pages {
background: #e8e8e8;
    margin: 1px;
    border-radius: 2px;
    border: 1px solid #888888;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    font-family: American_Captain, arial;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* border: 1px solid #030f43;*/
}
.number_of_pages:link{
color: #000000;
text-decoration:none;
}
.number_of_pages:visited{
color: #000000;
text-decoration:none;
}
 
.number_of_pages:hover{
color: #FFFFFF;
text-decoration:none;
background: #1a6db6;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');
}

.number_of_pages_ok {
width: 100px;
    height: 100px;
    background: #1a6db6;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /* size: a3; */
    margin: 2px;
    /* font-size: medium; */
    color: white;
    font-size: 25px;
    -moz-border-radius: 50px;
    /* -webkit-border-radius: 50px; */
    border-radius: 2px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #030f43;
	
}


/*= блок оформления**/
.st_wow {
background: #ffffff;
    width: 188px;
    height: 321px;
    /* position: absolute; */
    display: inline-block;
    border-radius: rebeccapurple;
    padding: 10px 10px 10px 10px;
    margin: 10px 5px 10px 0px;
    border: 1px solid #888888;
    text-align: center;
    /* border-radius: 10px 10px 10px 10px; */
    border: 3px solid #030f43;
}
.st_wow_zg {
    background: #1a6db6;
    min-height: 60px;
    /* min-width: 212px; */
    /* bottom: 0; */
    position: inherit;
    margin: -10.1px;
    /* text-indent: -10px; */
    border-bottom: 3px solid #030f43;
}
.st_wow_n {
    /*background: #550000;*/
    /*width: 200px;*/ 
}
.st_wow_n img {
    /*background: #550000;*/
    width: 185px;
    height: auto;
}
.st_wow_z {
overflow: hidden;
    height: 40px;
    /* width: 300px; */
    /* background: #1a6db6; */
    /* margin: -10px; */
    /* padding: 10px; */
    /* color: #FFFFFF; */
    top: -40px;
    position: relative;
}
/* блок офррмления */
.block_st_wow_index {
    /* margin-top: -3px; */
    /* width: 376px; */
    /* height: 100px; */
    background: #e8e8e8;
    /* padding-bottom: 6px; */
    padding: 8px 5px 5px 5px;
    /* border-radius: 4px; */
    border: 1px solid #888888;
    padding-left: 10px;
    padding-right: 10px;
    /* size: a3; */
    /* border-radius: 3px; */
    /* margin: 10px; */
    text-decoration: none;
    /* font-size: medium; */
    /* color: #674d4d; */
    font-size: 20px;
    -moz-border-radius: 50px;
    /* -webkit-border-radius: 50px; */
    /* border-radius: 10px; */
    border-radius: 1px 1px 10px 10px;
    font-family: American_Captain, arial;
    text-align: center;
    top: -60px;
    left: -10px;
    position: relative;
}

.block_st_wow {
/*margin-top: -4px; */
    background: #034e8f;
    position: relative;
    /* width: 188px; */
    /* height: 1px; */
    margin: 0px -10px 0px -10px;
    padding: 3px;
    /* border-radius: 10px 10px 10px 10px; */
    /* font-size: 19px; */
    -moz-border-radius: 50px;
    /* font-family: American_Captain, arial; */
    text-align: right;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    border-top: 3px solid #030f43;
}

.block_st_wow2 {
/*margin-top: -4px; */
    background: #034e8f;
    position: relative;
    /* width: 188px; */
    /* height: 1px; */
    margin: 0px -10px 0px -10px;
    padding: 3px;
    /* border-radius: 10px 10px 10px 10px; */
    /* font-size: 19px; */
    -moz-border-radius: 50px;
    /* font-family: American_Captain, arial; */
    text-align: right;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #21f5ff;
    border-top: 3px solid #030f43;
}

.pay_but_wow {
     /* margin-right: 30px;*/
}
.pay_but_wow:link{
color: #000000;
    text-decoration: none;
    /* font-size: 18px; */
    margin: 0px 5px 0px 5px;
}
 
.pay_but_wow:hover{
color: #FF0000;
text-decoration:none;
/* background: #0ac100; */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');
}



.styl_mod_name {
    /* font-size: 18px; */
    /* font-weight: 600; */
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}	   
	  
.styl_mod1 {
background: #1a6db6;
    margin: 0 -30px 10px -30px;
     color: #ffffff; 
    /* height: 40px; */
    border-bottom: 2px solid #030f43;
    text-align: center;
    border-radius: 3px 3px 0 0;
    /* padding: 15px; */
    /* font-size: 20px; */
}

 


/* new block оформление товаров*/


.block1_gl_obv {
background: #ffffff;
    width: 213px;
    height: auto;
    display: inline-grid;
        margin: 5px 6px 10px 0px;
    text-align: center;
    border: 3px solid #030f43;
}

.block1_zagfon {
    background: #1a6db6;
    /* min-width: auto; */
    /* position: absolute; */
    height: 55px;
    /* bottom: 0; */
    /* position: relative;*/
	border-bottom: 3px solid #030f43;
}
.block1_zag {
    overflow: visible;
    height: 40px;
    /* width: 300px; */
    /* background: #1a6db6; */
    /* margin: -10px; */
    /* padding: 10px; */
    /* color: #FFFFFF; */
    top: -50px;
    position: relative;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.block1_zag_text {
	    /* font-size: 18px; */
    /* font-weight: 600; */
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 13px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.block1_img img{
    background: #ffffff;
    width: auto;
    height: 170px;
    /* background-size: contain; */
    position: relative;
    /* margin-bottom: -40px; */
    display: block;
    /* padding: 0px 0px 15px 0px; */
    /* margin-bottom: 10px; */
    /* text-align: center; */
    margin: 0 auto;
    top: -20px;
    max-height: 120px;
}
.block1_text_alm {
    /* margin-top: -4px; */
    background: #002f59;
    position: relative;
    /* width: 188px; */
    /* height: 1px; */
    /* margin: 0px -10px 0px -10px; */
	height: 20px;
    padding: 3px 25px 3px 0px;
    /* border-radius: 10px 10px 10px 10px; */
    /* font-size: 19px; */
    -moz-border-radius: 50px;
    /* font-family: American_Captain, arial; */
    text-align: right;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #21f5ff;
    border-top: 3px solid #030f43;
}
.block1_text_rub {
    /* margin-top: -4px; */
    background: #1a6db6;
    position: relative;
    /* width: 188px; */
    /* height: 1px; */
    /* margin: 0px -10px 0px -10px; */
	height: 20px;
    padding: 3px 25px 3px 0px;
    /* border-radius: 10px 10px 10px 10px; */
    /* font-size: 19px; */
    -moz-border-radius: 50px;
    /* font-family: American_Captain, arial; */
    text-align: right;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #ffffff;
    border-top: 3px solid #030f43;
}
/* КНОПКА КУПИТЬ*/
.block1_ico_img_pay {
height: 41px;
    width: 82px;
    background: url(assets/img/ico_pay.png) no-repeat 0px 0px;
    display: block;
    left: -3px;
    position: relative;
    margin-top: -48px;
}
.block1_ico_img_pay:hover {
	background-position: 0 -41px; /* Смещение фона */
}
 
  
 
 
  /* СТИЛИ ОКНА ВСПЛ */
 
 
 
 /* Стили для подложки */

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 700px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, .2);
    text-align: left;
    /* padding: 0 30px 30px 30px; */
     /* padding: 4px;  */
    border: 3px solid #030f43;
    background-color: #1a6db6;
    transition: 0.3s all;
    max-height: 600px;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}


/* Стили для кнопок. Мы ведь порядочные разработчики, негоже простые ссылки оставлять */
/*
a {
   padding: 20px;
   display: inline-block;
   text-decoration: none;
   background-color: #414b52;
   margin: 10px;
   color: #fff;
   border-radius: 3px;
}
*/
 

/* Стили для модальных окон */

.modal_dino {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, .2);
    text-align: left;
    padding: 0 30px 30px 30px;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s all;
    max-height: 600px;
}


/* Стили для активных классов подложки и окна */

.modal_dino.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
width: 25px;
    /* background: #1a6db6; */
    height: 25px;
    position: absolute;
    top: 5px;
    right: -35px;
    fill: #edeef0;
    cursor: pointer;
}

/**************************************/





/* Стили для модальных окон */

.modal_inv {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 10px 10px 30px 10px;
    border-radius: 3px;
    background-color: #1a6db6;
    transition: 0.3s all;
    max-height: 210px;
	
	border: 2px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 15px;
}


/* Стили для активных классов подложки и окна */

.modal_inv.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal_inv__cross {
width: 25px;
    /* background: #1a6db6; */
    height: 25px;
    position: absolute;
    top: 5px;
    right: -35px;
    fill: #edeef0;
    cursor: pointer;
}


/* СТИЛИСТИКА HR NEW */
.hr1 {
	height: 35px;
}

/* Подложка для поиска */

.gl_block_style1 {
	width: 100%;
    border-bottom: 3px solid #030f43;
    height: 30px;
    /* right: 0; */
    /* float: right; */
    text-align: right;
    position: relative;
    /* display: contents; */
    margin: -30px 10px 5px 0px;
    /* top: -30px; */
    /* background: azure;*/
}



/* СТИЛЬ ПОИСКА */

.content2_zagolgl {
     margin-right: 280px;
    color: black;
    font-size: 25px;
    /* padding: 10px; */
    font-family: American_Captain, arial;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding: 10px;
    background: #ffffff;
    margin: 10px 10px 0px 10px;
    border-radius: 0px;
    position: inherit;
min-width: 600px;
}

 /* Название / */
.content2_namefragm {
	letter-spacing: 1px;
    font-size: 26px;
   /* padding-bottom: 10px; */
    color: #05111F;
	font-family: American_Captain, arial;
}
.content2_namefragm a {
	    color: #05111F;
	 text-decoration: none; /* Отменяем подчеркивание у ссылки */
	     line-height: 23px;
}
.content2_namefragm a:hover {
	color:#FF0000;
	 text-decoration: none; /* Отменяем подчеркивание у ссылки */
}

/* полоса прокрутки для контента*/
.content2_pol {
        /* height: 4px; */
    /* background: #FF0000; */
    /* margin-bottom: 10px; */
    /* margin-right: 13px; */
}


/* NEW form window select /Дино предмет */

.gl_form2 {
    background: #1a6db6;
    width: 700px; 
	/*width: 100%;*/
    /* height: 450px;*/
	height: 100%;
    color: #FFFFFF;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    /*padding: 3px;*/
    text-transform: uppercase;
	font-size: 13px;
}
.gl_form2_header {
    /* background: #005aff; */
    height: 180px;
}
.gl_form2_blockIMG {
    background: #ffffff;
    /* display: block; */
    /* width: 180px; */
    /* position: absolute; */
    /* height: 100%; */
    /* text-align: center; */
    /* padding: 0px; */
    margin: 6px;
    float: left;
    border: 3px solid #030f43;
}
.gl_form2_blockIMG img{
	/*background: #ffffff; */
    width: auto;
    height: 160px;
    /* background-size: contain; */
    position: relative;
    /* margin-bottom: -40px; */
    display: block;
    /* padding: 0px 0px 15px 0px; */
    /* margin-bottom: 10px; */
    /* text-align: center; */
    margin: 0 auto;
    /* top: -20px; */
    /* border: 3px solid #030f43;*/
    max-width: 160px;
}
.gl_form2_block1 {
    /* background: #2E8B57; */
    width: 210px;
    float: left;
    /*height: 100%;*/
    padding: 4px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 13px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
}
.gl_form2_block1 input {
width: 190px;
    padding: 4px;
    font-size: 18px;
	border: 2px solid #030f43;
}

.gl_form2_block1 select {
width: 202px;
    padding: 4px;
    font-size: 18px;
    border: 2px solid #030f43;
}

.gl_form2_block1ZAG {
    padding: 2px 0 18px 0;
    width: 245px;
    max-height: 40px;
    /* word-break: break-all; */
    font-size: 14px;
}

.gl_form2_block2 {
    /*background: #9ACD32;/*
    text-align: center;
    /* padding: 10px; */
    float: right;
    width: 271px;
    height: 100%;
    position: relative;
    border-left: 3px solid #030f43;
}
.gl_form2_block2 p1 {
position: absolute;
    padding: 10px 4px 4px 4px;
    width: 260px;
    height: 50px;
    top: 45px;
    /* background: aqua; */
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.gl_form2_block2_POS {
    float: right;
}
.gl_form2_block2_POShide {
    float: left;
    /* height: 0; */
    /* left: 20px; */
    /* right: 0px; */
    padding: 40px 0px 0px 33px;
    /* top: 20px; */
    /* width: 0; */
    font-size: 15px;
    display: initial;
    /* background: #d0d0d0; */
    position: absolute;
}
.gl_form2_block2_POShide_cont {
	/*float: right; */
    height: 140px;
    /* left: 20px; */
    /* right: 0px; */
    /* top: 0; */
    /* top: 20px; */
    width: 270px;
    /* font-size: 15px; */
    /* display: initial; */
    /* background: #d0d0d0; */
    /* position: absolute; */
    text-align: center;
}




.gl_form2_bl_r {
    background: #1a6db6;
    float: right;
    width: 115px;
    height: 20px;
    /* text-align: center; */
    padding: 10px;
    /* float: left; */
    /* width: 100%; */
    border-left: 3px solid #030f43;
    /* height: 100%; */
    font-size: 20px;
}
.gl_form2_bl_alm {
background: #002f59;
    float: right;
    width: 112px;
    height: 17px;
    padding: 10px;
    font-size: 20px;
    border-left: 3px solid #030f43;
    border-bottom: 3px solid #030f43;
}
.gl_form2_bl_cont {
    width: 270px;
    /* background: #9ACD32; */
    float: right;
    /* width: 100%; */
    /* height: 100px; */
    display: inline-block;
    border-left: 3px solid #030f43;
    padding: 40px 0 40px 0;
}
.gl_form2_bl_butn {
border-top: 3px solid #030f43;
    /* background: #ffe002; */
    /* text-align: center; */
    /* padding: 10px; */
    float: right;
    width: 271px;
    height: 37px;
    /* border-left: 3px solid #030f43; */
    bottom: 0;
    position: absolute;
    /* display: contents;*/
}



.gl_form2_content {
	/*background: #616133; */
    /* height: 200px; */
    /* position: fixed; */
    height: 320px;
}
.gl_form2_left_block1 {
background: #edeef0;
    width: 550px;
    display: inline-block;
    float: left;
    height: 284px;
    /* height: 100%; */
    color: #030f43;
}
.gl_form2_left_block1ZAG {
    background: #1a6db6;
    width: 690px;
    display: grid;
    padding: 5px;
    border-top: 3px solid #030f43;
    border-bottom: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 20px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
}
.gl_form2_left_block1INFO {
background: #FF0000;
    width: 515px;
    display: inline-table;
    padding: 5px;
    margin: 10px;
    color: #FFFFFF;
    border: 3px solid #030f43;
    font-size: 18px;
    text-align: center;
}

/*предметы блок инфо*/
.gl_form2_left_block2INFO {
    background: #d9d9da;
    width: 515px;
    display: inline-table;
    padding: 20px 5px 20px 5px;
    margin: 10px;
    color: #030f43;
    font-size: 18px;
    text-align: center;
    border: 3px solid #030f43;
    position: relative;
    /*top: 10px;*/
}

.gl_form2_left_bl_t1 {
	/*background: #c4bdc3; */
    width: 173px;
    /* height: 40px; */
    padding: 5px;
    /* margin: 2px; */
    /* display: flex; */
    float: left;
    /* height: 200px; */
    border-bottom: 3px solid #030f43;
    text-align: center;
}
/*предметы стиль*/
.gl_form2_left_bl_t1_spred {
	/*background: #c4bdc3; */
    width: 173px;
    /* height: 40px; */
	padding: 5px 5px 25px 5px;
    /* margin: 2px; */
    /* display: flex; */
    float: left;
    /* height: 200px; */
    border-bottom: 3px solid #030f43;
    text-align: center;
}

.gl_form2_left_bl_t1_sel {
background: #1a6db6;
    /* display: block; */
    /* float: right; */
    /* height: 200px; */
    color: white;
    padding: 4px;
    width: 140px;
    /* font-size: 15px; */
    /* padding-left: 0; */
}


.gl_form2_left_bl_t2 {
    /* background: #54bdc3; */
    /* width: 130px; */
    /* height: 100%; */
    /* display: block; */
	width: 105px;
    float: left;
    /* height: 200px; */
    /* padding-left: 60px; */
    padding-top: 10px;
    padding: 10px 4px 0 30px;
    text-align: right;
    font-size: 15px;
    line-height: 29px;
}
.gl_form2_left_bl_t2select {
    /*background: #54bdc3;*/
    width: 130px;
    /* height: 100%; */
    /* display: block; */
    float: left;
    /* height: 200px; */
    /* padding-left: 60px; */
    padding-top: 10px;
    text-align: right;
    font-size: 15px;
    line-height: 29px;
}
/*
.gl_form2_left_bl_t2select select {
	background: #1a6db6;
    display: block;
    float: left;
    color: white;
    padding: 4px;
}
*/


.gl_form2_right_block1 {
	/*background: #66CDAA; */
    float: left;
    width: 130px;
    height: 286px;
    font-size: 15px;
    /*padding-left: 10px;*/
    border-left: 3px solid #030f43;
	text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}

/** СТИЛИСТИКА РАСКРЫВАЮЩЕГО СПИСКА **/

.select_opt { 
	/*display: block; */
    font-size: 14px;
    /* font-family: sans-serif; */
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 4px 4px 4px 4px;
     width: 100%; 
     max-width: 100%; 
    /*width: 150px;*/
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    /* border-radius: .5em; */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    text-align: center;
} 
 .select_opt::-ms-expand { display: none; } 
 .select_opt:hover { border-color: #888; } 
 .select_opt:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
 .select_opt option { font-weight:normal; } 
 *[dir="rtl"] .select_opt, :root:lang(ar) .select_opt, :root:lang(iw) .select_opt { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}





/* СПИСОК ДИНО КОЛОР */
.select_opt2 { 
	/*display: block; */
    font-size: 14px;
    /* font-family: sans-serif; */
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 4px 4px 4px 4px;
    width: 200px;
     max-width: 100%; 
    /*width: 150px;*/
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    /* border-radius: .5em; */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to left, #ffffff00 20%,#e5e5e5 80%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    text-align: center;
} 
 .select_opt2::-ms-expand { display: none; } 
 .select_opt2:hover { border-color: #888; } 
 .select_opt2:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
 .select_opt2 option { font-weight:normal; } 
 *[dir="rtl"] .select_opt2, :root:lang(ar) .select_opt2, :root:lang(iw) .select_opt2 { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}




/*= КАРТИНКИ В WINDOW ОКНЕ SELECT  **/

.ico_img_alm_h1 {
    height: 30px;
    width: 30px;
    background: url(assets/img/ico_alm.png) no-repeat 0px 0px;
    position: absolute;
    display: inline-block;
    /* margin: 0 0 0 3px; */
    /* float: right; */
    /* top: 3px; */
    background-size: contain;
margin: -5px 0 0px 5px;
}

.ico_img_rub_h1 {
    height: 30px;
    width: 30px;
    background: url(assets/img/ico_rub.png) no-repeat 0px 0px;
    position: absolute;
    display: inline-block;
    /* margin: 0 0 0 3px; */
    /* float: right; */
    /* top: 3px; */
    background-size: contain;
margin: -5px 0 0px 5px;
}

/*БЛОК СКОРОСТЬ */

.gl_form2_prim {
background: #d0d0d0;
    height: 60px;
    width: 230px;
    font-size: 13px;
    position: absolute;
    /* color: #ffffff; */
    line-height: 13px;
    text-align: right;
    margin: 0px 0 0 0px;
    padding: 4px 4px 4px 4px;
    /* border-bottom: 2px solid #840f00; */
    /* border-left: 2px solid #840f00; */
    /* border-right: 2px solid #840f00; */
    border: 2px solid #bfbfbf;
    /* text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000; */
    letter-spacing: 0.2px;
    /*right: 155px;*/
	left:302px;
    bottom: 4px;
}

.gl_form2_prim1{
    width: 80px;
    height: 10px;
    /* background: #16ffff; */
    float: left;
    padding: 1px;
    /* color: #030f43; */
    font-size: 15px;
}
.gl_form2_prim2{
width: 230px;
    float: left;
    /* text-align: center; */
    /* background: aquamarine; */
    font-size: 12px;
    color: #fb422a;
	text-align: center;
    line-height: 19px;
}

/* БЛОК ПРЕДЕЛЫ */

.gl_form2_predel1{
    width: 143px;
    /* float: left; */
    font-size: 15px;
    /* background: #060606; */
    color: #FFFFFF;
    padding: 1px 2px 0px 2px;
    /* margin: 10px; */
    text-align: center;
    line-height: 19px;
    /* border-bottom: 3px solid #030f43;*/
}

.gl_form2_predel2{
	width: 143px;
    /* float: left; */
    font-size: 14px;
    color: #FFFFFF;
    /* background: bisque; */
    text-align: center;
    line-height: 19px;
    border-bottom: 1px solid #030f43;
    padding: 0 2px 0 2px;
}

/* КНОПКА стиль 1 */

a.btn1 {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 
a.btn1:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.btn1:active { background: rgb(152,15,0); } /* при нажатии */


/* кнопка в корзину */

.button_s {
border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    /* padding: 5px 50px 2px; */
    /* border-radius: 0px; */
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1.5px 0 1.5px #000, 0 1.5px 1.5px #000, -1.5px 0 1.5px #000, 0 -1.5px 1.5px #000;
    color: #FFFFFF;
}
.button_s i {
  margin-right: 4px;
}
.button_s + .button_s {
  margin-left: 6px;
}
.button_s.st1 {
background: #df9e00;
}
.button_s.st2 {
background: #df9e00;
border: 3px solid #030f43;
padding: 10px;
color: #FFFFFF;
}
.button_s.st3 {
background: #fb422a;
border: 3px solid #030f43;
padding: 10px;
color: #FFFFFF;
}

.button_s:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button_s:hover.st1 {
  background: #FF0000;
}
.button_s:hover.st2 {
  background: #FF0000;
}
.button_s:hover.st3 {
  background: #FF0000;
}
.button_s:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button_s:active.st1 {
  background: #FF0000;
}
.button_s:active.st2 {
  background: #FF0000;
}
.button_s:active.st3 {
  background: #FF0000;
}

.button_img_car {
	height: 33px;
    width: 30px;
    background: url(assets/img/ico_car.png) no-repeat 0px 0px;
    position: absolute;
    /* left: 0; */
    display: grid;
    margin: -1px 0px 0px 55px;
    /* float: left;*/
}
.button_img_car2 {
	height: 33px;
    width: 30px;
    background: url(assets/img/ico_paymon.png) no-repeat 0px 0px;
    position: absolute;
    /* left: 0; */
    display: grid;
    margin: -4px 0px 0px 0px;
    /* float: left;*/
}

.button_s span {
    margin: 0px 0px 0px 40px;
}

#butcat{
width: 100%;
height: 100%;
}
#butcat2{
width: 100%;
height: 100%;
}

/* КНОПКА - К ПОКУПКАМ - БЕЗ КАРТИНКИ*/

.button_s1 {
border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    /* padding: 5px 50px 2px; */
    /* border-radius: 0px; */
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1.5px 0 1.5px #000, 0 1.5px 1.5px #000, -1.5px 0 1.5px #000, 0 -1.5px 1.5px #000;
    color: #FFFFFF;
}
.button_s1 i {
  margin-right: 4px;
}
.button_s1 + .button_s1 {
  margin-left: 6px;
}
.button_s1.st1 {
background: #df9e00;
}

.button_s1:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button_s1:hover.st1 {
  background: #FF0000;
}
.button_s1:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button_s1:active.st1 {
  background: #FF0000;
}
 

.button_s1 span {
    margin: 0px 0px 0px 0px;
}



/* ВКЛАДКИ СУЩЕСТВА */
    .tabs {
	max-width: 265px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    color: #FFFFFF;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    /* padding: 3px; */
    /* margin-right: -30px; */
    text-transform: uppercase;
    background: #030f43;
	float: right;
    }

    .tabs>input[type="radio"] {
      display: none;
    }

    .tabs>input[type="radio"]:checked+label {
    background-color: #1a6db6;
    border-bottom: 3px solid #1a6db6;
    /* border-right: 3px solid #1a6db6; */
    /* border-left: 3px solid #030f43;*/
    }

    .tabs>div {
      /* скрыть контент по умолчанию */
	display: none;
    /* border-left: 3px solid #030f43; */
    /* border-bottom: 3px solid #030f43; */
    /* border-right: 3px solid #030f43; */
    background: #1a6db6;
    padding: 5px 5px;
    /* border-radius: 4px; */
    height: 100px;
    width: 254px;
    font-size: 13px;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block;
    }

    .tabs>label {
	display: inline-block;
    width: 114px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #002f59;
    /* border: 1px solid transparent; */
    padding: 10px 8px;
    /* margin-left: -4px; */
    /* font-size: 16px; */
    /* line-height: 1.5; */
    /* border-radius: 4px; */
    /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; */
    /* margin-left: 6px; */
    cursor: pointer;
    /* margin-bottom: 10px; */
    /* border-right: 3px solid #030f43; */
    border-bottom: 3px solid #030f43;
    /* border-left: 3px solid #030f43;*/
    }

    .tabs>label:first-of-type {
      margin-left: 0;
    }
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 /* Style the tab */
.tab {
    overflow: hidden;
   
    /*background-color: #002f59;*/
	width: 274px;
  
}

/* Style the buttons inside the tab */
.tab button {
	 
    background-color: #002f59;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
     
    transition: 0.3s;
    font-size: 17px;
	width: 137px;
	 border-left: 3px solid #030f43;
	font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
	padding: 10px 25px 10px 2px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fb422a;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #1a6db6;
    z-index: 2;
    position: relative;
}

.tablinks_line {
    background-color: #030f43;
    width: 272px;
    height: 3px;
    right: 0;
    position: absolute;
    margin-top: -3px;

    z-index: 1;
}

/* Style the tab content */
.tabcontent {
display: none;
    background: #1a6db6;
    padding: 6px 12px;
    border-top: none;
    height: 84px;
    border-left: 3px solid #030f43;
    position: relative;
}

.tabcontent p1 {
position: absolute;
    padding: 0;
    width: 250px;
    height: 50px;
    top: 10px;
    /* background: aqua; */
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

/***** КАБИНЕТ *****/

.content2_zagolgl {
     margin-right: 280px;
    color: black;
    font-size: 25px;
    /* padding: 10px; */
    font-family: American_Captain, arial;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding: 10px;
    background: #ffffff;
    margin: 10px 10px 0px 10px;
    border-radius: 0px;
    position: inherit;
min-width: 600px;
}

.content3 {
    /* box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; */
    padding: 10px 0 10px 0;
    /* background: #edeef0; */
    margin: 0px 8px 8px 0px;
    border-radius: 0px;
    position: inherit;
    min-width: 600px;
}

.button2{
    /* border: solid 1px #767676; */
    /* background: #efefef; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#4a76a8)); */
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    /* color: #fff; */
    -webkit-border-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-family: Helvetica;
    text-decoration: unset;
}

.button2:hover{
background: #efefef;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');
}




/** Закрепить ID **/

/*= расположение **/
.mon_navigation_IMG_2 {
	margin: 0 auto;
    display: inline-flex;
}

/*= КАРТИНКА ICO закрепить epic  **/
.ico_img_op_epic {
	height: 61px;
    width: 52px;
    background: url(assets/img/ico_op_epic.png) no-repeat 0px 0px;
    display: block;
	padding-left: 4px;
	margin-top: 4px;
}
.ico_img_op_epic:hover {
	background-position: 0 -61px; /* Смещение фона */
   }
   
   
   /*= КАРТИНКА ICO закрепить steam  **/
.ico_img_op_steam {
	height: 61px;
    width: 52px;
    background: url(assets/img/ico_op_steam.png) no-repeat 0px 0px;
    display: block;
	padding-left: 4px;
	margin-top: 4px;
}
.ico_img_op_steam:hover {
	background-position: 0 -61px; /* Смещение фона */
   }
   
   
   
   
   
   
   /*= КАБИНЕТ NEW СТИЛИСТИКА  **/

.content1_all_b{
   /* width: 300px;*/
	
}

 .content1_head{
	background: #002f59;
    position: relative;
    padding: 7px;
    border-top: 3px solid #030f43;
    border-left: 3px solid #030f43;
    border-right: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    text-align: center;
	color: #FFFFFF;
	width: 660px;
}
   
.content1_all{
	border: 3px solid #030f43;
    padding: 7px;
	background: #1a6db6;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
	min-height: 80px;
    width: 660px;
	
	text-align: center;
	
}

.content1_all p2{
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
	    text-transform: uppercase;
	
}

/* КАБИНЕТ БЛОЧНЫЕ*/

.content2_all_ty{
	width: 335px;
    float: left;
	padding: 2px;
}

.content2_all_b{
width: 300px;
}

 .content2_head{
    background: #002f59;
    position: relative;
    padding: 5px 0 5px 0;
    /* padding: 7px; */
    border-top: 3px solid #030f43;
    border-left: 3px solid #030f43;
    border-right: 3px solid #030f43;
	border-bottom: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
    /* width: 220px;*/
}
   
.content2_all{
border-left: 3px solid #030f43;
    border-right: 3px solid #030f43;
    padding: 5px 0 5px 0;
    background: #1a6db6;
    color: #FFFFFF;
    /* margin-bottom: 10px;*/
    /*display: flex;*/
    min-height: 80px;
    /* width: inherit; */
    /* position: relative;*/
	
}

.content2_end{
	text-align: center;
    background: #1a6db6;
    border-left: 3px solid #030f43;
    border-right: 3px solid #030f43;
    border-bottom: 3px solid #030f43;
	margin-bottom: 10px;
	padding-bottom: 10px;
}





/* PVE PVP Трайбы style info */
.pvpve_style_tribe_inf_txt{
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
}

.pvpve_style_tribe_inf1{
	text-align: center;
    background: #034e8f;
    border: 3px solid #030f43;
    /* border-radius: 50px; */
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
}
.pvpve_style_tribe_inf1_1{
	padding: 10px 0 0 0;
    font-size: 14px;
}

.pvpve_style_tribe_inf2{
	text-align: center;
    background: #034e8f;
    border: 3px solid #030f43;
    /* border-radius: 50px; */
    padding: 5px;
	text-transform: uppercase;
}
.pvpve_style_tribe_inf2_1{
    text-align: center;
    /* background: #034e8f; */
    /* border-bottom: 3px solid #030f43;*/
    border-right: 3px solid #030f43;
    border-left: 3px solid #030f43;
    /* border-radius: 50px; */
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pvpve_style_tribe_inf2_2{
    text-align: center;
    background: #034e8f;
border: 3px solid #030f43;
    /* border-radius: 50px; */
    padding: 5px;
}

.pvpve_style_tribe_inf3user{
    background: #33638e;
    border: 3px solid #030f43;
    /* border-radius: 50px; */
    padding: 2px;
    margin: 2px;
    display: inline-block;
}



/* КАБИНЕТ - УРОВЕНЬ ВИП*/

.stat{ 
background: #1a6db6;
width: 100%;
display: flex;
border: 1px solid;
    margin-top: 10px;
}

/*stat_dow - изменяет цвет прямо в файле*/

.stat_dow_txt{ 
color: #FFFFFF;
font-size: initial;
width: 100%;
height: 20px;
/*position: absolute;*/
position: relative;
text-shadow: 1px 1px 2px black, 0 0 1em #4a76a8;
font-family: cursive;
}

/* КАБИНЕТ - ПОПОЛНЕНИЕ*/
 
.box2_center {
	width: max-content;
 /* width: 100px;*/
 /* height: 100px;*/ /* если высота не будет задана явна, она будет равна 100% */
 /* position: absolute;*/
 position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
 
.cab_p_block_gl{ 
	width: 120px;
    text-align: center;
    padding: 10px;
    position: relative;
    float: left;
}

.cab_p_img{ 
	width: 50px;
    margin: 0 auto;
    height: 40px;
    padding: 3px;
    background: #002f59;
    border: 3px solid #030f43;
}

.cab_p_img span{ 
position: absolute;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 20px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    color: #36c700;
    text-transform: uppercase;
    top: 0;
    width: fit-content;
}

.cab_p_txt{ 
text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 14px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    /* width: 80px;*/
}


/* ВИП - ВСПЛЫВАЮЩЕЕ ОКНО */

  .block-popup2{
    position: fixed;
    background: #edeef0;
    max-height: 690px;
    max-width: 850px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #002f5e;
    padding: 10px;
    box-shadow: 0 12px 20px -10px;
    /* text-align: center; */
    display: none;
    z-index: 10;
    color: #002f5e;
    text-shadow: 0 0 black;
    overflow: auto;
}
.block-popup2 span{
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #002f59;
  font-size: 40px;
}

.overlay_block2 {
  width: 100%;
  height: 100%;
  background: rgb(26 29 31 / 76%);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
}


/* Рефералка - ВСПЛЫВАЮЩЕЕ ОКНО */

.block-popup3{
    position: fixed;
    background: #edeef0;
    max-height: 600px;
    max-width: 840px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #002f5e;
    padding: 10px;
    box-shadow: 0 12px 20px -10px;
    /* text-align: center; */
    display: none;
    z-index: 10;
    color: #002f5e;
    text-shadow: 0 0 black;
    overflow: auto;
}
.block-popup3 span{
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #002f59;
  font-size: 40px;
}

.overlay_block3 {
  width: 100%;
  height: 100%;
  background: rgb(26 29 31 / 76%);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
}



/* КАБИНЕТ ИНФО - ВСПЛЫВАЮЩЕЕ ОКНО */

.block_dino_inf{
    position: fixed;
    background: #edeef0;
    width: 300px;
    /* max-height: 150px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 5px; */
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 12px 20px -10px;
    /* text-align: center; */
    display: none;
    z-index: 10;
    color: #002f5e;
	text-shadow: 0 0 black;
    /* overflow: scroll;*/
}
.block_dino_inf span{
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #002f59;
  font-size: 40px;
}

.overlay_block3 {
  width: 100%;
  height: 100%;
  background: rgb(26 29 31 / 76%);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
}

/* Кнопка инфо - инфо существа*/

.mod_wind_btn {
    margin-top: -2px;
    margin-left: 5px;
    position: relative;
    float: left;
}

.mod_wind_btn:hover {
	background-color: #fafafa;
    border-radius: 100px;
}


/* КАБИНЕТ - Стиль блоков grid*/

#GBitem1 { 
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  width:327px;
  border: 1px solid #030f43;
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  grid-template-columns: 160px auto auto;
  grid-template-rows: auto auto auto;
  }
#GBitem1 > div {
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem1_hide1 {
  grid-column: 1 / span 3;
  grid-row: 1;
  
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem1_hide2 {
    padding: 7px;
    background: #002f59;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem1_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem1_btn {
  background: #034e8f;
  grid-column: 1 / span 3;
  /* grid-row: 4; */
}

/**/

#GBitem0 { 
/*float: left;*/
margin-right: 15px;
border: 2px solid #030f43;

  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  width:327px;
 
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  grid-template-columns: auto;
  grid-template-rows: auto;
  
      margin-bottom: 15px;
  }
#GBitem0 > div {
  /*font-size: 12px;*/
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem0_hide1 {
  grid-column: 1 / span 1;
  grid-row: 1;
  
	
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem0_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 12px;
	min-height: 110px;
}





/*режими pvp */
#GBitem6 { 
/*float: left;*/
margin-right: 15px;
border: 2px solid #030f43;

  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  width:327px;
 
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  grid-template-columns: auto;
  grid-template-rows: auto;
  
      margin-bottom: 15px;
  }
#GBitem6 > div {
  /*font-size: 12px;*/
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem6_hide1 {
  grid-column: 1 / span 5;
  grid-row: 1;
  
	
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem6_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
    font-size: 12px;
    min-height: 40px;
    display: grid;
    /*grid-template-columns: 3fr 1fr 1fr 1fr 1fr;*/
    grid-column: 1 / span 5;
    align-items: center;
	text-align: right;
	grid-template-columns: 1.5fr 0fr 0.5fr 1fr 0fr;
}
.GBitem6_content2 {
	padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
    font-size: 12px;
    min-height: 40px;
    display: grid;
    grid-template-columns: 1fr 0.2fr 0.3fr 0.2fr 1fr;
    grid-column: 1 / span 5;
    align-items: center;
}

.GBitem6_contentTO {
    background: #1a6db6;
    color: #FFFFFF;
    font-size: 12px;
    min-height: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1 / span 3;
}


/*режими pvp */
#GBitem7 { 
/*float: left;*/
margin-right: 15px;
border: 2px solid #030f43;

  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  width:327px;
 
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  grid-template-columns: auto;
  grid-template-rows: auto;
  
      margin-bottom: 15px;
  }
#GBitem7 > div {
  /*font-size: 12px;*/
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem7_hide1 {
  grid-column: 1 / span 5;
  grid-row: 1;
  
	
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem7_content0 {
    padding: 7px;
    /* background: #1a6db6; */
    color: #FFFFFF;
    font-size: 12px;
    min-height: 40px;
    display: grid;
    grid-column: 1 / span 1;
    align-items: center;
    text-align: center;
    grid-template-columns: 1fr;
    border-bottom: 3px solid #030f43;
}
.GBitem7_content {
    padding: 7px;
    /*background: #1a6db6;*/
    color: #FFFFFF;
    font-size: 12px;
    min-height: 40px;
    display: grid;
    /*grid-template-columns: 3fr 1fr 1fr 1fr 1fr;*/
    grid-column: 1 / span 5;
    align-items: center;
	text-align: right;
	grid-template-columns: 1.9fr 0fr 0.5fr 1fr 0fr;
	border-bottom: 3px solid #030f43;
}
.GBitem7_content2 {
	padding: 7px;
    /*background: #1a6db6;*/
    color: #FFFFFF;
    font-size: 16px;
    min-height: 40px;
    display: grid;
    grid-template-columns: 1fr 0.2fr 0.3fr 0.2fr 1fr;
    grid-column: 1 / span 5;
    align-items: center;
	text-align: center;
}

.GBitem7_contentTO {
    background: #1a6db6;
    color: #FFFFFF;
    font-size: 12px;
    min-height: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1 / span 3;
}


#GBitem2 { 
float: left;
margin-right: 15px;
border: 2px solid #030f43;

  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  width:327px;
 
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  grid-template-columns: 120px auto;
  grid-template-rows: auto auto;
  }
#GBitem2 > div {
  /*font-size: 12px;*/
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem2_hide1 {
  grid-column: 1 / span 2;
  grid-row: 1;
  
	
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem2_hide2 {
    padding: 7px;
    background: #002f59;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem2_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem2_btn {
  background: #034e8f;
  grid-column: 1 / span 2;
    /*grid-row: 4;*/
}


/* КАБИНЕТ - КОРЗИНА */
#GBitem3 { 
  display: grid;
  /*grid-template-rows: 1fr 1fr 1fr;*/
  grid-template-columns: 0.3fr 2fr 0.6fr 1fr 1fr 0.3fr 0.4fr;
  grid-gap: 0px;
  width:680px;
  border: 1px solid #030f43;
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  /*grid-template-columns: 160px auto auto;*/
  /*grid-template-rows: auto auto auto;*/
  }
#GBitem3 > div {
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem3_hide1 {
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem3_hide2 {
    padding: 7px;
    background: #002f59;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem3_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 11px;
	
	display: grid; 
	/*display: flex;*/
    align-items: center;
	
	grid-template-columns: 1fr 0fr;
}

/*
.GBitem3_content img {
	display: grid;
}
*/

.GBitem3_btn1 {
  background: #034e8f;
  grid-column: 1 / span 3;
}
.GBitem3_btn2 {
  background: #034e8f;
  grid-column: 4 / span 4;
}


/* ИНФОРМАЦИОННОЕ ОКНО РЕЗУЛЬТАТА */
.style_inform1 {
	/*width: 500px; */
    border: 2px solid #000030;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    /* transform: rotate(-24deg); */
    background: radial-gradient(circle farthest-corner at 100px 50px, #1a6db6, #000030);
    text-transform: uppercase;
    background: #034e8f;
    /* border-top: 3px solid #ffd300; */
    /* outline-offset: -6px; */
    /* outline: 2px dashed rgba(255,255,255,0.8); */
    /* outline: 4px solid rgb(237 238 240); */
    /* text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;*/
}

/* ИНФОРМАЦИОННОЕ ОКНО РЕЗУЛЬТАТА 2 */
.style_inform2 {
	border: 2px solid #000030;
    height: auto;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    /* text-transform: uppercase; */
    background: #034e8f;
}



/* ИНВЕНТАРЬ ТАБЛИЦА */



#GBitem4 { 
  display: grid;
  /*grid-template-rows: 1fr 1fr 1fr;*/
  grid-template-columns: 0.2fr 1fr 0.4fr 0.4fr 0.6fr;
  grid-gap: 0px;
  width:680px;
  border: 1px solid #030f43;
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  /*grid-template-columns: 160px auto auto;*/
  /*grid-template-rows: auto auto auto;*/
  }
#GBitem4 > div {
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem4_hide1 {
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem4_hide2 {
    padding: 7px;
    background: #002f59;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem4_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 11px;
	
	display: grid;
    align-items: center;
}
.GBitem4_btn1 {
  background: #034e8f;
  grid-column: 1 / span 3;
}
.GBitem4_btn2 {
  background: #034e8f;
  grid-column: 4 / span 4;
}








/*new int table st1*/

#GBitem4_1 { 
    display: grid;
    /*grid-template-rows: 1fr 1fr 1fr;*/
    grid-template-columns: 0.2fr 1fr 0.4fr 0.4fr 0.2fr 0.6fr;
    grid-gap: 0px;
    width:680px;
    border: 1px solid #030f43;
    
    /*grid-template-columns: repeat(3, 80px);*/
    /*grid-template-rows: repeat(3, 80px);*/
    /*grid-template-columns: 160px auto auto;*/
    /*grid-template-rows: auto auto auto;*/
    }
  #GBitem4_1 > div {
    padding: .5em;
    text-align: center;
    border: 2px solid #030f43;
    
      text-transform: uppercase;
      font-family: GothamNarrSSm, verdana, tahoma, Arial;
      text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
      letter-spacing: 1px;
      color: #FFFFFF;
  }
  .GBitem4_1_hide1 {
      background: #034e8f;
      position: relative;
      text-transform: uppercase;
      font-family: GothamNarrSSm, verdana, tahoma, Arial;
      text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
      letter-spacing: 1px;
      color: #FFFFFF;
      font-size: 12px;
  }
  .GBitem4_1_hide2 {
      padding: 7px;
      background: #002f59;
      color: #FFFFFF;
      font-size: 12px;
  }
  .GBitem4_1_content {
      padding: 7px;
      background: #1a6db6;
      color: #FFFFFF;
      font-size: 11px;
      
      display: grid;
      align-items: center;
  }
  .GBitem4_1_btn1 {
    background: #034e8f;
    grid-column: 1 / span 3;
  }
  .GBitem4_1_btn2 {
    background: #034e8f;
    grid-column: 4 / span 4;
  }




/*img send users*/

.ico_vdto_user {
    height: 35px;
    width: 28px;
    background: url(assets/img/ico_vdto_user.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_vdto_user:hover {
	background-position: 0 -35px; /* Смещение фона */
}











/*send dinoOrItem*/
.ico_vdto_sendItorDin {
    height: 23px;
    width: 24px;
    background: url(assets/img/ico_vdto.png) no-repeat 0px 0px;
    position: relative;
    float: left;
}
 
.ico_vd_sendItorDin {
    height: 23px;
    width: 23px;
    background: url(assets/img/ico_vd.png) no-repeat 0px 0px;
    position: relative;
    float: left;
}
 











/* ТАБЛИЦА ВОЗВРАТА СУЩЕСТВ */



#GBitem9 { 
    display: grid;
    /*grid-template-rows: 1fr 1fr 1fr;*/
    grid-template-columns: 0.1fr 1.5fr;
    grid-gap: 0px;
    width:680px;
    border: 1px solid #030f43;
    
    /*grid-template-columns: repeat(3, 80px);*/
    /*grid-template-rows: repeat(3, 80px);*/
    /*grid-template-columns: 160px auto auto;*/
    /*grid-template-rows: auto auto auto;*/
    }
  #GBitem9 > div {
    padding: .5em;
    text-align: left;
    border: 2px solid #030f43;
    
      text-transform: uppercase;
      font-family: GothamNarrSSm, verdana, tahoma, Arial;
      text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
     /* letter-spacing: 1px;*/
      color: #FFFFFF;
  }
  .GBitem9_hide1 {
      background: #034e8f;
      position: relative;
      text-transform: uppercase;
      font-family: GothamNarrSSm, verdana, tahoma, Arial;
      text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
      letter-spacing: 1px;
      color: #FFFFFF;
      font-size: 12px;
  }
  .GBitem9_hide2 {
      padding: 7px;
      background: #002f59;
      color: #FFFFFF;
      font-size: 12px;
  }
  .GBitem9_content {
      padding: 7px;
      background: #1a6db6;
      color: #FFFFFF;
      font-size: 15px;
      
      display: grid;
      align-items: center;
  }
  .GBitem9_btn1 {
    background: #034e8f;
    grid-column: 1 / span 3;
  }
  .GBitem9_btn2 {
    background: #034e8f;
    grid-column: 4 / span 4;
  }



/* ТАБЛИЦА СТРАХОВКА */



#GBitem8 { 
  display: grid;
  /*grid-template-rows: 1fr 1fr 1fr;*/
  grid-template-columns: 0.1fr 1fr 0.1fr 0.6fr 0.1fr 0.1fr;
  grid-gap: 0px;
  width:680px;
  border: 1px solid #030f43;
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  /*grid-template-columns: 160px auto auto;*/
  /*grid-template-rows: auto auto auto;*/
  }
#GBitem8 > div {
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
   /* letter-spacing: 1px;*/
    color: #FFFFFF;
}
.GBitem8_hide1 {
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem8_hide2 {
    padding: 7px;
    background: #002f59;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem8_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 11px;
	
	display: grid;
    align-items: center;
}
.GBitem8_btn1 {
  background: #034e8f;
  grid-column: 1 / span 3;
}
.GBitem8_btn2 {
  background: #034e8f;
  grid-column: 4 / span 4;
}



/*PVP PVE TABLE*/
#GBitem5 { 
float: left;
/*margin-right: 15px;*/
border: 2px solid #030f43;

  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  width: 676px;
 
  
  /*grid-template-columns: repeat(3, 80px);*/
  /*grid-template-rows: repeat(3, 80px);*/
  grid-template-columns: auto auto 80px 150px;
  grid-template-rows: auto auto auto auto;
  }
#GBitem5 > div {
  /*font-size: 12px;*/
  padding: .5em;
  text-align: center;
  border: 2px solid #030f43;
  
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
	align-items: center;
	display: grid;
}
.GBitem5_hide1 {
  grid-column: 1 / span 4;
  grid-row: 1;
  
	
	background: #034e8f;
    position: relative;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.GBitem5_hide2 {
    padding: 7px;
    background: #002f59;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem5_content {
    padding: 7px;
    background: #1a6db6;
    color: #FFFFFF;
	font-size: 12px;
}
.GBitem5_btn {
  background: #034e8f;
  grid-column: 1 / span 4;
    /*grid-row: 4;*/
}

/** АДМИН УПРВЛЕНИЕ - СТАТУС - ВКЛ ВЫКЛ ДИНО / ПРЕДМЕТЫ**/

.pos1_status_pos {
    position: absolute;
    z-index: 1;
    margin: 60px 0 0 5px;
}

.pos1_status_on {
	color: #ffffff;
    background: #00FF00;
    width: auto;
    height: auto;
    border: 2px solid #030f43;
    text-align: center;
}
.pos1_status_on:hover {
    background: #990000;
	 
}
.pos1_status_off {
	color: #ffffff;
    background: #800000;
    width: auto;
    height: auto;
    border: 2px solid #030f43;
    text-align: center;
}
.pos1_status_off:hover {
    background: #00FF00;

}

/* rcon кабинет стилистика вывода сообщений*/

.cab_rcon_res_style1 {
	background: azure;
    color: #002f59;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.cab_rcon_res_style1_head {
    background: #002f59;
    position: relative;
    padding: 7px;
    border-bottom: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
    width: 662px;
    top: -15px;
}

.cab_inv_nums_style1 {
    background: #1a6db6;
    margin: 1px;
    border-radius: 2px;
    border: 1px solid #888888;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    display: inline;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 10px;
    display: inline-block;
	color: #FFFFFF;
}
.cab_inv_nums_style2 {
    background: #e8e8e8;
    margin: 1px;
    border-radius: 2px;
    border: 1px solid #888888;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    display: inline;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 10px;
    display: inline-block;
	color: #000000 !important;
}
.cab_inv_nums_style2:hover {
    background: #1a6db6 !important;
	color: #FFFFFF !important;
}


/*qiwi оплата -> стилистика загрузки*/
 
.qiwi_status_opl_style1 {
background: #edeef0;
    padding: 10px;
    border: 3px solid #030f43;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
}




/* Админ панель - style */



.kn {
  display: block;
  font-family: arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
.kn:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.kn:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}







.adm_style_mengl1 {
    /* background: rgb(238,238,238) linear-gradient(rgb(237 238 240), rgb(140 140 140)); */
    padding: 12px 10px 10px 35px;
    border: 1px solid #1a6db6;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    /* text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000; */
    letter-spacing: 1px;
    color: #fb422a;
    text-transform: uppercase;
    border-bottom: 5px solid #1a6db6;
}

.adm_style_mengl1  > .des_pol_ad1{
    content: '';
    position: absolute;
    width: 200px;
    right: 42px;
    margin: -32px;
    border-bottom: 42px solid #1a6db6;
    border-left: 50px solid #edeef0;
}
.adm_style_mengl1  > .des_pol_ad2{
    content: '';
    position: absolute;
    width: 10px;
    /* height: 20px; */
    margin: 5px 0 0 -20px;
    border-bottom: 10px solid #fb422a;
    border-left: 0px solid #edeef0;
}

.adm_style_mengl1  > .des_pol_ad3{
    content: '';
    position: absolute;
    width: 10px;
    margin: -10px 0 0 -35px;
    border-top: 22px solid transparent;
    border-left: 22px solid #1a6db6;
    border-bottom: 22px solid transparent;
}












.kn2 {
    display: block;
    font-family: arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    padding: 5px 10px;
    outline: none;
    border: 2px solid rgb(26 109 182);
    border-radius: 2px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    margin: 1px 0 0 20px;
    border-left: 10px solid #1a6db6;
  }
  .kn2:link {
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    text-transform: uppercase;
    color: rgb(26 109 182);
  }
  .kn2:hover {
    color: rgb(251 66 42)  !important;
    border: 2px solid rgb(251 66 42);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  }
  .kn2:active {
    color: rgb(51,51,51);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  }
  .kn2:visited {

  }


/* Трансфер алмазов - style */

.inp_alm{
border: 3px solid #030f43;
    background: #002f59;
    padding: 7px;
    width: 100px;
    position: relative;
    float: left;
	left: 30px;
    top: 20px;
	text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.inp_txt{
    border: 3px solid #030f43;
    background: #df9e00;
    padding: 7px;
    width: 200px;
    position: relative;
    float: left;
    left: 28px;
    top: 20px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.inp_alm_btn{
    width: 100px;
    position: relative;
    float: left;
	left: 28px;
    top: 20px;
}


.inp_alm_btn2{
position: relative;
    left: 30px;
    top: 20px;
    width: 0;
    display: inline;
}

.txt_{
text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}


/*new style*/
.inp_alm2{
    border: 3px solid #030f43;
    background: #002f59;
    padding: 7px;
    width: 160px;
    margin: 0 auto;
    top: 20px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.inp_alm_btn3style{
    /* width: 100px; */
    /* float: left; */
    /* left: 28px; */
    /* top: 20px;*/
}

.inp_txt2{
    border: 3px solid #030f43;
    background: #df9e00;
    padding: 7px;
    width: 160px;
    margin: 0 auto;
    top: 20px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.inp_alm_btn3{
    /*left: 30px; */
    /* top: 20px; */
    /* width: 0; */
    /* display: inline; */
    margin-top: 20px;
    }








 

.button7 {
background: #e8e8e8;
    border: 3px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;
    font-size: 20px;
    /* margin: 10px 0 0 0; */
    width: 200px;
    height: 20px;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
    color: #1a6db6 !important;
}
.button7:link{
color: #000000;
text-decoration:none;
/* font-size: 22px; */
/* background: #0ac100;*/
}
 
.button7:hover{
color: #fb422a !important;
text-decoration:none;
/*background: #0ac100; */
/*background: #b9b9b9;*/
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');*/
}




/* Авторизация-> добавление доп аккаунтов, кнопки */
.ico_auth_posit {
    position: relative;
    display: inline-block;
    margin: -11px 9px 10px 9px;
    padding-top: 5px;
    float: left;
    width: 59px;
    height: 30px;
    background: #034e8f;
    border: 2px solid #05154b;
}
.ico_auth_posit:hover {
	background-color:rgba(0,0,0,.4);
	 
}

.ico_auth_posit_transfer {
	position: relative;
    display: inline-block;
    margin: 10px 9px 10px 9px;
    padding-top: 5px;
    /* float: left; */
    width: 59px;
    height: 30px;
    background: #034e8f;
    border: 2px solid #05154b;
}
.ico_auth_posit_transfer:hover {
	background-color:rgba(0,0,0,.4);
	 
}


/* Кнопка инфо - вип*/

.vip_progress_btn {
    margin-top: -2px;
    margin-left: 5px;
    position: relative;
    float: left;
}

.vip_progress_btn:hover {
	background-color: #f4c000;
    border-radius: 100px;
}

 
/* Переключатель PVE*/
.switch-btn {
    display: inline-block;
    width: 50px; /* ширина переключателя */
    height: 24px; /* высота переключателя */
    border-radius: 12px; /* радиус скругления */
    background: #bfbfbf; /* цвет фона */
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms; /* анимация */
}
.switch-btn::after {
    content: "";
    height: 18px; /* высота кнопки */
    width: 18px; /* ширина кнопки */
    border-radius: 18px; /* радиус кнопки */
    background: #002f59; /* цвет кнопки */
    top: 3px; /* положение кнопки по вертикали относительно основы */
    left: 3px; /* положение кнопки по горизонтали относительно основы */
    transition-duration: 300ms; /* анимация */
    box-shadow: 0 0 10px 0 #999999; /* тень */
    position: absolute;
    z-index: 1;
}


/* Переключатель PVE*/
.switch-btn1 {
    display: inline-block;
    width: 50px; /* ширина переключателя */
    height: 24px; /* высота переключателя */
    border-radius: 12px; /* радиус скругления */
    background: #bfbfbf; /* цвет фона */
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms; /* анимация */
}
.switch-btn1::after {
    content: "";
    height: 18px; /* высота кнопки */
    width: 18px; /* ширина кнопки */
    border-radius: 18px; /* радиус кнопки */
    background: #002f59; /* цвет кнопки */
    top: 3px; /* положение кнопки по вертикали относительно основы */
    left: 3px; /* положение кнопки по горизонтали относительно основы */
    transition-duration: 300ms; /* анимация */
    box-shadow: 0 0 10px 0 #999999; /* тень */
    position: absolute;
    z-index: 1;
}
.switch-on {
    background: #fff;
    box-shadow: inset 0 0 10px 0 #999999; /* тень */
}
.switch-on::after {
    left: 29px;
    background: #002f59;
}

/*= КАРТИНКИ В КАБИНЕТЕ PVE  **/

.ico_img_alm_h2 {
    height: 30px;
    width: 30px;
    background: url(assets/img/ico_alm.png) no-repeat 0px 0px;
    /* position: absolute; */
    display: inline-block;
    /* margin: 0 0 0 3px; */
    /* float: right; */
    /* top: 3px; */
    background-size: contain;
margin: -5px 0 0px 5px;
}

.ico_img_rub_h2 {
    height: 30px;
    width: 30px;
    background: url(assets/img/ico_rub.png) no-repeat 0px 0px;
    /*position: absolute;*/
    display: inline-block;
    /* margin: 0 0 0 3px; */
    /* float: right; */
    /* top: 3px; */
    background-size: contain;
margin: -5px 0 0px 5px;
}


/*кнопка - смена режима со стартового на пвп*/

.pvpstatr_btn {
    position: relative;
    background-color: #fb422a;
    border-radius: 5px;
    width: 100px;
    height: auto;
    border: 3px solid #030f43;
    font-size: 10px;
    padding: 5px;
    color: #ffffff;
    left: 45px;
	cursor: pointer;
}

.pvpstatr_btn:hover {
	background-color: #c1220e;
}




/*new timer */

#countdown{width:465px;height:112px;text-align:center;background:#222;background-image:-webkit-linear-gradient(top,#222,#333,#333,#222);background-image:-moz-linear-gradient(top,#222,#333,#333,#222);background-image:-ms-linear-gradient(top,#222,#333,#333,#222);background-image:-o-linear-gradient(top,#222,#333,#333,#222);border:1px solid #111;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,0.6);padding:24px 0;position:relative}
#countdown:before{content:"";width:8px;height:65px;background:#444;background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);background-image:-moz-linear-gradient(top,#555,#444,#444,#555);background-image:-ms-linear-gradient(top,#555,#444,#444,#555);background-image:-o-linear-gradient(top,#555,#444,#444,#555);border:1px solid #111;border-top-left-radius:6px;border-bottom-left-radius:6px;display:block;position:absolute;top:48px;left:-10px}
#countdown:after{content:"";width:8px;height:65px;background:#444;background-image:-webkit-linear-gradient(top,#555,#444,#444,#555);background-image:-moz-linear-gradient(top,#555,#444,#444,#555);background-image:-ms-linear-gradient(top,#555,#444,#444,#555);background-image:-o-linear-gradient(top,#555,#444,#444,#555);border:1px solid #111;border-top-right-radius:6px;border-bottom-right-radius:6px;display:block;position:absolute;top:48px;right:-10px}
#countdown #tiles{position:relative;z-index:1}
#countdown #tiles > span{width:92px;max-width:92px;font:bold 48px 'Droid Sans',Arial,sans-serif;text-align:center;color:#111;background-color:#ddd;background-image:-webkit-linear-gradient(top,#bbb,#eee);background-image:-moz-linear-gradient(top,#bbb,#eee);background-image:-ms-linear-gradient(top,#bbb,#eee);background-image:-o-linear-gradient(top,#bbb,#eee);border-top:1px solid #fff;border-radius:3px;box-shadow:0 0 12px rgba(0,0,0,0.7);margin:0 7px;padding:18px 0;display:inline-block;position:relative}
#countdown #tiles > span:before{content:"";width:100%;height:13px;background:#111;display:block;padding:0 3px;position:absolute;top:41%;left:-3px;z-index:-1}
#countdown #tiles > span:after{content:"";width:100%;height:1px;background:#eee;border-top:1px solid #333;display:block;position:absolute;top:48%;left:0}

#countdown #tiles > span2{width:410px;max-width:410px;font:bold 48px 'Droid Sans',Arial,sans-serif;text-align:center;color:#111;background-color:#ddd;background-image:-webkit-linear-gradient(top,#bbb,#eee);background-image:-moz-linear-gradient(top,#bbb,#eee);background-image:-ms-linear-gradient(top,#bbb,#eee);background-image:-o-linear-gradient(top,#bbb,#eee);border-top:1px solid #fff;border-radius:3px;box-shadow:0 0 12px rgba(0,0,0,0.7);margin:0 7px;padding:18px 0;display:inline-block;position:relative}

#countdown .labels{width:100%;height:25px;text-align:center;position:absolute;bottom:8px}
#countdown .labels li{width:102px;font:bold 15px 'Droid Sans',Arial,sans-serif;color:#f47321;text-shadow:1px 1px 0 #000;text-align:center;text-transform:uppercase;display:inline-block}





/* style__paner1 */
.dino_scr_v1 {
    /* height: 300px; */
    width: 30px;
    background: #002f59;
    border: 1px solid #C1C1C1;
    position: fixed;
    right: 0px;
    z-index: 8;
    top: 50%;
    margin: -150px 0 0 0;
    border: 3px solid #030f43;
    padding: 8px;
    }

    .ico__dinbt_pol_ {
        border-bottom: 1px solid #989898;
        margin-bottom: 10px;
    }


    /*style dino btn2*/
/* style__paner1 */
.dino_scr_v2 {
    /* height: 300px; */
 
    background: #034e8f;
    border: 1px solid #C1C1C1;
    /* position: fixed; */
    /* right: 0px; */
    /* z-index: 8; */
    /* top: 50%; */
    /* margin: -150px 0 0 0; */
    border: 3px solid #030f43;
    padding: 8px;
    }

    .dino_scr_v2rightOPL {
    /* background: #1a6db6; */
    /* border: 1px solid #030f43; */
    width: 60px;
    float: right;
    top: -5px;
    right: -20px;
    position: relative;
    }

    .ico__dinbt_pol_2 {
        border-right: 1px solid #989898;
        margin-right: 10px;
        display: inline-block;
        height: 20px;
        margin: 0px 10px 0px 10px;
    }
    .ico__dinbt_pol_2 > p{
        color: lime;
        position: absolute;
        margin: -15px 0 0 -14px;
        text-shadow: #030f43 0 0 2px;
        font-size: 14px;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
    }

    .ico__dinbt_pol_2 > p2{
        position: absolute;
        margin: 42px 0 0 -45px;
        text-shadow: #030f43 0 0 2px;
        font-size: 14px;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        background: #1a6db6;
        border: 1px solid #030f43;
        border-radius: 5px;
        padding: 2px;
        color: #ffffff;
        width: 38px;
    }

 



    /*=  btn adino scr panel 1**/
 

.ico_img_dinbt_ico_smenpol {
    height: 26px;
    width: 26px;
    background: url(assets/img/ico_smenpol.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_smenpol:hover {
	background-position: 0 -26px; /* Смещение фона */
}


.ico_img_dinbt_ico_serd {
    height: 21px;
    width: 19px;
    background: url(assets/img/ico_serd.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_serd:hover {
	background-position: 0 -21px; /* Смещение фона */
}


.ico_img_dinbt_ico_priv_da {
    height: 25px;
    width: 23px;
    background: url(assets/img/ico_priv_da.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_priv_da:hover {
	background-position: 0 -25px; /* Смещение фона */
}


.ico_img_dinbt_ico_playertpdino {
    height: 23px;
    width: 21px;
    background: url(assets/img/ico_playertpdino.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_playertpdino:hover {
	background-position: 0 -23px; /* Смещение фона */
}


.ico_img_dinbt_ico_dinotpplayer {
    height: 22px;
    width: 24px;
    background: url(assets/img/ico_dinotpplayer.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_dinotpplayer:hover {
	background-position: 0 -22px; /* Смещение фона */
}


.ico_img_dinbt_ico_dino_dead {
    height: 25px;
    width: 19px;
    background: url(assets/img/ico_dino_dead.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_dino_dead:hover {
	background-position: 0 -25px; /* Смещение фона */
}


.ico_img_dinbt_ico_color_d {
    height: 23px;
    width: 32px;
    background: url(assets/img/ico_color_d1.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_color_d:hover {
	background-position: 0 -23px; /* Смещение фона */
}
 

.ico_img_dinbt_ico_oput {
    height: 20px;
    width: 25px;
    background: url(assets/img/ico_oput.png) no-repeat 0px 0px;
    position: relative; 
     display: grid; 
    margin: 0 auto 5px;
    border: 0px;
    outline: none;
}
.ico_img_dinbt_ico_oput:hover {
	background-position: 0 -20px; /* Смещение фона */
}


















/* new style table */
.grid-container1 {
    /*display: grid;*/
    display: inline-grid;
    grid-template-columns: auto auto auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
   /*width: 670px;*/
  }
  .grid-container1 > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 3;
    font-size: 16px;
  }
  .grid-container1 > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-container1 > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
  }
  .grid-container1 > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 3;
    font-size: 16px;
  }



  /* new style table2 */
.grid-container2 {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*width: 670px;*/
  }
  .grid-container2 > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 4;
    font-size: 16px;
  }
  .grid-container2 > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-container2 > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
  }
  .grid-container2 > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 4;
    font-size: 16px;
  }




    /* new style table3 */
.grid-container3 {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
   /*width: 670px;*/
  }
  .grid-container3 > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 2;
    font-size: 16px;
  }
  .grid-container3 > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-container3 > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
  }
  .grid-container3 > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 2;
    font-size: 16px;
  }



      /* new style table4 */
.grid-container4 {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*width: 670px;*/
  }
  .grid-container4 > .colon {
    background-color: #034e8f;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-container4 > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
  }
  .grid-container4 > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 1;
    font-size: 16px;
  }




  .grid-container5 {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*width: 670px;*/
  }
  .grid-container5 > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 5;
    font-size: 16px;
  }
  .grid-container5 > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-container5 > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
  }
  .grid-container5 > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 5;
    font-size: 16px;
  }






    /* new style table 0 - 2 BLOCK */
.grid-container0 {
    /*display: grid; */
    display: inline-grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0px 15px;
    background-color: #edeef0;
    padding: 8px 0px;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    width: 665px;
  }
 
  .grid-container0 > .colon {
    background-color: #034e8f;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    align-items: center;
    display: grid;
    border-top: 4px solid #030f43;
    border-left: 4px solid #030f43;
    border-right: 4px solid #030f43;
  }
  .grid-container0 > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border-bottom: 4px solid #030f43;
    border-left: 4px solid #030f43;
    border-right: 4px solid #030f43;
  }

 





  /*styles chats*/
.grid-servers_chats_st1 {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto;
    grid-gap: 0px;
    background-color: #030f43;
    padding: 4px;
 
    /*width: 670px;*/
  }
  .grid-servers_chats_st1 > .colon {
    background-color: #034e8f;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    align-items: center;
    display: grid;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;

    border-bottom: 4px solid #030f43;
  }
  .grid-servers_chats_st1 > .grid_content {
    background-color: #1a6db6;
    text-align: left;
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: #034e8f;
    text-shadow: 0 0 black;

    font-family: 'YS Text','Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
  }
  .grid-servers_chats_st1 > .END {
    background-color: #034e8f;
    text-align: center;
    padding-top: 4px;
    grid-column: 1 / span 1;
    font-size: 16px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;

    border-top: 4px solid #030f43;
  }





  .grid-servers_chats_st1 > .colon > #chat_status {
    float: left;
    position: absolute;
    /*margin-left:-10px;*/
  }

  .grid-servers_chats_st1 > .grid_content  > #chat_mes {
    max-height: 500px;
    overflow-y: scroll;
  }

  .grid-servers_chats_st1 > .grid_content  > #chat_mes::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    background: #002f59; 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
.grid-servers_chats_st1 > .grid_content  > #chat_mes::-webkit-scrollbar-track {
    background: #ffffff;
    border-left: 1px solid #030f43;
  }







  /* style des meseg*/
  .grid_content > #chat_mes >.fon_bg >.stt1{
    color: #034e8f;
  }
  .grid_content > #chat_mes >.fon_bg >.stt1_1{
    color: rgb(165, 0, 0);
  }
  .grid_content > #chat_mes >.cont_bg >.stt2{
    color: #00770c;
  }
  .grid_content > #chat_mes >.fon_bg >.stt3{
    /*color: #0055ff;*/
  }


  /*styles new*/
  .grid_content > #chat_mes >.fon_bg{
    background: #002f59;
    padding: 0 2px 0 2px;
    display: block;
    color: #FFFFFF;
    margin-right: 4px;

    border-top: 1px solid #030f43;
    border-left: 1px solid #030f43;
    border-right: 1px solid #030f43;
  }

  .grid_content > #chat_mes >.cont_bg{
    background: #FFFFFF;
    padding: 0 2px 0 2px;
    display: block;
    margin: 0 0 5px 0;
    margin-right: 4px;

    border-bottom: 1px solid #030f43;
    border-left: 1px solid #030f43;
    border-right: 1px solid #030f43;
    color: #071f37;
  }

  .grid_content > #chat_mes >.fon_bg >.tegs{
    color: #df9e00;
    float: right;
  }


  .grid_content > #chat_mes >.cont_bg >.namenick{
    color: #034e8f;
  }






  /*style des manip table*/
  .grid-containerMANIP {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto 54px 54px 54px 54px 54px 54px 54px 54px 54px;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*width: 670px;*/
  }
  .grid-containerMANIP > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 10;
    font-size: 16px;
  }

  .grid-containerMANIP > .colonGcontent {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-containerMANIP > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-containerMANIP > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    display: grid;
    align-items: center;
 
  }
  .grid-containerMANIP > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 10;
    font-size: 16px;
  }




  
  .containerMANIPscroll {
    max-height: 800px;
    min-height: 400px;
    max-width: 678px;
    background: #edeef0;
    /* border: 1px solid #C1C1C1; */
    overflow-x: hidden;
    overflow-y: scroll;
 
  }







  .dino_scr_v3rightOPL {
    width: 35px;
    text-align: left;
    }


    .ico__dinbt_pol_3 {
        /* margin: 0 auto; */
    }
    .ico__dinbt_pol_3 > p{
        color: lime;
        position: absolute;
        margin: -47px 0 0 0px;
        text-shadow: #030f43 0 0 2px;
        font-size: 14px;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
    }

    .ico__dinbt_pol_3 > p2{
        position: absolute;
        margin: -10px 0 0 -20px;
        text-shadow: #030f43 0 0 2px;
        font-size: 12px;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
    }




    /* style radio but*/
 
 	


    .radio input { display: none; /* Прячем исходный переключатель */ }
   .radio span {
    position: relative;
    margin-left: 60px;
    display: block;
    width: 20px;
    height: 20px;
    background: #F5F5F5;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
    align-self: center;
   }
   .radio input:checked + span { 
    background: #002f59; /* Красный цвет фона */
   }
   /* Добавляем белую точку по центру */
   .radio input:checked + span::before { 
    content: '';
    position: absolute;
    left: 6px; top: 6px;
    background: #fff;
    width: 8px; height: 8px;
    border-radius: 50%;
   }





    /* style_block_din_colored */
    .block_din_colored_v1 {
        background: #1a6db6;
        margin: 0 auto;
        text-align: center;
        border: 3px solid #030f43;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        font-size: 17px;
        text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
        letter-spacing: 1px;
        color: #FFFFFF;
    }
    .block_din_colored_v1 > .zg_v {
        text-align: center;
        padding: 10px;
        background: #034e8f;
        text-transform: uppercase;
        border: 1px solid #006bc7;
        background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0));
    }
    .block_din_colored_v1 > .zg {
        background: #002f59;
        padding: 10px;
        border-bottom: 3px solid #030f43;
        border-top: 3px solid #030f43;
    }
    .block_din_colored_v1 > .inf {
        margin: 10px;
    }
    .block_din_colored_v1 > .zg > .inf_status_din {
    /* background: #df9e00; */
    padding: 5px;
    /* border-radius: 10px; */
    font-size: 15px;
    color: #d6a202;
    margin: 0 -10px 0 -10px;
    }
    .block_din_colored_v1_block1  {
        width: 300px;
        text-align: right;
        float: left;
    }
    .block_din_colored_v1_colon1 {
        margin: 10px;
        /* width: 220px; */
        text-align: left;
        float: left;
        padding: 0 0 0 170px;
        height: 168px;
    }
    .block_din_colored_v1_colon2 {
        margin: 10px;
        width: 350px;
        text-align: left;
        float: left; /* Обтекание по правому краю */
    }
    .block_din_colored_v1_colon2_height {
        height: 29px;
    }
    .block_din_colored_v1 > .end {
        background: #002f59;
        border-top: 3px solid #030f43;
        padding: 5px 0 5px 0;
    }









    /*style users_new2*/
    /*style des manip table*/
  .grid-containerUSERS {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: 30px auto auto auto auto auto auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*width: 670px;*/
  }
  .grid-containerUSERS > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 7;
    font-size: 16px;
  }

  .grid-containerUSERS > .colonGcontent {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-containerUSERS > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-containerUSERS > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    display: grid;
    align-items: center;
 
  }
  .grid-containerUSERS > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 7;
    font-size: 16px;
  }







  /*style img cube rand dinocolors*/
 
 
       .ico_cube_rand_dincol {
        height: 27px;
        width: 24px;
        background: url(assets/img/ico_cube_rand2.png) no-repeat 0px 0px;
        position: relative;
        display: grid;
        margin: 0 auto 0px;
        border: 0px;
        outline: none;
    }
 


    /*but style cube rand but*/

    .button12 {
        background: #1a6db6;
        border: 3px solid #030f43;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        display: inline-block;
        position: relative;
        font-size: 15px;
        padding: 1px 5px 1px 5px;
        top: 8px;
        text-transform: uppercase;
        color: #ffffff !important;
        height: auto;
    }
    .button12:link{
    color: #000000;
    text-decoration:none;
    /* font-size: 22px; */
    /* background: #0ac100;*/
    }
        
    .button12:hover{
        /*color: #fb422a !important;*/
        text-decoration: none;
            background: #09365f; 
        /* background: #1a6db6;*/
    }





















    /*manip pokr*/
    .button_pos_pagesINFO {
        background: #f42100;
 
        }



    /*manip pokr*/
.button13 {
    background: #1a6db6;
    border: 2px solid #030f43;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    display: inline-block;
    font-size: 12px;
    /* margin: 10px 0 0 0; */
    /* width: 100px; */
    height: 20px;
    text-align: center;
    padding: 1px 3px 1px 3px;
    text-transform: uppercase;
    color: #ffffff !important;
    height: auto;
    }
    .button13:link{
    color: #000000;
    text-decoration:none;
    /* font-size: 22px; */
    /* background: #0ac100;*/
    }
     
    .button13:hover{
        color: #fb422a !important;
        text-decoration: none;
        background: #034e8f;
    }

    .button13.to_actfree{
        background: #00af00;
    }



    /*общий стиль input*/
    .input_s1 {
        width: 190px;
            padding: 4px;
            font-size: 18px;
            border: 2px solid #030f43;
        }





    /*общий стиль placeholder OFF DEFF*/
 


    /* style chats_ sidebar*/


 
    .sidebar_chat {
        /*height:300px;*/
        width: 100%;
        height:0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #034e8f;
        overflow-x: hidden;
        transition: 0.5s;
        /*padding-top: 60px;*/
        /*padding: 10px;*/
        /*margin: -10px 0px 0px -10px;*/
        margin: -3px 0 0 0;
        overflow-y: hidden;
      }
  
      .sidebar_chat a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #edeef0;
        display: block;
        transition: 0.3s;
      }
      
      .sidebar_chat a:hover {
        color: #fb422a;
      }
      
      .sidebar_chat .closebtn {
        position: absolute;
        top: 10px;
        right: 10px;
        margin-left: 50px;
        color: #fb422a;
        font-size: 50px;
      }
      
      .openbtn_chat {
        font-size: 22px;
        cursor: pointer;
        background-color: #1a6db6;
        color: #edeef0;
        padding: 5px 10px;
        border: none;
        position: fixed;
        top: 47%;
        left: 0;
        z-index: 4;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
        letter-spacing: 1px;
        /*writing-mode: tb-rl;*/
         /*-webkit-writing-mode: vertical-rl;*/
        /*writing-mode: tb-rl;*/
        transform: rotate(270deg);
        transform-origin: left top 0;
        border-right: 3px solid #002f59;
        border-left: 3px solid #002f59;
        border-bottom: 3px solid #002f59;
        text-transform: uppercase;
      }
      
      .openbtn_chat:hover {
        background-color: #135996;
      }
      
       
      
      /* На небольших экранах, где высота меньше 450px, измените стиль sidenav (меньше отступов и меньший размер шрифта) */
      @media screen and (max-height: 450px) {
        .sidebar_chat {padding-top: 15px;}
        .sidebar_chat a {font-size: 18px;}
      }






      /*kn send msg*/
      .ico_img_chat_send_msg {
        height: 68px;
        width: 38px;
        background: url(assets/img/ico_chat_send_msg.png) no-repeat 0px 0px;
        position: relative; 
         display: grid; 
        margin: 7px 15px 0 0;
        float: left;
        border: 0;
    }
    .ico_img_chat_send_msg:hover {
        background-position: 0 -68px; /* Смещение фона */
    }








    /*styleNewFL*/

    .block_F2Lnew {
        background: #FFFFFF;
        position: relative;
        /* z-index: 1; */
        /*width: 25px;*/
        height: 12px;
        display: inline-block;
        border: 1px solid #fb4246;
        
      }
 
      .block_F2Lnew>.txtST{
        font-size: 10px;
        color: #fb422a;
        text-transform: uppercase;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        font-weight: normal;
        line-height: normal;
        margin-left: 1px;
        margin-right: 1px;
      }




      /*style cases*/


    .block1_ico_img_cases {
        height: 41px;
            width: 82px;
            background: url(assets/img/ico_gocases.png) no-repeat 0px 0px;
            display: block;
            left: -3px;
            position: relative;
            margin-top: -48px;
        }
        .block1_ico_img_cases:hover {
            background-position: 0 -41px; /* Смещение фона */
        }


        .block1_img_cases img{
            background: #ffffff;
            width: auto;
            height: 110px;
            /* background-size: contain; */
            position: relative;
            /* margin-bottom: -40px; */
            display: block;
            /* padding: 0px 0px 15px 0px; */
            /* margin-bottom: 10px; */
            /* text-align: center; */
            margin: 0 auto;
            top: -20px;
        }



        .gl_form2_cases {
            background: #1a6db6;
            width: 700px; 
            /*width: 100%;*/
            /* height: 450px;*/
            height: 100%;
            color: #FFFFFF;
            font-family: GothamNarrSSm, verdana, tahoma, Arial;
            /*padding: 3px;*/
            text-transform: uppercase;
            font-size: 13px;
        }



        .form_m_cases_s1 {
            /* background: #1a6db6; */
            color: #222222;
            text-align: center;
            color: #1a6db6;
            font-family: GothamNarrSSm, verdana, tahoma, Arial;
            text-transform: uppercase;
            font-size: 13px;
            width: 700px;
            height: 100%;
        }
        .form_m_cases_s1>.block_infoimgres{
            height: 240px;
            background: white;
            display: flex;
        }
        .form_m_cases_s1>.block_infoimgres>.pos{
            margin: auto;
        }
        
        .form_m_cases_s1>.name{
            font-size: 20px;
            padding: 15px;
            background: #1a6db6;
            color: white;
            border-bottom: 3px solid #030f43;
            text-decoration: none;
            font-family: GothamNarrSSm, verdana, tahoma, Arial;
            font-weight: normal;
            text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
            letter-spacing: 1px;
        }
        .form_m_cases_s1>.type{
            font-size: 18px;
            padding: 18px;
            float: left;
            position: absolute;
            color: white;
        }
        .form_m_cases_s1>.info{
            font-size: 12px;
            padding: 10px 5px 10px 5px;
            background: #1a6db6;
            color: white;
            border-top: 3px solid #030f43;
            border-bottom: 3px solid #030f43;
        }
        .form_m_cases_s1>.info>.txt{
            font-size: 12px;
            width: 350px;
            /* border-right: 1px solid #030f43; */
            float: left;
        }
        .form_m_cases_s1>.info>.price{
            color: white;
            float: left;
            padding: 10px 0 0 5px;
            width: 90px;
            font-size: 20px;
        }
        .form_m_cases_s1>.info>.but_pos{
            color: white;
            padding: 0 0 0 10px;
        }
        .form_m_cases_s1>.inforand{
            font-size: 17px;
            padding: 10px 5px 0px 5px;
            background: #034e8f;
            color: white;
            border-bottom: 3px solid #030f43;
        }
        
        .form_m_cases_s1>.inforand>.scroll{
            white-space: nowrap;
            overflow-x: scroll;
            width: 652px;
            margin: 0 auto;
            animation: show_winimganim 3s 1;
        }
        @keyframes show_winimganim{
            0%{
                opacity:0;
                transform: translateY(20px);
            }
            100% {
                transform: translate(0);
                opacity:1;
            }
        }
        
        
        
        
        .form_m_cases_s1>.inforand>.scroll>.anim_img{
            animation-direction: alternate-reverse;
            animation-duration: 6s;
            animation-name: move_winimganim;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
         
        }
 


        @keyframes move_winimganim {
            0%{
                transform: translateX(0px);
            }
            25%{
                transform: translateX(-5px);
            }
            50%{
                transform: translateX(0px);
            }
            75%{
                transform: translateX(5px);
            }
            100%{
                transform: translateX(0px);
            }
            
        }

        /*
        @keyframes move_winimganim {
            10%, 90% {
                opacity: .9;
            }
          
            20%, 80% {
                opacity: 1;
                filter: hue-rotate(0deg);
                -webkit-filter: hue-rotate(0deg);
            }
          
            30%, 50%, 70% {
                opacity: .9;
                filter: hue-rotate(300deg);
                -webkit-filter: hue-rotate(300deg);
            }
          
            40%, 60% {
                opacity: 1;
                filter: hue-rotate(150deg);
                -webkit-filter: hue-rotate(150deg);
            }
          }
        */ 
        
        
        /* off*/
        @keyframes slidein {
          from {
            margin-left: 100%;
            width: 300%;
          }
        
          to {
            margin-left: 0%;
            width: 100%;
          }
        }
        /* off*/
         
        
         
        
        
        .form_m_cases_s1>.inforand>.scroll>.anim_img>.img{
            background: #ffffff;
            width: 70px;
            height: auto;
            display: inline-grid;
            margin: 5px 6px 10px 0px;
            text-align: center;
            border: 3px solid #030f43;
        }
        
         
        /** anim downloaded cases**/

        .cases_reload {
            width: 100px;
            height: 100px;
            transform: translate(-50%, -50%);
            position: absolute; 
            top: 50%; 
            left: 50%;
          }
          .cases_reload>span {
            display: block;
            position: absolute;
            width: 40%;
            height: 40%;

            box-shadow: 2px 2px 3px rgba(0,0,0,.4);
            -webkit-animation: run 2s infinite ease-in-out;
            animation: run 2s infinite ease-in-out;
          }
          
          .cases_reload>.one {
            background: #df9e00;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
          }
          .cases_reload>.two {
            background: #1a6db6;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
          }
          .cases_reload>.three {
            background: #df9e00;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
          }
          .cases_reload>.four {
            background: #1a6db6;
          }
          
          @-webkit-keyframes run {
            0% {
              transform: translate(0%);

            }
            25% {
              transform: translate(150%) scale(0.5); 
              border-radius: 0%;
            }
            50% {
              transform: translate(150%, 150%);

            }
            75% {
              transform: translate(0%, 150%) scale(0.5); 
              border-radius: 0%;
            }
          }
          @keyframes run {
            0% {
              transform: translate(0%);

            }
            25% {
              transform: translate(150%) scale(0.5); 
              border-radius: 0%;
            }
            50% {
              transform: translate(150%, 150%);

            }
            75% {
              transform: translate(0%, 150%) scale(0.5); 
              border-radius: 0%;
            }
          }




          /*loader*/

          .loader_Cas {
            border: 16px solid #f3f3f3; 
            border-top: 16px solid #1a6db6;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            animation: spin_loader 2s linear infinite;
        }
        
        @keyframes spin_loader {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }





/*style cases obw*/
.cases_des_t_O{
    border: 3px solid #030f43;
    padding: 5px;
    background: #edeef0;
    color: #1a6db6;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 330px;
    width: 202px;
    text-align: center;
    display: inline-grid;
    position: relative;
    margin-top: 5px;
}
.cases_des_t_O>.ik{
    position: absolute;
    text-align: left;
    padding: 5px 0 0 5px;
}
.cases_des_t_O>.price{
    text-align: right;
    padding: 5px 35px 0 0;
}
.cases_des_t_O>.price>.price_free{
    right: -30px;
    padding: 2px;
    position: relative;
    display: inline;
    border: 3px solid #a80000;
    color: #a80000;
}
.cases_des_t_O>.img{
    padding: 10px 0 10px 0;
}
.cases_des_t_O>.img>.img_s{
    width: 100%;
    height: auto;
}
.cases_des_t_O>.name{
    padding: 5px 0 5px 0;
    height: 40px;
    /* border: 1px solid #f5bb00; */
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background: #002f59; */
    /*color: white;*/
    color: #034e8f;
    border-bottom: 3px solid #030f43;
    /*text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;*/
    text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}
.cases_des_t_O>.desk{
    font-size: 10px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* background: #034e8f; */
    /* color: #ffffff; */
    /* border: 3px solid #FFFFFF; */
    text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}
.cases_des_t_O>.but{
    /*padding: 5px 0 5px 0;*/
}









/*new ico index ico*/
.ico_informIN_EpicSteam{
    background: black;
    padding: 5px;
    width: 42px;
    text-align: center;
    height: auto;
    margin: 5px 10px 5px 5px;
}

.ico_informIN_EpicSteam>.txt{
    color: #edeef0;
    font-size: 9px;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    letter-spacing: 1px;
}


/*style ind to 2 colon*/

.style_ind_to2colon {
	white-space: nowrap;
    text-align: center;
}
.style_ind_to2colon-item {
    white-space: normal;
    display: inline-block;
    width: 320px;
    vertical-align: top;
}
.textcols .style_ind_to2colon-item:first-child {
	margin-right: 4%;
}


/*INPUT class server ip*/

.input_ind1_zg {
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 15px;
    letter-spacing: 1px;
    color: #edeef0;
    background: #034e8f;
    display: block;
    border: 3px solid #1a6db6;
}
.input_ind1 {
    display: grid;
    border: 1px solid #cecece;
    background: #ffffff;
    border-radius: 3px;
}


/*ind priw style block*/

.ind_priv_stat_pvpve_inf {
    background: #1a6db6;
    color: white;
    padding: 10px;
    text-align: center;
    border: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 17px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 10px;
}






/* vip t_vipinfo */
/* Стили таблицы*/
table.t_vipinfo{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;text-transform: uppercase;}
table.t_vipinfo th{font-weight:normal;font-size:14px; color:#ffffff;background-color:#0f65a3;}
table.t_vipinfo td{font-size:13px;color:#354251;}
table.t_vipinfo .zg1{background: #034e8f;color: white;}
table.t_vipinfo .zg2{background: #1a6db6;color: white;}
table.t_vipinfo td,table.t_vipinfo th{white-space:pre-wrap;padding:5px 5px;line-height:13px;vertical-align: middle;border: 1px solid #002f5e;}
table.t_vipinfo tr:hover{background-color:#f9fafb}
table.t_vipinfo tr:hover td{cursor:default;}











/*referals design style*/

.zg_style_refstyle1 {
    background: #1a6db6;
    background: linear-gradient(46deg, #002f59, #1a6db6);
    border: 3px solid #030f43;
    margin: 0 0 10px 0;
    padding: 15px;
    max-width: 642px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
}




/*ref style wind*/

.n_style1_open_trans {
    border-right: 3px solid #030f43;
    border-left: 3px solid #030f43;
    padding: 10px;
    font-size: 18px;
    max-width: 652px;
    position: relative;
    text-align: justify;
}



/*all form to refer = */
.styles_inputl {
    width: 190px;
        padding: 4px;
        font-size: 18px;
    }




.n_style1_open_trans_inf{
    padding-left: 230px;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 12px;
    letter-spacing: 1px;
    color: #030f43;
    text-transform: uppercase;
}

.n_style1_open_trans_zg{
    padding: 10px 0 15px 0;
    font-size: 16px;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    letter-spacing: 1px;
    color: #030f43;
    text-transform: uppercase;
    text-align: center;
}


/*refers status 0-1-2 all ico*/

.n_style_ico_status_0{
    background: #df9e00;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #030f43;
    margin: 0 0 0 2px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    font-family: verdana;
    font-weight: bold;
}

.n_style_ico_status_1{
    background: #00ef0e;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #030f43;
    margin: 0 0 0 2px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    font-family: verdana;
    font-weight: bold;
}

.n_style_ico_status_2{
    background: #fb422a;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #030f43;
    margin: 0 0 0 2px;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
    font-family: verdana;
    font-weight: bold;
}




/*refertable*/
  /* new style table2 */
  .grid-container2REF {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 4px;
    background-color: #030f43;
    padding: 4px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*width: 670px;*/
  }
  .grid-container2REF > .ZG {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 4;
    font-size: 16px;
  }
  .grid-container2REF > .colon {
    background-color: #002f59;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    align-items: center;
    display: grid;
  }
  .grid-container2REF > .grid_content {
    background-color: #1a6db6;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    align-items: center;
    display: grid;
  }
  .grid-container2REF > .END {
    background-color: #034e8f;
    text-align: center;
    padding: 10px 0;
    grid-column: 1 / span 4;
    font-size: 16px;
  }


  /*ref-ans-otst*/
  .ref_ans_otst_ref {
    background: #edeef0;
    height: 1px;
  }







  /*style manip new block funt players*/

  .players_to_f_style_blZG {
    font-size: 14px;
    background: #002f59;
    border: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
  }

  .players_to_f_style_blCON {
    font-size: 12px;
    background: #1a6db6;
    width: 674px;
    height: 125px;
    border: 3px solid #030f43;
    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }


  .players_to_f_style_blnamesmaps {
    background: #034e8f;
    border: 3px solid #030f43;
    padding: 10px 10px 15px 10px;
    margin: 5px;
    float: left;
    min-height: 82px;
    width: 110px;
    text-align: center;
  }

  .players_to_f_style_blnamesmapsTXT {
    top: 3px;
    position: absolute;
    text-align: right;
    width: 20px;
    right: 50px;
  }





  .players_to_f_style_bl {
    background: #034e8f;
    border: 3px solid #030f43;
    padding: 5px 10px 8px 10px;
    margin: 5px;
    float: left;
    min-height: 93px;
    min-width: 225px;
    max-width: 230px;
  }
 
  .players_to_f_style_bl_radio {
    background: #002f59;
    border-top: 3px solid #030f43;
    width: 95px;
    padding: 2px 30px 0 5px;
    margin: 66px 0 0 8px;
    position: absolute;
    text-align: left;
  }






  /*styleTOtitle*/
  .data-title {
	display: inline;
	position: relative;
}
.data-title:hover:after {
	content: attr(data-title);
	z-index: 999;
	position: absolute;
	bottom: 26px;
	left: 15%;
    left: -100px;
	width: 198px;
	padding: 7px 15px 10px 15px;
	font-size: 10px;
	font-weight: 300;
	color: #002f59;
	background-color: #edeef0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

    border: 3px solid #030f43;
	font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 0 2px #00b901, 0 2px 2px #00b901, -2px 0 2px #00b901, 0 -2px 2px #00b901;
    text-shadow: 0 0 black;
}
 




/*styles_nav_ad*/
.styles_nav_ad_v1_1 {
    background: #1a6db6;
    width: 40px;
    height: 70px;
    position: fixed;
    display: block;
    z-index: 30;
    top: -60px;
    left: 0;
    border-bottom: 3px solid #030f43;
    border-left: 3px solid #030f43;
    border-right: 3px solid #030f43;
    border-radius: 0 0 10px 10px;
    padding: 4px;
    font-size: 18px;
 
}
.styles_nav_ad_v1_1:hover {
 
    }

.styles_nav_ad_v1_1:hover ~ .styles_nav_ad_v1_1INFO {
    display:block;
}

    
.styles_nav_ad_v1_1INFO {
    background: #002f59;
    width: 200px;
    height: 100%;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    border-right: 3px solid #1a6db6;
    padding: 10px;
    font-size: 14px;

    display: none;
}

.styles_nav_ad_v1_1INFO:hover{
    display:block;
}




    /*new stylechatall*/
    .sidebar_chat2 {
        /*height:300px;*/
        width: 100%;
        height:0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #034e8f;
        overflow-x: hidden;
        transition: 0.5s;
        /*padding-top: 60px;*/
        /*padding: 10px;*/
        /*margin: -10px 0px 0px -10px;*/
        margin: -3px 0 0 0;
        overflow-y: hidden;
      }








        /*styles chats*/
.grid-servers_chats_st1all {
    /* display: grid;*/
    display: inline-grid;
    grid-template-columns: auto;
    grid-gap: 0px;
    background-color: #030f43;
    padding: 4px;
 
    /*width: 670px;*/
  }
  .grid-servers_chats_st1all > .colon {
    background-color: #034e8f;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    align-items: center;
    display: grid;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;

    border-bottom: 4px solid #030f43;
  }
  .grid-servers_chats_st1all > .grid_content {
    background-color: #1a6db6;
    text-align: left;
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: #034e8f;
    text-shadow: 0 0 black;

    font-family: 'YS Text','Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
  }
  .grid-servers_chats_st1all > .END {
    background-color: #034e8f;
    text-align: center;
    padding-top: 4px;
    grid-column: 1 / span 1;
    font-size: 16px;

    text-transform: uppercase;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;

    border-top: 4px solid #030f43;
  }





  .grid-servers_chats_st1all > .colon > #chat_status {
    float: left;
    position: absolute;
    /*margin-left:-10px;*/
  }

  .grid-servers_chats_st1all > .grid_content  > #chat_mes {
    max-height: 500px;
    overflow-y: scroll;
  }

  .grid-servers_chats_st1all > .grid_content  > #chat_mes::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    background: #002f59; 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
.grid-servers_chats_st1all > .grid_content  > #chat_mes::-webkit-scrollbar-track {
    background: #ffffff;
    border-left: 1px solid #030f43;
  }


















 
/* скрываем чекбоксы и блоки с содержанием */
.notif__hide {
    display: none; 
}
.notif__hide ~ .notif__shows{
    display: none;
}
 
/* когда чекбокс активен показываем блоки с содержанием  */
.notif__hide:checked + label + .notif__shows {
    display: block;
    padding: 10px;
    position: absolute;
    margin: 44px 10px 10px -18px;
    min-height: 40px;
    max-height: 400px;
    width: 230px;
    background: #002f59;
    border: 3px solid #030f43;
    overflow-x: auto;
    font-size: 12px;
    text-align: left;
    z-index: 8;
    color: #edeef0;
    text-shadow: 0 0 black;
    font-family: 'YS Text','Helvetica Neue',Arial,sans-serif;
    letter-spacing: normal;
    text-transform: none;
}


/*elem raskr news zap*/
.notif__shows>.status_read>.zg{
    font-weight: bold;
    color: #ff9800;
}
.notif__shows>.status_read>.mes{
    font-weight: bold;
    display: block;
}
.notif__shows>.status_read>.bord{
    display: block;
    padding-bottom: 5px;
}
.notif__shows>.status_read>.mes>a{
    font-size: 12px;
    color: red;
    text-shadow: 0 0 black;
}
.notif__shows>.status_read>.mes>a:hover{
    color: #ff9800;
}
.notif__shows>.status_read>.mes>img{
    background: #edeef0;
    margin:0 auto;
    width: 208px;
    border: 3px solid #edeef0;
}
 

.notif__shows>.status_read{
    background: #e1fffb;
    color: #000000;
}
.notif__shows>.status_read[atr="read"] {
    background: #002f59;
    color: white;
}



/*scroll*/
.notif__shows::-webkit-scrollbar-track {
    background: #ffffff;
    border-left: 1px solid #030f43;
}
.notif__shows::-webkit-scrollbar-thumb {
    background: #1a6db6;
}


/*styles inform not ico*/
.inf_style1_ico_notificat_panel {
    background: #ff371e;
    margin: 0 0 0 12px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;

    /*
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    */
}

@keyframes blink {
    50% {
        opacity: 0.8;
    }
  }






















  #GBitem2pp { 
    float: left;
    margin-right: 15px;
    border: 2px solid #030f43;
    
      display: grid;
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 0px;
      width:327px;
     
      
      /*grid-template-columns: repeat(3, 80px);*/
      /*grid-template-rows: repeat(3, 80px);*/
      grid-template-columns: 180px auto 200px;
      grid-template-rows: auto auto auto;
      }
    #GBitem2pp > div {
      /*font-size: 12px;*/
      padding: .5em;
      text-align: center;
      border: 2px solid #030f43;
      
        text-transform: uppercase;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
        letter-spacing: 1px;
        color: #FFFFFF;
    }
    .GBitem2pp_hide1 {
      grid-column: 1 / span 3;
      grid-row: 1;
      
        
        background: #034e8f;
        position: relative;
        text-transform: uppercase;
        font-family: GothamNarrSSm, verdana, tahoma, Arial;
        text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
        letter-spacing: 1px;
        color: #FFFFFF;
    }
    .GBitem2pp_hide2 {
        padding: 7px;
        background: #002f59;
        color: #FFFFFF;
        font-size: 12px;
    }
    .GBitem2pp_content {
        padding: 7px;
        background: #1a6db6;
        color: #FFFFFF;
        font-size: 12px;
    }
    .GBitem2pp_btn {
      background: #034e8f;
      grid-column: 1 / span 3;
        /*grid-row: 4;*/
    }












/*cab_new_style*/
.cab_dez_v1b1_zg{
	border: 3px solid #030f43;
    padding: 12px;
    background: #034e8f;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.6;
}

.cab_dez_v1b1_inf{
	border: 3px solid #030f43;
    padding: 12px;
    background: #1a6db6;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 2.5;
	margin-bottom: 15px;
 
}








/*newstyles_btn_invnex*/
.of_pages_s1:link {
    color: #000000;
    text-decoration: none;
}
.of_pages_s1:visited{
    color: #000000;
    text-decoration:none;
    }
     
.of_pages_s1{
    background: #e8e8e8;
    margin: 1px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #888888;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    display: inline-block;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.of_pages_s1:hover{
    color: #FFFFFF;
    text-decoration:none;
    background: #1a6db6;
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5454', endColorstr='#ff5454');
}

.of_pages_s1_ok{
    background: #1a6db6;
    padding: 10px;
    margin: 2px;
    color: white;
    border-radius: 2px;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #030f43;
    position: relative;
    display: inline-block;
}



.new_dep_v2023{
    padding: 20px;
    margin: 0 auto;
    display: table;
    width: 80%;
    border: 2px solid #e6b800;
    position: relative;
    top: 20px;
    text-align: center;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    background: linear-gradient(#edeef0, #e6b800);
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.new_dep_v2023_txt{
    display: table;
    padding-top: 50px;
    margin: 0 auto;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 35px;
}


.new_dep_v2023_txtZG{
    display: table;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 35px;
    /* border-bottom: 3px solid #030f43; */
    color: #00b10f;
    /* text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;*/
}

.new_dep_v2023_txt2{
    display: table;
    padding: 20px 20px 20px 20px;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 10px 40px;
    border: 2px solid #00b10f;
    color: #003504;
}






.txt_ico_spoplgl{
    padding: 50px 0 0 0;
    color: #1a6db6;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.txt_ico_spopl{
    padding: 14px;
    text-decoration: none;
    font-family: GothamNarrSSm, verdana, tahoma, Arial;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
}
.txt_ico_spopl_pos{
    margin: 15px auto;
    text-align: center;
    display: block;
}