/* задний фон */
#parallax-bg3 {
    z-index: -3;
    position: fixed;
    left: 50%;
    top: 0;
    width: 500px;
    margin-left: 0px; 
}

#bg3-1 {
    position: absolute;
    top: 100px;
    left: -400px;
}
#bg3-2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* туман и животное */
#parallax-bg2 {
	z-index: -1;
	position: fixed;
	left: 20%;
	top: 0;
	width: auto;
	margin-left: 0px;
	}
	#bg2-1 {
		position: absolute;
		top: 180px;
		left: 600px;
		}
	#bg2-2 {
		position: absolute;
    top: 100px;
    left: -400px;
		}
	#bg2-3 {
		position: absolute;
		top: 0px;
		left: 0px;
		}

/* лес */
#parallax-bg1 {
	z-index: -2;
	position: fixed;
	left: 50%; 
	top: 0;
	width: 800px;
	margin-left: -600px;
	}
	#bg1-1 {
		position: absolute;
		top: -20px;
		left: 300px;
		}
	#bg1-2 {
		position: absolute;
		top: 130px;
		left: 0px;
		}
	#bg1-3 {
		position: absolute;
		top: 130px;
		left: 700px;
		}


/*логотип*/
#slide-title a{
position: absolute;
padding:10px;
line-height: 40px; 
text-align:center;
display:inline-block;
color:#ffffff !important;
font-family: Cinzel Decorative;
font-size:45px;
letter-spacing:2px;
text-transform:uppercase;
width: 550px;
height: 60px;
top: 150px;
animation: beat 5s infinite both;
margin-left: 250px
}


#slide-title a .hover{height:1px;width:0;background:#ffffff;display:inline-block;margin:0 10px;vertical-align:middle;transition:0.5s;}
#slide-title a:hover .hover{width:100px;}

#slide-title span{
font-family: roboto;
text-transform: lowercase;
font-size: 14px;
letter-spacing: 4px;
display: block;
color: #ffffff;
margin: -11px 0 -10px 0}


@keyframes beat{from{-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}50%{-webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05);}to{-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}}

.opisaniepodforuma {
padding: 20px;
margin-left: 15px !important;
font-size: 11px;
font-family: Montserrat;
box-shadow: 0 0 0 0px #e3e3e3 inset;
    border: 1px solid #ececec;
    background-color: #ffffff;
}


#pun-title table {
    background: #fff;
    border: none;
    height: 230px;
    margin-left: -5px;
    width: 990px;
}


/*ГРАФИЧЕСКИЕ ЭЛЕМЕНТЫ ОФОРМЛЕНИЯ
-------------------------------------------------------------*/
/*фон форума*/
HTML {
    background: #cccccc url("") no-repeat fixed center top;background-size: cover;
}


/*оформление статистики и других подкатегорий*/
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
    background:#f9f9f9;
    color: #808080 !important;
        font-family: montserrat !important;
    font-size: 8px !important;
    font-style: normal;
    font-weight: 800;
    padding: 0px 0px 2px 0 !important;
    text-align: center;
    width: auto;
        text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 13px !important;
}


#pun-index h2 {box-shadow: none}

/*отображение аватара пользователя на главной*/
#pun-index .user-avatar {
margin-left: 20px !important;
margin-right: 15px;
height: 30px;
margin-top: 0px}

#pun-index .user-avatar img.ava {
border: 3px solid #f9f8f6 !important;
border-radius: 0%;
height: 30px;
width: 30px;
opacity: 1;
  box-shadow: 0 0 0 1px #979797;
    margin: 0px 1px 2px 0px;
}

#pun-index .user-avatar img.on_ {
margin-top: -5px !important;
margin-left: -10px !important;
    width: 10px !important;
    height: 10px!important;
    border-radius: 0% !important;
    background: #9ccda5;
}



#pun {    
margin-top: 280px !important;
}

.quote-box.with-avatar{padding-left:50px!important;}
.author-avatar+span {margin-left:0px;}
.author-avatar {
  float: left;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
}
.author-avatar > img {
  width: 28px;
  padding: 2px;
    background:#fbfbfb;
  border: 2px solid #dad9db !important;
  border-radius: 50px;
}

/* ОФОРМЛЕНИЕ ПОСТА
 -------------------------------------------------------------*/
.punbb .post-body {
  background-color: #fbfbfb;
  border-radius: 0px;
}

.post div.container {background: #fbfbfb;
    margin-bottom: 0px !important;
    }


.post.topicpost div.container, .post.toppost div.container {margin-top: 0px !important;
    width: auto;
}

.post-content {margin: 0px 0px 0px 10px !important;}

.punbb .post {
    border-color: transparent;
    text-align: justify;
}

#pun-viewtopic .post h3:after {content: "";
display: block;
position: relative;
width: 100.3%;
height: 1px;
background: #ccb096;
top: 50%;
left: -1px}

#pun-viewtopic .post h3 {
    color: #ffffff !important;
    font-family: roboto !important;
    font-size: 9px;
    height: 29px;
    margin-bottom: -10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px !important;
    width: auto;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 21px;
    position: relative
}

#pun-viewtopic .post h3 span a {
color: #dfdfdf
}

#pun-viewtopic .post h3 span {
    color: #dfdfdf;
    margin-left: 5px;
    margin-top: 6px;
    width: 250px;
    text-align: center;
    background: #c7af97;
    z-index: 99;
    position: absolute;
    height: 8px;
    line-height: 8px;
}

#pun-viewtopic .post h3 strong {
    color: #dfdfdf;
    margin-left: 670px;
    margin-top: -4px;
    width: 150px;
    text-align: center;
    background: #c7b1a1;
    z-index: 999;
    height: 17px;
    line-height: 18px;
    position: absolute;
    text-shadow: none
}

#pun-viewtopic .post h3 span:before {content: "дата сообщения: ";
color: #fbfbfb}
#pun-viewtopic .post h3 span:after {content: ",";
color: #fbfbfb}

#pun-viewtopic .post h3 strong:before {content: "номер поста: ";
color: #fbfbfb}

/*ссылки поста*/
.punbb .post-links a, .punbb .post h3 a {
font-family: roboto;
font-size: 9px;
text-transform: uppercase;
font-weight: bold !important;
}

/*скрыть*/
 .closedatafield, .pl-reports ,#pun-live-rusff,#pun-title .title-logo span, .pa-gifts, .lastedit, .topic a.sharelink, .stickytext, .mini_awards_label, .sharelink, .pa-awards, #profile-gifts, li#navawards{
display: none !important;
}

/* ОФОРМЛЕНИЕ ПРОФИЛЯ АВТОРА В ПОСТЕ
 -------------------------------------------------------------*/
.pa-author img {
    display: none;
}

.post-author {
    margin-left: 5px !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 210px !important;
    padding-top: 0px !important;
    background: #ffffff;
    border: solid 6px #f3f3f3;
    outline: 2px solid #cacaca;
    outline-offset: 3px;
}

.post-author.online {filter: grayscale(0);
 }

.post-author .pa-author {
    font-family: comfortaa !important;
    font-size: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: center;
    padding: 0px 0 6px 0;
    position: relative;
    margin-top: 5px;
}

.post-author .pa-author:after {background: #5593b3;
width: 80%;
height: 1px;
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 20px;
transition: all .5s ease-in-out 0s
}

.post-author .pa-author:hover:after {transform: scaleX(.6);
background: #bfbfbf}


.post-author .pa-author:hover:after {transform: scaleX(.5)}

#pun .post-author a {color: #a65f03}

#pun .post-author a:hover {color: #777}

.post-author ul {
color: #4a4a4a;
    font-size: 12px;
    line-height: 11px;
    font-family: roboto !important;
    margin-left: 5px;
    padding: 0px !important;
    text-align: center;
    width: 200px;
}

.pa-avatar {
    margin-top: 6px !important;
    width: 200px;
    margin-bottom: 5px !important;
    margin-left:0px !important;
}

.pa-avatar.item2 > img {
    border: 2px solid #e0e0e0;
    box-shadow: 15px 0px 0px -10px #c7b1a1, -15px 0px 0px -10px #c7b1a1;
}

.pa-title {
    font-family: roboto !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    text-transform: lowercase;
    padding: 5px !important;
    margin-top: -5px !important;
    text-align: center;
    width: 206px;
    margin-bottom: -4px !important;
    letter-spacing: 1px;
    color: #767676;
}


.pa-ip {clear: both;
margin-top: 10px !important;}

.pa-online {
font-size: 10px;
font-family: roboto;
padding: 0 !important;
margin-left: 0px !important;
clear: both;
 margin-top: 5px !important;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
width: 200px;
}

.punbb th {
    font-size: 0 !important;
}
li#navawards, .lastedit {
    display: none !important;
}
.pa-gifts {
    display: none;
}

#profilenav h2 {
    text-align: left !important;
}
li.pa-respect, li.pa-posts {
    margin-top:5px;
background: #fbfbfb;
    width: 95px;
    text-transform: uppercase;
    text-align: center;
    font-size: 9px;
    color: #6f6f6f;
    font-weight: bold;
    border-bottom: 1px solid #9ccda5;
    display: inline-block;
    }

li.pa-respect a:link, li.pa-respect a:visited, li.pa-respect a:active, li.pa-respect a:hover {
color:#6f6f6f !important;
}





/* НАВИГАЦИЯ  ФОРУМА И ССЫЛКИ ПОЛЬЗОВАТЕЛЯ
 -------------------------------------------------------------*/
#pun-navlinks .container {
position: absolute;
text-align: center;
width: 100% !important;
display: block;
height: 35px;
padding: 0 !important;
}

#pun-navlinks .container:hover a {
  opacity: .5;
  transition: all ease .8s;
  transform: scale(1)
}

#pun-navlinks .container li:hover a {
  opacity: 1 !important;
  transform: scale(1)
}

#pun-navlinks {
background: rgba(0,0,0,1);
    display: block;
    font-size:0px !important;
    font-style: normal;
    font-weight: bold !important;
    margin-left: -6px !important;
    position: absolute;
    text-align: center;
    top: 10px;
    left: 0;
    height: 30px !important;
    width: 100.5%;
    word-spacing: 0;
    padding: 0px !important;
    padding: 0;
    box-shadow: 0 -1px 0 0 #e3e4e6, 0 1px 0 0 #e3e4e6;
    transition: all .7s ease-in-out 0s;
}

#pun-navlinks {
background: #ffffff14;
mix-blend-mode: normal;
box-shadow: 0 -1px 0 0 rgba(255,255,255,.4), 0 1px 0 0 rgba(255,255,255,.4)
}

#pun-navlinks span {
line-height: 30px;
}

/*оформление навигации форума в спокойном состоянии*/
#pun-navlinks a {
    color: #ffffff;
    font-family: comfortaa!important;
    font-size: 13px !important;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
    text-transform: lowercase;
    display: inline-block;
    padding: 0 15px !important;
    letter-spacing: 1px;
    position: relative;
    margin: 0 0px;
    font-weight: 700 !important;
    text-shadow: 1px 1px 1px #82bf8d;
}

#pun-navlinks a span {position: relative
}

/*оформление навигации форума при наведении*/
#pun-navlinks a:hover {
    transition: all 0.3s ease-in-out 0.1s;
    color: #f9e8e1;
}

/*оформление навигации пользователя*/
#pun-ulinks .container {
    font-family: roboto !important;
    font-style: normal;
    font-weight: 100 !important;
    letter-spacing: 0px;
    margin-left: -55px !important;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-transform: uppercase;
    top: 50px;
    width: 1005px !important;
    display: inline;
    font-size: 11px;
    mix-blend-mode: hard-light;
}

#pun-ulinks .item5 {
    display: none;
}
#pun-ulinks a {
    color: #9e9e9e;
    transition: all 0.9s linear 0s;
    letter-spacing: 1px;
    position: relative;
    background: transparent;
    margin: 0 20px;
    text-shadow: 1px 1px 1px #565656
}

#pun-ulinks a:hover{
color: #e2e2e2;
}
/* ЦВЕТ ГРАНИЦ
 -------------------------------------------------------------*/
.punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
    border-color: transparent;
}

/* ЦВЕТ ТЕКСТА
 -------------------------------------------------------------*/
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
    border-color: transparent;
    color: #696969;
}
.punbb .post-box {
    color: #696969;
}

#pun-profile fieldset {
border: 1px solid #e7e7e7;
margin-top: 20px; }

/*просмотр профиля*/
#pun-profile #pun-main h1 {
    display: none;
}

#pun-profile #profile-left {
    margin-top: -28px;
    display: block;
    width: auto;
}

#pun-profile #profile-name strong {
    background: #29594b !important;
    color: #ebe3de !important;
    display: inline-block !important;
    width: auto;
    padding: 2px 6px !important;
    font-family: 'Playfair Display SC' !important;
    margin-left: 10px;
}

/* ФОРМА ОТВЕТА, ЦИТАТА, КОД
 -------------------------------------------------------------*/
/*разделительная полоса*/
hr {
opacity:1 !important;
  border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

/*маркированный текст*/
.highlight-text {
background: #e28abd  !important;
border: none !important;
color: #fff !important;
padding: 2px !important;
}

/*зачёркнутый текст*/
.post-content del {
  text-decoration: none;
  -webkit-filter: blur(2px); 
  filter: blur(2px); 
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.post-content del:hover {
  -webkit-filter: blur(0px); 
  filter: blur(0px); 
}


/*оформление формы ответа*/
.punbb textarea {
    background-clip: padding-box;
    background-color: #fbfbfb;
    color: #676767;
    padding: 7px 5px !important;
    width: 98.8% !important;
border: 2px solid #e2e2e2;
box-shadow: inset 0px 3px 0px #e2e2e2;
}


/*оформление кода*/
.punbb .code-box{
background-clip: padding-box;
color: #615244;
padding: 7px 7px 7px 7px !important;
box-shadow: 0 0 0 3px #f3f3f3, 2px 0 0 0 #9c9c9c inset;
background-color: #f3f3f3; 
}

/*содержимое кода*/
#pun-main .code-box .scrollbox pre {
font-family: roboto !important;
font-size: 12px;}

/*оформление цитаты*/
.punbb .quote-box {
background-clip: padding-box;
color: #615244;
padding: 7px 7px 7px 7px !important;
box-shadow: 0 0 0 3px #f3f3f3, 2px 0 0 0 #82bf8d inset;
background-color: #f3f3f3; 
}

/*оформление спойлера*/
.punbb .spoiler-box {
background-clip: padding-box;
color: #615244;
padding: 7px 7px 7px 7px !important;
box-shadow: 0 0 0 3px #f3f3f3, 2px 0 0 0 #393939 inset;
background-color: #f3f3f3; 
}

.post_reputation {
    background: #c7c7c7;
}

/*Фон под контейнеры в форме Ответа*/
#post .container[id$="-area"]{
background: #f3f3f3;
color: #38364f;
border: 2px solid #f0f0f0 !important;
z-index: 20;
margin-top: -15px;
padding: 10px 10px 10px 10px !important;
}

/*оформление поля ввода*/
.punbb select, input {
background: #f9f9f9;
color: #333;
border: none;
padding: 3px 2px 5px 4px !important;
 box-shadow: 0 0 0 1px #dedede inset, 0 0 0 3px #ededed inset;
}

.offline li.pa-online strong {
    font-weight: normal;
}

/* ЦВЕТ ССЫЛОК
 -------------------------------------------------------------*/
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    border-bottom: 0 none #000;
    color: #8eb395;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {  border-bottom: 0 none #000;
   color: #8eb3958f;
    text-decoration: none;
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
    background-color: #211a13;
    color: #fff;
}


/* ИКОНКИ
 -------------------------------------------------------------*/
#pun-main div.catleft, #pun-main div.catright {
    display: none;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #f3f3f3;
    box-shadow: -3px 0px 0px #e6e6e6;
    display: block;
    float: left;
    height: 21px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    position: relative;
    width: 11px;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #8eb395;
    box-shadow: -3px 0px 0px #e6e6e6;
    height: 21px;
    width: 11px;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: #d0d0d0;
    height: 21px;
    width: 11px;
    box-shadow: -3px 0 0 0px #92b699
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: #949494;
    height: 21px;
    width: 11px;
}





/*ОФОРМЛЕНИЕ КНОПОК
 -------------------------------------------------------------*/
#post .formsubmit {text-align: center;
}

.punbb input {
    border: medium none;
}

.button {
    background: radial-gradient(ellipse at top, #f9f9f9 10%, #f3f3f3 53%, #f0f0f0 100%);
    border-radius: 1px;
    border-top: medium none;
    box-shadow: 0 0 0 1px #e8e8e8 inset, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.5) inset, 0 1px 1px 0px rgba(0,0,0,.1);
    color: #a5a5a5;
    font-family: roboto !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    padding: 4px 15px 4px 15px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: lowercase
}

.button:hover {
    background: radial-gradient(ellipse at bottom, #f9f9f9 10%, #f3f3f3 53%, #eaeaea 100%);
    box-shadow: 0 0 0 1px #f3f3f3 inset, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.5) inset,  0 1px 1px 0px rgba(0,0,0,.1);
    color: #e28abd;
    cursor: pointer;
}
.button:active {
    border-top-color: #397d34;
}


/*ОФОРМЛЕНИЕ ПОДФОРУМОВ КОДЫ ПРИНАДЛЕЖАТ ВЕЩИЙ ДУХ РАЗРЕШЕНИЕ ЕСТЬ
-------------------------------------------------------------*/
#pun-index .category .container {
 border: 0px solid #f3f3f3;
 padding: 0 !important;
 box-shadow: 0 0 0 1px #ececec inset;
 }

#pun-index .tcl h3 {
    font-family: comfortaa;
    font-size: 14px !important;
    font-weight: bold !important;
    padding-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 2px;
    height: 13px;
    position: relative
}

#pun-index .tcl h3:after {content: "";
display: block;
position: absolute;
top: 20px;
left: 25%;
background: #ececec;
height: 1px;
width: 50%}

#pun-index tr.inew .tclcon:after {background: #e27fa2
}
#pun-index tr.inew .tclcon {background-image: url("https://image.ibb.co/dMFuMc/flower.png");
}

#pun-index .tclcon {
    font-size: 12px;
    text-align: justify;
    color: #4c4c4cc7 !important;
    width: 550px;
    margin-left: 1px;
    background: #ffffff;
    padding: 20px 20px 30px 20px;
    position: relative;
    font-family: roboto;
    line-height: 15px
}

#pun-index .tclcon:after {content: "";
display: block;
position: absolute;
width: 3px;
height: 90%;
left: 1%;
top: 5%;
background: #ececec}

#pun-index .tcr {
    width: 35%;
    }

.punbb td div.tclcon h3 a {text-shadow: none !important; color:#82bf8d !important;}
.punbb td div.tclcon h3 a:hover {color: rgba(130, 191, 141, 0.5) !important;}


/* ДРУГОЕ
 -------------------------------------------------------------*/
/*Отображение жирного текста на форуме*/
b, strong {
color: #e28abd;
}

/*Юзер*/
.byuser {
display: block;
border-top: 1px solid #e8e8e6 ;  
margin-top: 4px !important;
font-size: 12px;
color: #5f5f5f;
}

.byuser:before {
content: 'Джаммер:';
font-size: 12px;
color: #5f5f5f;
}

.punbb .main .tcr > a:after {
  content: "»";
  position: absolute;
  font-family: serif, use-lang-def;
  font-size: 1.3em;
  font-weight: 700;
  margin-left: 3px;
  margin-top: -2px;
  }

/*оформление аватарки на главной странице скриптом*/
#option {
       position: absolute;
    top: 490px;
    z-index: 80;
    margin-left: 460px;
}

#option img {
   max-width: 50px;
    height: 50px;
    border: 2px #ececec solid;
transition: all .5s ease-in-out 0s;
 animation: spixx 2s infinite;
  outline: 2px solid #ececec;
  outline-offset: 4px;
  object-fit: cover;
}

#option img:hover {filter: grayscale(100%) !important;}

/*Анимация*/
@keyframes spixx {
  0% {
    box-shadow: 0 0 0 0px rgb(130, 191, 141);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(130, 191, 141, 0.2);
  }
}

/* ДРУГОЕ 
 -------------------------------------------------------------*/
/*копирайт и ссылки сервиса*/
#pun-about .container .item1 {margin-top: -30px;
width: 1000px;
    margin-left: 20px;
position: absolute;
font-family: roboto;
font-size: 10px;
text-align: left}

#pun-about p.container {
    background: url();
    height: 80px;
    margin-bottom: -100px;
    margin-left: -17px;
    margin-top: 0px;
    width: 1000px;
    padding: 0 !important;
    border: none !important;
}

div#pun-about {
    margin-top: 20px;
}
div#html-footer {
    margin: -29px 0 0;
}

/*скрытое слово объявление*/
#pun-announcement.section h2 span {
    display: none;
}

/*НАЗВАНИЕ ФОРУМА*/
#pun-crumbs1 {
    font-family: roboto !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
  text-transform: uppercase
}
#pun-crumbs2 {
    font-family: roboto !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    padding-bottom: 0px !important;
  text-transform: uppercase;
}

/*скрыть столбец*/
#pun-index .tcmod {
    display: none
}




/*стрелки*/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    text-align: center;
    font-family: comfortaa;
    font-size: 11px;
    width: 90px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px
}

.go-up {
    bottom: 45%;
    margin-left: 1000px !important;
    color: #ffffff
}
.go-down {
    bottom: 36%;
    margin-left: 1000px !important;
    color: #eeeeee
}
.go-down:hover, .go-up:hover {
    opacity: 1;
}


/* должность */
.pa-fld3 {
    display: inline-block;
    font-family: roboto;
    font-weight: 800;
    text-transform: uppercase;
    background: #ffffff;
    padding: 0 10px !important;
    font-size: 10px;
    width: auto;
    color: #9b9b9b;
    margin-top: 5px!important;
}

.pa-fld3 a {
    color: #ffffff !important;
}
/* описание */

.pa-fld2 {
   background: #ffffff;
    color: #cccccc;
    border: 1px solid #eaeae8;
    font-family: roboto;
    padding: 15px 5px!important;
    text-transform: lowercase;
    margin-top: -15px!important;
    margin-bottom: -11px!important;
}

.pa-fld2 a {
    color: #cccccc!important;
    /* font-style: italic; */
    letter-spacing: 1px!important;
}

/* вид */
.pa-fld1 {
    display: inline-block;
    color: #b7b7b7;
    background: #ffffff;
    padding: 3px 5px!important;
    margin-bottom: 5px!important;
    width: 140px;
}