* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Mulish-Black.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Mulish-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Mulish-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Mulish-Regular.woff2) format("woff2")
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2")
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2")
}

:root {
  --font-main: "Mulish", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(135deg,
      #2c3203 0%,
      #3e4606 25%,
      #6f6a2b 50%,
      #a29f51 75%,
      #d4d07f 100%);
  --main: #fff;
  --black: #000000;
  --white: #ffffff;
  --pink: #313a04;
  --purple: #0e595c;
  --purple-02: rgba(238, 103, 207, 0.2);
  --gray: #5e5e5e;
  --yellow: #fccb00;
  --hover: #32fa18;
  --active: #fa18c5;
}

.nav__list li a {
  /* color: #0ade07; */
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 20px;
}

.stroke-text {
  color: rgb(212, 6, 133) !important;
}

.burger span {
  background: #0ade07 !important;
}

.aussieplaytop-faq__item div {
  color: #fff;
}

.aussieplaytop-block-results>li {
  background: none;
  border-bottom: 1px solid #fff;
}

.aussieplaytop-block-bonuses>li {
  background: #0d2517;

}

.aussieplaytop-block-bonuses>li * {
  color: #fff;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.tx-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%
}

.tx-16-12 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-24 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-38-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-38-24 {
    font-size: 24px
  }
}

.p-16 {
  padding: 16px
}

.tx-34 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1
}

.ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  background-color: var(--yellow);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--black)
}

.logo {
  display: block;
  width: 181px;
  height: 32px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 114px;
    height: 20px
  }
}

@media (max-width:991px) {
  .logo_footer {
    width: 172px;
    height: 20px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--pink);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 101px;
  min-height: 47px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .but {
    font-size: 14px;
    min-height: 42px
  }
}

@media (max-width:600px) {
  .but {
    font-size: 12px;
    min-height: 37px
  }
}

.but_width {
  min-width: 246px
}

@media (max-width:600px) {
  .but_width {
    min-width: none;
    width: 100%
  }
}

.but_border {
  background-color: transparent;
  border: 2px solid var(--white)
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%
}

@media (max-width:600px) {
  .tx-20-18 {
    font-size: 18px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-30-24 {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%
}

@media (max-width:1220px) {
  .tx-30-24 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-30-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-30-24 {
    font-size: 24px
  }
}

.tx-30-20 {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-30-20 {
    font-size: 26px
  }
}

@media (max-width:991px) {
  .tx-30-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-30-20 {
    font-size: 20px
  }
}

.tx-26-20 {
  font-weight: 400;
  font-size: 26px;
  line-height: 150%
}

@media (max-width:1220px) {
  .tx-26-20 {
    font-size: 24px
  }
}

@media (max-width:991px) {
  .tx-26-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-26-20 {
    font-size: 20px
  }
}

.p-32-24 {
  padding: 32px;
  padding: 32px
}

@media (max-width:600px) {
  .p-32-24 {
    padding: 24px;
    padding: 24px
  }
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.p-40-20 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:991px) {
  .p-40-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .p-40-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.p-80-40 {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:991px) {
  .p-80-40 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .p-80-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-40-16:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 28px
  }
}

@media (max-width:600px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.input {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 0 16px;
  width: 100%;
  height: 49px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999;
  background-color: var(--white);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  padding: 14px 16px;
  height: 100px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

.tx-26-20 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-26-20 {
    font-size: 24px
  }
}

@media (max-width:991px) {
  .tx-26-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-26-20 {
    font-size: 20px
  }
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.p-24-16 {
  padding: 24px
}

@media (max-width:600px) {
  .p-24-16 {
    padding: 16px
  }
}

.background-pink {
  background-color: var(--pink)
}

.background-purple {
  background-color: var(--purple)
}

.background-purple020 {
  background-color: var(--purple-02)
}

.background-white {
  background-color: var(--white)
}

.stroke-text {
  text-shadow: var(--white) 1px 0 0, var(--white) 0 1px 0, var(--white) -1px 0 0, var(--white) 0 -1px 0
}

.color-purple {
  color: var(--purple)
}

.color-black {
  color: var(--black)
}

.color-gray {
  color: var(--gray)
}

.color-pink {
  color: var(--pink)
}

.OpenSans {
  font-family: OpenSans
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.aussieplaytop-header {
  padding: 16px 0;
  /* background-color: var(--white) */
}

@media (max-width:991px) {
  .aussieplaytop-header {
    padding: 14px 0
  }
}

@media (max-width:600px) {
  .aussieplaytop-header {
    padding: 12px 0
  }
}

.aussieplaytop-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .aussieplaytop-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--white);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .aussieplaytop-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.aussieplaytop-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.aussieplaytop-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .aussieplaytop-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .aussieplaytop-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.aussieplaytop-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--pink);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.aussieplaytop-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--pink);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
  }
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 24px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--purple);
  border-radius: 8px
}

.aussieplaytop-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px 40px;
  position: relative;
  /* flex-direction: row-reverse; */
}

@media (max-width:991px) {
  .aussieplaytop-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aussieplaytop-hero__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
  /* padding-bottom: 200px */
}

@media (max-width:1220px) {
  .aussieplaytop-hero__left {
    padding-bottom: 100px
  }
}

@media (max-width:991px) {
  .aussieplaytop-hero__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 0
  }
}

.aussieplaytop-hero__decorative {
  position: absolute;
  bottom: -30px;
  right: 10%;
  width: 590px;
  height: 294px;
  -webkit-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .aussieplaytop-hero__decorative {
    width: 390px;
    height: 198px;
    left: 50%;
    -webkit-transform: rotate(-7.5deg) translateX(-50%);
    transform: rotate(-7.5deg) translateX(-50%)
  }
}

@media (max-width:600px) {
  .aussieplaytop-hero__decorative {
    width: 213px;
    bottom: -10px;
    height: 103px
  }
}

.aussieplaytop-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
  padding-bottom: 36.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .aussieplaytop-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 55%
  }
}

@media (max-width:600px) {
  .aussieplaytop-hero__image {
    padding-bottom: 76%
  }
}

.aussieplaytop-list-lotto__container {
  position: relative
}

.aussieplaytop-list-lotto__decorative {
  position: absolute;
  bottom: -90px;
  right: -70px;
  z-index: 1;
  width: 370px;
  height: 442px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .aussieplaytop-list-lotto__decorative {
    display: none
  }
}

.aussieplaytop-list-lotto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2
}

@media (max-width:710px) {
  .aussieplaytop-list-lotto__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aussieplaytop-list-lotto__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  padding: 20px
}

@media (max-width:710px) {
  .aussieplaytop-list-lotto__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-list-lotto__logo {
  height: 128px;
  width: 100%
}

.aussieplaytop-list-lotto__logo_h80 {
  height: 80px
}

.aussieplaytop-about__decorative {
  position: absolute;
  top: -180px;
  left: 0;
  z-index: 1;
  width: 212px;
  height: 164px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .aussieplaytop-about__decorative {
    top: -120px;
    left: 40px
  }
}

@media (max-width:991px) {
  .aussieplaytop-about__decorative {
    left: auto;
    right: 20px;
    width: 180px;
    height: 134px
  }
}

@media (max-width:600px) {
  .aussieplaytop-about__decorative {
    width: 133px;
    height: 103px;
    top: -80px;
    right: 40px
  }
}

.aussieplaytop-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 40px;
  position: relative
}

@media (max-width:991px) {
  .aussieplaytop-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aussieplaytop-about__left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .aussieplaytop-about__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-about__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  padding-bottom: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .aussieplaytop-about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 60%
  }
}

@media (max-width:600px) {
  .aussieplaytop-about__image {
    padding-bottom: 99%
  }
}

.aussieplaytop-lotte__list {
  padding: 40px
}

@media (max-width:1220px) {
  .aussieplaytop-lotte__list {
    padding: 32px
  }
}

@media (max-width:991px) {
  .aussieplaytop-lotte__list {
    padding: 24px
  }
}

@media (max-width:600px) {
  .aussieplaytop-lotte__list {
    padding: 16px
  }
}

.aussieplaytop-graphics__container {
  position: relative;
  z-index: 2
}

.aussieplaytop-graphics__decorative {
  position: absolute;
  top: -120px;
  left: -120px;
  z-index: 1;
  width: 317px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .aussieplaytop-graphics__decorative {
    top: -120px
  }
}

@media (max-width:991px) {
  .aussieplaytop-graphics__decorative {
    left: auto;
    right: 20px;
    width: 180px;
    height: 134px;
    -webkit-transform: rotate(85deg);
    transform: rotate(85deg)
  }
}

@media (max-width:600px) {
  .aussieplaytop-graphics__decorative {
    width: 64px;
    height: 150px
  }
}

.aussieplaytop-graphics__top-text {
  max-width: 900px;
  width: 100%
}

.aussieplaytop-graphics__table {
  max-width: 900px;
  width: 100%
}

@media (max-width:600px) {
  .aussieplaytop-graphics__thead {
    display: none
  }
}

.aussieplaytop-graphics__thead tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 370px) 20px minmax(0, 200px) 20px minmax(0, 240px);
  grid-template: auto/minmax(0, 370px) minmax(0, 200px) minmax(0, 240px);
  gap: 12px 20px;
  padding: 20px
}

@media (max-width:600px) {
  .aussieplaytop-graphics__thead tr {
    padding: 16px
  }
}

.aussieplaytop-graphics__th {
  text-align: left
}

.aussieplaytop-graphics__tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 370px) 20px minmax(0, 200px) 20px minmax(0, 240px);
  grid-template: auto/minmax(0, 370px) minmax(0, 200px) minmax(0, 240px);
  gap: 12px 20px;
  padding: 20px
}

@media (max-width:600px) {
  .aussieplaytop-graphics__tr {
    padding: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.aussieplaytop-graphics__tr:nth-child(even) {
  background-color: var(--white)
}

.aussieplaytop-graphics__tr:nth-child(odd) {
  background-color: var(--yellow)
}

.aussieplaytop-responsible__container {
  position: relative;
  z-index: 2
}

.aussieplaytop-responsible__decorative {
  position: absolute;
  bottom: 20%;
  right: -40px;
  z-index: 1;
  width: 272px;
  height: 395px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .aussieplaytop-responsible__decorative {
    width: 210px;
    height: 325px;
    bottom: 10%;
    right: -20px
  }
}

@media (max-width:991px) {
  .aussieplaytop-responsible__decorative {
    right: 10px;
    width: 180px;
    height: 134px;
    bottom: -120px;
    -webkit-transform: rotate(-95deg);
    transform: rotate(-95deg)
  }
}

@media (max-width:600px) {
  .aussieplaytop-responsible__decorative {
    width: 74px;
    height: 150px
  }
}

.aussieplaytop-responsible__content {
  /* max-width: 900px; */
  width: 100%
}

.aussieplaytop-responsible__content p {
  text-align: center;
}

.aussieplaytop-responsible__top {
  text-align: center;
}

.aussieplaytop-responsible__icon {
  width: 77px;
  height: 77px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}

@media (max-width:600px) {
  .aussieplaytop-responsible__icon {
    height: 64px;
    width: 64px
  }
}

.aussieplaytop-reviews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 24px
}

@media (max-width:991px) {
  .aussieplaytop-reviews__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .aussieplaytop-reviews__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.aussieplaytop-reviews__item {
  overflow: hidden;
  position: relative;
  background: none;
  text-align: center;
}

.aussieplaytop-reviews__item * {
  color: #fff;
}

.aussieplaytop-reviews__blockquote {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background: none !important;
}

/* .aussieplaytop-reviews__blockquote:after {
  content: "U+201C";
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
} */

.aussieplaytop-reviews__text {
  position: relative;
  z-index: 2
}

.aussieplaytop-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  justify-content: center;
}

.aussieplaytop-reviews__star {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.aussieplaytop-contacts__decorative {
  position: absolute;
  bottom: -200px;
  left: 70px;
  z-index: 1;
  width: 399px;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .aussieplaytop-contacts__decorative {
    display: none
  }
}

.aussieplaytop-contacts__container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .aussieplaytop-contacts__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width:600px) {
  .aussieplaytop-contacts__container {
    gap: 16px
  }
}

.aussieplaytop-contacts__left {
  padding-bottom: 180px
}

@media (max-width:1220px) {
  .aussieplaytop-contacts__left {
    padding-bottom: 0
  }
}

.aussieplaytop-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}

@media (max-width:991px) {
  .aussieplaytop-faq__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
  }
}

@media (max-width:600px) {
  .aussieplaytop-faq__list {
    gap: 16px
  }
}

.aussieplaytop-faq__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 300px;
  width: 100%
}

@media (max-width:991px) {
  .aussieplaytop-faq__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .aussieplaytop-footer {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width:600px) {
  .aussieplaytop-footer {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.aussieplaytop-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .aussieplaytop-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:991px) {
  .aussieplaytop-footer .nav {
    width: 100%
  }
}

.aussieplaytop-footer__middle a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .aussieplaytop-footer__middle a:hover {
    color: var(--hover)
  }
}

.aussieplaytop-footer__middle a:focus-visible {
  color: var(--hover)
}

.aussieplaytop-footer__middle a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.aussieplaytop-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}

@media (max-width:991px) {
  .aussieplaytop-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }
}

.aussieplaytop-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px
}

@media (max-width:991px) {
  .aussieplaytop-footer__links {
    gap: 32px
  }
}

.aussieplaytop-footer__links li:first-child {
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .aussieplaytop-footer__links li:first-child {
    width: 36px;
    height: 36px
  }
}

@media (max-width:600px) {
  .aussieplaytop-footer__links li:first-child {
    width: 28px;
    height: 28px
  }
}

.aussieplaytop-footer__links li:nth-child(2) {
  height: 60px
}

@media (max-width:768px) {
  .aussieplaytop-footer__links li:nth-child(2) {
    height: 38px
  }
}

.aussieplaytop-footer__links li:nth-child(3) {
  height: 60px
}

@media (max-width:768px) {
  .aussieplaytop-footer__links li:nth-child(3) {
    height: 38px
  }
}

.aussieplaytop-footer__links li:nth-child(4) {
  height: 40px
}

@media (max-width:768px) {
  .aussieplaytop-footer__links li:nth-child(4) {
    height: 26px
  }
}

.aussieplaytop-footer__links a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .aussieplaytop-footer__links a:hover {
    opacity: .5
  }
}

.aussieplaytop-footer__links a:focus-visible {
  opacity: .5
}

.aussieplaytop-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  max-width: 570px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border: 1px solid #fff;
  padding: 32px;
  background-color: var(--purple)
}

@media (max-width:668px) {
  .popup__body {
    padding: 16px;
    width: 95%
  }
}

.popup__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 24px;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:991px) {
  .popup__buttons {
    gap: 16px
  }
}

@media (max-width:600px) {
  .popup__buttons {
    gap: 10px
  }
}

.popup-send {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup-send.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-send__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup-send__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 32px;
  background-color: var(--purple)
}

@media (max-width:991px) {
  .popup-send__content {
    padding: 24px 16px
  }
}

.aussieplaytop-block-results {
  max-width: 800px;
  width: 100%
}

.aussieplaytop-block-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px 10px
}

@media (max-width:991px) {
  .aussieplaytop-block-results__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aussieplaytop-block-results__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 256px;
  flex: 0 1 256px;
  width: 100%
}

@media (max-width:991px) {
  .aussieplaytop-block-results__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-block-results__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

.aussieplaytop-block-results__middle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  width: 100%
}

@media (max-width:991px) {
  .aussieplaytop-block-results__middle {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-block-results__middle .ball {
  margin-left: auto;
  margin-right: auto
}

@media (max-width:991px) {
  .aussieplaytop-block-results__middle .ball {
    width: 100%;
    border-radius: 34px
  }
}

.aussieplaytop-block-results__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 256px;
  flex: 0 1 256px;
  width: 100%
}

@media (max-width:991px) {
  .aussieplaytop-block-results__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-block-lotto {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.aussieplaytop-block-lotto__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

@media (max-width:991px) {
  .aussieplaytop-block-lotto__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aussieplaytop-block-lotto__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 223px;
  flex: 0 1 223px;
  width: 100%;
  height: 120px
}

@media (max-width:991px) {
  .aussieplaytop-block-lotto__logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

.aussieplaytop-block-lotto__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 513px;
  flex: 0 1 513px;
  width: 100%
}

@media (max-width:991px) {
  .aussieplaytop-block-lotto__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aussieplaytop-block-bonuses {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 40px
}

@media (max-width:1220px) {
  .aussieplaytop-block-bonuses {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .aussieplaytop-block-bonuses {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 30px
  }
}

@media (max-width:600px) {
  .aussieplaytop-block-bonuses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.aussieplaytop-block-bonuses__item {
  min-height: 230px;
  border: 1px solid var(--pink)
}

@media (max-width:600px) {
  .aussieplaytop-block-bonuses__item {
    min-height: 0
  }
}

@media (max-width: 600px) {
  footer {
    font-size: 13px;
    padding: 1.5rem 1rem;
  }

  footer nav a {
    display: inline-block;
    margin: 0.4rem 0.3rem;
  }

  footer img {
    height: 40px !important;
  }
}

footer {
  line-height: 2rem;
}


h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: bolder;
}

a {
  color: inherit;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

/* .container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: calc(var(--container-padding-x)*.5);
} */

.footer {
  padding: 20px 0;
  text-align: center;
  background: rgba(1, 30, 30, .7411764706);
}

.footer .footer-nav a {
  display: inline-block;
  margin: 5px 10px;
  text-decoration: none;
}

footer img {
  width: auto;
}
