/*header*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100500;
    background-color: #000;
    background-image: url(../../img/loader_map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#preloader:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1194px;
  height: 847px;
  border-radius: 1194px;
  opacity: 0.1;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  filter: blur(100px);
}
#preloader>*{
  z-index: 2;
}
@media all and (display-mode: standalone) {
    #preloader{
        background-color: #2c2c2c;
    }
}
#preloader .logo img{
  width: 100%;
  height: auto;
}
#preloader .progress {
    position: relative;
    width: 100%;
}
#preloader .progress .text{
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  text-align: center;
  color: #FC0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: -0.24px;
  white-space: nowrap;
}
#preloader .progress .inner{
  position: relative;
  height: 321px;
}
#preloader .progress .inner .back{
  width: 100%;
  display: none;
}
#preloader .progress .inner .back,
#preloader .progress .inner .front{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#preloader .progress .inner .line{
  position: absolute;
  width: 100%;
  border-left: 2px dotted #FC0;
  height: 400px;
  top: 0;left: 0;
}
#preloader .front{
  width: 0;
  will-change: width;
}
#preloader.step1 .front{
  width: 20%;
  transition: width .5s ease;
}
#preloader.step2 .front{
  width: 80%;
  transition: width 1.5s ease;
}
#preloader.step3 .front{
  width: 100%;
  transition: width .5s ease;
}
#preloader .line{
  transform: translateX(0);
  will-change: transform;
  backdrop-filter: grayscale(1);
  -webkit-backdrop-filter: grayscale(1);
}
#preloader.step1 .line{
  transform: translateX(20%);
  transition: transform .5s ease;
}
#preloader.step2 .line{
  transform: translateX(80%);
  transition: transform 1.5s ease;
}
#preloader.step3 .line{
  transform: translateX(100%);
  transition: transform .5s ease;
}

#preloader .progress .inner > div img{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
}
#preloader .progress .inner > div img:last-child{
  display: none;
}
@media screen and (max-width: 767px) {
  #preloader .progress .inner > div img:last-child{
    display: inline;
  }
  #preloader .progress .inner > div img:first-child{
    display: none;
  }
  #preloader .progress .inner .line{
    height: 200px;
  }
  #preloader .progress .inner{
    height: 175px;
  }
}

#preloader .progress .bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #ecaf00;
    will-change: transform;
}
.beforeload #preloader .progress .bar {
    animation: load 1s ease;
    animation-fill-mode: forwards;
}
@keyframes load {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
#preloader .logo {
    width: 158px;
    text-align: center;
    margin: 0 auto 30px;
}
.header-terminal .logo.hid_sm,.header-terminal .logo.vis_sm{
  pointer-events: none;
}
/*#loader-wrapper{position:absolute;height:235px;left:0;top:calc(40% + 60px);right:0;z-index:15;overflow:hidden}*/
/*.loader{transform:scale(1.5);width:150px;height:150px;border:1px #fff solid;position:absolute;left:50%;top:50%;margin:-75px 0 0 -75px;border-radius:50%}*/
.loader .loading{
    width:100%;
    max-width: 340px;
    text-align:center;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 30px auto 0;
    height: 40px;
}
.loader .loading div{
    display: none;
    width: 100%;
}
.cover_preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1171px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0;
}
@media screen and (max-width: 1199px) {
  .cover_preloader{
    width: 100%;
  }
}
.loader-circle-1{width:138px;height:138px;left:5px;top:5px;border:1px #ffcd00 solid;border-radius:50%;position:absolute;border-right-color:transparent;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}
.loader-circle-2{width:126px;height:126px;left:5px;top:5px;border:1px transparent solid;border-radius:50%;position:absolute;border-right-color:#ff6600;-webkit-animation:spin 5s linear infinite;animation:spin 5s linear infinite}
.loader .line{width:10px;height:2px;background:#fff;position:absolute}
.loader .line:nth-child(1){left:16px;top:50%;margin-top:-1px}
.loader .line:nth-child(2){transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);left:33px;top:33px}
.loader .line:nth-child(3){top:16px;left:50%;width:2px;height:10px}
.loader .line:nth-child(4){transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);right:33px;top:33px}
.loader .line:nth-child(5){right:16px;top:50%;margin-top:-1px}
.loader .line:nth-child(6){transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);right:33px;bottom:33px;background:#e81512}
.loader .subline{position:absolute;width:3px;height:2px;background:#fff}
.loader .subline:nth-child(7){transform:rotate(22.5deg);-moz-transform:rotate(22.5deg);-webkit-transform:rotate(22.5deg);-ms-transform:rotate(22.5deg);left:21px;top:50px}
.loader .subline:nth-child(8){transform:rotate(67.5deg);-moz-transform:rotate(67.5deg);-webkit-transform:rotate(67.5deg);-ms-transform:rotate(67.5deg);left:50px;top:21px}
.loader .subline:nth-child(9){transform:rotate(112.5deg);-moz-transform:rotate(112.5deg);-webkit-transform:rotate(112.5deg);-ms-transform:rotate(112.5deg);right:50px;top:21px}
.loader .subline:nth-child(10){transform:rotate(157.5deg);-moz-transform:rotate(157.5deg);-webkit-transform:rotate(157.5deg);-ms-transform:rotate(157.5deg);right:21px;top:50px}
.loader .subline:nth-child(11){transform:rotate(22.5deg);-moz-transform:rotate(22.5deg);-webkit-transform:rotate(22.5deg);-ms-transform:rotate(22.5deg);right:20px;bottom:49px;background:#e81512}
.loader .needle{width:14px;height:14px;border-radius:50%;border:1px #fff solid;position:absolute;left:50%;top:50%;margin:-8px 0 0 -8px;z-index:1;-webkit-animation:pegIt 3s infinite ease-in-out;animation:pegIt 3s infinite ease-in-out}
.loader .needle:before{content:"";width:0;height:0;border-style:solid;border-width:3.5px 50px 3.5px 0;border-color:transparent #ff6600 transparent transparent;position:absolute;right:50%;top:50%;margin:-3.5px 0 0;border-radius:0 50% 50% 0}
@keyframes pegIt {
0%{transform:rotate(0deg)}
16%{transform:rotate(75deg)}
25%{transform:rotate(55deg)}
30%{transform:rotate(90deg)}
36%{transform:rotate(170deg)}
42%{transform:rotate(150deg)}
50%{transform:rotate(227deg)}
100%{transform:rotate(0deg)}
}
@-webkit-keyframes pegIt {
0%{-webkit-transform:rotate(0deg)}
16%{-webkit-transform:rotate(75deg)}
25%{-webkit-transform:rotate(55deg)}
30%{-webkit-transform:rotate(90deg)}
36%{-webkit-transform:rotate(170deg)}
42%{-webkit-transform:rotate(150deg)}
50%{-webkit-transform:rotate(227deg)}
100%{-webkit-transform:rotate(0deg)}
}
@-webkit-keyframes spin {
0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.active_mssg{
    font-weight: 700;
    font-size: 10px;
    line-height: 24px;
    background: #FF2B2B;
    border-radius: 8px;
    padding: 0 8px;
    display: inline-block;
    text-transform: uppercase;
}
header .container{
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
header a.logo  {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
header a.logo  img {
  width: 180px;
  display: inline-block;
}
header .cover_outside{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .cover_inside {
  display: flex;
  align-items: center;
}
header {
  background-color: #2C2C2C;
  height: 64px;
  padding: 21px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.header-terminal .logo.hid_sm img {
  width: 162px;
}
.container-large {
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.inner-mnu__item.flex.for_mob {
  display: none;
}
.close-nav {
  display: none;
}
.inner-mnu {
  padding: 24px 0px 16px;
  z-index: 10;
  position: absolute;
  top: 70px;
  background-color: #2C2C2C;
  list-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  display: none;
  width: 265px;
  border: 1px solid rgba(255,255,255,0.1);
    border-top-color: rgba(255, 255, 255, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
/*  border-top: none;*/
  left: 50%;
  transform: translateX(-50%);
  text-align-last: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.hero-nav {
  padding: 15px 17px 15px 47px;
  position: relative;
  margin-right: 60px;
  cursor: pointer;
}
.hero-nav__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #515151;
}
.header-home a.logo.hid_sm img{
  width: 198px;
}
.header-home .reload-demo-account{
  display: none;
}
.hero-nav-1 .hero-nav__icon {
  border: 3px solid #676459;
}
.hero-nav-2 .hero-nav__icon {
  border: 3px solid #968F78;
}
.hero-nav-3 .hero-nav__icon {
  border: 3px solid #747B87;
}
.hero-nav-4 .hero-nav__icon {
  border: 3px solid #3C5283;
}
.hero-nav-5 .hero-nav__icon {
  border: 3px solid #08BBD3;
}
.hero-nav__name {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.new-hero-score {
  padding: 2px 5px;
  cursor: pointer;
}
.hero-nav__icon img {
  max-width: 100%;
  height: auto;
}
.hero-nav__icon {
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  fill: #939393;
  overflow: hidden;
  border-radius: 50%;
}
.hero-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.hero-score__value.money-balance {
  margin-top: 4px;
}
.hero-nav__arrow {
  position: absolute;
  top: 46%;
  right: 0;
  width: 7px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/img/arrow_down2.svg");
}
.inner-mnu__item {
  white-space: nowrap;
  transition: all 0.3s ease;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 8px;
}
.inner-mnu .name {
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.val_dif_type {
  padding: 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.exit-link {
  padding-top: 16px;
  margin-bottom: 0;
}
.inner-mnu__link {
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 5px 0;
  width: 100%;
  cursor: pointer;
}
.val_dif_type .new-hero-score {
  padding: 0;
}
.val_dif_type .new-hero-opened::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ECAF00;
  top: 50%;
  transform: translate(0%,-50%);
  left: 0;
}
.val_dif_type .new-hero-opened::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECAF00;
  top: 50%;
  transform: translate(0%,-50%);
  left: 5px;
}
.val_dif_type .hero-score__title {
  padding-left: 30px;
}
.val_dif_type .new-hero-opened {
  position: relative;
}
.new-hero-opened {
  width: auto !important;
  cursor: pointer;
  position: relative;
}
.val_dif_type > .new-hero-score > .new-hero-opened {
  pointer-events: none;
}
.val_dif_type .hero-score__value.money-balance {
  padding-left: 30px;
}
.hero-score__value, .hero-score__value a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.val_dif_type .score-chose-hidden {
  display: block !important;
  position: static;
  padding: 0 !important;
  width: auto !important;
  border: transparent;
  background-color: transparent;
}
.val_dif_type .score-chose-hidden .hero-score__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  transform: translate(0%,-50%);
  left: 0px;
}
.val_dif_type .score-chose-hidden .hero-score__title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  top: 50%;
  transform: translate(0%,-50%);
  left: 5px;
}
.val_dif_type .score-chose-hidden .hero-score__title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}
.score-chose-hidden .hero-score__title{
    color: #fff;
    display: flex;
    padding-right: 5px;
    padding-top: 10px;
}
.hero-score__title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.val_dif_type .score-chose-hidden img {
  display: none;
}
.val_dif_type .score-chose-hidden .cover_block {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.val_dif_type .score-chose-hidden .hero-score__value.money-balance {
  padding-left: 0;
}
.inner-mnu__item:last-child span {
  display: inline-flex;
  align-items: center;
}
.exit-link img {
  margin-right: 10px;
}
.inner-mnu__link img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-mnu__item:not(.btn_block_menu):hover a {
  color: #ecaf00;
}
.widget-login_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.burger {
    display: none;
}
.logo.vis_sm {
  display: none;
}
header .lang-sw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 37px;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}
header .lang-sw > a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .lang-sw .dropdown ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
header .lang-sw .dropdown li a img {
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0;
  margin-left: 15px;
  width: 20px;
}
header .lang-sw img {
  border-radius: 50%;
  margin-right: 4px;
}
header .lang-sw .dropdown li a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0px;
  text-decoration: none;
}
header .lang-sw > a img {
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
}
.widget-hero_block{
    position: relative;
}
.yellow_btn_cash{
    height: 40px;
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    transition: .3s ease;
    color: #000;
    background: #ECAF00;
}
.yellow_btn_cash:hover{
    background-color: #F4CF65;
}
.yellow_btn_cash.transp_btn{
    color: #fff;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.yellow_btn_cash.transp_btn:hover{
    border: 2px solid rgba(255, 255, 255,1);
}
.overlay{
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    z-index: -1;
    transition: .3s ease;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body.modal_active .overlay{
    opacity:1;
    z-index: 5;
}
.modal_popup .form-group{
  width: 100%;
}
.modal_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 342px;
    background-color: #fff;
    border-radius: 24px;
    padding: 40px 35px;
    opacity: 0;
    z-index: -1;
    transition: .3s ease;
    color: #090E12;
}
.modal_popup.active{
    opacity: 1;
    z-index: 6;
}
.modal_popup .close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    padding: 16px;
    cursor: pointer;
    transition: .3s ease;
    opacity: 1;
}
.modal_popup form{
    max-width: 100%;
    margin: 0 auto;
}
.modal_popup .close:hover svg path{
    fill: #000;
}
.modal_popup .title{
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
    line-height: 30px;
}
.modal_popup input{
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(191, 197, 195, 0.20);
    text-align: center;
    background-color: transparent;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
}
.modal_popup .follow_block{
    text-align: center;
    margin-top: 16px;
}
.modal_popup .follow_block p{
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 32px;
    color: #BFC5C3
}
.modal_popup .follow_block a{
    text-decoration: underline;
    color: inherit;
}
.modal_popup .follow_block p:last-child{
  margin: 0;
  line-height: 1.4;
}
.modal_popup .follow_block p:last-child a{
  font-size: 14px;
  color: #090E12;
}
.modal_popup .follow_block a:hover{
    text-decoration: none;
}
.modal_form-sign_in.modal_popup .follow_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  margin-top: 32px;
}
.modal_form-sign_in.modal_popup .follow_block a{
  text-decoration: none;
}
.modal_form-sign_in.modal_popup .follow_block a:last-child{
  color: #BFC5C3;
  margin-top: 8px;
}
.modal_popup input[type=submit], .modal_popup button[type=submit]{
    height: 48px;
    width: 100%;
    background: #090E12;
    border:none;
    border-radius: 8px;
    font-family: 'Inter',sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 1;
    text-transform: none;
}
.modal_popup input[type=submit]:hover, .modal_popup button[type=submit]:hover{
  background-color: #ECAF00;
  color: #090E12;
}
.modal_popup ul{
  list-style: none;
  padding: 0;
}
.modal_popup li p{
    position: relative;
    padding-bottom: 17px;
}
.modal_popup input::-webkit-input-placeholder {
    color: #9AA6AB;
    opacity: 1;
}
.modal_popup input::-moz-placeholder {
    color: #9AA6AB;
    opacity: 1;
} 
.modal_popup input:-moz-placeholder {
    color: #9AA6AB;
    opacity: 1;
}
.modal_popup input:-ms-input-placeholder {
    color: #9AA6AB;
    opacity: 1;
}
.modal_popup .error-message{
  font-size: 11px;
  color: #f00;
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 200%;
  text-align: center;
  transform: translate(-50%,0);
}
.error-message{
    font-size: 11px;
    color: #f00;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    text-align: center;
}
#modal-instructions{
  display: none;
}
.popup_cont .title_cont{
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.modal_additional_info .popup_cont{
  text-align: center;
}
.modal_additional_info .yellow_btn{
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
font[class] {
  background-color: transparent !important;
  box-shadow: none !important;
}
.widget-hero_block .block_count_cash .inner_block{
  display: flex;
  justify-content: space-between;
}
.widget-hero_block .block_count_cash .img_block{
  max-width: 30px;
  margin-right: 10px;
}
.widget-hero_block .block_count_cash .img_block img{
  max-width: 100%;
  height: auto;
}
.widget-hero_block .block_count_cash .left_block {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #fff;
}
.widget-hero_block .enter_cashback{
  display: block;
  text-decoration: none;
}
.widget-hero_block .time_left_cash span{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 9px;
}
.widget-hero_block .sum_cashback{
  font-size: 16px;
}
.widget-hero_block .block_count_cash{
  padding: 16px 16px;
}
.widget-hero_block .exit-link{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-hero_block .time_cach {
  color: #ecaf00;
  font-size: 14px;
}
.field-signupform-user_country_id .nice-select{
  background-color: transparent;
  height: 48px;
  border: 1px solid rgba(191, 197, 195, 0.20);
  text-align: center;
  border-radius: 8px;
}

label[for="signupform-user_country_id"]{
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
/*  margin-bottom: 5px;*/
/*  display: block;*/
}
.field-signupform-user_country_id .current{
  line-height: 48px;
  color: #222;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding-left: 10px;
}
.field-signupform-user_country_id .nice-select .option.disabled{
  font-weight: 400;
  color: #222;
}
.field-signupform-user_country_id .list{
  width: 100%;
/*  background-color: #151B1E;*/
}
.field-signupform-user_country_id .nice-select .option:hover,
.field-signupform-user_country_id .nice-select .option.focus,
.field-signupform-user_country_id .nice-select .option.selected.focus{
  background-color:#ECAF00;
}
.th_text{
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.login_th_block li a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(191, 197, 195, 0.20);
  width: 65px;
  height: 50px;
}
.login_th_block ul{
  margin-bottom: 0 !important;
}
.login_th_block{
  margin-top: 24px;
  text-align: center;
}
.login_th_block .th_text{
  color: #BFC5C3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2;
}

#modal-auth,#modal-auth-info{
  max-width: 500px;
  width: 90%;
  background-color: #151B1E;
  border-radius: 50px;
  padding: 70px 50px;
  left: 50%;
  height: auto;
  top: 50%;
  transform: translate(-50%,-50%);
}
#modal-auth .modal-box, #modal-auth-info .modal-box{
  background-color: transparent;
  box-shadow: none;
  height: auto;
  position: static;
  transform: none;
  padding: 0;
  max-width: none;
  width: 100%;
}
#modal-auth .modal-sandbox, #modal-auth-info .modal-sandbox{
  height: auto;
  position: static;
}
#modal-auth .nice-select{
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 2px;
  width: 100%;
}
#modal-auth .nice-select .list{
  width: 100%;
  background-color: #151B1E;
}
#modal-auth .nice-select .option:hover,
#modal-auth .nice-select .option.focus,
#modal-auth .nice-select .option.selected.focus {
  background-color: #ECAF00;
}
.field-user-tz_id .nice-select .list{
  max-height: 155px;
  overflow-x:hidden;
  overflow-y:scroll;
  scrollbar-color: #ECAF00 transparent;
  scrollbar-width: thin;
}
.field-user-tz_id .nice-select .list::-webkit-scrollbar {
    width: 7px;
    background: transparent;
}

.field-user-tz_id .nice-select .list::-webkit-scrollbar-thumb {
    background: #ECAF00;
}
#modal-auth .mb_box{
  margin-bottom: 15px;
}
#modal-auth .profile-form__btn-wrap{
  margin-top: 15px;
}
.message-item__text{
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#modal-auth .yellow_btn,#modal-auth-info .yellow_btn{
  background: #ECAF00;
  border: none;
  border-radius: 16px;
  font-family: 'Inter',sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: block;
  height: 76px;
  width: 100%;
  transition: .3s ease;
}
#modal-auth .yellow_btn:hover, #modal-auth-info .yellow_btn:hover {
  background-color: #F4CF65;
}
.over_lay_block{
    background-color: rgba(0, 0, 0, .9);
    opacity: 1;
    z-index: 5;
    transition: .3s ease;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#modal-auth-info .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: .3s ease;
  opacity: 1;
}
#modal-auth-info .close:hover{
  opacity: .8;
}

#modal-auth .title,#modal-auth-info .title{
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#modal-auth .info{
  margin-bottom: 10px;
}
#modal-auth .info span{
  color: #ecaf00;
}
#modal-auth p{
  text-align: center;
}
#modal-auth .field-user-user_country_id,#modal-auth .field-user-tz_id{
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-start;
}
#modal-auth .profile-form__input-label {
  color: #ECAF00;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #151B1E;
  padding: 3px;
  position: relative;
  display: inline-block;
  left: 10px;
  bottom: -14px;
}
.auth-icon.google{
  background-image: url("/main/img/googleplus-ico-color.svg");
  background-position: center center !important;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  width: 100%;
  height: 100%;
}
.auth-icon.vkontakte{
  background-image: url("/main/img/vk-ico-color.svg");
  background-position: center center !important;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  width: 100%;
  height: 100%;
}
.auth-icon.yandex{
  background-image: url("/main/img/yand-ico-color.svg");
  background-position: center center !important;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  width: 100%;
  height: 100%;
}
.tr_rooms{
    background-color: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    height: 40px;
    padding: 0 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 40px; 
}
.tr_rooms .beta{
  font-size: 11px;
  position: absolute;
  right: 3px;
  top: -1px;
  z-index: 2;
  color: red;
}
.tr_rooms:hover {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 1);
  color: #fff;
}
.val_dif_type .tr_rooms{
  margin: 0 0 15px;
  width: 100%;
}
.auth-icon{
  /*opacity: 0.5;*/
  transition: .3s ease;
}
.auth-icon:hover{
  opacity: 1;
}
.modal_popup .login_th_block li:first-child{
  order: 1;
}
.modal_popup .login_th_block li:nth-child(2){
  order: -1;
}
.modal_popup .login_th_block li:nth-child(3){
  order: 0;
}
@media(max-width:1199px){
  .header-terminal .room_block_btn{
    margin-top: 8px;
  }
  .header-terminal .room_block_btn .tr_rooms{
    width:236px;
    justify-content: center;
    height: 32px;
  }
  .tr_rooms.vis_lg{
    display: none;
  }
  .val_dif_type .score-chose-hidden {
    height: auto !important;
    opacity: 1 !important;
  }
  .val_dif_type > .new-hero-score > .new-hero-opened {
    pointer-events: auto;
  }
    .yellow_btn.yellow_btn_cash.transp_btn{
     background-color:#ECAF00;
     border:none;
    }
    .header-terminal .exit-link {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header-terminal .inner-mnu__link{
        margin-bottom: 0;
    }
    .header-terminal .lang.inner-mnu__item.flex.for_mob {
      order: -1;
    }
    .header-terminal .name {
      order: 0;
      font-size: 18px;
    }
    .header-terminal .inner-mnu__item.btn_block_menu{
      order: 1;
    }
    .header-terminal .inner-mnu__item {
      order: 4;
    }
    .header-terminal .chashback_cover_item{
      order: 3;
    }
    .header-terminal .val_dif_type {
      order: 2;
    }
    .header-terminal .widget-hero_block > .hero{
        display: none;
    }
    header.header-terminal .cover_outside{
        position: relative;
    }
    .header-terminal .widget-hero_block{
        position: static;
    }
    .header-terminal .widget-hero_block.open .inner-mnu.inner-mnu_center {
      right: -15px;
      top: 0px;
    }
    .header-terminal .inner-mnu {
      left: auto;
      transform: none;
      right: -500px;
      transition: .5s ease;
      display: flex !important;
      width: 292px;
      flex-flow: column;
        flex-wrap: nowrap;
      flex-wrap: wrap;
      top: -30px;
      padding-top: 16px;
    }
    .header-terminal .burger {
      display: inline-block;
      cursor: pointer;
    }
    .header-terminal .burger span {
      display: block;
      height: 2px;
      border-radius: 8px;
      margin-bottom: 4px;
      width: 24px;
      background-color: #fff;
    }
    .header-terminal .burger span:last-child {
      margin-bottom: 0;
    }
    header.header-terminal a.logo.hid_sm{
        display: none;
    }
    .header-terminal .logo.vis_sm{
        display: block;
        width: 36px;
        font-size: 0;
    }
    .header-terminal .logo.vis_sm img{
        width: 100%;
    }
    .header-terminal .lang-sw {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-right: 65px;
      width: auto;
      margin-top: 0;
      margin-left: 0;
    }
    .header-terminal .inner-mnu__item.flex.for_mob {
        display: none;
    }
    .header-terminal .inner-mnu__item.flex.for_mob.lang{
      display: block;
      margin-bottom: 10px;
    }
    .header-terminal .inner-mnu__item.flex.for_mob.btn_block_menu{
      display: block;
    }
    .header-terminal .btn_block_menu .yellow_btn.yellow_btn_cash:last-of-type{
      display: none;
    }
    
    .header-terminal .inner-mnu li {
      width: 100%;
    }
    .header-terminal .inner-mnu li.close-nav {
      display: block;
      cursor: pointer;
      position: absolute;
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      width: 32px;
      height: 32px;
      right: 16px;
      top: 14px;
    }

}
@media screen and (max-width: 1199px) and (orientation: landscape){
/*  #preloader .progress{
    top: 60%;
  }*/
  .cover_preloader{
    padding: 15px 0;
  }
  .header-terminal .burger{
    padding-bottom: 5px;
  }
  .hero-score__value, .hero-score__value a{
    line-height: 14px;
  }
  span.header-money{
    font-size: 14px;
    line-height: 14px;
  }
  .header-terminal .val_dif_type{
    border-bottom: none;
  }
  .header-terminal .lang.inner-mnu__item.flex.for_mob {
    order: -1;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .header-terminal .name {
    order: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .header-terminal .inner-mnu__item.btn_block_menu{
    order: 4;
  }
  .header-terminal .inner-mnu__item {
    order: 1;
  }
  .header-terminal .chashback_cover_item{
    order: 3;
    margin-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-terminal .val_dif_type {
    order: 2;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .header-terminal .exit-link{
    order: 5;
  }
  .header-terminal .inner-mnu__item.flex.for_mob.btn_block_menu{
    padding-left: 12px;
    padding-right: 12px;
  }
  .inner-mnu__item.flex .yellow_btn{
    background-color: #ECAF00;
    height: 32px;
    border: none;
  }
  .header-terminal .inner-mnu__item.flex .yellow_btn{
    width: 100%;
  }
  .header-terminal .room_block_btn .tr_rooms{
    width: 100%;
  }
  .header-terminal .name{
    padding-left: 12px;
    padding-right: 12px;
  }
  .inner-mnu__item{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .header-terminal .inner-mnu{
    top: auto;
    bottom: -16px;
    left: -350px;
    right: auto;
    transition: .3s ease;
    border-radius: 0;
    flex-flow: row;
    padding-bottom: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-terminal .widget-hero_block.open .inner-mnu.inner-mnu_center{
  left: 40px;
  top: auto;
  right: auto;
  max-height: 100vh;
  overflow: scroll;
  }
  .header-terminal .inner-mnu__item:nth-child(5){
    padding: 0;
    width: 30%;
    justify-content: center;
  }
  .header-terminal .inner-mnu__item:nth-child(7){
    width: 30%;
    padding: 0;
    justify-content: center;
  }
  .header-terminal .inner-mnu__item:nth-child(8){
    padding: 0;
    width: 30%;
    justify-content: center;
  }
  .header-terminal .inner-mnu__item:nth-child(5) img{
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .header-terminal .inner-mnu__item:nth-child(7) img{
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .header-terminal .inner-mnu__item:nth-child(8) img{
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .header-terminal .inner-mnu__item:nth-child(5) a{
    text-align: center;
    width: auto;
  }
  .header-terminal .inner-mnu__item:nth-child(7) a{
    text-align: center;
    width: auto;
  }
  .header-terminal .inner-mnu__item:nth-child(8) a{
    text-align: center;
    width: auto;
  }
  .header-terminal .inner-mnu__item:nth-child(7) span{
    display: none;
  }
}
@media screen and (max-width: 1199px) and (orientation: portrait){
  .header-terminal .inner-mnu{
    z-index: 45;
  }
}
@media(max-width:991px){
    .for_mob.btn_block_menu .room_block_btn{
      margin-top: 8px;
    }
    .tr_rooms .beta{
      font-size: 10px;
    }
    .room_block_btn .tr_rooms{
      margin-right: 0;
      height: 32px;
    }
    .exit-link {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .inner-mnu__link{
        margin-bottom: 0;
    }
    .lang.inner-mnu__item.flex.for_mob {
      order: -1;
      margin-bottom: 10px;
    }
    .name {
      order: 0;
    }
    .inner-mnu__item.btn_block_menu{
      order: 1;
    }
    .chashback_cover_item{
      order:3;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 20px;
    }
    .inner-mnu__item {
      order: 4;
    }
    .val_dif_type {
      order: 2;
      margin-bottom: 0px;
    }
    .widget-hero_block > .hero{
        display: none;
    }
    header .cover_outside{
        position: relative;
    }
    .widget-hero_block{
        position: static;
    }
    .widget-hero_block.open .inner-mnu.inner-mnu_center {
      right: -15px;
      top: 0px;
    }
    .inner-mnu {
      left: auto;
      transform: none;
      right: -500px;
      transition: .5s ease;
      display: flex !important;
      width: 292px;
      flex-flow: column;
        flex-wrap: nowrap;
      flex-wrap: wrap;
      top: -30px;
      padding-top: 16px;
    }
    .burger {
      display: inline-block;
      cursor: pointer;
    }
    .burger span {
      display: block;
      height: 2px;
      border-radius: 8px;
      margin-bottom: 4px;
      width: 24px;
      background-color: #fff;
    }
    .burger span:last-child {
      margin-bottom: 0;
    }
    header a.logo.hid_sm{
        display: none;
    }
    .logo.vis_sm{
        display: block;
        /*width: 36px;*/
      width: 56px;
      margin-top: -4px;
    }
    .logo.vis_sm img{
        width: 100%;
    }
    .lang-sw {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-right: 37px;
      width: auto;
      margin-top: 0;
      margin-left: 0;
    }
    .inner-mnu__item.flex.for_mob {
        display: block;
    }
    .inner-mnu li {
      width: 100%;
    }
    .inner-mnu li.close-nav {
      display: block;
      cursor: pointer;
      position: absolute;
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      width: 32px;
      height: 32px;
      right: 16px;
      top: 14px;
    }

}
@media(max-width:767px){
  .field-signupform-user_country_id .nice-select{
    height: 55px;
  }
  .field-signupform-user_country_id .current{
    line-height: 55px;
  }
  .cover_preloader{
    width: 344px;
  }
    #preloader{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #loader-wrapper{
/*        height: 180px;*/
    }
    .loader{
        transform: none;
    }
    #preloader .progress,
    #preloader .logo{
        max-width: 95%;
    }
    #preloader .logo{
        margin-bottom: 30px;
    }
  }
  @media(max-width:390px){
    .loader .loading{
      max-width: 300px;
    }

}
@media(max-width:480px){
  #modal-auth, #modal-auth-info{
    padding: 40px 20px;
  }
  #modal-auth .title, #modal-auth-info .title {
    font-size: 23px;
  }
  .login_th_block{
    flex-flow: column;
  }
  .login_th_block .th_text{
    margin-right: 0;
    margin-top: 0;
  }

}
@media screen and (max-width: 767px) and (orientation: portrait){
  .header-terminal .inner-mnu{
    z-index: 45;
  }
}

.tr_rooms{
  height: 44px;
  padding-left: 70px;
  border-radius: 9px;
  /*border: 1px solid rgba(255, 255, 255, 0.10);*/
  border: none;
  background: radial-gradient(98.65% 176.55% at 11.42% 122%, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, #F60 0%, #FC0 100%);
  color:#090E12;
  font-size: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 8px;
  letter-spacing: -0.28px;
  transition: all .3s;
}
.telegram_link{
  text-decoration: none;
  position: relative;
  display: inline-flex;
  font-size: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 44px;
  padding-left: 70px;
  padding-right: 34px;
  color: #fff;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: radial-gradient(98.65% 176.55% at 11.42% 122%, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), #181818;
  margin-right: 40px;
  letter-spacing: -0.28px;
  transition: all .3s ease;
}
.telegram_link:hover{
  border: 1px solid rgba(255, 255, 255, 0.30);
}
#remove_tg_header{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}
.telegram.auth-link{
  position: relative;
  overflow: hidden;

}
.telegram.auth-link span{
   background: url("/main/img/teleg_ico.svg");
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: center center;
}
.auth-icon.telegram iframe{
  position: absolute;
  left: -40px;
  top: 5px;
  right: 0;
  bottom: 0;
  opacity: 0.001;
  z-index: 12;
  cursor: pointer;
}
.modal_form-sign_up .login_th_block li:last-child{
  display: none;
}
@media screen and (max-width: 1349px) {
  .telegram_link{
     display: none;
  }
}
.telegram_link span{
  font-size: 11px;
  line-height: 110%; /* 12.1px */
  letter-spacing: -0.22px;
  opacity: 0.5;
}
.telegram_link:before{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background-image: url(../img/tg_btn_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.telegram_link.get_bonus{
  margin-right: 8px;
  width: 267px;
  padding-left: 88px;
  padding-right: 10px;
}
.telegram_link.get_bonus:before{
  width: 88px;
  background-image: url(../img/bonus_btn_bg.png);
}
.header-terminal .room_block_btn .tr_rooms{
  height: 44px;
}
.tr_rooms span{
  font-size: 11px;
  line-height: 110%; /* 12.1px */
  letter-spacing: -0.22px;
  opacity: 0.5;
  color: inherit;
}
/*.tr_rooms:before{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background-image: url(../img/new_btn.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.tr_rooms:hover{
  border: none;
  color:#fff;
  text-shadow: 0 0 2px rgba(0,0,0,.8);
}*/
.special_btns .tr_rooms{
  margin: 0;
  width: 100%;
}
@media screen and (max-width:1660px) {
     .only-timer .current-local-time{
      width: 115px;
    }
    .header-terminal .tr_rooms{
      padding-right: 10px;
    }
    .telegram_link,
    .tr_rooms{
      font-size: 12px;
    }
    .telegram_link span,
    .tr_rooms span{
      font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
  .header-terminal .inner-mnu li,
  .header-terminal .inner-mnu__item.flex.for_mob.btn_block_menu,
  .inner-mnu .name{
    margin-bottom: 10px;
  }
  .val_dif_type{
    padding: 10px 16px;
    margin-bottom: 10px;
  }
  .header-terminal .exit-link{
    margin-bottom: 0;
    padding-top: 10px;
  }
  .val_dif_type .new-hero-score{
    margin-bottom: 0;
  }
}
/*header*/


.header-terminal .widget-login_block .yellow_btn.btn{
    width: 156px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    justify-content: center;
}
.hero-nav{
    margin-right: 45px;
    padding: 0 20px 0 52px;
}
.only-timer .current-local-time{
    width: auto;
    display: block;
    margin-right: 32px;
    height: auto;
    font-size: 12px;
}
.hero-score__title{
    font-size: 12px;
    margin: 0;  
    line-height: 1.2;
}
span.header-money{
    font-size: 16px;
    line-height: 1.15;
}
.hero-score__value{
    margin: 0;  
}
.hero-nav__icon{
    left: 0;
}
.hero-score__value.money-balance{
    margin-top: 0;
}
.new-hero-score{
    padding: 0;
}

.inner-mnu{
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    /*background: #1C1E27;*/
    background: #111519;
    padding: 24px;
}
.val_dif_type{
    border: none;
    padding: 0;
}
.inner-mnu__item,
.inner-mnu .name{
    padding: 0;
}
.exit-link img{
  display: none;
}
.widget-hero_block .exit-link a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  padding: 12px 24px;
  font-size: 16px;
  margin: 0;
}
.val_dif_type .score-chose-hidden .cover_block{
  font-size: 10px;
  line-height: 1.2;
}
.hero-score__value, .hero-score__value a{
  font-size: 16px;
  line-height: 1.15;
}

.inner-mnu__link img{
  opacity: 0.6;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.inner-mnu__link,
.inner-mnu__item.flex{
  margin: 0;
}
.widget-hero_block .exit-link{
  border: none;
  margin-top: 32px;
}
.inner-mnu__link{
  display: block;
  width: calc(100% + 16px);
  margin-right: -8px;
  margin-left: -8px;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
}
.inner-mnu__link:hover{
  background: rgba(255, 255, 255, 0.05);
  color: #fff !important;
}
.inner-mnu__link:hover img{
  opacity: 1;
}
.inner-mnu .name{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.val_dif_type{
/*  margin-top: 16px;*/
}
.val_dif_type .new-hero-score{
  margin-top: 24px;
}
.val_dif_type .tr_rooms{
  margin: 0;
}
.val_dif_type .new-hero-opened::after,
.val_dif_type .score-chose-hidden .hero-score__title::after{
  border: none;
  background-color: rgba(255,255,255,.08);
}
.val_dif_type .hero-score__title{
  font-size: 10px;
}
.widget-hero_block .exit-link{
  margin-top: 24px !important;
}
@media screen and (max-width: 1199px) and (orientation: landscape) {
  .widget-hero_block .exit-link{
    margin-top: 0 !important;
  }
}
.header-terminal .tr_rooms{
  display: none;
}
.header-terminal .val_dif_type .new-hero-score{
  margin-top: 16px;
}
.site-b .modal_form-sign_up .login_th_block li:last-child{
  display: block;
}