@font-face {
	font-family: 'Beaufort';
    src: url("../fonts/Beaufort/Beaufort.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/Beaufort/Beaufort.woff") format("woff"),
    url("../fonts/Beaufort/Beaufort.ttf") format("truetype"),
    url("../fonts/Beaufort/Beaufortd41d.eot@")format("embedded-opentype");
    font-weight: normal;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyMedium/GilroyMedium.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/GilroyMedium/GilroyMedium.woff") format("woff"),
    url("../fonts/GilroyMedium/GilroyMedium.ttf") format("truetype"),
    url("../fonts/GilroyMedium/GilroyMediumd41d.eot@")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroySemiBold/GilroySemiBold.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/GilroySemiBold/GilroySemiBold.woff") format("woff"),
    url("../fonts/GilroySemiBold/GilroySemiBold.ttf") format("truetype"),
    url("../fonts/GilroySemiBold/GilroySemiBoldd41d.eot@")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyBold/GilroyBold.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/GilroyBold/GilroyBold.woff") format("woff"),
    url("../fonts/GilroyBold/GilroyBold.ttf") format("truetype"),
    url("../fonts/GilroyBold/GilroyBoldd41d.eot@")format("embedded-opentype");
    font-weight: 700;
}


/* 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, p {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
/* End of CSS Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  color: #605B5B;
  background-color: #f7fdfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img {
  border: none;
}
input, select {
  outline: none;
  vertical-align: middle;
}
h1, h2, h3, h4, h5 {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 200ms ease-in-out;
}
h1 { 
    font-size: 72px; 
} 
h1 span { 
    font-size: 60px;
  background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
h2 { 
    font-size: 34px;
    text-transform: none;
}
h3 { 
    font-size: 32px;
}


.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
    text-decoration: none;
    
    transition: all 200ms ease-in-out;
}


input, select, textarea {
    color: #333;
    font-size: 22px;
    font-family: "Gilroy";
    font-weight: 400;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 10px 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transition: all 200ms ease-in-out;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} 
select {
    padding: 0 20px; 
    background-image: url('https://l2exodus.com/assets/images/input-select.html');
    background-position: center right;
    background-repeat: no-repeat;
}
textarea { 
    min-height: 200px;
    padding: 10px;
    text-align: left;
}
form {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}


a.pop-close {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.7;
}
a.pop-close:before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.pop-close:after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.pop-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

p {
    margin-bottom: 10px;
}
.btn, input.btn {
    padding: 0 20px;
  border: 2px solid #BD9C49;
  background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%) !important;
  color: #E7E7E7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-family: 'Beaufort';
  cursor: pointer;
    border-radius: 10px;
}
.btn.big:hover {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0px 6px 10px #ff000000);
}
.btn.big {
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    min-width: 300px;
    border-radius: 10px;
}
.btn.trans {
    background: rgba(102,98,89,0.15) !important;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
  border: 2px solid rgba(244,199,92,0.5);
}
/*==========PAGES STYLES==========*/
.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
nav {
    position: absolute;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: url('../images/bg/back_dark.jpg') !important;
}
nav:after {
    content: '';
  background: url('../images/bg/cut_b.png') top center repeat-x;
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -7px;
  z-index: 3;
}
nav .logo {
    float: left;
    width: 86px;
    height: 84px;
    background: url('../images/favicon.png') center center no-repeat;
    background-size: 70px 70px;
    margin-top: 4px;
}

.logo img {
    width: 546px;
  height: auto;
  image-rendering: auto;
  padding-top: 75px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

nav .menu {
    transition: all 200ms ease-in-out;
    margin-top: 4px;
}
nav .menu a {
    color: #E7E7E7;
    display: inline-block;
    margin-left: 25px;
    font-size: 24px;
    font-family: 'Beaufort';
    line-height: 30px;
    
}
nav .menu a:hover, nav .menu a.active {
    color: #BD9C49;
}


header {
  margin-top: 100px;
  width: 100%;
  height: 820px;
  background-image: url('../images/general-4.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
header.inner { 
    height: 150px;
    background-size: 100% auto;
    background-position: bottom center; 
}

/* START.PHP hero (smaller banner like the reference) */
header.start-hero{
  height: 420px;
  background-position: center top;
}
header.start-hero .logo{ display: none; }
header.start-hero .girl{ display: none; }
header.start-hero .text{
  width: 100%;
  padding-top: 110px;
}
header.start-hero .text p{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px){
  header.start-hero{ height: 360px; }
  header.start-hero .text{ padding-top: 90px; }
}
@media (max-width: 640px){
  header.start-hero{ height: 320px; }
  header.start-hero .text{ padding-top: 72px; }
}
header .text {
    width: 50%;
    text-align: center;
    
    margin: 0 auto;
}
header .text p {
    margin: 20px 0;
    font-size: 16px;
    color: #FFF9F9;
    padding: 20px;
    background: #2C2C2C52;
    border-radius: 5px;
    box-shadow: 0px 3.364px 6.728px 2.523px rgba(0, 0, 0, 0.15), 0px 0.841px 2.523px 0px rgba(0, 0, 0, 0.30);
}
header .text h1 {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 51px;
}
header .girl {
    width: 739px;
    background: url('../images/new_auren.png') center center no-repeat;
    background-size: cover;
    top: 58px;
    right: -185px;
    position: absolute;
    bottom: -113px;
    max-width: 862px;
    z-index: 2;
    pointer-events: none;
}
main {
    /*! margin-top: -100px; */
    /*! background: url(../images/bg/back_dark.jpg) !important; */
    /*! box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30); */
}

main::after {
    content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url('../images/wave.png') top center repeat-x;
  transform: scale(-1);
}
section.news {
    display: inline-block;
    float: left;
    width: 65%;
}
section .title.center {
    width: 100%;
    text-align: center;
}
section .title h3 {
    display: inline-block;
    font-size: 36px;
    color: #666259;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section .title {
    height: 65px;
    
    margin-bottom: 30px;
}
section .title a {
    border-radius: 10px;
  font-size: 14px;
  padding: 7px 13px;
  margin-left: 20px;
  vertical-align: top;
  color: #E7E7E7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-family: 'Beaufort';
  cursor: pointer;
  background: rgba(102,98,89,0.15);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
  border: 2px solid rgba(244,199,92,0.5);
}
section .title a:hover {
    color: #AA0909;
}
.n-news {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
}
.n-news iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
}
.n-news:before{
    content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -4px;
  opacity: 0.5;
  background: #454545;
  box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  margin-left: -222px;
}
.n-news:last-child:before {
    display: none;
}
.n-news .pic {
    width: 222px;
    height: 220px;
    display: inline-block;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.n-news.full .text img {
    width: 220px;
    height: 220px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
.n-news .pic:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 208px;
    height: 208px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 200ms ease-in-out;
}

.n-news:hover .pic:after {
    background: rgba(255,255,255,0.2);
}
.n-news .pic img {
    width: 100%;
    height: 220px;
}
.n-news .text {
    width: calc(100% - 250px);
    float: right;
    display: inline-block;
}
.n-news.full .text {
    width: 100%;
}
.n-news .name {
    font-size: 30px;
  font-family: 'Beaufort';
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* optional small line under the news title ("theme") */
.n-news .topic {
    font-size: 14px;
    color: #9e998f;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    font-family: 'Gilroy', sans-serif;
    text-transform: none;
}
.n-news .text p {
    margin-bottom: 20px;
    color: #7f7c71;
}

/* demo pulse for live online counter */
.aw-online-count { display: inline-block; }
.aw-pulse { animation: awPulse 420ms ease-out; }
@keyframes awPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
}
.n-news .text .date {
    font-size: 14px;
    color: #9e998f;
    display: inline-block;
    margin-left: 260px;
    font-weight: 400;
}
.n-news .feat, .n-news .m-pic {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: top;
    min-height: 100px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(244,199,92,0);
    transition: all 200ms ease-in-out;
    margin-bottom: 20px;
}
.n-news .feat:hover, .n-news .m-pic:hover {
    background: rgba(244,199,92,0.15);
}
.n-news .m-pic {
    width: 33.3333%;
    height: 170px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0;
}
.n-news .m-pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #4384cc;
}
    
    
.w-a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    /*! background: url('../images/wave-c.png') center center repeat-x; */
}

aside {
    display: inline-block;
    float: right;
    width: 30%;
}

aside .status {
    border-radius: 10px;
    /*! background: rgba(114, 170, 44, 0.43); */
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease-in-out;
    background: rgba(102,98,89,0.15);
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
    border: 2px solid rgba(244,199,92,0.5);
}
aside .status.anim {
    background: rgba(177,244,92,0.3);
    transform: scale(1.1);
}

aside .status .serv {
    padding: 20px;
    font-family: 'Beaufort';
}
aside .status .serv .st {
    float: left;
    display: inline-block;
    font-size: 20px;
    width: 100px;
    min-height: 100px;
    background-image: url('../images/s-0.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 35px;
}
aside .status .serv.online .st {
    color: #55ad14;
    font-weight: 700;
}
aside .status .serv .st.s-1 {
    background-image: url('../images/s-1.png');
}
aside .status .serv .st.s-2 {
    background-image: url('../images/s-2.png');
}
aside .status .serv .st.s-3 {
    background-image: url('../images/s-3.png');
}
aside .status .serv .st.s-4 {
    background-image: url('../images/s-4.png');
}

aside .status .serv .desc {
    float: right;
    display: inline-block;
    width: calc(100% - 115px);
    padding-top: 17px;
}
aside .status .serv .desc p {
    font-size: 24px;
    margin-bottom: 0;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
aside .status .serv .desc span {
    font-family: 'Gilroy';
    color: #7f7c71;
}

aside .status .serv .desc .srv-meta {
    margin-top: 8px;
    font-family: 'Gilroy';
    font-size: 13px;
    color: #7f7c71;
}
aside .status .serv .desc .srv-meta b {
    font-weight: 700;
}
aside .status .serv .desc .srv-meta__sep {
    margin: 0 6px;
    opacity: 0.6;
}
aside .status .serv.online .desc span strong {
    color: #55ad14;
}
aside .status .files {
    padding: 25px;
    background: url('../images/sep-files.png') top center no-repeat;
    font-family: 'Beaufort';
}
aside .status .files a {
    padding: 15px 0;
    display: block;
    background: url('../images/download-ico.png') center left no-repeat;
    min-height: 67px;
    padding-left: 75px;
    font-size: 20px;
    color: #45423a;
}
aside .status .files a span {
    font-size: 16px;
    color: #7f7c71;
    display: block;
    font-family: 'Gilroy';
}


aside .community, aside .vote {
    text-align: center;
    margin-bottom: 40px;
}
aside .community h3 {
    color: #E7E7E7;
}
aside .community a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 73px;
    background-color: rgba(102,98,89,0.15);
    margin-bottom: 5px;
    position: relative;
    border-radius: 10px;
    color: #7f7c71;
    text-align: left;
    /*! background-repeat: no-repeat; */
    background-position: 19px 50%; /* +10px вправо */
    /*! box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30); */
}
aside .community a span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Beaufort';
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* 1 строка + троеточие (как на примере) */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
aside .community a:hover {
    background-color: rgba(102,98,89,0.25);
}
aside .community a.fb {
    background-image: url('../icons/forum-topic.svg');
    background-size: 37px 37px;
    background-repeat: no-repeat;
}


aside .vote h3 {
    color: #E7E7E7;
}
aside .vote div {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Beaufort';
    color: #1f2022;
    /*! display: block; */
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(102,98,89,0.15);
    margin-bottom: 5px;
    position: relative;
    border-radius: 10px;
}
aside .vote a:hover {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0px 6px 10px #ff000000);
}

.about-us {
    width: 100%;
    background: #175788 url('../images/bg/paper_black.jpg') ;
    padding: 40px 0;
    box-shadow: 0 4px 8px 3px #00000026, 0 1px 3px 0 #0000004d, 0 -4px 8px 3px #00000026, 0 -1px 3px 0 #0000004d;
    position: relative;
    overflow: hidden;
}
.about-us .container {
    border-radius: 10px;
    border: 2px solid rgba(244,199,92,0.5);
    padding: 40px;
}
.about-us .media {
    width: 360px;
    float: left;
    display: inline-block;
}
.about-us .media iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
    margin-bottom: 15px;
}
.about-us .media .p-pic {
    width: 170px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(244,199,92,0.5);
    display: inline-block;
    border-radius: 15px;
    opacity: 0.9;
}
.about-us .media .p-pic:hover {
    opacity: 1;
}
.about-us .media .p-pic img {
    width: 100%;
}
.about-us .media .p-pic.l {
    float: left;
}
.about-us .media .p-pic.r {
    float: right;
}
.about-us .about {
    width: calc(100% - 400px);
    float: right;
    display: inline-block;
}
.about-us .about h2 {
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-us .about h2 span {
    font-weight: 700;
    color: #f4c75c
}
.about-us .about .rates {
    font-family: 'Beaufort';
    color: #9e998f;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../images/sep-w.png') bottom center repeat-x;
    margin: 20px 0;
}
.about-us .about .rates .rate {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-us .about .rates span {
    font-weight: 700;
    color: #f4c75c
}
.about-us .about .txt {
    font-size: 18px;
    color: #9e998f;
    margin-bottom: 20px;
}
.about-us .about .buttons .btn {
    margin-right: 20px;
}
.about-us .about .buttons .btn.trans {
    color: #666359;
}

footer {
    padding: 10px 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: url('../images/bg/back_dark.jpg') !important;
}
footer:before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0;
    background: url('../images/bg/cut_b.png') top center repeat-x;

}
footer .copy {
    display: inline-block;
    float: right;
    width: 33.3333%;
    padding: 10px 0;

}
footer .copy p {
    min-height: 75px;
    font-size: 12px;
    color: #666259;
}
footer .copy p span {
    color: #666259;
    text-align: right;
}
footer .copy .banner {
    opacity: 0.5;
    margin-right: 30px;
}
footer .copy .banner:hover {
    opacity: 1;
}
footer .menu {
    font-family: 'Beaufort';
    display: inline-block;
    float: right;
    width: 66.6667%;
    padding-left: 0;
    text-align: right;
    border-left: 1px solid rgba(216,178,111,.18);
}
footer .menu a {
    color: #666259;
    display: block;
    margin: 10px 0;
    /*! width: 283px; */
    text-align: right;
}
footer .menu a:hover, footer .menu a.active {
    color: #AA0909;
}
footer .menu .col {
    /*! float: left; */
    /*! display: flex; */
    justify-content: flex-start;
    gap: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.overlay { 
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.overlay .window {
    margin-top: 50px;
} 
.overlay .window img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

@media (max-width: 1279px) {
    .container { width: 980px; }
    header .girl { right: -150px; }
    nav .menu { width: 100%; text-align: center; }
    nav .menu a { margin: 0 10px; }
    nav .logo { display: none; }
}
@media (max-width: 999px) {
    .container { width: 620px; }
    nav { height: auto; padding-bottom: 30px; }
    nav .logo { display: block; float: none; margin: 20px auto; margin-bottom: 0;}
    header .girl { display: none; }
    header .text { padding-top: 200px; width: 100%; }
    header.inner { height: 270px; opacity: 0.5; }
    nav .menu a { margin: 10px; }
    header { height: auto; padding-bottom: 200px; }
    section.news, aside, .about-us .media, .about-us .about, footer .copy, footer .menu { width: 100%; float: none; display: block; }
    .about-us { text-align: center; }
    .about-us .media { margin-bottom: 30px; }
    .about-us .media .p-pic { width: 47%; }
    .about-us .about .rates .rate { float: none; }
    .about-us .about .buttons .btn { margin: 10px; }
    footer{ text-align: center; }
    footer .menu { padding-left: 0; border-left: 0;}
    footer .copy p { float: left; margin-left: 20px; display: inline-block; }
}
@media (max-width: 639px) {
    /* Prevent horizontal scrolling on small screens */
    html, body, nav { width: 100%; max-width: 100%; overflow-x: hidden; }
}



.timer_block {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%), linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

a.go-lk {

    color: #E7E7E7;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 6px 12px;
    margin-top: -21px;
}
a.go-lk:hover {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0px 6px 10px #ff000000);
}

a.go-eng {
    border: 2px solid #efedea;
    border-radius: 10px;
    padding: 10px;
    background: #e4e1dc url(../images/btn-white.png) center center no-repeat;
}
.p-video {
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(244,199,92,0.5);
    border-radius: 10px;
    opacity: 0.9;
    margin-bottom: 10px;
}
.start {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease-in-out;
    background: rgba(102, 98, 89, 0.15);
}

.heading-title {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 51px;
    text-align: center;
}


.files-item__label {
    font-size: 30px;
    color: #666259;
    text-align: center;
}
.start_text {
    text-align: center;
    margin-bottom: 20px;
}

/* Language dropdown */
nav .menu .lang-dropdown{
    display: inline-block;
    position: relative;
    /* keep spacing consistent with other menu items */
    margin-left: 25px;
    vertical-align: middle;
    margin-top: -10px;
}

nav .menu .lang-dropdown .lang-btn{
    /* override generic nav .menu a margin */
    margin-left: 0;
    border: 2px solid #BD9C49;
    background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%) !important;
    color: #E7E7E7;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    line-height: 20px;
    font-family: Beaufort, serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0,0,0,0.30);
}

nav .menu .lang-dropdown .lang-btn:hover{
    transform: translateY(-1px);
}

nav .menu .lang-dropdown .lang-code{
    font-size: 14px;
    font-weight: 700;
}

nav .menu .lang-dropdown .lang-caret{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #E7E7E7;
    margin-left: 2px;
    opacity: 0.9;
}

nav .menu .lang-dropdown .lang-flag,
nav .menu .lang-dropdown .flag{
    width: 18px;
    height: 12px;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
    flex: 0 0 auto;
}

nav .menu .lang-dropdown .flag-ru{background-image:url('../images/flags/ru.svg');}
nav .menu .lang-dropdown .flag-en{background-image:url('../images/flags/en.svg');}
nav .menu .lang-dropdown .flag-es{background-image:url('../images/flags/es.svg');}
nav .menu .lang-dropdown .flag-pt{background-image:url('../images/flags/pt.svg');}
nav .menu .lang-dropdown .flag-pl{background-image:url('../images/flags/pl.svg');}
nav .menu .lang-dropdown .flag-uk{background-image:url('../images/flags/uk.svg');}
nav .menu .lang-dropdown .flag-zh{background-image:url('../images/flags/zh.svg');}

nav .menu .lang-dropdown .lang-menu{
    position: absolute;
    right: 0;
    /*
      Place menu directly under the button (top: 100%) and create the
      visual gap via a transparent hit-area (see ::before). This prevents
      the menu from closing when the cursor moves from the button to the menu.
    */
    top: 100%;
    min-width: 240px;
    background: linear-gradient(180deg, #5B3B24 0%, #3F2C1F 100%);
    border: 2px solid #BD9C49;
    border-radius: 10px;
    padding: 8px;
    z-index: 9999;
    box-shadow: 0 14px 30px rgba(0,0,0,0.45);

    /* animated hidden state */
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

/* hover bridge (keeps :hover while moving cursor to the dropdown) */
nav .menu .lang-dropdown .lang-menu::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
}

nav .menu .lang-dropdown.open .lang-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Hover open on desktop */
@media (hover: hover) and (pointer: fine){
    nav .menu .lang-dropdown:hover .lang-menu{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

nav .menu .lang-dropdown .lang-menu a{
    /* override generic nav .menu a margin */
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #F2E8D6;
    text-decoration: none;
    font-family: Beaufort, serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

nav .menu .lang-dropdown .lang-menu a:hover{
    background: rgba(189, 156, 73, 0.14);
}

nav .menu .lang-dropdown .lang-menu a.active{
    background: rgba(189, 156, 73, 0.22);
    box-shadow: inset 0 0 0 1px rgba(189, 156, 73, 0.35);
}

nav .menu .lang-dropdown .lang-menu a.active .lang-name{
    font-weight: 800;
}

nav .menu .lang-dropdown .lang-menu .lang-name{
    display: inline-block;
}

@media (max-width: 900px){
    nav .menu .lang-dropdown{
        margin-left: 10px;
    }
    nav .menu .lang-dropdown .lang-menu{
        right: auto;
        left: 0;
    }
}

/* ===== Header stable layout (no shift on language change) ===== */
nav .nav-inner{
  display:grid;
  grid-template-columns:auto 1fr auto; /* logo | menu | actions */
  align-items:center;
  column-gap:18px;
  width: 1420px;
}

nav .nav-menu{
  justify-self:auto;
  display:flex;
  align-items:center;
  gap:22px;
  white-space:nowrap;
}

nav .nav-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:14px;
  min-width:260px; /* enough for lang + cabinet button */
  justify-content:flex-end;
  margin-top: 31px;
  margin-right: 69px;
}

nav .nav-menu a{ white-space:nowrap; }

nav .lang-dropdown .lang-btn{
  min-width:86px; /* RU/EN/PL/PT/UK */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}

/* small screens: allow wrap instead of shifting */
@media (max-width: 980px){
  nav .nav-inner{ grid-template-columns:auto 1fr; grid-template-rows:auto auto; row-gap:10px; }
  nav .nav-menu{ justify-self:start; flex-wrap:wrap; gap:14px; }
  nav .nav-actions{ grid-column:2; justify-self:end; min-width:0; }
}

/* ===== FIX: Language dropdown is inside .nav-actions now ===== */
nav .nav-actions .lang-dropdown{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 6px 0px;
    margin-top: -21px;
}

nav .nav-actions .lang-dropdown .lang-btn{
    background: rgba(102,98,89,0.15);
  color: #E7E7E7;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  line-height: 20px;
  font-family: Beaufort, serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0,0,0,0.30);
}

nav .nav-actions .lang-dropdown .lang-btn:hover{ transform: translateY(-1px); }

nav .nav-actions .lang-dropdown .lang-code{ font-size: 14px; font-weight: 700; }

nav .nav-actions .lang-dropdown .lang-caret{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #E7E7E7;
    margin-left: 2px;
    opacity: 0.9;
}

nav .nav-actions .lang-dropdown .lang-flag,
nav .nav-actions .lang-dropdown .flag{
    width: 18px;
    height: 12px;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
    flex: 0 0 auto;
}

nav .nav-actions .lang-dropdown .flag-ru{background-image:url('../images/flags/ru.svg');}
nav .nav-actions .lang-dropdown .flag-en{background-image:url('../images/flags/en.svg');}
nav .nav-actions .lang-dropdown .flag-es{background-image:url('../images/flags/es.svg');}
nav .nav-actions .lang-dropdown .flag-pt{background-image:url('../images/flags/pt.svg');}
nav .nav-actions .lang-dropdown .flag-pl{background-image:url('../images/flags/pl.svg');}
nav .nav-actions .lang-dropdown .flag-uk{background-image:url('../images/flags/uk.svg');}
nav .nav-actions .lang-dropdown .flag-zh{background-image:url('../images/flags/zh.svg');}

nav .nav-actions .lang-dropdown .lang-menu{
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 240px;
    background: rgba(102,98,89,0.15);
     box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
    border-radius: 10px;
    padding: 8px;
    z-index: 9999;
   

    /* hidden by default */
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

nav .nav-actions .lang-dropdown .lang-menu::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
}

nav .nav-actions .lang-dropdown.open .lang-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

@media (hover: hover) and (pointer: fine){
    nav .nav-actions .lang-dropdown:hover .lang-menu{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

nav .nav-actions .lang-dropdown .lang-menu a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #F2E8D6;
    text-decoration: none;
    font-family: Beaufort, serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

nav .nav-actions .lang-dropdown .lang-menu a:hover{ background: rgba(102,98,89,0.15); }

nav .nav-actions .lang-dropdown .lang-menu a.active{
    background: rgba(102,98,89,0.15);
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

/* --- Header fine tune offsets --- */
:root{
  --hdr-logo-y: 6px;   /* логотип вниз */
  --hdr-actions-x: 20px; /* правый блок вправо */
}

/* логотип ниже, по уровню меню */
.header .nav-left,
.navbar .nav-left,
.nav .nav-left{
  transform: translateY(var(--hdr-logo-y));
}

/* язык + кабинет чуть правее */
.header .nav-actions,
.navbar .nav-actions,
.nav .nav-actions{
  transform: translateX(var(--hdr-actions-x));
}

/* на мобилке лучше без сдвигов */
@media (max-width: 768px){
  .header .nav-left, .navbar .nav-left, .nav .nav-left,
  .header .nav-actions, .navbar .nav-actions, .nav .nav-actions{
    transform: none;
  }
}

/* ===== Socials block (SVG icons) ===== */
aside .vote.socials .socials-icons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
}

aside .vote.socials .socials-btn{
  width:74px;
  height:74px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: rgba(0,0,0,.10);
  border: 1px solid #BD9C49;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

aside .vote.socials .socials-btn img{
  width:66px;
  height:66px;
  opacity:.45;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.35));
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}

aside .vote.socials .socials-btn:hover{
  border-color: rgba(216,178,111,.35);
}

aside .vote.socials .socials-btn:hover img{
  opacity:.95;
  transform: translateY(-1px) scale(1.04);
  filter: drop-shadow(0 0 10px rgba(216,178,111,.22)) drop-shadow(0 1px 0 rgba(0,0,0,.35));
}

@media (max-width: 520px){
  aside .vote.socials .socials-icons{ gap:14px; }
  aside .vote.socials .socials-btn{ width:62px; height:62px; }
  aside .vote.socials .socials-btn img{ width:56px; height:56px; }
}

/* --- FIX: socials SVG alignment (no vertical shift) --- */
.socials-icons,
aside .vote.socials .socials-icons{
  align-items: center;
}

.socials-btn,
aside .vote.socials .socials-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0; /* убирает baseline-сдвиг */
}

.socials-btn img,
aside .vote.socials .socials-btn img{
  display: block;
  margin: auto;
  object-fit: contain;
}

/* =========================
   START.PHP (Start playing)
   ========================= */
.start-page .start-wrap{ margin-bottom: 28px; }

/* Center the whole start page content (override default .news float/width from homepage layout) */
.start-page section.news.start-wrap{
  float: none;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 28px;
}

.start-page section.news.start-wrap .title{
  justify-content: space-between;
  align-items: center;
}

.start-page .start-card{
  padding: 22px;
}

.start-page .start-tab-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.start-page .start-tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 6px 0 18px;
}

.start-page .start-tab{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  background: rgba(102,98,89,0.15);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

.start-page .start-tab__text{
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(230,214,181,.85);
}

.start-page .start-tab__badge{
  font-weight: 900;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(200, 70, 70, .95);
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}

/* Active tab highlighting */
#start-interlude:checked ~ .start-tabs label[for="start-interlude"],
#start-classic:checked   ~ .start-tabs label[for="start-classic"]{
  border-color: rgba(216,178,111,.42);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

#start-interlude:checked ~ .start-tabs label[for="start-interlude"] .start-tab__text,
#start-classic:checked   ~ .start-tabs label[for="start-classic"] .start-tab__text{
  color: rgba(255,236,190,.98);
}

/* Panels switching */
.start-page .start-panels .start-panel{ display: none; }
#start-interlude:checked ~ .start-panels #panel-interlude{ display: block; }
#start-classic:checked   ~ .start-panels #panel-classic{ display: block; }

.start-page .start-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.start-page .start-col{ min-width: 0; }

/* Make the right column stretch to the same height as the left column */
.start-page .start-col--right{ display:flex; flex-direction:column; height:100%; }
.start-page .start-col--right > .start-box{ flex:1; margin-bottom: 0; }

.start-page .start-box{
  background: #151515;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 22px 22px 18px;
  margin-bottom: 16px;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

.start-page .start-box__head{ text-align: center; margin-bottom: 10px; }
.start-page .start-box__step{
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(230,184,67,.95);
  margin-bottom: 6px;
}

.start-page .start-box__title{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.start-page .start-box__subtitle{
  margin-top: 6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(230,184,67,.92);
}

.start-page .start-box__desc{
  color: rgba(255,255,255,.70);
  line-height: 1.55;
  text-align: center;
  margin: 10px 0 14px;
}

.start-page .start-actions{ display: flex; justify-content: center; }

.start-page .start-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  min-width: 280px;
  padding: 0 26px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(216,178,111,.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 18px rgba(0,0,0,.25);
  transition: transform .15s ease, filter .15s ease, border-color .15s ease;
}

.start-page .start-btn:hover{ transform: translateY(-1px); border-color: rgba(216,178,111,.75); }

.start-page .start-btn--green{
  background: linear-gradient(180deg, rgba(67, 119, 62, .98), rgba(40, 82, 38, .98));
  color: rgba(255,255,255,.95);
}

.start-page .start-btn--gold{
  background: linear-gradient(180deg, rgba(94, 70, 48, .95), rgba(58, 42, 29, .95));
  color: rgba(255,236,190,.92);
}

/* smaller button (used for FAQ/ЧАВО) */
.start-page .start-btn--sm{
  min-width: 210px;
  height: 50px;
  padding: 0 18px;
  font-size: 13px;
}

.start-page .start-divider{
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 18px 0;
}

.start-page .start-soft {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.start-page .soft-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  height: 44px;
  border-radius: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  color: rgba(255,255,255,.80);
  background: rgba(102,98,89,0.15);
  border: 1px solid rgba(255,255,255,.10);
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, color .15s ease, background .15s ease;
  position: relative;
  background: linear-gradient( #327160);
}

.start-page .soft-pill__icon{
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
  color: currentColor;
  opacity: .9;
}

.start-page .soft-pill__txt{
  display: inline-block;
  transform: translateY(0.5px);
}

/* Tooltip */
.start-page .soft-pill[data-tip]::after{
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background: rgba(0,0,0,.85);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(216,178,111,.30);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
  transform-origin: bottom center;
  z-index: 50;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.start-page .soft-pill[data-tip]::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: rgba(0,0,0,.85);
  border-left: 1px solid rgba(216,178,111,.30);
  border-top: 1px solid rgba(216,178,111,.30);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
  z-index: 49;
}

.start-page .soft-pill:hover::after{
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.start-page .soft-pill:hover::before{
  opacity: 1;
}

.start-page .soft-pill:hover{
  transform: translateY(-1px);
  border-color: rgba(216,178,111,.35);
  color: rgba(255,236,190,.92);
}


.start-page .start-os{
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  color: rgba(230,184,67,.85);
  display: none;
}
.start-page .start-help__title{
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.92);
  margin-top: 2px;
}

.start-page .start-help__desc{ text-align: center; color: rgba(230,184,67,.85); margin: 6px 0 14px; }

.start-page .start-help__actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  justify-items: center;
}

.start-page .start-sub__title{
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.92);
  margin-bottom: 6px;
}

.start-page .start-link{
  display: inline-block;
  text-align: center;
  width: 100%;
  color: rgba(230,184,67,.95);
  text-decoration: underline;
}

.start-page .dl-row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 220px));
  justify-content: center;
  gap: 10px;
}

.start-page .dl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  height: 54px;
  border-radius: 12px;
  text-decoration: none;
  background: rgba(102,98,89,0.15);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .15s ease, border-color .15s ease, filter .15s ease;
}

.start-page .dl-btn__icon{
  width: 18px;
  height: 18px;
  display: block;
  opacity: .85;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.35));
}


.start-page .dl-btn__label{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

.start-page .dl-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(216,178,111,.35);
}

.start-page .dl-btn:hover .dl-btn__label{ color: rgba(255,236,190,.95); }

/* Tooltip for download buttons */
.start-page .dl-btn[data-tip]{
  position: relative;
}

.start-page .dl-btn[data-tip]::after{
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background: rgba(0,0,0,.85);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(216,178,111,.30);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
  z-index: 60;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.start-page .dl-btn[data-tip]::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: rgba(0,0,0,.85);
  border-left: 1px solid rgba(216,178,111,.30);
  border-top: 1px solid rgba(216,178,111,.30);
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
  z-index: 59;
}

.start-page .dl-btn:hover::after{
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.start-page .dl-btn:hover::before{
  opacity: 1;
}

@media (max-width: 1100px){
  .start-page .start-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 640px){
  .start-page .start-card{ padding: 16px; }
  .start-page .start-tab{ min-width: 140px; height: 42px; }
  .start-page .start-btn{ min-width: 0; width: 100%; }
  .start-page .start-soft{ grid-template-columns: repeat(2, 1fr); }
  .start-page .dl-row{ grid-template-columns: repeat(2, 1fr); }
}

/* =============================
   Ornate image button (btn-net-1)
   Used for: "НАЧАТЬ ИГРАТЬ", "Личный кабинет" and primary actions
   ============================= */
.btn-frame{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url('../images/btn-net-1.png') center center / 100% 100% no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none;
  overflow: visible;
  transform: translateZ(0);
}



.btn-frame{
  color: rgba(255,255,255,.94) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.85), 0 10px 18px rgba(0,0,0,.35);
}

.btn-frame:hover{
  filter: brightness(1.07);
}

/* Make text render above overlay */
.btn-frame{ -webkit-font-smoothing: antialiased; }

/* Big CTA buttons */
.btn.big.btn-frame{
  height: 66px;
  line-height: 66px;
  padding: 0 54px;
  min-width: 360px;
  border-radius: 0 !important;
}

/* Header cabinet button */
a.go-lk.btn-frame.btn-frame--lk{
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  margin-top: -21px; /* keep your current alignment */
}

/* Start page primary buttons */
.start-page .start-btn.btn-frame{
  color: rgba(255,255,255,.94) !important;
  background: rgba(227, 184, 87, 0.15) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
  transition: transform .15s ease, border-color .15s ease, filter .15s ease;
  border-radius: 10px !important;
}

.start-page .start-btn.btn-frame:before{
  left: 14px;
  right: 14px;
  top: 10px;
  bottom: 10px;
}

.start-page .start-btn.btn-frame.btn-frame--wide{
  min-width: 320px;
  height: 58px;
  padding: 0 44px;
}

/* smaller ornate button for FAQ */
.start-page .start-btn.btn-frame.btn-frame--smframe{
  min-width: 191px;
  height: 58px;
  padding: 0 34px;
  font-size: 16px;
}


/* ================================
   ORNATE IMAGE BUTTON (btn-net-1)
   Used for: "НАЧАТЬ ИГРАТЬ", "Личный кабинет", Start page main actions
   ================================ */
.btn-frame{
  background: url('../images/btn-net-1.png') center/100% 100% no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255,255,255,.92) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.8), 0 8px 20px rgba(0,0,0,.35);
  letter-spacing: .06em;
}



.btn-frame:hover{
  filter: brightness(1.06);
  transform: translateY(-1px) scale(1.02);
}

.btn-frame:active{
  transform: translateY(0) scale(.99);
  filter: brightness(.98);
}

/* Big CTA (homepage/start hero) */
.btn.big.btn-frame{
  height: 70px;
  line-height: 70px;
  padding: 0 58px;
  min-width: 360px;
  font-size: 28px;
  border-radius: 0;
}

/* Header cabinet button */
a.go-lk.btn-frame{
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  margin-top: -21px;
  border-radius: 0;
}

/* Start page action buttons */
.start-page .start-btn.btn-frame{
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.start-page .start-btn.btn-frame.btn-frame--wide{
  min-width: 320px;
  padding: 0 46px;
}

.start-page .start-btn.btn-frame.btn-frame--sm{
  min-width: 230px;
  height: 52px;
  padding: 0 40px;
  font-size: 13px;
}



/* =============================
   FIX: btn-frame sizing/background/focus highlight (2025-12-31)
   ============================= */
.btn-frame{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; /* keep proportions, avoid stretching */
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.btn-frame:before{
  /* slightly smaller inner overlay so it doesn't look "cut" */
  left: 18px;
  right: 18px;
  top: 14px;
  bottom: 14px;
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.20));
}

/* remove ugly focus/active outlines */
.btn-frame:focus,
.btn-frame:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

/* Hero "Start" button – keep nice proportions */
.btn.big.btn-frame{
  height: 125px;
  line-height: 64px;
  min-width: 340px;
}

/* Header cabinet button – remove negative offset that causes overlap */
.nav-actions{ align-items: center; }
a.go-lk.btn-frame.btn-frame--lk{
  height: 72px;
  line-height: 42px;
  background-position: center !important;
  background-size: cover !important;
  width: 217px;
}

/* language button focus highlight off */
.lang-btn:focus,
.lang-btn:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

.soft-pill__icon{
  width: 22px;      /* подгони под дизайн */
  height: 22px;
  display: block;
  fill: currentColor;   /* чтобы цвет задавался стилями */
}
.soft-pill--amd{ color: rgb(192,192,192); }
.soft-pill--nvidia{ color: rgb(192,192,192); }

/* =====================
   Ratings block (index)
   ===================== */
.ratings{
  position: relative;
  padding: 72px 0 90px;
  /* dark section background to avoid light page background */
  /*! background: url('../images/bg/paper_black.jpg') center top repeat; */
  color: rgba(236,232,226,.92);
}
.ratings:before{
  content:'';
  position:absolute;
  left:0; right:0; top:0;
  height: 90px;
  background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
  pointer-events:none;
}

.ratings-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin: 0 0 18px;
}
.ratings-title{
  margin:0;
  font-family: var(--font-title, inherit);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.05;
  color: rgba(214,176,79,.95);
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.ratings-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(214,176,79,.45);
  background: rgba(0,0,0,.22);
  color: rgba(236,214,161,.92);
  font-weight: 700;
  text-transform: uppercase;
}
.ratings-badge span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(214,176,79,.18);
  border: 1px solid rgba(214,176,79,.35);
  font-size: 12px;
  letter-spacing: .08em;
}

.ratings-card{
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(214,176,79,.25);
  background: rgba(18,18,18,.72);
  box-shadow: 0 18px 55px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
  padding: 22px;
}

.ratings-tab{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.ratings-tabs{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ratings-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 54px;
  min-width: 150px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(214,176,79,.25);
  background: rgba(0,0,0,.18);
  color: rgba(236,214,161,.9);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  cursor:pointer;
  user-select:none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.ratings-full{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 54px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(214,176,79,.35);
  background: rgba(130,10,30,.28);
  color: rgba(236,214,161,.95);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.ratings-full:hover{
  background: rgba(130,10,30,.36);
}

/* active tab */
#rtab-players:checked ~ .ratings-tabs label[for="rtab-players"],
#rtab-level:checked   ~ .ratings-tabs label[for="rtab-level"],
#rtab-clans:checked   ~ .ratings-tabs label[for="rtab-clans"],
#rtab-castles:checked ~ .ratings-tabs label[for="rtab-castles"]{
  background: rgba(214,176,79,.18);
  border-color: rgba(214,176,79,.55);
  box-shadow: 0 10px 28px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
}

.ratings-panels{ position: relative; }
.ratings-panel{ display:none; }
#rtab-players:checked ~ .ratings-panels .ratings-panel--players{ display:block; }
#rtab-level:checked   ~ .ratings-panels .ratings-panel--level{ display:block; }
#rtab-clans:checked   ~ .ratings-panels .ratings-panel--clans{ display:block; }
#rtab-castles:checked ~ .ratings-panels .ratings-panel--castles{ display:block; }

.ratings-table{
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}
.ratings-table thead th{
  text-align:left;
  padding: 14px 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  color: rgba(236,214,161,.85);
  border-bottom: 1px solid rgba(214,176,79,.18);
}
.ratings-table tbody td{
  padding: 16px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: rgba(230,230,230,.88);
  font-weight: 600;
}
.ratings-table tbody tr:nth-child(odd){
  background: rgba(0,0,0,.18);
}
.ratings-table tbody tr:nth-child(even){
  background: rgba(255,255,255,.02);
}
.ratings-table tbody tr:hover{
  background: rgba(214,176,79,.08);
}

.ratings-table .col-n{ width: 60px; }

/* rating.php: links-based tabs */
.ratings-btn.is-active{
  background: rgba(214,176,79,.18);
  border-color: rgba(214,176,79,.55);
  box-shadow: 0 10px 28px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
}

/* rating.php layout */
.rating-hero__sub{
  margin-top: 10px;
  color: rgba(236,214,161,.85);
  font-weight: 700;
  letter-spacing: .03em;
}

.rp-top3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 14px 0 22px;
}

.rp-top3-item{
  display:flex;
  align-items:center;
  gap: 14px;
  padding: 16px 16px;
  border-radius: 14px;
  border: 1px solid rgba(214,176,79,.18);
  background: rgba(0,0,0,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.rp-avatar{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: rgba(236,214,161,.95);
  background: rgba(214,176,79,.12);
  border: 1px solid rgba(214,176,79,.25);
}

.rp-name{
  font-weight: 900;
  color: rgba(236,214,161,.95);
}

.rp-lvl{ color: rgba(236,214,161,.7); font-weight: 800; }

.rp-meta{
  margin-top: 6px;
  color: rgba(230,230,230,.84);
  font-weight: 600;
  font-size: 14px;
}

.rp-medal{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  border: 1px solid rgba(214,176,79,.35);
  color: rgba(236,214,161,.95);
  background: rgba(214,176,79,.12);
}

.rp-table thead th,
.rp-table tbody td{
  white-space: nowrap;
}

.rp-castles{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.rp-castle-card{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(214,176,79,.18);
  background: rgba(0,0,0,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.rp-castle-img{
  height: 200px;
  background-size: cover;
  background-position: center;
}

.rp-castle-body{ padding: 16px 16px; }

.rp-castle-title{
  font-weight: 900;
  color: rgba(236,214,161,.95);
  font-size: 18px;
}

.rp-castle-owner{
  margin-top: 6px;
  color: rgba(230,230,230,.86);
  font-weight: 700;
}

.rp-kv{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  color: rgba(230,230,230,.84);
  font-weight: 600;
}
.rp-kv > div:last-child{ color: rgba(236,214,161,.92); font-weight: 800; }

@media (max-width: 1100px){
  .rp-top3{ grid-template-columns: 1fr; }
  .rp-castles{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px){
  .rp-castles{ grid-template-columns: 1fr; }
  .rp-table thead th:nth-child(3),
  .rp-table tbody td:nth-child(3),
  .rp-table thead th:nth-child(4),
  .rp-table tbody td:nth-child(4){
    display:none;
  }
}

@media (max-width: 820px){
  .ratings-title{ font-size: 26px; }
  .ratings-card{ padding: 16px; }
  /* Mobile tabs layout like reference: 2 columns + centered "Full rating" on its own row */
  .ratings-tabs{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:10px; }
  .ratings-btn{ min-width: 0; height: 48px; width:100%; }
  .ratings-tabs .ratings-full{
    grid-column: 1 / 3;
    margin-left: 0;
    width: 100%;
    max-width: 260px;
    justify-self: center;
  }
  .ratings-table th, .ratings-table td{ padding: 12px 12px; }
  .ratings-table{ font-size: 14px; }

  /* Mobile columns mapping requested:
     Players: 1,2,5 | Level: 1,2,5 | Clans: 1,2,3 | Castles: 1,2,5 */
  /* Players */
  .ratings-panel--players .ratings-table th:nth-child(3),
  .ratings-panel--players .ratings-table td:nth-child(3),
  .ratings-panel--players .ratings-table th:nth-child(4),
  .ratings-panel--players .ratings-table td:nth-child(4),
  .ratings-panel--players .ratings-table th:nth-child(6),
  .ratings-panel--players .ratings-table td:nth-child(6){ display:none; }
  /* Level */
  .ratings-panel--level .ratings-table th:nth-child(3),
  .ratings-panel--level .ratings-table td:nth-child(3),
  .ratings-panel--level .ratings-table th:nth-child(4),
  .ratings-panel--level .ratings-table td:nth-child(4){ display:none; }
  /* Clans */
  .ratings-panel--clans .ratings-table th:nth-child(4),
  .ratings-panel--clans .ratings-table td:nth-child(4),
  .ratings-panel--clans .ratings-table th:nth-child(5),
  .ratings-panel--clans .ratings-table td:nth-child(5){ display:none; }
  /* Castles */
  .ratings-panel--castles .ratings-table th:nth-child(3),
  .ratings-panel--castles .ratings-table td:nth-child(3),
  .ratings-panel--castles .ratings-table th:nth-child(4),
  .ratings-panel--castles .ratings-table td:nth-child(4){ display:none; }
}
/* =========================
   Policy page
   ========================= */
.policy-page{padding:42px 0 90px;}
.policy-page .policy-box{
  max-width: 1020px;
  margin: 0 auto;
  padding: 26px 26px 18px;
  border-radius: 18px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 46px rgba(0,0,0,.55);
}
.policy-page .policy-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:14px;}
.policy-page .policy-title{margin:0;font-weight:800;letter-spacing:.02em;text-transform:uppercase;font-size:22px;color:#e9e3db;}
.policy-page .policy-updated{font-size:13px;color:rgba(233,227,219,.75);}
.policy-page .policy-content{font-size:14px;line-height:1.65;color:rgba(233,227,219,.88);}
.policy-page .policy-content strong{color:#fff;}
.policy-page .policy-content a{color:#d7b178;text-decoration:underline;}
.policy-page .policy-note{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:rgba(233,227,219,.7);}

@media (max-width: 640px){
  .policy-page{padding:28px 0 60px;}
  .policy-page .policy-box{padding:18px 16px 14px;border-radius:14px;}
  .policy-page .policy-title{font-size:18px;}
}

/* =========================
   Legal pages (TOC + anchors)
   ========================= */
.policy-page .policy-toc{
  margin: 14px 0 18px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
}
.policy-page .policy-toc__title{
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(233,227,219,.85);
  margin-bottom: 10px;
}
.policy-page .policy-toc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;}
.policy-page .policy-toc__item a{
  color: rgba(215,177,120,.95);
  text-decoration: none;
  font-size: 13px;
}
.policy-page .policy-toc__item a:hover{ text-decoration: underline; }
.policy-page .policy-toc__item.lvl-4{ padding-left: 14px; opacity: .95; }

.policy-page .policy-content h3,
.policy-page .policy-content h4{
  margin: 16px 0 10px;
  color: #e9e3db;
  font-weight: 800;
  scroll-margin-top: 90px;
}
.policy-page .policy-content h4{
  font-weight: 700;
  color: rgba(233,227,219,.92);
}
.policy-page .policy-content p{ margin: 0 0 10px; }
.policy-page .policy-content ul{ margin: 0 0 12px 18px; padding: 0; }
.policy-page .policy-content li{ margin: 0 0 6px; }
.policy-page .policy-content :target{
  outline: 2px solid rgba(215,177,120,.35);
  outline-offset: 6px;
  border-radius: 10px;
}

/* =========================================================
   MOBILE RESPONSIVE PATCH (all pages)
   ========================================================= */

/* prevent forced fixed widths on small screens */
@media (max-width: 639px){
  html, body{ width:100% !important; overflow-x:hidden; }
  nav{ width:100% !important; }
  .container{ width:100% !important; padding-left:14px; padding-right:14px; }
}

@media (max-width: 860px){
  /* header: switch to hamburger + drawer (like example) */
  .nav-inner{ flex-wrap:nowrap; gap:10px; }
  .nav-menu{ display:none !important; }
  .nav-right{ margin-left:auto; order:2; gap:10px; }
  .nav-logo{ margin-right:10px; }
  .nav-burger{ display:inline-flex !important; }

  /* hero */
  .hero{ padding:40px 0 46px; }
  .hero-title{ font-size:52px; line-height:1.05; }

  /* common blocks */
  .server-card{ flex-direction:column; }
  .server-media{ width:100%; }
  .server-actions{ flex-direction:column; align-items:center; }

  /* start page */
  .start-grid{ grid-template-columns:1fr; }
  .start-tabs{ justify-content:center; flex-wrap:wrap; }
  .dl-row{ justify-content:center; flex-wrap:wrap; }
}

/* =========================================================
   MOBILE NAV (drawer)
   ========================================================= */

.nav-burger{
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(102,98,89,0.15);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(244,199,92,0.5);
}
.nav-burger__lines{
  position:relative;
  width:20px;
  height:2px;
  background: rgba(255,255,255,.85);
  border-radius:2px;
  display:block;
}
.nav-burger__lines:before,
.nav-burger__lines:after{
  content:"";
  position:absolute;
  left:0;
  width:20px;
  height:2px;
  background: rgba(255,255,255,.85);
  border-radius:2px;
}
.nav-burger__lines:before{ top:-6px; }
.nav-burger__lines:after{ top:6px; }

body.menu-open{ overflow:hidden; }

.mobile-nav{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}
body.menu-open .mobile-nav{ display:block; }

.mobile-nav__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}

.mobile-nav__panel{
  position:absolute;
  left:0;
  right:0;
  top:0;
  min-height:100%;
  background: rgba(235, 226, 206, .10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(216, 182, 120, .30);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  padding: 16px 18px 28px;
}

.mobile-nav__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 4px 2px 12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.mobile-nav__brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.mobile-nav__brand img{ width:28px; height:28px; border-radius:6px; }
.mobile-nav__title{
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:14px;
  color: rgba(255,255,255,.90);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mobile-nav__close{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(216, 182, 120, .35);
  background: rgba(0,0,0,.20);
  color: rgba(255,255,255,.90);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.mobile-nav__list{
  padding-top: 10px;
}
.mobile-nav__item{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 14px 8px;
  border-bottom:1px solid rgba(255,255,255,.10);
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color: rgba(255,255,255,.92);
  text-decoration:none;
}
.mobile-nav__item:active{ transform: translateY(1px); }
.mobile-nav__item--active{ color: #d6b071; }
.mobile-nav__ic{
  width:22px;
  height:22px;
  opacity:.9;
  flex:0 0 22px;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.35));
}

@media (min-width: 861px){
  .mobile-nav{ display:none !important; }
}

@media (max-width: 560px){
  /* typography */
  .hero-title{ font-size:40px; }
  .hero-sub{ font-size:15px; }

  /* framed buttons should fit */
  .btn-frame{ width:100%; max-width:340px; }

  /* download pills */
  .dl-btn{ width:calc(50% - 10px); min-width:0; }

  /* rating tables / any wide tables */
  .ratings-panel{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .ratings-table{ min-width:680px; }

  /* footer */
  .footer-left, .footer-right{ float:none; width:100%; text-align:center; }
  .footer-right{ margin-top:10px; }
  .footer-links{ justify-content:center; flex-wrap:wrap; }
}

@media (max-width: 420px){
  .dl-btn{ width:100%; }
  .nav-menu a{ padding:8px 10px; }
}
/* --- FIX: убрать свайп вправо + убрать белый фон --- */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #0b0b0b;          /* общий тёмный фон */
  background: url(../images/bg/back_dark.jpg) !important;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

/* На всякий — чтобы фон был и на всей странице */
body {
  min-height: 100vh;
}

/* Частая причина горизонтального скролла — картинки/блоки */
img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

/* Если у тебя есть общий враппер — тоже прячем overflow по X */
.wrapper, .page, .site, .main, .container, .content, .layout {
  max-width: 100%;
  
}

/* Убрать белую подложку у секций, если где-то есть "light" */
.section, .ratings, .ratings-wrap, .block, .card, .panel {
  background-color: transparent;
}
/* FIX: чтобы на ПК не появлялся внутренний скроллбар в hero */
.hero,
.hero-wrap,
.hero-inner,
.hero-banner,
.header-hero,
.main-hero {
  overflow: hidden !important;
}
/* Скрыть скроллбар внутри блоков (если где-то осталось overflow:auto) */
.hero::-webkit-scrollbar,
.hero *::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.hero, .hero * {
  scrollbar-width: none;
}

/* чтобы "НАЧАТЬ ИГРАТЬ" всегда было в одну строку */
.btn.big.btn-frame{
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* мобильная версия — делаем кнопку шире, чтобы текст не ломался */
@media (max-width: 600px){
  .btn.big.btn-frame{
    width: min(92vw, 420px);
    padding: 14px 22px;   /* подгони под свой дизайн */
    font-size: 16px;      /* если нужно */
    line-height: 1;       /* чтобы не казалось "в две строки" */
  }
}

/* чтобы "Личный кабинет" всегда было в одну строку */
a.go-lk.btn-frame.btn-frame--lk{
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* мобильная версия — делаем кнопку шире, чтобы текст не ломался */
@media (max-width: 600px){
  a.go-lk.btn-frame.btn-frame--lk{
    height: 44px;
    padding: 14px 22px;   /* подгони под свой дизайн */
    font-size: 16px;      /* если нужно */
    line-height: 1;       /* чтобы не казалось "в две строки" */
    background-image: url('https://forceplay.org/template/site/ForcePlay/img/sprite/user-icon.svg');
  }
}

/* Footer: prevent links from overflowing on mobile */
@media (max-width: 820px){
  .footer .menu{flex-wrap: wrap; justify-content: center; gap: 14px; padding: 0 12px;}
  .footer .menu a{white-space: normal;}
  .footer .menu .col{float: none; width: auto; padding-right: 0;}
}
/* === helpers: show/hide for desktop vs mobile === */
.desktop-only{display:inline-flex;}
.mobile-only{display:none;}
@media (max-width: 820px){
  .desktop-only{display:none !important;}
  .mobile-only{display:inline-flex !important;}
}

/* === mobile account icon (shown instead of LK button) === */
.nav-user.nav-user--icon{
  width: 100px;
  height: 100px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,215,107,.28);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  
}
.nav-user.nav-user--icon svg{
  width: 44px;
  height: 44px;
  opacity: .95;
}

/* avoid horizontal swipe on mobile */
@media (max-width: 820px){
  html, body{overflow-x:hidden;}
}

/* Footer: mobile layout — no overflow */
@media (max-width: 820px){
  .footer{padding-left:12px; padding-right:12px;}
  .footer .menu{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:12px;
    padding: 0 8px;
  }
  .footer .menu .col{
    float:none !important;
    width:auto !important;
    padding-right:0 !important;
  }
  .footer .menu a{
    display:block;
    white-space:normal;
    text-align:center;
    line-height:1.2;
    font-size:12px;
    padding:6px 4px;
  }
  .footer-left, .footer-right{
    float:none;
    width:100%;
    text-align:center;
  }
  .footer-right{margin-top:8px;}
}

/* === helpers: show/hide for desktop vs mobile === */
.desktop-only{display:inline-flex;}
.mobile-only{display:none;}
@media (max-width: 820px){
  .desktop-only{display:none !important;}
  .mobile-only{display:inline-flex !important;}
}

/* === mobile account icon (shown instead of LK button) === */
.nav-user.nav-user--icon{
  width: 100px;
  height: 100px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255, 215, 107, .28);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
.nav-user.nav-user--icon svg{
  width: 42px;
  height: 42px;
  opacity: .95;
}

/* === footer: prevent overflow on mobile === */
@media (max-width: 820px){
  html, body{overflow-x:hidden;}
  .footer{padding-left:12px; padding-right:12px;}
  .footer .menu{display:flex; flex-wrap:wrap; justify-content:center; gap:12px;}
  .footer .menu .col{float:none !important; width:auto !important; padding-right:0 !important;}
}

/* === helpers: show/hide for desktop vs mobile === */
.desktop-only{display:inline-flex;}
.mobile-only{display:none;}
@media (max-width: 820px){
  .desktop-only{display:none !important;}
  .mobile-only{display:inline-flex !important;}
  html, body{overflow-x:hidden;}
}

/* === mobile account icon (shown instead of LK button) === */
.nav-user.nav-user--icon{
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(102,98,89,0.15);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(244,199,92,0.5);
  display: none;
}
.nav-user.nav-user--icon svg{
  width: 42px;
  height: 42px;
  opacity: .95;
}

/* === footer: prevent overflow on mobile === */
@media (max-width: 820px){
  .footer{padding-left:12px; padding-right:12px; overflow-x:hidden;}
  .footer .menu{display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:12px; padding: 0 8px;}
  .footer .menu .col{float:none !important; width:auto !important;}
  .footer .menu a{display:block; text-align:center; white-space:normal; line-height:1.2; font-size:12px; padding:6px 4px;}
  .footer-left, .footer-right{float:none !important; width:100% !important; text-align:center;}
  .footer-right{margin-top:8px;}
}
.header-left { display:flex; align-items:center; gap:12px; }
.header-left .lang-switch { order: 1; }
.header-left .logo { order: 2; }



/* 1) Родители дропдауна НЕ должны обрезать выпадашку */
header, .header, nav, .nav, .navbar, .topbar {
  overflow: visible !important;
}

/* если у тебя есть блок с border-radius и overflow:hidden — он и режет меню */
.navbar-inner, .header-inner, .topbar-inner {
  overflow: visible !important;
}

@media (max-width: 768px){
  .lang-dropdown{
    position: relative;
    margin-top:: 15px;   /* или margin-top */
    width: 82px;
  }
}







/* ===== FOOTER FIX (responsive) ===== */
footer{
  width: 100%;
}

footer .container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 40px;
  flex-wrap: wrap;            /* важно: разрешаем перенос */
}

/* блок копирайта */
footer .copy{
  flex: 1 1 320px;            /* будет занимать место, но переносится */
  max-width: 520px;
}

footer .copy p{
  margin: 0;
  line-height: 1.35;
}

/* меню */
footer .menu{
  flex: 1 1 320px;
}

footer .menu .col a{
  display: block;             /* чтобы не шли в одну строку */
  margin: 10px 0;
  line-height: 1.2;
  /*! white-space: normal; */        /* разрешаем перенос строк */
  word-break: break-word;     /* если вдруг длинная строка */
}

/* ===== MOBILE ===== */
@media (max-width: 560px){
  footer .container{
    flex-direction: column;   /* как на примере: всё столбиком */
    gap: 16px;
  }

  footer .copy,
  footer .menu{
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }

  /* если хочешь как на примере "две колонки" для ссылок на мобилке */
  footer .menu .col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
  }

  footer .menu .col a{
    margin: 0;                /* так ровнее в сетке */
  }
}
@media (max-width: 560px){
  footer .container{
    align-items: flex-start;   /* при flex-column прижать влево */
  }

  footer .copy,
  footer .copy p{
    text-align: left !important;
    margin-left: 29px;
  }

  /* если ссылки тоже надо строго влево */
  footer .menu,
  footer .menu .col{
    text-align: left !important;
    justify-items: start;      /* если у тебя grid */
  }
}

@media (max-width: 600px){

  /* 1) Обёртка таблицы: скролл и без центровки */
  .ratings-panel{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 2) Таблицу прижать влево (убрать auto-centering) */
  .ratings-table{
    margin: 0 !important;        /* вместо 0 auto */
    width: max-content;          /* чтобы не растягивалась странно */
    min-width: 520px;            /* подбери, чтобы колонки не ломались */
  }

  /* 3) Текст в таблице влево (как на скрине) */
  .ratings-table th,
  .ratings-table td{
    text-align: left !important;
    white-space: nowrap;         /* чтобы не переносило слова */
  }

  /* 4) Первая колонка (№) узкая */
  .ratings-table th:first-child,
  .ratings-table td:first-child{
    width: 44px;
  }
}


.section-divider{
  position: relative;
  height: 25px;
  margin: -1px 0;
  background: rgba(0,0,0,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04),
              inset 0 -1px 0 rgba(0,0,0,.65);
  border-top: 1px solid rgba(210,170,80,.18);
  border-bottom: 1px solid rgba(210,170,80,.10);
}
.section-divider::before,
.section-divider::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:1px;
  background: rgba(210,170,80,.55);
}
.section-divider::before{ top:10px; }
.section-divider::after{ top:13px; opacity:.35; }

.section-divider--in{
  margin-left:auto;
  margin-right:auto;
}

/* =========================
   WIKI.PHP (Knowledge base)
   ========================= */

/* Wiki: footer must not overlap content (global footer is absolute on other pages) */
body.page-wiki footer{
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

/* Wiki: make sure the left menu items are never hidden behind the footer */
body.page-wiki .wiki-nav{
  padding-bottom: 140px; /* space for footer area */
}

/* Make the wiki page span the full viewport width (inner blocks stay the same) */
.wiki-page .container,
.wiki-hero .container{
  width: 100%;
  max-width: none;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}

/* Wiki: stretch in height too (fills the viewport even with small content) */
.wiki-page{
  min-height: 100vh;
  padding-bottom: 140px; /* extra space before footer */
}

.wiki-page section.news.start-wrap{
  max-width: none;
  margin: 0 0 28px;
}

@media (max-width: 980px){
  .wiki-page .container,
  .wiki-hero .container{
    padding-left: 14px;
    padding-right: 14px;
  }
}

.wiki-card{
  padding: 20px;
}

.wiki-tabs{
  margin: 4px 0 18px;
  text-align: center;
}
.wiki-tabs__label{
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(230,214,181,.70);
  margin-bottom: 10px;
}
.wiki-tabs__tabs{
  margin: 0;
}
.wiki-tab.is-active{
  border-color: rgba(216,178,111,.55);
}
.wiki-tab.is-active .start-tab__text{
  color: rgba(255,236,190,.98);
}

.wiki-layout{
  /* enforce two-column layout like the reference screenshots */
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  gap: 18px;
  align-items: start;
}

/* Wiki: keep columns full-height on desktop (paper stretches down to viewport bottom) */
@media (min-width: 981px){
  .wiki-layout{
    min-height: calc(100vh - 180px);
    align-items: stretch;
  }
  .wiki-content{
    display: flex;
  }
  .wiki-paper{
    flex: 1;
  }
}

.wiki-side{
  justify-self: start;
  position: sticky;
  top: 18px;
  align-self: start;
  background: linear-gradient(180deg, rgba(94,70,48,.85), rgba(50,36,26,.92));
  border: 1px solid rgba(216,178,111,.30);
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
  max-height: calc(100vh - 60px);
  overflow: auto;
}

/* Wiki: search in left menu */
.wiki-search{
  margin: 4px 4px 12px;
}
.wiki-search__label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wiki-search__row{
  display: grid;
  grid-template-columns: 1fr 38px;
  gap: 8px;
  align-items: center;
}
.wiki-search__input{
  height: 42px;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  color: rgba(255,236,190,.92);
  outline: none;
}
.wiki-search__input::placeholder{
  color: rgba(255,255,255,.55);
}
.wiki-search__input:focus{
  border-color: rgba(216,178,111,.45);
}
.wiki-search__clear{
  height: 42px;
  width: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  color: rgba(255,236,190,.92);
  cursor: pointer;
  visibility: hidden;
}
.wiki-search__clear:hover{
  border-color: rgba(216,178,111,.45);
}
.wiki-search__empty{
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.70);
}

.wiki-nav__item.is-hidden{ display: none; }

.wiki-nav__item{
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(255,236,190,.92);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  margin-bottom: 10px;
  transition: transform .12s ease, border-color .12s ease, filter .12s ease;
}
.wiki-nav__item:hover{
  transform: translateY(-1px);
  border-color: rgba(216,178,111,.45);
}
.wiki-nav__item.is-active{
  border-color: rgba(216,178,111,.70);
  filter: brightness(1.06);
}
.wiki-nav__ico{
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.wiki-nav__ico svg{
  width: 25px;
  height: 25px;
  fill: rgba(255,236,190,.92);
}
.wiki-nav__title{
  display:block;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 13px;
}
.wiki-nav__sub{
  display:block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255,255,255,.75);
}

.wiki-content{
  min-width: 0;
  justify-self: stretch;
}

.wiki-paper{
  background: #f1e3c8 url('../images/bg/white-paper.jpg') center/cover no-repeat;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.18);
  padding: 18px 22px;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
  color: #3a2b1e;
}

/* Wiki: tables (for rates, drops, etc.) */
.wiki-paper table{
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 18px;
  font-size: 15px;
}
.wiki-paper th,
.wiki-paper td{
  padding: 10px 12px;
  border-bottom: 1px solid rgba(94,70,48,.20);
  text-align: left;
  vertical-align: top;
}
.wiki-paper th{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: rgba(78,56,37,.95);
  background: rgba(94,70,48,.06);
}
.wiki-paper tr:nth-child(even) td{
  background: rgba(94,70,48,.03);
}
.wiki-paper .wiki-table-note{
  font-size: 13px;
  color: rgba(58,43,30,.78);
  margin-top: -8px;
}

/* Wiki: show content only for выбранного пункта меню (как табы) */
.js-wiki .wiki-sec{ display: none; }
.js-wiki .wiki-sec.is-active{ display: block; }
.js-wiki .wiki-sec__divider{ display: none; }

.wiki-sec{ scroll-margin-top: 90px; }
.wiki-sec__head{
  display:flex;
  align-items:center;
  gap: 12px;
  margin: 6px 0 10px;
}
.wiki-sec__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(94,70,48,.12);
  border: 1px solid rgba(94,70,48,.18);
  display:flex;
  align-items:center;
  justify-content:center;
}
.wiki-sec__icon svg{
  width: 25px;
  height: 25px;
  fill: rgba(94,70,48,.95);
}

.wiki-sec__title{
  font-family: 'Beaufort';
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  color: rgba(78,56,37,.98);
}

.wiki-sec__lead{
  margin: 0 0 12px;
  color: rgba(58,43,30,.88);
  line-height: 1.55;
}

.wiki-list{
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.wiki-list li{
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  line-height: 1.55;
  color: rgba(58,43,30,.92);
}
.wiki-list li:before{
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: rgba(94,70,48,.55);
  border: 1px solid rgba(94,70,48,.45);
}

.wiki-sec__divider{
  height: 1px;
  background: rgba(94,70,48,.20);
  margin: 18px 0 14px;
}

@media (max-width: 980px){
  .wiki-layout{ grid-template-columns: 1fr !important; }
  .wiki-side{
    position: relative;
    top: auto;
    max-height: none;
  }
}

@media (max-width: 520px){
  .wiki-card{ padding: 14px; }
  .wiki-paper{ padding: 14px 14px; }
  .wiki-nav__item{ grid-template-columns: 48px 1fr; }
  .wiki-nav__ico{ width: 48px; height: 48px; }
  .wiki-sec__title{ font-size: 20px; }
}
