<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

body {
  background: #131318;
  color: #ebe7e7;
  font-size: 14px;
  font-family: "AGK";
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
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: #ffad2f;
}

b,
th,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AGK-BOLD";
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
input,
select,
textarea {
  color: #949494;
  font-size: 12px;
  font-family: "AGK";
}

::-webkit-input-placeholder {
  color: #949494;
  -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: #949494;
  -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: #949494;
  -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: #949494;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea::-webkit-input-placeholder {
  color: #949494;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:-moz-placeholder {
  color: #949494;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::-moz-placeholder {
  color: #949494;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:-ms-input-placeholder {
  color: #949494;
  -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,
textarea: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,
textarea: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,
textarea: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,
textarea: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: block;
  width: 100%;
  max-width: 2460px;
  min-width: 1369px;
  margin: 0 auto;
  background: url(/public/themes/masonX/images/bg.jpeg?v=2) no-repeat center top;
  overflow: hidden;
}

#general .wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 2560px;
  min-width: 1369px;
  margin: 0 auto;
}

#general .wrapper .inner {
  position: relative;
  display: block;
  width: 1369px;
  margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.navi {
  height: 125px;
  z-index: 1;
}

.navi ul {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 1005px;
  height: 100%;
  justify-content: space-between;
}

.navi ul li {
  position: relative;
  display: inline-block;
  float: left;
}

.navi ul li a {
  position: relative;
  display: block;
}

.navi ul li a span {
  position: relative;
  display: block;
  color: #fffaf0;
  font-size: 16px;
}

.navi ul li a p {
  position: relative;
  display: block;
  color: #716a69;
  font-size: 10px;
  margin-top: 5px;
  -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 a:hover p {
  color: #ce6e60;
}

.navi ul li a:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: -22px;
  right: -22px;
  bottom: -10px;
  background: url(/public/themes/masonX/images/btn.png?v=1) no-repeat center;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-size: contain;
}

.navi ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.navi .lang {
  position: absolute;
  display: grid;
  height: 100%;
  top: 0;
  right: 254px;
  margin: auto;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}

.navi .lang .title {
  position: relative;
  display: block;
  align-self: center;
  color: #5b3c3c;
  font-size: 12px;
}

.navi .lang .block {
  position: relative;
  display: block;
  align-self: center;
  padding-right: 25px;
  background: url(/public/themes/masonX/images/select.png) no-repeat center
    right;
  cursor: pointer;
}

.navi .lang .block:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 15px;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.navi .lang .block:hover:before {
  visibility: visible;
}

.navi .lang .block .active {
  position: relative;
  display: block;
}

.navi .lang .block .active img {
  position: relative;
  display: block;
}

.navi .lang .block .sub {
  position: absolute;
  display: grid;
  top: 100%;
  padding-top: 20px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateY(-90deg);
  -ms-transform: perspective(600px) rotateY(-90deg);
  transform: perspective(600px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.navi .lang .block .sub a {
  position: relative;
  display: block;
  margin: 0 auto;
  justify-self: center;
}

.navi .lang .block .sub a img {
  position: relative;
  display: block;
}

.navi .lang .block .sub a:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: -22px;
  right: -22px;
  bottom: -10px;
  background: url(/public/themes/masonX/images/btn.png?v=1) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.navi .lang .block:hover .sub {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}

.navi .lang .block .sub a:hover {
  -webkit-filter: brightness(1.4);
  -moz-filter: brightness(1.4);
  -o-filter: brightness(1.4);
  filter: brightness(1.4);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.header {
  height: 538px;
}

.header .server-times {
  position: absolute;
  display: block;
  width: 100%;
  top: 25px;
  color: #b5afb1;
  font-size: 12px;
}

.header .server-times span {
  color: #eb0003;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
.content {
}

.content .grid-block {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 391px 1fr;
  grid-gap: 9px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-left {
  position: relative;
  display: block;
  width: 305px;
  justify-self: center;
}

.content .content-left .left-block {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content .content-left .left-block .block-title {
  position: relative;
  display: grid;
  width: 195px;
  height: 33px;
  z-index: 1;
  margin: 60px auto 50px;
}

.content .content-left .left-block .block-title span {
  position: relative;
  display: block;
  align-self: center;
  justify-self: center;
  text-align: center;
  color: #ffe1b3;
  font-size: 14px;
  font-family: "AGK-BOLD";
}

.content .content-left .left-block .block-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 385px;
  height: 126px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/public/themes/masonX/images/left-title.png) no-repeat;
  z-index: -1;
}

.content .content-left .left-block .block-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-left .form-login {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.content .content-left .form-login .item {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  margin: 0 auto 4px;
}

.content .content-left .form-login .item input {
  position: relative;
  display: block;
  width: calc(100% - 122px);
  height: 54px;
  background: #0f0f12;
  border: 1px solid #22222a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 60px;
  text-align: center;
  color: #949494;
  font-size: 12px;
  font-family: "AGK";
}

.content .content-left .form-login .item select {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  background: #0f0f12;
  border: 1px solid #22222a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 60px;
  text-align: center;
  color: #949494;
  font-size: 12px;
  font-family: "AGK";
}
.content .content-left .form-login .item label {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  top: 0;
  left: 13px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url(/public/themes/masonX/images/ico-form-0.png) no-repeat;
}

.content .content-left .form-login .item label:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .content-left .form-login .item label.login:before {
  background: url(/public/themes/masonX/images/ico-login-1.png) no-repeat center;
}
.content .content-left .form-login .item label.password:before {
  background: url(/public/themes/masonX/images/ico-password-1.png) no-repeat
    center;
}

.content .content-left .form-login .item input:focus + label.login:before {
  background: url(/public/themes/masonX/images/ico-login-2.png) no-repeat center;
}
.content .content-left .form-login .item input:focus + label.password:before {
  background: url(/public/themes/masonX/images/ico-password-2.png) no-repeat
    center;
}

.content .content-left .form-login button {
  position: relative;
  display: grid;
  width: 193px;
  height: 44px;
  margin: 21px auto 0;
  border: none;
  background: none;
  color: #ffe1b3;
  font-size: 12px;
  font-family: "AGK";
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content .content-left .form-login button span {
  position: relative;
  display: block;
  padding-top: 10px;
  font-size: 17px;
}

.content .content-left .form-login button:before {
  content: "";
  position: absolute;
  display: block;
  width: 193px;
  height: 44px;
  top: 0;
  left: 0;
  background: url(/public/themes/masonX/images/form-btn-1.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;
}

.content .content-left .form-login button:hover:before {
  -webkit-filter: contrast(125%);
  -moz-filter: contrast(125%);
  -o-filter: contrast(125%);
  filter: contrast(125%);
}

.content .content-left .form-login .link {
  position: relative;
  display: table;
  margin: 25px auto 0;
  text-align: center;
  color: #a5c862;
  font-size: 14px;
  text-decoration: underline;
}

.content .content-left .form-login .link:hover {
  text-decoration: none;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-left .stats {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.content .content-left .stats .item {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  grid-gap: 5px;
  background: rgba(15, 15, 18, 1);
  padding: 10px 0;
}

.content .content-left .stats .item:nth-child(even) {
  background: rgba(15, 15, 18, 0.3);
}

.content .content-left .stats .item .left {
  position: relative;
  display: block;
  align-self: center;
  color: #949494;
  font-size: 12px;
  padding-left: 20px;
}

.content .content-left .stats .item .right {
  position: relative;
  display: block;
  align-self: center;
  color: #ffe1b3;
  font-size: 12px;
  padding-right: 20px;
}

.content .content-left .stats .item .right span {
  color: #88a452;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-left .btns {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content .content-left .btns a {
  position: relative;
  display: grid;
  width: 304px;
  height: 90px;
  margin: 0 auto 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.content .content-left .btns a .block {
  position: relative;
  display: block;
  align-self: center;
  padding-left: 88px;
}

.content .content-left .btns a .block .text-1 {
  position: relative;
  display: block;
  color: #ffe1b3;
  font-size: 14px;
}

.content .content-left .btns a .block .text-2 {
  position: relative;
  display: block;
  color: #635e57;
  font-size: 12px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}

.content .content-left .btns a:hover .block .text-2 {
  color: #9f9e9c;
}

.content .content-left .btns a:before {
  content: "";
  position: absolute;
  display: block;
  width: 304px;
  height: 90px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.content .content-left .btns a.btn-1:before {
  background: url(/public/themes/masonX/images/btn-1.png) no-repeat;
}
.content .content-left .btns a.btn-2:before {
  background: url(/public/themes/masonX/images/btn-2.png) no-repeat;
}

.content .content-left .btns a:hover:before {
  -webkit-filter: contrast(125%);
  -moz-filter: contrast(125%);
  -o-filter: contrast(125%);
  filter: contrast(125%);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-left .guides {
  position: relative;
  display: block;
  width: calc(100% - 66px);
  border: 1px solid #2b2231;
  padding: 14px 32px;
  margin: 40px auto 0;
}

.content .content-left .guides li {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 7px 0;
}

.content .content-left .guides li a {
  position: relative;
  display: inline-block;
  color: #ffad2f;
  font-size: 14px;
}

.content .content-left .guides li a:hover span {
  text-decoration: underline;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-right {
  position: relative;
  display: block;
  width: 920px;
  margin: 0 auto;
}

.content .content-right .slider {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.content .content-right .slider .item {
  position: relative;
  display: inline-grid;
  width: 920px !important;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}

.content .content-right .slider .item .img {
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
}

.content .content-right .slider .item .block {
  position: relative;
  display: block;
  align-self: center;
  padding: 0 50px 0 100px;
}

.content .content-right .slider .item .block .text-1 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-family: "AGK-BOLD";
}

.content .content-right .slider .item .block .text-2 {
  position: relative;
  display: block;
  color: #bba1be;
  font-size: 16px;
  margin: 12px 0 0;
}

.content .content-right .slider .item .block a {
  position: relative;
  display: grid;
  width: 193px;
  height: 44px;
  margin: 21px 0 0;
  z-index: 1;
  border: none;
  background: none;
  color: #ffe1b3;
  font-size: 12px;
  font-family: "AGK";
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.content .content-right .slider .item .block a span {
  position: relative;
  display: block;
  align-self: center;
  justify-self: center;
}

.content .content-right .slider .item .block a:before {
  content: "";
  position: absolute;
  display: block;
  width: 193px;
  height: 44px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/public/themes/masonX/images/form-btn-1.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;
}

.content .content-right .slider .item .block a:hover:before {
  -webkit-filter: contrast(125%);
  -moz-filter: contrast(125%);
  -o-filter: contrast(125%);
  filter: contrast(125%);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-right .slider ul.slick-dots {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .content-right .slider:hover ul.slick-dots {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.content .content-right .slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 2px;
}

.content .content-right .slider ul.slick-dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 20px;
  background: #000;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border: none;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.content .content-right .slider ul.slick-dots li button:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: linear-gradient(0deg, #a41919 30%, #ea5151 70%, #fd0b0b);
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content .content-right .slider ul.slick-dots li button:hover {
  top: 3px;
}

.content .content-right .slider ul.slick-dots li.slick-active button {
  top: 3px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-right .content-block {
  position: relative;
  display: block;
  width: 100%;
  height: 1100px;
  margin: 50px auto 0;
}

.content .content-right .content-block .content-block {
  margin-top: 0;
}

.content .content-right .content-block .content-inner {
  position: relative;
  display: block;
  width: 815px;
  margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-right .news-block {
  position: relative;
  display: block;
  width: 100%;
  min-height: 730px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 25px;
}

.content .content-right .news-block .news-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content .content-right .news-block .news {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto 0;
  border-bottom: 1px solid #2b2231;
  padding-bottom: 21px;
}

.content .content-right .news-block .news:first-child {
  margin-top: 0;
}

.content .content-right .news-block .news .title {
  position: relative;
  display: block;
  margin: 0 auto 22px;
}

.content .content-right .news-block .news .title span {
  position: relative;
  display: block;
  color: #ffe1b3;
  font-size: 24px;
}

.content .content-right .news-block .news .title span a {
  color: #ffe1b3;
  font-size: 24px;
}

.content .content-right .news-block .news .title span a:hover {
  text-decoration: underline;
}

.content .content-right .news-block .news .title p {
  position: relative;
  display: block;
  color: #545252;
  font-size: 12px;
  margin-top: 7px;
}

.content .content-right .news-block .news .block {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 210px 1fr;
  grid-gap: 30px;
}

.content .content-right .news-block .news .block .img {
  position: relative;
  display: block;
  width: 210px;
  height: 210px;
  background: #130f16;
  overflow: hidden;
}

.content .content-right .news-block .news .block .img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
}

.content .content-right .news-block .news .block .text p {
  position: relative;
  display: block;
  color: #ebe7e7;
  font-size: 14px;
  padding-top: 8px;
}

.content .content-right .news-block .news .block .text {
  position: relative;
  display: block;
  color: #ebe7e7;
  font-size: 14px;
  padding-top: 8px;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-right ul.pagine {
  position: relative;
  display: inline-block;
  margin: 36px 0 0;
}

.content .content-right ul.pagine li {
  position: relative;
  display: inline-block;
  float: left;
  color: #636260;
  font-size: 14px;
  margin: 0 2px;
}

.content .content-right ul.pagine li a {
  position: relative;
  display: block;
  color: #636260;
  font-size: 14px;
}

.content .content-right ul.pagine li.active a,
.content .content-right ul.pagine li a:hover {
  color: #ffad2f;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .content-right .video-guide {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content .content-right .video-guide .title {
  position: relative;
  display: block;
  color: #ffad2f;
  font-size: 24px;
  margin: 0 auto 35px;
}

.content .content-right .video-guide .video-block {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px 0;
}

.content .content-right .video-guide .video-block .item {
  position: relative;
  display: block;
  width: 370px;
  height: 270px;
  background: #130f16;
  overflow: hidden;
  justify-self: start;
}

.content .content-right .video-guide .video-block .item:nth-child(even) {
  justify-self: end;
}

.content .content-right .video-guide .video-block .item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/public/themes/masonX/images/ico-play.png) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}

.content .content-right .video-guide .video-block .item:hover:before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.content .content-right .video-guide .video-block .item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/public/themes/masonX/images/img-video-1.png) no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .content-right .video-guide .video-block .item:nth-child(even):after {
  background: url(/public/themes/masonX/images/img-video-2.png) no-repeat;
}

.content .content-right .video-guide .video-block .item:hover:after {
  -webkit-filter: contrast(145%);
  -moz-filter: contrast(145%);
  -o-filter: contrast(145%);
  filter: contrast(145%);
}

.content .content-right .video-guide .video-block .item iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.footer {
  height: 257px;
  padding-top: 43px;
}

.footer .grid-block {
  /* position: relative; */
  display: grid;
  width: 100%;
  /* grid-template-columns: auto auto auto 1fr; */
  grid-gap: 80px;
}

.footer .grid-block ul.list {
  position: relative;
  display: block;
  padding-left: 90px;
  display: flex;
}

.footer .grid-block ul.list .title {
  position: relative;
  display: block;
  color: #ffad2f;
  font-size: 16px;
  margin: 0 auto 13px;
}

.footer .grid-block ul.list li {
  position: relative;
  display: block;
  margin: 0 auto 10px;
}

.footer .grid-block ul.list li a {
  position: relative;
  display: inline-block;
  color: #e6e6e6;
  font-size: 14px;
}

.footer .grid-block ul.list li a:hover span {
  text-decoration: underline;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.footer .grid-block ul.ico {
  position: relative;
  display: inline-block;
  justify-self: end;
}

.footer .grid-block ul.ico li {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 34px;
}

.footer .grid-block ul.ico li img {
  position: relative;
  display: block;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/ /*=== download ===*/
/*====================================================*/
.content .page-block {
  position: relative;
  display: block;
  width: 100%;
}

.content .page-block .page-title {
  position: relative;
  display: block;
  margin: 0 auto 35px;
}

.content .page-block .page-title span {
  position: relative;
  display: block;
  color: #ffe1b3;
  font-size: 24px;
}

.content .page-block .page-title p {
  position: relative;
  display: block;
  color: #545252;
  font-size: 12px;
  margin-top: 10px;
}

.content .page-block .page-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .download-block {
  position: relative;
  display: block;
  width: 100%;
  margin: 38px auto 0;
}

.content .page-content .download-block:first-child {
  margin-top: 0;
}

.content .page-content .download-block .title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto 23px;
}

.content .page-content .download-block ul {
  position: relative;
  display: inline-block;
}

.content .page-content .download-block ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.content .page-content .download-block ul li:last-child {
  margin-right: 0;
}

.content .page-content .download-block ul li a {
  position: relative;
  display: grid;
  width: 166px;
  height: 44px;
  color: #ffe1b3;
  font-size: 14px;
  z-index: 1;
}

.content .page-content .download-block ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 180px;
  height: 60px;
  background: url(/public/themes/masonX/images/btn-load.png) no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .page-content .download-block ul li a:hover:before {
  -webkit-filter: contrast(125%);
  -moz-filter: contrast(125%);
  -o-filter: contrast(125%);
  filter: contrast(125%);
}

.content .page-content .download-block ul li a span {
  position: relative;
  display: block;
  align-self: center;
  justify-self: center;
  text-align: center;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .download-video {
  position: relative;
  display: block;
  margin: 50px auto 0;
}

.content .page-content .download-video .title {
  position: relative;
  display: block;
  color: #ffe1b3;
  font-size: 18px;
  margin: 0 auto 30px;
}

.content .page-content .download-video .item {
  position: relative;
  display: block;
  width: 560px;
  height: 315px;
  background: #130f16;
}

.content .page-content .download-video .item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/public/themes/masonX/images/img-video-3.png) no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.content .page-content .download-video .item:hover:after {
  -webkit-filter: contrast(145%);
  -moz-filter: contrast(145%);
  -o-filter: contrast(145%);
  filter: contrast(145%);
}

.content .page-content .download-video .item iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .system-requirements {
  position: relative;
  display: grid;
  width: calc(100% - 38px);
  padding: 18px;
  border: 1px solid #262129;
  margin: 30px auto 0;
  grid-template-columns: auto auto auto;
  grid-gap: 50px;
}

.content .page-content .system-requirements ul {
  position: relative;
  display: block;
}

.content .page-content .system-requirements ul li {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-top: 21px;
}

.content .page-content .system-requirements ul:first-child li {
  color: #ffe1b3;
}

.content .page-content .system-requirements ul li:first-child {
  color: #616161;
  margin-top: 0;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .download-text {
  position: relative;
  display: block;
  margin: 35px auto 0;
  color: #616161;
  font-size: 14px;
}
/*====================================================*/
/*====================================================*/ /*=== donate ===*/
/*====================================================*/
.content .page-content .donate-text {
  position: relative;
  display: block;
  margin: 0 auto;
}

.content .page-content .donate-text .text-1 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.content .page-content .donate-text .text-2 {
  position: relative;
  display: block;
  color: #7d7d7d;
  font-size: 12px;
  margin-top: 7px;
}

.content .page-content .donate-text .text-2 span {
  color: #a5c862;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .donate-list {
  position: relative;
  display: block;
  margin: 50px auto 0;
}

.content .page-content .donate-list .title {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  margin: 0 auto 24px;
}

.content .page-content .donate-list .title img {
  position: relative;
  display: block;
  align-self: center;
}

.content .page-content .donate-list .title .text {
  position: relative;
  display: block;
  align-self: center;
  color: #ffffff;
  font-size: 18px;
}

.content .page-content .donate-list .title .text span {
  color: #ffe1b3;
}

.content .page-content .donate-list li {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
/*====================================================*/
/*====================================================*/ /*=== register ===*/
/*====================================================*/
.content .page-content .register-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content .page-content .register-form .item-1 {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px 35px;
  padding-bottom: 32px;
  border-bottom: 1px solid #343433;
  margin: 0 auto 21px;
}

.content .page-content .register-form .item-1 input {
  position: relative;
  display: block;
  width: calc(100% - 90px);
  height: 54px;
  background: #0f0f12;
  border: 1px solid #22222a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 44px;
  text-align: left;
  color: #cccccc;
  font-size: 14px;
  font-family: "AGK";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .page-content .register-form input::-webkit-input-placeholder {
  color: #cccccc;
}
.content .page-content .register-form input:-moz-placeholder {
  color: #cccccc;
}
.content .page-content .register-form input::-moz-placeholder {
  color: #cccccc;
}
.content .page-content .register-form input:-ms-input-placeholder {
  color: #cccccc;
}

.content .page-content .register-form input:focus {
  border: 1px solid #44444a;
}

.content .page-content .register-form .item-2 {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  grid-gap: 21px;
  margin: 0 auto 38px;
}

.content .page-content .register-form .item-2 .code {
  position: relative;
  display: block;
  align-self: center;
}

.content .page-content .register-form .item-2 .code img {
  position: relative;
  display: block;
}

.content .page-content .register-form .item-2 input {
  position: relative;
  display: block;
  width: calc(100% - 90px);
  max-width: 289px;
  height: 54px;
  background: #0f0f12;
  border: 1px solid #22222a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 44px;
  text-align: left;
  color: #cccccc;
  font-size: 14px;
  font-family: "AGK";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .page-content .register-form .item-3 {
  position: relative;
  display: block;
  color: #cccccc;
  font-size: 14px;
}

.content .page-content .register-form .item-3 a {
  color: #ffca13;
  text-decoration: underline;
}

.content .page-content .register-form .item-3 a:hover {
  text-decoration: none;
}

.content .page-content .register-form button {
  position: relative;
  display: grid;
  width: 193px;
  height: 44px;
  margin: 35px 0 0;
  border: none;
  background: none;
  color: #ffe1b3;
  font-size: 12px;
  font-family: "AGK";
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content .page-content .register-form button span {
  position: relative;
  display: block;
}

.content .page-content .register-form button:before {
  content: "";
  position: absolute;
  display: block;
  width: 193px;
  height: 44px;
  top: 0;
  left: 0;
  background: url(/public/themes/masonX/images/form-btn-1.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;
}

.content .page-content .register-form button:hover:before {
  -webkit-filter: contrast(125%);
  -moz-filter: contrast(125%);
  -o-filter: contrast(125%);
  filter: contrast(125%);
}
/*====================================================*/
/*====================================================*/ /*=== about ===*/
/*====================================================*/
.content .page-content .about-list {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.content .page-content .about-list ul {
  position: relative;
  display: block;
  width: 100%;
}

.content .page-content .about-list ul li {
  position: relative;
  display: grid;
  width: calc(100% - 20px);
  padding: 7px 10px;
  grid-template-columns: auto 1fr;
  grid-gap: 5px;
  background: rgba(15, 15, 18, 1);
  margin: 10px auto 0;
}

.content .page-content .about-list ul li:first-child {
  margin-top: 0;
}

.content .page-content .about-list ul li:nth-child(even) {
  background: rgba(15, 15, 18, 0.3);
}

.content .page-content .about-list ul li .left {
  position: relative;
  display: block;
  align-self: center;
  color: #cccccc;
  font-size: 14px;
  text-align: left;
}

.content .page-content .about-list ul li .right {
  position: relative;
  display: block;
  align-self: center;
  color: #ffe1b3;
  font-size: 14px;
  text-align: right;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .about-info {
  position: relative;
  display: block;
  width: 100%;
  margin: 50px auto 0;
}

.content .page-content .about-info .title {
  position: relative;
  display: block;
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 18px;
}

.content .page-content .about-info li {
  position: relative;
  display: block;
  color: #cccccc;
  font-size: 14px;
  margin: 0 auto 15px;
}

.content .page-content .about-info li:last-child {
  margin-bottom: 0;
}

.content .page-content .about-info li span {
  position: relative;
  display: inline-block;
  color: #ffbd1f;
  margin-right: 14px;
}

.content .page-content .about-info li a {
  color: #ffbd1f;
}

.content .page-content .about-info li a:hover {
  text-decoration: underline;
}
/*====================================================*/
/*====================================================*/ /*=== top ===*/
/*====================================================*/
.content .page-content .top-block {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.content .page-content .top-block li {
  position: relative;
  display: grid;
  width: calc(100% - 22px);
  padding: 7px 14px 7px 8px;
  background: rgba(15, 15, 18, 0.3);
  grid-template-columns: 25px 1fr auto;
  font-size: 14px;
  grid-gap: 22px;
}

.content .page-content .top-block li:nth-child(even) {
  background: rgba(15, 15, 18, 1);
}

.content .page-content .top-block li .num {
  position: relative;
  display: block;
  align-self: center;
  justify-self: center;
  text-align: center;
  color: #cccccc;
}

.content .page-content .top-block li .name {
  position: relative;
  display: block;
  align-self: center;
  justify-self: start;
  text-align: left;
  color: #ffe1b3;
}

.content .page-content .top-block li .desc {
  position: relative;
  display: block;
  align-self: center;
  justify-self: end;
  text-align: right;
  color: #ffe1b3;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .page-content .top-block li.first {
  background: none;
  padding: 7px 14px 9px 8px;
}
.content .page-content .top-block li.first .num,
.content .page-content .top-block li.first .name,
.content .page-content .top-block li.first .desc {
  color: #545454;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/
</pre></body></html>