/*
Theme Name: Temple Tumble Megaways
Theme URI: https://ivan-kozlov.ru/
Author: Ivan Kozlov
Author URI: https://ivan-kozlov.ru/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.container_chilli-heat-megaways {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 2.083vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container_chilli-heat-megaways {
    padding: 0 2.821vw;
  }
}
.container__wrap_chilli-heat-megaways {
  box-sizing: border-box;
  width: 85.417vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container__wrap_chilli-heat-megaways {
    width: 100%;
  }
}
.container__wrap2_chilli-heat-megaways {
  box-sizing: border-box;
  width: 56.667vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container__wrap2_chilli-heat-megaways {
    width: 100%;
  }
}
.container__wrap3_chilli-heat-megaways {
  box-sizing: border-box;
  width: 71.25vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container__wrap3_chilli-heat-megaways {
    width: 100%;
  }
}

.stars_chilli-heat-megaways:after {
  content: "";
  display: block;
  height: 0.938vw;
  background: url("img/stars.svg") no-repeat left center/auto 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_chilli-heat-megaways:after {
    height: 3.077vw;
  }
}
.stars_10_chilli-heat-megaways:after {
  width: 10.781vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_10_chilli-heat-megaways:after {
    width: 33.5vw;
  }
}
.stars_9_chilli-heat-megaways:after {
  width: 9.2vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_9_chilli-heat-megaways:after {
    width: 30.5vw;
  }
}
.stars_8_chilli-heat-megaways:after {
  width: 8.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_8_chilli-heat-megaways:after {
    width: 27vw;
  }
}
.stars_7_chilli-heat-megaways:after {
  width: 7.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_7_chilli-heat-megaways:after {
    width: 23vw;
  }
}
.stars_6_chilli-heat-megaways:after {
  width: 6.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_6_chilli-heat-megaways:after {
    width: 20vw;
  }
}
.stars_5_chilli-heat-megaways:after {
  width: 5.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_5_chilli-heat-megaways:after {
    width: 17vw;
  }
}
.stars_4_chilli-heat-megaways:after {
  width: 4.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_4_chilli-heat-megaways:after {
    width: 13vw;
  }
}
.stars_3_chilli-heat-megaways:after {
  width: 3.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_3_chilli-heat-megaways:after {
    width: 10vw;
  }
}
.stars_2_chilli-heat-megaways:after {
  width: 2.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_2_chilli-heat-megaways:after {
    width: 6vw;
  }
}
.stars_1_chilli-heat-megaways:after {
  width: 1.1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .stars_1_chilli-heat-megaways:after {
    width: 3vw;
  }
}

.section-title_chilli-heat-megaways {
  display: block;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.1875;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .section-title_chilli-heat-megaways {
    font-size: 4.103vw;
  }
}

.btn__red_chilli-heat-megaways {
  background-color: rgba(237, 47, 47, 0.2);
  background-image: radial-gradient(62.71% 62.71% at 49.72% 100%, rgba(237, 47, 47, 0.2) 0%, rgba(35, 182, 76, 0.106) 0.01%, rgba(240, 34, 34, 0.088) 100%), linear-gradient(360deg, #F02222 0%, rgba(255, 71, 71, 0.33) 100%);
}
.btn__green_chilli-heat-megaways {
  background-color: rgba(53, 162, 84, 0.2);
  background-image: radial-gradient(62.71% 62.71% at 49.72% 100%, rgba(53, 162, 84, 0.2) 0%, rgba(128, 28, 255, 0.2) 0.01%, rgba(35, 182, 76, 0.106) 100%), linear-gradient(360deg, #3BE420 0%, rgba(32, 228, 110, 0.33) 100%);
}
.btn__yellow_chilli-heat-megaways {
  background-color: rgba(235, 255, 0, 0.2);
  background-image: radial-gradient(62.71% 62.71% at 49.72% 100%, rgba(235, 255, 0, 0.2) 0%, rgba(35, 182, 76, 0.106) 0.01%, rgba(250, 255, 0, 0.088) 100%), linear-gradient(360deg, #FFD362 0%, rgba(235, 255, 0, 0.46) 100%);
}

.text-format_chilli-heat-megaways h1 {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  line-height: 1.2;
}
.text-format_chilli-heat-megaways h2 {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  line-height: 1.2;
}
.text-format_chilli-heat-megaways h3 {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  line-height: 1.2;
}
.text-format_chilli-heat-megaways h4 {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  line-height: 1.2;
}
.text-format_chilli-heat-megaways h5 {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  line-height: 1.2;
}
.text-format_chilli-heat-megaways h6 {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  line-height: 1.2;
}
.text-format_chilli-heat-megaways p {
  margin-top: 1.042vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.7;
}
.text-format_chilli-heat-megaways ul {
  display: block;
  margin-top: 1.042vw;
}
.text-format_chilli-heat-megaways ul li {
  display: block;
  position: relative;
  margin-top: 1.042vw;
  padding-left: 1.042vw;
  font-size: 0.781vw;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-format_chilli-heat-megaways ul li {
    margin-top: 5.128vw;
    padding-left: 3.077vw;
    font-size: 2.821vw;
  }
}
.text-format_chilli-heat-megaways ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.417vw;
  left: 0;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-format_chilli-heat-megaways ul li:before {
    top: 1.417vw;
    width: 1.538vw;
    height: 1.538vw;
  }
}
.text-format_chilli-heat-megaways strong {
  font-weight: 700;
}
.text-format_chilli-heat-megaways em {
  font-style: italic;
}
.text-format_chilli-heat-megaways a {
  color: #00FF47;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
.text-format_chilli-heat-megaways a:hover {
  opacity: 0.7;
}
.text-format_chilli-heat-megaways img {
  display: block;
  max-width: 100%;
  height: auto;
}

*::-webkit-scrollbar {
  width: 0.208vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  *::-webkit-scrollbar {
    width: 1.026vw;
  }
}
*::-webkit-scrollbar-track {
  background-color: #2a0909;
}
*::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
}

.not-scroll {
  overflow: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  background-color: #2a0909;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 8.333vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  body {
    padding-top: 24.359vw;
  }
}

.site-header_chilli-heat-megaways {
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in-out 0s;
}
.site-header__flex_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__flex_chilli-heat-megaways {
    height: 24.359vw;
  }
}
.site-header__logo {
  display: block;
  text-decoration: none;
}
.site-header__logo_chilli-heat-megaways img {
  display: block;
  height: 2.5vw;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__logo_chilli-heat-megaways img {
    height: 8.974vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__nav_chilli-heat-megaways ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__nav_chilli-heat-megaways ul.menu > li {
  display: block;
  margin: 0 1.667vw;
}
.site-header__nav_chilli-heat-megaways ul.menu > li > a {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.16;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
.site-header__nav_chilli-heat-megaways ul.menu > li.current-menu-item > a {
  color: #FFBB0B;
}
.site-header__nav_chilli-heat-megaways ul.menu > li:hover > a {
  color: #FFBB0B;
}
.site-header__nav_chilli-heat-megaways ul.menu > li > ul {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__langs {
    display: none;
  }
}
.site-header__langs_chilli-heat-megaways {
  position: relative;
}
.site-header__langs_current_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 0.625vw;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0.417vw;
}
.site-header__langs_current_chilli-heat-megaways img {
  display: block;
  margin-left: 0.417vw;
  height: auto;
  width: 1.25vw;
}
.site-header__langs_list_chilli-heat-megaways {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 0.417vw 0;
  background: #2a0909;
}
.site-header__langs_list_chilli-heat-megaways a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.417vw;
  width: 100%;
  font-weight: 700;
  font-size: 0.625vw;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.site-header__langs_list_chilli-heat-megaways a img {
  display: block;
  margin-left: 0.417vw;
  height: auto;
  width: 1.25vw;
}
.site-header__langs_chilli-heat-megaways:hover .site-header__langs_list_chilli-heat-megaways {
  display: flex;
}
.site-header__burger_chilli-heat-megaways {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__burger_chilli-heat-megaways {
    display: block;
    width: 10.769vw;
    height: 8.974vw;
    border-radius: 1.026vw;
    background: #FFBB0B url("img/burger.svg") no-repeat center/100% 100%;
  }
}

.mobile-menu_chilli-heat-megaways {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .mobile-menu_chilli-heat-megaways {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A1D22;
    z-index: 9999;
  }
  .mobile-menu_chilli-heat-megaways.open {
    display: block;
  }
  .mobile-menu_chilli-heat-megaways .site-header__nav {
    display: block;
  }
  .mobile-menu_chilli-heat-megaways .site-header__nav_chilli-heat-megaways ul.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu_chilli-heat-megaways .site-header__nav_chilli-heat-megaways ul.menu > li {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .mobile-menu_chilli-heat-megaways .site-header__nav_chilli-heat-megaways ul.menu > li > a {
    font-weight: 400;
    font-size: 6.154vw;
    line-height: 2.5;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_chilli-heat-megaways {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6.154vw;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_current_chilli-heat-megaways {
    font-size: 4.103vw;
    padding: 0.417vw;
    margin: 0 2.051vw;
    opacity: 0.5;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_current_chilli-heat-megaways img {
    display: block;
    margin-left: 1.538vw;
    height: auto;
    width: 9.231vw;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_list_chilli-heat-megaways {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    right: auto;
    top: auto;
    padding: 0.417vw 0;
    background: none;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_list_chilli-heat-megaways a {
    font-size: 4.103vw;
    padding: 0.417vw;
    margin: 0 2.051vw;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_list_chilli-heat-megaways a img {
    display: block;
    margin-left: 1.538vw;
    height: auto;
    width: 9.231vw;
  }
  .mobile-menu_chilli-heat-megaways .site-header__langs_chilli-heat-megaways:hover .mobile-menu_chilli-heat-megaways .site-header__langs_list_chilli-heat-megaways {
    display: flex;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .mobile-menu__header_chilli-heat-megaways {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24.359vw;
  }
  .mobile-menu__logo {
    display: block;
    text-decoration: none;
  }
  .mobile-menu__logo_chilli-heat-megaways img {
    display: block;
    height: 8.974vw;
    width: auto;
  }
  .mobile-menu__close_chilli-heat-megaways {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) and (min-width: 1px) and (max-width: 992px) {
  .mobile-menu__close_chilli-heat-megaways {
    display: block;
    width: 10.769vw;
    height: 8.974vw;
    border-radius: 1.026vw;
    background: #FFBB0B url("img/close2.svg") no-repeat center/4.615vw auto;
  }
}

body.scrolled .site-header_chilli-heat-megaways {
  opacity: 0;
  top: -10px;
}

.site-footer_chilli-heat-megaways {
  margin-top: 6.667vw;
  padding-top: 12.917vw;
  padding-bottom: 6.667vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer_chilli-heat-megaways {
    margin-top: 16.41vw;
    padding-top: 0;
    padding-bottom: 16.41vw;
  }
}
.site-footer__flexbox_chilli-heat-megaways {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__logo_chilli-heat-megaways {
  display: block;
  text-decoration: none;
}
.site-footer__logo_chilli-heat-megaways img {
  display: block;
  height: 7.292vw;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__logo_chilli-heat-megaways img {
    height: 15.897vw;
  }
}
.site-footer__nav_chilli-heat-megaways {
  margin-top: 2.604vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav_chilli-heat-megaways {
    margin-top: 3.077vw;
  }
}
.site-footer__nav_chilli-heat-megaways ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer__nav_chilli-heat-megaways ul.menu > li {
  display: block;
  margin: 0 1.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav_chilli-heat-megaways ul.menu > li {
    margin: 6.154vw 2.051vw 0;
  }
}
.site-footer__nav_chilli-heat-megaways ul.menu > li > a {
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.16;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav_chilli-heat-megaways ul.menu > li > a {
    font-size: 3.077vw;
  }
}
.site-footer__nav_chilli-heat-megaways ul.menu > li:hover > a {
  color: #FFBB0B;
}
.site-footer__nav_chilli-heat-megaways ul.menu > li > ul {
  display: none;
}
.site-footer__logos_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.646vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__logos_chilli-heat-megaways {
    margin-top: 8.205vw;
  }
}
.site-footer__logos_chilli-heat-megaways img {
  display: block;
  margin: 0 1.667vw;
  width: auto;
  max-height: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__logos_chilli-heat-megaways img {
    margin: 0 3.077vw;
    max-height: 6.667vw;
  }
}
.site-footer__soc_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.646vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__soc_chilli-heat-megaways {
    margin-top: 8.205vw;
  }
}
.site-footer__soc_chilli-heat-megaways img {
  display: block;
  margin: 0 1.667vw;
  width: auto;
  height: 2.604vw;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__soc_chilli-heat-megaways img {
    margin: 0 3.077vw;
    max-height: 7.2vw;
  }
}
.site-footer__soc_chilli-heat-megaways img:hover {
  opacity: 0.7;
}
.site-footer__copyright_chilli-heat-megaways {
  margin-top: 2.5vw;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.16;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__copyright_chilli-heat-megaways {
    margin-top: 8.205vw;
    font-size: 2.051vw;
  }
}
.site-footer__copyright_chilli-heat-megaways a {
  color: #FFFFFF;
  text-decoration: none;
}

.first__brand_chilli-heat-megaways img {
  display: block;
  height: 3.333vw;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__brand_chilli-heat-megaways img {
    height: 12.308vw;
  }
}
.first__text_chilli-heat-megaways {
  position: relative;
  padding-right: 40vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__text_chilli-heat-megaways {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.first__heading_chilli-heat-megaways {
  display: block;
  margin-top: 0.521vw;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 1.2;
  color: #FFBB0B;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__heading_chilli-heat-megaways {
    width: 100%;
    font-size: 9.231vw;
    margin-top: 5.128vw;
  }
}
.first__description_chilli-heat-megaways {
  display: block;
  margin-top: 1.667vw;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__description_chilli-heat-megaways {
    width: 100%;
    margin-top: 4.103vw;
    font-size: 4.103vw;
  }
}
.first__return_to_player_chilli-heat-megaways, .first__game_type_chilli-heat-megaways, .first__min_bet_chilli-heat-megaways, .first__max_bet_chilli-heat-megaways {
  position: absolute;
  left: 48vw;
  top: 0;
  padding-left: 4.479vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__return_to_player_chilli-heat-megaways, .first__game_type_chilli-heat-megaways, .first__min_bet_chilli-heat-megaways, .first__max_bet_chilli-heat-megaways {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: calc(50% - 3.077vw);
    left: auto;
    top: auto;
    padding-left: 11.282vw;
    margin-top: 5.128vw;
  }
}
.first__return_to_player_chilli-heat-megaways:before, .first__game_type_chilli-heat-megaways:before, .first__min_bet_chilli-heat-megaways:before, .first__max_bet_chilli-heat-megaways:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.first__return_to_player_chilli-heat-megaways span:first-child, .first__game_type_chilli-heat-megaways span:first-child, .first__min_bet_chilli-heat-megaways span:first-child, .first__max_bet_chilli-heat-megaways span:first-child {
  display: block;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__return_to_player_chilli-heat-megaways span:first-child, .first__game_type_chilli-heat-megaways span:first-child, .first__min_bet_chilli-heat-megaways span:first-child, .first__max_bet_chilli-heat-megaways span:first-child {
    font-size: 2.821vw;
  }
}
.first__return_to_player_chilli-heat-megaways span:last-child, .first__game_type_chilli-heat-megaways span:last-child, .first__min_bet_chilli-heat-megaways span:last-child, .first__max_bet_chilli-heat-megaways span:last-child {
  display: block;
  margin-top: 0.833vw;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__return_to_player_chilli-heat-megaways span:last-child, .first__game_type_chilli-heat-megaways span:last-child, .first__min_bet_chilli-heat-megaways span:last-child, .first__max_bet_chilli-heat-megaways span:last-child {
    margin-top: 2.051vw;
    font-size: 4.103vw;
  }
}
.first__return_to_player_chilli-heat-megaways:before {
  width: 3.385vw;
  height: 2.865vw;
  background: #0185FF;
  mask: url("img/return_to_player.svg") no-repeat center/100% 100%;
  -webkit-mask: url("img/return_to_player.svg") no-repeat center/100% 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__return_to_player_chilli-heat-megaways:before {
    width: 8.205vw;
    height: 7.179vw;
  }
}
.first__game_type_chilli-heat-megaways {
  top: 5.208vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__game_type_chilli-heat-megaways {
    top: auto;
  }
}
.first__game_type_chilli-heat-megaways:before {
  width: 3.125vw;
  height: 3.125vw;
  background: #FFBB0B;
  mask: url("img/game_type.svg") no-repeat center/100% 100%;
  -webkit-mask: url("img/game_type.svg") no-repeat center/100% 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__game_type_chilli-heat-megaways:before {
    width: 8.205vw;
    height: 8.205vw;
  }
}
.first__min_bet_chilli-heat-megaways {
  top: 10.416vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__min_bet_chilli-heat-megaways {
    top: auto;
  }
}
.first__min_bet_chilli-heat-megaways:before {
  width: 3.125vw;
  height: 3.333vw;
  background: #0DFF8B;
  mask: url("img/min_bet.svg") no-repeat center/100% 100%;
  -webkit-mask: url("img/min_bet.svg") no-repeat center/100% 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__min_bet_chilli-heat-megaways:before {
    width: 8.718vw;
    height: 9.231vw;
  }
}
.first__max_bet_chilli-heat-megaways {
  top: 15.624vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__max_bet_chilli-heat-megaways {
    top: auto;
  }
}
.first__max_bet_chilli-heat-megaways:before {
  width: 3.125vw;
  height: 3.333vw;
  background: #FF0D0D;
  mask: url("img/max_bet.svg") no-repeat center/100% 100%;
  -webkit-mask: url("img/max_bet.svg") no-repeat center/100% 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__max_bet_chilli-heat-megaways:before {
    width: 8.718vw;
    height: 9.231vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .first__nav {
    display: none;
  }
}
.first__nav_chilli-heat-megaways {
  position: absolute;
  top: 0;
  left: 62.292vw;
}
.first__nav_chilli-heat-megaways ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -0.417vw;
}
.first__nav_chilli-heat-megaways ul li {
  display: block;
  margin-top: 0.417vw;
}
.first__nav_chilli-heat-megaways ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.521vw 1.25vw;
  text-decoration: none;
  background: rgba(140, 140, 140, 0.22);
  border-radius: 0.208vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 260%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out 0s;
}
.first__nav_chilli-heat-megaways ul li a img {
  display: block;
  margin-right: 0.625vw !important;
}
.first__nav_chilli-heat-megaways ul li a:after {
  content: "";
  display: block;
  margin-left: 0.625vw;
  width: 0.833vw;
  height: 0.833vw;
  background: url("img/arrow.svg") no-repeat center/contain;
  transition: 0.3s all ease-in-out 0s;
}
.first__nav_chilli-heat-megaways ul li a:hover {
  background: #8c8c8c;
}
.first__nav_chilli-heat-megaways ul li a:hover:after {
  margin-left: 0.417vw;
}

.casino3c_chilli-heat-megaways {
  margin-top: 3.333vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.casino3c__with_margin_chilli-heat-megaways {
  margin-top: 6.667vw;
}
.casino3c__text_chilli-heat-megaways {
  margin-top: 1.042vw;
  font-weight: 700;
  font-size: 0.625vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}
.casino3c__items_chilli-heat-megaways {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin: -1.667vw 0 0 -1.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__items_chilli-heat-megaways {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
}
.casino3c__items_with_margin_chilli-heat-megaways {
  margin-top: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__items_with_margin_chilli-heat-megaways {
    margin: 0;
  }
}
.casino3c__item_chilli-heat-megaways {
  display: block;
  box-sizing: border-box;
  margin: 1.667vw 0 0 1.667vw;
  width: calc(33.33% - 1.667vw);
  padding: 1.563vw;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #4A4A4A;
  backdrop-filter: blur(0.521vw);
  border-radius: 0.833vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__item_chilli-heat-megaways {
    margin: 3.077vw 0 0 0;
    width: 100%;
    border: 0.256vw solid #4A4A4A;
    backdrop-filter: blur(1.538vw);
    border-radius: 2.564vw;
    padding: 5.128vw 4.103vw 4.103vw 4.103vw;
  }
}
.casino3c__header_chilli-heat-megaways {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 3.125vw;
  padding-left: 3.958vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__header_chilli-heat-megaways {
    height: 10.769vw;
    padding-left: 10.769vw;
  }
}
.casino3c__header_chilli-heat-megaways > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 0.417vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__header_chilli-heat-megaways > img {
    width: 8.205vw;
    height: 8.205vw;
    border-radius: 1.282vw;
  }
}
.casino3c__name_chilli-heat-megaways {
  display: block;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.1875;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__name_chilli-heat-megaways {
    font-size: 3.077vw;
  }
}
.casino3c__stars_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.313vw;
  font-weight: 600;
  font-size: 1.042vw;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__stars_chilli-heat-megaways {
    margin-top: 1.026vw;
    font-size: 3.333vw;
  }
}
.casino3c__stars_chilli-heat-megaways:after {
  margin-left: 0.521vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__stars_chilli-heat-megaways:after {
    margin-left: 1.795vw;
  }
}
.casino3c__description_chilli-heat-megaways {
  display: block;
  margin-top: 1.25vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__description_chilli-heat-megaways {
    margin-top: 5.128vw;
    font-size: 2.821vw;
  }
}
.casino3c__description_chilli-heat-megaways strong {
  font-weight: 700;
}
.casino3c__btns_chilli-heat-megaways {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__btns_chilli-heat-megaways {
    margin-top: 6.154vw;
  }
}
.casino3c__btn1_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5vw;
  width: 40%;
  box-shadow: -1.042vw 0.729vw 0.938vw rgba(0, 0, 0, 0.08);
  border-radius: 0.208vw;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__btn1_chilli-heat-megaways {
    height: 8.205vw;
    width: 40%;
    box-shadow: -1.795vw 2.308vw 3.077vw rgba(0, 0, 0, 0.08);
    border-radius: 0.769vw;
    font-size: 2.564vw;
  }
}
.casino3c__btn1_chilli-heat-megaways:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__btn1_chilli-heat-megaways:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}
.casino3c__btn2_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5vw;
  width: 54%;
  box-shadow: -1.042vw 0.729vw 0.938vw rgba(0, 0, 0, 0.08);
  border-radius: 0.208vw;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__btn2_chilli-heat-megaways {
    height: 8.205vw;
    width: 55%;
    box-shadow: -1.795vw 2.308vw 3.077vw rgba(0, 0, 0, 0.08);
    border-radius: 0.769vw;
    font-size: 2.564vw;
  }
}
.casino3c__btn2_chilli-heat-megaways:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino3c__btn2_chilli-heat-megaways:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}

.youtube-video_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .youtube-video_chilli-heat-megaways {
    margin-top: 16.41vw;
  }
}
.youtube-video__flex_chilli-heat-megaways:after {
  content: "";
  display: block;
  width: 42.188vw;
  height: 5.469vw;
  margin: 0 auto;
  background: #030303;
  opacity: 0.67;
  filter: blur(3.333vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .youtube-video__flex_chilli-heat-megaways:after {
    width: 70.256vw;
    height: 7.436vw;
    margin-top: -3.846vw;
    filter: blur(5.385vw);
  }
}
.youtube-video__description_chilli-heat-megaways {
  margin-top: 1.146vw;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 230%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .youtube-video__description_chilli-heat-megaways {
    margin-top: 10.256vw;
    font-size: 3.846vw;
    font-weight: 400;
  }
}
.youtube-video__frame_chilli-heat-megaways {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-top: 4.167vw;
  border: 0.313vw solid #ED8A03;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .youtube-video__frame_chilli-heat-megaways {
    margin-top: 6.154vw;
    border: 0.513vw solid #ED8A03;
    border-radius: 1.538vw;
  }
}
.youtube-video__frame_chilli-heat-megaways iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .youtube-video__frame_chilli-heat-megaways iframe {
    border-radius: 1.538vw;
  }
}
.youtube-video__frame_chilli-heat-megaways:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.casino_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino_chilli-heat-megaways {
    margin-top: 16.41vw;
  }
}
.casino__text_chilli-heat-megaways {
  margin-top: 1.042vw;
  font-weight: 700;
  font-size: 0.625vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__text_chilli-heat-megaways {
    margin-top: 10.256vw;
    font-size: 3.846vw;
    font-weight: 400;
  }
}
.casino__items_chilli-heat-megaways {
  margin-top: 0.313vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__items_chilli-heat-megaways {
    margin-top: 4.103vw;
  }
}
.casino__item_chilli-heat-megaways {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 2.083vw;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #4A4A4A;
  backdrop-filter: blur(0.521vw);
  border-radius: 0.833vw;
  padding: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__item_chilli-heat-megaways {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 0.256vw solid #4A4A4A;
    backdrop-filter: blur(1.538vw);
    border-radius: 2.564vw;
    padding: 5.128vw 4.103vw 4.103vw;
  }
}
.casino__col_chilli-heat-megaways:nth-child(1) {
  width: calc(100% - 14.583vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__col_chilli-heat-megaways:nth-child(1) {
    width: 100%;
  }
}
.casino__col_chilli-heat-megaways:nth-child(2) {
  width: 13.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__col_chilli-heat-megaways:nth-child(2) {
    width: 100%;
  }
}
.casino__col_chilli-heat-megaways:nth-child(3) {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__col_chilli-heat-megaways:nth-child(3) {
    width: 100%;
  }
}
.casino__header_chilli-heat-megaways {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 3.125vw;
  padding-left: 3.958vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__header_chilli-heat-megaways {
    height: 10.769vw;
    padding-left: 10.769vw;
  }
}
.casino__header_chilli-heat-megaways > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 0.417vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__header_chilli-heat-megaways > img {
    width: 8.205vw;
    height: 8.205vw;
    border-radius: 1.282vw;
  }
}
.casino__name_chilli-heat-megaways {
  display: block;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.1875;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__name_chilli-heat-megaways {
    font-size: 3.077vw;
  }
}
.casino__stars_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.313vw;
  font-weight: 600;
  font-size: 1.042vw;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__stars_chilli-heat-megaways {
    margin-top: 1.026vw;
    font-size: 3.333vw;
  }
}
.casino__stars_chilli-heat-megaways:after {
  margin-left: 0.521vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__stars_chilli-heat-megaways:after {
    margin-left: 1.795vw;
  }
}
.casino__strings_chilli-heat-megaways {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__strings_chilli-heat-megaways {
    margin-top: 4.103vw;
  }
}
.casino__string_1_chilli-heat-megaways {
  color: #767676;
  font-size: 0.625vw;
  line-height: 2.1;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__string_1_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
.casino__string_2_chilli-heat-megaways {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.354vw;
  line-height: 1.4;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__string_2_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
.casino__string_3_chilli-heat-megaways {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.781vw;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__string_3_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
.casino__string_4_chilli-heat-megaways {
  color: #FFFFFF;
  font-size: 0.625vw;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__string_4_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__btns_chilli-heat-megaways {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4.103vw;
  }
}
.casino__btn1_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5vw;
  width: 100%;
  box-shadow: -1.042vw 0.729vw 0.938vw rgba(0, 0, 0, 0.08);
  border-radius: 0.208vw;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__btn1_chilli-heat-megaways {
    height: 8.205vw;
    width: 40%;
    box-shadow: -1.795vw 2.308vw 3.077vw rgba(0, 0, 0, 0.08);
    border-radius: 0.769vw;
    font-size: 2.564vw;
  }
}
.casino__btn1_chilli-heat-megaways:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__btn1_chilli-heat-megaways:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}
.casino__btn2_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.042vw;
  height: 2.5vw;
  width: 100%;
  box-shadow: -1.042vw 0.729vw 0.938vw rgba(0, 0, 0, 0.08);
  border-radius: 0.208vw;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__btn2_chilli-heat-megaways {
    margin-top: 0;
    height: 8.205vw;
    width: 55%;
    box-shadow: -1.795vw 2.308vw 3.077vw rgba(0, 0, 0, 0.08);
    border-radius: 0.769vw;
    font-size: 2.564vw;
  }
}
.casino__btn2_chilli-heat-megaways:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__btn2_chilli-heat-megaways:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}
.casino__btn3_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.042vw;
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 1.25;
  color: #FFFFFF;
  opacity: 0.6;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__btn3_chilli-heat-megaways {
    display: none;
  }
}
.casino__description_chilli-heat-megaways {
  margin-top: 1.25vw;
  padding-top: 1.25vw;
  border-top: 0.052vw solid #4D4D4D;
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.25;
  color: #767676;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .casino__description_chilli-heat-megaways {
    margin-top: 4.103vw;
    padding-top: 4.103vw;
    border-top: 0.256vw solid #4D4D4D;
    font-size: 2.821vw;
  }
}

.tw-checkboxes_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-checkboxes_chilli-heat-megaways {
    margin-top: 16.41vw;
  }
}
.tw-checkboxes__flexbox_chilli-heat-megaways {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.396vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-checkboxes__flexbox_chilli-heat-megaways {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.tw-checkboxes__text_chilli-heat-megaways {
  width: 28.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-checkboxes__text_chilli-heat-megaways {
    width: 100%;
    margin-top: 10.256vw;
  }
}
.tw-checkboxes__text_chilli-heat-megaways p {
  display: block;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 230%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-checkboxes__text_chilli-heat-megaways p {
    font-weight: 400;
    font-size: 3.846vw;
  }
}
.tw-checkboxes__list_chilli-heat-megaways {
  display: block;
  box-sizing: border-box;
  width: 20.313vw;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #4A4A4A;
  backdrop-filter: blur(0.521vw);
  border-radius: 0.833vw;
  padding: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-checkboxes__list_chilli-heat-megaways {
    margin-top: 6.154vw;
    width: 100%;
    border: 0.256vw solid #4A4A4A;
    backdrop-filter: blur(2.564vw);
    border-radius: 4.103vw;
    padding: 4.615vw 3.077vw;
  }
}
.tw-checkboxes__list_chilli-heat-megaways ul {
  display: block;
}
.tw-checkboxes__list_chilli-heat-megaways ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  height: 2.5vw;
  padding-right: 2.5vw;
  font-weight: 600;
  font-size: 0.781vw;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 0.052vw solid #4D4D4D;
  background: url("img/checkbox-not.svg") no-repeat right center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-checkboxes__list_chilli-heat-megaways ul li {
    height: 12.821vw;
    padding-right: 8.205vw;
    font-size: 3.846vw;
    border-bottom: 0.256vw solid #4D4D4D;
  }
}
.tw-checkboxes__list_chilli-heat-megaways ul li:last-child {
  border-bottom: none;
}
.tw-checkboxes__list_chilli-heat-megaways ul li.active_chilli-heat-megaways {
  color: #38CB35;
  background: url("img/checkbox-yes.svg") no-repeat right center;
}

.tw-images_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images_chilli-heat-megaways {
    margin-top: 16.41vw;
  }
}
.tw-images__flexbox_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.396vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images__flexbox_chilli-heat-megaways {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.tw-images__text_chilli-heat-megaways {
  width: 28.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images__text_chilli-heat-megaways {
    width: 100%;
    margin-top: 10.256vw;
  }
}
.tw-images__text_chilli-heat-megaways > * {
  margin-top: 1.5vw;
}
.tw-images__text_chilli-heat-megaways > *:first-child {
  margin-top: 0;
}
.tw-images__text_chilli-heat-megaways p {
  display: block;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images__text_chilli-heat-megaways p {
    font-size: 3.846vw;
    font-weight: 400;
  }
}
.tw-images__text_chilli-heat-megaways ul {
  display: block;
}
.tw-images__text_chilli-heat-megaways ul li {
  display: block;
  position: relative;
  margin-top: 1.042vw;
  padding-left: 1.042vw;
  font-size: 0.781vw;
  line-height: 150%;
  font-weight: 700;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images__text_chilli-heat-megaways ul li {
    margin-top: 5.128vw;
    padding-left: 3.077vw;
    font-size: 3.846vw;
    font-weight: 400;
  }
}
.tw-images__text_chilli-heat-megaways ul li:first-child {
  margin-top: 0;
}
.tw-images__text_chilli-heat-megaways ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.417vw;
  left: 0;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images__text_chilli-heat-megaways ul li:before {
    top: 1.417vw;
    width: 1.538vw;
    height: 1.538vw;
  }
}
.tw-images__text_chilli-heat-megaways a {
  color: #00FF47;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
.tw-images__text_chilli-heat-megaways a:hover {
  opacity: 0.7;
}
.tw-images__picture_chilli-heat-megaways {
  display: block;
  box-sizing: border-box;
  width: 20.313vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .tw-images__picture_chilli-heat-megaways {
    width: 100%;
    margin-top: 10.256vw;
  }
}
.tw-images__picture_chilli-heat-megaways img {
  display: block;
  width: 100%;
  height: auto;
}

.faq_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq_chilli-heat-megaways {
    margin-top: 16.41vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq__items_chilli-heat-megaways {
    margin-top: 7.179vw;
  }
}
.faq__item_chilli-heat-megaways {
  padding: 2.292vw 0;
  border-bottom: 0.052vw solid #4D4D4D;
  user-select: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq__item_chilli-heat-megaways {
    padding: 5.128vw 0;
    border-bottom: 0.256vw solid #4D4D4D;
  }
}
.faq__question_chilli-heat-megaways {
  display: block;
  position: relative;
  padding: 0.521vw 2.604vw 0.521vw 0;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 230%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq__question_chilli-heat-megaways {
    padding: 0 12.308vw 0 0;
    font-size: 3.077vw;
  }
}
.faq__question_chilli-heat-megaways:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.729vw);
  width: 1.875vw;
  height: 1.51vw;
  background: url("img/faq.svg") no-repeat center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq__question_chilli-heat-megaways:after {
    width: 12.308vw;
    height: 100%;
    top: 0;
  }
}
.faq__question_chilli-heat-megaways.active_chilli-heat-megaways:after {
  transform: rotate(180deg);
}
.faq__answer_chilli-heat-megaways {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.1s all ease-in-out 0s;
}
.faq__answer_chilli-heat-megaways p {
  display: block;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 230%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq__answer_chilli-heat-megaways p {
    font-size: 2.821vw;
    font-weight: 400;
  }
}
.faq__answer_chilli-heat-megaways.active_chilli-heat-megaways {
  max-height: 10000px;
  margin-top: 1.667vw;
  padding-right: 2.604vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .faq__answer_chilli-heat-megaways.active_chilli-heat-megaways {
    margin-top: 4.103vw;
    padding-right: 12.308vw;
  }
}

.interface_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .interface_chilli-heat-megaways {
    margin-top: 16.41vw;
  }
}
.interface__items_chilli-heat-megaways {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.833vw 0 0 -1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .interface__items_chilli-heat-megaways {
    flex-direction: column;
    margin: 0;
  }
}
.interface__item_chilli-heat-megaways {
  width: calc(33.33% - 1.563vw);
  margin: 1.563vw 0 0 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .interface__item_chilli-heat-megaways {
    width: 100%;
    margin: 8.205vw 0 0 0;
  }
}
.interface__caption_chilli-heat-megaways {
  display: block;
  padding: 0.521vw 0;
  font-weight: 450;
  font-size: 0.781vw;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .interface__caption_chilli-heat-megaways {
    padding: 0;
    font-size: 3.077vw;
  }
}
.interface__image_chilli-heat-megaways {
  display: block;
  position: relative;
  margin-top: 0.781vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .interface__image_chilli-heat-megaways {
    margin-top: 3.077vw;
  }
}
.interface__image_chilli-heat-megaways:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.interface__image_chilli-heat-megaways img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 0.417vw;
  border: 0.052vw solid #4A4A4A;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .interface__image_chilli-heat-megaways img {
    border-radius: 2.051vw;
    border: 0.256vw solid #4A4A4A;
  }
}

.feedbacks_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.feedbacks__items_chilli-heat-megaways {
  margin-top: 3.077vw;
}
.feedbacks__item_chilli-heat-megaways {
  display: block;
  box-sizing: border-box;
  padding: 1.563vw 21.875vw 1.563vw 1.563vw;
  margin-top: 3.125vw;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #4A4A4A;
  backdrop-filter: blur(0.521vw);
  border-radius: 0.833vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__item_chilli-heat-megaways {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6.154vw 3.077vw;
    margin-top: 9.231vw;
    border: 0.256vw solid #4A4A4A;
    backdrop-filter: none;
    border-radius: 2.051vw;
  }
}
.feedbacks__item_chilli-heat-megaways img {
  display: block;
  position: absolute;
  top: 1.563vw;
  right: 1.563vw;
  width: 18.75vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__item_chilli-heat-megaways img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 3.077vw;
  }
}
.feedbacks__heading_chilli-heat-megaways {
  font-weight: 600;
  font-size: 1.042vw;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__heading_chilli-heat-megaways {
    font-size: 3.846vw;
  }
}
.feedbacks__stars_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.083vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__stars_chilli-heat-megaways {
    height: 3.077vw;
    margin-top: 3.077vw;
  }
}
.feedbacks__date_chilli-heat-megaways {
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.25;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__date_chilli-heat-megaways {
    margin-top: 3.077vw;
    font-size: 3.077vw;
  }
}
.feedbacks__content_chilli-heat-megaways {
  margin-top: 0.521vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 150%;
  color: #CECECE;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__content_chilli-heat-megaways {
    margin-top: 3.077vw;
    font-size: 3.846vw;
  }
}
.feedbacks__name_chilli-heat-megaways {
  margin-top: 0.417vw;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks__name_chilli-heat-megaways {
    margin-top: 3.077vw;
    font-size: 3.846vw;
  }
}

.feedbacks-form_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form_chilli-heat-megaways {
    margin-top: 10.256vw;
  }
}
.feedbacks-form__box_chilli-heat-megaways {
  background: linear-gradient(288.86deg, rgba(255, 255, 255, 0.05) 6.64%, rgba(255, 255, 255, 0.0497396) 6.65%, rgba(255, 255, 255, 0) 110.43%);
  border: 0.052vw solid #4A4A4A;
  backdrop-filter: blur(0.521vw);
  border-radius: 0.833vw;
  padding: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__box_chilli-heat-megaways {
    border: none;
    backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    background: none;
  }
}
.feedbacks-form__heading_chilli-heat-megaways {
  font-weight: 600;
  font-size: 1.042vw;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__heading_chilli-heat-megaways {
    font-size: 5.128vw;
  }
}
.feedbacks-form__description_chilli-heat-megaways {
  margin-top: 0.833vw;
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.25;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__description_chilli-heat-megaways {
    margin-top: 4.103vw;
    font-size: 3.077vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways {
  display: block;
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways {
    margin-top: 6.154vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways p {
  display: block;
  margin: 0;
  padding: 0;
}
.feedbacks-form__row_chilli-heat-megaways textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 13.333vw;
  padding: 0.521vw 0.833vw;
  background: #181C21;
  font-family: "Inter";
  border: 0.052vw solid #606060;
  border-radius: 0.417vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways textarea {
    height: 56.923vw;
    padding: 2.564vw 4.103vw;
    border: 0.256vw solid #606060;
    border-radius: 2.051vw;
    font-size: 3.846vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways input[type=text], .feedbacks-form__row_chilli-heat-megaways input[type=number], .feedbacks-form__row_chilli-heat-megaways input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 50%;
  height: 2.292vw;
  padding: 0 0.833vw;
  background: #181C21;
  font-family: "Inter";
  border: 0.052vw solid #606060;
  border-radius: 0.417vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways input[type=text], .feedbacks-form__row_chilli-heat-megaways input[type=number], .feedbacks-form__row_chilli-heat-megaways input[type=email] {
    width: 100%;
    height: 11.282vw;
    padding: 0 4.103vw;
    border-radius: 2.051vw;
    font-size: 3.846vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
}
.feedbacks-form__row_chilli-heat-megaways .wpcf7-checkbox input[type=checkbox] {
  margin-right: 0.313vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways .wpcf7-checkbox input[type=checkbox] {
    margin-right: 3.077vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways .wpcf7-checkbox .wpcf7-list-item-label {
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.25;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 3.077vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.188vw;
  width: 12.5vw;
  background: radial-gradient(62.71% 62.71% at 49.72% 100%, rgba(53, 162, 84, 0.2) 0%, rgba(128, 28, 255, 0.2) 0.01%, rgba(35, 182, 76, 0.106) 100%), linear-gradient(360deg, #3BE420 0%, rgba(32, 228, 110, 0.33) 100%);
  box-shadow: -1.042vw 0.729vw 0.938vw rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 0.208vw;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways input[type=submit] {
    height: 10.769vw;
    width: 100%;
    box-shadow: -3.077vw 3.59vw 4.615vw rgba(0, 0, 0, 0.08);
    border-radius: 0.769vw;
    font-size: 3.333vw;
  }
}
.feedbacks-form__row_chilli-heat-megaways input[type=submit]:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways input[type=submit]:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}
.feedbacks-form__row_chilli-heat-megaways .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.781vw;
  line-height: 150%;
  padding: 0.521vw 0.833vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .feedbacks-form__row_chilli-heat-megaways .wpcf7-not-valid-tip {
    font-size: 3.077vw;
  }
}

.strategies_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.strategies__items_chilli-heat-megaways {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__items_chilli-heat-megaways {
    margin-top: 0;
  }
}
.strategies__item_chilli-heat-megaways {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__item_chilli-heat-megaways {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-top: 12.308vw;
    background: linear-gradient(346.94deg, rgba(255, 255, 255, 0.05) 0.69%, rgba(255, 255, 255, 0.0497396) 0.7%, rgba(255, 255, 255, 0) 101.31%);
    border: 0.256vw solid rgba(133, 133, 133, 0.2);
    border-radius: 2.051vw;
    padding: 6.154vw 3.077vw;
  }
}
.strategies__content_chilli-heat-megaways {
  display: block;
  box-sizing: border-box;
  width: calc(50% - 0.781vw);
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #464646;
  border-radius: 1.042vw;
  padding: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__content_chilli-heat-megaways {
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.strategies__heading_chilli-heat-megaways {
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__heading_chilli-heat-megaways {
    font-size: 3.846vw;
  }
}
.strategies__text_chilli-heat-megaways {
  margin-top: 1.042vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__text_chilli-heat-megaways {
    margin-top: 5.128vw;
    font-size: 2.821vw;
  }
}
.strategies__text_chilli-heat-megaways ul {
  display: block;
}
.strategies__text_chilli-heat-megaways ul li {
  display: block;
  position: relative;
  margin-top: 1.042vw;
  padding-left: 1.042vw;
  font-size: 0.781vw;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__text_chilli-heat-megaways ul li {
    margin-top: 5.128vw;
    padding-left: 3.077vw;
    font-size: 2.821vw;
  }
}
.strategies__text_chilli-heat-megaways ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.417vw;
  left: 0;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__text_chilli-heat-megaways ul li:before {
    top: 1.417vw;
    width: 1.538vw;
    height: 1.538vw;
  }
}
.strategies__text_chilli-heat-megaways a {
  color: #00FF47;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
.strategies__text_chilli-heat-megaways a:hover {
  opacity: 0.7;
}
.strategies__image_chilli-heat-megaways {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 0.781vw);
  border: 0.052vw solid #595959;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__image_chilli-heat-megaways {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-top: 6.154vw;
  }
}
.strategies__image_chilli-heat-megaways img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.042vw;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .strategies__image_chilli-heat-megaways img {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    border-radius: 3.077vw;
  }
}

.rules-1_chilli-heat-megaways, .rules-2_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1_chilli-heat-megaways, .rules-2_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.rules-1__items_chilli-heat-megaways, .rules-2__items_chilli-heat-megaways {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1__items_chilli-heat-megaways, .rules-2__items_chilli-heat-megaways {
    margin-top: 0;
  }
}
.rules-1__item_chilli-heat-megaways, .rules-2__item_chilli-heat-megaways {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1__item_chilli-heat-megaways, .rules-2__item_chilli-heat-megaways {
    box-sizing: border-box;
    margin-top: 12.308vw;
    background: linear-gradient(346.94deg, rgba(255, 255, 255, 0.05) 0.69%, rgba(255, 255, 255, 0.0497396) 0.7%, rgba(255, 255, 255, 0) 101.31%);
    border: 0.256vw solid rgba(133, 133, 133, 0.2);
    border-radius: 2.051vw;
    padding: 6.154vw 3.077vw;
  }
}
.rules-1__item_chilli-heat-megaways > *, .rules-2__item_chilli-heat-megaways > * {
  margin-top: 1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1__item_chilli-heat-megaways > *, .rules-2__item_chilli-heat-megaways > * {
    margin-top: 4.103vw;
  }
}
.rules-1__item_chilli-heat-megaways > *:first-child, .rules-2__item_chilli-heat-megaways > *:first-child {
  margin-top: 0;
}
.rules-1__heading_chilli-heat-megaways, .rules-2__heading_chilli-heat-megaways {
  width: 100%;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1__heading_chilli-heat-megaways, .rules-2__heading_chilli-heat-megaways {
    font-size: 3.846vw;
  }
}
.rules-1__text_chilli-heat-megaways, .rules-2__text_chilli-heat-megaways {
  width: 100%;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 170%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1__text_chilli-heat-megaways, .rules-2__text_chilli-heat-megaways {
    margin-top: 4.103vw;
    font-size: 3.846vw;
  }
}
.rules-1__image_chilli-heat-megaways, .rules-2__image_chilli-heat-megaways {
  display: block;
}
.rules-1__image_chilli-heat-megaways img, .rules-2__image_chilli-heat-megaways img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-1__image_chilli-heat-megaways img, .rules-2__image_chilli-heat-megaways img {
    margin: 6.154vw auto 0;
  }
}

.rules-3_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.rules-3__item_chilli-heat-megaways {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2.604vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3__item_chilli-heat-megaways {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-top: 12.308vw;
    background: linear-gradient(346.94deg, rgba(255, 255, 255, 0.05) 0.69%, rgba(255, 255, 255, 0.0497396) 0.7%, rgba(255, 255, 255, 0) 101.31%);
    border: 0.256vw solid rgba(133, 133, 133, 0.2);
    border-radius: 2.051vw;
    padding: 6.154vw 3.077vw;
  }
}
.rules-3__content_chilli-heat-megaways {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: calc(50% - 0.781vw);
  padding: 2.344vw;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #464646;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3__content_chilli-heat-megaways {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
  }
}
.rules-3__heading_chilli-heat-megaways {
  display: block;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3__heading_chilli-heat-megaways {
    font-size: 3.846vw;
  }
}
.rules-3__text_chilli-heat-megaways {
  display: block;
  margin-top: 1.563vw;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3__text_chilli-heat-megaways {
    font-size: 3.846vw;
    margin-top: 4.103vw;
  }
}
.rules-3__image_chilli-heat-megaways {
  display: block;
  position: relative;
  width: calc(50% - 0.781vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3__image_chilli-heat-megaways {
    width: 100%;
    margin: 6.154vw auto 0;
  }
}
.rules-3__image_chilli-heat-megaways:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.rules-3__image_chilli-heat-megaways img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .rules-3__image_chilli-heat-megaways img {
    border-radius: 4.103vw;
  }
}

.const-image-text_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-image-text_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.const-image-text__flexbox_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.813vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-image-text__flexbox_chilli-heat-megaways {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 12.308vw;
  }
}
.const-image-text__text_chilli-heat-megaways {
  width: 27.604vw;
  font-weight: 500;
  font-size: 0.781vw;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-image-text__text_chilli-heat-megaways {
    width: 100%;
    font-size: 3.846vw;
    font-weight: 400;
  }
}
.const-image-text__image_chilli-heat-megaways {
  width: 38.021vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-image-text__image_chilli-heat-megaways {
    width: 100%;
    margin: 7.692vw auto 0;
  }
}
.const-image-text__image_chilli-heat-megaways img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1.042vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-image-text__image_chilli-heat-megaways img {
    border-radius: 4.103vw;
  }
}

.const-table_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__title_chilli-heat-megaways + .const-table__table_wrap_chilli-heat-megaways {
    margin-top: 6.154vw;
  }
  .const-table__table_wrap_chilli-heat-megaways {
    max-width: 100%;
    overflow: auto;
  }
}
.const-table__table_chilli-heat-megaways {
  display: table;
  width: 100%;
  margin-top: 2.813vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__table_chilli-heat-megaways {
    margin-top: 0;
  }
}
.const-table__row_chilli-heat-megaways {
  display: table-row;
}
.const-table__row_chilli-heat-megaways:nth-child(2n+3) {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 49.11%, rgba(255, 255, 255, 0) 100%);
}
.const-table__row_chilli-heat-megaways > *:not(.const-table__type-1_chilli-heat-megaways) {
  border-top: 0.052vw solid transparent;
  border-bottom: 0.052vw solid transparent;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__row_chilli-heat-megaways > *:not(.const-table__type-1_chilli-heat-megaways) {
    border-top: 0.256vw solid transparent;
    border-bottom: 0.256vw solid transparent;
  }
}
.const-table__row_chilli-heat-megaways:hover > *:not(.const-table__type-1_chilli-heat-megaways) {
  border-top: 0.052vw solid #4D4D4D;
  border-bottom: 0.052vw solid #4D4D4D;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__row_chilli-heat-megaways:hover > *:not(.const-table__type-1_chilli-heat-megaways) {
    border-top: 0.256vw solid #4D4D4D;
    border-bottom: 0.256vw solid #4D4D4D;
  }
}
.const-table__col_chilli-heat-megaways {
  display: table-cell;
  vertical-align: middle;
  padding: 0.521vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__col_chilli-heat-megaways {
    padding: 0 2.051vw;
  }
}
.const-table__col-2_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-3_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-4_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-5_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-6_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-7_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-8_chilli-heat-megaways .const-table__heading_chilli-heat-megaways, .const-table__col-9_chilli-heat-megaways .const-table__heading_chilli-heat-megaways {
  text-align: center;
}
.const-table__col-2_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-3_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-4_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-5_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-6_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-7_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-8_chilli-heat-megaways .const-table__image_chilli-heat-megaways, .const-table__col-9_chilli-heat-megaways .const-table__image_chilli-heat-megaways {
  justify-content: center;
}
.const-table__col-2_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-3_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-4_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-5_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-6_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-7_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-8_chilli-heat-megaways .const-table__text_chilli-heat-megaways, .const-table__col-9_chilli-heat-megaways .const-table__text_chilli-heat-megaways {
  text-align: center;
}
.const-table__col-2_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-3_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-4_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-5_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-6_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-7_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-8_chilli-heat-megaways .const-table__rating_chilli-heat-megaways, .const-table__col-9_chilli-heat-megaways .const-table__rating_chilli-heat-megaways {
  justify-content: center;
}
.const-table__col-2_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-3_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-4_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-5_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-6_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-7_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-8_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before, .const-table__col-9_chilli-heat-megaways .const-table__checkbox_chilli-heat-megaways:before {
  display: block;
  margin: 0 auto;
}
.const-table__heading_chilli-heat-megaways {
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__heading_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
.const-table__image_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 0.781vw;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__image_chilli-heat-megaways {
    font-size: 2.821vw;
    white-space: nowrap;
  }
}
.const-table__image_chilli-heat-megaways img {
  display: block;
  margin-right: 0.521vw;
  width: 2.083vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__image_chilli-heat-megaways img {
    width: 7.179vw;
    margin-right: 1.538vw;
  }
}
.const-table__text_chilli-heat-megaways {
  font-weight: 500;
  font-size: 0.781vw;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__text_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
.const-table__rating_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 0.781vw;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__rating_chilli-heat-megaways {
    font-size: 2.821vw;
  }
}
.const-table__rating_chilli-heat-megaways:before {
  content: "";
  display: block;
  margin-right: 0.521vw;
  width: 0.938vw;
  height: 0.885vw;
  background: url("img/star.svg") no-repeat center/contain;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__rating_chilli-heat-megaways:before {
    width: 3.077vw;
    height: 3.077vw;
    margin-right: 1.026vw;
  }
}
.const-table__checkbox_chilli-heat-megaways:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("img/checkbox-not.svg") no-repeat center/contain;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-table__checkbox_chilli-heat-megaways:before {
    width: 4.103vw;
    height: 4.103vw;
  }
}
.const-table__checkbox_chilli-heat-megaways.active_chilli-heat-megaways:before {
  background: url("img/checkbox-yes.svg") no-repeat center/contain;
}

.const-youtube_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-youtube_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.const-youtube__items_chilli-heat-megaways {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-youtube__items_chilli-heat-megaways {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -3.077vw;
  }
}
.const-youtube__item_chilli-heat-megaways {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 0.521vw);
  margin-top: 1.563vw;
  border: 0.208vw solid #ED8A03;
  border-radius: 0.729vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-youtube__item_chilli-heat-megaways {
    width: 100%;
    margin-top: 3.077vw;
    border: 0.256vw solid #ED8A03;
    border-radius: 1.538vw;
  }
}
.const-youtube__item_chilli-heat-megaways iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 0.729vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-youtube__item_chilli-heat-megaways iframe {
    border-radius: 1.538vw;
  }
}
.const-youtube__item_chilli-heat-megaways:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.const-iframe_chilli-heat-megaways {
  margin-top: 6.667vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-iframe_chilli-heat-megaways {
    margin-top: 12.308vw;
  }
}
.const-iframe__box_chilli-heat-megaways {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 0.417vw solid #36CC32;
  border-radius: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-iframe__box_chilli-heat-megaways {
    border-radius: 1.538vw;
    border: 0.513vw solid #36CC32;
  }
}
.const-iframe__box_chilli-heat-megaways iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .const-iframe__box_chilli-heat-megaways iframe {
    border-radius: 1.538vw;
  }
}
.const-iframe__box_chilli-heat-megaways:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.popup-casino_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: fixed;
  left: calc(50% - 42.7085vw);
  bottom: -8vw;
  width: 85.417vw;
  max-width: 100%;
  padding: 0 5.208vw 0 0;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border: 0.052vw solid #4A4A4A;
  backdrop-filter: blur(0.521vw);
  border-radius: 1.042vw 0 0 0;
  z-index: 99;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino_chilli-heat-megaways {
    left: 0;
    bottom: -60vw;
    width: 100%;
    padding: 0;
    border: 0.256vw solid #4A4A4A;
    box-shadow: 0px -1.026vw 10.256vw rgba(0, 0, 0, 0.5);
    background: rgba(26, 29, 34, 0.97);
    backdrop-filter: none;
    border-radius: 0;
    height: 51.282vw;
  }
}
.popup-casino_chilli-heat-megaways.show {
  bottom: 0;
}
.popup-casino__shield_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 17.708vw;
  height: 7.5vw;
  font-weight: 800;
  font-size: 1.354vw;
  line-height: 1.19;
  padding: 0 2.604vw;
  text-transform: uppercase;
  color: #F2EBDA;
  background: linear-gradient(287.15deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0497396) 0.01%, rgba(255, 255, 255, 0) 100%);
  border-radius: 1.042vw 0 1.042vw 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__shield_chilli-heat-megaways {
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12.308vw;
    font-size: 3.59vw;
    padding: 0 2.604vw;
    border-radius: 0;
  }
}
.popup-casino__shield_chilli-heat-megaways img {
  display: block;
  margin-right: 0.833vw;
  width: 2.813vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__shield_chilli-heat-megaways img {
    width: 7.692vw;
    margin-right: 3.077vw;
  }
}
.popup-casino__header_chilli-heat-megaways {
  display: block;
  position: relative;
  padding-left: 5.417vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__header_chilli-heat-megaways {
    position: absolute;
    top: 4.103vw;
    left: 3.077vw;
    padding-left: 10.769vw;
  }
}
.popup-casino__header_chilli-heat-megaways img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4.167vw;
  height: auto;
  border-radius: 0.521vw;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__header_chilli-heat-megaways img {
    width: 8.205vw;
    border-radius: 1.282vw;
  }
}
.popup-casino__name_chilli-heat-megaways {
  font-weight: 800;
  font-size: 1.146vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__name_chilli-heat-megaways {
    font-size: 3.077vw;
  }
}
.popup-casino__stars_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.313vw;
  font-weight: 600;
  font-size: 1.354vw;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__stars_chilli-heat-megaways {
    margin-top: 1.026vw;
    font-size: 3.333vw;
  }
}
.popup-casino__stars_chilli-heat-megaways:after {
  margin-left: 0.313vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__stars_chilli-heat-megaways:after {
    margin-left: 1.795vw;
  }
}
.popup-casino__string_2_chilli-heat-megaways {
  width: 6.25vw;
  font-weight: 800;
  font-size: 1.458vw;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__string_2_chilli-heat-megaways {
    display: none;
  }
}
.popup-casino__strings_chilli-heat-megaways {
  width: 14.583vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__strings_chilli-heat-megaways {
    position: absolute;
    box-sizing: border-box;
    top: 17.949vw;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 3.077vw;
  }
}
.popup-casino__string_3_chilli-heat-megaways {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.781vw;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__string_3_chilli-heat-megaways {
    font-size: 3.077vw;
  }
}
.popup-casino__string_4_chilli-heat-megaways {
  color: #FFFFFF;
  font-size: 0.625vw;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__string_4_chilli-heat-megaways {
    font-size: 3.077vw;
  }
}
.popup-casino__btn_chilli-heat-megaways {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.021vw;
  width: 11.458vw;
  box-shadow: -1.042vw 0.729vw 0.938vw rgba(0, 0, 0, 0.08);
  border-radius: 0.104vw;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__btn_chilli-heat-megaways {
    position: absolute;
    top: 4.103vw;
    right: 3.077vw;
    height: 8.205vw;
    width: 38.462vw;
    box-shadow: -1.795vw 2.308vw 3.077vw rgba(0, 0, 0, 0.08);
    border-radius: 0.769vw;
    font-size: 2.564vw;
  }
}
.popup-casino__btn_chilli-heat-megaways:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__btn_chilli-heat-megaways:hover {
    transform: scale(1);
    opacity: 0.7;
  }
}
.popup-casino__close_chilli-heat-megaways {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.875vw;
  height: 1.875vw;
  cursor: pointer;
  background: #FFBB0B url("img/close.svg") no-repeat center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup-casino__close_chilli-heat-megaways {
    top: -8.205vw;
    width: 8.205vw;
    height: 8.205vw;
  }
}
.popup-casino__close_chilli-heat-megaways:hover {
  opacity: 0.7;
}

main {
  position: relative;
  z-index: 2;
}

.back-image_chilli-heat-megaways {
  display: block;
  position: absolute;
  z-index: 1;
}
.back-image_chilli-heat-megaways.t-1 {
  right: 0;
}
.back-image_chilli-heat-megaways.t-2 {
  left: 0;
}

/*# sourceMappingURL=style.css.map */
