/* ===== Normalize.css минимальный ===== */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* Базовые стили для .container */
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* 🟥 Мобильные устройства (до 576px) — .container будет "жать" по краям */
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
}

/* 🟧 Планшеты (≥576px и <768px) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* 🟨 Маленькие десктопы (≥768px и <992px) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* 🟩 Обычные десктопы (≥992px и <1200px) */
@media (min-width: 992px) {
  .container {
    max-width: 1180px;
  }
}

/* 🟦 Большие экраны (≥1200px и <1400px) */
@media (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}

/* 🟪 Очень большие экраны (≥1400px) */
@media (min-width: 1400px) {
  .container {
    max-width: 1520px;
  }
}

body {
	color: #FFF;
	font-family: "Roboto Slab";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #420000;
}

.menu-icon {
    display: none;
}

header {
    background: #830C04;
    padding: 15px 0;
}

.container.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.action--button {
    color: #000;
    font-family: "Roboto Slab";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 15px;
    background: #FFFB00;
    padding: 5px;
    box-sizing: border-box;
	cursor: pointer;
}

.wrapper-header-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.hero .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: space-between;
}

.hero .container > * {
	width: 49%;
}

@media (max-width: 1180px) {
.hero .container > * {
	width: 100%;
	}	
}

.image-table-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}


.image-table-wrapper > * {
	width: 49%;
}

@media (max-width: 1180px) {
.image-table-wrapper > * {
	width: 100%;
	}	
}

.game-details--wrapper table {
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF9F36 19.71%, #FFFB00 100%);
}

.game-details--wrapper td {
    border-bottom: 1px solid black;
    padding: 6px;
}

.game-details--wrapper tr:last-child td {
	border: none;
}

.game-details--wrapper td:first-child {
	border-right: 1px solid black;
}

.game-details--wrapper tr:first-child td {
color: #FFF;
font-family: "Roboto Slab";
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-align: center;
}

.hr {
	background: linear-gradient(90deg, #FF9F36 0%, #FFFB00 100%);
	margin-top: 25px;
    margin-bottom: 25px;
}

.expert-review {
    background: #f5f1f800!important;
}

.expert-review-faq--style-style-2 .expert-review-faq-item {
	background: #ffffff00!important;
}

.expert-review-expert-header, .expert-review-pluses-minuses-header, .expert-review-qa-header, .expert-review-score-header {
    color: #ffffff!important;
}

.wp-block-table {
    border-radius: 30px;
    border: 2px solid #FF9F36;
}

.wp-block-table td {
    border: 2px solid #FF9F36!important;
}

::marker {
    color: #F6D64C;
}

ul li::marker {
    content: '';
}

ul li::before {
    content: '';
    width: 24px;
	min-width: 24px;
    height: 16px;
    background: url(/wp-content/uploads/2025/06/slon.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
	    position: relative;
    top: 6px;
}

.container ul li {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.container ol li {
    margin-bottom: 10px;
}

@media (max-width: 1080px) {
.container.header-wrapper {
    justify-content: center;
    gap: 20px;
	}
}

.expert-review-pluses .expert-review-pluses-minuses-header, .expert-review-minuses .expert-review-pluses-minuses-header {
    text-align: center;
}

.expert-review-faq--style-style-2 .expert-review-faq-item {
    border-radius: 20px;
    border: 2px solid #FF9F36!important;
    margin-bottom: 20px!important;
}

.other-providers-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 30px;
    border: 2px solid #FF9F36;
	padding: 19px;
	flex-wrap: wrap;
}

footer {
    background: #250101;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.logo-image {
    width: 143px;
    height: 70px;
}

.expert-review-pluses-minuses {
    border-radius: 30px;
    border: 2px solid #FF9F36;
}

.expert-review-pluses .expert-review-pluses-minuses-header::before {
	content: '';
	width: 40px;
    height: 35px;
    background-size: contain !important;
	background: url(/wp-content/uploads/2025/06/plus.svg);
	display: block;	
}

.expert-review-minuses .expert-review-pluses-minuses-header::before {
	content: '';
	width: 40px;
    height: 35px;
    background-size: contain !important;
	background: url(/wp-content/uploads/2025/06/minus.svg);
	display: block;	
}

.likes::before {
	content: '';
	width: 27px;
    height: 22px;
	background-repeat: no-repeat!important;
    background-size: contain !important;
	background: url(/wp-content/uploads/2025/06/plus.svg);
	display: block;	
}

.dislikes::before {
	content: '';
	width: 27px;
    height: 22px;
	background-repeat: no-repeat!important;
    background-size: contain !important;
	background: url(/wp-content/uploads/2025/06/minus.svg);
	display: block;	
}

.expert-review-minuses .expert-review-pluses-minuses-header, .expert-review-pluses .expert-review-pluses-minuses-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.expert-review-faq--style-style-2 .expert-review-faq-item__question {
     background: url(/wp-content/uploads/2025/06/arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:after, .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:before {
    background: #277f9400!important;
}

.other-hame-item {
    border-radius: 20px;
    background: linear-gradient(90deg, #FF9F36 9.62%, #FFFB00 100%);
    padding: 12px;
}

.info-cas-wrapper {
    display: flex;
	justify-content: space-between;
}

.info-cas-wrapper b {
	color: #727272;
}

.other-hame-item img {
    min-width: 100%;
}

.likes, .dislikes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

footer p {
    color: #727272;
    text-align: center;
}

.other-providers-item--wrapper-inner {
    gap: 20px;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.star--bold {
    color: #FFFB00;
}

.other-providers-item img {
    margin-right: 80px;
}

@media (max-width: 1080px) {
	.other-providers-item img {
    margin-right: 0;
}
}

.other-providers-item .action--button {
    border-radius: 15px;
    background: #10E014;
    color: #ffffff;
    padding: 10px;
}

@media (min-width: 1200px) {
.other-providers-item--wrapper-inner {
    border-right: 1px solid #f3b14b;
    padding-right: 35px;
    min-width: 485px;
	}}


p.other-providers-item-bonus {
    max-width: 395px;
	margin-right: auto;
}

@media (min-width: 1080px) {
	p.other-providers-item-bonus {
	padding-left: 20px;
}
}

@media (min-width: 1500px) {
	p.other-providers-item-bonus {
    max-width: 495px;
}	
}

.other-providers-item-title {
    min-width: 145px;
}

.wp-block-column.other-hame-item.is-layout-flow.wp-block-column-is-layout-flow {
    color: black;
}