.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/template/scss/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  color: inherit;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select,
input,
textarea,
button {
  outline: none;
  font: inherit;
}
@media (min-width: 769px) {
  @font-face {
    font-family: "Roboto";
    src: url("/template/fonts/RobotoRegular.eot");
    src: url("/template/fonts/RobotoRegular.eot") format("embedded-opentype"),
      url("/template/fonts/RobotoRegular.woff2") format("woff2"),
      url("/template/fonts/RobotoRegular.woff") format("woff"),
      url("/template/fonts/RobotoRegular.ttf") format("truetype"),
      url("/template/fonts/RobotoRegular.svg#RobotoRegular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto";
    src: url("/template/fonts/RobotoMedium.eot");
    src: url("/template/fonts/RobotoMedium.eot") format("embedded-opentype"),
      url("/template/fonts/RobotoMedium.woff2") format("woff2"),
      url("/template/fonts/RobotoMedium.woff") format("woff"),
      url("/template/fonts/RobotoMedium.ttf") format("truetype"),
      url("/template/fonts/RobotoMedium.svg#RobotoMedium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto";
    src: url("/template/fonts/RobotoBold.eot");
    src: url("/template/fonts/RobotoBold.eot") format("embedded-opentype"),
      url("/template/fonts/RobotoBold.woff2") format("woff2"),
      url("/template/fonts/RobotoBold.woff") format("woff"),
      url("/template/fonts/RobotoBold.ttf") format("truetype"),
      url("/template/fonts/RobotoBold.svg#RobotoBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
}
i.icon-home {
  background-image: url(/template/images/icons/live.png);
}
i.icon-11 {
  background-image: url(/template/images/icons/bonusy.png);
}
i.icon-12 {
  background-image: url(/template/images/icons/mobilnaya-versiya.png);
}
i.icon-13 {
  background-image: url(/template/images/icons/zerkalo.png);
}
i.icon-34 {
  background-image: url(/template/images/icons/otzyvy.png);
}
i.icon-38 {
  background-image: url(/template/images/icons/vyvod-deneg.png);
}
i.icon-14 {
  background-image: url(/template/images/icons/igrovye-avtomaty.png);
}
i.icon-7 {
  background-image: url(/template/images/icons/popularnye.png);
}
i.icon-8 {
  background-image: url(/template/images/icons/novye.png);
}
i.icon-9 {
  background-image: url(/template/images/icons/stoly.png);
}
i.icon-10 {
  background-image: url(/template/images/icons/live.png);
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
iframe {
  max-width: 100%;
}
::placeholder {
  color: #666;
}
::selection {
  background-color: var(--accent);
  color: #fff;
}
input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
a {
  color: #71d9ff;
  text-decoration: none;
}
a:hover {
  color: #71d9ff;
}
body {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #adc5ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  background: url(/template/images/vostok-default-branding.jpg) 50% 0 no-repeat
    fixed;
  background-color: #000008;
}
body.noscrol {
  overflow: hidden;
}
.w-100 {
  width: 100%;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-nopading {
  padding: 0;
}
.img-res {
  max-width: 100%;
  height: auto;
}
.img-all {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-box {
  display: flex;
}
button {
  border: 0px solid transparent;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  border: 0px solid transparent;
  background: linear-gradient(360deg, #b7000c 0%, #ed1f20 100%);
  letter-spacing: 1px;
}
.btn:hover {
  background: linear-gradient(180deg, #ff292b 0%, #d90011 100%),
    linear-gradient(360deg, #b7000c 0%, #ed1f20 100%);
}
.btn-a {
  background: linear-gradient(
    180deg,
    #368ffe 0%,
    #1774e9 48.84%,
    #0061da 91.25%,
    #0465dd 113.69%
  );
}
.btn-a:hover {
  background: linear-gradient(180deg, #40a5fd 0%, #0176e2 100%);
}
.btn-b {
  background: linear-gradient(#ffd200, #ffc000);
  color: #981500;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-b:hover {
  border-color: #fffed6;
  color: #981500;
  background: linear-gradient(#ffe300, #ffc000);
  box-shadow: 1px 1px 8px 1px rgba(255, 150, 0, 0.42),
    1px -1px 8px 1px rgba(255, 150, 0, 0.42),
    -1px 1px 8px 1px rgba(255, 150, 0, 0.42),
    -1px -1px 8px 1px rgba(255, 150, 0, 0.42);
}
i.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
}
ul,
ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
ol {
  list-style-type: decimal;
}
@keyframes pulse-data {
  100% {
    box-shadow: 0 0 0 12px #000;
  }
}
.content p {
  margin: 0 0 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  padding: 0;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 10px 20px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 16px;
}
.table-box {
  overflow: hidden;
  overflow-x: scroll;
}
.table-box table {
  width: 100%;
}
.table-box::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
.content .table-box p {
  margin-bottom: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(/template/images/vostok-casino-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .right {
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  height: 100px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 20px 20px 20px 0;
}
.header .sohal {
  display: flex;
  border-right: 1px solid #002864;
  padding: 20px;
  margin-right: 20px;
}
.header .sohal img {
  margin-right: 5px;
  width: 32px;
  height: 32px;
}
.header .btn-a {
  margin-left: 10px;
}
.header .navigate-open {
  display: none;
}
.container-navigate {
  background: linear-gradient(
    180deg,
    #133b86 0%,
    #042c72 56.27%,
    #032869 74.47%,
    #032564 100%
  );
  display: flex;
}
.container-navigate .navigate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.container-navigate .close-nawigate {
  display: none;
}
.container-navigate .item {
  color: #fff;
  font-weight: 700;
  padding: 13px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-navigate .item-elow {
  color: #ffe538;
}
.slider {
  height: 232px;
}
.slider .item {
  height: 232px;
  position: relative;
}
.slider .btn-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.slider .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 10px;
  margin: 5px 5px;
}
.bonuses {
  margin-bottom: 20px;
}
.bonuses .item {
  display: flex;
  border: 1px solid #143c87;
  padding: 30px 30px 10px;
  text-align: center;
  background-color: #011b4c;
  margin-bottom: 20px;
  align-items: center;
}
.bonuses .left {
  width: 230px;
}
.bonuses .right {
  width: calc(100% - 230px);
}
.bonuses .title {
  color: #ffe538;
  font-weight: 600;
  font-size: 20px;
}
.bonuses .pre-title {
  font-size: 30px;
  font-weight: 900;
  border-bottom: 1px solid #143c87;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.bonuses .btn-box {
  display: flex;
  justify-content: center;
}
.content {
  padding-top: 20px;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content table {
  margin: 0 0 1rem;
  width: 100%;
}
.content table td {
  padding: 8px;
  text-align: center;
}
.content table tbody tr:nth-of-type(even) {
  background-color: #25255b;
}
.content table thead tr {
  background-color: #141b2e;
  color: #fff;
  font-weight: bold;
}
.content table thead tr td,
.content table thead tr th {
  padding: 1rem;
  background-color: #25255b;
}
.content cite,
.content blockquote {
  border: 2px solid #141b2e;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1.1;
  font-style: italic;
  color: #fff;
  display: flex;
  background-color: #25255b;
}
.content cite {
  color: #fff;
  background-color: #141b2e;
}
.content cite p,
.content blockquote p {
  margin: 0;
  padding: 0;
}
.content .faq-header {
  border: 2px solid #141b2e;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  display: flex;
  background-color: #25255b;
  cursor: pointer;
}
.content .faq-header i {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.content .faq-header.open i {
  transform: rotate(0deg);
}
.content .faq-content {
  padding: 0 1rem;
}
.content .content-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.content .content-btn button {
  min-width: 230px;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 10px 25px;
}
.content .content-btn.content-btn-tvo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.gama-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gama-box .item {
  position: relative;
  width: calc(100% / 4 - 20px);
  margin: 0 10px 10px;
}
.gama-box .item img {
  border-radius: 5px;
}
.gama-box .name {
  text-align: center;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gama-box .plau-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gama-box .btn {
  margin: 10px;
}
.gama-box .demo {
  color: #fff;
}
.gama-box .item:hover img {
  opacity: 0.7;
  filter: blur(1.3px);
  box-shadow: 0px 0px 11px #adc5ff;
}
.gama-box .item:hover .plau-box {
  display: flex;
}
.lateri {
  margin-bottom: 20px;
}
.lateri .item {
  background-color: #011337;
  border: 1px solid #0c3b90;
  border-bottom: none;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.lateri .item:nth-of-type(odd) {
  background-color: transparent;
}
.lateri .item:last-child {
  border-bottom: 1px solid #0c3b90;
}
.lateri .left {
  width: 130px;
}
.lateri .center {
  width: calc(100% - 130px - 230px);
  padding: 0 20px;
  border-right: 1px solid #0c3b90;
}
.lateri .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.lateri .right {
  width: 230px;
  padding-left: 20px;
}
.lateri .right p {
  margin: 0;
  padding: 0;
}
.lateri .summa {
  font-size: 22px;
  color: #ffe538;
  line-height: 40px;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
.footer .container {
  background-color: #001236;
}
.footer .playtaments {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #27395c;
}
.footer .playtaments .item {
  margin: 0 10px 10px;
}
.footer .footer-naw {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #27395c;
}
.footer .footer-naw .item {
  margin: 0 10px 10px;
  white-space: nowrap;
}
.footer .playtaments-big .item img {
  height: 35px;
  width: auto;
}
.footer .copirate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px 10px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #27395c;
}
.container-navigate .navigate {
  overflow: auto;
}
.container-navigate .item {
  white-space: nowrap;
}
.quip {
  margin-top: 20px;
}
.quip .quip-comment-list {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.quip .quip-comment-list quip-comment {
  margin-bottom: 10px;
}
.quip .quip-comment-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  background: #001236;
  border-radius: 20px 20px 0 0;
}
.quip .coment-heder {
  border: 2px solid #141b2e;
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  display: flex;
  background-color: #25255b;
  align-items: center;
}
.quip .img-res {
  width: 35px;
}
.quip .coment-avtor-data {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.quip .avtor {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.quip .data {
  opacity: 0.5;
  font-size: 12px;
}
.quip .quip-comment-text {
  padding: 20px;
  border-bottom: 1px solid #25255b;
}
.quip .quip-comment-text p {
  margin: 0;
  padding: 0;
}
.quip-comment {
  margin-bottom: 20px;
}
.quip-comment .form-grupp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.quip-comment .quip-fld {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.quip-comment input,
.quip-comment textarea {
  padding: 5px;
  border-radius: 5px;
  outline: none;
  border: 0px;
  width: 100%;
}
.quip-comment .form-textarea {
  margin-bottom: 10px;
}
.quip-comment .btn-box {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .sohal {
    display: none;
  }
  .gama-box .item {
    width: calc(100% / 3 - 20px);
  }
  .lateri .item {
    flex-direction: column;
    align-items: center;
  }
  .lateri .center,
  .lateri .left,
  .lateri .right {
    width: calc(100%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .lateri .center .btn-box,
  .lateri .left .btn-box,
  .lateri .right .btn-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .lateri .right {
    padding-left: 0;
  }
  .lateri .left {
    width: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .lateri .center {
    border-right: 0px solid #0c3b90;
    padding: 0;
  }
  .lateri .title {
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .header .container {
    flex-direction: column;
  }
  .header .right {
    margin: 20px 0;
  }
  .header .left {
    margin-top: 20px;
  }
  .gama-box .item {
    width: calc(100% / 2 - 20px);
  }
  .btn {
    padding: 5px 25px;
  }
  .bonuses .item {
    flex-direction: column;
  }
  .bonuses .left,
  .bonuses .right {
    width: 100%;
    margin: 0 auto 10px;
  }
}
