@import url(style_cs.1754772613.css);

/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
    font-family: 'Mixpie';
    src: url('Mixpie.eot');
    src: local('Mixpie'),
        url('https://forumstatic.ru/files/001c/52/f9/11289.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/52/f9/62154.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/52/f9/68185.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/52/f9/25629.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/52/f9/74454.svg#Mixpie') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Murs Gothic Key';
    src: url('MursGothic-WideDark.eot');
    src: local('Murs Gothic Wide Dark'), local('MursGothic-WideDark'),
        url('https://forumstatic.ru/files/001c/52/f9/91293.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/52/f9/77544.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/52/f9/18544.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/52/f9/60803.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/52/f9/30017.svg#MursGothic-WideDark') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



/* Полезные сервисные настройки
-------------------------------------------------------------*/

.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  line-height: 0.0;
  font-size: 0;
}


/* Основные переменные
------------------------------------------*/

:root {
  --body-bg: Burlywood;
  --pun-bg: ivory;
  --sec-bg: cornsilk;
  --link: #000000;
  --link-hover: goldenrod;
  --pwidth: 220px;
  --padding: 10px 20px;
  --tpad: 5px 20px;
  --mpad: 5px 10px;
  --main_green: #aa1803;
  --murs: 'Murs Gothic Key';
}

/* Global
------------------------------------------*/

/* Применяется ко всем элементам */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scrollbar-width: thin;
  scrollbar-color: var() var();
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

*::-webkit-scrollbar-track {
  background-color: var();
}

*::-webkit-scrollbar-thumb {
  background-color: var();
}

*::-webkit-scrollbar-thumb:active {
  background: var();
}

:focus {
  outline: none;
}

a,
.punbb #pun-admain a {
  text-decoration: none;
  color: var(--link);
  transition: all .2s linear 0s;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--main_green);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  margin: 0;
}

h1,
h2 {
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
}

ul,
dl,
li,
dd,
dt {
  list-style: none;
}

address,
em {
  font-style: normal;
}

.modlist,
.lastedit,
.punbb div#pun-live-rusff,
.punbb .topic a.sharelink {
  display: none;
}

#tags .container,
.post_report,
.post_reputation,
#MyBookmarks,
.inner.popup_graffiti,
.pun-modal .modal-inner,
.punbb-admin #pun-admin-award-form .inner {
  background: var(--sec-bg);
}

#tags .container {
  padding: var(--mpad) !important;
  top: 0 !important;
}

/* ОФОРМЛЕНИЕ КНОПОК
------------------------------------------*/

input.button,
#pun-admain input.button,
#sub4,
input[type="button"],
input[type="submit"] {
  padding: 2px 10px;
  border: 1px solid var(--main_green);
  cursor: pointer;
  transition: all .2s linear 0s;
  font-family: arial;
  text-transform: lowercase;
  letter-spacing: .25px;
  font-size: 12px;
  background: #fff;
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА
------------------------------------------*/

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 5px;
  border: 1px solid var(--main_green);
  font-family: arial;
  font-size: 12px;
  letter-spacing: .25px;
}


/* Админка
------------------------------------------*/

.punbb-admin .adcontainer,
.punbb-admin .adformal {
  border: none;
}


/* Тело форума
------------------------------------------*/

html {
    background: url(https://forumstatic.ru/files/001c/52/f9/64591.jpg) repeat top center;
}


/*body::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -10;
  background: var(--body-bg) url(https://forumstatic.ru/files/001c/52/f9/43466.jpg) no-repeat top center/cover;
}*/

#pun {
    margin: 30px auto;
    width: 900px;
    background: url(https://forumstatic.ru/files/001c/52/f9/38055.jpg) no-repeat bottom center,  url(https://forumstatic.ru/files/001c/52/f9/39071.jpg) repeat top center var(--pun-bg);
}

.punbb {
  font: 12px Arial, Verdana;
  letter-spacing: .25px;
}

.punbb>div .container {
  padding: var(--padding);
}

#pun-main h1 {
    font-family: var(--murs);
    font-size: 16px;
}

#mod-options {
  font-family: arial;
  font-size: 12px;
  letter-spacing: .25px;
}

/* Навигационные ссылки */

#pun-navlinks .container {
    text-align: center;
    background: var(--main_green);
    padding: 5px 20px;
    font-size: 12px;
    font-family: var(--murs);
    color: #fff;
    text-transform: lowercase;
}

#pun-navlinks li {
  padding: 0 5px;
  display: inline;
}

#pun-navlinks li:not(:last-of-type):after {
    content: "//";
    margin-left: 10px;
}

#pun-navlinks li a {
  color: #fff;
}

/* Пользовательские ссылки */

#pun-ulinks .container {
    text-align: center;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: .25px;
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

/* Статус */

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

/* Копирайт */
#pun-about .container {
  text-align: center;
}


/* Главная форумная таблица
------------------------------------------*/

.main table {
  table-layout: fixed;
  width: 100%;
}

.main th {
  padding: 5px 10px;
}

.main td {
  padding: 10px;
}

.tcl {
  width: 50%;
}

.tc2,
.tc3,
.tcmod {
  text-align: center;
  width: 10%;
}

.tcr {
  width: 30%;
  font-family: arial;
  text-transform: lowercase;
  font-size: 12px;
  letter-spacing: .25px;
}



#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
  width: 40%
}

#pun-searchtopics .tc2 {
  text-align: left;
  width: 20%;
}

#pun-debug table .tcl {
  width: 15%;
}

#pun-debug .tcr {
  width: 90%;
}

tbody.hasicon td.tcl {
  padding-left: 40px;
}

/* Иконки */

div.icon {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  background: var(--link) url() no-repeat top center;
}

tr.inew div.icon {
  background: var() url() no-repeat top center;
}

tr.isticky div.icon {
  background: var() url() no-repeat top center;
}

tr.iclosed div.icon {
  background: var() url() no-repeat top center;
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: var(--tpad);
  display: flex;
  justify-content: space-between;
}

.linkst .pagelink {}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
  padding: var(--tpad);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

/* Модераторское меню, RSS, Atom */

.modmenu .container {
  padding: var(--mpad);
  text-align: right;
}

.modmenu .container strong {
  float: left;
}

.modmenu input {
  margin-left: 10px;
}

/* Главная
------------------------------------------*/

/* Категории */



#pun-index .category h2 {
  font-size: 36px;
  font-family: "Mixpie";
  color: #000;
}

#pun-index .category h2 span {
  display:block;
}

#pun-index .category h2 span::first-letter {
  color: var(--main_green);
}

#pun-index .category .container {
  padding: 0;
}

#pun-index .category tr {
    display: block;
    width: 900px;
    margin-bottom: 10px;
}

#pun-index thead, #pun-index .tc2, #pun-index .tc3 {
  display: none;
}

#pun-index .tcl {
    background: url(https://forumstatic.ru/files/001c/52/f9/63261.jpg) no-repeat top left;
    width: 650px;
}

#pun-index .tclcon {
    text-transform: lowercase;
    font-size: 10px;
}

#pun-index .tclcon .links {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pun-index .tcl h3 {
    border-bottom: 1px solid var(--main_green);
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--murs);
}

/* Статистика */

#pun-stats li.item1,
#pun-stats li.item2 {
  float: left;
  clear: both;
}

#pun-stats li.item3,
#pun-stats li.item4 {
  text-align: right;
}

li#onlinelist {
  margin-top: 10px;
  text-align: justify;
}

#pun-stats h2 {
  font-family: var(--murs);
  text-transform: lowercase;
  font-size: 14px;
}

.statscon {
    font-family: arial;
    text-transform: lowercase;
    font-size: 10px;
    letter-spacing: .25px;
}

/* Шапка
------------------------------------------*/

#pun-title {    
    background: url(https://forumstatic.ru/files/001c/52/f9/81627.jpg) no-repeat top center;
    height: 188px;
    position: relative;
}

#pun-title .title-logo {
  display: none;
}

.tablica {
    position: absolute;
    z-index: 1;
    width: 900px;
    height: 188px;
    box-sizing: border-box;
    padding: 25px 25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab_logo {
    position: absolute;
    font-size: 92px;
    font-family: "Mixpie";
    color: #000;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.tab-top {
  display: flex;
  justify-content: space-between;
}


.tab-bottom {
  display: flex;
  flex-direction: row;
  gap: 40px;
}


.tablica span {
  font-size: 10px;
  font-family: var(--murs);
  color: #000;
  letter-spacing: 0.25px;
}

.flooders {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.writers div, .flooders div {
  display: flex;
  gap: 8px;
}

.writers a, .flooders a {
  display: block;
  height: 44px;
  width: 44px;
  box-sizing: border-box;
  border: 1px solid #000;
  filter: grayscale(100%);
}

.writers img, .flooders img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.spirit_nav-wrap {
  position: relative;
  margin: 0;
  width: fit-content;
  z-index: 9;
}

.nav_button {
  background: var(--main_green);
  font: normal 12px/16px var(--murs);
  text-align: center;
  padding: 0 10px;
  text-transform: lowercase;
  cursor: pointer;
  transition: all .4s linear 0s;
  color: #fefefe;
  box-sizing: border-box;
}

.nav_button.i_active {
  background: var(--main_green);
}

.nav_block {
  display: none;
  background: #fff;
  position: absolute;
  top: calc(100% + 5px);
  font: 400 9px pt sans;
  width: 100%;
}

.nav_block .link {
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: lowercase;
  gap: 5px;
}

.nav_block .link a {
  color: #fefefe !important;
  font-family: arial;
  background: var(--main_green);
  padding: 5px 10px;
  transition: all .4s linear 0s;
  letter-spacing: .25px;
}

.nav_block .link a:hover {
  background: #fefefe;
  color: var(--main_green) !important;
}

.tab-about {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.tab-about p {
  font-size: 8px;
  font-family: "Arial";
  color: #000;
  letter-spacing: .25px;
}



/* Футер
------------------------------------------*/

#pun-about {

}

#html-footer .container {padding: 0;}

.banners {
    height: 65px;
    overflow: auto;
    margin: 15px 20px;
}

.banners a {
  opacity: .5;
}

.banners a:hover {
  opacity: 1;
}


/* Список тем
------------------------------------------*/



/* Топик
------------------------------------------*/

.post {
  margin-top: 10px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

.post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.post h3 {
  font-size: 10px;
  font-family: arial;
  border-bottom: 1px solid #000;
  letter-spacing: .25px;
}

.post h3 span {
  padding: var(--tpad);
  display: block;
}

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

.reactions-root {
    display: none;
}

.post-rating {
  font-size: 10px;
  font-family: arial;
  letter-spacing: .25px;
}

/* Автор */

.post-author {
  width: var(--pwidth);
  text-align: center;
  border: 1px solid var(--main_green);
  box-sizing: border-box;
  background-color: #fae6dc;
  margin-bottom: 5px;
}

.post-author ul {
  padding: 10px 0;
}

.pa-author {
  font-size: 16px;
  font-family: var(--murs);
  color: var(--main_green);
  text-align: center;
}

.pa-author a {
  color: var(--main_green);
}

.pa-title {
  font-size: 10px;
  font-family: "Arial";
  color: #000;
  text-transform: lowercase;
  line-height: 1.6;
  letter-spacing: .25px;
}

.pa-avatar img {
   border: 1px solid var(--main_green);
}

.lz {
  margin: 10px auto;
  width: 180px;
}

.lz .name {
  font-size: 14px;
  font-family: "Arial";
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .25px;
}

.lz p {
  font-size: 10px;
  font-family: "Arial";
  color: #000;
  letter-spacing: .25px;
}

.lz p a {
  color: var(--main_green);
  font-weight: bold;
}

.pa-posts,
.pa-respect,
.pa-fld2,
.pa-fld3 {
display: inline-block; 
text-transform: lowercase;
margin: 0 2px 5px;
font-size: 10px;
font-family: "Arial";
letter-spacing: .25px;
color: #000;
line-height: 1.6;
}

.pa-posts .fld-name,
.pa-respect .fld-name,
.pa-fld2 .fld-name,
.pa-fld3 .fld-name {
font-weight: bold;
}

.pa-online,
.pa-last-visit {
text-transform: lowercase;
font-size: 10px;
}

.plank {
  background-color: rgb(172, 30, 10, 0.5);
  width: 218px;
  height: 40px;
  font-size: 10px;
  font-family: "Arial";
  letter-spacing: .25px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.hideprofile .post-body {
  width: 100%;
}

.post-box {
  padding: 10px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
  text-transform: lowercase;
  font-size: 10px;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline;
}

.post-links li:not(:first-of-type) {
  padding-left: 10px;
}

.pl-email,
.pl-website {
  float: left;
}

.clearer {
  clear: both;
  height: 0;
  font-size: 0;
}


/* Контент поста - цитата, спойлер, таблицы и т.п. */

.punbb .post td {
  border: 0px transparent !important;
}

pre {
  font: 12px/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
}

.post-content em {
  font-style: italic;
}

.post .post-content td {
  border-width: 0px !important;
}

.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

.post-content p {
  margin: 0;
  padding: 0 0 12px 0;
  line-height: 150%;
  text-align: justify;
}

.post-content img {
  vertical-align: middle;
}

.scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

.quote-box,
.code-box {
  margin: 4px 10px 10px;
  padding: 5px;
  border: 1px solid #ccc;
}

.quote-box cite {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.code-box strong.legend {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.post-sig dt {
  border-bottom: 1px solid #ccc;
  width: 300px;
  margin: 10px auto;
}

/* Форма ответа */

#tags {
  position: relative;
}

/* Формы
------------------------------------------- */

.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
  margin: 0 3px;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 20px;
  vertical-align: middle;
}

textarea,
input,
select,
optgroup {
  font-size: 14px;
}

optgroup {
  font-weight: bold;
}

.formal .container {
  padding: var(--padding);
}

.formsubmit {
  padding: 0;
  margin: 0;
}

.formsubmit input,
.formsubmit a,
.formsubmit span {
  margin: 0 6px 0 0;
}

fieldset {
  border: none;
}

fieldset legend {
  font-weight: bold;
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

.fs-box {
  padding: 5px 0;
}

.fs-box p,
.fs-box fieldset {
  padding: 0 0 8px 0;
}

.inline .inputfield,
.inline .selectfield,
.inline .passfield {
  float: left;
  margin-right: 1em;
}

.inline .infofield {
  clear: both
}

.datafield br {
  display: none
}

.required label,
.datafield span.input {
  font-size: 10px;
}

textarea,
.longinput input {
  width: 64%;
  margin: 0;
}

#main-reply {
  box-sizing: border-box;
}

.hashelp {
  position: relative;
}


/* Профиль + ЛС
------------------------------------------*/

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  width: 180px;
  margin-left: -180px;
}

#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#profile-right li {
  display: flex;
}

#profile-right li span {
  width: 150px;
  flex-shrink: 0;
}

#profile-right li strong {
  font-weight: normal;
}

img.avatardemo {
  float: right;
  margin: 0 0 8px 18px;
}

#pun-messages .clearer {
  display: none;
}

/* Прочие страницы
------------------------------------------*/

/* Список пользователей */

#pun-userlist .formal,
#pun-userlist .formal .container {
  margin-bottom: 0;
}

#pun-userlist .tc2 {
  text-align: left;
  width: 20%;
}

#pun-userlist .tcl {
  width: 40%
}

.usertable .container {}

/* Собщения об ошибках */

.info .container {
  padding: var(--mpad);
}

.info .container .backlink {
  padding-top: 8px;
}

/* Регистрация */

.info-box {
  margin: 0 0 10px 0;
}

.info-box * {
  padding: 0 0 5px 0;
}

.info-box .legend {
  font-weight: bold;
}


/* Кнопки вверх-вниз
-------------------------------------------------------*/

.go-up,
.go-down {
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
  display: none;
  position: fixed;
  margin-left: 1000px !important;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
  top: 260px;
}

.go-down {
  top: 320px;
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}


/* гостевая */
.guestbook {
  width: 676px;
  height: 214px;
  background: url(https://forumstatic.ru/files/001c/52/f9/85112.jpg) repeat;
  margin: 0 auto;
  border: 1px solid black;
  box-sizing: border-box;
  display: flex;
  gap: 25px;
  align-items: center;
  position: relative;
  padding: 20px 25px;
}

.guestbook:before, .guestbook:after {
  content: "";
  display: block;
  width: 48px;
  height: 70px;
  background-color: #aa1803;
  position: absolute;
}

.guestbook:before {
  left: -49px;
}

.guestbook:after {
  right: -49px;
}

.guestbook h4 {
    font-size: 32px;
    font-family: "Mixpie";
    color: var(--main_green);
    text-align: center;
    font-weight: normal;
}

.gleft span {
    font-size: 12px;
    font-family: var(--murs);
    color: black;
    line-height: 2;
    text-align: center;
}

.guestbook ul {
  font-size: 10px;
  font-family: "Arial";
  color: black;
  line-height: 2.5;
  text-align: left;
  padding-left: 10px;
  letter-spacing: .25px;
}

.guestbook li {
  list-style: disc;
}



.greserve {
  display: flex;
  gap: 25px;
}

.greserve span {
    font-size: 10px;
    font-family: var(--murs);
    color: black;
    line-height: 2.5;
    text-align: center;
    display: block;
}

.greserve div {
  width: 180px;
}

.greserve div div {
  background: rgba(255, 255, 255, .3);
  height: 134px;
  overflow: auto;
  box-sizing: border-box;
  padding: 10px 15px;
  text-align: center;
  scrollbar-color: var(--main_green) white;
}

.greserve b {
  font-size: 14px;
  font-family: "Arial";
  letter-spacing: .25px;
  color: black;
  line-height: 1.7;
  font-weight: normal;
  margin-top: 2px;
  display: block;
}

.greserve p {
  font-size: 10px;
  font-family: "Arial";
  letter-spacing: .25px;
  color: black;
  line-height: 2;
  padding: 0;
  text-align: center;
}

.gbottom { 
   font-size: 12px;
    font-family: var(--murs);
    color: black;
    line-height: 2; 
    margin-top: 10px;
}


/* занятые внешности */

.faces {
  width: 674px;
  height: 700px;
  background: url(https://forumstatic.ru/files/001c/52/f9/85112.jpg?v=1) repeat top center;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 45px;
}

.faces h4 {
  background-color: var(--main_green);
  width: 250px;
  height: 28px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 18px;
  font-family: var(--murs);
  color: #fff;
  text-transform: lowercase;
  line-height: 29px;
}

.faces p {
  font-size: 10px;
  font-family: "Arial";
  color: #000;
  line-height: 1.8;
  text-align: center;
  width: 440px;
  margin: 0 auto;
  letter-spacing: 0.25px;
  padding: 0;
}

.facelist {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.facelist .girls, .facelist .boys {
    background: rgba(255, 255, 255, .3);
    width: 260px;
    height: 300px;  
    box-sizing: border-box;
    padding: 10px 15px;
}

.faces h5 {
    font-size: 12px;
    font-family: var(--murs);
    color: #000;
    line-height: 2;
    text-align: center;
}

.girls_inner, .boys_inner {
  height: 256px;
  overflow: auto;
  scrollbar-color: var(--main_green) transparent;
}

.faces span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: var(--murs);
  color: var(--main_green);
  line-height: 2;
}

.faces span:not(:first-of-type) {
  margin-top: 5px;
}

.faces b {
  font-size: 10px;
  font-family: "Arial";
  letter-spacing: .25px;
  color: #000;
  line-height: 1.4;
  display: block;
  font-weight: normal;
  text-align: center;
}

.namelist .name, .namelist .lastname {
  background: rgba(255, 255, 255, .3);
  width: 260px;
  height: 180px;  
  box-sizing: border-box;
  padding: 10px 15px;
}

.namelist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.name_inner, .lastname_inner {
  height: 136px;
  overflow: auto;
  scrollbar-color: var(--main_green) transparent;
}

#Go_Top, #Go_Bottom {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  margin-left: 950px;
  cursor: pointer;
}

#Go_Top {
  top: 300px;
  background: #fff;
}

#Go_Bottom {
  top: 370px;
  background: var(--main_green);
}