@font-face {
    font-family: 'MyCustomFont';
    src: url('fonts/th.ttf') format('opentype');
    font-weight: bold; /* или bold, если это жирный шрифт */
    font-style: normal; /* или italic, если это курсив */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/fon-bg-top.jpg) center top no-repeat, url(../images/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #fff;
  font-family: 'Microsoft Tai Le';
  font-weight: 400;
  font-size: 14px;
  color: #0a5b75;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #2e3d54;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  color: #0a5b75;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #0a5b75;
}
table tr:nth-child(odd) {
  background-color: #0a5b75;
}
caption {
  margin-bottom: 15px;
}


textarea {
  color: #fff;
  position: relative;
}

button,
.button {
  width: 281px;
  height: 102px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  border: none;
  background: url(../images/button-login.png)bottom no-repeat;
  padding-bottom: 20px;
}

button:hover,
.button:hover {
   -webkit-filter: brightness(120%);
  filter: brightness(120%);
}


.agree a{
  color: #0b8a88;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #8cbbca;
}
::-moz-placeholder {
  color: #2a292e;
}
:-moz-placeholder {
  color: #2a292e;
}
:-ms-input-placeholder {
  color: #8cbbca;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container {
  display: flex;
  position: relative;
  background: url(../images/bg-content.jpg) repeat-y;
  box-shadow: 0px 0 100px 5px rgba(0, 0, 0, 0.4);
  padding-bottom: 90px;
}

.content {
  width: 1200px;
  line-height: 1.3;
  position: relative;
}

.top{
  display: flex;
}

.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-panel {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  background: url(../images/bottom-menu.png)bottom no-repeat;
}

.logo-top-smoll {
  margin-right: 75px;
}

.menu li {
  margin: 0px 8px;
}

.menu a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 26px;
  display: block;
  line-height: 92px;
  position: relative;
  font-family: 'Times New Roman';
  font-weight: bold;
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover {
  color: #3578b8;
}

.menu a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  position: absolute;
  background: #3578b8;
}
.menu .active a {
  color: #3578b8;
}
.menu .active a:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  position: absolute;
  background: #3578b8;
}

.languages {
  margin-left: 100px;
}

.languages a {
  margin-left: 10px;
}


.languages a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 827px;
  position: relative;
}
.logo {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  top: 265px;
  left: -10px;
}

.logo:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

/* DOWNLOAD, SERVERS, REGISTRATION
-----------------------------------------------------------------------------*/
.button-top{
top: 510px;
position: relative;
}

.download-block  {
display: flex;
height: 126px;
width: 314px;
margin-left: -30px;
background: url(../images/download-button.png) no-repeat;
margin-right: 130px;
font-family: 'Times New Roman';
}

.download-block a {
  font-size: 24px;
  color: #0a5a74;
  padding-left: 105px;
  padding-top: 30px;
}

.download-block span {
  font-weight: bold;
}

.download-block p{
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  color: #0a5a74;
  font-weight: bold;
  text-shadow: #fff 0px 1px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}


/* servers
-----------------------------------------------------------------------------*/


/* servers end
-----------------------------------------------------------------------------*/

.registration-block {
display: flex;
height: 126px;
width: 314px;
background: url(../images/registration-button.png) no-repeat;
font-family: 'Times New Roman';
}

.registration-block a {
  font-size: 20px;
  color: #0a5a74;
  padding-left: 107px;
  padding-top: 35px;
}

.registration-block span {
  font-weight: bold;
}

.registration-block p{
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  color: #0a5a74;
  font-weight: bold;
  text-shadow: #fff 0px 1px;
}

.registration-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/* DOWNLOAD, SERVERS, REGISTRATION  end
-----------------------------------------------------------------------------*/

/*slider*/


.slider {
  float: left;
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 400px;
}

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 800px;
  height: 400px;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-info span{
  font-weight: 800;
  width: 100%;
  height: 36px;
  margin: 40px;
  font-size: 36px;
  font-style: italic;
  color: #045060;
  text-shadow: #fff 0px 1px;
}

.slide-text-big{
  font-weight: 800;
  color: #045060;
  text-shadow: #fff 0px 1px;
  font-size: 60px;
  width: 800px;
  height: 60px;
  margin-top: -30px;
  margin-left: 480px;
  font-style: italic;
}

.slide-text p{
  text-align: right;
  padding-left: 520px;
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.slide-text1 p{
  width: 800px;
  margin-top: -30px;
  padding-left: 450px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.slider .slides .slide-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}


.slider .arrows {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 165px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.slider .arrows:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 20px;
}
.next:hover,
.prev:hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0px 20px;
  background-color: #2aadc8;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #2aadc8;
  box-shadow: 0 0 4px 1px #fff;
}

/*end slider*/


/*account-panel*/

.widget-account-panel{
  float: right;
  background: url(../images/fon-bg-account-top.png)top no-repeat, url(../images/fon-bg-account-bottom.png)bottom no-repeat;
  background-color: #fff;
  width: 400px;
  height: 400px;
}

.account-panel-title{
  color: #0a5b75;
  font-size: 18px;
  font-weight: bold;
  font-family:'Times New Roman';
  padding-top: 34px;
}


.input-user {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-user input {
  width: 320px;
  padding-top: 15px;
  padding-bottom: 20px;
  background: url(../images/input-account.png) bottom no-repeat;
  border: none;
  text-align: center;
  color: #0a5b75;
}

.buttons{
  text-align: center;
}

.lost{
  color: #2ba3c3;
}


.lost a{
  color: #2ba3c3;
  text-decoration: none;
}

.lost a:hover{
  color: #2ba3c3;
  text-decoration: underline;
}


.agree{
  margin-top: 20px;
  color: #3d6b86;
}

.agree a{
  color: #2ba3c3;
  margin-left: 5px;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

/*end account-panel*/

/*fast-links*/


.fast-links{
  display: flex;
  margin-top: 20px;
}

.fast-links span{
  margin-right: 3px;
}

/*fast 1*/

.fast-links-left{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-left p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;
}

.fast-links-left:before {
  content: "";
  background: url(../images/hero-links.png) no-repeat;
  width: 170px;
  height: 142px;
  position: absolute;
  left: 225px;
  top: -17px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 215px;
}

/*fast 2*/
.fast-links-center{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-center p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 237px;
  height: 145px;
  position: absolute;
  left: 154px;
  top: -20px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
  left: 144px;
}

/*fast 3*/
.fast-links-right{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-right p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 160px;
  height: 145px;
  position: absolute;
  left: 235px;
  top: -20px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  left: 225px;
}

/*end fast-links*/

/*LAST NEWS*/

.last-news{
  float: left;
  margin-top: 20px;
  width: 800px;
  padding-right: 40px;
  padding-left: 40px;
  background: url(../images/border-last-news.png)top no-repeat;
}

.last-news-title{
  padding-top: 28px;
  border-bottom: 1px solid #9dbdc8;
}

.last-news-title h2{
  color: #0a5b75;
  font-size: 18px;
  font-family: 'Times New Roman'
}

.last-news-title-small{
  font-size: 16px;
}

.news-title-more{
  background-color: #2aabc7;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-title-more:hover{
  background-color: #4bcde9;
}


.last-news-title a{
color: #fff;
}

.last-news-content{
  margin-top: 60px;
  height: 225px;
}

.img-news{
  float: left;
  width:328px;
  height: 225px;
  margin-right: 40px;
  box-shadow: 0px 20px 30px 0px rgba(16, 86, 105, 0.2);
}



.news-content{
  position: relative;
}

.news-content-title{
  font-size: 16px;
  font-weight: 600;
}

/*full news*/

.news-content-title-title{
  font-size: 16px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 40px;
}

.news-text-text img{
  box-shadow: 0px 20px 30px 0px rgba(16, 86, 105, 0.2);
  margin-bottom: 40px;
}

.news-text-text{
  line-height: 20px;
}


.time-news-news{
  float: left;
  padding-top: 19px;
  color: #3a95b2;
}

.time-news-news span{
  color: #0a5b75;
  font-size: 20px;
}

/*end full news*/

.news-text{
  padding-top: 15px;
  line-height: 20px;
  height: 150px;
  overflow: hidden;
}

.news-text-bottom{
  position: absolute;
  top:166px;
  left: 368px;
}

.button-small{
  float: left;
  width: 196px;
  height: 92px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 14px;
  border: none;
  background: url(../images/button-small.png)bottom no-repeat;
  margin-left: -17px;
  text-transform: uppercase;
  padding-bottom: 23px;
}

.button-small:hover {
   -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.button-small-small{
   margin-left: 17px;
}

.time-news{
  float: right;
  padding-top: 19px;
  color: #3a95b2;
}

.time-news span{
  color: #0a5b75;
  font-size: 20px;
}

/*END LAST NEWS*/


/*right-sidebar*/

.right-sidebar{
  width: 400px;
  float: right;
}

.widget-right{
  margin-top: 20px;
}

.widget-title{
  background: url(../images/fon-widget-title.png)top no-repeat;
  height: 87px;
  font-family: 'Times New Roman'
}

.widget-title h2{
  font-size: 18px;
  text-shadow: #fff 0px 1px;
}

.widget-title-small{
  font-size: 16px;
  text-shadow: #fff 0px 1px;
}

/*servers*/


.widget-content {
padding-top: 7px;
}

.server-name{
  text-transform: uppercase;
  color: #0a5b75;
}

.status-block {
  margin-top: 10px;
}

.server {
  position: relative;
  padding-left: 21px;
  padding-bottom: 35px;
}

.status{
  color: #2aa9c6;
  text-align: center;
}

.status-off{
  color: #ff8686;
  text-align: center;
}

.img-online{
  width: 43px;
  height: 43px;
  position: absolute;
  left: 325px;
}

.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-bottom.png) no-repeat;
  font-size: 14px;
}

.status-offline{
  color: #aa4a31;
  float: right;
  margin-top: 11px;
  font-size: 12px;
}

.progress-bar {
  float: left;
  height: 49px;
  position: relative;
  width: 357px;
  padding: 23px 20px 0px 19px;
}

.progress-bar:after {
  content: "";
  position: absolute;
  background: url(../images/progress-bar.png) no-repeat;
  width: 100%;
  height: 49px;
  top: 0px;
  left: 0px;
}

.progress-bar span {
  height: 3px;
  background: url(../images/status-on.jpg) repeat-x;
  display: block;
  position: relative;
  z-index: 1;

}

/*end servers*/

/*Top Players*/

.widget-content-content{
  padding-left: 40px;
  padding-right: 40px;
}

.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 68px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #0a5b75;
}
.top-list a {
  color: #0a5b75;
  text-decoration: none;
}
.top-list:hover {
 background-color: #2ba2c2;
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0px 8px 20px 0px rgba(16, 86, 105, 0.2);
}

.top-list:hover a {
  color: #fff;
}

.top-block.guild .top-number {
    width: 30px;
}

/********************************************tab*******************/

.top-block-pvp {
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
 }
.top-block-pvp-left{
  margin: 0px 10px;
}
.top-block-pvp span {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 18px 3px 18px;
  transition: 0.3s;
}

.top-block-pvp span.active{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 18px 3px 18px;
  background-color: #2ba2c2;
  transition: 0.3s;
}

.top-block-pvp span:not(.active) {
 cursor: pointer;
color: #0a5b75;
 position: relative;
 z-index: 10;
}

.top-block-pvp span:hover{
  color: #fff;
  cursor: pointer;
  padding: 3px 18px 3px 18px;
  background-color: #2ba2c2;
  transition: 0.3s;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 0.6s linear;
}

@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*************************************************tab**********************/
/*end Top Players*/

/*discussions*/


.discussions-content-top{
  margin-bottom: 32px;
}

.discussions-content{
  height: 80px;
}

.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #27c9d8;
  color: #fff;
  font-size: 11px;
}

.discussions-content-block{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  transition: 0.3s;
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 13px;
  color: #0a5b75;
}

.discussions-content-block:hover .discussions-text-bt a{
  color: #fff;
}

.discussions-text-bt a{
  color: #76c8e3;
}

.discussions-text-bt a:hover{
  text-decoration:none;
  color: #fff;
}


.discussions-content-block{
  padding-bottom: 11px;
  padding-top: 11px;
}

.discussions-content-block:hover{
  background-color: #2ba2c2;
  box-shadow: 0px 8px 20px 0px rgba(16, 86, 105, 0.2);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 11px 26px 11px 26px;
  height: 80px;
  transition: 0.3s;
}

.discussions-content-block:hover .discussions-text {
  color: #fff;
  width: 240px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.discussions-content-block:hover .discussions-message {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #27c9d8;
}


/*end discussions*/

/*end right-sidebar*/

/*paginator*/


.pagination {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;

}
.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 38px;
  color: #70c6da;
  text-decoration: none !important;
  font-size: 14px;
  margin: 0px 7px;
  background: rgba(42, 169, 198, 0.1);
}

.page-numbers.active {
  background: #2aa9c6;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
}

.page-numbers:hover {
  background: #2aa9c6;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: rgba(42, 169, 198, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #2aa9c6;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../images/prev-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../images/next-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-right: -8px;
  margin-top: -8px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../images/next-p.png) no-repeat;
}

/*end paginator*/


/*To top*/

.toTop-fon{
  display: flex;
  background: url(../images/fon-totop.png)center top no-repeat;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* to top end*/

/*footer*/

.footer{
  min-height: 269px;
}

.footer-block-coperite{
  float: left;
  color: #13b1d3;
  padding-top: 40px;
  padding-left: 40px;
}

.footer-block-coperite a{
  color: #13b1d3;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  float: right;
  padding-right: 90px;
}

.soc-block{
  margin-bottom: 24px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #2ba4c3;
  height: 33px;
  width: 33px;
}

.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 246, 255, 1);
  filter: drop-shadow(0px 0px 5px rgba(56, 256, 225, 1));
}

.footer-logo{
  text-align:center;
  transition: all 0.3s ease;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.templstock{
  padding-bottom: 47px;
}

.templstock:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

/*end footer*/

/*animation*/


.leaves {
  position: absolute;
  bottom: 30px;
  left: 200px;
}

.leaves-1 {
  background: url(../images/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../images/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../images/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}

.sparks{
  position: absolute;
  bottom: 50px;
  left: -50px;
}

.spark-1 {
  background: url(../images/sparks_1.png);
  width: 350px;
  height: 226px;
  left: -50px;
  bottom: -250px;
  position: absolute;
  animation: 4s spark-1 linear infinite;
}

@keyframes spark-1 {
  0% {
    transform: scale(0.4);
    bottom: -150px;
  }
  33% {
    transform: scale(0.6);
    bottom: -100px;
  }
  66% {
    transform: scale(0.8);
    bottom: -50px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: 0px;
    opacity: 0;
  }
}
.spark-2 {
  background: url(../images/sparks_2.png);
  width: 350px;
  height: 390px;
  left: -50px;
  bottom: -400px;
  position: absolute;
  animation: 5s spark-2 linear infinite;
  animation-delay: 1s;
}

@keyframes spark-2 {
  0% {
    transform: scale(0.4);
    bottom: -400px;
  }
  33% {
    transform: scale(0.6);
    bottom: -300px;
  }
  66% {
    transform: scale(0.8);
    bottom: -200px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -100px;
    opacity: 0;
  }
}
.spark-3 {
  background: url(../images/sparks_3.png);
  width: 350px;
  height: 352px;
  left: -50px;
  bottom: -350px;
  position: absolute;
  animation: 5s spark-3 linear infinite;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    transform: scale(0.4);
    bottom: -350px;
  }
  33% {
    transform: scale(0.6);
    bottom: -240px;
  }
  66% {
    transform: scale(0.8);
    bottom: -130px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -20px;
    opacity: 0;
  }
}

/*end animation*/

/*DOWNLOAD*/


.last-news-text{
font-size: 14px;
line-height: 20px;
padding-bottom: 20px;
color: #0a5b75;
}

.news-all-text-download{
  margin-bottom: 15px;
  position: relative;
}

.news-all-text{
  padding-top: 38px;
  color: #0a5b75;
}

.dowload-link{
  color: #2ba3c3;
}

.dowload-link:hover{
  text-decoration:underline;
}

/*end DOWNLOAD*/
::-webkit-scrollbar {
  width: 6px !important; /* Ширина скроллбара в Chrome/Safari/Opera */
}

:is(.dark .dark\:hover\:text-blue-500:hover) {
  color: #9b9b9b;
}

:is(.dark .dark\:border-blue-500) {
  border-color: #7a7a7a;
}

:is(.dark .dark\:text-blue-500) {
  color: #f8f8f8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.67);
}

::-webkit-scrollbar-thumb {
  background-color: #26547a; /* Цвет ползунка */
  border-radius: 6px; /* Скругление углов ползунка */
}

::-webkit-scrollbar-track {
  background-color: rgba(241, 241, 241, 0.55); /* Цвет фона скроллбара */
  border-radius: 6px; /* Скругление углов фона скроллбара */
}

.modal, .nk-body {
  padding: 0 !important;
}

.nk-content-inner {
  min-height: 80vh !important;
}
@media (max-width: 1188px) {
  .header {
    overflow: hidden;
  }

  .top-panel {
    width: 1200px;
    margin: 0 auto;
  }
}

.news-text {
  margin-top: 15px;
  padding-top: 0;
  line-height: 20px;
  height: 146px;
  overflow: auto;
  overflow-x: hidden;
}

.slide {
  font-family: Arial;
}

.g-recaptcha > div {
  margin: auto;
}

#alert-message {
  opacity: 1;
  z-index: 12341412312;
  width: 300px;
  background: #e1e1e1;
  height: 77px;
  padding: 10px;
  border-radius: 6px;
}

.toast {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}

.toast-header img {
  width: 25px;
  height: auto;
}

.toast-header {
  padding: 10px 0;
  display: flex;
  align-items: center;
  height: 35px;
  gap: 8px;
}

.toast-header strong {
  margin-right: auto;
}

.toast-header small {
  color: #6c757d; /* Текст для времени в сером цвете */
}

.toast-body {
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  background: transparent;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: 'Arial', sans-serif;
}

.cl1 {
  position: absolute;
  top: 670px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background: #65daf575;
  border-radius: 5px;
}

.cl1 > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5px;
  color: #0a5a74;
}

.time {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #074687ba;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.53);
  border-radius: 8px;
  box-shadow: 0 0 8px 3px #274a6e;
  color: #fff;
}

.flip-card {
  width: 50px;
  height: 32px;
  perspective: 1000px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: flip 1s infinite;
  position: relative;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.flip-card-back {
  transform: rotateY(180deg);
}


.unit {
  font-size: 0.8rem;
  margin-top: 5px;
}

.server-modal {
  position: absolute;
  top: 100%; /* Расположить под меню */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.server-modal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.server-modal ul li {
  margin: 5px 0;
}

.server-modal ul li a {
  text-decoration: none;
  color: #333;
}

.server-modal ul li a:hover {
  color: #007bff;
}

.hidden {
  display: none;
}

.btn-se {
  line-height: 20px !important;
  font-weight: 400!important;
  margin-bottom: 8px!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  padding: 0 5px!important;
}