@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
  outline: none !important;
}
html {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.container {
  max-width: 1170px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}
.main_wrap_header {
  background-color: rgb(255, 255, 255);
}
.main_header {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 75px;
}
.image-logo-wrap {
  max-width: 342px;
  
  width: 100%;
  display: flex;
  justify-content: left;
  height: inherit;
}
@media (max-width: 991px) {
  .image-logo-wrap {
    max-width: 195px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.image-logo-wrap .logo {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: inherit;
  padding: 3px 0px;
}
.image-logo-wrap .logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.main_header_menu {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.main_header_menu_item {
  font-weight: 500;
  color: rgb(47, 51, 78);
  margin: 0px 0px 0px 30px;
  text-decoration: none;
}
.main_title_block_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px 10px;
}
.main_title_block {
  padding: 60px 0px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.last_update_block {
  text-align: center;
  font-size: 18px;
  margin: 30px 0px 0px;
  font-weight: 500;
  background-color: rgb(47, 51, 78);
  padding: 13px 30px;
}
h1 {
  font-size: 48px;
  text-align: center;
  margin: 0px 0px 30px;
  font-weight: 500;
}
.main_subtitle {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin: 0px 0px 35px;
  max-width: 1065px;
}
.advantages_block {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.advantage_item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 15px;
}
.advantage_item:nth-child(1) img {
  height: 24px;
  width: auto;
}
.advantage_item img {
  height: 29px;
  display: block;
  margin: 0px 20px 0px 0px;
}
.advantage_item span {
  font-weight: 500;
  font-size: 24px;
}
.platforms_wrap_header {
  margin: 0px 0px 15px;
}
.platforms_header {
  background-color: rgb(28, 31, 51);
  border-radius: 8px;
  height: 50px;
  display: grid;
  grid-template-columns: 300px 280px 160px 150px 245px;
}
.platforms_header_item {
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
}
.platforms,
.top_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.brand_item {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  min-height: 162px;
  border-radius: 16px;
  background-color: rgb(47, 51, 78);
  margin: 0 auto;
}
.brand_item .brand_logo_wrap {
  width: 300px;
  position: relative;
  background-color: rgb(28, 31, 51);
  border-radius: 16px 0px 0px 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 25px 10px 10px;
  flex-shrink: 0;
}
.brand_item .brand_ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  min-width: 120px;
  background-color: rgb(0, 145, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 20px 0px 15px;
  border-radius: 16px 0px 8px;
  white-space: nowrap;
}
.brand_item .brand_ribbon span {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
  font-size: 14px;
  font-weight: 700;
}
.brand_item .brand_logo {
  display: block;
  max-width: 224px;
  width: 100%;
  height: 78px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.brand_item .brand_content_wrap {
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.brand_item .brand_content {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
  min-height: 130px;
}
.brand_item .brand_item_part {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.brand_item .brand_welcome_bonus {
  padding: 10px 20px;
  position: relative;
  max-width: 280px;
  width: 100%;
}
.brand_item .brand_welcome_bonus a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.brand_item .brand_welcome_bonus::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  height: 66px;
  width: 1px;
  background-color: rgb(28, 31, 51);
  transform: translateY(-50%);
}
.brand_item .brand_rates_wrap {
  min-width: 130px;
  margin: 0px 15px;
  position: relative;
}
.brand_item .brand_rates_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  height: 66px;
  width: 1px;
  background-color: rgb(28, 31, 51);
  transform: translateY(-50%);
}
.brand_item .brand_score {
  font-size: 48px;
}
.brand_item .brand_rate_stars_wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.brand_item .scores_count {
  margin: 3px 0px 0px;
  white-space: nowrap;
}
.brand_item .scores_count .scores_text {
  margin: 0px 5px 0px 0px;
}
.brand_item .brand_min_deposit_wrap {
  min-width: 100px;
  margin: 0px 25px;
  position: relative;
}
.brand_item .brand_min_deposit_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -25px;
  height: 66px;
  width: 1px;
  background-color: rgb(28, 31, 51);
  transform: translateY(-50%);
}
.brand_item .brand_min_deposit {
  text-align: center;
  display: flex;
  gap: 5px;
}
.brand_item .brand_min_deposit span {
  display: block;
  font-weight: 500;
}
.brand_item .brand_get_bonus_wrap {
  width: 100%;
  gap: 5px;
}
.brand_item .brand_payment_methods_wrap {
  min-width: 90px;
  padding: 0px 15px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.brand_item .brand_payment_methods_wrap a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0px 2px;
  background-size: contain;
  transform: scale(1);
}
.brand_item .brand_get_bonus {
  background-color: rgb(0, 182, 122);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 48px;
  flex-shrink: 0;
  max-width: 210px;
  width: 100%;
  border-radius: 25px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  font-weight: 700;
  font-size: 20px;
  padding: 0px 20px;
  white-space: nowrap;
}
.brand_item .brand_visit_link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin: 0px auto;
}
.brand_item .brand_description {
  min-height: 32px;
  width: 100%;
  background-color: rgb(38, 42, 64);
  text-align: center;
  padding: 5px 10px;
  font-size: 8px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 0px 0px 16px;
}
.brand_item .brand_description a {
  font-size: 9px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.brand_item .brand_descr_showhide_btn {
  background: transparent;
  border: none;
  font-size: 9px;
  color: rgb(255, 255, 255);
  padding: 0px;
  margin: 0px 0px 0px 5px;
}
.js_text__short,
.js_text__full,
.js_showhide_btn {
  display: none;
}
.js_text__full.show {
  display: initial;
}
.brand_description__mobile,
.brand_rates_wrap__mobile,
.brand_welcome_bonus__mobile,
.mobile_menu_btn,
.menu_close_btn,
.brand_min_deposit_wrap__mobile,
.brand_payment_methods_wrap__mobile {
  display: none;
}
@media (max-width: 1170px) {
  .brand_welcome_bonus::after,
  .brand_rates_wrap::after,
  .brand_min_deposit_wrap::after {
    display: none;
  }
  .platforms_header {
    grid-template-columns: 270px 1fr 160px 150px 1fr;
  }
  .brand_logo_wrap {
    max-width: 270px;
  }
  .brand_get_bonus_wrap {
    padding: 0px 15px;
  }
}
@media (max-width: 1024px) {
  .advantage_item span {
    font-size: 16px;
  }
  .platforms_header {
    grid-template-columns: 180px 1fr 160px 150px 1fr;
  }
  .platforms_header_item {
    font-size: 12px;
    text-align: center;
  }
  .brand_get_bonus {
    font-size: 18px;
  }
  .brand_logo_wrap {
    max-width: 180px;
  }
  .brand_welcome_bonus {
    padding: 10px 15px;
  }
  .brand_welcome_bonus a {
    font-size: 18px;
  }
  .brand_rates_wrap {
    margin: 0px 15px;
  }
}
@media (max-width: 991px) {
  .platforms_wrap_header,
  .main_subtitle {
    display: none;
  }
  .platforms .brand_welcome_bonus,
  .platforms .brand_payment_methods_wrap,
  .platforms .brand_rates_wrap,
  .platforms .brand_description,
  .platforms .brand_min_deposit_wrap,
  .platforms .brand_payment_methods_wrap {
    display: none;
  }
  .container {
    padding: 0px 10px;
  }
  .main_wrap_header .container {
    padding: 0px;
  }
  .main_header {
    height: 48px;
    position: relative;
  }
  .mobile_menu_btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0px;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 10px;
  }
  .main_header_menu {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 10;
  }
  .main_header_menu_item {
    margin: 0px;
    font-size: 18px;
    background-color: rgb(252, 245, 255);
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(204, 204, 204);
  }
  .menu_close_btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    border: none;
    background: rgb(252, 245, 255);
    font-size: 18px;
    padding: 10px;
    color: rgb(47, 51, 78);
    font-weight: 500;
    border-radius: 0px 0px 16px 16px;
  }
  .main_title_block_wrap {
    margin: 0px 0px 10px;
  }
  .main_title_block {
    padding: 15px 0px;
  }
  .last_update_block {
    font-size: 10px;
    margin: 0px;
    padding: 7px 30px;
  }
  h1 {
    font-size: 21px;
    margin: 0px 0px 15px;
  }
  .advantages_block {
    -webkit-box-align: unset;
    align-items: unset;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-width: 350px;
    margin: 0px auto;
  }
  .advantage_item {
    margin: 0px 0px 15px;
    width: 50%;
    font-size: 12px;
    white-space: nowrap;
  }
  .advantage_item img {
    height: 18px;
    margin: 0px 8px 0px 0px;
  }
  .advantage_item:nth-child(1) img {
    height: 14px;
  }
  .brand_item {
    min-height: 154px;
    margin: 0px;
    border-radius: 16px 16px 0 0;
  }
  .brand_ribbon {
    height: 21px;
    padding: 1px 10px 0px;
  }
  .brand_ribbon span {
    font-weight: 500;
    line-height: 1;
  }
  .platforms .brand_logo_wrap {
    max-width: unset;
    width: 50%;
    border-radius: 16px 0px 0px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 24px 5px 5px;
  }
  .platforms .brand_logo {
    height: 48px;
    max-width: 128px;
    margin: 0px 0px 5px;
  }
  .platforms .brand_rates_wrap__mobile {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .platforms .brand_score {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
  }
  .platforms .scores_count {
    font-size: 10px;
  }
  .platforms .brand_content_wrap {
    width: 50%;
  }
  .platforms .brand_get_bonus_wrap {
    padding: 5px;
  }
  .platforms .brand_welcome_bonus__mobile {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
  }
  .platforms .brand_welcome_bonus__mobile a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 22px;
    display: block;
    text-align: center;
    font-weight: 500;
  }
  .platforms .brand_get_bonus {
    height: 34px;
    font-size: 14px;
    max-width: 148px;
  }
  .platforms .brand_visit_link {
    font-size: 10px;
    font-weight: 300;
  }
  .platforms .brand_min_deposit_wrap__mobile {
    display: block;
    margin: 0px auto;
  }
  .platforms .brand_payment_methods_wrap__mobile {
    min-width: 90px;
    margin: 0px auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 0px;
  }
  .platforms .brand_payment_methods_wrap__mobile a {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0px 2px;
    background-size: contain;
  }
  .platforms .brand_description__mobile {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(38, 42, 64);
    font-size: 8px;
    color: rgb(255, 255, 255);
    text-align: center;
    min-height: 38px;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    padding: 5px 15px;
    margin: 0px auto;
    font-weight: 300;
  }
  .platforms .brand_description__mobile a {
    color: rgb(255, 255, 255);
    font-size: 8px;
    text-decoration: none;
  }
  .brand_descr_showhide_btn {
    font-size: 9px;
    font-weight: 300;
  }
}
@media (max-width: 350px) {
  .brand_get_bonus {
    font-size: 11px;
  }
}

.brand_32Red-UK-Casino .brand_item,
.brand_32Red-UK-Casino .brand_content,
.top_brand_32Red-UK-Casino .brand_item,
.top_brand_32Red-UK-Casino .brand_content {
  background-color: #2f334e !important;
  overflow: hidden;
}
.brand_32Red-UK-Casino .brand_item,
.top_brand_32Red-UK-Casino .brand_item {
  border: 3px solid transparent;
  background-image: linear-gradient(
    90deg,
    #a78251 0%,
    #b99861 3%,
    #dcc180 31.56%,
    #a78251 72%,
    #78583a 89%,
    #5d402d 100%
  );
  background-origin: border-box;
  background-clip: border-box;
  background-size: 200% 200%;
  animation: animatedgradient 3s ease-in-out infinite;
}
.brand_32Red-UK-Casino .brand_item .brand_logo_wrap,
.top_brand_32Red-UK-Casino .brand_item .brand_logo_wrap {
  background-color: #1c1e33 !important;
}

.brand_32Red-UK-Casino .js_text_wrap,
.top_brand_32Red-UK-Casino .js_text_wrap {
  background-color: #2f334e !important;
}

.brand_32Red-UK-Casino .brand_ribbon,
.top_brand_32Red-UK-Casino .brand_ribbon {
  color: #fff !important;
  background-color: #ff5100 !important;
}

.brand_32Red-UK-Casino .brand_item .brand_get_bonus {
  color: #fff !important;
  background: #ff5100;
}

.top_brand_32Red-UK-Casino .brand_item .brand_get_bonus {
  color: #fff !important;
  background: #ff5100 !important;
}
@media (max-width: 768px) {
  .brand_32Red-UK-Casino,
  .top_brand_32Red-UK-Casino {
    border: 3px solid transparent;
    background-image: linear-gradient(
      90deg,
      #a78251 0%,
      #b99861 3%,
      #dcc180 31.56%,
      #a78251 72%,
      #78583a 89%,
      #5d402d 100%
    );
    background-origin: border-box;
    background-clip: border-box;
    background-size: 200% 200%;
    animation: animatedgradient 8s ease alternate infinite;
    border-radius: 16px;
  }
  .brand_32Red-UK-Casino .brand_item,
  .top_brand_32Red-UK-Casino .brand_item {
    border: unset;
    background-image: unset;
    background-origin: unset;
    background-clip: unset;
    background-size: unset;
    animation: unset;
  }
}
.brand_ .brand_item,
.brand_ .brand_content,
.top_brand_ .brand_item,
.top_brand_ .brand_content {
  background-color: #2f334e !important;
  overflow: hidden;
}
.brand_ .brand_item,
.top_brand_ .brand_item {
  border: 3px solid transparent;
  background-image: linear-gradient(
    90deg,
    #a78251 0%,
    #b99861 3%,
    #dcc180 31.56%,
    #a78251 72%,
    #78583a 89%,
    #5d402d 100%
  );
  background-origin: border-box;
  background-clip: border-box;
  background-size: 200% 200%;
  animation: animatedgradient 3s ease-in-out infinite;
}
.brand_ .brand_item .brand_logo_wrap,
.top_brand_ .brand_item .brand_logo_wrap {
  background-color: #1c1e33 !important;
}

.brand_ .js_text_wrap,
.top_brand_ .js_text_wrap {
  background-color: #2f334e !important;
}

.brand_ .brand_ribbon,
.top_brand_ .brand_ribbon {
  color: #fff !important;
  background-color: #ff5100 !important;
}

.brand_ .brand_item .brand_get_bonus {
  color: #fff !important;
  background: #ff5100;
}

.top_brand_ .brand_item .brand_get_bonus {
  color: #fff !important;
  background: #ff5100 !important;
}
@media (max-width: 768px) {
  .brand_,
  .top_brand_ {
    border: 3px solid transparent;
    background-image: linear-gradient(
      90deg,
      #a78251 0%,
      #b99861 3%,
      #dcc180 31.56%,
      #a78251 72%,
      #78583a 89%,
      #5d402d 100%
    );
    background-origin: border-box;
    background-clip: border-box;
    background-size: 200% 200%;
    animation: animatedgradient 8s ease alternate infinite;
    border-radius: 16px;
  }
  .brand_ .brand_item,
  .top_brand_ .brand_item {
    border: unset;
    background-image: unset;
    background-origin: unset;
    background-clip: unset;
    background-size: unset;
    animation: unset;
  }
}

.main_title_block_wrap {
  background: url(../home/img/bg-uk.webp);
}

body {
  background: #000;
}

.main_title_block {
  color: #fff;
}

.three_offer_popup {
  background-image: url(../home/img/three_offer_popup_bg_uk.webp);
}

@media (max-width: 500px) {
  .main_title_block_wrap {
    background: url(../home/img/bg-mobile-uk.webp);
  }
}