.betera-widget {
  margin: 10px 0;
  background: #272A33;
  padding: 15px 0;
}

.betera-widget__header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.betera-widget__brand {
  padding: 10px;
  margin-right: 10px;
}

.betera-widget__header-logo {
  width: 206px;
  height: 30px;
  margin-top: 9px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 206px auto;
  background-image: url(/images/i-betera.png);
  display: inline-block;
  vertical-align: top;
}
.betera-widget__header-btn{
  line-height:normal!important;
}
.betera-widget .betera-widget__header-btn a{
  padding: 0!important;
  text-decoration: none!important;
}
.betera-widget__header-btn span {
  padding: 5px 25px;
  border-radius: 18px;
  border: 2px solid  #50F000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0em;
  color: #50F000;
  text-align: center;
}

.betera_slider {
  overflow: hidden;
  position: relative
}

.betera_slider__inner {
  position: relative
}


.betera__cards {
  overflow: hidden
}

.betera__scroller {
  box-sizing: content-box;
  margin-bottom: -50px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 50px;
  white-space: nowrap
}

.betera__slide {
  display: inline-block;
  vertical-align: top;
  white-space: normal;

  height: 380px;
  margin: 5px;
  width: 235px;

}

.betera__slide-item {
  box-sizing: border-box;
  display: block;
  flex-grow: 1;
  margin: 7.5px;
  overflow: hidden;
  position: relative;
  text-decoration: none!important;
  transition: box-shadow .3s;
  transition: background-color .3s,box-shadow .3s;
  white-space: nowrap;
  background: #000;


  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 15px 0;

  height: 380px;
  margin: 7.5px;
  width: 230px;

  border-radius: 6px;
}

.betera__slide-item > div:first-child {
  bottom: 0;
  left: 0;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

.betera__slide-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.betera__slide-item:hover .betera__slide-image__image {
  transform: scale(1.1) translateZ(0)
}

.betera__slide-image {
  left: 0;
  position: absolute;
  top: 0;
  transition: top .3s
}

.betera__slide-image {
  display: block;
  margin-bottom: 10px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.betera__slide-image__image {
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s
}

.betera__slide-image__shadow {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background .3s;

  background: radial-gradient(100% 100% at 50% 0px, transparent 50%, #000 100%) rgba(0, 0, 0, 0.2);
}


.betera-widget .betera__slide-title {
  color: #fff;
  margin-bottom: 15px;
  padding-top: 100%;
  text-shadow: 0 0 8px rgba(0,0,0,.3);
  transition: padding-top .3s;
  font-weight: 500;
  font-size: 28px;
  position: relative;
  z-index: 2;
  white-space: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", Arial, Verdana, sans-serif;

}

.betera-widget .betera__part {
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  align-items: center;

}

.betera-widget .betera__part-date {
  color: #50F000;
  max-width: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  white-space: normal;
  text-transform: uppercase;
}
.betera-widget .betera__part-title {

  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  white-space: normal;
  text-transform: uppercase;
}

.betera-widget .betera__part-desc{
  color: #FFFFFF;
  font-size: 9px;
  font-style: italic;
  line-height: 10px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  white-space: normal;
  padding-left: 40px;
  margin-top: 10px;
  text-transform: uppercase;

}

.betera__slide-item{
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .betera-widget__header-btn span{
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .betera-widget__header-btn span{
    display: block;
    max-width: 133px;
    padding: 5px;
  }
}

@media (max-width: 576px) {
  .betera-widget__brand{
    margin-right:0;
  }
  .betera-widget__header-logo{
    background-size: 170px auto;
    width: 170px;
  }
}



.betera-widget .stake{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.betera-widget .stake__item{
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.betera-widget .stake__title{
    color: #50F000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 5px;
}

.betera-widget .stake__value{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    background: #272A33;
    padding: 1px 5px;
min-width:34px;
    margin: 0 5px;
}