html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number'] {
  -moz-appearance: textfield;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  margin: 0;
}
a:focus {
  outline: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
img,
iframe,
object,
embed {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
[disabled] {
  cursor: default;
}
.grid {
  margin: 0;
}
.grid__cell {
  padding: 0;
  margin: 0;
  background: none;
  overflow: visible;
  background-size: auto;
  background-position: 0 0;
}
.grid__cell:before {
  content: none;
}
.grid__cell {
  position: static;
}
.grid__cell:before {
  content: normal;
  position: static;
  left: auto;
  right: auto;
  top: auto;
}
.grid,
.f-login__inner {
  font-size: 0px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .grid,
  .f-login__inner {
    letter-spacing: -1px;
  }
}
.grid__cell,
.f-login__form,
.f-login__overview {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: normal;
  white-space: normal;
}
.grid--scroll {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.js .grid--scroll {
  overflow-x: hidden;
}
/*
 * Typo
 */
html {
  font: 300 12px/1.846153846153846 'Open Sans', sans-serif;
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
}
h1,
.h1 {
  font-size: 22px;
  color: #ffb700;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1.25em;
}
hr {
  border: 0;
  border-top: 1px solid #484848;
  margin: 40px 0;
  height: 1px;
  overflow: hidden;
}
blockquote {
  margin: 0 0 1.25em;
  padding: 0;
}
blockquote p {
  margin: 0;
}
a {
  color: #fff;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: underline;
  transition: color 0.3s;
  cursor: pointer;
}
.no-touchevents a:hover {
  color: #ffb700;
}
ul,
ol,
dl,
menu {
  margin: 0 0 1.25em;
  list-style: none;
  padding: 0;
}
li {
  padding: 0 0 0 20px;
  margin: 0 0 0.25em;
}
[dir=rtl] li {
  padding: 0 20px 0 0;
}
li ol,
li ul {
  margin: 0.25em 0 0;
}
ul li {
  position: relative;
}
ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
}
[dir=rtl] ul li:before {
  left: auto;
  right: 4px;
}
ol {
  counter-reset: item;
}
ol li {
  background: none;
  position: relative;
}
ol li:before {
  content: counter(item) '.';
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  text-align: left;
}
dt {
  font-weight: bold;
  margin: 0;
}
dd {
  margin: 0 0 0.75em;
  padding: 0;
}
table {
  min-width: 100%;
  clear: both;
  margin: 0 0 1.25em;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  color: #fff;
}
caption {
  font-weight: bold;
  text-align: left;
  padding: 0 0 10px;
  caption-side: top;
}
td,
th {
  vertical-align: top;
  padding: 13px 20px;
  border: 0;
  background: #2a2929;
  background-clip: padding-box;
  border: 8px solid transparent;
}
th {
  font-weight: bold;
  text-align: left;
}
thead th {
  background: #171717;
}
img.pull-left {
  margin: 0.25em 20px 20px 0;
}
img.pull-right {
  margin: 0.25em 0 20px 20px;
}
@media (min-width: 680px) {
  html {
    font-size: 13px;
  }
  h1,
  .h1 {
    font-size: 36px;
    color: #ffb700;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.icon-svg:before {
  content: '';
  display: block;
}
.icon-svg--alarm-clock {
  width: 85.8px;
}
.icon-svg--alarm-clock:before {
  padding-top: 100.23310023310023%;
}
.icon-svg--arrow-left {
  width: 18px;
}
.icon-svg--arrow-left:before {
  padding-top: 100%;
}
.icon-svg--arrow-right {
  width: 18px;
}
.icon-svg--arrow-right:before {
  padding-top: 100%;
}
.icon-svg--ban {
  width: 145px;
}
.icon-svg--ban:before {
  padding-top: 87.51724137931035%;
}
.icon-svg--chat {
  width: 24px;
}
.icon-svg--chat:before {
  padding-top: 100%;
}
.icon-svg--circles {
  width: 45px;
}
.icon-svg--circles:before {
  padding-top: 26.666666666666668%;
}
.icon-svg--circular-target {
  width: 512px;
}
.icon-svg--circular-target:before {
  padding-top: 100%;
}
.icon-svg--close {
  width: 21px;
}
.icon-svg--close:before {
  padding-top: 100%;
}
.icon-svg--commerce {
  width: 341.3px;
}
.icon-svg--commerce:before {
  padding-top: 100%;
}
.icon-svg--cross {
  width: 14px;
}
.icon-svg--cross:before {
  padding-top: 100%;
}
.icon-svg--cross2 {
  width: 16px;
}
.icon-svg--cross2:before {
  padding-top: 100%;
}
.icon-svg--cube-3d {
  width: 223.36px;
}
.icon-svg--cube-3d:before {
  padding-top: 100%;
}
.icon-svg--ellipsis {
  width: 28px;
}
.icon-svg--ellipsis:before {
  padding-top: 100%;
}
.icon-svg--envelope {
  width: 22px;
}
.icon-svg--envelope:before {
  padding-top: 100%;
}
.icon-svg--error {
  width: 146px;
}
.icon-svg--error:before {
  padding-top: 100%;
}
.icon-svg--exit-right {
  width: 230.8px;
}
.icon-svg--exit-right:before {
  padding-top: 100%;
}
.icon-svg--facebook {
  width: 20px;
}
.icon-svg--facebook:before {
  padding-top: 100%;
}
.icon-svg--file {
  width: 89px;
}
.icon-svg--file:before {
  padding-top: 133.37078651685394%;
}
.icon-svg--forum-user {
  width: 490.8px;
}
.icon-svg--forum-user:before {
  padding-top: 100%;
}
.icon-svg--fullscreen-exit {
  width: 24px;
}
.icon-svg--fullscreen-exit:before {
  padding-top: 100%;
}
.icon-svg--fullscreen2 {
  width: 24px;
}
.icon-svg--fullscreen2:before {
  padding-top: 100%;
}
.icon-svg--gamepad {
  width: 32px;
}
.icon-svg--gamepad:before {
  padding-top: 100%;
}
.icon-svg--globe {
  width: 22px;
}
.icon-svg--globe:before {
  padding-top: 100%;
}
.icon-svg--google-old {
  width: 19px;
}
.icon-svg--google-old:before {
  padding-top: 100%;
}
.icon-svg--google {
  width: 20px;
}
.icon-svg--google:before {
  padding-top: 100%;
}
.icon-svg--graph {
  width: 28px;
}
.icon-svg--graph:before {
  padding-top: 100%;
}
.icon-svg--graphic {
  width: 392px;
}
.icon-svg--graphic:before {
  padding-top: 100%;
}
.icon-svg--gym {
  width: 401.6px;
}
.icon-svg--gym:before {
  padding-top: 100%;
}
.icon-svg--hamburger {
  width: 37px;
}
.icon-svg--hamburger:before {
  padding-top: 43.24324324324324%;
}
.icon-svg--hamburger2 {
  width: 26px;
}
.icon-svg--hamburger2:before {
  padding-top: 57.692307692307686%;
}
.icon-svg--left-arrow {
  width: 25.92px;
}
.icon-svg--left-arrow:before {
  padding-top: 100%;
}
.icon-svg--like {
  width: 382.6px;
}
.icon-svg--like:before {
  padding-top: 100%;
}
.icon-svg--linkedin {
  width: 25.1px;
}
.icon-svg--linkedin:before {
  padding-top: 100.39840637450199%;
}
.icon-svg--lock {
  width: 32px;
}
.icon-svg--lock:before {
  padding-top: 100%;
}
.icon-svg--logic-board-games {
  width: 358.4px;
}
.icon-svg--logic-board-games:before {
  padding-top: 100%;
}
.icon-svg--medal-star {
  width: 32px;
}
.icon-svg--medal-star:before {
  padding-top: 100%;
}
.icon-svg--medal-with-star {
  width: 256px;
}
.icon-svg--medal-with-star:before {
  padding-top: 100%;
}
.icon-svg--medal {
  width: 256px;
}
.icon-svg--medal:before {
  padding-top: 100%;
}
.icon-svg--megaphone {
  width: 26px;
}
.icon-svg--megaphone:before {
  padding-top: 100%;
}
.icon-svg--mouse-left {
  width: 34px;
}
.icon-svg--mouse-left:before {
  padding-top: 133.52941176470588%;
}
.icon-svg--mouse-right {
  width: 34px;
}
.icon-svg--mouse-right:before {
  padding-top: 133.52941176470588%;
}
.icon-svg--mouse-scroll {
  width: 34px;
}
.icon-svg--mouse-scroll:before {
  padding-top: 133.52941176470588%;
}
.icon-svg--multiplayer {
  width: 375px;
}
.icon-svg--multiplayer:before {
  padding-top: 100%;
}
.icon-svg--people {
  width: 410.9px;
}
.icon-svg--people:before {
  padding-top: 100%;
}
.icon-svg--person-user {
  width: 22px;
}
.icon-svg--person-user:before {
  padding-top: 100%;
}
.icon-svg--play-button {
  width: 36px;
}
.icon-svg--play-button:before {
  padding-top: 100%;
}
.icon-svg--rectangle {
  width: 35.9px;
}
.icon-svg--rectangle:before {
  padding-top: 66.85236768802228%;
}
.icon-svg--refresh-button {
  width: 20px;
}
.icon-svg--refresh-button:before {
  padding-top: 100%;
}
.icon-svg--reload {
  width: 192px;
}
.icon-svg--reload:before {
  padding-top: 100%;
}
.icon-svg--reply {
  width: 17px;
}
.icon-svg--reply:before {
  padding-top: 94.11764705882352%;
}
.icon-svg--report {
  width: 26px;
}
.icon-svg--report:before {
  padding-top: 100%;
}
.icon-svg--rpg-game {
  width: 768px;
}
.icon-svg--rpg-game:before {
  padding-top: 100%;
}
.icon-svg--searching-tool-outline {
  width: 51.8px;
}
.icon-svg--searching-tool-outline:before {
  padding-top: 100%;
}
.icon-svg--shapes {
  width: 410px;
}
.icon-svg--shapes:before {
  padding-top: 100%;
}
.icon-svg--share-button {
  width: 24px;
}
.icon-svg--share-button:before {
  padding-top: 100%;
}
.icon-svg--share {
  width: 385.3px;
}
.icon-svg--share:before {
  padding-top: 100%;
}
.icon-svg--shopping-cart {
  width: 24px;
}
.icon-svg--shopping-cart:before {
  padding-top: 100%;
}
.icon-svg--show {
  width: 32px;
}
.icon-svg--show:before {
  padding-top: 100%;
}
.icon-svg--sound {
  width: 408px;
}
.icon-svg--sound:before {
  padding-top: 100%;
}
.icon-svg--star {
  width: 393px;
}
.icon-svg--star:before {
  padding-top: 100%;
}
.icon-svg--strategy-2 {
  width: 350px;
}
.icon-svg--strategy-2:before {
  padding-top: 100%;
}
.icon-svg--strategy {
  width: 237.84px;
}
.icon-svg--strategy:before {
  padding-top: 91.12008072653884%;
}
.icon-svg--success {
  width: 41.6px;
}
.icon-svg--success:before {
  padding-top: 100%;
}
.icon-svg--swords {
  width: 289.7px;
}
.icon-svg--swords:before {
  padding-top: 100%;
}
.icon-svg--thumb-down {
  width: 22px;
}
.icon-svg--thumb-down:before {
  padding-top: 100%;
}
.icon-svg--thumb-up {
  width: 22px;
}
.icon-svg--thumb-up:before {
  padding-top: 100%;
}
.icon-svg--time-2 {
  width: 361px;
}
.icon-svg--time-2:before {
  padding-top: 100%;
}
.icon-svg--time {
  width: 16px;
}
.icon-svg--time:before {
  padding-top: 100%;
}
.icon-svg--trash {
  width: 28px;
}
.icon-svg--trash:before {
  padding-top: 100%;
}
.icon-svg--trophy {
  width: 256px;
}
.icon-svg--trophy:before {
  padding-top: 100%;
}
.icon-svg--twitter {
  width: 20px;
}
.icon-svg--twitter:before {
  padding-top: 100%;
}
.icon-svg--upload {
  width: 25px;
}
.icon-svg--upload:before {
  padding-top: 100%;
}
.icon-svg--users {
  width: 93px;
}
.icon-svg--users:before {
  padding-top: 72.79569892473118%;
}
.icon-svg--vkontakte {
  width: 20px;
}
.icon-svg--vkontakte:before {
  padding-top: 100%;
}
.icon-svg--warning {
  width: 79px;
}
.icon-svg--warning:before {
  padding-top: 100%;
}
.icon-svg--youtube {
  width: 24px;
}
.icon-svg--youtube:before {
  padding-top: 100%;
}
.sprite {
  display: inline-block;
  vertical-align: top;
}
.sprite--ar {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -458px -469px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--coin-lg {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -752px -262px no-repeat;
  width: 69px;
  height: 70px;
}
.sprite--coin-s {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -510px -495px no-repeat;
  width: 23px;
  height: 23px;
}
.sprite--coin-sm {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -773px -532px no-repeat;
  width: 21px;
  height: 20px;
}
.sprite--coin {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -458px -412px no-repeat;
  width: 28px;
  height: 28px;
}
.sprite--coins-lg {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") 0px 0px no-repeat;
  width: 558px;
  height: 288px;
}
.sprite--coins-yellow-md {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -458px -355px no-repeat;
  width: 55px;
  height: 55px;
}
.sprite--coins-yellow-small {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -752px -334px no-repeat;
  width: 35px;
  height: 35px;
}
.sprite--coins-yellow {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -123px -659px no-repeat;
  width: 107px;
  height: 107px;
}
.sprite--coins {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -560px -515px no-repeat;
  width: 15px;
  height: 15px;
}
.sprite--cs {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -516px -412px no-repeat;
  width: 26px;
  height: 26px;
}
.sprite--de {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -458px -442px no-repeat;
  width: 26px;
  height: 25px;
}
.sprite--diamond-s {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -796px -532px no-repeat;
  width: 21px;
  height: 17px;
}
.sprite--diamond {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -515px -355px no-repeat;
  width: 32px;
  height: 26px;
}
.sprite--diamonds-lg {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") 0px -290px no-repeat;
  width: 456px;
  height: 240px;
}
.sprite--en {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -486px -442px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--es {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -488px -412px no-repeat;
  width: 26px;
  height: 26px;
}
.sprite--fr {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -515px -383px no-repeat;
  width: 26px;
  height: 27px;
}
.sprite--fullscreen {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -458px -495px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--gold-star-lg {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -560px 0px no-repeat;
  width: 270px;
  height: 260px;
}
.sprite--happiness {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -680px -532px no-repeat;
  width: 21px;
  height: 21px;
}
.sprite--medal-grey {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -127px -532px no-repeat;
  width: 125px;
  height: 125px;
}
.sprite--medal-with-star-grey {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -504px -532px no-repeat;
  width: 121px;
  height: 121px;
}
.sprite--medal-with-star-yellow-grey {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -627px -532px no-repeat;
  width: 121px;
  height: 121px;
}
.sprite--medal-with-star-yellow {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") 0px -659px no-repeat;
  width: 121px;
  height: 121px;
}
.sprite--medal-yellow {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") 0px -532px no-repeat;
  width: 125px;
  height: 125px;
}
.sprite--medals-md {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -458px -290px no-repeat;
  width: 98px;
  height: 63px;
}
.sprite--medals {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -560px -262px no-repeat;
  width: 190px;
  height: 121px;
}
.sprite--pacocoin-xs {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -538px -442px no-repeat;
  width: 19px;
  height: 19px;
}
.sprite--pl {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -484px -469px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--pt {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -484px -495px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--rpg-game-grey {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -690px -385px no-repeat;
  width: 128px;
  height: 128px;
}
.sprite--rpg-game-yellow {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -560px -385px no-repeat;
  width: 128px;
  height: 128px;
}
.sprite--ru {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -512px -442px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--screen {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -789px -334px no-repeat;
  width: 37px;
  height: 24px;
}
.sprite--star-full-s {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -577px -515px no-repeat;
  width: 15px;
  height: 14px;
}
.sprite--star-full {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -535px -495px no-repeat;
  width: 22px;
  height: 22px;
}
.sprite--star-s {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -594px -515px no-repeat;
  width: 15px;
  height: 14px;
}
.sprite--star-small {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -627px -515px no-repeat;
  width: 14px;
  height: 14px;
}
.sprite--star-yellow {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -611px -515px no-repeat;
  width: 14px;
  height: 14px;
}
.sprite--star {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -536px -469px no-repeat;
  width: 22px;
  height: 22px;
}
.sprite--stars-bronze {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -600px -704px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--stars-chrome {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -232px -704px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--stars-gold {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -416px -704px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--stars-new {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -232px -659px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--stars-premium {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") 0px -782px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--stars-silver {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -416px -659px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--stars-super {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -600px -659px no-repeat;
  width: 182px;
  height: 43px;
}
.sprite--tr {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -510px -469px no-repeat;
  width: 24px;
  height: 24px;
}
.sprite--trophy-grey {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -254px -532px no-repeat;
  width: 123px;
  height: 123px;
}
.sprite--trophy-yellow {
  background: url("/img/bg/sprites.png?v&#x3D;1524578793052") -379px -532px no-repeat;
  width: 123px;
  height: 123px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
}
.btn__text {
  position: relative;
  display: block;
  border: 1px solid #ffb700;
  border-radius: 26px;
  padding: 11px 50px 9px;
  font-size: 20px;
  line-height: 30px;
  color: #ffb700;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}
.no-touchevents .btn:hover .btn__text,
.btn:focus .btn__text {
  color: #000;
  background: #ffb700;
}
.btn--facebook .btn__text,
.btn--google .btn__text,
.btn--amazon .btn__text,
.btn--vkontakte .btn__text {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 2px 35px;
  text-transform: none;
  text-align: left;
}
.btn--facebook .btn__text .icon-svg,
.btn--google .btn__text .icon-svg,
.btn--amazon .btn__text .icon-svg,
.btn--vkontakte .btn__text .icon-svg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 14px;
}
[dir=rtl] .btn--facebook .btn__text .icon-svg,
[dir=rtl] .btn--google .btn__text .icon-svg,
[dir=rtl] .btn--amazon .btn__text .icon-svg,
[dir=rtl] .btn--vkontakte .btn__text .icon-svg {
  left: auto;
  right: 10px;
}
.no-touchevents .btn--facebook:hover .btn__text,
.no-touchevents .btn--google:hover .btn__text,
.no-touchevents .btn--amazon:hover .btn__text,
.no-touchevents .btn--vkontakte:hover .btn__text,
.btn--facebook:focus .btn__text,
.btn--google:focus .btn__text,
.btn--amazon:focus .btn__text,
.btn--vkontakte:focus .btn__text {
  color: #fff;
}
.btn--facebook .btn__text {
  background: #385595;
  border: 3px solid #223662;
}
.btn--amazon .btn__text {
  background: #475464;
  border: 3px solid #232F3E;
}
.no-touchevents .btn--facebook:hover .btn__text,
.btn--facebook:focus .btn__text {
  background: #2d4477;
}
.btn--google .btn__text {
  background: #e0492f;
  border: 3px solid #b83a24;
}
.no-touchevents .btn--google:hover .btn__text,
.btn--google:focus .btn__text {
  background: #A32E18;
}
.no-touchevents .btn--amazon:hover .btn__text, 
.btn--amazon:focus .btn__text
{
  background: #394451;
  border-color: #2C3D51;
  color: #FFF;
}
.btn--vkontakte .btn__text {
  background: #4a76a8;
  border: 3px solid #5181b8;
}
.no-touchevents .btn--vkontakte:hover .btn__text,
.btn--vkontakte:focus .btn__text {
  background: #3b5e86;
}
.btn--login {
  width: 100%;
}
.btn--login .btn__text {
  font-size: 12px;
  padding: 5px 50px;
  border: 2px solid #735200;
  background: #ffb700;
  color: #000;
}
.no-touchevents .btn--login:hover .btn__text,
.btn--login:focus .btn__text {
  color: #ffb700;
  background: #000;
}
@media (min-width: 1000px) {
  .btn--facebook .btn__text,
  .btn--google .btn__text,
  .btn--amazon .btn__text,
  .btn--vkontakte .btn__text {
    font-size: 16px;
    padding: 8px 60px;
  }
  .btn--facebook .btn__text .icon-svg,
  .btn--google .btn__text .icon-svg,
  .btn--amazon .btn__text .icon-svg,
  .btn--vkontakte .btn__text .icon-svg {
    left: 19px;
    top: 13px;
    width: 20px;
  }
  [dir=rtl] .btn--facebook .btn__text .icon-svg,
  [dir=rtl] .btn--google .btn__text .icon-svg,
  [dir=rtl] .btn--amazon .btn__text .icon-svg,
  [dir=rtl] .btn--vkontakte .btn__text .icon-svg {
    left: auto;
    right: 19px;
  }
  .btn--login .btn__text {
    font-size: 16px;
    padding: 8px 50px;
    border-width: 3px;
  }
}
.inp__text,
.inp__select {
  display: block;
  border: none;
  padding: 12px 25px 10px;
  background: #1f1f1f;
  color: #646564;
  font-family: inherit;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 26px;
  transition: color 0.3s;
}
.has-error .inp__text,
.has-error .inp__select {
  background: #ffd8e4;
  border-color: #7a0026;
}
.inp__text::-webkit-input-placeholder,
.inp__select::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255,255,255,0.5);
}
.inp__text:-ms-input-placeholder,
.inp__select:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255,255,255,0.5);
}
.inp__text::placeholder,
.inp__select::placeholder {
  opacity: 1;
  color: rgba(255,255,255,0.5);
}
.inp__text:focus,
.inp__select:focus {
  color: #fff;
}
.inp__text:focus::-webkit-input-placeholder,
.inp__select:focus::-webkit-input-placeholder {
  color: rgba(0,0,0,0);
}
.inp__text:focus:-ms-input-placeholder,
.inp__select:focus:-ms-input-placeholder {
  color: rgba(0,0,0,0);
}
.inp__text:focus::placeholder,
.inp__select:focus::placeholder {
  color: rgba(0,0,0,0);
}
textarea.inp__text,
textarea.inp__select {
  height: auto;
  resize: none;
}
.inp--border .inp__text {
  font-size: 16px;
  padding: 8px 25px;
  border: 3px solid #ffb700;
}
.inp--border .inp__text::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.inp--border .inp__text:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.inp--border .inp__text::placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
.inp--border .inp__text:focus::-webkit-input-placeholder {
  color: rgba(255,255,255,0.2);
}
.inp--border .inp__text:focus:-ms-input-placeholder {
  color: rgba(255,255,255,0.2);
}
.inp--border .inp__text:focus::placeholder {
  color: rgba(255,255,255,0.2);
}
.inp__select {
  padding-right: 40px;
}
[dir=rtl] .inp__select {
  padding-right: 25px;
  padding-left: 40px;
}
.inp__select::-ms-expand {
  display: none;
}
.inp__label {
  display: inline-block;
  vertical-align: top;
  color: #646564;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.inp__fix {
  position: relative;
  display: block;
}
.inp__fix--select:after {
  content: '';
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #ffb700 transparent transparent transparent;
  margin-top: -3px;
}
[dir=rtl] .inp__fix--select:after {
  right: auto;
  left: 20px;
}
.inp__fix--icon-after .inp__text {
  padding-right: 50px;
}
[dir=rtl] .inp__fix--icon-after .inp__text {
  padding-right: auto;
  padding-left: 50px;
}
.inp__fix--icon-after .inp__show-pswd {
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 25px;
  color: #787878;
}
[dir=rtl] .inp__fix--icon-after .inp__show-pswd {
  right: auto;
  left: 20px;
}
.no-touchevents .inp__fix--icon-after .inp__show-pswd:hover {
  color: #ffb700;
}
.inp__fix--icon-after .inp__show-pswd .icon-svg {
  width: 32px;
  margin-top: -16px;
}
.inp__row {
  padding-left: 150px;
}
[dir=rtl] .inp__row {
  padding-left: 0;
  padding-right: 150px;
}
.inp__row .inp__label {
  float: left;
  margin-left: -150px;
  width: 120px;
  text-align: right;
  line-height: 50px;
}
[dir=rtl] .inp__row .inp__label {
  float: right;
  margin-left: 0;
  margin-right: -150px;
}
.inp__row--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
[dir=rtl] .inp__row--flex {
  padding-right: 0;
}
.inp__row--flex .inp__label {
  float: none;
  margin: 0;
  line-height: 1.2;
  padding-right: 30px;
  padding-top: 15px;
  width: 150px;
}
[dir=rtl] .inp__row--flex .inp__label {
  padding-right: 0;
  padding-left: 30px;
  margin: 0;
}
.inp__row--flex .inp__fix {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.inp__file {
  display: block;
  height: 52px;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s;
}
.inp__file * {
  cursor: pointer;
}
.no-touchevents .inp__file:hover .btn__text {
  color: #000;
  background: #ffb700;
}
.inp__file input {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2000px;
  font-size: 100px;
  line-height: 200px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  margin-left: -1000px;
}
[dir=rtl] .inp__file input {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -1000px;
}
.inp__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
[dir=rtl] .inp__item {
  padding-left: 0;
  padding-right: 30px;
}
.inp__item input {
  position: absolute;
  top: 0;
  left: -5000px;
}
[dir=rtl] .inp__item input {
  left: auto;
  right: -5000px;
}
.inp__item input:focus + span:before {
  border-color: #ffb700;
}
.inp__item input:checked + span:after {
  opacity: 1;
}
.inp__item > span {
  display: block;
}
.inp__item > span:before {
  content: '';
  position: absolute;
  transition: border-color 0.3s;
}
.inp__item > span:after {
  content: '';
  position: absolute;
  transition: opacity 0.3s;
  opacity: 0;
}
.inp__item--checkbox > span:before,
.inp__item--radio > span:before {
  border-radius: 2px;
  background: #fff;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0;
  transition: none;
}
[dir=rtl] .inp__item--checkbox > span:before,
[dir=rtl] .inp__item--radio > span:before {
  left: auto;
  right: 0;
}
.inp__item--checkbox > span:after,
.inp__item--radio > span:after {
  border-radius: 2px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #ffb700;
}
[dir=rtl] .inp__item--checkbox > span:after,
[dir=rtl] .inp__item--radio > span:after {
  left: auto;
  right: 3px;
}
.inp__item--radio > span:before,
.inp__item--radio > span:after {
  border-radius: 50%;
}
.inp__desc,
.inp__error {
  font-weight: normal;
  color: #d0d1d0;
  display: block;
  padding: 5px 25px;
  font-size: 13px;
  line-height: 1.2;
}
.inp__error {
  color: #f00;
}
.inp__required {
  color: #d0d1d0;
}
@media (max-width: 749px) {
  .inp__text,
  .inp__select {
    padding: 2px 12px 0;
    font-size: 12px;
  }
  .inp__label {
    display: block;
  }
  .inp__row--flex {
    display: block;
  }
  .inp__row .inp__label {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.846153846153846;
  }
  .inp__desc,
  .inp__error {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (min-width: 680px) {
  .inp__row .inp__label--200 {
    width: 200px;
  }
}
/*
 *	Grid
 */
.row,
.row-main {
  position: relative;
  margin: 0;
  padding: 0;
}
.row:before,
.row-main:before,
.row:after,
.row-main:after {
  content: '';
  display: table;
}
.row:after,
.row-main:after {
  clear: both;
}
.row-main {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1340px;
}
.row-main--sm {
  max-width: 1210px;
}
.row-main--md {
  max-width: 1280px;
}
.row-main--xl {
  max-width: 1510px;
}
.row-main--lg {
  max-width: 1570px;
}
.row-main--xxl {
  max-width: 1680px;
}
.row-main--w {
  max-width: 1745px;
}
.row-main--nmw {
  max-width: none;
}
.grid {
  margin-left: -40px;
  text-align: justify;
  text-justify: distribute-all-lines;
}
[dir=rtl] .grid {
  margin-left: 0;
  margin-right: -40px;
}
.grid__cell {
  width: 100%;
  position: relative;
  border-left: 40px solid transparent;
  text-justify: auto;
  text-align: auto;
}
[dir=rtl] .grid__cell {
  border-left: 0;
  border-right: 40px solid transparent;
}
.grid__cell.size--auto {
  width: auto;
}
.grid--center {
  text-align: center;
}
.grid--right {
  text-align: right;
}
.grid--middle > .grid__cell {
  vertical-align: middle;
}
.grid--bottom > .grid__cell {
  vertical-align: bottom;
}
.title-main {
  border-bottom: 1px solid #ffb700;
  margin-bottom: 30px;
}
[dir=rtl] .title-main {
  text-align: right;
}
.title-main__name {
  color: #0f0f0f;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.176470588235294;
  margin: 0 0 0 2px;
  padding: 8px 20px 4px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  cursor: default;
}
[dir=rtl] .title-main__name {
  margin: 0 2px 0 0;
}
.title-main__name:before {
  content: '';
  background-color: #ffb700;
  -webkit-transform: skewX(170deg);
      -ms-transform: skewX(170deg);
          transform: skewX(170deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: -1;
}
[dir=rtl] .title-main__name:before {
  -webkit-transform: skewX(-170deg);
      -ms-transform: skewX(-170deg);
          transform: skewX(-170deg);
}
@media (min-width: 680px) {
  .title-main {
    border-bottom-width: 2px;
    font-size: 17px;
  }
  .title-main__name {
    font-size: 17px;
    padding: 12px 20px 8px;
  }
  .title-main__name:before {
    bottom: -2px;
  }
}
.alert {
  padding: 16px 20px 1px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-bottom: 25px;
}
.alert ul li:before {
  background-color: #000;
  left: 6px;
  top: 11px;
}
[dir=rtl] .alert ul li:before {
  left: auto;
  right: 6px;
}
.alert--success {
  background-color: #91c792;
}
.alert--info {
  background-color: #ffd466;
}
.alert--error {
  background-color: #d89d9c;
}
.alert--inline {
  margin: 0;
  padding: 5px 20px 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.alert--dark {
  background-color: rgba(141,162,167,0.15);
  color: #fff;
}
@media (max-width: 749px) {
  .alert {
    padding: 8px 15px 1px;
    font-size: 13px;
  }
  .alert p,
  .alert ol,
  .alert ul {
    margin-bottom: 8px;
  }
}
.f-login {
  max-width: 1035px;
  margin: 0 auto;
  background-color: #131313;
  position: relative;
  overflow: hidden;
  font-weight: normal;
}
.f-login .inp__text {
  font-size: 12px;
  border-width: 2px;
  padding: 5px 20px;
  color: #999;
}
.f-login .inp__item {
  padding-left: 25px;
}
.f-login__close {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 10px;
  z-index: 10;
}
[dir=rtl] .f-login__close {
  left: auto;
  right: 10px;
}
.f-login__close .icon-svg {
  width: 16px;
}
.f-login__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: url("/img/sniper-sm.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
[dir=rtl] .f-login__bg {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.f-login__wrap {
  padding: 35px 20px;
}
.f-login__inner {
  margin-left: -40px;
}
[dir=rtl] .f-login__inner {
  margin-left: 0;
  margin-right: -40px;
}
.f-login__form,
.f-login__overview {
  width: 100%;
  position: relative;
  border-left: 40px solid transparent;
  text-justify: auto;
  text-align: auto;
  vertical-align: middle;
}
[dir=rtl] .f-login__form,
[dir=rtl] .f-login__overview {
  border-left: 0;
  border-right: 40px solid transparent;
}
.f-login__overview {
  margin-top: 30px;
}
.f-login__top {
  position: relative;
  padding-right: 55%;
  padding-top: 45px;
  margin-bottom: 35px;
  min-height: 165px;
  z-index: 2;
}
[dir=rtl] .f-login__top {
  padding-right: 0;
  padding-left: 55%;
}
.f-login__btns {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  width: 100%;
}
[dir=rtl] .f-login__btns {
  left: auto;
  right: 50%;
}
.f-login__btns .btn {
  display: block;
  margin-bottom: 7px;
}
[dir=rtl] .f-login__btns .btn__text {
  padding-right: 60px;
  text-align: right;
}
.f-login__title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
[dir=rtl] .f-login__title {
  text-align: right;
}
.f-login__subtitle {
  padding-top: 12px;
  display: block;
  font-size: 11px;
  line-height: 1.818181818181818;
  color: #757474;
}
.f-login__list {
  padding-left: 50px;
  position: relative;
  z-index: 15;
  font-size: 11px;
  line-height: 1.5;
}
[dir=rtl] .f-login__list {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
.f-login__list li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: none;
  position: relative;
}
[dir=rtl] .f-login__list li {
  padding-left: 0;
  padding-right: 15px;
}
.f-login__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #ffb700;
  border-radius: 50%;
}
[dir=rtl] .f-login__list li:before {
  left: auto;
  right: 0;
}
.f-login__list-title {
  font-size: 16px;
}
.f-login__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 11px;
}
.f-login__bottom > * {
  margin-bottom: 0;
}
.f-login__bottom a {
  text-decoration: none;
}
.f-login__separator {
  margin: 25px 0;
  height: 3px;
  background: url("/img/bg/separator.png");
}
.f-login__register {
  text-align: center;
}
.f-login__register a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #ffb700;
  position: relative;
  padding-right: 40px;
}
[dir=rtl] .f-login__register a {
  padding-right: 0;
  padding-left: 40px;
}
.f-login__reward {
  font-size: 11px;
  position: absolute;
  right: -3px;
  top: -15px;
}
[dir=rtl] .f-login__reward {
  right: auto;
  left: -3px;
}
.f-login__reward .sprite {
  vertical-align: middle;
}
.f-login__right {
  position: relative;
  z-index: 15;
  font-weight: normal;
  color: #999;
}
.f-login__right .btn--login {
  width: auto;
}
.f-login__right .btn--login .btn__text {
  text-transform: none;
}
.f-login__right .f-login__list {
  padding-left: 0;
}
.f-login__users {
  color: #000;
  background-color: #ffb700;
  border-radius: 20px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 8px;
  font-size: 8px;
  line-height: 1.2;
  font-weight: normal;
}
[dir=rtl] .f-login__users {
  margin-left: 0;
  margin-right: 5px;
}
.f-login__users .icon-svg {
  width: 8px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
[dir=rtl] .f-login__users .icon-svg {
  margin-right: 0;
  margin-left: 5px;
}
@media (min-width: 480px) {
  .f-login__title {
    font-size: 20px;
  }
  .f-login__subtitle {
    font-size: 14px;
  }
  .f-login__users {
    margin-left: 15px;
    padding: 4px 10px 4px 8px;
    font-size: 12px;
  }
  [dir=rtl] .f-login__users {
    margin-left: 0;
    margin-right: 15px;
    padding: 4px 8px 4px 10px;
  }
  .f-login__users .icon-svg {
    width: 10px;
  }
}
@media (min-width: 680px) {
  .f-login .inp__text {
    font-size: 16px;
    padding: 8px 25px;
    border-width: 2px;
  }
  .f-login .inp__item {
    padding-left: 30px;
  }
  .f-login__close {
    top: 10px;
    left: auto;
    right: 10px;
    padding: 10px;
  }
  [dir=rtl] .f-login__close {
    right: auto;
    left: 10px;
  }
  .f-login__close .icon-svg {
    width: 20px;
  }
  .f-login__bg {
    left: auto;
    height: 100%;
    width: 45%;
    background-image: url("/img/sniper.png");
    background-position: left center;
    z-index: 5;
  }
  .f-login__btns {
    left: 65%;
  }
  [dir=rtl] .f-login__btns {
    left: auto;
    right: 65%;
  }
  .f-login__top {
    padding-right: 40%;
    padding-top: 0;
    margin-bottom: 80px;
    min-height: 135px;
  }
  [dir=rtl] .f-login__top {
    padding-right: 0;
    padding-left: 40%;
  }
  .f-login__wrap {
    padding: 60px 40px 35px;
  }
  .f-login__form {
    width: 55%;
  }
  .f-login__overview {
    width: 45%;
  }
  .f-login__overview {
    margin-top: 0;
  }
  .f-login__title {
    font-size: 25px;
  }
  .f-login__subtitle {
    padding-top: 12px;
    font-size: 15px;
  }
  .f-login__list {
    font-size: 14px;
  }
  .f-login__list li {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  [dir=rtl] .f-login__list li {
    padding-left: 0;
    padding-right: 20px;
  }
  .f-login__list li:before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .f-login__list-title {
    font-size: 24px;
  }
  .f-login__bottom {
    font-size: 13px;
  }
  .f-login__register a {
    font-size: 16px;
  }
  .f-login__right {
    color: #fff;
    padding-left: 60px;
  }
}
@media (min-width: 1000px) {
  .f-login__bg {
    width: 50%;
  }
  .f-login__btns {
    left: 55%;
  }
  [dir=rtl] .f-login__btns {
    left: auto;
    right: 55%;
  }
  .f-login__top {
    padding-right: 50%;
    min-height: 170px;
  }
  [dir=rtl] .f-login__top {
    padding-right: 0;
    padding-left: 50%;
  }
  .f-login__form,
  .f-login__overview {
    width: 50%;
  }
  .f-login__title {
    font-size: 25px;
  }
}
.f-plain {
  margin: 0 0 40px;
}
.f-plain__captcha {
  text-align: center;
  margin-bottom: 20px;
}
.f-plain__captcha > div {
  display: inline-block;
}
.f-plain__btn {
  text-align: center;
}
@media (max-width: 749px) {
  .f-plain__btn .btn__text {
    padding: 6px 40px 4px;
    font-size: 12px;
  }
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  min-width: 320px;
  background-color: #171717;
}
:first-child {
  margin-top: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-bold {
  font-weight: bold;
}
.font-regular {
  font-weight: normal;
}
.font-italic {
  font-style: italic;
}
.font-lg {
  font-size: 18px;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.border-top {
  border-top: 1px solid #484848;
}
.border-bottom {
  border-bottom: 1px solid #484848;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box-vertical:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.ctx {
  display: table-cell;
}
.ctx:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: xx-large;
  content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ';
}
.hide,
.js .js-hide {
  display: none;
}
.out,
.js .js-out {
  position: absolute;
  left: -5000px;
}
.vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-decoration: none;
}
.noselect {
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hidden-overflow {
  overflow: hidden;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 999px) {
  .mt-0--t {
    margin-top: 0px !important;
  }
  .mb-0--t {
    margin-bottom: 0px !important;
  }
  .mt-5--t {
    margin-top: 5px !important;
  }
  .mb-5--t {
    margin-bottom: 5px !important;
  }
  .mt-10--t {
    margin-top: 10px !important;
  }
  .mb-10--t {
    margin-bottom: 10px !important;
  }
  .mt-15--t {
    margin-top: 15px !important;
  }
  .mb-15--t {
    margin-bottom: 15px !important;
  }
  .mt-20--t {
    margin-top: 20px !important;
  }
  .mb-20--t {
    margin-bottom: 20px !important;
  }
  .mt-25--t {
    margin-top: 25px !important;
  }
  .mb-25--t {
    margin-bottom: 25px !important;
  }
  .mt-30--t {
    margin-top: 30px !important;
  }
  .mb-30--t {
    margin-bottom: 30px !important;
  }
  .mt-35--t {
    margin-top: 35px !important;
  }
  .mb-35--t {
    margin-bottom: 35px !important;
  }
  .mt-40--t {
    margin-top: 40px !important;
  }
  .mb-40--t {
    margin-bottom: 40px !important;
  }
  .mt-45--t {
    margin-top: 45px !important;
  }
  .mb-45--t {
    margin-bottom: 45px !important;
  }
  .mt-50--t {
    margin-top: 50px !important;
  }
  .mb-50--t {
    margin-bottom: 50px !important;
  }
  .mt-55--t {
    margin-top: 55px !important;
  }
  .mb-55--t {
    margin-bottom: 55px !important;
  }
  .mt-60--t {
    margin-top: 60px !important;
  }
  .mb-60--t {
    margin-bottom: 60px !important;
  }
  .mt-65--t {
    margin-top: 65px !important;
  }
  .mb-65--t {
    margin-bottom: 65px !important;
  }
  .mt-70--t {
    margin-top: 70px !important;
  }
  .mb-70--t {
    margin-bottom: 70px !important;
  }
  .mt-75--t {
    margin-top: 75px !important;
  }
  .mb-75--t {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 749px) {
  .mt-0--m {
    margin-top: 0px !important;
  }
  .mb-0--m {
    margin-bottom: 0px !important;
  }
  .mt-5--m {
    margin-top: 5px !important;
  }
  .mb-5--m {
    margin-bottom: 5px !important;
  }
  .mt-10--m {
    margin-top: 10px !important;
  }
  .mb-10--m {
    margin-bottom: 10px !important;
  }
  .mt-15--m {
    margin-top: 15px !important;
  }
  .mb-15--m {
    margin-bottom: 15px !important;
  }
  .mt-20--m {
    margin-top: 20px !important;
  }
  .mb-20--m {
    margin-bottom: 20px !important;
  }
  .mt-25--m {
    margin-top: 25px !important;
  }
  .mb-25--m {
    margin-bottom: 25px !important;
  }
  .mt-30--m {
    margin-top: 30px !important;
  }
  .mb-30--m {
    margin-bottom: 30px !important;
  }
  .mt-35--m {
    margin-top: 35px !important;
  }
  .mb-35--m {
    margin-bottom: 35px !important;
  }
  .mt-40--m {
    margin-top: 40px !important;
  }
  .mb-40--m {
    margin-bottom: 40px !important;
  }
  .mt-45--m {
    margin-top: 45px !important;
  }
  .mb-45--m {
    margin-bottom: 45px !important;
  }
  .mt-50--m {
    margin-top: 50px !important;
  }
  .mb-50--m {
    margin-bottom: 50px !important;
  }
  .mt-55--m {
    margin-top: 55px !important;
  }
  .mb-55--m {
    margin-bottom: 55px !important;
  }
  .mt-60--m {
    margin-top: 60px !important;
  }
  .mb-60--m {
    margin-bottom: 60px !important;
  }
  .mt-65--m {
    margin-top: 65px !important;
  }
  .mb-65--m {
    margin-bottom: 65px !important;
  }
  .mt-70--m {
    margin-top: 70px !important;
  }
  .mb-70--m {
    margin-bottom: 70px !important;
  }
  .mt-75--m {
    margin-top: 75px !important;
  }
  .mb-75--m {
    margin-bottom: 75px !important;
  }
}

/*# sourceMappingURL=style-login.css.map */
