* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #1d1e1f;
  font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
  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-wrapper,
main .faq-container {
  color: #fff;
  margin: 0 auto;
}
main .general-table-wrapper {
  overflow-x: overlay;
  width: 98%;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  line-height: normal;
}
main .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
@media (max-width: 1250px) {
    main .wrapper {
        padding: 0 16px;
    }
}
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: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 18px;
  line-height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 1.32px;
}
h2 {
  font-size: 22px;
  line-height: 28px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #1e1e24;
}
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: 0px;
}
.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-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}
.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  counter-increment: counter-ol;
}
.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 50%;
  top: -2px;
  left: -26px;
  background: #e50539;
  font-size: 14px;
}
.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 12px;
}
.content .general-ul li {
  position: relative;
  padding-bottom: 8px;
  padding-left: 35px;
}
.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
  background: url(icon-list.svg)no-repeat;
}
.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: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  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 {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
  border-radius: 10px;
}
.general-table thead {
  background: #fed6d6;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  border: 1px solid rgba(188, 5, 229, 1);
}
.general-table .general-tr .general-td:nth-child(1) {
    border: 1px solid rgba(5, 91, 229, 1);
}
.general-table thead tr th {
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #e50575;
  border-top: 1px solid #e50575;
  border-bottom: 1px solid #e50575;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #e50575;
  border-left: 11px solid #e50575;
  border-top: 1px solid #e50575;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #e50575;
  border-top: 1px solid #e50575;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: transparent;
  z-index: 5;
  border-radius: 12px;
  transition: all 0.4s ease;
  border: 2px solid rgba(5, 91, 229, 1);
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #e50575;
}
.faq-container .faq-item:hover {
  border-color: #e50575;
}
/* .faq-container .faq-item:hover .faq-question {
  color: e50575;
} */
.faq-container .faq-question {
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  line-height: 22px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
  z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: rgba(5, 91, 229, 1);
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.4s ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(249, 51, 51, 0.0784313725);
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}
.faq-container .toggle:checked ~ .bg-active {
  opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #e50539;
}
/* .faq-container .toggle:checked ~ .faq-question {
  color: #e50539;
} 
.faq-container .toggle:checked ~ .faq-answer {
  color: #e50539;
}*/
.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;
}

.frame {
  width: 640px;
  max-width: 98%;
  margin: 32px auto;
  aspect-ratio: 4/3;
}
.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #c01414;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #c01414;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_box {
  max-height: 0px;
  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;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.table_of_contents .table_link:hover {
  color: #e13d22;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #000;
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #fff;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #a91704;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}
.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: #1e1e24;
  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: 10px;
  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 {
  padding: 24px 16px;
  text-align: center;
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0);
}
.button-block button {
  position: relative;
  overflow: hidden;
  width: 620px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #e50539;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}
.button-block button::after,
.button-block button::before {
  position: absolute;
  content: no-open-quote;
  background-repeat: no-repeat;
  background-size: cover;
}
.button-block button::after {
  width: 78px;
  height: 52px;
  background-image: url(/circle_1.svg);
  left: 0;
  top: 0;
}
.button-block button::before {
  width: 135px;
  height: 68px;
  background-image: url(/circle_2.svg);
  right: -30px;
  bottom: 0;
}
.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 600px;
  border-radius: 12px;
  background: #e50539;
}
.quote p {
  padding: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
.quote::after,
.quote::before {
  position: absolute;
  content: no-open-quote;
  width: 24px;
  height: 20px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.quote::after {
  left: -5px;
  top: -10px;
}
.quote::before {
  right: -5px;
  bottom: -10px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1250px) {

  main .casino-advantages .advantages-list {
    width: 100%;
  }

  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;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }
  h1 {
    padding: 30px 0 10px 0;
  }
  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  
  .button-block button {
    padding: 14px 5px;
  }
  .quote {
    width: calc(100% - 32px);
  }
  .faq-container .faq-item {
    border-radius: 14px;
  }
  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }
  .faq-container .bg-active {
    border-radius: 14px;
  }
  .faq-container .icon {
    right: 15px;
  }
}
@media screen and (max-width: 600px) {

  .button-block button {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
  }
}

.plus_minus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  padding: 20px 0;
}
.plus,
.minus {
  background: rgba(0, 0, 0, 0);
  border-radius: 12px;
}
.plus {
  border: 1px solid #e50539;
}
.minus {
  border: 1px solid #bc05e5;
}
.plus_minus .title {
  display: flex;
  gap: 4px;
  padding: 6px 20px;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.plus_minus .title span {
  font-size: 18px;
  line-height: 24px;
  font-family: Tahoma, sans-serif;
  color: #fff;
}
.plus .title {
  background: #e50539;
}
.minus .title {
  background: #bc05e5;
}
.plus_minus .title img {
  width: 18px;
  height: 18px;
}
.plus_minus .info {
  border-radius: 0 0 12px 12px;
  padding: 20px;
}
.plus_minus .info ul {
  margin-bottom: 0;
}
.plus_minus .info ul li {
  font-size: 16px;
  line-height: 20px;
  padding: 0px 0 8px 24px;
  position: relative;
}
.plus_minus .plus .info ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -4px;
  top: 5px;
  background: #e50539;
  border-radius: 50%;
}
.plus_minus .minus .info ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -4px;
  top: 5px;
  background: #bc05e5;
  border-radius: 50%;
}
@media (max-width: 1250px) {
  .plus_minus {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    padding: 14px 0;
  }
  .plus_minus .title {
    padding: 6px 12px;
  }
  .plus_minus .info {
    padding: 16px 12px;
  }
  .plus_minus .info ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .plus_minus .info ul li::before {
    width: 14px;
    height: 14px;
  }
}

.footer {
  display: block;
  background: #181616;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.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 .footerInner .copyright {
  color: #fff;
  font-size: 15px;
}
.footer .footerInner .menu {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}
.footer .scrollTop {
  background: #e50539;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  background: #0e1013;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
}
.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-block-btn .buttons button {
  width: 48%;
}
.footer-block-btn .buttons .startToPlay {
  padding: 12px 24px;
  color: #e6053a;
  background-color: #fff;
  font-size: 18px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
  width: 100%;
  max-width: 360px;
}
@media (max-width: 660px) {
  .footer {
    padding: 20px 0 80px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-block-btn .buttons .startToPlay {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 10px;
  }
  .footer-block-btn .buttons .startToPlay:hover {
    opacity: 0.8;
  }
}
.header {
  background: #0e1013;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header .headerInner {
  height: 100%;
  max-width: 1400px;
  width: 100%;
}
.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .headerInner .logo {
  position: relative;
  left: 35px;
}
.header .headerInner .toggle {
  width: 28px;
  height: 28px;
  left: 40px;
  top: 4px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(1) {
  transform: scaleX(0);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
  transform: rotate(45deg);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
  transform: scaleX(0);
}
.header .headerInner .toggle:checked ~ .menu {
  height: 100%;
  opacity: 1;
  padding-bottom: 40px;
  padding-top: 37px;
}
.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 {
  height: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 28px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header .headerInner .menu a:hover {
  color: #0e121c;
}
.header .headerInner .menu a.active {
  color: #0e121c;
}
.header .bets {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
}
.header .bets p {
  max-width: 100px;
  width: 100%;
  font-size: 19px;
  margin: 0;
  padding: 0;
}
.header .bets .betsList {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 30px;
}
.header .bets .betsList .betsItem {
  padding: 10px;
  width: 200px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 0 0 auto;
  border: 1px solid #e50539;
  border-radius: 5px;
}
.header .bets .betsList .betsItem .name {
  display: flex;
  gap: 10px;
}
.buttons .logButton {
  padding: 5px 24px;
  border-radius: 48px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 48px;
  background: #da3737;
}
.buttons .regButton {
  position: relative;
  margin-right: 20px;
  background: #fff;
  padding: 5px 24px;
  border-radius: 48px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  color: #e13d22;
}
@media screen and (max-width: 1960px) {
  .header {
    padding: 0.75rem 1rem;
  }
  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }
  .header .headerInner .logo {
    left: unset;
  }
  .header .buttons .startToPlay {
    padding: 12px 24px;
    color: #e6053a;
    background-color: #fff;
    font-size: 1rem;
    border-radius: 100px;
    font-weight: 600;
    margin-right: 0.5rem;
    position: relative;
  }
  .header .buttons .startToPlay:hover {
    opacity: 0.8;
  }
  .header .buttons .logButton {
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: inherit;
    border: 1px solid #ff2400;
    font-weight: 600;
  }
  .header .buttons .logButton:hover {
    background: #ff2400;
    transition: 0.3s;
  }
}
@media screen and (max-width: 660px) {
  .header .buttons .startToPlay {
    display: none;
  }
  .header .headerInner .logo {
    left: 0;
  }
}
@media screen and (max-width: 390px) {
  .header .buttons .regButton {
    padding: 5px 10px;
    font-size: 12px;
  }
  .header .logo {
    width: 90px;
  }
}

.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #e13d22;
  width: 100%;
  max-width: 350px;
  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: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.breadcrumbs a {
  color: #fff;
  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.wrapper {
    margin-top: 15px;
  }
}
.banner {
  height: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 30px;
}
.banner .banner-inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px 0 100px;
  gap: 20px;
  background: linear-gradient(90deg, #030536 0%, #560202 100%);
}
.banner .banner-inner .banner-info {
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
  gap: 15px;
}
.banner .banner-inner .banner-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 53%;
}
.banner .banner-inner .banner-text p {
  margin: 0;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.banner .banner-inner .banner-text .text-header {
  font-family: Verdana;
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  padding-bottom: 10px;
}
.banner .banner-inner .banner-img {
  background: url(/img-bannner.webp) no-repeat;
  background-size: contain;
  width: 400px;
  height: 300px;
  position: absolute;
  right: 10%;
  z-index: 2;
  top: -2%;
}
.banner button {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6053a;
  border-radius: 100px;
  color: #fff;
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 16px 40px;
  margin: 0;
  width: 100%;
  max-width: 353px;
  height: 100%;
  max-height: 62px;
}
.banner button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1466px) {
  .banner .banner-inner .banner-img {
    right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .banner {
    margin-bottom: 20px;
  }
  .banner .banner-inner {
    padding: 0;
  }
  .banner .banner-inner .banner-info {
    gap: 0;
  }
}
@media screen and (max-width: 830px) {
  .banner {
    height: 234px;
  }
  .banner .banner-inner .banner-text {
    max-width: 70%;
  }
  .banner .banner-inner .banner-text .text-header {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 5px;
  }
  .banner .banner-inner .banner-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .banner .banner-inner .banner-info button {
    width: 240px;
    font-size: 15px;
    line-height: 18px;
  }
  .banner .banner-inner .banner-img {
    right: -20%;
    width: 312px;
    height: 234px;
  }
}
@media screen and (max-width: 500px) {
  .banner .banner-inner .banner-img {
    right: -40%;
  }
}
@media screen and (max-width: 430px) {
  .banner .banner-inner .banner-text {
    max-width: 92%;
  }
  .banner .banner-inner .banner-right {
    display: none;
  }
  .banner .banner-inner .banner-img {
    right: -60%;
  }
}
@media screen and (max-width: 350px) {
  .banner .banner-inner {
    justify-content: center;
    align-items: center;
  }
  .banner .banner-inner .banner-info {
    padding: 0;
    justify-content: center;
    align-items: center;
  }
 
  .banner .banner-inner .banner-img {
    display: none;
  }
}
.nav-submenu {
  position: relative;
  height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
  display: flex;
}
.nav-submenu .nav-submenu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}
.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #000;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}
.nav-submenu .nav-submenu-list a {
  margin-bottom: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 20px;
  }
  #mobileMenu .nav-submenu-link {
    color: #df0000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    height: auto;
  }
  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
}

.casinos-wrapper {
background: #0E1013;
border-radius: 10px;
width: 100%;
max-width: 1400px;
box-shadow: 0px 4px 4px 0px #00000040;
padding: 20px 24px;
margin-bottom: 20px;
}

.casinos-wrapper.wrapper {
  margin-bottom: 20px;
}

.casinos {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.casino {
  border: 1px solid #5305E5;
  border-radius: 10px;
  padding: 20px 24px 20px 24px;
  display: grid;
  /* grid-template-columns: 160px 25% 350px auto; */
  grid-template-columns:  160px 20% 400px auto;
  align-items: center;
  background: #0E1013;
  gap: 20px;
}

.casino .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 160px;

}

.casino .img span {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.casino .img .img_img {
  width: 160px;
  height: 66px;
  border-radius: 4px;
}

.casinos-wrapper .img {background-size: contain;background-position: 0 center;}


.casino .rating {
  height: 53px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.casino .rating .title {
  font-family: Tahoma;
font-size: 16px;
font-weight: 700;
line-height: 18px;
text-align: left;
color: #fff;

}

.casino .rating img {
  width: 15px;
}

.casino .rating span {
  color: #fff;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 5px;
  
}
.casino .rating .rating-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.casino .rating .license {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.casino .bonus span {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  color: #fff;

}

.casino .bonus p {
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;  
  color: #fff;
  padding-top: 8px;
  margin: 0;
  width: 100%;
  max-width: 400px;
}

.casino .button {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.casino .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;  
  color: #fff;
  background: #5305E5;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 200px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
}
.casino .button .info-casino {
  font-family: Tahoma;
font-size: 10px;
font-weight: 400;
line-height: 12.1px;
text-align: left;
color: #FFFFFF;
background: transparent;
position: relative;
cursor: pointer;
}
.casino .button .info-casino::after {
  content: url(/cards-casino/down.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  padding-left: 5px;
}

.casino .button button:hover {
  opacity: 0.8;
}

.more-info {
  display: none;
  margin-top: 10px;
  gap: 17px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-start: 1;
  grid-column-end: 5;
}
.more-info-amp {
  display: grid;
  margin-top: 10px;
  gap: 17px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-start: 1;
  grid-column-end: 5;
}
.more-info-amp .info-deposit ,
.more-info .info-deposit {
  border-radius: 10px;
  padding: 5px 12px 5px 12px;
  width: 100%;
  max-width: 678px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;

}
.more-info  .min-dep , .more-info  .max-dep ,
.more-info-amp  .min-dep , .more-info-amp  .max-dep {
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  max-width: 320px;
}
.more-info  .min-dep .more-info-title , .more-info  .max-dep .more-info-title ,
.more-info-amp  .min-dep .more-info-title , .more-info-amp  .max-dep .more-info-title {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
}

.more-info  .min-dep span , .more-info  .max-dep span ,
.more-info-amp  .min-dep span , .more-info-amp  .max-dep span {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}

.more-info .info-deposit .more-info-title ,
.more-info-amp .info-deposit .more-info-title {
  font-family: Tahoma;
font-size: 14px;
font-weight: 700;
line-height: 16px;
text-align: left;
color: #fff;
margin: 0;
padding-bottom: 8px;
}
.more-info .info-deposit span ,
.more-info-amp .info-deposit span {
  font-family: Tahoma;
font-size: 14px;
font-weight: 400;
line-height: 19px;
text-align: left;
color: #fff;

}

.more-info.visible {
  display: block;
}

@media (max-width: 1250px) {
  .casino {
      grid-template-columns: 50% 50%;
      padding: 20px 20px 14px 20px;
      gap: 14px;
  }
  .more-info {    
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casino .bonus p {
    max-width: unset;
  }

  .casino .bonus {
      padding-left: 0;
  }

  .casino .button {
      margin: 0 auto;
      justify-content: flex-start;
  }
}
@media (max-width: 750px) { 
  .more-info , .more-info-amp {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .casino {
      margin-bottom: 12px;
  }

  .casino .bonus {
      grid-column-start: 1;
      grid-column-end: 3;
  }

  .casino .button {
      grid-column-start: 1;
      grid-column-end: 3;
      margin-left: 0;
  }
  .more-info ,.more-info-amp {
    grid-template-columns: 1fr 1fr;
  }
  .more-info .info-deposit ,
  .more-info-amp .info-deposit {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .more-info .min-dep, .more-info .max-dep ,
  .more-info-amp .min-dep, .more-info-amp .max-dep {
    padding: 5px 12px 5px 12px;
  }

}

@media (max-width: 520px) {
  .casino {
    padding: 12px;
}
  .casino .rating {
      gap: 2px;
  }
  .casino .rating .title {
    font-size: 14px;
    line-height: 15px;
  }
  .casino .bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .casino .bonus p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 5px 5px 5px;
  }
  .casino .bonus span {
    text-align: center;
  }
  .casino .rating span {
      font-size: 12px;
      line-height: 15px;
  }
  .casino .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .casino {
      grid-template-columns: 1fr 1fr;
      padding: 10px 10px 10px 10px;
      gap: 8px;
  }
  .casino .img {
    max-width: 130px;
  }
  .casino .img .img_img {
    width: 130px;
  }
}

.tag-cloud {
  text-align: center;
  padding: 20px;
}

.tag-cloud a {
  display: inline-block;
  margin: 5px;
  padding: 8px 12px;
  background: #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.tag-cloud a:hover {
  background: #ddd;
}



.bannerNY {margin-top: 70px; margin-bottom: 30px; background: url(/ny/desktop-back.webp)no-repeat; background-size: cover;
    padding-bottom: 22px;}
.bannerNY-top {background: rgba(0, 56, 174, 1); border-radius: 0 0 30px 30px; padding: 12px 20px;}
.bannerNY-top p {font-size: 40px; font-weight: bold; text-align: center; color: rgba(255, 255, 255, 1); padding-bottom: 0;}
.bannerNY-list {display: flex; justify-content: space-between;}
.bannerNY-item { border-radius: 50%; display: flex; flex-direction: column; justify-content: center; gap: 20px;
    align-items: center; padding: 18px; position: relative; box-shadow: 0px 4px 12.6px 0px rgba(0, 0, 0, 0.4);}
.bannerNY-item:nth-child(1) {background: radial-gradient(77.5% 77.5% at 71.76% 22.5%, #FF2400 0%, #9F1212 72.6%, #660E00 93.75%);
     width: 340px; height: 340px; margin-top: 72px;}
.bannerNY-item:nth-child(2) {background: radial-gradient(77.5% 77.5% at 71.76% 22.5%, #2A97EE 0%, #384CB3 72.6%, #083D68 93.75%);
     width: 370px; height: 370px; margin-top: 42px;}
.bannerNY-item:nth-child(3) {background: radial-gradient(77.5% 77.5% at 71.76% 22.5%, #FF2400 0%, #9F1212 72.6%, #660E00 93.75%);
    box-shadow: 0px 4px 12.6px 0px rgba(0, 0, 0, 0.4); width: 340px; height: 340px; margin-top: 72px;}
.bannerNY-item span {color: rgba(255, 255, 255, 1); font-weight: bold; display: block; text-align: center;}
.bannerNY-item button {font-weight: bold; font-size: 20px; border-radius: 50px; padding: 10px 45px;}
.bannerNY-item button:hover {opacity: 0.8;}
.bannerNY-item span.extra {font-size: 18px; font-weight: normal; line-height: 28px; padding-top: 5px;}

.bannerNY-item:nth-child(1) span {font-size: 36px; line-height: 40px;}
.bannerNY-item:nth-child(2) span {font-size: 32px; line-height: 36px;}
.bannerNY-item:nth-child(3) span {font-size: 26px; line-height: 30px;}

.bannerNY-item:nth-child(1):before {content: no-open-quote; position: absolute; top: -72px; left: calc((100% - 8px) / 2); height:72px ; width: 8px;
    background: rgba(251, 225, 1, 1);}
.bannerNY-item:nth-child(2):before {content: no-open-quote; position: absolute; top: -42px; left: calc((100% - 8px) / 2); height:42px ; width: 8px;
    background:rgba(255, 36, 0, 1);}
.bannerNY-item:nth-child(3):before {content: no-open-quote; position: absolute; top: -72px; left: calc((100% - 8px) / 2); height:72px ; width: 8px;
    background: rgba(251, 225, 1, 1);}

.bannerNY-item:nth-child(1) button {background: linear-gradient(96.29deg, #FBE101 48.69%, #FFFFC3 89.55%); border: 2px solid #F0B800;
    color: rgba(70, 56, 55, 1);}
.bannerNY-item:nth-child(2) button {background: linear-gradient(96.29deg, #FF2400 48.69%, #FF7765 89.55%); border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);}
.bannerNY-item:nth-child(3) button {background: linear-gradient(96.29deg, #FBE101 48.69%, #FFFFC3 89.55%); border: 2px solid #F0B800;
    color: rgba(70, 56, 55, 1);}

.bannerNY-img {position: absolute; top: -20px; left: 0; width: 220px; height: 112px;}
.bannerNY-item:nth-child(1) .bannerNY-img {background: url(/ny/pinko-tag.webp)no-repeat; background-size: cover;}
.bannerNY-item:nth-child(2) .bannerNY-img {background: url(/ny/1win-tag.webp)no-repeat; background-size: cover;}
.bannerNY-item:nth-child(3) .bannerNY-img {background: url(/ny/pinup-tag.webp)no-repeat; background-size: cover; top:-40px;}


@media screen and (max-width: 1250px) { 
    .bannerNY-top p {font-size: 20px; line-height: 26px; width: 100%;}
    .bannerNY-item:nth-child(1) {width: 200px; height: 200px;}
    .bannerNY-item:nth-child(2), .bannerNY-item:nth-child(3) {width: 217px; height: 217px;}
    .bannerNY-item:nth-child(1) span {font-size: 22px; line-height: 28px;}
    .bannerNY-item:nth-child(2) span {font-size: 18px; line-height: 24px;}
    .bannerNY-item:nth-child(3) span {font-size: 17px; line-height: 26px;}
    .bannerNY-item span.extra {font-size: 14px; line-height: 17px;}
    .bannerNY-item button {font-size: 16px; padding: 7px 21px;}
    .bannerNY-img {width: 135px; height: 69px;}
    .bannerNY-item {gap: 12px; padding: 0 12px;}
    .bannerNY-list {justify-content: center; gap: 30px;}
    .bannerNY-item:nth-child(1):before {content: no-open-quote; position: absolute; top: -72px; left: calc((100% - 2px) / 2); height:72px ; width: 2px;
        background: rgba(251, 225, 1, 1);}
    .bannerNY-item:nth-child(2):before {content: no-open-quote; position: absolute; top: -42px; left: calc((100% - 2px) / 2); height:42px ; width: 2px;
        background:rgba(255, 36, 0, 1);}
    .bannerNY-item:nth-child(3):before {content: no-open-quote; position: absolute; top: -72px; left: calc((100% - 2px) / 2); height:72px ; width: 2px;
        background: rgba(251, 225, 1, 1);}
    .bannerNY-inner.wrapper {padding: 0 0;}
}

@media screen and (max-width: 760px) { 
    .bannerNY-list {flex-direction: column; gap: 0; max-width: 400px; margin: 0 auto; position: relative;}
    .bannerNY-item:nth-child(2) {position: absolute; top: 180px; right: 0; margin-top: 0;}
    .bannerNY-item:nth-child(2):before {height: 180px; top: -180px;}
    .bannerNY-item:nth-child(1) {margin-top: 28px;}
    .bannerNY-item:nth-child(1)::before {height: 28px; top: -28px;}
    .bannerNY-item:nth-child(3) {margin-top: 120px;}
    .bannerNY-item:nth-child(3)::before {height: 120px; top: -120px;}
    .bannerNY {background: url(/ny/mobile-back.webp)no-repeat; background-size: cover; margin-bottom: 0px;}
}

.section {background: rgba(37, 39, 47, 1); border-radius: 12px; padding: 0 20px 20px 20px; margin-bottom: 20px;}
.section h1, .section h2, .section h3, .section h4 {background: rgba(230, 4, 60, 1); border-radius: 0 0 20px 20px; padding: 20px 16px;
    color: rgba(255, 255, 255, 1); margin-bottom: 24px;}
@media screen and (max-width: 1250px) { 
    .section {padding: 0 16px 16px 16px;}
}

.two-columns {display: flex; gap: 20px; padding-bottom: 20px;}
.two-columns-left {width: 512px;}
.two-columns-right {width:  calc(100% - 512px);}
.two-columns img {border-radius: 12px;}
@media screen and (max-width: 1250px) { 
    .two-columns {flex-direction: column;}
    .two-columns img {margin: 0 auto; max-width: 512px; width: 100%;}
    .two-columns-left, .two-columns-right {width: 100%;}
}

.idea {padding-bottom: 20px;}
.idea-inner {display: grid; gap: 16px; border: 2px solid rgba(222, 229, 5, 1); border-radius: 12px; padding: 20px 16px 0 16px; align-items: center;
    grid-template-columns: 60px auto;}
.idea-marked {font-weight: bold; grid-row: 1/2; grid-column: 2/3; padding-bottom: 0; text-align: left; margin-left: 0;}
.idea-inner img {width: 60px; height: 60px;}
.idea-img {grid-row: 1/3; grid-column: 1/2;}
.idea-info {grid-row: 2/3; grid-column: 2/3;}
@media screen and (max-width: 1100px) { 
  .idea-img {grid-row: 1/2; grid-column: 1/2;}
  .idea-info {grid-row: 2/3; grid-column: 1/3;}
}


.strategy-inner {display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr);}
.stategy-item {border-radius: 12px; padding: 0 16px;}
.stategy-item:nth-child(1), .stategy-item:nth-child(4) {border: 2px solid rgba(230, 4, 60, 1);}
.stategy-item:nth-child(2) {border: 2px solid rgba(188, 5, 229, 1);}
.stategy-item:nth-child(3) {border: 2px solid rgba(5, 91, 229, 1);}
.stategy-item:nth-child(2) h3 {background: rgba(188, 5, 229, 1);}
.stategy-item:nth-child(3) h3 {background: rgba(5, 91, 229, 1);}
@media screen and (max-width: 1100px) { 
  .strategy-inner { grid-template-columns: 1fr;}
}

.advice {margin: 20px 0;}
.advice-inner {display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr);}
.advice-item {display: flex; gap: 16px; border-radius: 12px; padding: 16px 16px 0 16px;}
.advice-item img {width: 60px; height: 60px;}
.advice-info {width: calc(100% - 60px);}
.advice-item:nth-child(1), .advice-item:nth-child(4) {border: 2px solid rgba(5, 91, 229, 1);}
.advice-item:nth-child(2), .advice-item:nth-child(5) {border: 2px solid rgba(188, 5, 229, 1);}
.advice-item:nth-child(3), .advice-item:nth-child(6) {border: 2px solid rgba(230, 4, 60, 1);}
.advice-info .marked {font-weight: bold;}
@media screen and (max-width: 1100px) { 
  .advice-inner { grid-template-columns: 1fr;}
}
@media screen and (max-width: 600px) { 
  .advice-item {flex-direction: column;}
  .advice-item img  { width: 40px; height: 40px;}
  .advice-info {width: 100%;}
}

.mobile-inner {display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr);}
.mobile-item { border-radius: 12px; padding: 0px 16px 0 16px;}
.mobile-item:nth-child(1) {border: 2px solid rgba(5, 91, 229, 1);}
.mobile-item:nth-child(2) {border: 2px solid rgba(188, 5, 229, 1);}
.mobile-item:nth-child(1) h3 {background: rgba(5, 91, 229, 1);}
.mobile-item:nth-child(2) h3 {background: rgba(188, 5, 229, 1);}
@media screen and (max-width: 1100px) { 
  .mobile-inner {grid-template-columns: 1fr;}
}