@charset "UTF-8";
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,
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;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }

html {
    line-height: 1; }

ol,
ul {
    list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

q,
blockquote {
    quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none; }

a img {
    border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

/* Connect font "Tahoma-Regular"; */
@font-face {
    font-family: 'Tahoma';
    src: local("Tahoma"), local("TahomaRegular"), url("/web/fonts/Tahoma/Tahoma-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: Exo;
    src: url("/web/fonts/Exo/Exo.otf"); }

@font-face {
    font-family: Futura;
    src: url("/web/fonts/Futura-Book-C/futurabookc.otf"); }

@font-face {
    font-family: FontAwesome;
    src: url("/web/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("/web/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/web/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/web/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/web/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/web/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal; }


*::-webkit-input-placeholder {
    color: #354052;
    opacity: 1;
    font-family: "Tahoma", sans-serif; }

*:-moz-placeholder {
    color: #354052;
    opacity: 1;
    font-family: "Tahoma", sans-serif; }

*::-moz-placeholder {
    color: #354052;
    opacity: 1;
    font-family: "Tahoma", sans-serif; }

*:-ms-input-placeholder {
    color: #354052;
    opacity: 1;
    font-family: "Tahoma", sans-serif; }

body {
    font-family: Tahoma;
    background-color: #FFF;
    overflow-x: hidden;
}

.bodyOverflow{
    overflow: hidden;
}

.col-sm-6 {
    margin-bottom: 20px; }

.authorized {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2ee28f;
    margin: 0 15px 0 40px;
}
.authorized a{letter-spacing: normal !important;}
.authorized button{
    color: #2ee28f;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.authorized .user-avatar {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.authorized .user-name {
    padding: 0 15px;
    color: #2ee28f;
}

.for-mob i {
    font-size: 28px;
    display: none; }

.mnu-btn {
    z-index: 110;
    margin: 17px 0 0 20px;
    display: none;
    width: 35px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    vertical-align: top;
    position: relative; }
.mnu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 80%;
    background: #7bc6dd;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
.mnu-btn span:nth-child(1) {
    top: 0px; }
.mnu-btn span:nth-child(2) {
    top: 8px; }
.mnu-btn span:nth-child(3) {
    top: 16px; }

.mnu-btn.opened-btn span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.mnu-btn.opened-btn span:nth-child(2) {
    opacity: 0;
    left: -60px; }

.mnu-btn.opened-btn span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.social-buttons-banner {
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100px;
    height: 100%;
    padding: 98px 0 45px 0;
    left: 0;
    top: 0; }

.social-buttons li {
    width: 49px;
    height: 49px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #e7e7e7; }
.social-buttons li:hover {
    -webkit-box-shadow: 0 0 37px 8px #333;
    box-shadow: 0 0 37px 8px #333; }
.social-buttons li a {
    display: block;
    height: 100%;
    color: #e7e7e7;
    font-size: 30px;
    text-align: center;
    padding: 3px 0 3px 0;
}

.social-buttons .social-vk:hover {
    background-color: #1b232d;
    border-color: #00b5ff !important; }
.social-buttons .social-vk:hover i {
    color: #00b5ff; }

.social-buttons .social-ok:hover {
    background-color: #1b232d;
    border-color: #ffa200 !important; }
.social-buttons .social-ok:hover i {
    color: #ffa200; }

.social-buttons .social-fb:hover {
    background-color: #1b232d;
    border-color: #0090ff; }
.social-buttons .social-fb:hover i {
    color: #0090ff; }

.social-buttons .social-steam:hover {
    background-color: #1b232d;
    border-color: #a4acb3; }
.social-buttons .social-steam:hover i {
    color: #a4acb3; }

.social-buttons .social-yt:hover {
    background-color: #1b232d;
    border-color: #dd4d2c; }
.social-buttons .social-yt:hover i {
    color: #dd4d2c; }

.social-buttons .no-active {
    border-color: #a4acb3; }
.social-buttons .no-active:hover {
    background-color: transparent;
    border-color: #a4acb3;
    -webkit-box-shadow: none;
    box-shadow: none; }
.social-buttons .no-active:hover i {
    color: #a4acb3; }
.social-buttons .no-active i {
    color: #a4acb3; }

.page-header {
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0;
    padding:0;
    border: 0;
}
.page-header a {
    color: #7bc6dd;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-decoration: none; }
.page-header a:hover {
    color: #b9edfc; }
.page-header .header-panel {
    background-color: rgba(26, 34, 44, 0.8);
    height: 53px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    user-select: none;
}
.page-header .symbol-logo {
    margin: 10px 35px;
    height: 33px; }
.page-header .blog {
    line-height: 53px;
    vertical-align: top; }
.page-header .right-header-panel {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-header-panel .admin{
    margin-right:20px;
}

.page-header .right-header-panel .my-account, .page-header .right-header-panel .my-account2 {
    margin: 0 35px 0 110px;
    cursor: pointer;
    position: relative;
    display: block;
    height: inherit;
    line-height: 50px;
}
.login-panel .arrow {
    content: '';
    position: absolute;
    left: 4%;
    top: -18px;
    border: 9px solid transparent;
    border-bottom: 9px solid #c8161e;
    opacity: 1;
}
.page-header .right-header-panel .my-account2::before {
    opacity: 1;
    -webkit-transition: all .1s ease-in .2s;
    -o-transition: all .1s ease-in .2s;
    transition: all .1s ease-in .2s; }
.page-header .right-header-panel .language {
    padding: 5px 0;
    width: 95px;
    text-align: center;
    position: relative;
    height:54px;
}
.page-header .right-header-panel .language::before {
    content: '';
    height: 41px;
    width: 1px;
    background-color: #192f38;
    position: absolute;
    top: 6px;
    left: 0px; }
.page-header .right-header-panel .language a {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    color: #2f8a97; }
.page-header .right-header-panel .language a:hover {
    color: #b9edfc; }
.page-header .right-header-panel .language .lang-active {
    color: #41b8c9; }
.page-header .banner {
    position: relative;
    height: 522px;
    overflow: hidden;
    margin-top: -53px;
}
.page-header .banner .head-background {
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.page-header .banner .banner-content {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    height: inherit;
}
.page-header .banner .banner-content .logo-holder {
    margin: 0 auto 165px;
    position: relative;
    max-width: 465px; }
.page-header .banner .banner-content .logo-holder img {
    width: 100%; }
.page-header .banner .banner-content .logo-holder .mmog {
    position: absolute;
    display: block;
    font-family: Futura;
    text-shadow: 0 0 5px #000;
    color: #fffefe;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    bottom: 0;
    left: 0;
    right: 0; }
.page-header .banner .banner-content .play-button {
    display: inline-block;
    width: 195px;
    height: 75px;
    -webkit-box-shadow: 0 0 30px 8px #fdc600, inset 0 0 0 2px #ffc600, 0 0 5px 5px rgba(253, 198, 0, 0.8), inset 0 0 16px rgba(255, 204, 0, 0.75);
    box-shadow: 0 0 30px 8px #fdc600, inset 0 0 0 2px #ffc600, 0 0 5px 5px rgba(253, 198, 0, 0.8), inset 0 0 16px rgba(255, 204, 0, 0.75);
    border: 6px solid #817202;
    background-color: #fdc600;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fda100), to(#fdc600));
    background-image: -webkit-linear-gradient(bottom, #fda100 0%, #fdc600 100%);
    background-image: -o-linear-gradient(bottom, #fda100 0%, #fdc600 100%);
    background-image: linear-gradient(to top, #fda100 0%, #fdc600 100%);
    padding: 15px 0;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Exo;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1.8px;
    -webkit-text-stroke: 1px black;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-top: 40px;
}
.page-header .banner .banner-content .play-button:hover {
    font-size: 32px;
    letter-spacing: 3.2px;
    -webkit-box-shadow: 0 0 20px 14px #fdd600, inset 0 0 0 2px #ffc600, 0 0 6px 10px #fdc600, inset 0 0 16px rgba(255, 204, 0, 0.75);
    box-shadow: 0 0 20px 14px #fdd600, inset 0 0 0 2px #ffc600, 0 0 6px 10px #fdc600, inset 0 0 16px rgba(255, 204, 0, 0.75);
    border: 10px solid #817202;
    padding: 10px 0; }
.page-header .banner .banner-content .play-button::after {
    content: '';
    position: absolute;
    background-image: url(/views/images/temp/play-button-effect.png);
    background-repeat: no-repeat;
    width: 267px;
    height: 150px;
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px);
    bottom: -15px; }
.page-header .banner .banner-content .platfotms {
    display: block;
    text-shadow: 0 0 5px #000;
    color: #fffefe;
    font-family: Exo;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px; }

.opened-nav {
    left: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

nav {
    background: #242d39 url(/views/images/temp/nav-border-bottom.svg) repeat-x 0 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-user-select: none;
    user-select: none;
}


.center {
    display: inline-block; }

.site-menu {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }

.site-menu > li + li {
    border-left: 1px solid #1a222c; }

.site-menu > .disabled {
    background: transparent !important;
}
.site-menu > .disabled > .site-menu-item{
    border-bottom: 0 !important;
    color: #4d738f !important;
}

.site-menu > li {
    display: inline-block;
    font-family: Futura;
    font-size: 18px;
    letter-spacing: 1.8px;
    height: 100%;
    width: 166px;
    text-align: center;
    margin: 0; }
.site-menu > li:hover {
    background-color: #9900d9; }
.site-menu > li:hover .submenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
}
.site-menu > li:hover > .site-menu-item {
    color: #fff;
    text-decoration: none;
    border-bottom: 8px solid #bd00d9; }
.site-menu > li .submenu-icon {
    display: inline-block;
    width: 10px;
    height: 13px;
    vertical-align: top;
    margin-left: -8px;
    margin-top: -2px;
    position: relative; }
.site-menu > li .submenu-icon span {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #4d738f; }
.site-menu > li .submenu-icon span:first-child {
    top: 3px; }
.site-menu > li .submenu-icon span:nth-child(2) {
    top: 7px; }
.site-menu > li .submenu-icon span:last-child {
    top: 11px; }
.site-menu > li:hover .submenu-icon span {
    background-color: #FFF; }
.site-menu > li:hover .submenu-icon span:first-child {
    top: 2px; }
.site-menu > li:hover .submenu-icon span:nth-child(2) {
    top: 7px; }
.site-menu > li:hover .submenu-icon span:last-child {
    top: 12px; }

.site-menu-item {
    display: block;
    text-decoration: none;
    line-height: 11px;
    color: #8bb7d8;
    height: 100%;
    padding: 35px 0px;
    cursor: pointer;
    text-transform: uppercase; }

.submenu {
    display: none;
    position: sticky;
    top: 100%;
    background-color: #6c0199;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    z-index: 10;
}
.submenu li {
    width: 166px;
    text-align: center;
    z-index: 11;
    display: inline-block;
    font-family: Futura;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 46px;
}
.submenu li:after {
    content: "";
    display: none;
    position: absolute;
    width:100%;
    border-bottom: 3px solid #bd00d9;
}

.submenu li:hover:after{
    display: block;
}

.submenu li:hover > a {
    color: #ffffff;
    text-decoration: none; }
.submenu a {
    display: block;
    color: #d79def;
    text-decoration: none;
    text-transform: uppercase;
}


main {
    background: #0195d3 url(/views/images/temp/main-section-bg.png) no-repeat;
}
.container{
    padding-top: 38px;
}

.pageTitle{
    font-size: 36px;
    letter-spacing: 3px;
    font-family: Futura;
}

.pageBg1{ background: #9c3a33;width:100%;  }
.pageBg1 .pageTitle{
    padding:30px;
    float: left;
    color: #FFF;
}
.pageBg1 .right{
    float:right;
}
.pageBg1 .right > div:last-child{margin-right:40px;}
.pageBg1:after{
    content: "";
    display: block;
    clear: both;
}

.news-item {
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #ffffff;
    background-color: #e4ecee;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.news-item .image-wrap {
    height: 175px;
    overflow: hidden;
}
.news-item .image-wrap {
    display: block;
    overflow: hidden; }
.news-item .image-wrap img {
    width: 116%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    margin-left: -8%;
}
.news-item .image-wrap img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.news-item .news-caption {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 10px 10px;
    line-height: 20px;
    height: 62px;
    overflow: hidden;
}
.news-item .news-caption a {
    color: #ffffff;
    text-decoration: none; }
.news-item .news-content {
    color: #5e6269;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 10px 15px 15px 10px;
    height: 150px;
    line-height: 17px;
    text-align: justify;
    overflow: hidden;
}
.news-item .news-footer {
    color: #8ca8b0;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 10px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
}
.news-item .news-footer .news-reaction {
    display: inline-block; }
.news-item .news-footer .news-reaction a {
    color: #8ca8b0;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-right: 12px;
    text-decoration: none; }
.news-item .news-footer .news-reaction a:hover {
    text-decoration: underline; }

.news-item1 h2 {
    background-color: #6eae5d; }

.news-item2 h2 {
    background-color: #ae8b5d; }

.news-item3 h2 {
    background-color: #5d7aae; }

.news-item.updates .news-caption, .news-read.updates .news-title{background:#29953b; }
.news-item.dev .news-caption, .news-read.dev .news-title{background:#977548; }
.news-item.promotions .news-caption, .news-read.promotions .news-title{background:#9c3a33; }
.news-item.future .news-caption, .news-read.future .news-title{background:#26876b; }
.news-item.livepatch .news-caption, .news-read.livepatch .news-title{background:#7f4ccd; }
.news-item.article .news-caption, .news-read.article .news-title{background:#9e2aa8; }


.newsList{padding-bottom:130px;}
.newsIndex{padding-bottom:0;}

.all-news-block {
    text-align: center;
    padding: 5px 15px 95px;
}
.all-news-block .all-news-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #109bd5;
    color: #b1e8ff;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none; }
.all-news-block .all-news-button:hover {
    background-color: #35b3e8; }

.page-footer {
    background-color: #1a222c;
    position: relative;
    padding: 13px 0 35px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.page-footer .slide-up-button {
    position: absolute;
    top: -28px;
    left: 10%;
    padding: 15px 0;
    text-align: center;
    font-size: 23px;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-color: #9900d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #e6adfe; }
.page-footer .slide-up-button:hover {
    color: #e7e7e7; }
.page-footer .to-be-on-touch {
    display: inline-block; }
.page-footer .to-be-on-touch h3 {
    color: #e7e7e7;
    font-family: Futura;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: center; }
.page-footer .to-be-on-touch .social-buttons {
    width: 400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 20px 42px; }
.page-footer .to-be-on-touch .social-buttons::after {
    content: "";
    width: 1px;
    height: 84px;
    background-color: #242d39;
    position: absolute;
    top: 0;
    right: 0; }
.page-footer .footer-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 35px 0;
    max-width: 825px;
    width: 100%;
}
.page-footer .footer-menu li {
    opacity: 0.5;
    font-family: Futura;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-right: 60px; }
.page-footer .footer-menu li a {
    color: #e7e7e7;
    text-decoration: none; }
.page-footer .footer-menu li a:hover {
    text-decoration: none; }
.page-footer .footer-menu li:hover {
    opacity: 1; }

.opened-panel {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    right: 0 !important;
}

.login-panel::-webkit-scrollbar {
    width: 0; }

.login-panel {
    padding: 53px 30px;
    max-width: 375px;
    width:100%;
    background-color: #242d39;
    position: fixed;
    top: 53px;
    right: -395px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 99;
    border-left: 2px solid #029fdf;
    border-bottom: 2px solid #029fdf;
    height: -webkit-calc(100% - 51px);
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    display: none;
}
.login-panel h2 {
    color: #80a9c8;
    font-family: Futura;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 40px; }
.login-panel label {
    color: #7196b2;
    font-size: 11px;
    letter-spacing: 1.1px;
    width: 100%; }
.login-panel input[type="text"],
.login-panel input[type="password"] {
    width: 100%;
    height: 40px;
    background-color: #1a222c !important;
    border: 1px solid #029fdf;
    color: #b5e7f6 !important;
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 8px;
    outline: none;
    border-radius: 0;
}
.login-panel input[type="text"]:focus,
.login-panel input[type="password"]:focus {
    border-color: #69cdf6; }
.login-panel .checking {
    position: relative;
    margin-bottom: 70px;
    display: inline-block; }
.login-panel .checking input {
    display: none; }
.login-panel .checking input:checked + label::after {
    content: "\f04d";
    font-family: FontAwesome;
    position: absolute;
    color: #b5e7f6;
    font-size: 9px;
    left: 18px;
    top: 2px; }
.login-panel .checking label {
    cursor: pointer;
    vertical-align: top; }
.login-panel .checking label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #1a222c;
    border: 1px solid #029fdf;
    margin-right: 10px; }
.login-panel .checking:hover label {
    color: #b5e7f6; }

.submit-wrap {
    width: 100%;
    border: 1px solid #029fdf;
    padding: 4px;
    margin-bottom: 35px;
    /*НЕАКТИВНАЯ КНОПКА добавь класс no-active-submit к submit-wrap*/
}
.submit-wrap:hover {
    border-color: #1abdff;
}
.submit-wrap:hover input, .submit-wrap:hover button {
    background-color: #1abdff;
    color: #fff;
}
.submit-wrap input, .submit-wrap button {
    width: 100%;
    height: 45px;
    background-color: #029fdf;
    outline: none;
    border: none;
    color: #8bdcfd;
    font-size: 24px;
    letter-spacing: 2.4px;
    cursor: pointer;
}
.submit-wrap .no-active-submit {
    border-color: #3e576a;
}
.submit-wrap .no-active-submit input, .submit-wrap .no-active-submit button {
    background-color: #3e576a;
    color: #789db9;
}


.login-panel .forget {
    display: block;
    margin-bottom: 10px;
    color: #7196b2;
    font-size: 12px;
    letter-spacing: 1.2px; }
.login-panel .login-through-social {
    padding-top: 55px; }
.login-panel .login-through-social h3 {
    color: #029fdf;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 20px; }
.login-panel .login-through-social .social-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.login-panel .login-through-social .social-buttons li + li {
    margin-left: 24px; }
.login-panel .login-through-social .social-buttons li {
    border-color: #7ba2bf; }
.login-panel .login-through-social .social-buttons li a {
    color: #7ba2bf; }
.login-panel .login-through-social .social-buttons .no-active {
    border-color: #577388; }
.login-panel .login-through-social .social-buttons .no-active i {
    color: #577388; }

.login-panel .sign-up-wrap{
    /*margin-top: 115px;*/
}

.sign-up-wrap {
    width: 100%;
    border: 1px solid #8d00c8;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}
.sign-up-wrap:hover {
    border-color: #a602eb;
}
.sign-up-wrap:hover button, .sign-up-wrap:hover a{
    background-color: #a602eb;
    color: #fff;
    text-decoration: none;
}
.sign-up-wrap button, .sign-up-wrap a {
    width: 100%;
    height: 45px;
    background-color: #8d00c8;
    outline: none;
    border: none;
    color: #dd9ef8;
    font-size: 18px;
    letter-spacing: 1.8px;
    cursor: pointer;
    display: block;
    padding: 1px 6px;
    line-height: 40px;
}

.settings-page{flex-wrap: wrap; display: flex;}
.settings-menu{background:#9e2aa8;padding:20px 20px 60px 20px;}
.settings-menu > div{float:right;margin-top:10px;max-width:300px;width:100%;}
.settings-menu .nav{margin-top:30px;}
.settings-menu a{color:#fff;}
.settings-menu a:hover{color:#9e2aa8;}
.settings-menu li.active a{background: #0195d3 !important;}

.settings-side{background:#e4ecee;font-family:'Open Sans', sans-serif;padding:40px;color: #5e6269;}
.settings-side > div{width:100%;padding-bottom: 40px;}


.news-read{flex-wrap: wrap; display: flex;margin:0 !important;}
.news-read > .news-page{background:#e4ecee;  margin: 0;padding: 0;}
.news-page > div{background:#e4ecee; float:right;width:100%;color:#5c5c5c;margin-right:5px;padding-bottom: 60px;}

.news-read > .news-othernews{float:right;background: #0195d3;font-family: Futura;padding: 0 0 0 5px !important;}
.news-othernews > div{padding-bottom: 40px;max-width:300px;width:100%;}

.news-title{
    background: #9c3a33;
    width: 100%;
    color:#FFF;
    padding:20px 20px 60px 20px;
    font-size:36px;
    height: 459px;
    float: right;
}
.news-title > .title{max-width:800px;width:100%;float:right;font-family: 'Open Sans', sans-serif;margin-top: 5px;}
.news-title h1{margin: 20px 0 40px 0;letter-spacing: 4px;}
.news-title img{max-width:100%;}

.news-cont{max-width:820px;width:100%;float:right;font-family: 'Open Sans', sans-serif;padding: 0 20px 60px 0;font-size:18px;margin-top:70px;letter-spacing: .6px;line-height: 25px;}
.news-cont p{margin: 10px 0; padding: 0;}

.news-cont li ol{
    margin-left:30px;
    list-style: disc;
}

.content-title{background: #891c90;color: #FFF;padding: 20px 20px;font-size: 24px;text-transform: uppercase;margin: 10px 0;line-height: 40px;}

.has-success .control-label{color:#7ad07b;}

.userProfileMenu{margin-top:20px;}
.userProfileMenu a{color: #7196b2;font-family: 'Open Sans', sans-serif;font-size: 20px;line-height: 30px;}
.userProfileMenu a:hover{text-decoration: none;color:#b5e7f6;}

@media only screen and (min-width: 1200px) {

    .newsList > div:nth-child(3n+1) .news-item{
        margin-right:10px;
    }
    .newsList > div:nth-child(3n+2) .news-item{
        margin:0 5px;
    }
    .newsList > div:nth-child(3n+3) .news-item{
        margin-left:10px;
    }

}


@media only screen and (max-width: 1100px)  and (min-width: 1000px) {
    .site-menu > li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-menu>li {
        width: 140px;
    }

    .news-item {
        height: 100%;
    }
}

@media only screen and (max-width: 1000px) {

    .mnu-btn {
        display: inline-block;
    }
    .page-header .right-header-panel .my-account {
        margin: 0 15px 0 40px;
    }
    .page-header a {
        font-size: 13px;
    }
    .social-buttons-banner {
        padding: 98px 0 45px 0;
    }

    nav {
        background: #242d39;
        width: 60%;
        height: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        left: -100%;
        padding-top: 65px;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    nav::-webkit-scrollbar {
        width: 0;
    }
    .center {
        width: 100%;
        position: static;
    }

    nav .site-menu {
        height: auto;
        flex-direction: column;
    }
    nav .site-menu>li {
        width: 100%;
        border: none;
        position: relative;
    }
    .submenu {
        flex-direction: column;
        width: auto;
        height: auto;
        top: 0;
        left: 100%;
    }
    .site-menu-item {
        height: auto;
        padding: 17px 0px;
    }

    .site-menu>li:hover>.site-menu-item {
        border-bottom: none;
    }

    .news-item .news-content {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .news-item .news-content {
        height: auto;
    }
    .page-footer .footer-menu {
        padding: 20px 15px 0;
    }
    .page-footer .footer-menu li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .mnu-btn {
        margin: 0 0 0 20px;
    }
    .page-header .help,
    .page-header .blog,
    .page-header .symbol-logo,
    .page-footer .to-be-on-touch .social-buttons::after,
    .for-dt,
    .user-name,
    .social-buttons-banner,
    .log-out {
        display: none;
    }
    .for-mob i {
        display: block;
        line-height: 50px;
    }
    .login-panel::before {
        left: 65%;
    }
    .page-header .right-header-panel .my-account::before,
    .page-header .right-header-panel .my-account2::before {
        left: 2px;
        top: 23px;
    }
}

@media only screen and (max-width: 425px) {
    .page-footer .to-be-on-touch .social-buttons {
        padding: 20px 10px;
        width: 300px;
    }
    .page-footer {
        padding-top: 40px;
    }
    .login-panel::before {
        left: 65%;
    }
}

@media only screen and (max-width: 375px) {

    .login-panel .sign-up-wrap {
        margin: 20px 0;
    }

    .login-panel {
        position: fixed;
    }

    @media only screen and (max-width: 320px) {
        .page-header .banner .banner-content .logo-holder .mmog {
            bottom: -10px;
        }

        .login-panel .login-through-social .social-buttons li + li {
            margin-left: 20px;
        }

        .site-menu > li {
            font-size: 15px;
            width: 140px;
        }

        .submenu li {
            width: 125px;
        }
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:landscape) {
    .knowledge-menu, .petshow-left, .settings-menu{margin-left:-1px !important;}

    .login-panel.opened-panel{
        max-width: none;
        padding: 10px 30px;
        border: 0;
    }

    .login-panel.opened-panel input{
        margin-bottom: 10px;
    }

    .login-panel.opened-panel .form-group{
        margin-bottom: 15px;
    }

    .login-panel.opened-panel .checking{
        margin-bottom: 0px;
    }

    .login-panel h2{
        display: none;
    }

    .login-panel #login-form, #site-reg{
        margin-top:10px;
    }

}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .knowledge-menu, .petshow-left, .settings-menu{margin-left:-1px !important;}
}
