html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Friends Zone";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Friendszone.woff2) format(woff2);
}

@font-face {
  font-family: "Bebas Neue Pro";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Prezident.ttf) format(truetype);
}

@font-face {
  font-family: "Chalktastic";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Chalktastic.ttf) format(truetype);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.divider {
  height: 50px;
}

html,
body {
  font-family: "Friends Zone";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
}

img,
video {
  display: block;
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  padding: 0 10px;
}

.btn,
.contract__copy {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  color: #fff;
  height: 50px;
  background: #ff393a;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 24px;
  border-radius: 12px;
  border: 1px solid #000;
  font-size: 20px;
  transition: background 200ms ease-in-out;
}

.btn:hover,
.contract__copy:hover {
  background: #df2f2f;
}

.contract {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  display: flex;
  font-size: 20px;
  color: #000;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #000;
  align-items: center;
  padding: 4px;
}

.contract__copied {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #ff393a;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  pointer-events: none;
  transition: -webkit-clip-path 400ms ease-in-out;
  transition: clip-path 400ms ease-in-out;
  transition: clip-path 400ms ease-in-out, -webkit-clip-path 400ms ease-in-out;
}

.contract__value {
  line-height: 50px;
  margin: 0 24px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.contract_copied .contract__copied {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  pointer-events: all;
}

.header {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header__socials {
  display: flex;
  gap: 10px;
}

.header__social {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #000;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out,
    color 200ms ease-in-out;
}

.header__social:hover {
  background: #fefefe;
  color: #ff393a;
}

.header__social_x {
  background: #000;
  color: #fff;
}

.header__social_x:hover {
  background: #111;
  color: #fff;
}

.header__social_tg {
  background: #419edb;
  color: #fff;
}

.header__social_tg:hover {
  background: #3682b5;
  color: #fff;
}

.header__nav {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 3px 8px;
  height: 58px;
}

.header__nav a {
  display: inline-block;
  padding: 16px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: color 200ms ease-in-out;
}

.header__nav a:hover {
  color: #ff393a;
}

@media screen and (max-width: 880px) {
  .header__nav {
    display: none;
  }
}

.hero {
  padding-top: 160px;
  /* background: url(../img/hero-background.jpg) top center no-repeat; */
  /* background: url(../img/stars.svg) top center no-repeat; */
  /* background: url(../img/about-us-illustration.gif) top center no-repeat; */
  background: linear-gradient(transparent, rgb(0, 0, 0)),
    url(../img/flagbgg.jpg) top center no-repeat;

  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__logo {
  max-width: 880px;
  margin: 0 auto;
}

.hero__title {
  font-family: "Bebas Neue Pro";
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  margin: 40px 0;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .hero__title {
    font-size: 40px;
  }
}

.hero__contract {
  margin: 0 auto 60px auto;
}

.hero__exchanges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1023.98px) {
  .hero__exchanges {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .hero__exchanges {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero__exchange {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out;
  padding: 0 20px;
}

.hero__exchange img {
  max-width: 100%;
}

.hero__exchange:hover {
  background: #eee;
  transform: scale(1.01);
}

.hero__bottom {
  width: 100%;
  min-width: 1024px;
  margin-top: 50px;
}

.hero-logo__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -2%;
  margin-left: 6%;
}

@media screen and (max-width: 880px) {
  .hero-logo__top {
    margin-left: 8%;
  }
}

.hero-logo__person {
  height: 151px;
  margin: 0 -10px;
}

@media screen and (max-width: 880px) {
  .hero-logo__person {
    height: 17vw;
  }
}

@media screen and (max-width: 480px) {
  .hero-logo__person {
    height: 19vw;
  }
}

.hero-logo__logo {
  width: 100%;
  position: relative;
  z-index: 3;
}

.hero-logo__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -4.5%;
  padding: 0 5% 0 7.5%;
}

.hero-logo__text {
  height: 50px;
}

@media screen and (max-width: 880px) {
  .hero-logo__text {
    height: 5.5vw;
  }
}

.about {
  background: linear-gradient(black, rgba(255, 0, 0, 0.389), transparent),
    url(../img/stars.svg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.about__container {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  padding: 0 5%;
  /* background: rgba(255, 0, 0, 0.389); */
}

@media screen and (max-width: 1400px) {
  .about__container {
    max-width: 100%;
    padding: 0 10px;
  }
}

.about__content {
  max-width: 840px;
  width: 100%;
  /* background: #022580; */
  /* background: linear-gradient(rgb(21, 132, 250), blue); */
  background: linear-gradient(rgb(170, 2, 2), rgb(246, 42, 42));

  /* border: 7px solid #003175; */
  padding: 60px;
  color: #e5dae4;
  margin: 8vw 0 14vw 0;
  position: relative;
  z-index: 5;
  border-radius: 20px;
  /* backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px)!important; */
  border: 5px solid white;
}

@media screen and (max-width: 1023.98px) {
  .about__content {
    max-width: 100%;
    margin: 100px 0 200px 0;
    /* background: #022680be; */
    /* background: linear-gradient(rgb(21, 132, 250), blue); */

    color: #fff;
  }
}

@media screen and (max-width: 767.98px) {
  .about__content {
    padding: 30px;
    border-width: 6px;
  }
}

.about__title {
  font-size: 64px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Bebas Neue Pro";
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 4px black;
}

@media screen and (max-width: 767.98px) {
  .about__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  .about__title {
    font-size: 40px;
  }
}

.about__text {
  font-size: 24px;
  line-height: 1.375;
}

@media screen and (max-width: 767.98px) {
  .about__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .about__text {
    font-size: 16px;
  }
}

.about__illustration {
  width: 50%;
  transform: translate(10%, 15%);
}

@media screen and (max-width: 1600px) {
  .about__illustration {
    width: 800px;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(20%, 15%);
  }
}

@media screen and (max-width: 640px) {
  .about__illustration {
    max-width: 120%;
  }
}

.about__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 1024px;
}

.tokenomics {
  position: relative;
  z-index: 4;
  background: linear-gradient(transparent, black),
    url(../img/flagbgg.jpg) top center no-repeat;
  background-size: cover;
}

.tokenomics__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tokenomics__container {
  max-width: 1600px;
  width: 100%;
  padding: 300px 5% 6vw 5%;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1600px) {
  .tokenomics__container {
    padding: 250px 5% 6vw 5%;
  }
}

@media screen and (max-width: 1023.98px) {
  .tokenomics__container {
    padding: 150px 10px 50px 10px;
  }
}

.tokenomics__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1023.98px) {
  .tokenomics__row {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .tokenomics__row {
    gap: 10px;
  }
}

.tokenomics__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0px 5px 0px #000;
  border-radius: 32px;
  color: #000;
  width: 300px;
  padding: 20px 24px;
  gap: 24px;
}

@media screen and (max-width: 1023.98px) {
  .tokenomics__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}

@media screen and (max-width: 767.98px) {
  .tokenomics__item {
    gap: 8px;
  }
}

@media screen and (max-width: 640px) {
  .tokenomics__item {
    width: calc(50% - 5px);
    padding: 16px 8px;
    border-radius: 24px;
  }
}

.tokenomics__label {
  font-size: 24px;
}

@media screen and (max-width: 767.98px) {
  .tokenomics__label {
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {
  .tokenomics__label {
    font-size: 16px;
  }
}

.tokenomics__value {
  font-family: "Bebas Neue Pro";
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
}

@media screen and (max-width: 767.98px) {
  .tokenomics__value {
    font-size: 48px;
  }
}

@media screen and (max-width: 420px) {
  .tokenomics__value {
    font-size: 40px;
  }
}

.tokenomics__text {
  margin: 150px auto 0 auto;
  max-width: 1024px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .tokenomics__text {
    font-size: 16px;
    margin: 75px auto 0 auto;
  }
}

.tokenomics__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 1024px;
}

.buy {
  position: relative;
  /* background: linear-gradient(180deg, #0e3691 0%, #0b1e2c 62.5%); */
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(black, rgb(149, 3, 3), rgb(177, 19, 19));
  border-bottom: 5px solid black;
}

.buy__stars {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1024px;
}

.buy__container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
}

.buy__title {
  font-family: "Bebas Neue Pro";
  font-style: italic;
  font-weight: 700;
  font-size: 130px;
  /* background: linear-gradient(180deg, #8ccae2 15%, #f5fcff 50%, #106388 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0); */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0 8px black;
}

@media screen and (max-width: 767.98px) {
  .buy__title {
    font-size: 14vw;
  }
}

.buy__text {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .buy__text {
    font-size: 16px;
  }
}

.buy__row {
  display: flex;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 16px;
}

.buy__item {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 2px solid #f7f7f7;
  border-radius: 16px;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 30px;
  color: #000;
  width: calc(33.3333333333% - 16px);
}

.buy__item img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

@media screen and (max-width: 1240px) {
  .buy__item {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 1023.98px) {
  .buy__item {
    font-size: 24px;
    padding: 16px;
    gap: 16px;
  }

  .buy__item img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .buy__item {
    width: 100%;
  }
}

.buy__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  line-height: 40px;
  border-radius: 999px;
  border: 4px solid #0b1e2c;
  font-size: 32px;
  color: #000;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}

.buy__illustration {
  width: 100%;
  margin-top: -10%;
  pointer-events: none;
  min-width: 1024px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.buy__video {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 6px solid #fff;
  border-radius: 32px;
  cursor: pointer;
  margin-top: 60px;
  object-fit: contain;
  max-width: 300px;
}

.buy__video video {
  display: block;
  width: 100%;
}

.mauto {
  margin: auto !important;
}

.buy__video:hover .buy__play {
  color: #ff393a;
  transform: translate(-50%, -50%) scale(1.05);
}

.buy__video_play {
  cursor: auto;
}

.buy__video_play .buy__play {
  display: none;
}

.buy__video_play .buy__overlay {
  display: none;
}

.buy__play {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 20px;
  color: #000;
  transition: color 200ms ease-in-out, transform 200ms ease-in-out;
}

.buy__play svg {
  width: 35px;
  margin-left: 3px;
}

.buy__overlay {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.faq {
  padding: 150px 0 250px 0;
  position: relative;
  z-index: 2;
}

.faq__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: linear-gradient(rgb(0, 89, 255), blue);
}

.faq__container {
  max-width: 90%;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1400px) {
  .faq__container {
    max-width: 100%;
  }
}

.faq__title {
  font-family: "Bebas Neue Pro";
  font-style: italic;
  font-weight: 700;
  font-size: 160px;
  /* background: linear-gradient(180deg, #8ccae2 15%, #f5fcff 50%, #106388 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0); */
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-text-stroke: #1f1e42 3px;
  text-shadow: 0 8px black;
}

@media screen and (max-width: 767.98px) {
  .faq__title {
    font-size: 120px;
  }
}

.faq__text {
  font-size: 20px;
  line-height: 1.3;
  max-width: 400px;
  margin-bottom: 32px;
}

.faq__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
}

.accordion {
  width: calc(33.3333333333% - 6.6666666667px);
  background: #fff;
  border: 3px solid #000;
  border-radius: 12px;
  color: #000;
  overflow: hidden;
}

@media screen and (max-width: 1023.98px) {
  .accordion {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 767.98px) {
  .accordion {
    width: 100%;
  }
}

.accordion__header {
  cursor: pointer;
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 20px;
  transition: background 200ms ease-in-out, color 200ms ease-in-out,
    box-shadow 200ms ease-in-out;
  border-radius: 0 0 12px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 640px) {
  .accordion__header {
    font-size: 20px;
  }
}

.accordion__icon {
  transition: transform 200ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 640px) {
  .accordion__icon {
    width: 24px;
    height: 24px;
  }
}

.accordion__body {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 200ms ease-in-out;
  font-size: 16px;
  line-height: 1.3;
}

.accordion__body > p {
  padding: 20px;
}

.accordion_open .accordion__header {
  background: #a20101;
  color: #fff;
  box-shadow: 0px 3px 0px #000, 1.5px 3px 0px #000, -1.5px 3px 0px #000;
}

.accordion_open .accordion__icon {
  transform: rotate(180deg);
  filter: invert(100%);
}

.accordion_open .accordion__body {
  max-height: var(--body-height, 500px);
}

.footer {
  position: relative;
  background: rgb(149, 3, 3);
  padding: 60px 0 100px 0;
}

.footer__container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .footer__container {
    flex-direction: column;
    gap: 20px;
  }
}

.footer__logo {
  width: 102px;
}

.footer__center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer__socials {
  display: flex;
  gap: 10px;
}

.footer__social {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #000;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out,
    color 200ms ease-in-out;
}

.footer__social:hover {
  background: #fefefe;
  color: #ff393a;
}

.footer__social_x {
  background: #000;
  color: #fff;
}

.footer__social_x:hover {
  background: #111;
  color: #fff;
}

.footer__social_tg {
  background: #419edb;
  color: #fff;
}

.footer__social_tg:hover {
  background: #3682b5;
  color: #fff;
}

.footer__nav {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 3px 8px;
  height: 58px;
}

.footer__nav a {
  display: inline-block;
  padding: 16px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: color 200ms ease-in-out;
}

.footer__nav a:hover {
  color: #ff393a;
}

@media screen and (max-width: 1100px) {
  .footer__nav {
    display: none;
  }
}

.footer__stars {
  position: absolute;
  transform: rotate(180deg);
  left: 0;
  top: 100px;
  width: 100%;
}

@media screen and (max-width: 1023.98px) {
  .footer__stars {
    width: 1024px;
    top: auto;
    bottom: 0;
  }
}

.a-hero {
  background: url(../img/airdrop.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.a-hero__container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 200px 0;
}

.a-hero h1 {
  margin-top: auto;
  font-family: "Bebas Neue Pro";
  font-style: italic;
  font-weight: 700;
  font-size: 92px;
  line-height: 1.15;
  color: #f5fcff;
  text-transform: uppercase;
  text-shadow: #1f1e42 2px 0px 0px, #1f1e42 1.75517px 0.958851px 0px,
    #1f1e42 1.0806px 1.68294px 0px, #1f1e42 0.141474px 1.99499px 0px,
    #1f1e42 -0.832294px 1.81859px 0px, #1f1e42 -1.60229px 1.19694px 0px,
    #1f1e42 -1.97998px 0.28224px 0px, #1f1e42 -1.87291px -0.701566px 0px,
    #1f1e42 -1.30729px -1.5136px 0px, #1f1e42 -0.421592px -1.95506px 0px,
    #1f1e42 0.567324px -1.91785px 0px, #1f1e42 1.41734px -1.41108px 0px,
    #1f1e42 1.92034px -0.558831px 0px, 4px 5px 0px #1f1e42;
  text-align: center;
}

@media screen and (max-width: 1023.98px) {
  .a-hero h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 540px) {
  .a-hero h1 {
    font-size: 48px;
  }
}

.a-prizes {
  background: url(../img/prizes-bg.jpg) center top no-repeat;
  background-size: cover;
  margin-top: -50px;
}

.a-prizes__container {
  padding: 200px 10px 100px 10px;
}

.a-prizes__container img {
  margin: 0 auto;
  border-radius: 20px;
  max-width: 100%;
}

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

.mainlg {
  /* border-radius: 50%; */
  max-width: 300px;
  margin: auto;
}

.content_part {
  display: flex;
  justify-content: center;
}
