* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Verdana;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0e0f0f;
  font-family: Verdana;
}
main p,
main span,
main h1,
main h2,
main li {
  color: #fff;
  font-family: Verdana;
  padding-left: 5px;
}

main h3 {
  color: #fff;
  font-family: Verdana;
  text-align: left;
  padding: 10px;
}
main a {
  color: #fff;
  font-family: Verdana;
  font-weight: bold;
  color: #ff4a4a;
  font-size: 18px;
}
main a:hover {
  text-decoration: underline;
}

main h1,
main p,
main ol,
main ul,
main figure,
main table {
  margin: 0 auto;
  width: 100%;
}
main figure {
  margin: 0 auto;
  margin: 24px 0;
}
main p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  padding: 10px 10px 0px 10px;
}
main .azr-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
table,
tr,
td,
th,
tbody,
thead {
  font-family: "Trebuchet MS", sans-serif;
}
button {
  font-family: "Trebuchet MS", sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}
h2,
h3 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
  border-bottom: 2px solid rgba(0, 114, 80, 0.5);
  margin-bottom: 15px;
}
h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.32px;
  padding: 20px 0;
  color: #1e1e24;
  text-align: center;
}
h2 {
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 20px;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  line-height: 25px;
}
p,
span,
li,
h1,
h2,
h3,
a,
button,
td,
tr {
  color: #1e1e24;
}
p {
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
}
.azr-content {
  position: relative;
  flex-grow: 1;
  max-width: 1600px;
  margin: 20px auto 20px;
  padding: 0 20px 20px;
}
.azr-content .azr-content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  padding: 30px 10px 20px 10px;
}
.azr-content h1 {
  font-family: Verdana;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #0fc0a0;
}
.azr-content .azr-first__content {
  text-align: center;
}
.azr-content .azr-first__content p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
}
.azr-content .azr-first__content button,
.azr-btn-content {
  display: block;
  margin: 20px auto 0;
  color: rgba(233, 233, 233, 1);
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 20px 20px;
  max-width: 100%;
  background: linear-gradient(180deg, #ff2400 0%, #991600 100%);
  border-radius: 8px;
}
.azr-content .azr-first__content button:hover {
  transform: scale(1.05);
}

.azr-content ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: azr-counter-ol;
  padding-left: 40px;
}
.azr-content ol li {
  position: relative;
  padding-left: 20px;
  width: 48%;
  counter-increment: azr-counter-ol;
}
.azr-content ol li::before {
  position: absolute;
  content: counter(azr-counter-ol) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  background: #b5392e;
  border-radius: 50%;
  top: 2px;
  left: -20px;
}
.azr-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 12px;
}
.azr-content ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 28px;
  width: 48%;
}
.azr-content ul li::before {
  content: url("/uploads/img/svg/li-before.svg");
  position: absolute;
  width: 10px;
  height: 2px;
  left: -2px;
  top: 2px;
}

.azr-buttons {
  display: flex;
  align-items: center;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
.azr-general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.azr-content table {
  margin-bottom: 20px;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.azr-content table tr {
  background: rgba(0, 0, 0, 0);
}
.azr-content table tr:nth-child(even) {
  background: #2f1717;
}
.azr-content table td,
.azr-content table th {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.azr-button-block {
  padding: 24px;
  text-align: center;
  margin: 20px 0;
}
.azr-button-block button {
  padding: 16px 52px;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff2400 0%, #991600 100%);
  position: relative;
}

.azr-button-block button::before {
  content: no-open-quote;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/uploads/img/svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  left: 8%;
}
.azr-button-block button::after {
  content: no-open-quote;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/uploads/img/svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  right: 8%;
}

.azr-button-block button:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1250px) {
  .azr-content {
    max-width: 100%;
    padding: 40px 14px 0;
    margin: 0px auto 20px;
  }
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h1,
  h2,
  h3 {
    padding: 10px 0;
  }
  .azr-content {
    padding: 1px;
  }
  .azr-content ul {
    padding: 0 5px;
  }
  .azr-content .azr-contentMain {
    width: 100%;
  }
  .azr-content ol li,
  .azr-content ul li {
    width: 100%;
  }
  .azr-footer-block-btn .azr-buttons {
    justify-content: space-between;
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .azr-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .azr-content table td,
  .azr-content table th {
    font-size: 16px;
    padding: 10px;
  }
  .azr-content .azr-button-block button {
    padding: 10px 45px;
    font-size: 14px;
  }
  .azr-button-block {
    padding: 10px;
    margin: 10px 0;
  }
  .azr-content h2,
  .azr-content h3 {
    text-align: left;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .azr-content .azr-first__content {
    margin-bottom: 20px;
  }
  .azr-content .azr-first__content p {
    font-size: 18px;
  }
  .azr-content .azr-first__content button {
    font-size: 18px;
    width: 100%;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 400px) {
  .azr-footer-block-btn .azr-buttons {
    width: 96%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
  background: var(--azr-main);
}
a {
  text-decoration: none;
  transition: 0.3s;
}
button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
p,
span,
li,
a {
  font-size: 15px;
  line-height: 28px;
}
h1,
h2,
h3 {
  text-align: center;
  color: var(--azr-text);
}
p,
span,
li,
h1,
h2,
h3,
a,
button,
td,
tr {
  color: var(--azr-text);
}
button {
  cursor: pointer;
  background: transparent;
}
img {
  max-width: 100%;
  display: block;
}

.azr-wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

:root {
  --azr-main: #f5f5f5;
  --azr-text: #000;
  --azr-light-back: #fff;
  --azr-block-border-radius: 10px;
  --azr-color-primary: #4d8ab9;
  --azr-color-secondary: #376c97;
}

header {
  padding: 20px 0;
}

.azr-footer {
  background: #070707;
  color: #ccc;
  font-family: sans-serif;
  text-align: center;
  padding: 20px;
}

.azr-footer-top p {
  margin-bottom: 20px;
}
.azr-footer-logos {
  color: linear-gradient(90deg, #3c4455 0%, #8596bb 50.48%, #3c4455 100%);
  border-top: 1px solid linear-gradient(90deg, #3c4455 0%, #8596bb 50.48%, #3c4455 100%);
}
.azr-footerMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.azr-footerMenu a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}
.azr-footerMenu a:hover {
  text-decoration: underline;
  color: #ff4a4a;
}

.azr-footer-logos .azr-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
  gap: 20px;
}

.azr-footer-logos img {
  height: 32px;
  max-width: 100px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 1s;
  cursor: pointer;
}

.azr-footer-logos img:hover {
  filter: grayscale(0);
}

.azr-footer-bottom {
  margin-top: 20px;
}

.azr-footer-bottom hr,
.azr-footer-logos hr {
  border: 0;
  height: 1px;
  background: #333;
  margin-bottom: 10px;
}
.azr-buttons {
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.azr-buttons button {
  color: #d1d1d1;
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.azr-footer-button img {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}

.azr-footer-button:hover {
  text-decoration: underline;
}
.azr-footer .azr-scrollTop {
  background: #b5392e;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.azr-footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  background: #1f2124;
  display: none;
  justify-content: center;
  align-items: center;
}
.azr-footer-block-btn .azr-buttons {
  display: flex;
}
@media (max-width: 1250px) {
  .azr-footer-block-btn {
    display: flex;
  }
  .azr-footer {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .azr-footer hr {
    display: none;
  }
}
@media (max-width: 700px) {
  .azr-footer {
    flex-direction: column;
    gap: 20px;
  }
  .azr-footerMenu {
    flex-direction: column;
  }
}
.azr-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 8px 100px;
  background: rgba(18, 18, 19, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.azr-header .azr-menu {
  max-height: none;
  width: 100%;
  display: block;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.azr-header .azr-menu .azr-links {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  gap: 20px;
}
.azr-header .azr-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px;
}
.azr-header .azr-menu a:last-child {
  margin-right: 0;
}
.azr-header .azr-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.azr-buttons .azr-logButton {
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: rgba(230, 31, 0, 1);
  margin-right: 20px;
  line-height: 1.2;
  font-size: 14px;
  white-space: nowrap;
}
.azr-buttons .azr-logButton:hover,
.azr-buttons .azr-logButton:active {
  background: rgba(181, 57, 57, 0.6);
}
.azr-buttons .azr-regButton {
  position: relative;
  margin-right: 0;
  background: rgba(40, 133, 99, 1);
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  font-size: 14px;
}
.azr-buttons .azr-regButton:hover,
.azr-buttons .azr-regButton:active {
  background: rgba(40, 133, 99, 0.6);
}
.azr-menu .azr-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .azr-header {
    height: 60px;
    padding: 10px 5px;
  }
  .azr-header .azr-menu {
    max-height: none;
    max-width: 100%;
    display: block;
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .azr-header .azr-menu .azr-links a {
    flex: 0 0 auto;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 40px;
    color: #c3c3c3;
  }
  .azr-buttons {
    display: none;
  }
  .azr-buttons .azr-regButton {
    margin-right: 0;
  }
  .azr-buttons .azr-regButton,
  .azr-buttons .azr-logButton {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .azr-header .azr-menu .azr-links {
    display: none;
    justify-content: flex-start;
  }
  .azr-header .azr-logo button img {
    width: 110px;
  }
}
@media screen and (max-width: 400px) {
  .azr-content .azr-content-block {
    padding: 0;
  }
}
.azr-burger {
  display: none;
  position: relative;
}
.azr-mobileMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #000;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.azr-mobileMenu[hidden] {
  right: -200%;
}
.azr-mobileMenu .azr-mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.azr-mobileMenu .azr-mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}
.azr-mobileMenu .azr-mobileMenuLinks a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}
.azr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.azr-overlay[hidden] {
  display: none;
}
@media screen and (max-width: 800px) {
  .azr-burger {
    display: block;
  }
}
.azr-banner {
  height: 100%;
  margin: 70px auto 10px auto;
  width: 94%;
  max-width: 1600px;
}
.azr-banner .azr-banner_inner {
  display: grid;
  grid-template-columns: 572px 1fr;
  gap: 24px;
  height: 100%;
  margin-top: 20px;
}
.azr-banner .azr-banner_inner span {
  display: block;
}
.azr-banner .azr-banner_inner .azr-banner_left {
  display: flex;
  flex-direction: column;
  padding: 28px 0 32px 28px;
  width: 100%;
  background: linear-gradient(286.79deg, #330004 18.92%, #9b000d 97.1%);
  height: 213px;
  border-radius: 20px;
  position: relative;
  justify-content: center;
  align-items: flex-start;
}
.azr-banner .azr-banner_inner .azr-banner_left .azr-banner_info,
.azr-banner .azr-banner_inner .azr-banner_right .azr-banner_info {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.azr-banner .azr-banner_inner .azr-banner_left .azr-banner_left_img {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/uploads/img/banner-app/banner-left.webp) no-repeat;
  width: 234px;
  height: 234px;
  background-size: cover;
  z-index: 1;
}
.azr-banner .azr-banner_inner .azr-banner_right {
  display: flex;
  flex-direction: column;
  padding: 28px 0 32px 28px;
  width: 100%;
  height: 213px;
  border-radius: 20px;
  position: relative;
  background: linear-gradient(
    289.76deg,
    rgba(21, 25, 31, 0.5) 0%,
    rgba(2, 195, 137, 0.5) 85.12%
  );
}
.azr-banner .azr-banner_inner .azr-banner_right .azr-banner_right_img {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/uploads/img/banner-app/banner-right.webp) no-repeat;
  width: 234px;
  height: 234px;
  background-size: cover;
  z-index: 1;
}
.azr-banner .azr-banner_inner button {
  background: rgba(230, 31, 0, 1);
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 51px;
  margin: 0;
}
.azr-banner .azr-banner_inner button:hover {
  opacity: 0.8;
}

.azr-banner_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  width: 45%;
}
.azr-banner_title_colored {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffc600 0%, #ff9100 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: table;
  margin-top: 8px;
  z-index: 2;
  width: 45%;
}
@media screen and (max-width: 1310px) {
  .azr-banner_title {
    font-size: 22px;
    width: 50%;
  }
  .azr-banner_title_colored {
    font-size: 18px;
    width: 50%;
  }
  .azr-banner .azr-banner_inner {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 1220px) {
  .azr-banner .azr-banner_inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1000px) {
  .azr-banner .azr-banner_inner {
    flex-wrap: wrap;
    gap: 15px;
  }
  .azr-banner .azr-banner_inner .azr-banner_left,
  .azr-banner .azr-banner_inner .azr-banner_right {
    height: 176px;
    width: 100%;
    padding: 20px 0 20px 20px;
  }
  .azr-banner .azr-banner_inner .azr-banner_left .azr-banner_left_img {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/uploads/img/banner-app/banner-left.webp) no-repeat;
    width: 196px;
    height: 196px;
    background-size: cover;
    z-index: 1;
  }
  .azr-banner {
    margin-top: 0;
    height: auto;
  }
  .azr-banner .azr-banner_inner {
    margin-top: 80px;
  }
  .azr-banner_title {
    font-size: 24px;
    width: 50%;
  }
  .azr-banner_title_colored {
    font-size: 20px;
    width: 38%;
  }
  .azr-banner .azr-banner_inner .azr-banner_right .azr-banner_right_img {
    width: 176px;
    height: 176px;
  }
  .azr-banner .azr-banner_inner .azr-banner_left .azr-banner_info,
  .azr-banner .azr-banner_inner .azr-banner_right .azr-banner_info {
    margin-top: 16px;
  }
}
@media screen and (max-width: 850px) {
  .azr-banner_title {
    width: 50%;
  }

  .azr-banner_title_colored {
    width: 40%;
    min-width: 300px;
  }
}
@media screen and (max-width: 510px) {
  .azr-banner_title {
    font-size: 18px;
    width: 60%;
  }

  .azr-banner_title_colored {
    font-size: 14px;
    width: 38%;
    min-width: 200px;
  }
  .azr-banner .azr-banner_inner button {
    font-size: 14px;
  }
  .azr-banner .azr-banner_inner .azr-banner_right {
    overflow: hidden;
  }
  .azr-banner .azr-banner_inner .azr-banner_right .azr-banner_right_img {
    right: -30px;
  }
  .azr-banner .azr-banner_inner .azr-banner_left .azr-banner_left_img {
    right: -10px;
  }
}

@media screen and (max-width: 400px) {
  .azr-banner .azr-banner_inner .azr-banner_left {
    overflow: hidden;
  }
  .azr-banner .azr-banner_inner .azr-banner_left .azr-banner_left_img {
    right: -30px;
    width: 176px;
    height: 176px;
  }
  .azr-banner_title_colored {
    min-width: 155px;
  }
}
.azr-contentSection {
  background: rgba(0, 0, 0, 1);
  border: 1px solid rgba(40, 133, 99, 1);
  padding: 24px;
  border-radius: 12px;
  gap: 32px;
  margin: 32px auto 20px auto;
  width: 98%;
}

.azr-slots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 16px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.azr-slot-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
.azr-slot-wrapper .azr-slot-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.azr-slot-wrapper .azr-slot-right .azr-slot {
  position: relative;
  width: 100%;
  height: 236px;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.azr-slot-right .azr-slot .azr-slot-title,
.azr-slot-left .azr-slot .azr-slot-title {
  background: rgba(63, 63, 63, 1);
  padding: 8px 12px;
  font-family: Verdana;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 12px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.azr-slot-wrapper .azr-slot-left .azr-slot {
  position: relative;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.azr-slot-wrapper .azr-slot-left .azr-slot img {
  width: 100%;
  height: 490px;
  border-radius: 12px;
}
.azr-slot-right .azr-slot img {
  transition: 0.3s;
  border-radius: 12px 12px 0 0;
  width: 244px;
  height: 205px;
}
.azr-slot-left .azr-slot .azr-hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 94%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(150%);
  transition: 0.3s;
  z-index: 3;
}
.azr-slot-right .azr-slot .azr-hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 88%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(150%);
  transition: 0.3s;
  z-index: 3;
}
.azr-slots .azr-slot:hover .azr-hover {
  transform: translateY(0);
}

.azr-btn-slot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 34px;
  background: rgba(40, 133, 99, 1);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.azr-slot:hover .azr-btn-slot {
  opacity: 1;
  visibility: visible;
}

.azr-slot .azr-hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 3;
}

.azr-slot:hover .azr-hover {
  transform: translateY(0);
}
@media screen and (max-width: 1300px) {
  .azr-slot-wrapper {
    gap: 24px;
  }
  .azr-slot-wrapper .azr-slot-left .azr-slot img {
    height: 416px;
  }
  .azr-slot-right .azr-slot img {
    width: 198px;
    height: 170px;
    border-radius: 12px;
  }
  .azr-slot-wrapper .azr-slot-right .azr-slot {
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .azr-slot-wrapper .azr-slot-left {
    display: none;
  }
  .azr-slot-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 850px) {
  .azr-slots {
    gap: 14px;
    margin-bottom: 10px;
  }
  .azr-slots .azr-slot:hover .azr-hover {
    transform: none;
    display: none;
  }
  .azr-slots .azr-slot:hover img {
    transform: none;
  }
}
@media screen and (max-width: 700px) {
  .azr-slot-wrapper .azr-slot-right {
    grid-template-columns: 1fr 1fr;
  }
  .azr-slots {
    margin-top: 0;
  }
  .azr-contentSection {
    padding: 12px;
  }
  .azr-slot-right .azr-slot img {
    height: auto;
  }
}
.azr-giftBanner {
  position: relative;
  padding: 43px;
  margin: 40px 0;
  background: url(/uploads/img/webp/bg-promo.webp) no-repeat;
  background-position: right center;
  background-size: 100%;
  border-radius: 12px;
  height: 280px;
}
.azr-giftBanner__text span {
  display: block;
}
.azr-giftBanner__text_one {
  margin-bottom: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.12px;
}
.azr-giftBanner__text_two {
  margin-bottom: 40px;
  background: linear-gradient(180deg, #ffc600 0%, #ff9100 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: table;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.12px;
  width: 56%;
}
.azr-giftBanner__bonus {
  display: flex;
  align-items: center;
}
#azr-promoCode {
  margin-right: 16px;
  padding: 16px 40px;
  color: #f7f7f7;
  border: 2px dashed rgba(255, 255, 255, 1);
  font-size: 20px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  border-radius: 12px;
}
.azr-giftBanner__bonus button {
  padding: 18px 40px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12px;
  background: rgba(230, 31, 0, 1);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 12px;
  transition: 0.3s;
}
.azr-giftBanner__bonus button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .azr-giftBanner {
    height: 220px;
    background-size: auto;
    background-position: 53% 100%;
  }
  .azr-giftBanner__text_two {
    width: 100%;
  }
  .azr-giftBanner__text_one {
    font-size: 20px;
  }
  .azr-giftBanner__text_two {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 800px) {
  .azr-giftBanner {
    background: none;
    background: url(/uploads/img/webp/bg-promo-mob.webp) no-repeat;
    padding: 20px 10px;
    background-position: center;
    margin: 28px auto;
    height: auto;
    border-radius: 12px;
    width: 98%;
  }
  .azr-giftBanner__bonus {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .azr-giftBanner__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .azr-giftBanner__text_one {
    font-size: 16px;
  }
  .azr-giftBanner__text_two {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #azr-promoCode {
    width: 80%;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 0;
    font-size: 16px;
    padding: 10px 20px;
  }
  .azr-giftBanner__bonus button {
    width: 80%;
    font-size: 16px;
    padding: 17px 20px;
  }
}
.azr-text-logo {
    font-size: 24px;
    font-weight: 800;
    color: #ff1431;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
}
.azr-btn-logo {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.azr-logo {
  align-content: center;
}
.azr-mobile-login-btn {
  display: none;
}

@media screen and (max-width: 800px) {
  .azr-mobile-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(230, 31, 0, 1);
    white-space: nowrap;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
  }

  .azr-mobile-login-btn:hover,
  .azr-mobile-login-btn:active {
    background: rgba(181, 57, 57, 0.6);
  }
}

.azr-footer-block-btn .azr-buttons {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.azr-footer-block-btn .azr-logButton {
  flex: 1;
  max-width: 200px;
  padding: 10px 16px;
  font-size: 13px;
  margin-right: 0;
}

.azr-footer-block-btn .azr-regButton {
  flex: 1;
  max-width: 200px;
  padding: 10px 16px;
  font-size: 13px;
}

summary {
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

html {
  overflow-x: hidden;
}

.azr-slot-right .azr-slot img {
  width: 100%;
  height: auto;
}

/* AZR visual layer */
:root {
  --azr-main: #061714;
  --azr-text: #f7fbfa;
  --azr-light-back: #0d2b27;
  --azr-block-border-radius: 18px;
  --azr-color-primary: #00a7b5;
  --azr-color-secondary: #2aa84a;
  --azr-accent: #df2735;
  --azr-gold: #ffd166;
  --azr-surface: rgba(255,255,255,.065);
  --azr-line: rgba(255,255,255,.14);
}
body { background: radial-gradient(circle at 20% 0%, rgba(0,167,181,.28), transparent 34%), #061714; }
main { background: linear-gradient(135deg, #061714 0%, #0a2428 45%, #07120f 100%); }
.azr-wrapper { max-width: 1240px; width: min(94%, 1240px); }
.azr-header { background: rgba(4, 24, 25, .72); border-bottom: 1px solid var(--azr-line); box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.azr-text-logo { color: #fff; letter-spacing: 1.8px; text-shadow: 0 0 18px rgba(0,167,181,.55); }
.azr-buttons .azr-logButton, .azr-mobile-login-btn { background: linear-gradient(135deg, var(--azr-accent), #a91625); border-radius: 999px; box-shadow: 0 10px 24px rgba(223,39,53,.25); }
.azr-buttons .azr-regButton, .azr-btn-slot { background: linear-gradient(135deg, var(--azr-color-secondary), #087f5b); border-radius: 999px; box-shadow: 0 10px 24px rgba(42,168,74,.24); }
.azr-buttons .azr-logButton:hover, .azr-buttons .azr-regButton:hover, .azr-btn-content:hover, .azr-button-block button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.azr-hero-shell { padding: 10px; border-radius: 28px; background: linear-gradient(135deg, rgba(0,167,181,.22), rgba(223,39,53,.12), rgba(42,168,74,.18)); border: 1px solid var(--azr-line); }
.azr-banner .azr-banner_inner { gap: 18px; }
.azr-banner .azr-banner_inner .azr-banner_left, .azr-banner .azr-banner_inner .azr-banner_right { border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 50px rgba(0,0,0,.32); }
.azr-banner .azr-banner_inner .azr-banner_left { background: linear-gradient(135deg, #006f7c 0%, #0b3a40 52%, #df2735 140%); }
.azr-banner .azr-banner_inner .azr-banner_right { background: linear-gradient(135deg, #11351f 0%, #0b5b4f 62%, #00a7b5 125%); }
.azr-banner_title_colored { background: linear-gradient(90deg, #ffd166 0%, #ffffff 46%, #00a7b5 100%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; }
.azr-banner .azr-banner_inner button, .azr-btn-content, .azr-button-block button, .azr-giftBanner__bonus button { background: linear-gradient(135deg, #df2735 0%, #ff6b3d 100%); border-radius: 14px; box-shadow: 0 12px 28px rgba(223,39,53,.25); }
.azr-article-frame { max-width: 1240px; margin: 0 auto; }
.azr-content .azr-content-block, .azr-contentSection, .azr-faq-panel, table { background: rgba(255,255,255,.055); border: 1px solid var(--azr-line); border-radius: 24px; box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.azr-content h1 { color: #78f3e9; text-shadow: 0 0 18px rgba(0,167,181,.35); }
h2, h3 { border-bottom: 1px solid rgba(0,167,181,.38); }
.azr-content table tr:nth-child(even) { background: rgba(0,167,181,.12); }
.azr-content table td, .azr-content table th { border-bottom: 1px solid rgba(255,255,255,.08); }
.azr-games-deck { padding: 12px; border-radius: 28px; background: linear-gradient(180deg, rgba(0,167,181,.08), rgba(42,168,74,.06)); }
.azr-slot { border-radius: 18px; box-shadow: 0 18px 32px rgba(0,0,0,.24); }
.azr-slot-right .azr-slot .azr-slot-title, .azr-slot-left .azr-slot .azr-slot-title { background: rgba(6,23,20,.84); border-top: 1px solid rgba(255,255,255,.12); }
.azr-giftBanner { border: 1px solid rgba(255,255,255,.16); box-shadow: inset 0 0 0 1px rgba(0,167,181,.08), 0 18px 42px rgba(0,0,0,.28); }
#pinup-promoCode { border-color: rgba(0,167,181,.85); background: rgba(0,167,181,.12); }
.azr-faq-panel { padding: 18px; margin: 30px 0; }
.azr-faq-panel details { padding: 16px 18px; margin: 12px 0; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.azr-faq-panel summary { cursor: pointer; color: #e9fffb; }
.azr-footer { background: linear-gradient(180deg, #041311 0%, #020807 100%); border-top: 1px solid rgba(0,167,181,.24); }
.azr-scrollTop { background: linear-gradient(135deg, #00a7b5, #2aa84a); }
.azr-mobileMenu { background: linear-gradient(180deg, #061714, #092622); border-left: 1px solid var(--azr-line); }
@media (max-width: 800px) { .azr-hero-shell { padding: 6px; border-radius: 20px; } .azr-content { padding-inline: 10px; } .azr-faq-panel { padding: 10px; } }
