/* COMMON */

html {
  height: 100%;
  width: 100%;
}
body {
  font-weight: 400;
  position: relative;
  color: #ffffff;
  line-height: normal;
  min-height: 100%;
  width: 100%;
    font-size: 14px;
  font-family: 'Oxanium', sans-serif;
}
p{
    margin: 0;
}
input:focus-visible{
    outline: none;
}

.uppercase {
	text-transform:uppercase;
}

.gp-page{
  background-image: linear-gradient( 180deg, #1c303c 0%, #0c2431 100%);
}    

.guest-content{
  max-width: 1115px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  margin: 0 auto;
    
}

.wrapper {
    
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
  display: flex;
  font-family: 'Oxanium', sans-serif;
}
.pc-wrapper {
  background-color: #f5f5f5;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
}
.new-content p{
    margin: 0;
}
.new-content{
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    min-height: 100vh;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.new-content .left-content{
    width: 45%;
    background-position: center;
    background-size: cover;
    background-image: url(../image/page/home/bg-img.png)
}
.new-content .right-content{
    width: 55%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.new-content .right-content{
    
}
.right-content .main-content{
    flex: 1;
    font-weight: bold;
}
.right-content .content{
    padding-left: 75px;
    max-width: 440px;
    width: 100%;
}


.header .top{
   height: 50px;
   color: #ffffff;
    background-color: #c92317;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.header .top .content{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    font-size: 12px;
}
.header .top .content .text{
    font-size: 14px;
}

.header .mein-menu{
    padding-top: 40px;
}
.header .mein-menu .t-text{
    font-size: 34px;
    color: #353535;
   margin-bottom: 10px;
}
.header .mein-menu .t-text span{
    color: #c92317;
}
.header .mein-menu .text{
     margin-bottom: 40px;
    color: #353535;
}
.header .mein-menu .text span{
    color: #a6a6a6;
    font-size: 12px;
}
.header .mein-menu .text .day{
    text-decoration: underline;
    color: #353535;
    font-size: 14px;
}
.header .mein-menu .menu{
    padding-bottom: 14px;
    font-size: 13px;
}
.header .mein-menu .menu a{
    color: #000000;
    margin-right: 40px;
}
.header .mein-menu .menu a:last-child{
    margin-right: 0;
}
.header .mein-menu .menu a.active{
     color: #cc271f;
}
.footer{
    padding: 30px 0px;
/*    background-color: #353535;*/
    color: #5f5f5f;
    font-size: 10px;
}
.footer .name{
    margin-bottom: 10px;
}

.main-content{
/*    background-color: #353535;*/
}

.main-content{
    
}


@media only screen and (max-width : 991px){
    .new-content .left-content{
        width: 30%;
    }
    .new-content .right-content{
        width: 70%;
    }
}
@media only screen and (max-width : 700px){
    .new-content .left-content{
        display: none;
    }
    .new-content .right-content{
        width: 1000%;
    }
    .right-content .content{
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 400px){
    .header .mein-menu .menu a{
        margin-right: 30px;
    }    
}

.block-input{
    position: relative;
}
.block-input.block-input-error .input-site{
    border: 1px solid #c92317;
}
.block-input .text-error{
    font-size: 12px;
    color: #c92317;
    margin-bottom: 10px;
}
.block-input .input-site{
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    color: #ffffff;
    height: 40px;
    border-radius: 0px;
    background-color: #2a2a2a;
    box-shadow: none;
    border: 1px solid rgb(95, 95, 95);
    margin-bottom: 10px;
    outline: none;
}
.block-input .input-site::placeholder{
   color: #adadad; 
}
.block-input .input-site:focus{
    border: 1px solid #a9a9a9;
}
.captcha-block{
    position: relative;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.captcha-block .text-error{
    position: absolute;
    color: #c92317;
    left: 0;
    font-size: 12px;
    bottom: -15px;
}
.captcha-block .block-input{
    width: 40%;
}
.captcha-block .block-input .input-site{
    margin-bottom: 0;
}
.captcha-block .block-img{
    margin-right: 10px;
    width: 40%;
     display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
     height: 40px;
    border-radius: 8px;
    background-color: #091519;
    box-shadow: none;
    border: 1px solid #5f5f5f;
}
.captcha-block .block-img img{
    max-width: 100%;
    max-height: 100%;
}
.captcha-block .block-reset{
    margin-left: 10px;
     display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    width: 40px;
        height: 40px;
    border-radius: 8px;
    background-color: #091519;
    box-shadow: none;
    border: 1px solid #5f5f5f;
}
.captcha-block .block-reset svg{
    width: 20px;
    fill: #ffffff;
}

/* -------------------- */
.icon-text {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
}
.icon-w {
  line-height: 0 !important;
  display: block;
  flex: none;
}
.icon-w svg,
.icon-w img {
  height: auto !important;
  width: 100% !important;
}
/* -------------------- */
.anim {
/*  transition: all 0.5s;*/
}
/* -------------------- */
.text-uppercase {
  text-transform: uppercase;
}
/* END */

/* FONTS */
.pf-light {
/*  font-weight: 300;*/
    font-weight: 300;
}
.pf-regular {
/*  font-family: "pf_baseline_proregular";*/
}
.pf-medium {
  font-weight: 500;
}
.pf-bold {
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .small-font {
    line-height: 15px;
    font-size: 12px;
  }
  .simple-font {
    line-height: 20px;
    font-size: 14px;
  }
  .large-font {
    line-height: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1919.9px) {
  .small-font {
    line-height: 15px;
    font-size: 10px;
  }
  .simple-font {
    line-height: 20px;
    font-size: 12px;
  }
  .large-font {
    line-height: 25px;
    font-size: 14px;
  }
}
/* FONTS END */

/* COLORS */
.red-col {
  color: #c92317;
}
a.red-col:hover {
  color: #f59999;
}
/* -------------------- */
.black-col {
  color: #000000;
}
a.black-col:hover {
  color: #c2c2c2;
}
/* -------------------- */
.grey-col {
  color: rgb(119, 119, 119);
}
a.grey-col:hover {
  color: #c2c2c2;
}
/* -------------------- */
.green-col {
  color: #c92317;
}
a.green-col:hover {
  color: #74e5bc;
}
/* -------------------- */
.white-col {
  color: #ffffff;
}
a.white-col:hover {
  color: #353535;
}
/* -------------------- */
.orange-col {
  color: #ee8a08;
}
a.orange-col:hover {
  color: #74e5bc;
}
/* COLORS END */

/* FORMS */
.form-main {
  padding-bottom: 50px;
}
/* -------------------- */
.form-main .title {
  font-weight: 700;
  margin-bottom: 25px;
}
/* -------------------- */
.form-main .form-box {
  padding-bottom: 10px;
}
/* -------------------- */
.form-main p {
  max-width: 675px;
}
.form-main p:last-child {
  margin-bottom: 0;
}
/* ------------------------------ auth-input */
.auth-input {
  border: 1px solid #353535;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 0;
}
.auth-input.select-box {
  overflow: visible;
}
/*.auth-input::after {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  width: 25px;
  bottom: 0;
  right: 0;
  top: 0;
}*/
/* -------------------- */
.auth-input.focus,
.auth-input:hover {
  border-color: #333333;
}
.error .auth-input {
  border-color: #c92317;
}
/* -------------------- */
.auth-input .form-control {
  font-weight: 700;
  padding: 10px 25px;
  line-height: 19px;
  color: #666666;
  font-size: 14px;
  min-height: 58px;
  border: 0;
}
.auth-input .form-control:focus {
  border-color: inherit;
  box-shadow: none;
}
/* -------------------- */
.auth-input .form-control::-moz-placeholder {
  color: #666666;
}
.auth-input .form-control::placeholder {
  color: #666666;
}
/* -------------------- */
div.form-control {
  align-items: center;
  display: flex;
}
.form-control span {
  word-break: break-word;
  overflow: hidden;
  display: block;
  max-width: 100%;
  flex: none;
}
.form-control span + span {
  margin-left: 5px;
}
/* ------------------------------ input-error */
.auth-input-box {
  position: relative;
}
.input-error {
  padding: 10px 25px;
  display: none;
}
.error .input-error {
  display: block;
}
/* ------------------------------ input-icon */
.input-icon {
  position: relative;
  padding: 18px 20px;
  align-items: center;
  display: flex;
  min-height: 100%;
}
.input-icon::after {
  background-color: #e1e1e1;
  position: absolute;
  content: "";
  width: 1px;
  bottom: 10px;
  top: 10px;
  right: 0;
}
.input-icon .icon-w {
  width: 22px;
}
.input-icon .icon-w .svg-fill {
  fill: #c92317;
}
/* ------------------------------ auth-label */
.auth-label {
  padding: 10px 0 10px 30px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 60px;
}
/* -------------------- */
.auth-label a {
  text-decoration: underline;
}
.auth-label a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* ------------------------------ pin-main */
.pin-main {
  align-items: center;
  display: flex;
}
/* -------------------- */
.pin-label {
  font-weight: 700;
  white-space: nowrap;
}
/* -------------------- */
.pin-main ul {
  justify-content: flex-end;
  margin-bottom: 0;
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
}
/* -------------------- */
.pin-main ul li {
  margin-left: 10px;
}
.pin-main ul li:first-child {
  margin-left: 0;
}
/* -------------------- */
.pin-main .auth-input .form-control {
  padding: 15px 10px;
  text-align: center;
  line-height: 28px;
  font-size: 25px;
}
/* ------------------------------ captcha */
.captcha-main {
  padding-bottom: 20px;
}
/* -------------------- */
.captcha-img {
  background-color: #ffffff;
  border: 1px solid #353535;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  display: flex;
  height: 55px;
}
/* -------------------- */
.captcha-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 30px;
  padding: 10px;
  height: 55px;
}
/* -------------------- */
.captcha-input .form-control {
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid #353535;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 0px;
  line-height: 1.5;
  color: #000000;
  font-size: 20px;
  height: 55px;
}
.captcha-input .form-control:focus {
  box-shadow: none;
}
/* -------------------- */
.captcha-btn {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  margin-left: 15px;
  display: flex;
  padding: 10px;
  height: 55px;
  width: 55px;
}
.captcha-btn .icon-w {
  width: 20px;
}

@media screen and (max-width: 575px) {
  .captcha-img {
    margin-bottom: 10px !important;
  }
  .captcha-icon {
    display: none;
  }
}
/* ------------------------------ input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
/* -------------------- Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* ------------------------------ select */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
}
/* -------------------- */
.topic-choose {
  text-align: left;
  position: relative;
  width: 100%;
}
/* -------------------- */
.select-icon {
  align-items: center;
  display: flex;
}
.select-icon .input-icon {
  padding: 4px 20px 4px 0;
  display: inline-flex;
  margin-right: 20px;
}
/* -------------------- */
.topic-choose .select2-container {
  width: 100% !important;
}
/* -------------------- */
.topic-choose .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 20px;
  padding-top: 14px;
  border-radius: 0;
  width: 100%;
  border: 0;
}
.topic-choose .select2-container .select2-selection--single {
  height: 58px;
}
.topic-choose .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  line-height: 30px;
  color: #454545;
  font-weight: 500;
  font-size: 16px;
}
.topic-choose .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}
.topic-choose .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
}
/* -------------------- */
.topic-choose .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  width: 60px;
  right: 0;
  top: 0;
}
.topic-choose .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/assets/image/page/loading/select-arrow-dark-upd.svg) center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
/*  transition: all 0.5s;*/
  border-width: 0;
  height: 8px;
  width: 8px;
  margin: 0;
  left: 50%;
  top: 50%;
}
.topic-choose .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg);
  border-width: 0;
}
/* -------------------- */
.topic-choose .bigdrop {
  width: 100% !important;
}
.topic-choose .select2-dropdown {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 5px;
  border: 1px solid #353535;
}
.topic-choose .select2-results__option {
  font-weight: 500;
  white-space: nowrap;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 20px;
  padding-top: 14px;
  line-height: 1;
  color: #454545;
  font-weight: 500;
  font-size: 14px;
}
.topic-choose .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f7f8f9;
  color: #454545;
}
.topic-choose .select2-container--default .select2-results__option--selected {
  background-color: #ffffff;
  color: #e70000;
}
/* ------------------------------ btn-main */
.btn-main {
  position: relative;
  padding-top: 20px;
}
.btn-main::after {
  background-color: #cccccc;
  position: absolute;
  width: 1000%;
  height: 1px;
  content: "";
  z-index: 3;
  left: 0;
  top: 0;
}
.btn-main .form-btn + .form-btn {
  margin-top: 15px;
}
/* -------------------- form-btn */
.form-btn {
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(39, 39, 39) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(39, 39, 39) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(39, 39, 39) 100%);
  font-weight: 700;
  justify-content: space-between;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0px;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  color: #ffffff;
  display: flex;
  height: 60px;
  width: 100%;
  z-index: 1;
  border: 0;
}
a.form-btn,
a.form-btn:hover {
  text-decoration: none;
}
/* -------------------- */
.form-btn::after,
.form-btn::before {
/*  transition: all 0.5s;*/
  position: absolute;
  content: "";
}
.form-btn::after {
  border: 1px solid transparent;
  border-radius: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.form-btn:hover::after {
  border-color: #686868;
  bottom: -7px;
  right: -7px;
  left: -7px;
  top: -7px;
}
.form-btn::before {
  border: 1px solid #ffffff;
  border-radius: 0px;
  z-index: 2;
  bottom: 2px;
  right: 2px;
  left: 2px;
  top: 2px;
}
/* -------------------- */
.form-btn span {
  position: relative;
  text-align: left;
  z-index: 5;
}
/* -------------------- */
.form-btn .icon-w {
  width: 8px;
}
.form-btn .icon-w .svg-fill {
  fill: #fff;
}
/* -------------------- */
.form-btn:hover {
  color: #000000;
}
.form-btn:hover::before {
  background-color: #fff;
}
.form-btn:hover .icon-w {
  margin-right: -10px;
}
.form-btn:hover .icon-w .svg-fill {
  fill: #000000;
}
/* -------------------- form-btn transparent */
.form-btn.transparent {
  border: 1px solid #bfbfbf;
  background-image: none;
  color: #000000;
}
/* -------------------- */
.form-btn.transparent:hover {
  border: 1px solid #454545;
}
/* -------------------- */
.form-btn.transparent::after,
.form-btn.transparent::before {
  display: none;
}
/* -------------------- */
.form-btn.transparent .icon-w .svg-fill {
  fill: #000000;
}
/* -------------------- footnote-message */
.footnote-message {
  padding-top: 60px;
  max-width: 590px;
}
/* -------------------- timer-block */
.timer-block {
  background-color: #f5f5f5;
  align-items: center;
  border-radius: 0px;
  padding: 15px 30px;
  flex-wrap: nowrap;
  min-height: 50px;
  display: flex;
}
/* -------------------- */
.timer-label {
  padding-right: 10px;
  color: #353535;
}
/* -------------------- */
.timer {
  font-weight: 700;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
}
.timer .dots {
  padding: 0 5px;
}
/* -------------------- qr-code */
.qr-code {
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  overflow: hidden;
  width: 90px;
}
.qr-code .icon-w {
  width: 88px;
}

@media screen and (min-width: 1920px) {
  .auth-label {
    font-size: 12px;
  }
  .pin-main .auth-input {
    width: 75px;
  }
  .pin-main,
  .btn-main,
  .auth-input-box {
    width: 495px;
  }
}
@media screen and (max-width: 1919.9px) {
  .auth-label {
    font-size: 11px;
  }
}

@media (min-width: 1200px) and (max-width: 1919.9px) {
  .pin-main .auth-input {
    width: 65px;
  }
  .pin-main,
  .btn-main,
  .auth-input-box {
    width: 435px;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .pin-main,
  .btn-main,
  .auth-input-box {
    width: 375px;
  }
}
@media (min-width: 440px) and (max-width: 767.9px) {
  .pin-label {
    padding: 0 20px;
  }
  .auth-label {
    padding: 10px 0 10px 20px;
  }
}
@media screen and (max-width: 1199.9px) {
  .pin-main .auth-input {
    width: 55px;
  }
}
@media screen and (max-width: 767.9px) {
  .pin-main,
  .btn-main,
  .auth-input-box {
    width: 100%;
  }
  .auth-input .form-control {
    padding: 10px 20px;
  }
  .input-error {
    padding: 10px 0 10px 20px;
  }
  .auth-label {
    padding: 10px 0 10px 20px;
    height: auto;
  }
}
@media screen and (max-width: 575.9px) {
  .timer-block {
    flex-direction: column;
  }
  .timer-label {
    margin-bottom: 3px;
  }
  .qr-code {
    width: 75px;
  }
  .qr-code .icon-w {
    width: 73px;
  }
}
@media screen and (max-width: 439.9px) {
  .pin-main {
    padding-top: 10px;
    display: block;
  }
  .pin-main ul {
    justify-content: flex-start;
  }
  .pin-label {
    padding: 0 0 10px;
  }
  .form-btn span.text {
    padding-right: 20px;
    max-width: 200px;
  }
}
/* ------------------------------ preferences-toggle */
.preferences-toggle {
  display: inline-block;
  position: relative;
}
/* -------------------- */
.toggle-input {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/* -------------------- */
.toggle-content {
/*  transition: all 0.5s;*/
  align-items: center;
  flex-direction: row;
  border-radius: 0px;
  flex-wrap: nowrap;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  padding: 10px 0;
}
.toggle-content .on {
  color: #c92317;
}
.toggle-content .off {
  color: #353535;
}
.preferences-toggle .svg-fill {
  fill: #353535;
}
.preferences-toggle .svg-fill-bg {
  fill: #f1f1f1;
}
.preferences-toggle .toggle-content .on .svg-fill {
  fill: #c92317;
}
.preferences-toggle .toggle-content .on .svg-fill-bg {
  fill: #d7fff0;
}
/* -------------------- */
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .style-btn::before {
  left: 17px;
}
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .off {
  color: #c92317;
}
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .on {
  color: #353535;
}
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .on .svg-fill {
  fill: #353535;
}
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .on .svg-fill-bg {
  fill: #f1f1f1;
}
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .off .svg-fill {
  fill: #c92317;
}
.preferences-toggle input[type="checkbox"]:checked + label.toggle-content .off .svg-fill-bg {
  fill: #d7fff0;
}
/* -------------------- */
.style-btn {
  position: relative;
  margin: 0 7px;
  height: 16px;
  width: 30px;
}
.style-btn::after,
.style-btn::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0px;
  position: absolute;
  content: "";
  top: 50%;
}
.style-btn::after {
  border: 1px solid #e2e2e2;
  background-color: #f5f5f5;
  height: 16px;
  right: 0;
  left: 0;
}
.style-btn::before {
  background-color: #000000;
/*  transition: all 0.5s;*/
  height: 10px;
  width: 10px;
  z-index: 3;
  left: 3px;
}
/* FORMS END */

/* BUTTONS */

/* BUTTONS END */

/* LINKS */
a {
  text-decoration: none;
/*  transition: all 0.5s;*/
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
/* -------------------- */
a.lined-link {
  text-decoration: underline;
}
a.lined-link:hover {
  text-decoration: none;
}
/* -------------------- */
a:focus {
  outline: none !important;
}
/* LINKS END */

/* PAGINATION */
.pagination {
  justify-content: flex-start;
  position: relative;
  margin-bottom: 0;
  flex-wrap: wrap;
}
/*
.pagination::after {
  background-color: #bfbfbf;
  position: absolute;
  width: 1000%;
  content: "";
  height: 1px;
  z-index: 3;
  left: 0;
  top: 0;
}
*/

@media screen and (min-width: 1920px) {
  .pagination {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1919.9px) {
  .pagination {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .pagination {
    margin-top: 30px;
  }
}
/* -------------------- */
.page-item {
  margin: 5px 3px;
}
/* -------------------- */
.page-item:nth-child(1) .page-link,
.page-item:nth-child(2) .page-link {
  border-color: #e2e2e2;
}
.page-item:last-child .page-link,
.page-item:nth-last-child(2) .page-link {
  border-color: #e2e2e2;
}
/* -------------------- */
.page-item:first-child .page-link .icon-w {
  margin-right: 5px;
}
.page-item:last-child .page-link .icon-w {
  margin-left: 5px;
}
/* -------------------- */
.page-link {
  text-decoration: none !important;
  background-color: transparent;
  border-color: transparent;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  line-height: 20px;
  display: flex;
  min-height: 40px;
  min-width: 40px;
  font-size: 12px;
  color: #000;
}
/* -------------------- */
.page-link .icon-w {
  width: 10px;
}
.page-link .icon-w .svg-fill {
  fill: #000000;
}
.page-link:hover .icon-w .svg-fill {
  fill: #353535;
}
/* -------------------- */
.page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #353535;
}
span.page-link {
  pointer-events: none;
}
.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #353535;
}
.page-link:focus {
  background-color: transparent;
  box-shadow: none;
}
/* PAGINATION END */

/* PRELOADER */
.preload {
  overflow: hidden;
}
#preloader {
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 1500;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.dark-side #preloader {
  background-color: #232323;
}
/* -------------------- */
.preload-logo {
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 25px;
  height: 50px;
  width: 50px;
  z-index: 10;
  left: 50%;
  top: 50%;
}
.preload-logo .icon-w {
  width: 100%;
}
.preload-logo .icon-w .svg-fill {
  fill: #e70000;
}
.dark-side .preload-logo .icon-w .svg-fill {
  fill: #f52e53;
}
/* -------------------- */
.preload-icon {
  transform: translate(-50%, -50%);
  position: absolute;
  height: 1000px;
  width: 1000px;
  opacity: 0;
  left: 50%;
  top: 50%;
}
.preload-icon .icon-w {
  width: 100%;
}
.preload-icon .icon-w .svg-fill {
  fill: #f5f5f5;
}
.dark-side .preload-icon .icon-w .svg-fill {
  fill: #292929;
}
/* -------------------- */
.triangle-f,
.triangle-b {
  -webkit-animation: zoom 3s ease-in infinite;
  -moz-animation: zoom 3s ease-in infinite;
  -o-animation: zoom 3s ease-in infinite;
  animation: zoom 3s ease-in infinite;
}
.triangle-b {
  animation-delay: 1.5s;
}
/* -------------------- */
@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-moz-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-ms-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-o-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/* PRELOADER END */

.tab.slave:not(.active) {
  display: none;
}

.mand {
  color: red;
}

.public_auth_button.auth {
  display: none;
}

/* ------------------------------ toprate */
.toprate li .amount > span {
  position: relative;
}
.toprate li:nth-child(1) .amount > span::after,
.toprate li:nth-child(2) .amount > span::after,
.toprate li:nth-child(3) .amount > span::after,
.toprate li:nth-child(1) .amount > span::before,
.toprate li:nth-child(2) .amount > span::before,
.toprate li:nth-child(3) .amount > span::before {
  background-color: #5f1a1a;
  transform: translateY(-50%);
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  top: 50%;
}
.toprate li:nth-child(1) .amount > span::before,
.toprate li:nth-child(2) .amount > span::before,
.toprate li:nth-child(3) .amount > span::before {
  left: -17px;
}
.toprate li:nth-child(1) .amount > span::before {
  background: url(/assets/image/icons/bracket-open-red.svg) center no-repeat;
  background-size: contain;
}
.toprate li:nth-child(2) .amount > span::before {
  background: url(/assets/image/icons/bracket-open-orange.svg) center no-repeat;
  background-size: contain;
}
.toprate li:nth-child(3) .amount > span::before {
  background: url(/assets/image/icons/bracket-open-yellow.svg) center no-repeat;
  background-size: contain;
}
.toprate li:nth-child(1) .amount > span::after,
.toprate li:nth-child(2) .amount > span::after,
.toprate li:nth-child(3) .amount > span::after {
  margin-left: -3px;
  left: 100%;
}
.toprate li:nth-child(1) .amount > span::after {
  background: url(/assets/image/icons/bracket-close-red.svg) center no-repeat;
  background-size: contain;
}
.toprate li:nth-child(2) .amount > span::after {
  background: url(/assets/image/icons/bracket-close-orange.svg) center no-repeat;
  background-size: contain;
}
.toprate li:nth-child(3) .amount > span::after {
  background: url(/assets/image/icons/bracket-close-yellow.svg) center no-repeat;
  background-size: contain;
}
.toprate li:nth-child(1) .amount > span {
  animation: textcolor 7s ease-in infinite;
}
@keyframes textcolor {
  0% {
    color: #ffffff;
  }
  5% {
    color: #c92317;
  }
  10% {
    color: #ffffff;
  }
  15% {
    color: #c92317;
  }
  20% {
    color: #ffffff;
  }
  100% {
    color: #ffffff;
  }
}


.pin{
    margin-bottom: 10px;
}
.pin .block-input{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    
}
.pin .block-input .input-site{
    width: 20%;
    font-size: 30px;
    text-align: center;
    padding: 0;
}

.feb:not(.error) ferr {
	display:none;
}

ferr {
	font-size:1rem;
	color:red;
}

.feb.error {
	border:2px solid red;
	padding:1rem;
}