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(../img/fon-bg-top.jpg) center top no-repeat,
        url(../img/fon-bg-bottom.jpg) center bottom no-repeat;
    background-color: #fff;
    font-family: "Arial";
    font-weight: 400;
    font-size: 14px;
    color: #0a5b75;
    min-height: 100vh;
    overflow-x: hidden;
}
a {
    transition: all 0.3s ease;
    color: #0a5b75;
    text-decoration: none !important;
}
a:hover {
    color: #2ba4c3;
}

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;
}

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: 14px;
    border: none;
    background: url(../img/button-login.png) bottom no-repeat;
    padding-bottom: 20px;
    outline: none !important;
}
td > button {
    float: left;
    width: 196px;
    height: 92px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    border: none;
    background: url(../img/button-small.png) bottom no-repeat;
}
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;
    margin-top: 30px;
    background: url(../img/bg-content.jpg) repeat-y;
    box-shadow: 0px 0 100px 5px rgba(0, 0, 0, 0.4);
    padding: 0 0 90px 0 !important;
    max-width: 1400px;
}

.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;
}
.flex-c-c a:hover {
    color: #fff;
}

.top-panel {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 10;
    background: url(../img/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: 510px;
    position: relative;
}
.logo {
    display: block;
    position: absolute;
    transition: 0.3s;
    z-index: 2;
    top: 100px;
}

.logo:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.logo img {
    width: 75%;
}

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

.download-block {
    display: flex;
    height: 126px;
    width: 314px;
    margin-left: -30px;
    background: url(../img/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(../img/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: 90px;
    height: 36px;
    margin-left: 570px;
    margin-top: 55px;
    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(../img/arrow-right.png) no-repeat;
    right: 1px;
}

.slider .prev {
    background: url(../img/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(../img/fon-bg-account-top.png) top no-repeat,
        url(../img/fon-bg-account-bottom.png) bottom no-repeat;
    background-color: #fff;
    width: 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(../img/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(../img/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(../img/hero-links.png) no-repeat;
    width: 251px;
    height: 125px;
    position: absolute;
    left: 147px;
    transition: 0.3s;
}

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

/*fast 2*/
.fast-links-center {
    width: 398px;
    height: 125px;
    background: url(../img/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(../img/hero-links-center.png) no-repeat;
    width: 244px;
    height: 125px;
    position: absolute;
    left: 154px;
    transition: 0.3s;
}

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

/*fast 3*/
.fast-links-right {
    width: 398px;
    height: 125px;
    background: url(../img/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(../img/hero-links-right.png) no-repeat;
    width: 251px;
    height: 125px;
    position: absolute;
    left: 184px;
    transition: 0.3s;
}

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

/*end fast-links*/

/*LAST NEWS*/

.last-news {
    float: left;
    margin-top: 20px;
    width: 800px;
    padding-right: 40px;
    padding-left: 40px;
    background: url(../img/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;
}

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

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

.news-text-bottom {
}

.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: 27px;
    line-height: 20px;
    height: 130px;
    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: 1;
    color: #fff;
    font-size: 14px;
    border: none;
    background: url(../img/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%);
    color: #fff;
}

.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(../img/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(../img/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;
    display: block !important;
    background-color: transparent !important;
}

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

.progress-bar span {
    height: 3px;
    background: url(../img/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 .top-number img {
    margin-bottom: -2px;
    margin-left: 5px;
}

.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-flag {
    width: 30px;
    padding-top: 2px;
}

.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-title {
    color: #0a5b75;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

/*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;
}

.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;
}

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

.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(../img/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(../img/prev-p.png) no-repeat;
}
.page-numbers.next:after {
    content: "";
    position: absolute;
    background: url(../img/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(../img/next-p.png) no-repeat;
}

/*end paginator*/

/*To top*/

.toTop-fon {
    display: flex;
    background: url(../img/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(../img/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: -130px;
    left: 200px;
}

.leaves-1 {
    background: url(../img/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(../img/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(../img/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: -150px;
    left: -50px;
}

.spark-1 {
    background: url(../img/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(../img/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(../img/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*/ .thumbnail {
    transition: all 0.3s ease;
}
.thumbnail img:hover {
    box-shadow: inset 0px 0px 5px 0px rgba(0, 246, 255, 1);
    filter: drop-shadow(0px 0px 5px rgba(56, 256, 225, 1));
}

.thumbnail img {
    width: 100%;
}
.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*/
/* float: left;
width: 196px;
height: 92px;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
z-index: 1; */

.admincp-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    color: #fff;
    font-size: 20px;
    border: none;
    background: url(../img/button-small.png) bottom no-repeat;
    margin-left: -17px;

    width: 100px !important;
    height: 30px !important;
    box-shadow: none !important;
}

.lk-form {
    padding: 20px;
}
.lk-form ul {
    list-style-type: none;
    margin: 0px;
}

.lk-form ul li {
    display: table;
    width: 100%;
    vertical-align: middle;
    line-height: 30px;
}

.lk-form ul li a {
    color: #2ba4c3 !important;
    font-weight: bold;
}

.lk-form ul li a:active,
.panel-usercp ul li a:hover {
    color: #2ba4c3 !important;
}

.lk-form ul li a:hover {
    padding: 0px 10px;
}

.lk-form ul li img {
    position: relative;
    top: -2px;
    padding-right: 10px;
}

.btn-primary {
    background-color: transparent;
    border-color: transparent;
    width: 70px;
    max-height: 45px;
    background: #13b1d3;
}
.btn-primary:hover {
    filter: brightness(120%);
    background-color: transparent;
    border-color: transparent;
    width: 70px;

    background: #13b1d3;
}
.btn-primary:focus {
    filter: brightness(120%);
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    background: #13b1d3;
}
.btn-primary:not(:disabled):not(.disabled):active {
    filter: brightness(120%);
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    background: #13b1d3;
}

.btn {
    background-color: transparent;
    border-color: transparent;
    padding: 0 !important;
    box-shadow: none !important;
    background: #13b1d3;
}
.btn:hover {
    filter: brightness(120%);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
    color: #fff;
    background: #13b1d3;
}
.btn:focus {
    filter: brightness(120%);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
    color: #fff;
    background: #13b1d3;
}
.btn:not(:disabled):not(.disabled):active {
    filter: brightness(120%);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
    color: #fff;
    background: #13b1d3;
}

.cname {
    font-size: 20px;
}

.col-xs-12,
.col-xs-3,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-3 {
    width: 25%;
}
@media (min-width: 768px) {
    .col-sm-10,
    .col-sm-12,
    .col-sm-4,
    .col-sm-8 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.panel-body:after,
.panel-body:before {
    display: table;
    content: " ";
}
.form-horizontal .form-group:after,
.panel-body:after {
    clear: both;
}
