@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,900;1,900&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
  margin: auto;
}

img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

a {
  display: block;
  position: relative;
  font: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

.banner {
  position: relative;
  width: 728px;
  height: 90px;
  text-align: center;
  margin: auto;
  overflow: hidden;
  background: url('../img/728/background-728.png') no-repeat 50% / cover;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  margin: auto;
  padding: 8px 18px;
  opacity: 0;
  overflow: hidden;
}

.banner-4 .content:first-child{
  opacity: 1;
  -webkit-animation: fade1 7s steps(1) infinite;
  animation: fade1 7s steps(1) infinite;
}
.banner-4 .content:nth-child(2){
  opacity: 0;
  -webkit-animation: fade2 7s steps(1) infinite;
  animation: fade2 7s steps(1) infinite;
}
.banner-4 .content:nth-child(3){
  opacity: 0;
  -webkit-animation: fade3 7s steps(1) infinite;
  animation: fade3 7s steps(1) infinite;
}

.banner-4 .content__fourth:last-child {
  opacity: 0;
  -webkit-animation: fade4 7s steps(1) infinite;
  animation: fade4 7s steps(1) infinite;
}

/******/
.banner-3 .content:first-child{
  opacity: 1;
  -webkit-animation: banner3fade1 6s steps(1) infinite;
          animation: banner3fade1 6s steps(1) infinite;
}
.banner-3 .content:nth-child(2){
  opacity: 0;
  -webkit-animation: banner3fade2 6s steps(1) infinite;
          animation: banner3fade2 6s steps(1) infinite;
}
.banner-3 .content:last-child{
  opacity: 0;
  -webkit-animation: banner3fade3 6s steps(1) infinite;
          animation: banner3fade3 6s steps(1) infinite;
}


@-webkit-keyframes fade1 {
  0% {
    opacity: 1;
  }
  25%,
  50%,
  100% {
    opacity: 0;
  }
}


@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25%,
  50%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade2 {
  25% {
    opacity: 1;
  }
  50%,
  75%,
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  25% {
    opacity: 1;
  }
  50%,
  75%,
  100% {
    opacity: 0;
  }
}


@-webkit-keyframes fade3 {
  50% {
    opacity: 1;
  }
  75%,
  100% {
    opacity: 0;
  }
}


@keyframes fade3 {
  50% {
    opacity: 1;
  }
  75%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade4 {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade4 {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 3 banners */
@-webkit-keyframes banner3fade1 {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
@keyframes banner3fade1 {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes banner3fade2 {
  50% {
    opacity: 1;
  }
  75%,
  100% {
    opacity: 0;
  }
}

@keyframes banner3fade2 {
  50% {
    opacity: 1;
  }
  75%,
  100% {
    opacity: 0;
  }
}


@-webkit-keyframes banner3fade3 {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes banner3fade3 {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -20;
  height: 100%;
}

.background img {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.background .background-one {
  display: block;
}

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 158px;
  -ms-flex: 0 1 158px;
  flex: 0 1 158px;
  margin-right: 6px;
}

.content__first .logo {
  margin-right: 14px;
}

.image img {
  display: none;
}

.image .image-one {
  display: inline;
}

.content__first .background {
  right: 0;
}

.content__first .text span {
  font-size: 15px;
}

.content__first .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title span {
  margin: 0 3px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    color-stop(18%, #ffffff),
    color-stop(54%, #cee1ef),
    to(#ffffff)
  );
  background-image: -o-linear-gradient(
    bottom,
    #ffffff 0%,
    #ffffff 18%,
    #cee1ef 54%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    0deg,
    #ffffff 0%,
    #ffffff 18%,
    #cee1ef 54%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__first .bets {
  padding: 5px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
  position: relative;
}

.content__first .bets span {
  z-index: 10;
    padding: 5px;
    margin:5px;
}

.content__first .bets::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: -3%;
  width: 106%;
  height: 100%;
  background-image: url(../img/button-background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 0px 7px 0px #000000);
  filter: drop-shadow(0px 0px 7px 0px #000000);
  z-index: 1;
}

.content__first .bet-now {
  margin-left: auto;
}

.image {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: -10;
}

.image img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
  height: 100%;
}

.content__first .image {
  right: 140px;
}

.content__second .image {
  left: 43px;
}

.content__second .text {
  margin: 0 auto;
}

.content__second .text p {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    color-stop(11%, #ffffff),
    color-stop(50%, #cee1ef),
    to(#ffffff)
  );
  background-image: -o-linear-gradient(
    bottom,
    #ffffff 0%,
    #ffffff 11%,
    #cee1ef 50%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    0deg,
    #ffffff 0%,
    #ffffff 11%,
    #cee1ef 50%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__second .date {
  font-size: 38px;
}

.content__third .text {
  margin-left: 7px;
  margin-right: auto;
}

.content__third .text p {
  font-size: 41px;
}

.content__third .image {
  right: 34px;
}

.content__fourth .text {
  margin-right: auto;
  margin-left: 20px;
}

.content__fourth .text p {
  font-size: 18px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    color-stop(11%, #ffffff),
    color-stop(50%, #cee1ef),
    to(#ffffff)
  );
  background-image: -o-linear-gradient(
    bottom,
    #ffffff 0%,
    #ffffff 11%,
    #cee1ef 50%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    0deg,
    #ffffff 0%,
    #ffffff 11%,
    #cee1ef 50%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__fourth .text .contrast-text {
  font-size: 26px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    color-stop(50%, #2db1cf),
    to(#ffffff)
  );
  background-image: -o-linear-gradient(
    bottom,
    #ffffff 0%,
    #2db1cf 50%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    0deg,
    #ffffff 0%,
    #2db1cf 50%,
    #ffffff 100%
  );
}

.content__fourth .image {
  right: 106px;
}

.second-break {
  display: none;
}

.bet-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bet-now span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  padding: 10px 25px;
  white-space: nowrap;
}

.bet-now span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2bc252),
    to(#9df1a1)
  );
  background-image: -o-linear-gradient(bottom, #2bc252 0%, #9df1a1 100%);
  background-image: linear-gradient(0deg, #2bc252 0%, #9df1a1 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.75),
    inset 0px 4px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.75),
    inset 0px 4px 0px 0px rgba(255, 255, 255, 0.4);
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -10;
}

@media screen and (min-width: 727px) {
  .content__second .date {
    margin-left: 30px;
  }
}

@media screen and (min-width: 712px) and (max-width: 727px) {
  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-two {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-two {
    display: block;
  }

  .banner {
    width: 712px;
    height: 74px;
    background: url('../img/712/background-712.png') no-repeat 50% / cover;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 134px;
    -ms-flex: 0 1 134px;
    flex: 0 1 134px;
    margin-right: 20px;
  }

  .content__first .logo {
    margin-right: 20px;
  }

  .content__first .background {
    right: 44px;
    top: 0;
    bottom: 0;
  }

  .content__first .background img {
    mix-blend-mode: color-dodge;
  }

  .content__first .text span {
    font-size: 15px;
  }

  .title span {
    margin: 0 5px;
  }

  .content__first .bets {
    padding: 5px 30px;
    margin-top: 4px;
  }

  .content__first .bet-now {
    margin-left: auto;
  }

  .content__first .image {
    right: 154px;
  }

  .content__second .image {
    left: 94px;
  }

  .content__second .text {
    margin: 0 40px 0 auto;
  }

  .content__second .date {
    font-size: 36px;
  }

  .content__third .text {
    margin-right: auto;
    margin-left: 33px;
  }

  .content__third .text p {
    font-size: 34px;
  }

  .content__third .image {
    right: 86px;
  }
  /* !!! */
  .content__fourth .text {
    margin-right: auto;
    margin-left: 30px;
  }
  /* !!! */
  .content__fourth .text p {
    font-size: 16px;
  }

  .content__fourth .text .contrast-text {
    font-size: 24px;
  }

  .content__fourth .image {
    right: 133px;
  }

  .bet-now {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bet-now span {
    font-size: 14px;
    padding: 10px 25px;
  }
}

@media screen and (min-width: 468px) and (max-width: 711px) {
  .banner {
    width: 468px;
    height: 60px;
    background: url('../img/468/background-468.png') no-repeat 50% / cover;
  }

  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-three {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-three {
    display: block;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 96px;
    -ms-flex: 0 1 96px;
    flex: 0 1 96px;
    margin-right: 5px;
  }

  .content__first .text span {
    font-size: 9px;
  }

  .title span {
    margin: 0 5px;
  }

  .content__first .bets {
    padding: 3px 20px;
    margin-top: 2px;
  }

  .content__first .bet-now {
    margin-left: auto;
  }

  .content__first .image {
    right: 100px;
  }

  .content__second .image {
    left: 41px;
    bottom: 0;
  }

  .content__second .text {
    margin: 0 20px 0 auto;
  }

  .content__second .date {
    font-size: 23px;
  }

  .content__third .text {
    margin-right: auto;
  }

  .content__third .text p {
    font-size: 27px;
  }

  .content__third .image {
    right: 62px;
  }

  .content__fourth .text {
    margin-right: auto;
    margin-left: 5px;
  }

  .content__fourth .text p {
    font-size: 12px;
  }

  .content__fourth .text .contrast-text {
    font-size: 19px;
  }

  .content__fourth .image {
    right: 100px;
  }

  .bet-now {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bet-now span {
    font-size: 11px;
    padding: 7px 25px;
  }
}

@media screen and (min-width: 452px) and (max-width: 467px) {
  .banner {
    width: 452px;
    height: 44px;
    background: url('../img/452/background-452.png') no-repeat 50% / cover;
  }

  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-four {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-four {
    display: block;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    margin-right: 15px;
  }

  .content {
    padding: 7px 18px;
  }

  .content__first .text span {
    font-size: 9px;
  }

  .title span {
    margin: 0 2px;
  }

  .content__first .bets {
    padding: 3px 18px;
    margin-top: 2px;
  }

  .content__first .bet-now {
    margin-left: auto;
  }

  .content__first .image {
    right: 104px;
  }

  .content__second .image {
    left: 72px;
  }

  .content__second .text {
    margin: 0 35px 0 auto;
  }

  .content__second .date {
    font-size: 19px;
  }

  .content__third .text {
    margin-right: auto;
    margin-left: 0;
  }

  .content__third .text p {
    font-size: 20px;
  }

  .content__third .image {
    right: 61px;
  }

  .content__fourth .text {
    margin-right: auto;
    margin-left: 10px;
  }

  .content__fourth .text p {
    font-size: 10px;
  }

  .content__fourth .text .contrast-text {
    font-size: 14px;
  }

  .content__fourth .image {
    right: 111px;
  }

  .bet-now {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bet-now span {
    font-size: 9px;
    padding: 5px 17px;
  }
}

@media screen and (min-width: 300px) and (max-width: 451px) {
  .banner {
    width: 300px;
    height: 250px;
    background: url('../img/300/background-300.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-five {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-five {
    display: block;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 10px 13px;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto 12px;
    max-width: 111px;
  }

  .content__first .text span {
    font-size: 16px;
  }

  .title span {
    margin: 0 2px;
  }

  .content__first .logo {
    margin: 0 auto 12px;
  }

  .content__first .bets {
    padding: 3px 18px;
    margin-top: 5px;
  }

  .content__first .bet-now {
    margin: 0 auto;
  }

  .content__first .image {
    height: 178px;
    right: 0;
  }

  .content__second {
    background: url(../img/300/2background-300.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
  }

  .content__second .image {
    left: 110px;
    height: 148px;
  }

  .content__second .text {
    margin: 0 auto;
  }

  .content__second .date {
    font-size: 34px;
  }

  .content__third {
    background: url(../img/300/3background-300.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .content__third .text {
    margin: 0 auto;
  }

  .content__third .text p {
    margin: 0 4px;
    display: inline-block;
    font-size: 48px;
  }

  .content__third .image {
    right: 0;
    height: 152px;
  }

  .content__third .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content__fourth .text {
    margin: 0 auto;
  }

  .content__fourth .text p {
    font-size: 20px;
  }

  .content__fourth .text .contrast-text {
    font-size: 30px;
  }

  .content__fourth .image {
    right: 0;
    height: 250px;
  }

  .bet-now {
    position: absolute;
    bottom: 13px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bet-now span {
    font-size: 18px;
    padding: 12px 40px;
  }
}

@media screen and (min-width: 284px) and (max-width: 299px) {
  .banner {
    width: 284px;
    height: 234px;
    background: url('../img/284/background-284.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-six {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-six {
    display: block;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto 12px;
    max-width: 100px;
  }

  .content__first .text span {
    font-size: 17px;
  }

  .title span {
    margin: 0 2px;
  }

  .content__first .logo {
    margin: 0 auto 12px;
  }

  .content__first .bets {
    padding: 3px 18px;
    margin-top: 5px;
  }

  .content__first .bet-now {
    margin: 0 auto;
  }

  .content__first .image {
    height: 140px;
    right: 0;
  }

  .content__second {
    background: url(../img/284/2background-284.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
  }

  .content__second .image {
    left: 107px;
    height: 144px;
  }

  .content__second .text {
    margin: 0 auto;
  }

  .content__second .date {
    font-size: 31px;
  }

  .content__third {
    background: url(../img/284/3background-284.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .content__third .text {
    margin: 0 auto;
  }

  .content__third .text p {
    margin: 0 4px;
    display: inline-block;
    font-size: 40px;
  }

  .content__third .image {
    right: 0;
    height: 162px;
  }

  .content__fourth .text {
    margin: 0 auto;
  }

  .content__fourth .text p {
    font-size: 20px;
  }

  .content__fourth .text .contrast-text {
    font-size: 28px;
  }

  .content__fourth .second-break {
    display: block;
  }

  .content__fourth .image {
    right: 0;
    height: 100%;
  }

  .bet-now {
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bet-now span {
    font-size: 16px;
    padding: 10px 40px;
  }
}

@media screen and (min-width: 160px) and (max-width: 283px) {
  .banner {
    width: 160px;
    height: 40px;
    background: url('../img/160/background-160.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-seven {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-seven {
    display: block;
  }

  .content {
    padding: 2px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto;
    position: absolute;
    top: 2px;
    left: 43px;
    max-width: 36px;
  }

  .content__first .text span {
    font-size: 7px;
  }

  .title span {
    margin: 0 2px;
  }

  .content__first .logo {
    margin: 0 auto 2px;
  }

  .content__first {
    padding: 15px 43px 2px 5px;
  }

  .content__first .bets {
    padding: 1px 15px;
    margin-top: 3px;
  }

  .content__first .bet-now {
    margin: 0 auto;
  }

  .content__first .image {
    height: 100%;
    right: 0;
  }

  .content__second {
    padding: 15px 5px 2px 30px;
  }

  .content__second .logo {
    margin: 0 auto 2px 0;
  }

  .content__second .image {
    left: 10px;
    bottom: 0;
  }

  .content__second .text {
    margin: 0 auto;
  }

  .content__second .date {
    font-size: 16px;
  }

  .content__third {
    padding: 15px 60px 2px 5px;
  }

  .content__third .text {
    margin: 0 auto;
  }

  .content__third .text p {
    margin: 0 2px;
    display: inline-block;
    font-size: 14px;
  }

  .content__third .image {
    right: 0;
    height: 100%;
  }

  .content__fourth {
    padding: 3px 5px 2px 70px;
  }

  .content__fourth .logo {
    margin: 0 auto 2px 0;
  }

  .content__fourth .text {
    margin: 0 auto 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .content__fourth .text p {
    margin: 0 2px;
    font-size: 8px;
    line-height: 1.1;
  }

  .content__fourth .text .contrast-text {
    font-size: 11px;
  }

  .content__fourth .image {
    right: unset;
    left: 0;
    height: 100%;
  }

  .bet-now {
    display: none;
  }
}

@media screen and (max-width: 159px) {
  .banner {
    width: 144px;
    height: 24px;
    background: url('../img/144/background-144.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image img,
  .image .image-one {
    display: none;
  }

  .image .image-eight {
    display: inline;
  }

  .background img,
  .background .background-one {
    display: none;
  }

  .background .background-eight {
    display: block;
  }

  .content {
    padding: 3px;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    margin: 0 1px 0 0 !important;
  }

  .content__first .text span {
    font-size: 7px;
  }

  .title span {
    margin: 0 2px;
  }

  .content__first .text {
    margin: 0 auto 0 0;
  }

  .content__first .bets {
    padding: 1px 15px;
    margin-top: 2px;
  }

  .content__first .image {
    right: 0;
  }

  .content__second .image {
    left: 36px;
  }
  /* !!! */
  .content__second .text {
    margin: 0 10px 0 auto;
  }
  /* !!! */
  .content__second .date {
    font-size: 11px;
  }

  .content__third .text {
    margin: 0 auto 0 15px;
  }

  .content__third .text p {
    display: block;
    font-size: 11px;
  }

  .content__third .image {
    right: -10px;
    height: 100%;
  }

  .content__third .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* !!! */
  .content__fourth .text {
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  /* !!! */
  .content__fourth .text p {
    margin: 0 2px;
    font-size: 7px;
  }

  .content__fourth .text br {
    display: none;
  }

  .content__fourth .text .contrast-text {
    font-size: 10px;
  }

  .content__fourth .image {
    right: 0;
  }

  .bet-now {
    display: none;
  }
}

