* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #1a1f25;
    font-family: Alice;
    color: #d7d6ce;
    font-size: 12px;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    color: #d7d6ce;
}

a:hover {
    color: #fff;
}

@font-face {
    font-family: Alice;
    /* Гарнитура шрифта */
    src: url(../fonts/Alice.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: albexbold;
    /* Гарнитура шрифта */
    src: url(../fonts/albexbold.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: PSL Kanda;
    /* Гарнитура шрифта */
	src: url(../fonts/PSL153.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: PSL KandaSP;
    /* Гарнитура шрифта */
	src: url(../fonts/PSL153SP.ttf);
    /* Путь к файлу со шрифтом */
}

input,
select {
    font-family: Alice;
    border: none;
    outline: none;
    font-size: 14px;
    color: #c8ba82;
}

b,
strong,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: albexbold;
}

::-webkit-input-placeholder {
    color: #c8ba82;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

:-moz-placeholder {
    color: #c8ba82;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-moz-placeholder {
    color: #c8ba82;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

:-ms-input-placeholder {
    color: #c8ba82;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

input:focus:-moz-placeholder {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

input:focus::-moz-placeholder {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#general {
    position: relative;
    display: none;
    width: 100%;
    max-width: 2560px;
    min-width: 1210px;
    margin: 0 auto;
    background: url(../images/bg1.jpg) no-repeat center top 0px, url(../images/bg2.jpg) no-repeat center top 650px, url(../images/bg3.jpg) no-repeat center top 1300px, url(../images/bg4.jpg) no-repeat center top 1950px;
    overflow: hidden;
}

.wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 2560px;
    min-width: 1210px;
    margin: 0 auto;
}

.wrapper .inner {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#navi .inner {
    height: 90px;
}

#header .inner {
    height: 465px;
}

#shares .inner {
    height: 255px;
}

#content .inner {
    height: 555px;
}

#send .inner {
    height: 80px;
}

#rating .inner {
    height: 505px;
}

#community .inner {
    height: 435px;
    padding-top: 70px;
}

#stream .inner {
    height: 490px;
}

#footer .inner {
    height: 145px;
}

#navi {
    z-index: 1;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#navi ul {
    position: relative;
    display: inline-block;
    height: 50px;
    margin: auto;
    top: 20px;
    left: 20px;
}

#navi ul li {
    position: relative;
    display: inline-block;
    float: left;
}

#navi ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 31px;
    height: 34px;
    top: 5px;
    left: 30px;
    bottom: 0;
    margin: auto;
    background: url(../images/ico-navi.png) no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#navi ul li:hover:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#navi ul li:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 49px;
    background: url(../images/navi-line.png) no-repeat center;
    top: 0;
    right: -3px;
    bottom: 0;
    margin: auto;
}

#navi ul li a {
    position: relative;
    display: block;
    height: 50px;
    padding: 0 28px 0 70px;
    text-align: left;
}

#navi ul li a span {
    position: relative;
    display: block;
    color: #ede0b7;
    font-size: 14px;
    padding-top: 12px;
    overflow: hidden;
}

#navi ul li a p {
    position: relative;
    display: block;
    color: #716c5c;
    font-size: 12px;
}

#navi ul li a span,
#navi ul li a p {
    color: rgba(0, 0, 0, 0);
}

#navi ul li a span:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fdbc7c;
    opacity: 0;
}

#navi ul li a:hover span:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#navi ul li a span:after {
    content: attr(data-text);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ede0b7;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#navi ul li a:hover span:after {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

#navi ul li a p:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0;
}

#navi ul li a:hover p:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#navi ul li a p:after {
    content: attr(data-text);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #716c5c;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#navi ul li a:hover p:after {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

#navi .cabinet {
    position: absolute;
    display: block;
    width: 182px;
    height: 50px;
    top: 0;
    right: 73px;
    bottom: 0;
    margin: auto;
    background: url(../images/ico-cabinet.png) no-repeat center left 4px, url(../images/btn-cabinet.png) no-repeat;
    overflow: hidden;
}

#navi .cabinet:hover {
    -webkit-filter: contrast(125%);
    -moz-filter: contrast(125%);
    -o-filter: contrast(125%);
    filter: contrast(125%);
}

/*===================================================================*/

.langG {
    position: absolute;
    display: block;
    width: 33px;
    height: 20px;
    top: 0;
    right: 27px;
    bottom: 0;
    margin: auto;
}

.langG .active {
    position: relative;
    display: block;
    width: 33px;
    height: 20px;
    background: url(../images/ico-lang.png) no-repeat center right;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.langG .active img {
    position: absolute;
    display: block;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
}

.langG .sub {
    position: absolute;
    display: block;
    width: 62px;
    height: 0px;
    top: 32px;
    left: -13px;
    padding-top: 3px;
}

.langG .sub a {
    position: relative;
    display: none;
    width: 62px;
    height: 32px;
    background: #20303d;
    margin-top: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.langG .sub a:hover {
    background: #223e54;
}

.langG .sub a span {
    position: absolute;
    display: block;
    width: 28px;
    top: 0;
    left: 0;
    line-height: 32px;
    text-align: right;
    color: #dbd0aa;
    font-size: 14px;
}

.langG .sub a img {
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.langG .sub a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.langG .sub a:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: -3px;
    opacity: 0;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

/* Язык */

.lang {
    float: right;
    margin-top: -51px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    color: #e5d7ca;
    position: relative;
    z-index: 3;
}

.language {
    margin: 2px;
    position: relative;
    flex-shrink: 0;
}

.language__img {
    height: 16px;
    width: auto;
    margin: 5px;
}

.language .langu-active {
    padding-top: 2px;
    padding-right: 4px;
    display: inline-flex;
    margin-bottom: 1px;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 50px;
    text-align: center;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .56);
    border: 1px solid rgba(73, 77, 82, 0.49);
    color: #c9c9c9;
    font-family: "Calibri";
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.language .language__link {
    padding-right: 4px;
    top: 0;
    right: 100%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #c9c9c9;
    font-family: "Calibri";
    font-size: 12px;
    cursor: pointer;
    visibility: hidden;
    transition: 0s all;
    text-decoration: none;
}

.language .language__link .langu-en {
    border: 1px solid rgba(3, 3, 3, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    height: 28px;
    width: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.language .language__link .langu-en span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
}

.language .language__link .langu-th {
    border: 1px solid rgba(3, 3, 3, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    height: 28px;
    width: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.language .language__link .langu-th span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
}

.language .language__link .langu-vn {
    border: 1px solid rgba(3, 3, 3, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    height: 28px;
    width: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.language .language__link .langu-vn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
}

.language .language__link .langu-id {
    border: 1px solid rgba(3, 3, 3, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    height: 28px;
    width: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.language .language__link .langu-id span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
}

.language .language__link .langu-ph {
    border: 1px solid rgba(3, 3, 3, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    height: 28px;
    width: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.language .language__link .langu-ph span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
}

.language .language__link .langu-en:hover {
    border: 1px solid rgba(121, 121, 121, 0.3);
    background-color: rgba(49, 49, 49, 0.5);
}

.language .language__link .langu-th:hover {
    border: 1px solid rgba(121, 121, 121, 0.3);
    background-color: rgba(49, 49, 49, 0.5);
}

.language .language__link .langu-vn:hover {
    border: 1px solid rgba(121, 121, 121, 0.3);
    background-color: rgba(49, 49, 49, 0.5);
}

.language .language__link .langu-id:hover {
    border: 1px solid rgba(121, 121, 121, 0.3);
    background-color: rgba(49, 49, 49, 0.5);
}

.language .language__link .langu-ph:hover {
    border: 1px solid rgba(121, 121, 121, 0.3);
    background-color: rgba(49, 49, 49, 0.5);
}

.language .language__link .langu-en-disable {
    visibility: hidden;
    display: none;
}

.language .language__link .langu-th-disable {
    visibility: hidden;
    display: none;
}

.language .language__link .langu-vn-disable {
    visibility: hidden;
    display: none;
}

.language .language__link .langu-id-disable {
    visibility: hidden;
    display: none;
}

.language .language__link .langu-ph-disable {
    visibility: hidden;
    display: none;
}

.language .language__link .langu-en-enable {
    visibility: visible;
    display: inline-flex;
}

.language .language__link .langu-th-enable {
    visibility: visible;
    display: inline-flex;
}

.language .language__link .langu-vn-enable {
    visibility: visible;
    display: inline-flex;
}

.language .language__link .langu-id-enable {
    visibility: visible;
    display: inline-flex;
}

.language .language__link .langu-ph-enable {
    visibility: visible;
    display: inline-flex;
}

.language .language__link.language__link-visible {
    visibility: visible;
}

/* Translator */

.menu__title .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

.menu_desc .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
}

#navi .cabinet span {
    position: relative;
    margin-left: 54px;
    line-height: 50px;
    color: #ffe9c2;
    font-size: 12px;
}

#navi .cabinet .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

.lang-th {
    display: none;
}

.lang-en {
    display: none;
}

.lang-vn {
    display: none;
}

.lang-id {
    display: none;
}

.lang-ph {
    display: none;
}

.language-th .lang-th {
    display: inline-block;
}

.language-en .lang-en {
    display: inline-block;
}

.language-vn .lang-vn {
    display: inline-block;
}

.language-id .lang-id {
    display: inline-block;
}

.language-ph .lang-ph {
    display: inline-block;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

/* меню */

.menu_wrp {
    height: 80px;
    padding-top: 18px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.menu_container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    box-sizing: border-box;
}

.menu_container a {
    display: inline-flex;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s all;
    color: #ede0b7;
    font-size: 14px;
    position: relative;
    padding: 5px 7px;
}

.menu__txt {
    flex-shrink: 0;
    text-align: left;
}

.menu__title {
    text-transform: uppercase;
    transition: .3s all;
}

.menu_desc {
    color: #716c5c;
    font-size: 12px;
    white-space: nowrap;
    transition: .3s all;
}

.menu__line {
    padding-right: 10px;
    padding-left: 10px;
}

.menu_container a:hover .menu__title {
    color: #fdbc7c;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.95;
}

.menu_container a:hover .menu_desc {
    color: rgb(255, 255, 255);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.95;
}

.menu__img {
    width: 40px;
    height: 40px;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 12px;
    transition: .3s all;
}

.menu_container a:hover .menu__img {
    content: '';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

@keyframes menu__img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.menu__home {
    margin-top: 6px;
}

.menu__reg {
    margin-top: 6px;
}

.menu__files {
    margin-top: 6px;
}

.menu__about {
    margin-top: 6px;
}

.menu__forum {
    margin-top: 6px;
}

.menu__donate {
    margin-top: 6px;
}

.menu__start .menu__txt {
    float: left;
    text-align: center;
    padding-top: 84px;
    padding-left: 50px;
}

.menu__start .menu__txt .menu__title {
    color: #f5dc38;
}

.menu__start .menu__txt .menu_desc {
    padding-top: 2px;
    color: #cbcac1;
}

.menu__start .menu__txt .menu__title .lang-th {
    margin-top: -8px;
}

.menu__start .menu__txt .menu_desc .lang-th {
    margin-top: -8px;
}

.menu__support .menu__txt {
    float: right;
    text-align: center;
    padding-top: 84px;
    padding-right: 60px;
}

.menu__support .menu__txt .menu__title {
    color: #f5dc38;
}

.menu__support .menu__txt .menu_desc {
    padding-top: 2px;
    color: #cbcac1;
}

.menu__support .menu__txt .menu__title .lang-th {
    margin-top: -8px;
}

.menu__support .menu__txt .menu_desc .lang-th {
    margin-top: -8px;
}

.menu_middle a:hover .menu__title {
    color: #fdbc7c;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.95;
}

.menu_middle a:hover .menu_desc {
    color: rgb(255, 255, 255);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.95;
}

.menu__home .menu__img {
    background-image: url(../images/ico-navi.png);
}

.menu__reg .menu__img {
    background-image: url(../images/ico-navi.png);
}

.menu__files .menu__img {
    background-image: url(../images/ico-navi.png);
}

.menu__about .menu__img {
    background-image: url(../images/ico-navi.png);
}

.menu__forum .menu__img {
    background-image: url(../images/ico-navi.png);
}

.menu__donate .menu__img {
    background-image: url(../images/ico-navi.png);
}

.menu_container p {
    margin: 0;
    box-sizing: border-box;
}

.menu_wrp.active_menu {
    display: flex;
}

/* Кнопка меню */

.act_btn {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 88;
}

.menu_btn {
    background-color: #000;
    height: 26px;
    width: 30px;
    border: 7px solid #000;
    border-radius: 3px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
}

.menu_btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s all;
    pointer-events: none;
}

.menu_btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s all;
}

.menu_line {
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s all;
}

.menu_btn_active .menu_line {
    opacity: 0;
    transform: rotate(180deg);
}

.menu_btn_active:after {
    transform: rotate(45deg);
    transform-origin: left bottom;
    left: 3px;
}

.menu_btn_active:before {
    transform: rotate(-45deg);
    transform-origin: left top;
    left: 3px;
}

@media (min-width: 1200px) {
    /* меню */
    .adpt_nav {
        display: block;
    }
    .act_btn {
        display: none;
    }
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#header .logo {
    position: absolute;
    display: block;
    width: 391px;
    height: 359px;
    top: 52px;
    left: 434px;
}

#header .logo:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/logo.png) no-repeat;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: contrast(125%);
    -moz-filter: contrast(125%);
    -o-filter: contrast(125%);
    filter: contrast(125%);
}

#header .logo:hover:before {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1;
    visibility: visible;
}

#general-about #header .logo {
    top: 49px;
    left: 406px;
}

.header-status {
    position: absolute;
    display: block;
    width: 508px;
    height: 147px;
    background: url(../images/bg-status.png) no-repeat;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
}

/*===================================================================*/

#header .status {
    position: absolute;
    display: block;
    width: 145px;
    height: 145px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#header .status .progress {
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto;
}

#header .status .progress .circle {
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto;
}

#header .status .progress .circle .online {
    position: absolute;
    display: block;
    width: 120px;
    text-align: center;
    color: #f5dc39;
    font-size: 40px;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

#header .status .progress .circle .title {
    position: absolute;
    display: block;
    width: 120px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
}

#header .status .progress .circle .title span {
    padding-top: 6px;
}

#header .status .progress .circle .title .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

/*===================================================================*/

#header .start-game {
    position: absolute;
    display: block;
    width: 155px;
    height: 50px;
    bottom: 23px;
    left: 24px;
    text-align: center !important;
}

#header .start-game span {
    position: relative;
    display: block;
    color: #f5dc38;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: 2px;
}

#header .start-game p {
    position: relative;
    display: block;
    color: #a9a79a;
    font-size: 12px;
}

#header .start-game span {
    color: rgba(0, 0, 0, 0);
}

#header .start-game span:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fdbc7c;
    opacity: 0;
}

#header .start-game:hover span:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-game span:after {
    content: attr(data-text);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f5dc38;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-game:hover span:after {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

#header .start-game p:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0;
}

#header .start-game:hover p:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-game p:after {
    content: attr(data-text);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #b7b1a3;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-game:hover p:after {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

/*===================================================================*/

#header .start-login {
    position: absolute;
    display: block;
    width: 155px;
    height: 50px;
    bottom: 23px;
    right: 24px;
    text-align: center !important;
}

#header .start-login span {
    position: relative;
    display: block;
    color: #f5dc38;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: 2px;
}

#header .start-login p {
    position: relative;
    display: block;
    color: #a9a79a;
    font-size: 12px;
}

#header .start-login span {
    color: rgba(0, 0, 0, 0);
}

#header .start-login span:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fdbc7c;
    opacity: 0;
}

#header .start-login:hover span:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-login span:after {
    content: attr(data-text);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f5dc38;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-login:hover span:after {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

#header .start-login p:before {
    content: attr(data-text);
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0;
}

#header .start-login:hover p:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-login p:after {
    content: attr(data-text);
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #b7b1a3;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#header .start-login:hover p:after {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.shares-block {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    top: 146px;
    text-align: center;
}

.shares-block .item {
    position: relative;
    display: inline-table;
    width: 386px;
}

.shares-block .item .title {
    position: relative;
    display: block;
    color: #ffe538;
    font-size: 18px;
}

.shares-block .item .text {
    position: relative;
    display: block;
    width: 280px;
    margin: 12px auto 0;
    color: #fffad8;
    font-size: 14px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.shares-block .item .title .lang-th {
    font-family: PSL KandaSP;
    font-size: 32px;
    font-weight: bold;
    margin-top: -8px;
}

.shares-block .item .text .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
    margin-top: -14px;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.news-block-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}

.news-block-title .content_title {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 24px;
    padding-top: 28px;
}

.news-block-title .lang-th {
    font-family: PSL KandaSP;
    font-size: 36px;
    font-weight: bold;
    margin-top: -8px;
}

.news-block-title span g {
    color: #ffe538;
}

.news-block-title .content_decs {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #c9c2a6;
    font-size: 16px;
}

.news-block-title .content_decs .lang-th {
    font-family: PSL KandaSP;
    font-size: 20px;
    font-weight: bold;
}

.news-block {
    position: relative;
    display: inline-block;
    float: left;
    width: 790px;
    height: 390px;
    top: 10px;
    left: -15px;
}

.news-block .news {
    position: relative;
    display: inline-block;
    float: left;
    width: 380px;
    height: 390px;
    padding: 0;
    background: url(../images/bg-news-1.png) no-repeat;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.news-block .news:nth-child(2n) {
    background: url(../images/bg-news-2.png) no-repeat;
    margin-left: 22px;
}

.news-block .news .frame {
    position: relative;
    display: block;
    width: 350px;
    height: 167px;
    background: #101010;
    margin: 0 auto 15px;
    overflow: hidden;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    top: 15px;
}

.news-block .news .frame img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.news-block .news .title {
    position: relative;
    display: block;
    width: 334px;
    height: 19px;
    text-align: center;
    margin: 0 auto 26px;
    color: #ffe538;
    font-size: 16px;
    padding-top: 19px;
    overflow: hidden;
}

.news-block .news .title .lang-th {
    font-family: PSL Kanda;
    font-size: 22px;
    font-weight: bold;
    margin-top: -2px;
}

.news-block .news .text {
    position: relative;
    display: block;
    width: 334px;
    height: 108px;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    line-height: 17px;
    color: #d7d6ce;
    font-size: 14px;
}

.news-block .news .text .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

.news-block .news .link {
    position: absolute;
    display: block;
    width: 334px;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
}

.news-block .news .link .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

.news-block .news .link a {
    position: relative;
    display: table;
    color: #00b4ff;
    font-size: 14px;
    float: left;
    text-decoration: underline;
}

.news-block .news .link a:hover {
    text-decoration: none;
}

/*===================================================================*/

.min-news-block {
    position: relative;
    display: inline-block;
    width: 400px;
    top: 10px;
    right: -15px;
    float: right;
}

.min-news-block .news {
    position: relative;
    display: block;
    width: 399px;
    height: 181px;
    padding: 0;
    background: url(../images/bg-news-3.png) no-repeat;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.min-news-block .news:nth-child(1) {
    margin-bottom: 28px;
}

.min-news-block .news .frame {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.min-news-block .news .frame img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.min-news-block .news .title {
    position: relative;
    display: block;
    margin-left: 147px;
    padding-top: 30px;
    color: #ffe538;
    font-size: 18px;
    margin-bottom: 12px;
}

.min-news-block .news .title .lang-th {
    font-family: PSL Kanda;
    font-size: 22px;
    font-weight: bold;
}

.min-news-block .news .text {
    position: relative;
    display: block;
    color: #d7d5c5;
    font-size: 12px;
    margin-left: 147px;
    line-height: 15px;
}

.min-news-block .news .text .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
}

.min-news-block .news .text span {
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#send .text {
    position: absolute;
    display: inline-block;
    height: 48px;
    top: 0;
    left: 35px;
    bottom: 0;
    margin: auto;
    color: #ffffff;
    font-size: 19px;
    font-family: albexbold;
    text-align: right;
}

#send .text span {
    position: relative;
    color: #ffba00;
}

#send .text g {
    color: #ffffff;
}

#send .text .lang-th {
    font-family: PSL KandaSP;
    font-size: 30px;
    font-weight: bold;
    margin-top: -12px;
    padding-left: 36px;
}

#send .text .lang-vn {
    padding-left: 10px;
}

#send .text .lang-id {
    padding-top: 3px;
    font-size: 16px;
}

#send form {
    position: absolute;
    display: inline-block;
    height: 50px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

#send form .lang-th input[type="text"] {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

#send form input[type="text"] {
    position: relative;
    display: inline-block;
    float: left;
    width: 570px;
    height: 50px;
    padding: 0 10px 0 73px;
    background: url(../images/bg-send.png) no-repeat;
    font-size: 14px;
    color: #c8ba82;
    margin-right: 27px;
}

#send form input[type="submit"] {
    position: relative;
    display: inline-block;
    float: right;
    width: 180px;
    height: 50px;
    padding: 0;
    background: url(../images/btn-send.png) no-repeat center;
    font-size: 14px;
    color: #c8ba82;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    color: #ffe9c2;
    padding-left: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#send form .lang-th input[type="submit"] {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

#send form input[type="submit"]:hover {
    -webkit-filter: contrast(125%);
    -moz-filter: contrast(125%);
    -o-filter: contrast(125%);
    filter: contrast(125%);
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#rating .rating-side {
    position: relative;
    display: inline-block;
    float: left;
    width: 360px;
    top: 65px;
    margin-left: 50px;
}

#rating .rating-side:first-child {
    margin-left: 0;
}

#rating .rating-side .title {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 auto 15px;
}

#rating .rating-side .title .raking_title .lang-th {
    font-family: PSL Kanda;
    font-size: 26px;
    font-weight: bold;
}

#rating .rating-side .title .raking_title {
    position: relative;
    color: #ffba00;
    font-size: 16px;
    font-family: albexbold;
}

#rating .rating-side .title .raking_desc {
    position: relative;
    display: block;
    color: #d6cbb5;
    font-size: 12px;
    margin-top: 2px;
}

#rating .rating-side .title .raking_desc .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
}

#rating .rating-side table {
    border-collapse: separate;
    border-spacing: 0px;
}

#rating .rating-side table,
#rating .rating-side table thead,
#rating .rating-side table tbody {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
}

#rating .rating-side table {
    display: none;
}

#rating .rating-side table.active {
    display: table;
}

#rating .rating-side table tbody {
    width: 359px;
    height: 340px;
    background: url(../images/bg-rating.png) no-repeat;
    padding-top: 5px;
}

#rating .rating-side table thead tr {
    position: relative;
    display: table;
    margin-bottom: 13px;
}

#rating .rating-side .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
}

#rating .rating-side table thead tr th {
    color: #dcdcdc;
    font-size: 12px;
    font-weight: normal;
    font-family: Alice;
    position: relative;
    display: inline-block;
    float: left;
}

#rating .rating-side.rating-side-players table thead tr th:nth-child(1) {
    width: 255px;
    text-align: left;
    padding-left: 25px;
}

#rating .rating-side.rating-side-players table thead tr th:nth-child(2) {
    width: 80px;
    text-align: center;
}

#rating .rating-side table tbody tr {
    position: relative;
    display: table;
    margin-bottom: 0px;
}

#rating .rating-side table tbody tr td {
    color: #fbfbfb;
    font-size: 14px;
    font-family: Alice;
    padding: 7px 0;
    height: 19px;
    line-height: 19px;
    position: relative;
    display: inline-block;
    float: left;
}

#rating .rating-side.rating-side-players table tbody tr td:nth-child(1) {
    width: 25px;
    text-align: right;
}

#rating .rating-side.rating-side-players table tbody tr td:nth-child(2) {
    width: 245px;
    text-align: left;
    padding-left: 8px;
    color: #ffba00;
    /* font-family: albexbold; */
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

#rating .rating-side.rating-side-players table tbody tr td:nth-child(3) {
    width: 80px;
    text-align: center;
}

.rating-player-tabs {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 0;
}

.rating-player-tabs li {
    position: relative;
    display: inline-block;
    float: left;
}

.rating-player-tabs li a {
    position: relative;
    display: block;
    width: 53px;
    height: 24px;
    background: url(../images/ico-tabs.png) no-repeat;
    text-align: center;
    line-height: 24px;
    color: #ffe5b7;
    font-size: 12px;
    opacity: 0.3;
    margin-left: 2px;
}

.rating-player-tabs li a:hover,
.rating-player-tabs li.active a {
    opacity: 1;
}

/*===================================================================*/

#rating .rating-side.rating-side-clans table thead tr th:nth-child(1) {
    width: 175px;
    text-align: left;
    padding-left: 25px;
}

#rating .rating-side.rating-side-clans table thead tr th:nth-child(2) {
    width: 60px;
    text-align: center;
}

#rating .rating-side.rating-side-clans table thead tr th:nth-child(3) {
    width: 100px;
    text-align: center;
}

#rating .rating-side.rating-side-clans table tbody tr td:nth-child(1) {
    width: 25px;
    text-align: right;
}

#rating .rating-side.rating-side-clans table tbody tr td:nth-child(2) {
    width: 165px;
    text-align: left;
    padding-left: 8px;
    color: #ffba00;
    /* font-family: albexbold; */
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

#rating .rating-side.rating-side-clans table tbody tr td:nth-child(3) {
    width: 60px;
    text-align: center;
}

#rating .rating-side.rating-side-clans table tbody tr td:nth-child(4) {
    width: 100px;
    text-align: center;
}

.rating-clans-tabs {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 0;
}

.rating-clans-tabs li {
    position: relative;
    display: inline-block;
    float: left;
}

.rating-clans-tabs li a {
    position: relative;
    display: block;
    width: 53px;
    height: 24px;
    background: url(../images/ico-tabs.png) no-repeat;
    text-align: center;
    line-height: 24px;
    color: #ffe5b7;
    font-size: 12px;
    opacity: 0.3;
    margin-left: 2px;
}

.rating-clans-tabs li a:hover,
.rating-clans-tabs li.active a {
    opacity: 1;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.forum-block {
    position: relative;
    display: inline-block;
    float: right;
    width: 412px;
}

.forum-block .forum-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 auto 15px;
}

.forum-block .forum-title .forum_head {
    position: relative;
    color: #ffba00;
    font-size: 16px;
    font-family: albexbold;
}

.forum-block .forum-title .forum_head .lang-th {
    font-family: PSL Kanda;
    font-size: 26px;
    font-weight: bold;
}

.forum-block .forum-title .forum_desc .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
    margin-top: -6px;
}

.forum-block .forum-title p {
    position: relative;
    display: block;
    color: #d6cbb5;
    font-size: 12px;
    margin-top: 2px;
}

.forum-block .item {
    position: relative;
    display: inline-block;
    float: left;
    width: 412px;
    height: 60px;
    background: url(../images/bg-topic.png) no-repeat;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.forum-block .item.opacity {
    opacity: 0.5;
}

.forum-block .item .title {
    position: relative;
    display: block;
    margin-left: 86px;
    padding-top: 23px;
    color: #ffba00;
    font-size: 14px;
}

.forum-block .item .title .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
    margin-top: -6px;
}

.forum-block .item .title a {
    color: #ffba00;
    font-size: 14px;
}

.forum-block .item .title a:hover {
    text-decoration: underline;
}

.forum-block .item .date {
    position: relative;
    display: block;
    margin-left: 86px;
    padding-top: 3px;
    color: #afa499;
    font-size: 12px;
}

.forum-block .item .date .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
    margin-top: -8px;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.stream-block {
    position: relative;
    display: inline-block;
    width: 750px;
    float: left;
}

.stream-block .stream-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 auto 15px;
}

.stream-block .stream-title .stream_head {
    position: relative;

    color: #ffba00;
    font-size: 16px;
    font-family: albexbold;
}

.stream-block .stream-title .stream_head .lang-th {
    font-family: PSL Kanda;
    font-size: 26px;
    font-weight: bold;
}

.stream-block .stream-title .stream_desc .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
    margin-top: -6px;
}

.stream-block .stream-title p {
    position: relative;
    display: block;
    color: #d6cbb5;
    font-size: 12px;
    margin-top: 2px;
}

.stream-left {
    position: relative;
    display: inline-block;
    width: 430px;
    height: 340px;
    float: left;
    background: #0d0d0d;
}

.stream-right {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 164px;
    float: right;
    background: #0d0d0d;
    margin-bottom: 12px;
}

.stream-left iframe,
.stream-right iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

#footer .footer-block {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #3a4753;
}

.copyright {
    position: absolute;
    display: block;
    width: 530px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8c877c;
    text-shadow: 0 0 0 #8c877c;
    font-size: 12px;
    text-align: justify;
}

.copyright .lang-th {
    font-family: PSL KandaSP;
    font-size: 16px;
    font-weight: bold;
}

.rule-agreement {
    position: absolute;
    display: block;
    width: 1030px;
    left: 0;
    top: 85%;
    transform: translateY(-50%);
    color: #8c877c;
    text-shadow: 0 0 0 #8c877c;
    font-size: 12px;
    text-align: justify;
}

.rule-agreement .lang-th {
    font-family: PSL KandaSP;
    font-size: 16px;
    font-weight: bold;
}

.ico-footer {
    position: absolute;
    display: block;
    left: 598px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 320px;
}

.g2a {
    position: absolute;
    display: block;
    width: 296px;
    height: 61px;
    top: 0;
    right: 25%;
    bottom: 0;
    margin: auto;
    background: url(../images/ico-footer.png) no-repeat;
}

.g2a:hover {
    opacity: 0.7;
}

.true {
    position: absolute;
    display: block;
    width: 116px;
    height: 61px;
    top: 0;
    right: 13%;
    bottom: 0;
    margin: auto;
    background: url(../images/ico-true.png) no-repeat;
}

.true:hover {
    opacity: 0.7;
}

.coolness {
    position: absolute;
    display: block;
    width: 122px;
    height: 31px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/coolness.png) no-repeat;
}

.coolness:hover {
    opacity: 0.7;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.load-logo {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.load-logo:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #3a3939;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.load-logo .load-line {
    position: absolute;
    display: block;
    width: 0%;
    height: 3px;
    background: #a73039;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.fixed-panel {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0;
}

.fixed-panel .fixed-button {
    width: 115px;
    height: 62px;
    line-height: 62px;
    background: #222222 url(../images/ico-heart.png) no-repeat calc(50% - 8px) 50%;
    border-radius: 0 31px 31px 0;
    margin-bottom: 30px;
    text-align: center;
    padding-right: 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    position: relative;
    transition: all 0.5s cubic-bezier(.62, .15, 0, 1.1);
    left: -90px;
}

.fixed-panel .fixed-button.active {
    left: 0;
}

.fixed-panel .fixed-button .link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'PT Sans Narrow', sans-serif;
}

.fixed-panel .fixed-button .link .lang-th {
    font-family: PSL KandaSP;
    font-size: 22px;
    font-weight: bold;
}

.fixed-panel .fixed-button .link:hover {
    text-decoration: underline;
}

.fixed-panel .fixed-button.watch {
    background: #222222 url(../images/ico-watch.png) no-repeat calc(50% - 8px) 50%;
}

.fixed-panel .fixed-button.watch .lang-th {
    font-family: PSL KandaSP;
    font-size: 22px;
    font-weight: bold;
}

.fixed-panel .fixed-button.discord .lang-th {
    font-family: PSL KandaSP;
    font-size: 22px;
    font-weight: bold;
}

.fixed-panel .fixed-button .toggle {
    background: #6c7cd3;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -11px;
    top: 50%;
    margin-top: -15px;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    transition: all 0.3s ease
}

.fixed-panel .fixed-button .toggle:hover {
    background: #7b8be2;
}

.fixed-panel .fixed-button .toggle.purple {
    background: #5c43a1;
}

.fixed-panel .fixed-button .toggle.purple:hover {
    background: #684cb6;
}

.fixed-panel .fixed-server {
    font-family: 'PT Sans Narrow', sans-serif;
    width: 56px;
    height: 212px;
    background: #222222;
    position: relative;
    border-radius: 0 10px 10px 0;
    padding: 4px;
    text-align: center;
    left: -33px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    transition: all 0.5s cubic-bezier(.62, .15, 0, 1.1);
    margin-bottom: 30px;
}

.fixed-panel .fixed-server.active {
    width: 246px;
    left: 0;
}

.fixed-panel .fixed-server .desc {
    color: #ffffff;
    font-size: 12px;
    line-height: 14.27px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 14px;
}

.fixed-panel .fixed-server .desc .lang-th {
    font-family: PSL KandaSP;
    font-size: 18px;
    font-weight: bold;
}

.fixed-panel .fixed-server .line {
    background: url(../images/server-line.png);
    width: 26px;
    height: 93px;
    margin: 5px auto;
    position: relative;
}

.fixed-panel .fixed-server .line .load {
    background: url(../images/server-line-full.png) bottom;
    position: absolute;
    bottom: 0;
    width: 26px;
}

.fixed-panel .fixed-server .name {
    font-size: 12px;
    line-height: 14.57px;
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    text-transform: uppercase;
}

.fixed-panel .fixed-server .online {
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    color: #75cc60;
}

.fixed-panel .fixed-server .toggle {
    background: #222222 url(../images/arrow.png) no-repeat calc(50% + 2px) 50%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: 50%;
    display: table;
    margin-top: -15px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease
}

.fixed-panel .fixed-server .h-content {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.4s cubic-bezier(.62, .15, 0, 1.1);
}

.fixed-panel .fixed-server.active .h-content {
    opacity: 1;
    transform: translateX(0);
}

.fixed-panel .fixed-server .h-text {
    position: absolute;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    left: -54px;
    transition: all 0.4s cubic-bezier(.62, .15, 0, 1.1);
    opacity: 0;
    opacity: 1;
    transform: rotate(-90deg) scale(1);
    cursor: pointer;
}

.fixed-panel .fixed-server .h-text .lang-th {
    font-family: PSL KandaSP;
    font-size: 18px;
    font-weight: bold;
}

.fixed-panel .fixed-server.active .h-text {
    transform: rotate(-90deg) scale(0);
    opacity: 0;
}

/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

.fixed-panel .fixed-stats {
    font-family: 'PT Sans Narrow', sans-serif;
    width: 56px;
    height: 168px;
    background: #222222;
    position: relative;
    border-radius: 0 10px 10px 0;
    padding: 4px;
    text-align: center;
    left: -33px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    transition: all 0.5s cubic-bezier(.62, .15, 0, 1.1);
    margin-bottom: 30px;
}

.fixed-panel .fixed-stats.active {
    width: 186px;
    left: 0;
}

.fixed-panel .fixed-stats .desc {
    color: #ffffff;
    font-size: 12px;
    line-height: 14.27px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 14px;
}

.fixed-panel .fixed-stats .desc .lang-th {
    font-family: PSL KandaSP;
    font-size: 18px;
    font-weight: bold;
}

.fixed-panel .fixed-stats .line {
    background: url(../images/server-line.png);
    width: 26px;
    height: 93px;
    margin: 5px auto;
    position: relative;
}

.fixed-panel .fixed-stats .line .load {
    background: url(../images/server-line-full.png) bottom;
    position: absolute;
    bottom: 0;
    width: 26px;
}

.fixed-panel .fixed-stats .name {
    font-size: 12px;
    line-height: 14.57px;
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    text-transform: uppercase;
}

.fixed-panel .fixed-stats .online {
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    color: #75cc60;
}

.fixed-panel .fixed-stats .toggle {
    background: #222222 url(../images/arrow.png) no-repeat calc(50% + 2px) 50%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: 50%;
    display: table;
    margin-top: -15px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease
}

.fixed-panel .fixed-stats .h-content {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.4s cubic-bezier(.62, .15, 0, 1.1);
}

.fixed-panel .fixed-stats.active .h-content {
    opacity: 1;
    transform: translateX(0);
}

.fixed-panel .fixed-stats .h-text {
    position: absolute;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0 2px 1px rgba(30, 30, 30, 1);
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    left: -54px;
    transition: all 0.4s cubic-bezier(.62, .15, 0, 1.1);
    opacity: 0;
    opacity: 1;
    transform: rotate(-90deg) scale(1);
    cursor: pointer;
}

.fixed-panel .fixed-stats .h-text .lang-th {
    font-family: PSL KandaSP;
    font-size: 18px;
    font-weight: bold;
}

.fixed-panel .fixed-stats.active .h-text {
    transform: rotate(-90deg) scale(0);
    opacity: 0;
}

/*======================================================================*/
/*======================================================================*/
/*======================================================================*/

#popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(21, 21, 21, 0.5);
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
}

.popup-fade {
    position: fixed;
    display: block;
    width: 99%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-content {
    position: absolute;
    display: none;
    width: 696px;
    min-height: 130px;
    padding-bottom: 20px;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bottom.png) no-repeat center bottom, url(../images/popup-center.png) repeat-y center top;
    margin-top: 100px;
}

.popup-content .popup-close {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: -56px;
    right: 3px;
    background: url(../images/popup-close.png) no-repeat;
    z-index: 1;
}

.popup-content .popup-close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup-content .popup-close-files {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: -56px;
    right: 3px;
    background: url(../images/popup-close.png) no-repeat;
    z-index: 1;
}

.popup-content .popup-close-files:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/popup-top.png) no-repeat center top;
    top: -99px;
    left: 0;
}

.popup-content .popup-title {
    position: relative;
    display: block;
    width: 580px;
    height: 52px;
    text-align: center;
    margin: -84px auto 30px;
    line-height: 52px;
    color: #ffffff;
    font-size: 14px;
}

.popup-content .popup-title span {
    color: #eaab04;
}

.popup-content .popup-title .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

.popup-content .popup-text {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #afafae;
    font-size: 14px;
}

.popup-content .popup-text span {
    color: #ffffff;
}

.popup-content .popup-text-agreement {
    position: relative;
    display: block;
    width: 95%;
    color: #afafae;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.popup-content .popup-text-agreement span {
    color: #ffffff;
}

.popup-link,
.popup-links {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 28px auto 0;
}

.popup-link a,
.popup-links a {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 43px;
    background: url(../images/btn-popup.png) no-repeat;
    color: #f5b301;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    margin: 0 1px;
}

.popup-link a span,
.popup-links a span {
    color: #ffffff;
}

.popup-link a:hover,
.popup-links a:hover {
    -webkit-filter: brightness(1.4);
    -moz-filter: brightness(1.4);
    -o-filter: brightness(1.4);
    filter: brightness(1.4);
}

/*======================================================================*/
/*======================================================================*/
/*======================================================================*/

.popup-content-block {
    position: relative;
    display: block;
    width: 670px;
    margin: 0 auto;
}

.popup-content-title {
    margin-top: 30px;
}

.popup-content-header {
    position: relative;
    display: block;
    width: 670px;
    /* margin: 30px auto 20px; */
}

.popup-content-header {
    position: relative;
    /* display: block; */
    color: #eaab04;
    font-size: 14px;
}

.popup-content-desc {
    margin: 0px auto 20px;
}

.popup-content-desc span {
    position: relative;
    /* display: block; */
    color: #fffdee;
    font-size: 12px;
}

.popup-content-desc .lang-th {
    font-family: PSL Kanda;
    font-size: 16px;
    font-weight: bold;
}

.popup-content-header .lang-th {
    font-family: PSL Kanda;
    font-size: 20px;
    font-weight: bold;
}

.popup-content-header p {
    position: relative;
    display: block;
    color: #fffdee;
    font-size: 12px;
}

.popup-content-item {
    position: relative;
    display: block;
    width: 670px;
    height: 46px;
    background: #161616;
    margin: 0 auto 5px;
}

.popup-content-item .text {
    position: absolute;
    display: inline-block;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #dedede;
    font-size: 14px;
}

.popup-content-item .text span {
    color: #ffba00;
}

.popup-content-item .text g {
    color: #dedede;
}

.popup-content-item .text .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
}

.popup-content-item .link {
    position: absolute;
    display: inline-block;
    height: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.popup-content-item .link .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
}

.popup-content-item .link a {
    position: relative;
    display: inline-block;
    float: left;
    color: #fff1cd;
    font-size: 12px;
    background: url(../images/btn-popup.png) no-repeat;
    width: 165px;
    height: 43px;
    line-height: 43px;
    margin-right: 3px;
    text-align: center;
}

.popup-content-item .link a:last-child {
    margin-right: 0;
}

.popup-content-item .link a span {
    position: relative;
    /* display: block; */
    z-index: 1;
    text-align: center;
}

.popup-content-item .link a:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/btn-popup.png) no-repeat center top;
    top: 0;
    left: 0;
    -webkit-filter: contrast(155%);
    -moz-filter: contrast(155%);
    -o-filter: contrast(155%);
    filter: contrast(155%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.popup-content-item .link a:hover:before {
    opacity: 1;
}

.popup-content-block .reg {
    position: relative;
    display: block;
    width: 165px;
    height: 43px;
    background: url(../images/popup-register.png) no-repeat;
    margin: 0;
    line-height: 43px;
    text-align: center;
    color: #fffdf8;
    font-size: 14px;
}

.popup-content-block .reg .lang-th {
    font-family: PSL Kanda;
    font-size: 18px;
    font-weight: bold;
}

.popup-content-block .reg:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/popup-register.png) no-repeat center top;
    top: 0;
    left: 0;
    -webkit-filter: contrast(155%);
    -moz-filter: contrast(155%);
    -o-filter: contrast(155%);
    filter: contrast(155%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.popup-content-block .reg:hover:before {
    opacity: 1;
}

.popup-content-block .reg span {
    position: relative;
    /* display: block; */
}




/*====================================================*/
/*====================================================*/
/*====================================================*/

/* lang */

.header_lang {
  flex-direction: column;
}

.lang_icon {
  position: relative;
  top: 4px;
}

.header_lang a {
  background: rgb(0 0 0 / 3%);
  padding: 2px 5px 5px 5px;
}

.header_lang a:hover {
  opacity: 0.7;
}

.lang_name {
  position: relative;
  top: -3px;
  text-transform: uppercase;
  font-size: 12px;
  color: #c2c3c3;
}




.langs {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin: auto 10px;
}

@media screen and (max-width: 1024px) {
  .langs {
    margin-right: 50px;
  }
}

.langs:after {
  content: "";
  display: block;
  background: url(../images/lang-select_1.png) no-repeat;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
  transition: 0.3s all;
  cursor: pointer;
}

.langs:hover:after {
  transform: rotateX(180deg);
}

.lang__link {
  width: 50px;
  height: 27px;
  /* overflow: hidden; */
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.lang__img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 10px;
}

.lang__name {
  color: #535353;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
  text-transform: uppercase;
}

.lang__link_sub {
  width: 100px;
  height: 27px;
  position: relative;
  padding: 0 25px 0 20px;
  display: flex;
  justify-content: space-between;
}

.lang__link_sub:hover {
  /* filter: brightness(130%); */
  background-color: #d1d1d1;
}

.lang__link_sub:after {
  content: "";
  display: block;
  background: url(../images/lang-select.png) no-repeat;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: 0.3s all;
  cursor: pointer;
  opacity: 0;
  transform: translateX(10px) rotate(90deg);
}

.lang__link_sub:hover:after {
  opacity: 1;
  transform: translateX(0px) rotate(90deg);
}

.lang__link_sub:before {
  content: "";
  display: block;
  /* background: linear-gradient(90deg, #ffffff 0%, #e7e7e7 40%, #ffffff 80%); */
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
  cursor: pointer;
}

.lang__link_sub:hover .lang__name {
  color: #21b570;
}

.lang__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  background: #f9f9f9;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.31);
  transform: translateY(-40px);
  position: absolute;
  right: -6px;
  top: 100%;
  z-index: 10;
}

.langs:hover .lang__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.lang__link_select {
  width: 50px;
  height: 27px;
  padding-left: 0;
}

.lang__img_select {
  filter: drop-shadow(0 0 5px rgba(0, 255, 106, 0.5));
  padding: 4px;
  background-color: rgba(98, 98, 98, 0.69);
  border-radius: 50%;
}

.lang__name_select {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
}
