* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  font-family: Verdana, sans-serif;
}

main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #112574;
  font-family: Verdana, sans-serif;
  font-size: 16px;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #3959d9;
  font-family: Verdana;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
}

main a {
  color: #017acc;
  font-family: Verdana, sans-serif;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table,
main .faq-container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 15px 20px 15px;
}

main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

main p {
  color: #112574;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
}

main .wrapper {
  width: 100%;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}

input,
button {
  font-family: Verdana, sans-serif;
  border: 0;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: 0;
}

p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #333;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 38px;
}

h4 {
  font-size: 28px;
  line-height: 36px;
}

h5,
h6 {
  font-size: 26px;
  line-height: 34px;
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #112574;
}

p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  flex-grow: 1;
  padding-top: 80px;
}

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}

.content .general-ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 48%;
  counter-increment: counter-ol;
}

.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: linear-gradient(135deg, #0897f8 0, #006fbb 100%);
  border-radius: 50%;
  top: -7px;
  left: -10px;
}

.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 25px;
  width: 48%;
}

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: url(list.4f1732f9.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.pageError {
  min-height: calc(100vh - 70px);
}

.buttons {
  display: flex;
  align-items: center;
}

.imgWrap {
  display: block;
  position: relative;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}

figcaption {
  color: #888;
  font-size: 14px;
}

.general-image {
  display: block;
  border-radius: 8px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}

.general-image.horizontal {
  max-width: 100%;
}

.general-table {
  margin-bottom: 20px;
  width: 97%;
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
  color: #333;
}

.general-table .general-tr:nth-child(2n) {
  background: #eaeefb;
}

.general-table .general-tr .general-td {
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 50px 15px 15px;
  min-height: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0897f8 0, #006fbb 100%);
}

.faq-container .faq-item:last-child {
  border-bottom: 0;
}

.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
  color: #fff;
}

.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 30px;
  top: 22px;
  z-index: 2;
}

.faq-container .icon::before,
.faq-container .icon::after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}

.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}

.faq-container .toggle:checked~.icon::before,
.faq-container .toggle:checked~.icon::after {
  background: #fff;
}

.faq-container .toggle:checked~.faq-question {
  color: #fff;
}

.faq-container .toggle:not(:checked)~.icon:before {
  transform: rotate(180deg);
}

.faq-container .toggle:not(:checked)~.icon:after {
  transform: rotate(90deg);
}

.faq-container .toggle:checked~.faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  width: 100%;
}

.faq-container .toggle:checked~.faq-answer a {
  color: #fff;
}

.table_of_contents {
  margin: 19px 0;
}

.table_of_contents .toggle {
  display: none;
}

.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #8d53e9;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table_of_contents .lbl-toggle:hover {
  background: #08f;
}

.table_of_contents .toggle:checked+.lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.table_of_contents .table_box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.table_of_contents .toggle:checked+.lbl-toggle+div {
  max-height: 1000px;
  border: 1px solid #8d53e9;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #08f;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}

.table_of_contents .table_link:hover {
  color: #08f;
}

.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: auto;
}

.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}

.content404Page.wrapper .content404 h1 {
  color: #fff;
}

.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #fff;
  margin-right: 0px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #000;
}

.content404Page.wrapper .content404 button:hover {
  background: #92c637;
}

.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.contentMap h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 64px;
}

.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}

.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}

.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: calc(50% - 4px);
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.contentMap .sitemapLinks a:hover {
  color: #92c637;
}

.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-overlay:target {
  visibility: visible;
  opacity: 1;
}

.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}

.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}

.button-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  background-image: url(mostbet_desktop_1x.c4e02c41.webp);
  background-size: cover;
  padding: 12px 0;
}

.button-block button {
  border-radius: 50px;
  background: linear-gradient(125deg, #52da30 0, #4bd30b 100%);
  box-shadow: 0 0 12px 0 rgba(11, 54, 0, 0.26);
  text-decoration: none;
  padding: 16px 26px 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
}

.button-block button:hover {
  box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(133, 137, 152, 0.35);
}

.quote {
  max-width: 1128px;
  margin: 20px auto 20px auto;
  width: 96%;
  background: linear-gradient(135deg, #0897f8 0, #006fbb 100%);
  border-radius: 8px;
  padding: 40px 20px 10px 20px;
  position: relative;
}

.quote p {
  color: #fff;
}

.quote::before {
  content: no-open-quote;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url(qoute.5c2bdcfc.png) no-repeat;
  background-size: cover;
  border-radius: 15px;
}

@media screen and (max-width: 1250px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }

  .content .contentMain {
    width: 100%;
  }

  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }

  .faq-container .faq-question {
    max-width: 85%;
  }

  .footer-block-btn .buttons {
    justify-content: space-between;
    width: 100%;
  }

  .footer-block-btn .buttons button {
    width: 48%;
  }

  .button-block button {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 400px) {
  .general-table {
    overflow-x: auto;
    max-width: 100%;
    display: flex;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  overflow-x: hidden;
  background: #f5f5f5;
}

.loginPage {
  min-height: 100vh;
  background: linear-gradient(90deg, #efe0fa, #be78f0);
}

.loginPage .header_logo {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginPage .login {
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 5px 10px 10px rgba(190, 120, 240, 0.2);
}

.loginPage .login::before,
.loginPage .login::after {
  content: no-open-quote;
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}

.loginPage .login::before {
  left: 40%;
  bottom: -130%;
  background-color: rgba(158, 75, 220, 0.15);
  animation: wawes 6s infinite linear;
}

.loginPage .login::after {
  left: 35%;
  bottom: -125%;
  background-color: rgba(190, 120, 240, 0.2);
  animation: wawes 7s infinite;
}

.loginPage .login>input {
  display: block;
  font-size: 16px;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 15px -10px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.loginPage .login>input:focus {
  transform: scale(1.05);
}

.loginPage .login>.loginButton {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  background-color: #9e4bdc;
  transition: background-color 300ms;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.loginPage .login>.loginButton button {
  color: #fff;
}

.loginPage .login>.loginButton:hover {
  background-color: #b361ed;
}

@keyframes wawes {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.loginPage a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}

.admin_wrapper {
  padding-bottom: 20px;
}

.admin_wrapper a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}

.admin_wrapper input {
  border: 0;
  box-shadow: none;
  transition: 0.3s;
  outline: 0;
  color: #22285e;
}

.admin_wrapper button {
  border: 0;
  box-shadow: none;
  transition: 0.3s;
  color: #22285e;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

.admin_wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}

.admin_wrapper span {
  font-size: 12px;
  line-height: 18px;
  color: #7a7e9e;
}

.admin_wrapper ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}

.admin_wrapper ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 10px;
  background: url(list.faf716c8.svg);
  background-size: cover;
}

.admin_wrapper ol {
  counter-reset: counter-ol;
}

.admin_wrapper ol li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
  counter-increment: counter-ol;
}

.admin_wrapper ol li::before {
  position: absolute;
  content: counter(counter-ol);
  width: 30px;
  height: 30px;
  left: -20px;
  top: 5px;
}

.admin_wrapper h1 {
  text-align: center;
  color: #22285e;
}

.admin_wrapper h2 {
  text-align: center;
  color: #22285e;
}

.admin_wrapper h3 {
  text-align: center;
  color: #22285e;
}

.admin_wrapper h4 {
  text-align: center;
  color: #22285e;
}

.admin_wrapper h5 {
  text-align: center;
  color: #22285e;
}

.admin_wrapper h6 {
  text-align: center;
  color: #22285e;
}

.admin_wrapper b {
  color: #22285e;
}

.admin_wrapper i {
  color: #22285e;
  font-style: normal;
  transition: 0.3s;
}

.admin_wrapper label {
  color: #22285e;
}

.admin_wrapper td {
  color: #22285e;
}

.admin_wrapper tr {
  color: #22285e;
}

.admin_wrapper figcaption {
  color: #22285e;
}

.admin_wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.admin_wrapper .wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.admin_wrapper .h2 {
  margin-bottom: 20px;
}

.admin_wrapper .h2 button {
  border-radius: 8px;
  padding: 10px 10px;
  background: #9e4bdc;
  color: #fff;
  position: relative;
}

.admin_wrapper .h2 button:hover {
  background: #be78f0;
}

.admin_wrapper .h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.admin_wrapper .h2 h2 {
  margin-bottom: 0;
}

.admin_wrapper header {
  padding: 20px 0;
}

.admin_wrapper .header_top {
  display: flex;
  justify-content: space-between;
}

.admin_wrapper .header_logo {
  display: flex;
  align-items: center;
}

.admin_wrapper .header_logo img {
  width: 40px;
  margin-right: 10px;
}

.admin_wrapper .header_logo span {
  font-size: 20px;
}

.admin_wrapper .header_admin {
  display: flex;
  align-items: center;
}

.admin_wrapper .header_admin img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 17px;
}

.admin_wrapper .header_admin span {
  font-size: 14px;
}

.admin_wrapper .main_content .info {
  margin-left: 260px;
  background: #fff;
  border-radius: 8px;
}

.admin_wrapper .main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

.admin_wrapper .main_content .info .files-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 50px;
}

.admin_wrapper .main_content .info .files-list .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.admin_wrapper .main_content .info .files-list .image img {
  padding: 10px;
  height: 100px;
}

.admin_wrapper .info_content {
  padding: 20px;
}

.admin_wrapper .info_content form button {
  padding: 5px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
}

.admin_wrapper .info_content form button:hover {
  background-color: #be78f0;
}

.admin_wrapper .info_content .input {
  margin-right: 20px;
}

.admin_wrapper .info_content .input label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 5px;
}

.admin_wrapper .info_content .input-img {
  font-size: 12px;
}

.admin_wrapper .info_content .input-img img {
  border-radius: 50px;
}

.admin_wrapper .navigation_list {
  display: flex;
  justify-content: space-between;
}

.admin_wrapper .navigation_item {
  border-radius: 8px;
  background: #9e4bdc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}

.admin_wrapper .navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}

.admin_wrapper .navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}

.admin_wrapper .navigation_item:hover {
  background: #be78f0;
}

.admin_wrapper .info_field {
  display: flex;
  margin-bottom: 20px;
}

.admin_wrapper .info_field span {
  background: #be78f0;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px 0 0 8px;
}

.admin_wrapper .info_field input {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
}

.admin_wrapper .info_field input::placeholder {
  color: #22285e;
  opacity: 1;
  font-size: 16px;
}

.admin_wrapper .info_field input:focus {
  transform: scale(1.05);
  border-radius: 8px;
}

.admin_wrapper .info_field select {
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 5px 10px;
  background: #fff;
  font-family: sans-serif;
  font-size: 15px;
  color: #22285e;
  cursor: pointer;
}

.admin_wrapper .pages_item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

.admin_wrapper .pages_item::after,
.admin_wrapper .pages_item::before {
  content: no-open-quote;
  position: absolute;
  width: 100px;
  height: 75px;
  background: #be78f0;
  z-index: -1;
}

.admin_wrapper .pages_item::after {
  transform: rotate(-60deg);
  left: 68%;
  top: -45px;
}

.admin_wrapper .pages_item::before {
  transform: rotate(60deg);
  left: 72%;
  top: 68%;
}

.admin_wrapper .pages_item:last-child {
  margin-bottom: 0;
}

.admin_wrapper .pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}

.admin_wrapper .pages_item img {
  width: 30px;
  flex: 0 0 auto;
  margin: 0;
  height: 30px;
  border-radius: 50%;
}

.admin_wrapper .pages_item .details {
  display: flex;
  align-items: center;
  gap: 3px;
}

.admin_wrapper .pages_item .details:hover {
  color: #9e4bdc;
}

.admin_wrapper .pages_item .details:hover i {
  color: #9e4bdc;
}

.admin_wrapper .pages_item .details span {
  color: #95d5b6;
  font-size: 24px;
}

.admin_wrapper .pages_item .delete:hover {
  color: #f80505;
}

.admin_wrapper .pages_item .delete:hover i {
  color: #f80505;
}

.admin_wrapper .pages_item_moves {
  display: flex;
  margin-left: auto;
  gap: 20px;
}

.admin_wrapper .pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}

.admin_wrapper .pages_item_moves input {
  text-align: center;
  border-bottom: 1px solid #000;
}

.admin_wrapper .pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}

.admin_wrapper .pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}

.admin_wrapper .pages_bound_item a:before {
  content: no-open-quote;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.admin_wrapper .pages_bound_item a:hover {
  color: #be78f0;
}

.admin_wrapper .category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}

.admin_wrapper .category_item a {
  text-align: left;
  font-size: 16px;
}

.admin_wrapper .category_item a:hover {
  color: #be78f0;
}

.admin_wrapper .loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin_wrapper .loginPage .header_logo {
  display: flex;
  justify-content: center;
}

.admin_wrapper .loginPage form {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}

.admin_wrapper .loginPage form div {
  margin-bottom: 15px;
}

.admin_wrapper .loginPage form label {
  display: flex;
}

.admin_wrapper .loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
  width: 25%;
}

.admin_wrapper .loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
  font-size: 17px;
  background: #fff;
}

.admin_wrapper .loginPage .loginButton {
  display: flex;
  justify-content: center;
}

.admin_wrapper .loginPage button {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}

.admin_wrapper .loginPage button:hover {
  background: #be78f0;
}

.admin_wrapper .buttonAdmin {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}

.admin_wrapper .buttonAdmin:hover {
  background: #be78f0;
}

.admin_wrapper .buttonsParent {
  display: flex;
  justify-content: space-between;
}

.admin_wrapper .buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 15px;
}

.admin_wrapper .buttonDelete:hover {
  background: #e10404;
  color: #fff;
}

.admin_wrapper .cardList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.admin_wrapper .cardList .cardItem {
  margin: 16px 0 0 0;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}

.admin_wrapper .cardList .cardItem h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}

.admin_wrapper .cardList .cardItem .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: #f03c59;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin_wrapper .cardList .cardItem .remove span {
  color: #fff;
}

.admin_wrapper .cardList .cardItem .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin_wrapper .cardList .cardItem .input span {
  width: 120px;
  font-size: 15px;
}

.admin_wrapper .cardList .cardItem input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: 0.9;
}

.admin_wrapper .cardList button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.admin_wrapper .cardList button.addItem span {
  font-size: 32px;
  color: #333;
}

.admin_wrapper .cardList .select {
  width: 100%;
  display: flex;
}

.admin_wrapper .cardList .select div {
  margin-right: 15px;
}

.admin_wrapper .cardList .select div input {
  margin-right: 5px;
}

.admin_wrapper .cardList .menuName {
  width: 100%;
  margin-top: 16px;
}

.admin_wrapper .cardList .menuName input {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 500px;
}

.admin_wrapper .saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}

.admin_wrapper .sidebar {
  position: fixed;
  height: 100%;
  width: 320px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #be78f0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-radius: 0 20px 20px 0;
}

.admin_wrapper .sidebar span {
  font-size: 12px;
  display: block;
}

.admin_wrapper .sidebar .material-icons {
  position: absolute;
  font-size: 30px;
  color: #fff;
  left: -40px;
}

.admin_wrapper .sidebar a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.admin_wrapper .sidebar a:hover,
.admin_wrapper .sidebar a:active,
.admin_wrapper .sidebar a [aria-current] {
  background: #be78f0;
  border-radius: 0 20px 20px 0;
  width: 90%;
}

.admin_wrapper .sidebar .year {
  position: absolute;
  bottom: 20px;
}

.admin_wrapper .sidebar .openbtn {
  position: absolute;
  top: 17px;
  left: 25%;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.admin_wrapper .sidebar .logo {
  width: 190px;
  position: absolute;
  top: 10px;
  left: 120px;
}

.admin_wrapper .sidebar__list {
  margin-left: 50px;
  height: 100%;
  padding-top: 50px;
  background-color: #9e4bdc;
}

.admin_wrapper .sidebar.active {
  width: 50px;
}

.admin_wrapper .info.active {
  margin-left: 0;
}

.admin_wrapper .openbtn.active {
  transform: rotate(0);
}

.admin_wrapper .ce-block {
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.admin_wrapper .ce-block h2 {
  padding: 0;
  margin: 0;
}

.admin_wrapper .ce-block .faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.admin_wrapper .ce-block .faq_list span {
  cursor: pointer;
}

.admin_wrapper .ce-block .faq_delete {
  background-color: #f03c59;
  border-radius: 8px;
  cursor: pointer;
}

.admin_wrapper .ce-block .faq_delete span {
  padding: 20px;
  color: #fff;
}

.admin_wrapper .buttonDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #f03c59;
}

.admin_wrapper .buttonDelete span {
  color: #fff;
  font-size: 19px;
}

.admin_wrapper .buttonAdmin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.admin_wrapper .buttonAdmin span {
  color: #fff;
  font-size: 19px;
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}

.footer .footerMenu {
  margin-bottom: 16px;
}

.footer .footerMenu a {
  color: #007acc;
  font-size: 15px;
  margin: 0 8px;
}

.footer .footerInner .copyright {
  color: #007acc;
  font-size: 15px;
}

.footer .scrollTop {
  background: linear-gradient(135deg, #0897f8 0, #006fbb 100%);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.footer .scrollTop.pam_content {
  opacity: 1;
}

.footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  box-shadow: 0 -4px 12px 0 rgba(37, 38, 41, 0.1);
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn .buttons {
  display: flex;
}

@media (max-width: 767px) {
  .footer-block-btn {
    display: flex;
  }
}

.header {
  position: fixed;
  padding: 8px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}

.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1128px;
  padding: 0 15px;
}

.header .headerInner .logo a {
  display: block;
}

.header .headerInner .logo .ampLogo {
  position: relative;
}

.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header .headerInner .menu a {
  margin-right: 40px;
  color: #007acc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .headerInner .menu a:last-child {
  margin-right: 0;
}

.header .headerInner .menu a.active {
  color: #53be2e;
}

.buttons button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 5px 24px 3px;
  color: #006fbb;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  background: #fff;
  border: 1px solid #006fbb;
  transition: 0.3s;
}

.buttons .logButton:hover {
  background: rgba(0, 111, 187, 0.1);
}

.buttons .regButton {
  margin-left: 10px;
  background: linear-gradient(135deg, #0897f8 0, #006fbb 100%);
  color: #fff;
}

.buttons .regButton:hover {
  background: linear-gradient(135deg, #0080d6 0, #0095fb 100%);
}

@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
  }

  .menu {
    display: none;
  }

  .buttons {
    display: none;
  }

  .buttons .regButton {
    margin-right: 0;
  }
}

.contentSidebar {
  width: 350px;
  height: 540px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  padding: 20px;
  background: #1b243a;
  border-radius: 15px;
}

.contentSidebar .appName {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contentSidebar .appImg {
  display: flex;
  justify-content: center;
}

.contentSidebar .appItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}

.contentSidebar .appItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contentSidebar .appItem .appInfo {
  width: calc(100% - 40px);
}

.contentSidebar .appItem .appInfoTitle {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: block;
}

.contentSidebar .appItem .appInfoSubtitle {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  display: block;
}

.contentSidebar .appItem:nth-child(1n) {
  background: #8d53e9;
}

.contentSidebar .appItem:nth-child(1n):hover {
  background: #712cde;
}

.contentSidebar .appItem:nth-child(2n) {
  background: #00b7ff;
}

.contentSidebar .appItem:nth-child(2n):hover {
  background: #2ca0ce;
}

@media screen and (max-width: 1250px) {
  .contentSidebar {
    display: none;
  }
}

.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 5;
  background: #fff;
  width: 100%;
  max-width: 390px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}

.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}

.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}

.mobileMenu[hidden] {
  right: -200%;
}

.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}

.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.mobileMenu .mobileMenuLinks a {
  color: #007acc;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  display: block;
}

.overlay[hidden] {
  display: none;
}

@media screen and (max-width: 1250px) {
  .burger {
    display: block;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
  max-width: 1128px;
  padding: 0 15px 20px 15px;
}

.breadcrumbs a {
  color: #333;
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}

.breadcrumbs a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}

@media screen and (max-width: 1250px) {
  .breadcrumbs {
    padding-top: 10px;
  }
}

.bannerApp {
  margin-top: 45px;
  background-image: url(/uploads/img/app-banner-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -40px;
}

.bannerApp .bannerAppWripper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bannerApp .bannerAppInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bannerApp .bannerAppInfo p {
  padding-bottom: 0;
  max-width: 550px;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0;
}

.bannerApp .bannerAppBtns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bannerApp .bannerAppBtns button {
  position: relative;
  padding: 18px 24px 18px 52px;
  width: 250px;
  color: #2f5fdc;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
}

.bannerApp .bannerAppBtns .android::before {
  position: absolute;
  content: no-open-quote;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 33%;
  background-image: url(android-logo.ffba1d87.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerApp .bannerAppBtns .android:hover {
  background: #2f5fdc;
  box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
  color: #fff;
}

.bannerApp .bannerAppBtns .android:hover::before {
  background-image: url(android-logo-hover.b04c31f3.svg);
}

.bannerApp .bannerAppBtns .ios::before {
  position: absolute;
  content: no-open-quote;
  width: 18px;
  height: 18px;
  top: 18px;
  background-image: url(apple.cf9b4592.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 40%;
}

.bannerApp .bannerAppBtns .ios:hover {
  background: #2f5fdc;
  box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
  color: #fff;
}

.bannerApp .bannerAppBtns .ios:hover::before {
  background-image: url(apple-hover.ebc827f6.svg);
}

@media screen and (max-width: 1250px) {
  .bannerApp {
    margin-bottom: -70px;
    background-position: right;
  }

  .bannerApp .bannerAppWripper {
    padding: 0 20px;
    justify-content: center;
  }

  .bannerApp .bannerAppInfo {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
  }

  .bannerApp .bannerAppInfo p {
    max-width: 210px;
    font-size: 26px;
    line-height: normal;
  }

  .bannerApp .bannerAppImg {
    margin-top: 8px;
    width: 105px;
    height: auto;
  }

  .bannerApp .bannerAppImg img {
    width: 100%;
    height: 100%;
  }

  .bannerApp .bannerAppBtns {
    flex-direction: column;
    gap: 10px;
  }

  .bannerApp .bannerAppBtns button {
    padding: 5px 14px;
    width: 150px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }

  .bannerApp .bannerAppBtns .android::before {
    top: 4px;
    left: 15%;
  }

  .bannerApp .bannerAppBtns .ios::before {
    top: 4px;
    left: 25%;
  }
}

.banner {
  position: relative;
  height: 400px;
  top: 45px;
  background: url(mostbet_desktop_1x.c4e02c41.webp);
  background-size: cover;
}

.banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner .banner__info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.banner .mainText {
  color: #fff;
  font-family: Verdana;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.banner .secondText {
  display: flex;
  color: #fff;
  font-family: Verdana;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.banner .secondText span {
  color: #102e5b;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.banner .thirdText {
  color: #fff;
  font-family: Verdana;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.04px;
  text-transform: uppercase;
}

.banner .banner__info button {
  padding: 26px 52px;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 50px;
  background: linear-gradient(135deg, #52da30 0, #4bd30b 100%);
  box-shadow: 0 0 12px 0 rgba(11, 54, 0, 0.26);
  color: #fff;
  margin-top: 26px;
  transition: 0.3s;
}

.banner .banner__info button:hover {
  background: linear-gradient(135deg, #23b000 0, #42ce00 100%);
}

.banner .banner__info span {
  display: block;
}

@media (max-width: 1250px) {
  .banner {
    height: auto;
    top: 50px;
  }

  .banner .banner__wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner .banner__info {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .banner .banner__info button {
    padding: 10px 25px;
    font-size: 16px;
  }

  .banner .banner__img {
    display: none;
  }

  .banner .mainText {
    font-size: 18px;
    line-height: 20px;
  }

  .banner .secondText {
    font-size: 46px;
    line-height: 70px;
  }

  .banner .secondText span {
    font-size: 46px;
    line-height: 70px;
  }

  .banner .thirdText {
    font-size: 18px;
    line-height: 20px;
  }

  .banner .button {
    position: absolute;
    bottom: -20px;
    z-index: 4;
  }
}

/*------Vitrina 1 ------*/
.casinos {
  max-width: -moz-fit-content;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(580px, 680px));
  grid-gap: 20px;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 20px;
  background: #29003f;
  padding: 40px 25px;
}

.casinos .flex {
  display: flex
}

.casinos .casino {
  position: relative;
  width: 100%;
  min-height: 219px;
  display: grid;
  grid-template-columns: 164px minmax(200px, 1fr) minmax(200px, 250px);
  grid-template-areas: "logo deposit deposit" "rating bonus button";
  grid-template-rows: 75px auto;
  padding: 10px;
  grid-gap: 10px;
  gap: 10px;
  background-color: #29003f;
  border-radius: 10px;
  border: 1px solid #f6f6f6;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box
}

.casinos .casino .logo {
  grid-area: logo;
  width: 164px;
  height: 75px
}

.casinos .casino .rating {
  grid-area: rating;
  color: #fff;
}

.casinos .casino .rating .rating-img {
  margin-top: 10px
}

.casinos .casino .bonus {
  grid-area: bonus;
  width: fit-content;
}

.casinos .casino .bonus span {
  display: block
}

.casinos .casino .bonus .bonus__header {
  width: fit-content;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  color: #fff;
}

.casinos .casino .bonus .text {
  position: relative
}

.casinos .casino .bonus .text span {
  padding-left: 25px;
  color: #ffda67;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-top: 8px;
  display: flex;
}

.casinos .casino .bonus .checkmark {
  position: absolute;
  background: center center url(/uploads/img/vitrina/checkmark.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0
}

.casinos .casino .button {
  padding-top: 25px;
  grid-area: button;
  width: 100%
}

.casinos .casino .button button {
  background: #c235cb;
  box-shadow: 1px 1px 20px 0px rgba(255, 190, 248, .5019607843);
  width: 100%;
  height: 42px;
  border-radius: 10px;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.45px;
  text-align: center;
  color: #fff;
  transition: all .4s ease
}

.casinos .casino .button button:hover,
.panel.wrapper .panel-list button:hover {
  box-shadow: 4px 4px 25px 0px rgba(255, 190, 248, .5019607843);
  background-color: #f569ff;
  color: #f6f6f6
}

.casinos .casino .paying {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 24px;
  padding: 0 23px;
  background-color: #f6f6f6;
  align-items: center;
  justify-content: space-between;
  z-index: 4
}

.casinos .casino .paying img {
  height: 14px;
  width: auto;
  object-fit: contain
}

.casinos .casino .deposit {
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  grid-area: deposit;
  padding: 16px 0;
  justify-content: center
}

.casinos .casino .deposit div:first-of-type {
  padding-right: 19px;
  border-right: 1px solid rgba(255, 255, 255, .5019607843)
}

.casinos .casino .deposit div:last-of-type {
  padding-left: 19px
}

.casinos .casino .deposit span {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  color: #fff
}

.casinos .casino .deposit p {
  margin: 0;
  padding-bottom: 0;
  width: max-content;
  color: #ffda67;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left
}

@media screen and (max-width: 1320px) {
  .casinos .casino {
    grid-template-columns: 144px minmax(200px, 1fr) minmax(200px, 250px);
  }

  .casinos .casino .logo {
    width: 144px;
  }
}

@media screen and (max-width: 1240px) {
  .casinos {
    width: fit-content;
    grid-template-columns: minmax(680px, 780px)
  }

  .casinos .casino {
    grid-template-columns: 164px minmax(200px, 1fr) minmax(200px, 300px);
  }

  .casinos .casino .logo {
    width: 164px;
  }
}

@media screen and (max-width: 700px) {
  .casinos {
    grid-template-columns: minmax(300px, 600px)
  }

  .casinos .casino {
    gap: 10px 20px;
    height: 361px;
    padding: 10px;
    padding-bottom: 60px;
    grid-template-columns: 164px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo rating" "button button" "bonus bonus" "deposit deposit"
  }

  .casinos .casino .button,
  .casinos .casino .bonus,
  .casinos .casino .bonus span,
  .casinos .casino .bonus span:last-of-type {
    width: 100%
  }

  .casinos .casino .deposit {
    padding: 10px 12px
  }

  .casinos .casino .deposit div:first-of-type {
    padding-right: 10px
  }

  .casinos .casino .deposit div:last-of-type {
    padding-left: 10px
  }

  .casinos .casino .deposit span {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left
  }

  .casinos .casino .deposit p {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
  }

  .casinos .casino .paying {
    padding: 5px 17px;
    flex-wrap: wrap;
    height: 46px;
    gap: 0 10px;
    justify-content: center
  }

  .casinos .casino .paying img {
    height: 14px
  }

  .casinos .casino .logo {
    width: 164px;
    height: 75px
  }
}

@media screen and (max-width: 360px) {
  .casinos .casino {
    gap: 10px;
    padding: 10px 3px;
    padding-bottom: 50px;
  }

  .casinos .casino .paying {
    padding: 5px;
  }

  .casinos .casino .deposit {
    padding: 8px 5px;
  }

  .casinos .casino .button {
    padding: 0;
  }
}

/*------Vitrina 1 end ----*/

.columns-wrapper {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  background: #fdfdfd;

  max-width: 1128px;
  margin: 0 auto;
}

.column {
  flex: 1;
  min-width: 0;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
}