body {
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  background-color: #0a1426;
  color: #d0d0d0;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1024px;
  display: block;
}
.logo,
body {
  display: flex;
  align-items: center;
}
.logo {
  height: 84px;
  justify-content: center;
}
.review {
  font-family: "Arial", sans-serif;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.highlight {
  font-weight: bold;
  color: #0056b3;
}
.expert-name {
  font-weight: bold;
  color: #333;
}
.expert-experience {
  font-style: italic;
  color: #666;
}
.header-info,
.product-info {
  display: flex;
  flex-direction: column;
}
.header-info {
  padding: 5px 0;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(137deg, #232e5d 1.11%, #0b2969 100%);
  border-radius: 10px;
  margin: var(--margin);
  margin-bottom: 5px;
}
.product-info {
  text-align: center;
}
/* #product-name,
#table-of-contents p {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}
#table-of-contents p {
  font-size: 120%;
  margin: 5px 0 10px;
} */
#product-bonus {
  font-size: 14px;
  color: #fff;
}
.header-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 20px 0 0;
}
#header-login,
#header-register {
  padding: 10px;
  margin: 0 5px;
  border-radius: 10px;
  transition: var(--transition-duration);
  text-decoration: none;
}
#header-login {
  border: 3px solid #ff2400;
  color: #fff;
}
#header-login:hover,
.info-block a:hover {
  background-color: #ff2400;
}
#header-register {
  background-color: #ff2400;
  color: #fff;
}
#button-play:hover,
#header-register:hover {
  background-color: #ff2400;
}
table {
  margin: 15px 10px;
  width: calc(100% - 20px);

  border-width: 1px;
  border-style: solid;
  font-size: 80%;
}
tr,
td {
  border: 1px white solid;
}
.tablewin {
  overflow-x: scroll;
  width: 100%;
}
tbody {
  border-color: #507089;
}
.infos {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr;
  padding: 5px 0;
  margin: var(--margin);
  gap: 10px;
}
.infos-block {
  background-color: #232e5d;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  padding: 30px 0;
}
.infos-block:hover {
  background-color: #3786fe;
}
.infos-block img {
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0;
}
.infos-head,
.infos-meta {
  text-align: center;
  display: flex;
  align-items: center;
}
.infos-head {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
}
.infos-meta {
  color: #939ebe;
  font-size: 14px;
  padding: 10px;
}
.benefits {
  display: grid;
  grid-template: 1fr/1fr 1fr;
  padding: 10px 0;
  margin: var(--margin);
  gap: 10px;
}
.benefits-blocks {
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.benefits-blocks img,
.faq details {
  margin: 0;
  border-radius: 10px;
  width: 100%;
}
.faq details {
  display: block;
  background: #232e5d;
  overflow: hidden;
  margin: 7px 0;
}
dd,
figure {
  margin: 0;
}
.benefits-blocks p {
  padding-left: 10px;
}
/* #table-of-contents {
  background-color: #3786fe;
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
}

#table-of-contents ol {
  margin-left: 0;
  padding-left: 20px;
}
#table-of-contents li {
  list-style-type: decimal;
  margin: 5px 0;
  text-align: left;
}
#table-of-contents a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
#table-of-contents a:hover {
  color: #725ef0;
} */
.faq-main,
img {
  margin: 10px;
  width: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 20px auto 20px auto;
}
.faq summary {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
}
.faq p {
  font-size: 90%;
}
.container p {
  text-align: left;
}
#button-play,
.info-block #info-block-h {
  font-weight: 700;
  text-align: center;
  color: #fff;
}
#button-play {
  text-decoration: none;
  background-color: #ff2400;
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  padding: 10px 5px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.content-image {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
}
.screen,
img {
  height: auto;
}
#info {
  border: 2px dashed #dafe31;
  padding: 10px;
  margin: var(--margin);
}
.info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  padding: 30px 0;
  background-color: #232e5d;
  border-radius: 10px;
}
.info-block #info-block-h {
  margin: 0 0 5px;
  font-size: 150%;
}
.info-block #info-block-p {
  margin: 5px 0;
  font-size: 90%;
  width: 90%;
  text-align: center;
  color: #232e5d;
}
.info-block a {
  padding: 10px 20px;
  margin: 5px 0 0;
  border: solid 5px #ff2400;
  color: #fff;
  transition: 0.3s;
}
.info-block a:hover {
  color: #fff;
}
#info,
.default-game img,
.info-block a,
.promo,
.screen,
iframe {
  border-radius: 10px;
}
.promo {
  display: flex;
  background-color: #3786fe;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#promo-name {
  font-size: 200%;
  font-weight: 700;
  color: #fed8ff;
  padding: 0 0 30px;
}
#promo-info {
  font-size: 110%;
  color: #fff;
  padding: 30px 0 0;
}
.promo,
.slot {
  margin: 10px;
}
iframe {
  width: 100%;
  height: 565px;
}
.video {
  margin: 0 10px;
}
.slot-char {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr;
  padding: 0 0 10px;
  margin: var(--margin);
  gap: 10px;
}
.char-meta {
  background-color: #3786fe;
  border-radius: 10px;
  display: flex;
  align-content: center;
  padding: 10px 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#news-head,
#promo-info,
[id^="char-head"] {
  font-weight: 700;
}
/* .table-games {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: var(--margin);
  margin-top: 10px;
  margin-bottom: 10px;
} */
.default-game {
  position: relative;
}
.default-game img {
  transition: 0.3s;
  margin: 0;
}
.default-game img:hover {
  transform: scale(1.03);
}
.game-text {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
}
.news-container {
  margin: var(--margin);
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  transition: 0.3s;
  background-color: #3c4460;
  border-radius: 10px;
  padding: 10px;
}
.news-image {
  height: 154px;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
.news-container img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.news-meta {
  width: 70%;
  height: auto;
  display: inline-block;
  padding-left: 10px;
}
#news-head {
  text-decoration: none;
  color: #3786fe;
  font-size: 20px;
  text-align: left;
}
#news-description,
#news-head {
  height: auto;
  margin: 0;
  padding: 0;
}
#news-button {
  text-decoration: none;
  height: auto;
  background-color: #ff2400;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
}
#news-button:hover {
  background-color: #ff2400;
}
.slots {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr;
  padding: 10px 0;
  margin: var(--margin);
  gap: 10px;
}
#news-button,
[class^="slots-blocks--"] {
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
[class^="slots-blocks--"] img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
  margin: 0;
}
.provider-head {
  gap: 10px;
  max-width: 100%;
  margin: 10px;
  display: grid;
  flex-wrap: wrap;
  grid-template: 1fr/1fr 1fr 1fr 1fr;
}
.provider-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #3786fe;
  border-radius: var(--border-radius);
  font-size: 90%;
  transition: 0.3s;
}
.provider-inner:hover {
  font-size: 102%;
  background-color: #3786fe;
}
[class^="slots-blocks--"] {
  overflow: hidden;
  background-color: #2f485d;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 150px;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.slots-overlay,
[class^="slots-blocks--"]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[class^="slots-blocks--"]::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: inherit;
}
[class^="slots-blocks--"]:hover {
  transform: scale(1.05);
}
[class^="slots-blocks--"] .image-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
}
.slots-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#button-menu,
.slots-text {
  color: #fff;
  font-weight: 700;
}
.slots-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
#button-menu {
  text-decoration: none;
  display: flex;
  height: 30px;
  padding: 0 10px;
  font-size: 15px;
  width: auto;
  transition: var(--transition-duration);
  align-items: center;
  border-radius: 10px;
}
.breadcrumb-item a,
.play-button {
  text-decoration: none;
  font-size: 14px;
}
.play-button {
  font-weight: 700;
  cursor: pointer;
  background-color: #ff2400;
  color: #2f485d;
  border: 0;
  border-radius: 20px;
  padding: 5px 20px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.play-button:hover {
  background-color: #3786fe;
  color: #fff;
}
.slot-meta {
  display: flex;
  justify-content: space-between;
  color: #717985;
}
.slot-meta span {
  font-size: 12px;
  padding: 0;
  margin: 0 10px 10px;
}
.breadcrumb {
  max-width: 100%;
  height: auto;
  background-color: #232e5d;
  border-radius: var(--border-radius);
  text-align: center;
  padding: 5px 0;
  margin: var(--margin);
}
.breadcrumb-item a,
.breadcrumb-separator {
  color: #fff;
}
.menu-footer {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 10px;
  padding: 10px;
  background: #232e5d;
  border-radius: 10px;
}
.copyright-win p {
  text-align: center;
}
.menu-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.menu-footer li {
  padding: 0;
}
#button-menu:hover,
.back-menu a {
  color: #ff2400;
}
.menu-footer,
.menu-footer ul,
.providers,
.providers-container {
  display: flex;
  justify-content: center;
}
.providers {
  align-items: center;
  gap: 5px;
  max-width: 100%;
  margin: 10px;
}
.providers-container {
  width: 20%;
  height: 50px;
  background-color: #ff2400;
  border-radius: var(--border-radius);
}
.back-menu,
.copyright-win {
  font-size: 12px;
  display: flex;
}
.copyright-win {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
}
#licensed {
  font-size: 11px;
  color: #7c7c7c;
}
#startButton,
.back-menu {
  justify-content: center;
  align-items: center;
}
.back-menu {
  text-decoration: none;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 20px 10px;
}
.back-menu a {
  text-decoration: none;
  padding: 0 5px;
  transition: 0.3s;
}
.back-menu a:hover {
  color: #232e5d;
}
.rules {
  display: flex;
  margin: 0 10px;
  justify-content: space-between;
}
.rules-menu,
.rules-menu-sticky {
  display: flex;
  flex-direction: column;
}
.rules-menu {
  width: 30%;
  margin: 15px 10px 10px 0;
}
.rules-menu-sticky {
  position: sticky;
  top: 15px;
}
#startButton #playFrame,
#startButton:hover #playFrame,
.rules-menu a,
blockquote {
  padding: 10px;
  border-radius: 10px;
}
.rules-menu a {
  background-color: #1f2b3c;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rules-menu a:hover {
  background-color: #37414e;
}
.rules-meta {
  width: 70%;
}
.rules-meta p {
  padding: 0 0 0 10px;
}
.rules-menu-sticky a {
  text-decoration: none;
  color: #e6e6e6;
}
/* .table-player {
  margin: var(--margin);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #161f2c;
  border-radius: 10px;
}
.player-name,
.table-game,
.table-name {
  display: flex;
  flex-direction: column;
}
.table-bet,
.table-time,
.table-win,
.table-x {
  width: 15%;
  display: flex;
  flex-direction: column;
}
.table-game,
.table-name {
  width: 20%;
}
.table-column,
.table-head {
  border-bottom: solid 1px #323c49;
  font-size: 14px;
}
.table-head {
  padding: 20px 10px;
}
.table-column {
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.table-column img {
  margin: 0;
  padding-right: 5px;
}
.table-column.finish {
  border-bottom: none;
} */
blockquote {
  border-left: solid #fff 15px;
  border-top: solid #fff 2px;
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  text-align: justify;
  margin: 0 10px;
}
#startButton {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  height: 565px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.image-frame {
  position: relative;
  overflow: hidden;
}
.slot-image {
  width: 100%;
  height: 565px;
  object-fit: cover;
  margin: 0;
  filter: blur(3px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#startButton #playFrame {
  background: #ff2400;
  color: #fff;
  transition: 0.3s;
}
#startButton:hover #playFrame {
  background: #ff2400;
  color: #fff;
  transform: scale(1.1);
}
[class^="comment-box-"] {
  margin: 10px;
  padding: 18px 10px;
  display: flex;
  flex-wrap: nowrap;
  background: #ff2400;
  border-radius: 10px;
}
#startButton,
.comment-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comment-body {
  padding-left: 10px;
}
.comment-avatar {
  fill: #232e5d;
}
.comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.comment-author {
  font-weight: 700;
  font-size: 80%;
}
.comment-time {
  font-size: 80%;
  color: #878787;
  margin-left: 10px;
  line-height: 0;
}
.comment-text {
  font-size: 90%;
  padding-top: 10px;
}
@media (max-width: 767.99px) {
  .news-container img,
  body,
  footer,
  header,
  html {
    width: 100%;
  }
  .benefits {
    grid-template: 1fr 1fr/1fr;
  }
  .screen {
    width: calc(100% - 25px);
  }
  .providers {
    flex-wrap: wrap;
  }
  .providers-container {
    width: 30%;
  }
  #product-name {
    font-size: 250%;
  }
  #product-bonus {
    font-size: 24px;
  }
  .menu-container {
    grid-template: 1fr 1fr 1fr 1fr/1fr;
  }
  #startButton,
  .slot-image,
  iframe {
    height: 260px;
  }
  .news-container {
    flex-direction: column;
  }
  .news-meta {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .news-image {
    width: 100%;
    height: 200px;
  }
  /* .slot-char,
  .slots,
  .table-games {
    grid-template: 1fr 1fr/1fr 1fr;
  }
  .table-time,
  .table-x {
    display: none;
  }
  .table-head {
    font-size: 11px;
  }
  .table-bet,
  .table-time,
  .table-win,
  .table-x {
    width: 20%;
  }
  .table-column {
    font-size: 11px;
  }
  .table-game,
  .table-name {
    width: 40%;
  } */
  .slot-meta {
    display: flex;
    flex-direction: column;
  }
  .rules-menu {
    display: none;
  }
  .rules-meta {
    width: 100%;
  }
  .rules-meta h1,
  .rules-meta h2,
  .rules-meta h3,
  .rules-meta h4,
  .rules-meta p {
    padding-left: 0;
  }
  .infos {
    grid-template: 1fr 1fr/1fr 1fr;
  }
  .provider-head {
    grid-template: 1fr/1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .benefits {
    grid-template: 1fr/1fr 1fr;
  }
  .screen {
    width: calc(100% - 25px);
  }
  .infos,
  .menu-container {
    grid-template: 1fr 1fr/1fr 1fr;
  }
  #startButton,
  .slot-image,
  iframe {
    height: 480px;
  }
  .news-meta {
    width: 60%;
  }
  .news-image {
    width: 40%;
    height: 200px;
  }
}
@media (min-width: 1024px) and (max-width: 1365.99px) {
  .container {
    width: 970px;
  }
  .screen {
    width: calc(100% - 20px);
  }
  #startButton,
  .slot-image,
  iframe {
    height: 535px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1024px;
  }
  .screen {
    width: calc(100% - 20px);
  }
}
:root {
  --transition-duration: 0.3s;
  --border-radius: 10px;
  --margin: 0 10px;
}
a {
  text-decoration: none;
  color: #ff2400;
  transition: 0.3s;
  font-size: 24px;
}
a:hover {
  color: #001d87;
}
li,
p {
  text-align: justify;
  padding: 0 10px 0 0;
}
h1 {
  margin: 15px 0 0;
  color: #fff;
  font-size: 24px;
  padding: 0 10px;
  text-align: center;
}

p {
  padding: 0 10px;
}

h2,
h3,
h4 {
  margin: 15px 0 0;
  color: #fff;
  font-size: 24px;
  padding: 0 10px;
}
h2,
h3,
h4 {
  font-size: 21px;
}
h3,
h4 {
  margin: 10px 0 5px;
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
td,
th {
  padding: 10px;
  text-align: center;
  font-size: 15px;
}
.icon--comments,
.icon--faq {
  background-image: url(../img/icon/comments.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  display: inline-block;
  width: 26px;
  height: 29px;
  margin-right: 5px;
  vertical-align: middle;
}
.icon--faq {
  background-image: url(../img/icon/faq.svg);
  background-size: 18px;
  width: 22px;
  height: 21px;
}
.icon--star {
  background-image: url(../img/icon/star.svg);
  background-size: 18px;
  width: 20px;
  height: 23px;
}
.icon--add,
.icon--rating,
.icon--star {
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.icon--add {
  background-image: url(../img/icon/add.svg);
  background-size: 21px;
  width: 20px;
  height: 23px;
}
.icon--rating {
  background-image: url(../img/icon/rating.svg);
  background-size: 20px;
  background-position-y: 2px;
  padding-left: 26px;
}
.line {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.row--left {
  float: left;
  min-width: 160px;
  font-size: 14px;
}
.row-middle {
  float: left;
  width: 100%;
}
.row--right {
  text-align: right;
  font-size: 14px;
  min-width: 55px;
  font-weight: 700;
}
.expert,
.row {
  border-radius: 10px;
}
.row {
  margin: 10px;
  padding: 10px;
  border: 2px dashed #775c8d;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.expert {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
  height: 60px;
  align-items: center;
  background-image: linear-gradient(137deg, #232e5d 1.11%, #0b2969 100%);
  font-weight: 500;
}
.bar-container {
  width: 100%;
  background-color: #322137;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.bar--line {
  border-radius: 5px;
  background-image: linear-gradient(137deg, #232e5d 1.11%, #0b2969 100%);
}
.header--h2 {
  margin: 15px 0 0;
  color: #fff;
  padding: 0 10px;
  font-size: 21px;
  font-weight: 700;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 12px;
}
.cards a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.cards .card {
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  color: #000;
  flex: 1;
}
.cards .card .card__section {
  padding: 15px;
  display: flex;
  background-color: #fff;
}
.cards .card .card__section:not(:last-child) {
  border-bottom: 1px solid #000;
}
.cards .card .first {
  flex-direction: column;
  align-items: center;
}
.cards .card .first .title {
  font-size: 18px;
  font-weight: 600;
}
.cards .card .second {
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.cards .card .second .team {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cards .card .second .team img {
  margin: 0;
  max-width: 40px;
}
.cards .card .second .team .name {
  text-align: center;
  font-weight: 600;
}
.cards .card .second .date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards .card .second .date .time {
  font-weight: 600;
}
.cards .card .third {
  flex-direction: column;
  gap: 10px;
}
.cards .card .third a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.cards .card .third .card__blocks {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cards .card .third .card__blocks .block {
  background-color: #e2ecf9;
  padding: 4px;
  width: 100%;
  text-align: center;
}
.cards .card .third .card__btn a {
  display: flex;
  justify-content: center;
  background-color: #1a88f3;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cards .card .third .card__btn a:hover {
  background-color: transparent;
  border: 1px solid #1a88f3;
  color: #1a88f3;
}
header .logo {
  max-width: 150px;
  margin: 0 auto;
}
header .logo img {
  margin: 0;
  height: 100%;
  width: 100%;
}
.arrow {
  position: relative;
  height: 37px;
}
.arrow img {
  animation: 2s steps(2) infinite stopsignal;
}
.arrow img:first-child {
  width: 88px;
  position: absolute;
  top: 0;
  right: calc(50% - 44px);
}
.arrow img:last-child {
  width: 40px;
  position: absolute;
  top: 0;
  right: calc(50% - 20px);
  animation-delay: 1s;
}
@keyframes stopsignal {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}